@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,39 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Handshake" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.928 80.544a.958.958 0 0 0-.293-.19c-.023.07.024.142.072.201.07.092.146.179.237.25.071.055.436.325.416.115-.012-.095-.103-.115-.17-.159-.1-.063-.175-.138-.262-.221v.004Z" opacity=".9"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M68.678 81.966c.467-.075.828 0 1.216-.36.122-.115.332-.452.02-.404-.183.028-.333.309-.456.416-.218.19-.491.3-.784.348h.004Z" opacity=".9"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m76.856 71.817 2.617 2.846 1.774-1.37-2.463-5.629-1.928 4.153Z" opacity=".9"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M81.247 73.299c2.671 0 4.837-2.466 4.837-5.507 0-3.041-2.166-5.507-4.837-5.507-2.672 0-4.838 2.466-4.838 5.507 0 3.041 2.166 5.507 4.838 5.507Z" opacity=".9"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M77.985 70.341a51.99 51.99 0 0 0-1.77-2.181c-.597-.697-1.234-1.362-1.836-2.059-.27-.312-.538-.625-.824-.926a8.307 8.307 0 0 0-.926-.863c-.325-.257-.736-.423-1.104-.617-.966-.511-1.968-.966-2.966-1.41-.253-.11-.506-.221-.76-.328-.106-.048-.502-.234-.597-.084 0 0-3.508-3.796-3.528-3.816-.051-.055-.166-.079-.233-.11-.15-.068-.297-.147-.448-.207-.356-.146-.736-.241-1.112-.134-1.44.404-2.894.764-4.347 1.112-.49.12-1.353.519-1.852.408-.701-.154-1.422-1.195-1.92-1.67-.72-.69-1.445-1.374-2.166-2.063a852.151 852.151 0 0 0-4.35-4.101c-2.906-2.728-5.832-5.44-8.765-8.132-.638-.585-1.271-1.18-1.908-1.765-.483-.444-1.038-.883-1.584-1.342H14.827l.606 1.607 1.096 3.511 32.391 24.39 11.318 6.635 4.252 4.83c.253.17.507.337.756.507.154.103.309.213.467.313.202.126.317.344.507.478.309.218.78.321 1.148.392.428.08.867.092 1.29.004.784-.158 1.647-.72 1.861-1.536 0-.004.713.127.788.131.328.016.665-.028.978-.135.981-.332 1.817-1.318 1.686-2.395.008.06.879-.166.954-.19.487-.134.939-.324 1.255-.736.396-.519.451-1.188.273-1.797-.02-.072.198-.222.242-.258.218-.182.435-.332.633-.538a5.414 5.414 0 0 0 1.231-2.055c.131-.403.254-.85.222-1.274-.047-.626-.428-1.105-.796-1.584v-.012Z" opacity=".9"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.377 60.113c-.146.633.305 1.587-.154 2.312-.154.241-.507.974-.68 1.678a2.083 2.083 0 0 0-.02.95c.19.8 1.203 1.243 1.951 1.247 1.29.008 2.51-.617 3.456-1.453.946-.835 1.924-2.015 1.758-3.34-.163-1.271-1.295-2.198-2.45-2.76-.674-.325-1.786-.835-2.554-.546-.693.26-1.156 1.243-1.306 1.908v.004Z" opacity=".9"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M95.7 40.045 74.839 59.118l-.202.04-3.65-1.255-1.718-.614s-1.94-1.425-3.27-.625c-1.334.796-2.348 1.073-2.455 1.136l-.946.598s-.803.542-.74 1.781l-.016 1.67-.503.963-.269.641s-.562 1.089.447 1.71c0 0 2.376 1.164 4.45-1.643 0 0 .48-.776.562-1.722l.76.068 3.445 1.65 1.092.59 1.904 1.96 3.725 3.978.392.729s1.342-.53 1.346-.53c4.822-1.909 9.228-6.07 13.658-8.753 6.136-3.722 12.827-6.877 17.684-12.324 2.391-2.68 4.188-5.8 5.503-9.117H95.7v-.004Z" opacity=".9"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m74.28 59.055.55-.29s4.556 2.079 5.312 5.432v5.522l-.34.55-1.378.274c-.566-.614-1.033-1.267-1.6-1.884.444.372.911.704 1.474.867.19.055.395.09.59.043.288-.071.514-.317.629-.594.28-.66.257-1.567.23-2.276a8.897 8.897 0 0 0-.369-2.233 8.042 8.042 0 0 0-2.418-3.74 9.51 9.51 0 0 0-1.616-1.125l-1.072-.554.007.008Z" opacity=".9"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M72.847 80.812c-.384.214-.804.234-1.243.254-.246.008-.5-.127-.733-.25-.518-.269-1.243-.554-1.171-1.12v-.012a1.1 1.1 0 0 1 .197-.443c.036-.23.472-.745.234-1.857a.537.537 0 0 0-.087-.186 1.057 1.057 0 0 0-.665-.625 5.505 5.505 0 0 0-.475-.34l-.115-.072c0-.016.004-.032.008-.044a2.564 2.564 0 0 0-.697-1.892 2.558 2.558 0 0 0-1.856-.784c-.084 0-.179 0-.23-.067-.036-.044-.036-.107-.036-.162-.023-.662-.558-1.271-1.211-1.382h-.02c-.554-.222-1.243-.178-1.805-.048a3.52 3.52 0 0 0-.681.226c-.261.123-.503.281-.768.4-.158.075-.44.095-.617.162h-.016c-.313.083-.792.384-1.109.467-.214.056-.443-.023-.625-.15s-.329-.297-.487-.455a3.603 3.603 0 0 0-1.679-.942c-.455-.107-.93-.115-1.393-.187-.685-.106-1.156-.435-1.687-.85-.332-.262-.677-.531-.89-.895-.183-.317-.262-.681-.428-1.006-.447-.867-1.437-1.283-2.347-1.627-1.94-.74-3.358-3.25-5.301-3.986-.586-.226-1.303-1.802-1.908-1.485.166 1.021-.84 2.22-.575 3.222.016.06.29.163.345.198.15.091.285.206.42.313.285.218.566.436.847.653.578.448 1.156.891 1.742 1.326 1.464 1.097 2.913 2.23 4.433 3.259.566.38 1.144.748 1.746 1.065.313.166.638.316.966.447.305.119.645.166.934.313.373.182.674.514.978.783a4475.45 4475.45 0 0 0 4.684 4.153 29.79 29.79 0 0 1 .752-1.975c.708.273 1.528.027 2.292.115.55.063 1.057.3 1.532.593.119.123.253.238.388.345.32.257.665.502 1.033.68 1.188.939 2.288 1.98 3.436 2.97.028.023.056.047.087.071-.305.364-.633.72-.99 1.005-.649.515-1.488.57-2.276.701-.016.396.503.72.832.816.008 0 .016.004.023.008-.233-.084-.645-.258-.265-.357.412-.106.824-.174 1.224-.336.38-.154.736-.368 1.017-.661.273-.285.471-.634.728-.93.384.312.784.605 1.231.811.594.277 1.291.392 1.917.19.625-.206 1.286-.792 1.306-1.449-.143.42-.554.816-.942 1.03h-.004Zm-6.211 1.706c.145.048.213.064 0 0Z" opacity=".9"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.92 58.91s9.283 3.603 4.988 12.115c0 0 .166.665 1.496.486l6.908-4.235-1.258-7.372-2.07-1.449-4.383-3.123-3.484 2.082-2.197 1.497Z" opacity=".9"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M66.987 61.885h.618l3.013 1.468 1.852.852 3.167 3.436s4.133 3.59 2.744 5.716l-1.196 1.932-2.007-3.088-1.08-4.556-1.933-.353-3.63-3.432-1.544-1.971-.004-.004Z" opacity=".9"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M63.844 80.73c.051.122.166.276.19.308.518.7 1.448.954 2.288.926.53-.02 1.06-.174 1.496-.475.448-.312.78-.76 1.077-1.219.234-.36.455-.74.657-1.124.329-.614.535-1.287.115-1.916a1.492 1.492 0 0 0-.566-.5c-.166-.082-.57-.268-.74-.134-.19.147-.349.412-.503.598l-1.006 1.196c-.407.486-.87.95-1.393 1.326-.491.356-1.057.613-1.608.859-.043.02-.035.083-.004.154h-.003Z" opacity=".9"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M68.377 77.031c-.051.04-.087.095-.122.147-.111.154-.25.289-.345.455-.265.463.103.954.499 1.184a.91.91 0 0 0 .396.135c.182.007.328-.096.451-.222.13-.135.277-.277.392-.428.1-.13.1-.273.008-.412-.083-.126-.21-.237-.317-.344-.142-.135-.28-.277-.443-.392-.127-.087-.364-.237-.515-.126l-.004.003Z" opacity=".9"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m75.42 57.854-.067-.23c-.008-.032.958-.083 1.01-.083.902.02 1.792.253 2.616.618 2.49 1.1 4.335 3.25 5.653 5.57a6.747 6.747 0 0 1 .65 4.98c-.076.28-.171.55-.278.82-.083.205-.139.506-.34.633-.242.15-.1-.34-.084-.46.127-1.049.218-2.106.076-3.159-.12-.879-.372-1.718-.657-2.553-.424-1.204-1.014-2.391-1.88-3.337a8.592 8.592 0 0 0-3.259-2.197c-1.1-.42-2.268-.575-3.44-.594v-.008Z" opacity=".9"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M95.332 40.045 75.352 57.63s7.863-.634 9.561 9.16c0 0 .451 7.253-4.438 6.437 0 0-1.148.349 2.221.084a.615.615 0 0 0 .289-.1l11.773-7.767L116.714 47.4l1.56-7.355H95.329h.004Z" opacity=".9"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M54.917 58.666s-2.224 5.443-4.952 8.464l-.313-.4 5.265-8.064Z" clip-rule="evenodd" opacity=".9"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M60.431 78.44c-.118.035.13.914.159 1.001.158.46.47.864.878 1.129 1.117.72 2.479.142 3.46-.535a13.366 13.366 0 0 0 2.336-2.046c.432-.476.915-.982 1.156-1.584.455-1.124-.424-2.122-1.48-2.415-.25-.067-.555-.138-.808-.051-.4.134-.705.669-.974.974l-1.073 1.203c-.411.463-.827.93-1.31 1.318-.717.578-1.489.745-2.344 1.01v-.004Z" opacity=".9"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M66.315 74.553h-.004a.316.316 0 0 0-.08.083c-.142.206-.288.412-.435.618-.135.19-.28.368-.36.59a.82.82 0 0 0 0 .59c.095.233.317.391.53.522.21.127.436.241.681.23.166-.008.32-.08.463-.163a3.452 3.452 0 0 0 1.09-1.025c.24-.364-.25-.907-.527-1.128a1.676 1.676 0 0 0-1.26-.349.286.286 0 0 0-.098.028v.004ZM61.172 63.54c.028.214.76.123.895.115a6.6 6.6 0 0 0 .835-.103c.226-.04.519-.072.701-.226.142-.119.194-.3.237-.475.044-.174.127-.337.175-.507.11-.407-.064-.835-.511-.879-.49-.047-1.366-.02-1.639.487 0 0-.752 1.133-.693 1.588Z" opacity=".9"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M65.305 79.791c.06.012-.155.119-.17.135-.056.055-.123.099-.182.15a3.73 3.73 0 0 1-.377.281 3.675 3.675 0 0 1-1.642.602c-.563.06-1.164.004-1.608-.376-.297-.257-.483-.618-.637-.974a4.628 4.628 0 0 1-.333-1.18l5.254-4.09c-.17.606-.349.876-.701 1.272-.297.328-.661.585-.99.882-.32.285-.55.65-.716 1.046a1.96 1.96 0 0 0-.08.245c-.039.024-.079.043-.122.067-.119.056-.273.068-.38.147-.008.008-.222.225-.154.23-.258-.016-.523-.024-.776.047-.25.071-.483.241-.57.487-.084.241-.012.51.106.74.056.103.12.202.194.297-.035-.123-.055-.281.036-.198l.107.099c.25.234.495.467.728.72.016.012.04.044.068.076.118.051.241.087.364.115a2.52 2.52 0 0 0 1.84-.369c.214-.142.5-.202.65-.411.043.011.051-.048.09-.04Z" opacity=".9"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M56.805 75.55c-.04.02-.047.286-.051.333-.012.111-.02.226-.024.34-.012.242 0 .488.044.725.158.867.973 1.647 1.856 1.738.115.012.23.012.348 0 .357-.024.713-.123 1.065-.19.958-.182 1.909-.479 2.712-1.045.42-.297.74-.657 1.073-1.05.4-.474.843-.918 1.247-1.393.313-.372.602-.772.669-1.27.166-1.243-1.322-2-2.391-1.837-.729.11-1.255.637-1.805 1.073-.475.38-.939.772-1.39 1.175-.174.159-.3.349-.53.36-.135.008-.281-.023-.42-.035l-.451-.016-1.94 1.089-.012.004Z" opacity=".9"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.305 73.36c.08.154.119.32.071.467-.09.273-.364.436-.562.622-.241.222-.459.546-.8.617-.221.048-.466-.035-.656-.146a1.698 1.698 0 0 1-.503-.463c-.31-.408-.36-.843-.04-1.267.174-.234.376-.463.562-.685.174-.206.36-.293.626-.206.146.048.28.13.412.214.217.135.439.273.617.46.095.098.202.233.277.38l-.004.007Z" opacity=".9"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M59.747 74.66c-.027-.07-.102-.126-.186-.165-.225-.107-.514-.115-.772-.064-.257.052-.49.15-.724.25-.325.142-.74.265-1.025.447-.147.091-.17.162-.131.218-.32.384-.281 1.092-.17 1.532a2.434 2.434 0 0 0 1.31 1.595c.226.103.602.234.835.099-.475-.222-.886-.348-1.243-.776a2.866 2.866 0 0 1-.597-1.374c-.028-.182-.04-.38.047-.542.08-.142.222-.237.364-.317.052-.027.103-.047.155-.07a4.01 4.01 0 0 0 1.829-.44c.182-.095.368-.242.308-.396v.004Z" opacity=".9"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m52.791 71.925.008.882c0 .29.13.614.238.871.19.468.483.887.859 1.224.13.118.273.221.423.312.337.206.725.349 1.12.388.444.044.883-.055 1.319-.142.368-.075.736-.139 1.096-.246.464-.134.994-.336 1.275-.752.23-.34.214-.807.083-1.184a1.83 1.83 0 0 0-.93-1.056c-.44-.206-.942-.202-1.405-.107-.38.079-.749.217-1.125.316-.538.143-1.076.178-1.591-.075-.178-.087-.384-.146-.57-.222-.261-.103-.55-.166-.812-.269l.028.056-.016.004Z" opacity=".9"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M56.913 73.028s1.409 1.488 1.409 1.492c-.012-.012-.542.234-.598.254-.526.178-1.267.198-1.714-.183-.364-.312-.55-.914-.095-1.239.147-.103.313-.15.475-.217.08-.032.444-.19.523-.107Z" opacity=".9"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M54.62 74.93a2.528 2.528 0 0 1-.819-1.097c-.11-.273-.332-.812.048-.986a.463.463 0 0 1 .146-.032c.539-.035 1.24.147 1.651-.202.159-.134.155-.015.202-.04 0-.007.095-.043.091-.05-.035-.27-.803.05-.95.039-.602-.052-.748-.119-1.25-.368-.298-.147-.911-.277-.943-.329.06.558-.119.863.206 1.67.427 1.07 1.33 2.063 2.53 2.071.043 0 .728.19 2.53-.463-2.519.67-3.105.032-3.437-.222l-.004.008Z" opacity=".9"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.27 74.578c.242.404.595.827.868 1.215.597.86 1.191 1.734 1.524 2.728.032.095.11.198.206.225-.044 0 .04.012 0 0 .42.008.87.016 1.235-.237.146-.103.376-.265.412-.44-.27.175-.44.198-.63.29-.46.213-.74-.052-1.045-.46-.657-.867-1.243-1.825-1.77-2.779a8.903 8.903 0 0 1-.613-1.342 6.27 6.27 0 0 1-.198-.708c-.044-.21-.012-.491-.103-.681-.147.19-.154.562-.174.791-.036.452.043.962.269 1.358.008.012.012.024.02.036v.004Zm1.32-6.787s.554 3.25 2.517 4.798l.772.732-.099.1s-.416-.199-.614-.397l1.287 2.657s.198.431 1.097-.804l.594-.736-.365.657c-.34.63-.728.934-1.092 1.14-.163.091-.29.147-.266.083l-2.43-4.002s-1.707-2.676-1.406-4.22l.004-.008Z" opacity=".9"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M66.552 62.15c-.032-.297.031-.519.083-.78.04-.21 1.377.435 1.571.522.982.424 1.94.899 2.898 1.374.637.317 1.283.634 1.833 1.08 1.105.895 1.825 2.174 2.795 3.203 1.14 1.208 4.05 3.71 3.028 5.095-.115.159-.142.408-.225.582.115-.332.11-.784.142-1.136.075-.803-.269-1.069-.764-1.635-1.405-1.607-2.81-3.214-4.216-4.826-1.421-1.627-3.808-2.593-5.784-3.436l-1.08 1.774c0-.495 0-.99-.004-1.485 0-.06-.258-.218-.27-.336l-.007.004Z" opacity=".9"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M61.283 76.09c-.048-.056-.1-.1-.147-.107-.15-.024-.107.146-.051.233.17.258.384.484.63.67.146.11.304.214.47.289.06.028.187.099.254.063.155-.08-.099-.222-.17-.27a4.816 4.816 0 0 1-.808-.665c-.044-.043-.107-.138-.178-.217v.004Zm.297.95c-.213-.171-.427-.456-.673-.567 0 .023.004.06.016.083.028.055.075.099.115.142.135.151.27.305.404.46.083.095.166.19.273.253a.408.408 0 0 0 .357.044c.146-.06-.068-.139-.119-.166a2.524 2.524 0 0 1-.372-.246v-.004Zm2.91 1.813c-.158-.13-.313-.261-.472-.396-.023.064.02.135.064.19.119.147.293.369.472.444.245.107.023-.162-.064-.237Zm-.32.074c-.112-.134-.171-.325-.338-.38-.031.036-.04.087-.031.135a.336.336 0 0 0 .063.13c.076.12.155.234.262.318.051.04.27.19.281.04.008-.096-.182-.18-.242-.246l.004.003Zm4.16 1.622a2.51 2.51 0 0 1-1.112.946 2.757 2.757 0 0 1-1.683.158c-.047-.027-.103-.05-.146-.083-.194-.134-.464-.574-.749-.522.032.19.281.364.507.495-.257-.1-.74-.321-.689-.658.024-.17.182-.277.337-.376.06-.04.118-.075.166-.11.237-.183.471-.373.697-.57.273-.242.518-.555.811-.776a4.5 4.5 0 0 1 .661-.74c.428-.404.895-.78 1.22-1.267.103-.155.17-.396.008-.487-.792.791-1.517 1.646-2.308 2.442-.317.317-.638.634-1.03.855-.352.198-.95.305-1.152.69-.273.522.523.965.93 1.1.978.316 2.099.483 2.914-.08.174-.118.5-.376.63-.542.063-.083.407-.53.483-.641-.08.115-.329.126-.499.174l.004-.008Zm-10.408-2.976c.083.12.19.218.265.341.024.04.048.083.08.119.035.036.079.055.122.075.075.032.15.064.222.1.372.162-.119-.318-.194-.389-.067-.063-.515-.697-.614-.59-.067.071.075.293.115.349l.004-.005Zm-3.139-2.907c.056.055.111.115.163.174.126.143.428.373.431.575-.305-.096-.594-.4-.768-.662-.06-.091-.143-.222-.115-.333a.586.586 0 0 1 .186.143c.032.035.067.067.1.103h.003Z" opacity=".9"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.943 80.382c.31.178.697-.076.942-.266.17-.134 1.054-.827.642-1.073-.19-.11-.554.57-.67.69-.272.28-.6.435-.91.652l-.004-.004Zm2.76-2.542c.044-.023.119-.035.17-.051.06-.02.123-.04.183-.064a2.7 2.7 0 0 0 .34-.166c.214-.13.4-.3.53-.519.052-.087.092-.182.132-.273.02-.047-.008-.107-.06-.11h-.008c-.027 0-.047.043-.067.067-.044.051-.087.106-.13.158a9.65 9.65 0 0 1-.266.305c-.19.206-.404.392-.642.547-.06.035-.115.07-.174.106h-.008Zm2.803-4.909c.408-.475.863-1.097.467-1.671.159.59-.047 1.18-.467 1.671Zm.606.006c.076-.083.14-.17.19-.27.076-.134.127-.28.187-.423.016-.032.043-.072.047-.107a2.55 2.55 0 0 1-.146.685c-.016.04-.028.08-.056.11a.372.372 0 0 1-.134.1c-.12.063-.25.135-.38.162a.093.093 0 0 0 .027-.027c.036-.04.087-.068.127-.103.047-.04.095-.084.138-.131v.004Z" opacity=".9"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.382 62.508c.447-1.2.147-2.53-.831-3.377 0 0 .309-.131.894.696l.226.614.503.139s.309-.337 0-1.05c0 0 .44.852.138 1.398l.27-.364h.376s.32-.281.182-.91c0 0 .237.098.035.85l.08-.45.597.367s1.09-.558 1.47-2.308c-.013.06.035.175.039.238 0 .138-.024.28-.06.412a2.37 2.37 0 0 1-.392.787c-.289.396-.665.74-1.057 1.034l2.28 1.595 1.873 1.342.78.63c.226.181.8.823 1.109.712.13-.047.23-.158.308-.273.186-.277.301-.594.4-.915.301-.97.48-2.042.107-2.988.27.439.388.958.392 1.468 0 1.014-.388 2.154-1.18 2.819.483-.016.926-.317 1.204-.717.356-.51.55-1.259.475-1.876-.044-.345-.178-.67-.305-.994-.115-.297-.226-.602-.38-.883-.048-.087-.119-.186-.218-.182.254.42.534.832.748 1.275.131.277.246.566.321.863.083.329.071.637.095.97 0 0 .186 2.518-1.916 3.163l-2.059-1.888c-.372-.34-.831-.618-1.25-.891-.452-.297-.923-.57-1.398-.828a30.698 30.698 0 0 0-1.62-.8c-.308-.142-.609-.3-.925-.43-.183-.076-.705-.365-.875-.195-.044.044-.068.103-.095.159-.111.257-.206.53-.333.78l-.008.008Z" opacity=".9"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.47 61.453c.332 1.24-.472 2.447-1.537 3.132-1.005.649-2.901 1.393-3.784.23a1.187 1.187 0 0 1-.214-.409c-.044-.142.024-.431-.036-.542.179.325.555.523.943.578 1.718.253 3.558-.91 4.374-2.26.139-.234.23-.476.253-.733v.004Zm-2.562-2.402a.371.371 0 0 0 .178-.008c.155-.063.056-.15-.031-.178a2.639 2.639 0 0 0-.848-.095 3.5 3.5 0 0 0-.562.063c-.067.016-.214.036-.269.095-.123.131.174.091.261.084a5.512 5.512 0 0 1 1.022-.005c.055.005.154.032.249.044Zm-.626-.451h.004c.27 0 .579.064.856 0-.012-.015-.024-.035-.044-.043-.043-.02-.11-.02-.162-.028-.186-.027-.368-.051-.554-.079-.115-.016-.23-.032-.357-.016a.665.665 0 0 0-.364.163c-.123.114.114.051.174.043.154-.028.3-.04.447-.04Z" opacity=".9"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M8.857 40.045c.974 3.531 1.73 6.16 1.865 6.239 1.136.641-.309 1.27.827 1.912 1.647.93 1.002 2.902 2.649 3.832 1.963 1.105.954.455 6.25 3.812 2.075 1.168 4.15 2.34 6.228 3.508l5.966 3.36c1.702.963 3.408 1.92 5.11 2.879 1.22.689 2.44 1.374 3.658 2.062 1.105.622 2.182 1.283 3.298 1.88l3.199-.6c1.084-.959 1.999-2.11 2.858-3.267 1.686-2.284 3.16-4.739 4.43-7.28L37.677 40.045H8.857Z" clip-rule="evenodd"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M82.534 69.638c-.119.364-.435.617-.736.598-.325-.024-.555-.357-.487-.785.075-.483.479-.835.863-.74.348.09.491.523.36.927Z" opacity=".9"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M39.324 64.43c-.807-.067-1.465-.74-1.468-1.512 0-.768.653-1.338 1.464-1.274.808.067 1.465.74 1.469 1.512 0 .768-.653 1.338-1.465 1.274Zm5.024 3.262c-.808-.067-1.465-.74-1.47-1.512 0-.768.654-1.338 1.466-1.275.807.067 1.464.74 1.468 1.512 0 .769-.653 1.338-1.464 1.275Z" opacity=".9"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M79.217 70.371s-.194.523-.353.575c-.218.063-.428-.4-.428-.4l.717-.19.068.02-.004-.005Z" clip-rule="evenodd" opacity=".9"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Help" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.5 49.6v36c0 5.298-4.302 9.6-9.6 9.6H10.1c-5.298 0-9.6-4.302-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m38.027 92.568 52.335-9.344c.325-.06.337-.517.02-.6L57.566 74.45a3.03 3.03 0 0 0-1.202-.055l-41.32 6.367c-.731.114-.872 1.104-.2 1.417l21.997 10.229c.368.172.787.227 1.19.153l-.004.007Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.162 34.664a1.57 1.57 0 0 1 .614.098 2.041 2.041 0 0 1 .998.822c.122.191.212.403.266.626l.975 4.238-63.367 3.815-.818-4.711c-.043-.25-.035-.49.024-.709a1.532 1.532 0 0 1 .81-1.006c.203-.1.434-.164.688-.18l59.81-2.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m31.645 44.263 63.363-3.812 8.143 35.411c.055.239.063.474.039.689a1.602 1.602 0 0 1-.199.594 1.35 1.35 0 0 1-.403.435c-.165.11-.353.184-.568.211L40.755 85.47a1.897 1.897 0 0 1-.76-.059 1.864 1.864 0 0 1-.673-.344 2.155 2.155 0 0 1-.512-.567 2.02 2.02 0 0 1-.278-.736l-6.884-39.5h-.003Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M40.758 85.469a1.97 1.97 0 0 1-.76-.059 2 2 0 0 1-.672-.344 2.117 2.117 0 0 1-.79-1.307l-6.884-39.496-.818-4.712a1.55 1.55 0 0 1-.027-.352 1.615 1.615 0 0 1 .152-.646 1.39 1.39 0 0 1 .168-.274l-1.037 1.35a2.403 2.403 0 0 0-.168.27 1.547 1.547 0 0 0-.153.638c0 .114 0 .231.028.349l.806 4.66 6.766 39.062c.043.266.14.509.274.728.133.219.31.41.505.563.2.153.422.266.665.34.243.071.497.095.751.06l60.714-7.67 1.745-.842-61.265 7.678v.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M77.116 49.178c.81.662 1.565 1.386 2.254 2.168a18.681 18.681 0 0 1 3.256 5.26c.387.954.696 1.945.915 2.95.16.755.27 1.507.321 2.262.051.755.063 1.499.008 2.23a14.926 14.926 0 0 1-.92 4.258 13.465 13.465 0 0 1-.92 1.933 13.42 13.42 0 0 1-1.193 1.73 11.737 11.737 0 0 1-1.455 1.503c-.529.458-1.092.876-1.699 1.244a12.239 12.239 0 0 1-2.559 1.194 13.234 13.234 0 0 1-3.534.669c-.242.015-.489.02-.735.02-.247 0-.493-.005-.744-.02-.246-.016-.5-.032-.751-.055a15.835 15.835 0 0 1-4.445-1.143 17.184 17.184 0 0 1-2.114-1.06 17.97 17.97 0 0 1-3.8-3.013 18.414 18.414 0 0 1-1.577-1.867 18.508 18.508 0 0 1-2.355-4.261c-.298-.76-.536-1.53-.724-2.302a16.54 16.54 0 0 1-.392-2.328 15.837 15.837 0 0 1 .223-4.578c.15-.74.349-1.456.603-2.145.25-.688.56-1.342.908-1.968.348-.626.751-1.213 1.197-1.765.447-.552.932-1.06 1.46-1.526.528-.47 1.092-.885 1.69-1.252a13.044 13.044 0 0 1 1.863-.951 13.018 13.018 0 0 1 4.124-.947 14.187 14.187 0 0 1 2.908.113 15.75 15.75 0 0 1 2.869.685c.943.317 1.862.724 2.75 1.22a18.31 18.31 0 0 1 2.568 1.73v.016-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.977 53.909a6.072 6.072 0 0 1 .869 1.338 6.2 6.2 0 0 1 .305.763c.086.266.16.54.223.826.043.2.075.391.094.575.02.184.035.368.04.544a4.352 4.352 0 0 1-.2 1.432 4.32 4.32 0 0 1-.321.799 3.03 3.03 0 0 1-.207.348c-.075.11-.157.227-.243.344-.086.118-.18.239-.282.36-.102.121-.207.25-.317.38a92.51 92.51 0 0 0-.638.716c-.09.102-.172.2-.25.297-.078.098-.153.188-.22.274a8.61 8.61 0 0 0-.187.255 3.547 3.547 0 0 0-.423.814 2.934 2.934 0 0 0-.192.994 4.114 4.114 0 0 0 .063.77l-3.588.337a7.243 7.243 0 0 1-.094-1.201 5.98 5.98 0 0 1 .035-.54c.02-.173.05-.34.094-.501a6.49 6.49 0 0 1 .282-.88 5.64 5.64 0 0 1 .172-.376c.059-.118.125-.227.196-.333.07-.106.144-.211.227-.329.082-.117.172-.235.273-.364l.317-.399c.114-.14.235-.282.364-.434a13.928 13.928 0 0 0 .493-.591c.075-.094.137-.18.2-.262.063-.083.117-.165.168-.239.051-.078.102-.157.145-.235a2.48 2.48 0 0 0 .121-.25c.036-.086.07-.176.102-.266a2.492 2.492 0 0 0 .149-.892 3.706 3.706 0 0 0-.074-.673 4.03 4.03 0 0 0-.165-.58 3.044 3.044 0 0 0-.242-.508 2.716 2.716 0 0 0-.72-.798 2.68 2.68 0 0 0-.466-.283 2.897 2.897 0 0 0-.517-.187 3.231 3.231 0 0 0-.567-.094 4.063 4.063 0 0 0-.618 0c-.228.015-.443.05-.646.098a3.35 3.35 0 0 0-1.096.473c-.16.11-.313.235-.45.376-.14.14-.274.297-.395.47a5.543 5.543 0 0 0-.646 1.216 8.19 8.19 0 0 0-.25.748l-3.4-1.268a8.077 8.077 0 0 1 .778-2.055c.168-.309.364-.594.575-.864a6.44 6.44 0 0 1 .7-.76c.255-.234.529-.446.83-.63.302-.184.622-.34.97-.473a7.212 7.212 0 0 1 1.112-.321 10.636 10.636 0 0 1 2.238-.196c.321.008.63.028.936.063a7.79 7.79 0 0 1 1.71.395c.266.094.52.204.763.329.242.125.473.258.696.407.223.148.427.313.627.485s.383.364.555.567l-.008-.011Zm-1.561 14.227a2.234 2.234 0 0 1 .599.67 2.6 2.6 0 0 1 .2.422c.054.153.1.31.136.482.035.172.055.32.059.473a2.018 2.018 0 0 1-.14.834 1.861 1.861 0 0 1-.474.665c-.102.09-.216.168-.337.23a2.3 2.3 0 0 1-.861.247 2.812 2.812 0 0 1-.955-.055 2.264 2.264 0 0 1-1.608-1.467 3.629 3.629 0 0 1-.137-.481 2.773 2.773 0 0 1-.059-.493 2.073 2.073 0 0 1 .141-.85c.05-.129.117-.246.2-.356a1.693 1.693 0 0 1 .622-.528 2.1 2.1 0 0 1 .41-.156 2.965 2.965 0 0 1 .96-.094 2.447 2.447 0 0 1 .864.227c.133.062.259.144.38.234v-.004Z"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Lock" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m80.076 78.83 16.89 10.147c.146.085.053.166-.201.174l-3.773.125 1.72 1.033-6.465.186-3.326-.194-1.201-.71-40.276 1.344 1.902 1.142-7.36.21-3.81-.484-1.19-.707-5.78.133-3.862-.58-.863-.521-.875-.085L6.308 80.86l9.566-.78.016.009a.705.705 0 0 1 .141-.012l63.33-1.389c.263-.008.585.06.73.145l-.015-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m97.14 76.485-.923.029v.403l.923-.028v-.404Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m91.33 86.402 6.74-.351v4.423l-6.74.158v-4.23Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m91.33 86.418-3.007.157.02 3.056 2.992.997v-4.21h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m29.355 84.025 5.555-.065.903 4.367-6.459.012V84.02v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M26.483 81.704v4.161l2.875 2.475v-4.275l-2.875-2.36Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m38.34 88.828 7.68-.4v4.537l-7.68.182v-4.319Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m38.335 88.815-3.007-1.937.02 4.161 2.992 2.099v-4.327l-.005.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m37.126 29.331 65.709 3.229v54.084l-65.709 2.422V29.331Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m42.367 34.175 55.228 2.704v45.314l-55.228 2.03V34.175Zm-16.931 3.027 11.69-7.87v59.734l-11.69-5.852V37.202Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m43.193 35.398 53.596 2.587v43.311l-53.596 1.938V35.398Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m46.438 39.256 47.392 2.212v37.051l-47.392 1.66V39.255Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M51.147 50.533h-2.822V70.31h2.822V50.533Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M52.147 51.36h-2.822v19.778h2.822V51.36Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M51.8 52.075h-.403V69.67h.403V52.075Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.12 46.105a4.643 4.643 0 0 1 2.43-.02c.085.024.146.12.146.23v7.111c0 .11-.06.21-.145.234a4.6 4.6 0 0 1-2.431.037c-.085-.02-.145-.117-.145-.23v-7.128c0-.109.06-.21.145-.234Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.716 53.802a4.313 4.313 0 0 1-.596-.101c-.085-.02-.145-.117-.145-.226v-7.128c0-.11.06-.21.145-.234.197-.06.395-.105.596-.137"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M96.26 45.512a3.255 3.255 0 0 1 2.028-.016c.073.024.121.12.121.23v7.111c0 .11-.048.21-.12.235a3.227 3.227 0 0 1-2.028.028c-.073-.02-.121-.117-.121-.23v-7.128c0-.109.048-.21.12-.23Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.732 45.387a4.252 4.252 0 0 0-.588.125h-.004v7.584h.004c.193.052.39.089.588.117v-7.83.004Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m98.41 49.584-2.27.024v.432l2.27-.024v-.432Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m98.03 49.589-.971.008v.432l.971-.008v-.432Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M98.232 53.092V45.48a2.988 2.988 0 0 0-.504-.109l.009 7.838s.205-.024.495-.117Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.176 66.359a4.647 4.647 0 0 1 2.431-.065c.085.02.145.117.145.226v7.112c0 .109-.06.21-.145.234a4.647 4.647 0 0 1-2.43.08c-.085-.02-.146-.116-.146-.225v-7.128c0-.109.06-.21.145-.234Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.773 74.052c-.202-.02-.4-.053-.597-.101-.084-.02-.145-.117-.145-.226v-7.128c0-.11.06-.21.145-.234.198-.06.395-.105.597-.137"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M96.317 65.765a3.258 3.258 0 0 1 2.028-.052c.073.02.12.117.12.226v7.112c0 .109-.047.21-.12.234a3.23 3.23 0 0 1-2.028.064c-.072-.02-.12-.117-.12-.226v-7.128c0-.109.048-.21.12-.234v.004Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.789 65.628a4.268 4.268 0 0 0-.589.137h-.004v7.584h.004c.194.049.391.085.589.105v-7.83.004Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m98.47 69.798-2.274.064v.432l2.274-.064v-.432Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m98.09 69.81-.975.028v.432l.976-.029v-.431Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M98.288 73.309v-7.612a2.965 2.965 0 0 0-.504-.101l.008 7.838s.206-.028.496-.125Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M101.215 84.578a.2.2 0 0 1-.201-.202V34.518l-60.953-3.116a.197.197 0 0 1-.19-.21.194.194 0 0 1 .21-.19l61.146 3.128c.109.004.19.093.19.202V84.38a.2.2 0 0 1-.202.202v-.004Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M59.028 60.008c-.31 7.56 5.507 13.615 12.59 13.518 6.677-.093 12.015-5.676 12.265-12.466.246-6.773-4.644-12.756-11.265-13.405-7.019-.694-13.28 4.813-13.59 12.353Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M60.478 60.068c-.306 7.511 5.443 13.535 12.446 13.442 6.6-.089 11.882-5.645 12.132-12.398.246-6.737-4.592-12.687-11.14-13.329-6.942-.685-13.131 4.79-13.438 12.285Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m63.724 55.298 2.089 1.319a8.29 8.29 0 0 1 .552-.968l-2.048-1.29c-.383-.242-.83-.23-.992.032-.165.258.016.665.399.911v-.004Zm1.197 4.892c0-.065.008-.133.012-.198H62.37c-.455 0-.822.25-.822.557 0 .306.367.556.822.556h2.56a9.881 9.881 0 0 1-.008-.915Zm3.399-6.62c.299-.227.61-.428.936-.61l-1.141-1.927c-.23-.39-.633-.58-.9-.423-.266.157-.29.6-.06.992l1.165 1.967Zm5.335-1.59v-2.16c0-.456-.25-.823-.557-.823-.306 0-.556.367-.556.822v2.161a8.536 8.536 0 0 1 1.113 0Zm6.93 5.128 2.201-1.197c.4-.218.605-.613.456-.883-.146-.27-.59-.314-.988-.097l-2.161 1.174c.185.318.346.657.488 1l.004.004Zm-2.907-3.665 1.113-2.004c.222-.399.181-.838-.089-.987-.27-.15-.665.052-.887.447l-1.088 1.956c.33.173.645.37.947.588h.004ZM65.599 63.991l-2.193 1.194c-.4.217-.605.612-.456.882.145.27.589.315.988.097l2.153-1.169a8.516 8.516 0 0 1-.492-1v-.004Zm18.227-3.999h-2.56c.02.294.024.593.012.891 0 .077-.016.15-.02.222h2.568c.456 0 .823-.25.823-.556 0-.307-.367-.557-.823-.557Zm-1.354 5.805-2.104-1.326a9.073 9.073 0 0 1-.549.967l2.06 1.299c.384.241.831.23.992-.033.166-.258-.016-.665-.399-.91v.003Zm-9.414 3.339c-.173 0-.343-.02-.516-.032v2.169c0 .455.25.822.556.822.307 0 .557-.367.557-.822v-2.17c-.198.013-.395.029-.597.029v.004Zm4.81-1.626a8.21 8.21 0 0 1-.928.618l1.145 1.935c.23.39.633.58.9.423.266-.157.29-.6.06-.992l-1.173-1.983h-.004Zm-9.358.15-1.11 1.994c-.222.399-.181.838.089.988.27.149.665-.053.887-.448l1.088-1.96a8.4 8.4 0 0 1-.951-.576h-.004Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M64.922 60.257c-.198 4.915 3.523 8.926 8.136 8.947 4.438.024 8.047-3.677 8.22-8.253.17-4.572-3.145-8.548-7.56-8.898-4.587-.367-8.603 3.298-8.796 8.204Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M65.394 60.205c-.186 4.677 3.354 8.495 7.749 8.52 4.225.02 7.664-3.5 7.825-7.858.161-4.35-2.995-8.136-7.196-8.471-4.367-.347-8.189 3.14-8.378 7.81Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.494 61.979c-.117 2.919 2.08 5.314 4.846 5.35 2.701.036 4.93-2.205 5.035-5 .105-2.794-1.943-5.176-4.636-5.334-2.754-.16-5.132 2.069-5.245 4.984Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M68.413 60.403c-.112 2.907 2.065 5.305 4.81 5.362 2.681.052 4.89-2.161 5-4.947.104-2.782-1.932-5.173-4.6-5.346-2.734-.178-5.093 2.028-5.206 4.93h-.004Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m73.473 53.307-2.403 1.85a.869.869 0 0 0-.295.359l-.657 1.476 2.94-.774.419-2.907-.004-.004Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.585 56.331c-2.592-.157-4.822 1.83-5.148 4.512-.008-.15-.032-.29-.024-.44.113-2.903 2.471-5.104 5.205-4.93 2.669.173 4.705 2.564 4.6 5.346-.004.145-.04.278-.057.419-.104-2.593-2.044-4.754-4.58-4.907h.004Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m74.565 54.153.178.803c.161.733-.315 1.435-.948 1.395l-.419-.029c-.637-.04-1.068-.81-.843-1.524l.242-.778c.319-1.024 1.556-.927 1.79.133Z"/>
|
|
43
|
+
</svg>
|
|
44
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Mission" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.582 49.795v36c0 5.299-4.302 9.6-9.6 9.6h-108.8c-5.298 0-9.6-4.301-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m74.97 79.668.959-12.894-13.2 10.709 4.49 10.512a1.4 1.4 0 0 0 2.4.301l4.108-5.363a6.113 6.113 0 0 0 1.243-3.265Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.461 73.047a25.11 25.11 0 0 1-2.85 2.784c-2.21 1.819-1.098 6.736-3.035 8.843l-1.84 2.001a1.708 1.708 0 0 1-.863.51l-4.145-9.702 13.2-10.71-.467 6.274Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M67.072 45.173C51.576 57.172 41.94 69.846 40.815 76.694c-.199 6.778 5.833 10.439 9.333 10.74 5.664-.634 14.013-8.404 24.315-16.846 13.115-10.747 28.552-35.015 24.73-39.03-3.61-3.795-14.839.233-32.12 13.615Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M71.337 73.05c.855-10.272-6.264-14.58-11.743-16.566-.434-.157-.7.415-.319.676 4.022 2.75 8.853 6.87 9.358 11.794.609 5.939 2.205 4.096 2.704 4.096Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M98.946 31.32c.086.076.169.154.248.237 3.821 4.015-11.616 28.283-24.73 39.03C64.16 79.03 55.811 86.8 50.147 87.435c-3.5-.301-9.532-3.962-9.333-10.74.82-4.998 6.176-13.099 15.033-21.776-1.324 7.517-.989 14.65 5.93 18.518l13.575-9.5.296-.201a8.7 8.7 0 0 0 3.457-9.613l13.249-9.278c3.577-3.44 5.876-9.566 6.591-13.524Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M84.416 33.704c7.528-3.864 12.572-4.463 14.777-2.146 1.55 1.63-.07 6.594-3.421 12.637-.148-1.694-.754-3.572-2.168-5.426-2.122-2.78-5.841-4.299-9.188-5.065Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M95.517 44.731c3.74-6.587 5.299-11.468 3.676-13.173a3.51 3.51 0 0 0-.246-.235c.2 2.75-1.834 6.769-3.853 10.04.645 1.607.536 2.015.423 3.368Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M43.536 70c3.01-.517 6.8.867 9.768 3.866 3.267 3.302 4.564 7.58 3.538 10.69-2.524 1.617-4.765 2.662-6.695 2.878-3.5-.302-9.53-3.962-9.332-10.74.304-1.85 1.229-4.124 2.721-6.694Z"/>
|
|
11
|
+
<ellipse cx="45.95" cy="81.347" fill="var(--sapContent_Illustrative_Color1)" rx="6.053" ry="2.874" transform="rotate(49.245 45.95 81.347)"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m38.982 55.424 3.45-2.646a10.43 10.43 0 0 1 5.908-2.147l12.43-.526c-.508 5.317-9.698 11.637-11.578 12.276l-9.775-3.857c-1.3-.513-1.544-2.249-.435-3.1Z"/>
|
|
13
|
+
<ellipse cx="68.115" cy="69.327" fill="var(--sapContent_Illustrative_Color11)" rx="2.63" ry="9.102" transform="rotate(50.927 68.115 69.327)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M90.73 55.003c-2.585 4.066-7.058 5.468-10.316 3.397-3.258-2.07-3.784-6.734-1.2-10.8 2.4-3.4 6.6-5.2 10.2-3.4 3.258 2.07 3.9 6.737 1.315 10.803Z"/>
|
|
15
|
+
<ellipse cx="86.283" cy="52.167" fill="var(--sapContent_Illustrative_Color2)" rx="5.138" ry="6.359" transform="rotate(32.437 86.283 52.167)"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M82.568 48.557a7.73 7.73 0 0 1 1.482-1.38l7.258 2.666a6.474 6.474 0 0 1-.065 1.901l-8.675-3.187Zm8.43 4.163a8.248 8.248 0 0 1-1.978 3.255l-8.29-3.045c.093-1.159.495-2.383 1.216-3.52l.009-.012 9.043 3.323Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M90.16 47.135c2.034 1.676 2.304 5.057.538 7.837-1.884 2.964-5.37 4.122-7.786 2.586a4.295 4.295 0 0 1-.314-.22c2.582.224 5.268-1.048 6.828-3.502 1.345-2.116 1.539-4.615.735-6.701Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M34.014 91.795c7.327-3.158 21.384-10.576 17.595-14.745-5.409-5.949-14.714 11.062-17.595 14.745Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M53.283 73.85c3.606 3.646 4.459 8.093 3.632 10.652-2.508 1.758-5.023 2.718-6.789 2.916-.889-.077-1.941-.37-3.014-.876l.433-.497c.96.347 1.8.33 2.334-.13 1.203-1.036.409-3.93-1.774-6.461-2.182-2.532-4.926-3.745-6.128-2.709-.572.493-.692 1.406-.426 2.5l-.422.4a10.29 10.29 0 0 1-.335-2.967c.282-1.722 1.05-3.86 2.705-6.703 3.109-.914 6.564.62 9.784 3.875Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M60.735 50.375c-.783 5.258-9.696 11.378-11.544 12.007l-10.43-4.116a1.4 1.4 0 0 1-.338-2.413l.561-.431c4.47 2.882 13.045 4.664 21.75-5.047Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M30.389 79.366c0-.225-.654-.405-1.527-.446-.05-.872-.242-1.52-.467-1.52-.225 0-.412.654-.46 1.53-.875.06-1.526.256-1.523.481.003.226.653.406 1.526.446.053.872.242 1.52.467 1.52.224 0 .412-.654.46-1.53.876-.06 1.526-.256 1.524-.481Zm73.999 1.199c0-.225-.653-.405-1.526-.446-.05-.872-.242-1.52-.467-1.52-.225.001-.412.654-.46 1.53-.875.06-1.526.256-1.523.481.003.226.653.406 1.526.447.053.871.242 1.52.467 1.519.224 0 .412-.654.46-1.53.876-.06 1.526-.255 1.523-.48Zm9.624-24.384c0-.18-.525-.326-1.228-.359-.04-.701-.194-1.223-.376-1.222-.181 0-.331.526-.37 1.23-.704.049-1.228.206-1.225.388.002.181.525.326 1.228.359.042.701.194 1.223.375 1.223s.332-.526.371-1.232c.704-.048 1.228-.205 1.225-.387Z"/>
|
|
22
|
+
<circle cx="22.456" cy="74.242" r=".442" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M20.998 53.258c0-.35-1.016-.63-2.374-.694-.078-1.356-.376-2.365-.726-2.364-.35.001-.642 1.017-.716 2.38-1.362.093-2.374.397-2.37.748.005.351 1.017.631 2.374.694.082 1.356.377 2.364.726 2.364.35-.001.642-1.017.717-2.38 1.361-.093 2.373-.398 2.369-.748Z"/>
|
|
24
|
+
<circle cx="93.254" cy="84.242" r=".442" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m35.02 86.015 2.225 3.881 5.579-2.54-5.58-1.864-2.224.523Zm31.921 2.751 5.407 2.95.55-.64.518-.784-6.475-1.526Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m59.597 42.41 2.698 12.646 9.664-13.982-7.259-8.83a1.4 1.4 0 0 0-2.387.383l-2.438 6.3a6.113 6.113 0 0 0-.278 3.483Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M60.376 46.057c-.455-2.082-.377-4.692 0-5.566.697-1.611 1.226-2.511 2.494-5.078l1.205-2.436c.16-.325.364-.55.647-.712l7.236 8.807-9.664 13.983-1.918-8.998Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M46.47 59.25c2.86 1.407 7.568 4.425 8.888 5.818 0 .873 1.095 3.172.483 3.212 3.704 2.525 10.936 8.682 12.636 15.566-3.677-.312-2.974 2.32-5.348 1.772-1.835-.424-2.079 3.614-6.696.309-1.818-1.302-3.033-2.735-7.365-1.139-8.212-3.151-15.253-7.357-16.896-8.933-1.16-.181-6.859.728-8.501 0-1.643-.727-7.15-5.878-7.15-7.575 0-1.058.677-.909 5.507-.424-3.513-2.82-6.605-6.23-7.088-9.017 0-.948.681-3.346 3.194-3.83 2.314-.447 4.22-.187 5.537 0 2.318.242 12.269 2.545 18.355 4.969 1.514-.202 1.585-2.133 4.444-.727Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M81.241 27.991c3.444-.692 10.26 1.13 11.97 7.691.843 6.889-4.851 21.757-16.359 37.621-2.967 4.09-5.764 7.61-8.367 10.572l-2.253-.938-3.032 4.237h-3.231l-1.4-3.422-2.798.931-3.458-3.482-3.247 3.588c1.85-10.045 7.38-24.768 13.562-33.806 7.52-10.994 13.354-20.794 18.613-22.992Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M64.94 47.682c1.743 8.991 8.542 10.893 13.46 11.223.39.026.47-.53.1-.657-3.917-1.347-8.816-3.659-10.394-7.741-1.903-4.922-2.761-2.95-3.166-2.825Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M81.243 27.991c3.444-.692 10.26 1.13 11.97 7.69.615 5.028-1.961 6.938-2.25 4.319-.838-7.586-4.083-3.016-11.81-4.787l-9.164 12.5-6.03 8.275c-2.39 2.907-1.95 7.59-1.33 10.026 0 0 .755 13.507-4.695 15.187-1.403.743-1.207 3.166-1.207 3.166l-.96.315c-1.277-1.29-2.245-2.254-3.453-3.48l-3.246 3.585c1.85-10.044 7.38-24.766 13.562-33.804 7.52-10.994 13.354-20.794 18.613-22.992Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M92.48 42.87c-2.744 1.34-6.771 1.077-10.46-.97-4.062-2.253-6.508-5.995-6.395-9.269 1.969-2.26 3.827-3.891 5.618-4.64 3.444-.692 10.26 1.13 11.97 7.691.228 1.86-.022 4.302-.733 7.189Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M78.454 35.698c-.37.624-.602 1.065-1.134 2.044-1.048-1.537-1.747-3.114-1.696-5.11 2.028-2.44 4.7-4.71 5.996-4.698 1.294.011-3.166 1.128-2.317 4.429.17 1.312-.48 2.71-.85 3.335Zm3.449-6.333c.863-1.332 3.837-.938 6.642.88 2.805 1.819 4.379 4.373 3.515 5.705-.863 1.332-3.837.938-6.642-.88-2.805-1.819-4.379-4.373-3.515-5.705Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m101.009 55.764-2.634 3.46a10.43 10.43 0 0 1-5.138 3.62l-11.856 3.77c-.905-5.263 6.304-13.773 7.95-14.884l10.445 1.158c1.389.153 2.08 1.764 1.233 2.876Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M95.336 61.127a.112.112 0 0 0 .026-.012c.61-.383 1.025.127.422.52a10.41 10.41 0 0 1-2.546 1.21l-11.856 3.77c-.251-1.935.256-3.577.93-5.147l4.63 1.008c2.005.37 5.706-.52 8.394-1.35Z"/>
|
|
14
|
+
<ellipse cx="69.076" cy="50.413" fill="var(--sapContent_Illustrative_Color11)" rx="2.63" ry="9.102" transform="rotate(-145.366 69.076 50.413)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M66.913 48.918c2.857-4.136 6.141-6.82 7.336-5.994-2.317 1.468-3.412 2.47-6.269 6.605-3.195 4.625-3.171 5.617-3.353 6.224-.378 1.264-.187 2.464-.723 2.148-1.195-.825.152-4.847 3.009-8.983Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M51.389 70.504c1.34-4.628 5.24-7.228 8.948-6.155 3.708 1.074 5.52 5.403 4.181 10.03-1.35 3.937-4.876 6.843-8.836 6.125-3.709-1.073-5.633-5.373-4.293-10Z"/>
|
|
17
|
+
<ellipse cx="56.454" cy="71.981" fill="var(--sapContent_Illustrative_Color2)" rx="5.138" ry="6.359" transform="rotate(-163.856 56.454 71.98)"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m56.449 75.38-2.834 1.64 1.32-1.82-1.775-1.835 1.775-.666v-2.967l4.5-3.318-.708 5.11 1.633 2.626-2.502 3.64-.848.324 2.425-4.451-1.517-2.138 1.517-5.11-3.931 3.85v3.1l-1.47.154 2.415 1.86Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M54.143 77.9c-2.422-1.04-3.63-4.209-2.714-7.373.977-3.373 3.997-5.463 6.747-4.666.124.035.245.077.364.123-2.542.51-4.763 2.484-5.572 5.277-.697 2.408-.182 4.861 1.175 6.638Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m40.055 84.945-2.778 5.05H49.87l-6.851-5.05h-2.963Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m72.35 91.727-2.766-4.502 8.253 3.603-5.487.9Zm-25.547-1.735.888-1.601 2.204 1.6h-3.092Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m48.918 87.57-1.63 4.85 5.165-3.152-3.535-1.698Z"/>
|
|
23
|
+
</svg>
|
|
24
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-NoApplications" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m39.434 92.7 51.824-9.313c.322-.058.333-.514.02-.596l-32.496-8.146a2.985 2.985 0 0 0-1.19-.054l-40.916 6.344c-.725.113-.864 1.1-.198 1.411L38.26 92.54c.364.172.779.227 1.178.152l-.004.008Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M93.041 35c.206-.012.415.027.609.098a2.032 2.032 0 0 1 .988.819c.12.19.209.401.263.623l.965 4.223-62.748 3.802-.81-4.695a1.651 1.651 0 0 1 .024-.705 1.52 1.52 0 0 1 .802-1.002c.201-.102.43-.164.682-.18L93.04 35Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.114 44.566 62.744-3.798 8.064 35.285c.054.238.062.472.039.686a1.593 1.593 0 0 1-.198.593 1.324 1.324 0 0 1-.399.433 1.29 1.29 0 0 1-.562.21l-60.667 7.65a1.84 1.84 0 0 1-.752-.058 1.841 1.841 0 0 1-.666-.343 2.145 2.145 0 0 1-.508-.565 2.02 2.02 0 0 1-.275-.733l-6.816-39.36h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m39.504 49.163 24.27-1.345c.21-.011.42.017.62.078s.383.162.55.285c.166.122.304.273.42.44.117.168.19.357.228.553L69.79 70.85a1.412 1.412 0 0 1-.25 1.105 1.458 1.458 0 0 1-1.004.569L44.24 75.476a2.03 2.03 0 0 1-1.336-.323 1.615 1.615 0 0 1-.704-1.055l-4.137-23.29a1.288 1.288 0 0 1 .028-.602c.055-.184.15-.363.283-.513.133-.151.293-.274.488-.363.194-.09.41-.15.643-.167Zm31.4-1.741 20.76-1.144c.183-.011.36.017.537.078.178.061.333.15.483.262.15.112.272.251.371.407.1.157.172.33.211.514l4.203 20.059a1.4 1.4 0 0 1 .006.547 1.217 1.217 0 0 1-1.043.987l-20.737 2.522c-.211.023-.416 0-.61-.05a1.653 1.653 0 0 1-.948-.68 1.486 1.486 0 0 1-.228-.547l-4.203-21.432a1.347 1.347 0 0 1 .006-.558 1.12 1.12 0 0 1 .227-.469 1.318 1.318 0 0 1 .948-.485l.017-.011Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M42.139 85.625c-.26.031-.512.008-.752-.058a1.973 1.973 0 0 1-.666-.344 2.103 2.103 0 0 1-.783-1.302l-6.816-39.356-.81-4.695a1.55 1.55 0 0 1-.027-.351 1.625 1.625 0 0 1 .15-.643c.043-.098.105-.192.167-.273l-1.026 1.345a2.394 2.394 0 0 0-.167.269 1.555 1.555 0 0 0-.151.636c0 .113 0 .23.027.346l.798 4.645 6.7 38.923c.043.265.14.507.271.726.132.218.306.409.5.561.198.152.419.265.659.34.24.07.492.093.744.058l60.121-7.643 1.728-.838-60.667 7.65v.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m106.467 83.859-1.507.979s-.035.023-.05.03c-.016.008-.035.024-.047.032-.015.008-.035.023-.046.031-.016.008-.035.023-.051.031-.321.195-.651.375-.988.534a10.33 10.33 0 0 1-2.135.726c-.372.082-.752.144-1.132.183a9.392 9.392 0 0 1-.573.05c-.19.012-.388.016-.581.02-.194 0-.392 0-.59-.015-.197-.016-.395-.024-.592-.047a12.303 12.303 0 0 1-3.526-.9 13.873 13.873 0 0 1-3.255-1.934 14.335 14.335 0 0 1-1.434-1.311 15.723 15.723 0 0 1-1.252-1.486 15 15 0 0 1-1.046-1.638 14.55 14.55 0 0 1-1.395-3.599 13.404 13.404 0 0 1-.357-3.708c.028-.612.105-1.213.225-1.802a11.183 11.183 0 0 1 1.174-3.225 10.055 10.055 0 0 1 2.05-2.597l1.33-1.208a10.223 10.223 0 0 0-2.066 2.624 11.052 11.052 0 0 0-1.178 3.256 12.439 12.439 0 0 0-.178 3.689c.058.628.162 1.255.314 1.88.15.623.344 1.243.577 1.856.24.612.515 1.204.83 1.778a15.137 15.137 0 0 0 2.32 3.162 14.587 14.587 0 0 0 3.046 2.425c.55.328 1.116.613 1.693.858.578.246 1.167.44 1.764.597a12.007 12.007 0 0 0 2.991.386c.198 0 .391-.008.589-.016a12.386 12.386 0 0 0 1.724-.234 9.38 9.38 0 0 0 1.101-.304c.36-.12.709-.265 1.054-.42.345-.16.674-.34.996-.539.019-.012.035-.023.05-.031.02-.008.035-.024.047-.031.015-.008.035-.024.046-.032.016-.007.035-.023.051-.035"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M105.805 63.403a14.74 14.74 0 0 1 1.806 1.747 15.56 15.56 0 0 1 1.484 2.012c.438.71.814 1.454 1.124 2.227.31.768.558 1.567.732 2.378.128.609.217 1.213.26 1.821a12.7 12.7 0 0 1 .008 1.798c-.043.593-.12 1.181-.244 1.755a11.787 11.787 0 0 1-.492 1.676 10.838 10.838 0 0 1-1.694 2.952 9.511 9.511 0 0 1-1.166 1.209c-.423.37-.876.706-1.36 1.002a9.844 9.844 0 0 1-2.05.96c-.361.12-.729.222-1.101.303a9.958 9.958 0 0 1-1.143.184 7.286 7.286 0 0 1-.581.046 9.807 9.807 0 0 1-.589.016c-.198 0-.395 0-.593-.016a16.12 16.12 0 0 1-.6-.046 11.599 11.599 0 0 1-1.799-.324 12.843 12.843 0 0 1-1.763-.597 14.066 14.066 0 0 1-3.29-1.957 15.06 15.06 0 0 1-1.449-1.322c-.453-.472-.88-.979-1.263-1.505a14.866 14.866 0 0 1-1.887-3.44 13.68 13.68 0 0 1-.578-1.855 14.309 14.309 0 0 1-.313-1.88 13.693 13.693 0 0 1-.047-1.868 12.309 12.309 0 0 1 .705-3.548c.202-.554.45-1.084.729-1.587.279-.507.6-.979.96-1.423a10.019 10.019 0 0 1 2.523-2.239 10.357 10.357 0 0 1 3.1-1.279 10.6 10.6 0 0 1 1.698-.25 11.43 11.43 0 0 1 2.329.09c.775.11 1.542.293 2.297.55a13.39 13.39 0 0 1 2.205.983c.713.401 1.399.862 2.054 1.396v.011l-.012.02Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.493 65.973a.989.989 0 0 1 .697.23c.097.078.186.18.256.288.07.11.12.234.147.367l1.015 5.014 4.705-.405a.885.885 0 0 1 .364.047c.116.039.229.101.325.179a1.149 1.149 0 0 1 .403.655c.028.133.028.261.008.378a.84.84 0 0 1-.128.324.765.765 0 0 1-.573.343l-4.708.421 1.027 5.07a.985.985 0 0 1 .003.385.887.887 0 0 1-.135.332.804.804 0 0 1-.589.35.858.858 0 0 1-.372-.042 1.108 1.108 0 0 1-.333-.183 1.12 1.12 0 0 1-.407-.667l-1.02-5.085-4.808.43a.878.878 0 0 1-.376-.048 1.136 1.136 0 0 1-.6-.475 1.052 1.052 0 0 1-.148-.375.926.926 0 0 1 .14-.713.82.82 0 0 1 .6-.344l4.805-.417-1.011-5.03a.905.905 0 0 1 .136-.698.758.758 0 0 1 .585-.331h-.008Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-NoFlows" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m39.687 90.758 51.612-9.215c.32-.058.332-.51.02-.59L58.955 72.89a2.988 2.988 0 0 0-1.185-.054l-40.749 6.28c-.722.111-.86 1.087-.197 1.396L38.517 90.6c.363.17.776.224 1.174.15l-.004.008Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M93.074 33.654c.204-.011.413.027.606.097s.382.181.552.32a2.082 2.082 0 0 1 .695 1.108l.96 4.18-62.491 3.762-.807-4.647a1.625 1.625 0 0 1 .024-.698 1.512 1.512 0 0 1 .799-.992c.2-.1.428-.162.679-.177l58.983-2.953Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.393 43.12 62.487-3.759 8.031 34.922c.054.235.062.467.038.679a1.58 1.58 0 0 1-.196.587 1.34 1.34 0 0 1-.398.428 1.288 1.288 0 0 1-.559.208l-60.42 7.572a1.87 1.87 0 0 1-.748-.058 1.839 1.839 0 0 1-.664-.34 2.128 2.128 0 0 1-.505-.559 1.99 1.99 0 0 1-.274-.726L33.396 43.12h-.003Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M87.853 47.458c-.455-2.35-2.535-4.09-4.673-3.905v.011h-.062c-1.907.197-3.211 1.88-3.172 3.913v.02l-7.657.656-.44-2.277c-.096-.498-.536-.865-1.007-.826h-.012l-11.025.826c-.467.05-.764.498-.668 1.007l.521 2.566-7.495.556v-.008c-.744-1.983-2.658-3.338-4.627-3.168 0 0-.038.004-.058.004-2.257.231-3.708 2.404-3.241 4.843.455 2.408 2.624 4.18 4.847 3.983.027 0 .058-.004.085-.004 1.987-.212 3.346-1.93 3.31-4.006v-.02l7.5-.563.092.49.575 2.995c.093.506.548.876 1.023.834l3.805-.413 1.242-.135.869 5.051.891 5.18-.116.177-2.415 3.705-.19.29s-.015.034-.027.05l-8.154.968c-.799-1.814-2.593-3.018-4.45-2.856-.038 0-.08.012-.12.012-2.245.258-3.696 2.454-3.23 4.893.464 2.397 2.594 4.133 4.798 3.94.038 0 .084-.011.13-.011 2.077-.255 3.462-2.142 3.289-4.346l8.177-.984c-.023-.027-.042-.058-.065-.089l4.23 3.397c.223.177.486.258.733.235a.874.874 0 0 0 .675-.41l2.775-4.275c.034-.058.07-.12.092-.185.174-.456.016-1.03-.393-1.359l-.29-.231-3.96-3.2-.871-5.094-.865-5.028 4.384-.475c.463-.054.749-.501.656-1.007l-.575-2.971-.08-.433 7.663-.66c.606 1.602 1.984 2.787 3.512 3.037a3.9 3.9 0 0 0 .927.035c.023-.008.05-.008.073-.008a3.38 3.38 0 0 0 .486-.084c1.88-.475 3.01-2.451 2.59-4.647l-.012.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M42.38 83.757a1.93 1.93 0 0 1-.748-.058 1.972 1.972 0 0 1-.664-.34 2.086 2.086 0 0 1-.78-1.288L33.4 43.12l-.806-4.647a1.531 1.531 0 0 1-.027-.347 1.593 1.593 0 0 1 .15-.637 1.34 1.34 0 0 1 .166-.27L31.86 38.55a2.346 2.346 0 0 0-.165.266 1.531 1.531 0 0 0-.15.63c-.001.111-.001.227.026.343l.795 4.596 6.672 38.522c.043.263.14.502.27.718.132.216.305.405.498.556.197.15.417.262.656.335.24.07.49.093.741.058l59.875-7.564 1.721-.83-60.419 7.572v.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m106.446 82.009-1.502.969s-.034.023-.05.03c-.015.008-.034.023-.046.031-.015.008-.035.023-.046.031-.016.008-.035.023-.051.031-.32.193-.648.37-.984.529a10.214 10.214 0 0 1-3.253.899 9.48 9.48 0 0 1-.571.05c-.19.012-.386.016-.579.02-.193 0-.39 0-.587-.016-.196-.016-.393-.023-.59-.046a12.305 12.305 0 0 1-3.512-.892 13.806 13.806 0 0 1-3.242-1.914 14.222 14.222 0 0 1-1.427-1.297 15.574 15.574 0 0 1-1.247-1.47 14.847 14.847 0 0 1-1.042-1.62 14.357 14.357 0 0 1-1.39-3.563 13.166 13.166 0 0 1-.354-3.67c.027-.606.104-1.2.224-1.783a11.046 11.046 0 0 1 1.17-3.191 9.974 9.974 0 0 1 2.041-2.57l1.323-1.197a10.141 10.141 0 0 0-2.057 2.597 10.877 10.877 0 0 0-1.173 3.222 12.368 12.368 0 0 0-.177 3.65 12.9 12.9 0 0 0 .312 1.862 15.3 15.3 0 0 0 .575 1.837c.24.605.513 1.192.826 1.76a14.992 14.992 0 0 0 2.312 3.13 14.524 14.524 0 0 0 3.033 2.4c.548.324 1.111.605 1.686.849.575.243 1.162.436 1.756.59a12.04 12.04 0 0 0 2.98.382c.196 0 .389-.008.586-.015a12.508 12.508 0 0 0 1.718-.232 9.37 9.37 0 0 0 1.095-.301c.359-.12.707-.262 1.05-.417.344-.158.672-.335.992-.532.019-.012.035-.023.05-.031.019-.008.035-.023.046-.031.016-.008.035-.023.047-.031a.386.386 0 0 0 .05-.035"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M105.786 61.764c.648.525 1.25 1.104 1.798 1.729a15.366 15.366 0 0 1 1.478 1.991 14.4 14.4 0 0 1 1.12 2.204c.308.76.555 1.551.729 2.354.127.602.216 1.2.259 1.802a12.439 12.439 0 0 1-.236 3.516 11.44 11.44 0 0 1-.49 1.66 10.77 10.77 0 0 1-.733 1.539c-.282.49-.602.95-.953 1.382a9.487 9.487 0 0 1-1.162 1.196 9.832 9.832 0 0 1-1.355.992 9.82 9.82 0 0 1-2.041.949c-.359.12-.726.22-1.096.301a10.01 10.01 0 0 1-1.139.181 7.257 7.257 0 0 1-.578.047c-.193.011-.39.015-.587.015-.197 0-.394 0-.59-.015a16.045 16.045 0 0 1-.599-.047 11.547 11.547 0 0 1-1.79-.32 12.848 12.848 0 0 1-1.756-.59 14.01 14.01 0 0 1-3.276-1.937 14.98 14.98 0 0 1-1.444-1.309 14.415 14.415 0 0 1-1.258-1.49 14.666 14.666 0 0 1-1.88-3.404 13.519 13.519 0 0 1-.575-1.836 14.089 14.089 0 0 1-.312-1.86 13.49 13.49 0 0 1-.046-1.849 12.1 12.1 0 0 1 .702-3.512c.2-.548.448-1.073.725-1.57a9.52 9.52 0 0 1 .958-1.409 9.934 9.934 0 0 1 2.512-2.215 10.337 10.337 0 0 1 4.777-1.513 11.39 11.39 0 0 1 2.32.089c.772.108 1.536.29 2.288.544.753.255 1.486.579 2.196.973a14.4 14.4 0 0 1 2.046 1.381v.012l-.012.019Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.503 64.31a.979.979 0 0 1 .695.228c.097.081.185.178.255.286.07.108.12.231.146.362l1.012 4.96 4.688-.402a.888.888 0 0 1 .363.046.99.99 0 0 1 .324.182c.097.08.186.177.255.285.069.108.12.232.147.363.027.131.027.259.007.375a.826.826 0 0 1-.127.32.73.73 0 0 1-.243.228.744.744 0 0 1-.332.104l-4.693.416 1.023 5.021a.956.956 0 0 1-.127.71.727.727 0 0 1-.247.236.858.858 0 0 1-.71.07 1.12 1.12 0 0 1-.332-.182 1.122 1.122 0 0 1-.406-.66l-1.018-5.036-4.786.424a.944.944 0 0 1-.374-.042c-.12-.039-.236-.1-.336-.182a1.112 1.112 0 0 1-.405-.66.91.91 0 0 1 .139-.706.798.798 0 0 1 .598-.343l4.782-.413-1.004-4.974a.893.893 0 0 1 .135-.69.818.818 0 0 1 .247-.229.745.745 0 0 1 .336-.1l-.012.004Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-NoUsers" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.5 49.6v36c0 5.298-4.302 9.6-9.6 9.6H10.1c-5.298 0-9.6-4.302-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M94.025 89.414c.253-3.443-15.707-7.428-35.65-8.9-19.943-1.47-36.316.128-36.57 3.571-.254 3.444 15.707 7.428 35.65 8.9 19.942 1.471 36.315-.127 36.57-3.57Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M97.7 30.926c-2.108-2.312-12.228-4.028-24.376-4.028-12.148 0-21.372 1.588-24.056 3.736h-.004s-.052.044-.136.12l-.116.104c-2.748 2.524-26.92 26.224.28 55.456 2.724 3.52 12.448 6.124 24.032 6.124s20.856-2.484 23.828-5.884c0 0 28.292-25.16.544-55.628h.004Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M53.992 30.456c0-1 8.56-2.2 19.116-2.18 10.556.02 19.112 1.24 19.108 2.244-.004 1.004-8.56 2.2-19.116 2.18-10.556-.02-19.112-1.24-19.108-2.244ZM97.912 49c-.396-3.176-2.048-6.5-4.172-9.1-.42-.512-1.088-.744-1.744-.648l-2.132.312c-1.204.176-1.668 1.652-.82 2.524 1.916 1.968 4.488 4.944 5.48 7.748.304.856 1.244 1.448 2.1 1.136.828-.304 1.396-1.096 1.288-1.972Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M67.736 76.772c13.796-.308 26.472 3.336 31.604 2.688l.476.112a34.048 34.048 0 0 1-4.568 4.668c-2.932 2.472-6.788 3.412-10.62 3.5l-21.192.476c-3.836.084-7.728-.68-10.768-3.02a34.558 34.558 0 0 1-3.904-3.508c1.46-2.552 10.492-4.724 18.976-4.916h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M81.868 51.93c-.867 1.453-1.227 3.165-.775.497a7.889 7.889 0 0 0 .043-2.316c-.287-2.188-.895-6.208-2.132-4.82a.566.566 0 0 0-.14.408c.245 3.388 1.36 6.62-.072 9.928a10.29 10.29 0 0 0-.588 1.884c-.287 1.332-.851 3.1-1.655 2.184.287-1.856 1.316-3.776.807-5.684-.331-1.82 1.457-4.728.469-6.22a.502.502 0 0 0-.709-.132c-1.984 1.472-.407 5.672-1.236 7.84a.506.506 0 0 1-.743.248c-1.569-.992-1.197-3.616-.776-5.384a.454.454 0 0 0-.04-.316c-1.936-3.672-2.453 5.3.328 7.724a.55.55 0 0 1 .08.088c1.04 1.584-1.564 6.92-2.856 5.028a.472.472 0 0 1-.085-.292c.017-2 1.493-4.66.46-6.384-.212-.356-.744-.332-.9.052-.371.924.469 2.744-.395 3.3-.629-.828-.056-2.476-.184-3.572a.609.609 0 0 1 .023-.256c1.42-4.248-1.907-5.192-1.195-.148a.558.558 0 0 1-.008.2c-.764 3.584 1.332 7.132-.132 10.452-.1.224-.236.428-.388.62-.665.844-1.24 2.04-1.945.816-.115-.204-.055-.448.12-.604 1.428-1.244 1.28-8.844-.371-7.652-.325.236-.493.632-.48 1.036.04 1.676.995 5.456-.624 4.7a.548.548 0 0 1-.297-.336c-.8-2.592.625-5.068.86-7.652.12-.94-.823-6.932-1.675-5.136-.132.276-.168.58-.144.884.163 2.108 1.08 7.272-.549 2.292a10.475 10.475 0 0 0-.371-1.12.453.453 0 0 0-.037-.08.64.64 0 0 0-.115-.188c-.125-.16-.305-.288-.556-.16-.517.256-.488.696-.157 1.288.332.592.616 1.568.697 3.036.064 1.188.228 2.46.288 2.9.035.444.06.796.063 1a.446.446 0 0 1-.044.188c-1.188 2.408 2.453 6.98 1.14 8.572a.5.5 0 0 1-.828-.096c-.623-1.176-1.695-2.1-2.407-3.212-1.432-1.676-.648-5.008-1.977-6.36a.502.502 0 0 0-.811.124c-.292.608-.1 1.464.208 2.324.215.604-.684.968-.928.376-.424-1.032-.532-2.292-.6-3.392-.029-.48-.205-.948-.537-1.296-1.831-1.912-.295 7.512 3.313 9.396.316.164.608.38.852.64 4.115 4.38.5 12.224 4.588 16.044.087.08.2.128.32.128 1.124.024 3.388.24 2.216-1.364-8.477-13.796 12.615-20.308 14.507-31.664.093-.552-.64-.832-.923-.352v-.008h.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M65.176 74.494c-.42-1.088 1.256-1.928 1.088-3.604-.084-.852-.56-1.248-1.116-1.512.052.504-.012.936-.272 1.248a.5.5 0 0 1-.828-.096c-.624-1.176-1.696-2.1-2.408-3.212-1.432-1.676-.648-5.008-1.976-6.36a.502.502 0 0 0-.812.124c1.632 1.084 1.804 3.608.128 4.028-.492.124-.784.472-.932.916.616 1.088 1.376 2.004 2.26 2.464.216.112.416.256.6.412.544-.148 1.032-.252 1.34.06.516.516.732 1.428.232 2.2 1.932 4.472-.24 10.728 3.272 14.008.088.08.2.128.32.128 1.124.024 3.388.24 2.216-1.364-2.052-3.34-2.368-6.248-1.648-8.904-.62-.308-1.184.176-1.46-.54h-.004v.004Zm16.756-21.36c0-.336-.32-.344-.532-.312-.448.944-.62 1.552-.416.272-.228.212-.56.472-.656.284-.076-.152-.488-.264-.88-.268a8.606 8.606 0 0 1-.652 2.512l-.268.716c-.128.384-.232.772-.32 1.168-.288 1.332-.852 3.1-1.656 2.184.08-.516.216-1.036.364-1.56a1.559 1.559 0 0 1-.348-.476c-.296-.664-.444-1.476.072-1.548.516-.072.884-.812.368-1.108-.516-.296-.664-1.108-.148-1.4.472-.268.08-1.576-.772-1.692.06 1.32.152 2.648-.208 3.588a.506.506 0 0 1-.744.248c-.836-.528-1.12-1.524-1.136-2.608-.28.412-.428.888-.312 1.348.18.716-.184.644-.516.592.312 1.1.796 2.092 1.48 2.688a.548.548 0 0 1 .08.088c.272.412.292 1.084.156 1.812.224.308.428.732.428 1.26 0 1.004-.364 1.52.372 2.172 2.872-2.892 5.568-5.832 6.688-9.172-.236-.268-.444-.568-.444-.792v.004ZM71.292 65.2c.836-.752.252-1.76-.42-2.428-.672-.668-.252-1.088-.168-1.928.052-.52-.568-.652-1.052-.676.26 1.832.58 3.632.056 5.372.464.084 1.1.088 1.58-.34h.004Zm-1.22-10.344c.104.276.492.34.88.332.46-1.78.036-2.864-.472-3.012-.236.368-.496.944-.116 1.276.592.516-.516.812-.296 1.4l.004.004Zm-7.336.084c.336.592.616 1.568.696 3.036.016.268.032.54.056.808.324-.028.736.496 1.116.42.536-.108.572-1.04-.144-1.076-.716-.036-.788-.932-.608-1.184.18-.252.108-1.148-.324-1.612-.224-.244-.076-.728.112-1.14-.016-.036-.028-.076-.044-.108a.453.453 0 0 0-.036-.08.64.64 0 0 0-.116-.188c-.124-.16-.304-.288-.556-.16-.516.256-.488.696-.156 1.288l.004-.004Zm2.808 12.087a.472.472 0 0 0 .485-.46.473.473 0 0 0-.484-.46.472.472 0 0 0-.484.46c0 .255.216.46.483.46Zm.68.573c.117 0 .212-.103.212-.231s-.095-.232-.212-.232c-.117 0-.212.104-.212.232s.095.232.212.232Zm-.868.713c.084 0 .152-.076.152-.168 0-.093-.068-.168-.152-.168-.084 0-.152.075-.152.168 0 .092.068.168.152.168Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M49.432 81.86c18.692 4.556 38.212-5.236 51.172-3.308a34.201 34.201 0 0 1-5.36 5.688c-2.932 2.472-6.268 4.336-11.532 5.14-7.436 1.136-9.436-.78-18.456-.092-8.744.668-14.048-3.688-16.472-7.576.112.18.424.096.644.148h.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M48.588 74.635a25.434 25.434 0 0 1-.952-2.168c-.572-1.504-1.46-3.932-1.984-5.82-.464-1.676-2.82-8.04-.4-15.772a2.526 2.526 0 0 0-.284-2.12c-1.6-2.488 3.6-5.992 2.048-7.924a2.513 2.513 0 0 1-.604-2.008c.036-.264.048-.48-.096-.616-.4-.372-1.516.988-2.292 2.172a1.699 1.699 0 0 1-.172.236c-.296.34-.808 1.216-.808 1.216h.008a11.333 11.333 0 0 0-.992 1.928c-2.392 5.896-4.944 18.192 2.828 30.968l.108.168c.464.652 3.536 4.808 4.2 1.88.112-.5-.26-1.432-.608-2.136v-.004Zm2.895-39.146c-.267.316-.503.66-.707 1.02-.605 1.064-1.233 3.316-2.173 2.96-.48-.184-1.04-2.108-.8-2.912.24-.804 2.18-3.124 4.42-3.364.84-.092.973.272-.74 2.296Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m47.616 65.384-1.668.912c-.516.284-1.176.088-1.388-.464-.72-1.864-.612-3.396-.448-4.248.092-.468.484-.788.956-.872l1.748-.316c.952-.172 1.792.644 1.704 1.608-.06.62-.104 1.304-.1 1.908 0 .596-.284 1.184-.804 1.472Zm-2.428 4.425c.876 5.324 4.576 9.66 6.552 11.156.324.244.748.268 1.124.112.572-.236.708-1.076.332-1.568-1.596-2.08-3.576-6.46-4.212-10.876-.116-.816-1.044-1.292-1.744-.852l-1.568.988a1.037 1.037 0 0 0-.48 1.04h-.004Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Radar" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M63.307 96.293h16.168l-.154-.512-.154-.512-3.595-11.95-.307-1.023-3.88-12.923-4.114 13.693-.33 1.124-3.334 11.083-.153.512-.154.512.008-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.36 83.566c2.918.543 5.513-.755 7.531-2.506l-3.549-11.53-3.979 14.04-.004-.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M62.407 79.589c.666.662 1.377 1.22 2.123 1.69 3.564 2.225 7.862 2.182 10.43-.385 1.87-1.867 2.4-4.658 1.68-7.41-.465-1.814-1.472-3.6-2.983-5.113-3.825-3.822-9.439-4.407-12.55-1.3-3.11 3.094-2.521 8.714 1.304 12.526v-.008h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M62.872 78.843c.665.662 1.377 1.22 2.123 1.69 3.564 2.225 7.858 2.182 10.43-.385 1.869-1.867 2.4-4.658 1.68-7.41-.465-1.814-1.472-3.6-2.983-5.113-3.826-3.822-9.439-4.408-12.55-1.301-3.11 3.095-2.522 8.715 1.304 12.526v-.007h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M65.11 81.079c.869.362 1.738.604 2.603.754a34.729 34.729 0 0 0 6.305-8.003 37.222 37.222 0 0 0 1.915-3.815c-1.123-1.497-2.737-2.764-4.71-3.592-4.994-2.075-10.407-.477-12.1 3.577-1.69 4.046.993 9.015 5.987 11.082v-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M58.132 100h25.69v-3.704h-25.69v3.703Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M63.308 96.292h16.167l-.154-.512H63.458l-.154.512h.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m69.993 83.539-2.718 12.245-2.91.531V100h-6.237v-3.703l5.256-.258 3.89-12.973 2.719.47v.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M68.493 82.88 64.06 96.04l-4.952.477V100h-.98v-3.704l5.333-.515 3.971-13.231h1.319l-.254.33h-.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M76.437 72.96s1.246 5.27-1.96 7.165c0 0 2.272-3.207 1.757-7.099-.52-3.892.207-.065.207-.065h-.004Zm2.095 22.797-4.145-14.29-.076.085 2.964 14.151.007.081m-4.67-22.651c19.323-13.25 30.431-30.65 24.818-38.857-5.614-8.207-25.826-4.115-45.15 9.139-19.323 13.246-30.434 30.642-24.817 38.85 5.613 8.207 25.829 4.118 45.152-9.132h-.003Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M85.373 60.646s-2.473 1.782-7.26 2.783a7.135 7.135 0 0 0 1.05-1.813s.392-.77.231-1.27c7.101-13.262 3.33-27.686 3.33-27.686l-.696 1.482c2.514 15.056-2.042 24.76-2.7 26.058-.184-.293-.65-.424-1.676-.097 0 0-1.734.424-6.182 3.985h-.654v-.358h-.796l-.338.277-.25-.277v-.562l-1.215-.212-2.472 2.337.654.254h1.36l.67-.828s.38 1.216 1.93.042l1.196-.042s-3.165 3.187-1.488 3.738c0 0 .161 0 .442-.039-11.273 8.412-23.576 11.118-31.07 11.976a7.984 7.984 0 0 1-1.591-1.709c-3.71-5.42-.112-14.855 8.327-24.456 1.727 1.151 9.8 6.39 18.451 9.497l-17.924-10.09c4.256-4.73 9.677-9.485 15.967-13.8 5.579-3.827 11.23-6.883 16.587-9.108-7.62 1.978-16.444 6.074-25.095 12.006-19.332 13.25-30.447 30.643-24.83 38.85 3.991 5.836 15.376 5.455 28.567-.027-7.42 1.928-13.687 1.848-17.528-.504 20.17-3.588 29.035-11.118 30.758-12.75a7.636 7.636 0 0 0 3.668-1.994s1.757-1.005 3.125-2.656c2.542-.435 5.452-1.167 8.082-2.399 0 0 1.446-.007 1.446-1.416 0 0-1.157-1.174-2.08.797l.004.011Zm-14.176 3.661h-.008.012-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m45.425 41.298-.104 2.04.354 10.44-1.25-1.412-.392-9.67-.718-.42 2.068-1.686.038.712.004-.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m51.058 37.91-1.769-.215c.362-.335.677-.647.923-.924l1.523-1.197 30.293-1.436.695-1.482-30.538 1.451s-.185-.011-1.089.87l-.069.081a.526.526 0 0 0-.057-.08l-3.657-4.397c.004.089.008.17-.019.254-.42 1.486-4.548 4.512-5.986 5.3-.573.317-1.261.694-1.919.72l3.353 4.128-1.903 1.536-10.331 39.203h1.619l10.396-38.81 2.899-2.18-.073-.069c.776-.454 1.618-1.05 2.406-1.67h.189l1.734-.278 36.79 22.381 1.119-1.178-36.529-22.007Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M66.033 65.792c2.399-1.643 3.706-3.903 2.93-5.046-.78-1.14-3.36-.736-5.76.908-2.395 1.644-3.706 3.904-2.93 5.047.78 1.143 3.36.735 5.76-.909Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.995 65.53c1.988-1.362 3.218-3.014 2.753-3.691-.461-.678-2.45-.123-4.437 1.236-1.988 1.362-3.218 3.014-2.753 3.691.465.678 2.45.127 4.437-1.235Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M66.056 62.759c-1.407-2.256-2.826-4.496-4.206-6.764-.084-.138-.165-.277-.284-.389-.258-.246-.73-.25-1.073-.261a2.628 2.628 0 0 0-.754.092c-.234-.558-.465-1.116-.703-1.674l-.554-1.32c-.088-.205-.192-.713-.361-.863-.37-.316-.992-.062-1.358.13-.2.105-.4.228-.545.401-.081.093-.466.743-.354.859.942.954 1.85 1.951 2.776 2.93.057.057.107.114.165.172-.292.4-.5.993-.35 1.428.054.158.154.297.254.435.592.809 1.188 1.613 1.772 2.43a2508.3 2508.3 0 0 1 3.58 4.98c.561-.026 1.126-.157 1.588-.465.415-.277.8-.658.888-1.155.073-.404-.285-.65-.485-.97l.004.004Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m51.058 38.456 11.004 6.652-11.227-6.594-.02-.011-.022-.008-.973-.304 1.238.265Zm-.1-3.376.08.104-.026.074c-.104.265-.492.931-1.865 2.317l-.177.177-.165.166-3.637-4.474c.062-.057.142-.13.235-.219.223-.212.522-.508.826-.84.304-.33.615-.7.861-1.058.15-.22.281-.446.37-.662l3.498 4.416Zm31.108-1.747L52.104 34.71h-.038l-.035.015-.75.343 1.08-.774 29.697-1v.038h.008Zm-36.695 7.295-2.142 1.609.804.458.98.524.397 10.212.21.181-.245-12.98-.004-.004Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m44.475 42.927.143 9.431-.512-9.635.37.204Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M56.917 51.688s.496-.27 1.146-.135l1.88 3.904s1.073-.524 1.75.523c.68 1.047 5.024 7.638 5.024 7.638s-.111.481-.626.908c-.181.15-5.548-8.823-6.387-8.811l-2.068-3.538-.719-.489Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m56.917 51.688.042-.02.838.193 1.927 3.865 1.434.447 5.344 7.953-.388.566-5.422-7.907-1.288-.781-2.045-3.623-.442-.689v-.004Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M66.06 65.442h-.238l-1.2-.154s1.696-.42 2.1-1.67l-.281-.42-.093-.142 2.15.08s-.985 1.483-2.438 2.31v-.004Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m40.13 37.194 3.13 4.273-1.715 1.22-10.403 38.83 10.792-38.756 1.7-1.313.657-.223-.685.111-3.483-4.673-.342.093.346.442.004-.004Zm4.938-4.022 3.802 4.742 2.092.482L87.81 60.538 50.85 38.631l-2.353-.343-3.71-4.858"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M39.643 36.898c-.846-.027.115-1.513 2.164-3.326 2.061-1.836 4.453-3.322 5.333-3.314h.023c.846.027-.119 1.513-2.164 3.33-2.069 1.836-4.457 3.314-5.337 3.314h-.023l.004-.004Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M46.86 30.854c-.074-.077-.24 0-.366.162-.13.162-.173.358-.1.435-.096.254-.37.708-1.142 1.209 0 0 .857-.27 1.238-.955l.134-.289a.643.643 0 0 0 .139-.134c.13-.162.177-.358.1-.435l-.004.007Zm34.975 65.758.023 3.157 1.088.02v-3.173h-1.111v-.004Z"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-RoadMap" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M97.642 55.833a8.505 8.505 0 0 0-.96-1.574L98.082 40H21.207l.667 14.155c-.747.45-1.596.966-2.431 1.486v.007l-.002-.006c-2.074 1.292-4.062 2.609-4.202 2.99-.3.811-3.483 16.148-3.731 17.261 0 0-2.639 18.794-2.625 19.071.418.05 1.765.033 1.765.033l9.485-.033-.582-16.749s.085-.382 2.902-4.074c.118-.155.232-.306.34-.453l.299 6.307a3.058 3.058 0 0 0 .065.493 3.103 3.103 0 0 0 .14.458l1.208 2.99c.055.151.122.296.2.433.222.39.531.723.905.98a3.43 3.43 0 0 0 1.288.54c.476.094.994.102 1.53.008l58.31-10.271c.759 1.042 1.448 1.875 1.711 2.16.565.608 1.826 1.39 1.956 1.955.13.565 2.26 3.606 3.302 6.343.58 1.523 1.649 3.881 3.35 8.915l13.481-.029c-1.426-2.822-2.569-5.055-2.883-5.583-.956-1.608-3.128-6.431-3.259-7.778-.434-2.955-1.08-3.098-1.428-3.402-.348-.305-.753-1.347-1.049-2.257-.266-.815.182-2.094.138-3.05-.043-.956.201-2.852.297-4.283.043-.652-.13-5.561-.739-6.43-.608-.87-1.321-4.491-1.756-5.404-.434-.912-1.392-1.124-2.217-.95Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M27.792 59.858c.064.478-.58 1.256-.974 1.68a8.07 8.07 0 0 1-1.31-1.094c-1.018-1.033-1.932-2.253-2.481-3.597a.968.968 0 0 1-.085-.439c2.402-1.497 4.916-2.96 4.916-2.96l2.96.622s.313.607.123 1.606c-.19 1-3.241 3.497-3.15 4.181Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M26.735 61.627c-.605-.227-.942-.708-1.227-1.183-.003-.005-.01-.01-.013-.014.188-.06.33-.224.418-.402.095-.191.142-.4.224-.597.081-.197.207-.389.4-.477.065-.029.14-.05.174-.112.079-.14-.122-.386-.192-.497-.11-.173-.23-.341-.32-.525-.06-.119.098-.226.19-.13.119.123.24.251.275.303.19.267.476.467.767.2.107-.097.182-.225.274-.337.056-.069.12-.133.166-.208.038-.061.064-.129.095-.194.152-.322.42-.585.54-.922.155-.425-.026-.748-.125-1.15a2.932 2.932 0 0 1-.092-.737c.001-.106.017-.227.104-.287.08-.055.195-.035.265.03.151.14.097.412.213.583.089.132.262.189.417.173a.564.564 0 0 0 .357-.207c.217-.246.322-.592.443-.89l.049-.121.683.144s.313.607.123 1.606c-.19 1-3.241 3.497-3.15 4.18.065.479-.664 1.346-1.057 1.77h-.001Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.447 60.048c.038 0 .074.02.107.04.142.087.273.191.421.267a1 1 0 0 0 .132.056c.13.14.265.277.404.41.347.333.719.645 1.12.913l-.103.102s.014.046.041.11c-.338.324-.652.674-.964.981-.187.186-.38.369-.59.529a1.863 1.863 0 0 1-.086.06c-.03.021-.033.024-.05.033a1.193 1.193 0 0 1 .167-.431c.136-.196.327-.34.496-.506.18-.176.34-.377.375-.634a.82.82 0 0 0-.33-.788c-.211-.154-.465-.228-.666-.397a2.601 2.601 0 0 1-.534-.61c-.014-.023-.027-.047-.025-.073.004-.038.046-.064.085-.063v.001Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M101.712 28.986c.376 0 .724.1 1.031.278.308.178.573.43.788.744.214.312.374.681.469 1.09.095.41.126.857.081 1.326l-3.931 40.058a3.847 3.847 0 0 1-.31 1.167 4.294 4.294 0 0 1-.629 1.02 3.716 3.716 0 0 1-.86.764 2.8 2.8 0 0 1-1.008.402L32.125 87.323a4.246 4.246 0 0 1-1.564-.009 3.52 3.52 0 0 1-1.316-.55 3.053 3.053 0 0 1-.924-1.002 3.018 3.018 0 0 1-.387-1.362l-2.299-51.222a4.229 4.229 0 0 1 1.202-3.163 4.342 4.342 0 0 1 3.14-1.308l71.737.281-.002-.002Zm-1.684 43.517 3.925-40.077c.021-.224.024-.442.012-.652a3.531 3.531 0 0 0-.271-1.164 2.741 2.741 0 0 0-.265-.485 2.522 2.522 0 0 0-.341-.402 2.085 2.085 0 0 0-.875-.501 1.922 1.922 0 0 0-.515-.069l-71.715-.233a4.181 4.181 0 0 0-1.652.33 3.991 3.991 0 0 0-.717.394 4.2 4.2 0 0 0-.62.522 4.037 4.037 0 0 0-1.144 3.01l2.277 51.19c.01.24.05.47.111.686.062.216.148.422.257.612a2.907 2.907 0 0 0 .88.954c.181.125.378.234.589.322.21.088.432.156.664.202a3.9 3.9 0 0 0 .724.074c.25.001.504-.02.766-.066l65.238-11.454c.166-.03.33-.077.492-.142a3.032 3.032 0 0 0 .899-.568 3.809 3.809 0 0 0 .72-.862c.101-.164.19-.333.268-.51a3.77 3.77 0 0 0 .293-1.113"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M29.377 86.618a2.907 2.907 0 0 1-.88-.954 2.891 2.891 0 0 1-.367-1.297l-2.277-51.191a4.072 4.072 0 0 1 .638-2.38c.146-.228.317-.439.505-.632s.395-.37.62-.522a4.034 4.034 0 0 1 1.513-.64c.278-.056.562-.084.856-.084l71.713.234a1.95 1.95 0 0 1 .981.264c.145.084.282.186.407.305.125.12.239.253.341.402.102.15.192.311.265.485.074.174.136.359.181.554a3.86 3.86 0 0 1 .078 1.262L100.027 72.5a3.747 3.747 0 0 1-.294 1.113 4.006 4.006 0 0 1-.987 1.372 3.444 3.444 0 0 1-.433.327c-.15.095-.307.178-.467.24a2.58 2.58 0 0 1-.492.143L32.12 87.15c-.26.046-.517.067-.766.066a3.892 3.892 0 0 1-.724-.074 3.426 3.426 0 0 1-.664-.202"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m97.64 28.545-69.149-.383a4.002 4.002 0 0 0-.749.062 3.69 3.69 0 0 0-.444.102c-.067.019-.134.04-.199.063l-.195.072a3.56 3.56 0 0 0-.474.227 5.444 5.444 0 0 0-.27.167c-.041.026-.08.054-.12.082a4.622 4.622 0 0 0-.229.176c-.037.032-.074.061-.109.095a3.11 3.11 0 0 0-.104.096l-.1.1-.096.104a2.72 2.72 0 0 0-.094.107c-.031.04-.063.078-.094.116-.032.04-.062.08-.09.12-.028.04-.058.08-.086.123a5.133 5.133 0 0 0-.08.126l-.09.152a4.45 4.45 0 0 0-.227.48 4.075 4.075 0 0 0-.27 1.232c-.01.143-.01.29-.003.437l2.304 48.89a3.064 3.064 0 0 0 .13.744c.025.077.051.154.081.228l1.27 3.148a2.831 2.831 0 0 1-.193-.745 3.365 3.365 0 0 1-.022-.268l-2.303-51.22a4.468 4.468 0 0 1 .055-.909 4.14 4.14 0 0 1 .31-1.023c.024-.056.052-.112.078-.169a3.627 3.627 0 0 1 .18-.323 4.27 4.27 0 0 1 .177-.263l.095-.127a1.92 1.92 0 0 1 .1-.123c.032-.039.065-.075.098-.112.034-.037.067-.074.102-.11.036-.034.07-.07.106-.105a6.917 6.917 0 0 1 .223-.202l.118-.095c.038-.03.08-.061.121-.091.04-.03.083-.058.125-.086.045-.032.093-.062.14-.09a4.36 4.36 0 0 1 .292-.164c.05-.024.1-.05.151-.073a3.978 3.978 0 0 1 .403-.164c.068-.024.138-.045.209-.066.07-.021.142-.039.212-.057.083-.019.167-.037.253-.05a4.158 4.158 0 0 1 .519-.06c.088-.006.177-.007.265-.007l71.736.28-4.073-.44.01-.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M101.712 28.986c.376 0 .724.1 1.031.278.308.178.573.43.788.744.214.312.374.681.469 1.09.095.41.126.857.081 1.326l-3.931 40.058a3.847 3.847 0 0 1-.31 1.167 4.294 4.294 0 0 1-.629 1.02 3.716 3.716 0 0 1-.86.764 2.8 2.8 0 0 1-1.008.402L32.125 87.323a4.246 4.246 0 0 1-1.564-.009 3.52 3.52 0 0 1-1.316-.55 3.053 3.053 0 0 1-.924-1.002 3.018 3.018 0 0 1-.387-1.362l-2.299-51.222a4.229 4.229 0 0 1 1.202-3.163 4.342 4.342 0 0 1 3.14-1.308l71.737.281-.002-.002Zm-1.684 43.517 3.925-40.077c.021-.224.024-.442.012-.652a3.531 3.531 0 0 0-.271-1.164 2.741 2.741 0 0 0-.265-.485 2.522 2.522 0 0 0-.341-.402 2.085 2.085 0 0 0-.875-.501 1.922 1.922 0 0 0-.515-.069l-71.715-.233a4.181 4.181 0 0 0-1.652.33 3.991 3.991 0 0 0-.717.394 4.2 4.2 0 0 0-.62.522 4.037 4.037 0 0 0-1.144 3.01l2.277 51.19c.01.24.05.47.111.686.062.216.148.422.257.612a2.907 2.907 0 0 0 .88.954c.181.125.378.234.589.322.21.088.432.156.664.202a3.9 3.9 0 0 0 .724.074c.25.001.504-.02.766-.066l65.238-11.454c.166-.03.33-.077.492-.142a3.032 3.032 0 0 0 .899-.568 3.809 3.809 0 0 0 .72-.862c.101-.164.19-.333.268-.51a3.77 3.77 0 0 0 .293-1.113"/>
|
|
11
|
+
<g opacity=".5">
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M38.219 28.944c-8.186 20.239-3.959 42.29 9.78 55.418l-1.71.3c-13.498-13.52-17.525-35.525-9.58-55.723l1.51.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M43.444 28.961c-8.912 19.945-4.77 42.178 9.403 54.55l-.666.116C38.115 71.08 34.07 48.876 42.868 28.96l.576.002Zm15.842.052a41.583 41.583 0 0 0-1.801 3.065c-9.356 17.6-4.289 38.23 10.805 46.254a27.484 27.484 0 0 0 4.058 1.754l-2.679.47a29.077 29.077 0 0 1-2.039-.983l-.37-.2c-15.511-8.535-20.5-29.632-11.24-47.53l.223-.425c.439-.825.9-1.629 1.384-2.41l1.66.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M70.325 29.049a31.313 31.313 0 0 0-5.16 7.112c-7.228 13.596-3.331 29.578 8.384 35.806 8.532 4.536 19.034 2.74 26.903-3.825l-.119 1.224c-8.026 6.31-18.535 7.981-27.196 3.377l-.286-.155c-11.915-6.556-15.748-22.764-8.634-36.513l.172-.327a32.25 32.25 0 0 1 4.735-6.703l1.201.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M85.857 29.1c-5.196 1.225-10.096 4.894-13.042 10.435-5.04 9.482-2.338 20.64 5.841 24.988 7.617 4.05 17.472.856 22.862-7.26l-.106 1.075c-5.615 7.718-15.35 10.72-23.003 6.65l-.199-.106c-8.204-4.515-10.881-15.633-6.095-25.14l.235-.455c2.676-5.034 6.951-8.582 11.633-10.194l1.874.006Zm9.415.03c.6.228 1.192.496 1.772.804l.198.107c2.747 1.512 4.874 3.764 6.31 6.448l-.097.987c-1.416-2.992-3.671-5.488-6.658-7.076a14.865 14.865 0 0 0-3.292-1.276l1.767.006Z"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M101.698 29.152a1.925 1.925 0 0 1 .98.263c.146.085.283.187.408.306.125.12.239.253.341.402.102.15.191.312.265.486.074.174.136.358.181.553a3.859 3.859 0 0 1 .078 1.262L100.027 72.5a3.747 3.747 0 0 1-.294 1.113 4.019 4.019 0 0 1-.987 1.372 3.446 3.446 0 0 1-.433.327 2.604 2.604 0 0 1-.959.383L32.12 87.151c-.26.045-.517.066-.766.065a3.892 3.892 0 0 1-.724-.074 3.44 3.44 0 0 1-.589-.173l.002-.003a4.006 4.006 0 0 1-.142-.064l-.657-.382a2.912 2.912 0 0 1-.748-.856 2.896 2.896 0 0 1-.367-1.297l-2.276-51.191a4.063 4.063 0 0 1 .638-2.38c.146-.228.317-.439.505-.632a4.02 4.02 0 0 1 .62-.522 4.028 4.028 0 0 1 1.513-.64 4.3 4.3 0 0 1 .856-.084l71.713.234Zm-71.466.056c-.29 0-.571.028-.846.084l-.203.046a3.88 3.88 0 0 0-.584.197 4.31 4.31 0 0 0-.709.389 3.967 3.967 0 0 0-.613.516l-.136.147a3.98 3.98 0 0 0-.727 1.196l-.068.192a3.987 3.987 0 0 0-.198 1.442l2.25 50.6a2.863 2.863 0 0 0 .363 1.283 2.864 2.864 0 0 0 .739.846l.141.082.572.333c.206.087.427.155.656.2.172.034.35.057.532.067l.184.005c.247.002.5-.019.758-.064l64.48-11.322a2.49 2.49 0 0 0 .368-.096l.12-.044a2.77 2.77 0 0 0 .461-.239 3.4 3.4 0 0 0 .324-.234l.103-.088c.102-.09.2-.188.293-.291l.091-.106a4.4 4.4 0 0 0 .252-.337l.077-.12a4.18 4.18 0 0 0 .205-.374l.059-.13c.056-.13.106-.264.148-.4l.04-.138a3.66 3.66 0 0 0 .085-.42l.017-.14 3.879-39.616a3.82 3.82 0 0 0 .019-.487l-.007-.157a3.942 3.942 0 0 0-.058-.457l-.031-.146a3.203 3.203 0 0 0-.126-.416l-.053-.131a2.652 2.652 0 0 0-.189-.367l-.073-.113a2.531 2.531 0 0 0-.337-.398 2.17 2.17 0 0 0-.296-.236l-.107-.066a1.916 1.916 0 0 0-.838-.256l-.131-.004-70.886-.232Z" clip-rule="evenodd"/>
|
|
18
|
+
<ellipse cx="87.981" cy="48.336" fill="var(--sapContent_Illustrative_Color27)" rx="10.765" ry="12.239" transform="rotate(28.383 87.981 48.336)"/>
|
|
19
|
+
<ellipse cx="88.121" cy="48.397" fill="var(--sapContent_Illustrative_Color26)" rx="8.596" ry="9.85" transform="rotate(28.383 88.12 48.397)"/>
|
|
20
|
+
<ellipse cx="72.871" cy="39.228" fill="var(--sapContent_Illustrative_Color17)" rx="3.108" ry="3.3" transform="rotate(28.383 72.87 39.228)"/>
|
|
21
|
+
<ellipse cx="64.911" cy="64.067" fill="var(--sapContent_Illustrative_Color9)" rx="4.221" ry="4.687" transform="rotate(46.132 64.91 64.067)"/>
|
|
22
|
+
<ellipse cx="45.072" cy="73.92" fill="var(--sapContent_Illustrative_Color1)" rx="3.543" ry="4.117" transform="rotate(58.77 45.072 73.92)"/>
|
|
23
|
+
<ellipse cx="35.982" cy="66.204" fill="var(--sapContent_Illustrative_Color11)" rx="5.127" ry="5.94" transform="rotate(65.41 35.982 66.204)"/>
|
|
24
|
+
<ellipse cx="52.025" cy="46.295" fill="var(--sapContent_Illustrative_Color16)" rx="6.849" ry="7.262" transform="rotate(59.093 52.025 46.295)"/>
|
|
25
|
+
<ellipse cx="45.689" cy="42.011" fill="var(--sapContent_Illustrative_Color15)" rx="3.203" ry="3.392" transform="rotate(67.093 45.69 42.011)"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m11.706 99.838 3.13-22.736c.252-1.138 3.505-16.809 3.811-17.638.143-.39 2.175-1.735 4.294-3.055.09.362.238.71.408 1.04.236.46.521.894.827 1.311.274.375.574.726.867 1.087.519.638.558.586.658.843-.023.297.682.88.754 1.012.072.132.248.76.691.608.443-.153 1.9-3.013 2.18-3.448.282-.434 5.344-6.145 6.723-3.13 1.379 3.015-2.582 5.635-3.35 6.48-.768.846-1.735 2.274-2.656 5.089-.92 2.814-1.146 4.236-4.026 8.009-2.878 3.772-2.965 4.163-2.965 4.163l.707 20.364H11.705v.001Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.445 60.049a.21.21 0 0 1 .106.04c.142.086.274.19.422.267.148.076.32.123.482.086l.043-.014c.198-.076.198.085.198.235 0 .347.718.947.76 1.03.04.083.083.189.11.252-.338.325-.652.675-.964.982a6.04 6.04 0 0 1-.59.529 1.81 1.81 0 0 1-.086.06c-.03.021-.032.024-.05.033a1.196 1.196 0 0 1 .167-.431c.136-.196.327-.34.497-.506.178-.176.339-.377.374-.634a.82.82 0 0 0-.329-.788c-.212-.154-.466-.228-.667-.397a2.601 2.601 0 0 1-.534-.61c-.014-.023-.027-.047-.025-.073.004-.038.046-.064.085-.063l.001.002ZM17.12 99.837c-.06-1.164-.525-3.234-.363-4.39.314-2.257.957-4.45 1.395-6.682.22-1.124.342-2.264.563-3.389.225-1.145.484-2.294.832-3.407a14.984 14.984 0 0 1 2.523-4.835 22.321 22.321 0 0 1 1.89-2.078c.659-.647 1.23-1.303 1.672-2.12.897-1.65 1.284-3.512 1.926-5.263a15.094 15.094 0 0 1 2.852-4.828c.617-.7 1.283-1.354 1.948-2.008.632-.62 1.78-1.386 2.259-2.138.377-.593.426-1.145.248-1.936a7.646 7.646 0 0 0-.615-1.77c.767-.22 1.428-.075 1.8.74 1.38 3.015-2.581 5.634-3.349 6.48-.768.845-1.735 2.274-2.656 5.088-.92 2.814-1.146 4.236-4.026 8.009-2.878 3.773-2.965 4.163-2.965 4.163l.707 20.365h-6.64l-.002-.001Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M95.451 81.032c.133.577 2.309 3.685 3.374 6.482.705 1.85 2.105 4.867 4.473 12.311h14.354c-2.157-4.287-4.14-8.206-4.575-8.937-.977-1.643-3.197-6.571-3.33-7.947-.444-3.02-1.104-3.166-1.459-3.477-.355-.31-.769-1.375-1.072-2.306-.272-.833.186-2.139.141-3.116-.044-.976.206-2.914.303-4.376.045-.666-.133-5.683-.754-6.571-.622-.888-1.35-4.588-1.794-5.52-.444-.933-1.423-1.15-2.266-.972-.267-.577-.786-1.454-1.275-1.942-.488-.488-.887-.538-1.376-.627-.39-.071-1 .17-1.193.324a7.695 7.695 0 0 0-.951-1.356c-.526-.587-2.043-.486-2.6-.252-.487.197-1.335 1.292-1.627 1.77l1.5 4.002.127-.31c.178.236.308.342.415.697.133.444.1 1.478-.121 1.167l-.005-.007a4.186 4.186 0 0 1-.569-1.115L93.813 54.5c-.099-.347-.224-.558-.271-.685-.188-.5-.71-1.154-1.199-2.842-.488-1.687-1.628-6.078-1.98-6.287-.647-.384-1.22-.156-1.838.445-.812.789 0 4.644 0 5.843 0 1.44.655 3.907 1.454 6.304.799 2.397.83 2.642.83 3.573-.223-.776-.684-1.635-1.882-3.278-1.199-1.642-2.377-1.212-2.954-.769-.577.444.465 2.694.465 3.271s.222 2.353.71 3.907c.49 1.554.889 3.596.889 4.662 0 1.065.31 1.864 1.287 4.218.977 2.353 3.552 5.55 4.13 6.17.576.622 1.864 1.421 1.997 1.999Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m34.155 58.687-.456-.238a2.398 2.398 0 0 1-.992-.967l-.247-.447s1.563-3.291 3.286-1.884c1.905 1.555-1.59 3.536-1.59 3.536Zm54.944-12.211c.144.413.515.31.887.31.56-.116.935-.338 1.052-.434-.144-.454-.536-1.556-.701-1.836-.207-.351-.826-.165-1.115 0-.288.165-.433.536-.433.64 0 .102.165.907.31 1.32Zm-.971 12.11-1.465 1.135h-.35c-.145-.523-.454-1.7-.537-2.228-.103-.66.248-.826.64-.95.392-.123 1.258.352 1.465.578.165.182.233 1.053.247 1.465Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M105.684 81.154c-.165-.7 1.567.083 2.063 0 1.497.272 1.897 3.918 1.691 3.879-.206-.041-3.589-3.177-3.754-3.879Zm-4.865-18.089c.711-.427.995 1.137 1.848 1.99.854.854 2.276-.497 2.916 0 .64.498.924 8.035.569 8.463-.284.341-1.209 1.422-1.636 1.92-.308-.285-.967-1.067-1.137-1.92-.214-1.067-1.565-2.489-2.134-2.418-.455.057.19 2.916.569 4.338-.237-.332-.91-1.422-1.707-3.129 0-1.209-4.693-6.756-4.622-7.253.072-.498 1.565 0 2.063 0 .497 0 2.56-1.565 3.271-1.991Zm-12.063-4.956c.4-.452.556.156 1.304 1.2.748 1.043.974 2.242.974 3.06 0 .817.017 2 0 2.33-.017.33-.035 2.434-.244 2.677-.208.244 0 1.826 0 1.93 0 .105-.608-1.338-.4-1.634.21-.296-.067-.916-.119-1.142-.052-.227.305-1.835.225-2.554-.063-.578-.227-.86-.314-1.607-.087-.748-1.026-1.582-1.322-1.878-.295-.296-.268-2.196-.104-2.382Zm14.571-1.548c.099.163.317.557.4.835.105.347.435 2.277.574 2.834.139.556 1.043 1.982.904 1.895-.139-.087-.817-.887-1.043-1.234-.226-.348-.591-1.6-.747-2.208 0-.64-.383-1.623-.574-2.035l.486-.087Zm-3.86-2.399c.348.776 1.061 2.396 1.131 2.66.087.33.052 1.548.121 1.86.07.314.852 1.67.4 1.235-.452-.435-1.373-2.99-1.739-4.52-.069-.276-.283-.811-.382-1.044l.47-.191Zm-5.651.365c.4-.319 1.224-.939 1.321-.87.122.088.244.157.122.47.052.66.73 1.913.991 2.678.209.612-.313 3.216-.296 2.66.018-.556-.482-1.227-.482-1.227l-.335.619c-.284-.928-.873-2.842-.956-3.078a28.731 28.731 0 0 1-.365-1.252Z"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Secrets" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M48.048 41.959s.038.024.055.038a.54.54 0 0 1-.086-.07c.01.011.017.022.03.029v.003Zm.309.204-.09-.052c.027.018.059.035.09.052Zm.264.133s.011 0 .015.007a.047.047 0 0 1-.022-.007h.007Zm.396.135-.055-.017c.017.007.038.01.055.017Z"/>
|
|
3
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m47.5 91.127 27.077-2.784 4.128-.635.109-.011.347-.034c.222-.023.388-.057.493-.099.114-.041.166-.094.163-.15 0-.058-.06-.122-.17-.186a2.707 2.707 0 0 0-.498-.193l-17.579-5.12a6.528 6.528 0 0 0-.712-.158 12.84 12.84 0 0 0-.826-.113 12.214 12.214 0 0 0-.844-.053 8.1 8.1 0 0 0-.758.015l-1.907.143-.166.012-1.09.083-.862.064-8.816-2.641c-1.23-.37-2.707-.7-4.32-.975a70.073 70.073 0 0 0-5.164-.68 77 77 0 0 0-5.416-.325c-1.783-.041-3.513-.019-5.07.09l-1.093.076c-1.575.106-2.83.284-3.769.518-.938.234-1.541.518-1.794.843-.252.325-.154.683.324 1.058.479.377 1.33.766 2.582 1.156l8.688 2.697-1.636.125c-.32.023-.576.064-.765.114-.173.045-.286.105-.339.17-.011.007-.023.01-.03.018l-.106.06-.245.14s-.034.02-.049.027a.168.168 0 0 0-.034.019l-.03.015-.019.011a1.31 1.31 0 0 1-.105.06l-.162.095-.034.02c-.015.01-.042.022-.06.033l-.377.216s-.008.007-.012.007a2.39 2.39 0 0 1-.147.083c-.06.038-.101.076-.116.117-.016.042 0 .084.037.129a.58.58 0 0 0 .196.136c.09.045.211.094.354.14l16.581 5.3c.256.084.562.156.893.212a13.37 13.37 0 0 0 2.148.196c.355 0 .69-.007.992-.04m-11.918-7.784-8.714-2.687c-.694-.211-1.165-.43-1.425-.638-.26-.208-.31-.408-.158-.59.147-.181.497-.343 1.032-.476.535-.132 1.255-.234 2.156-.298l1.09-.076c.897-.064 1.884-.08 2.906-.06 1.017.022 2.069.083 3.098.177 1.029.095 2.024.22 2.944.378.92.155 1.748.34 2.434.548l8.787 2.653-14.15 1.076v-.007Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M59.93 29.192c1.7-.102 3.389.143 4.98.672a14.59 14.59 0 0 1 4.402 2.377 15.309 15.309 0 0 1 3.403 3.706 14.024 14.024 0 0 1 1.96 4.704L77.3 52.826l-5.372.472-2.393-12.227a7.625 7.625 0 0 0-1.112-2.641 8.328 8.328 0 0 0-1.96-2.075 8.547 8.547 0 0 0-2.544-1.318 7.804 7.804 0 0 0-2.872-.352l-1.195.084a6.842 6.842 0 0 0-2.688.744 6.125 6.125 0 0 0-2.008 1.666 6.174 6.174 0 0 0-1.131 2.354 6.57 6.57 0 0 0-.042 2.796l2.367 12.344-5.593.491-2.277-12.385c-.339-1.776-.294-3.488.072-5.063a10.924 10.924 0 0 1 1.99-4.225 10.652 10.652 0 0 1 3.52-2.947c1.391-.725 2.96-1.167 4.682-1.273l1.19-.072-.003-.007Zm28.167 51.227-5.356 1.685-.392.068 5.34-1.677.408-.072v-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m87.69 80.491-5.34 1.678-31.586 5.467 3.897-1.504 33.03-5.64Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M89.56 78.806a2.09 2.09 0 0 1-.238.756c-.12.227-.282.42-.482.567a1.497 1.497 0 0 1-.682.29l-.407.072-33.116 5.642a2.465 2.465 0 0 1-1.078-.05 2.809 2.809 0 0 1-.962-.468 3.068 3.068 0 0 1-.738-.816 3.14 3.14 0 0 1-.411-1.08l-4.55-25.554a2.474 2.474 0 0 1 .43-1.946c.192-.26.437-.48.724-.639.286-.162.614-.264.969-.294l2.023-.178.22-.019 2.604-.23.215-.02 10.629-.932 12.272-1.077.106-.008 1.142-.098 1.206-.102.184-.015 2.115-.185c.252-.023.505.015.746.094.245.083.471.215.679.382.207.166.388.374.535.608.147.234.264.491.324.775l5.488 23.671c.068.299.08.594.049.865v-.007l.004-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M53.586 86.084a2.844 2.844 0 0 1-.96-.47 3.109 3.109 0 0 1-.74-.811 3.139 3.139 0 0 1-.41-1.081l-4.539-25.553a2.587 2.587 0 0 1 .08-1.266 2.394 2.394 0 0 1 .633-.998l-.268.25c-.03.03-.064.06-.09.087l-.234.219-.532.495c-.037.034-.075.072-.105.098-.023.019-.045.041-.072.064l-.064.057s-.03.026-.041.038c-.072.068-.155.143-.234.219l-.358.336-.08.076a2.12 2.12 0 0 1-.127.117l-.822.77-.03.03-.32.3a2.3 2.3 0 0 0-.362.43 2.276 2.276 0 0 0-.362 1.1c-.015.2 0 .411.03.623L47.74 85.38a2.84 2.84 0 0 0 1.074 1.783c.276.208.58.355.909.442.328.083.67.102 1.021.042l3.898-1.508a2.502 2.502 0 0 1-1.075-.049h.008l.011-.007Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M47.266 58.165a2.473 2.473 0 0 1 .43-1.946c.192-.26.437-.48.723-.639.286-.162.614-.264.969-.294l2.016-.178.219-.019 2.597-.23.215-.02 10.599-.932 12.242-1.077.102-.008 1.138-.098 1.202-.102.185-.015 2.107-.185a1.84 1.84 0 0 1 .742.094c.242.083.468.215.675.382.207.166.388.374.535.608.147.234.26.491.324.775l5.473 23.671c.068.299.083.594.05.865a2.111 2.111 0 0 1-.238.756c-.12.227-.283.42-.479.567a1.498 1.498 0 0 1-.682.29l-.407.073"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m64.076 55.085 18.846-1.757 6.686 25.33-25.536-23.573h.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M79.183 59.14a3.825 3.825 0 0 1 1.511.192c.49.163.954.416 1.372.74a5.012 5.012 0 0 1 1.772 2.691l.573 2.233c.143.563.177 1.119.11 1.636-.069.518-.23.998-.476 1.42a3.3 3.3 0 0 1-.976 1.055c-.4.272-.87.46-1.39.537L56.68 73.169l-.045.007c-.015.004-.03 0-.045.004h-.046c-.015.004-.03 0-.045.004a4.16 4.16 0 0 1-1.643-.174 4.896 4.896 0 0 1-1.49-.767 5.109 5.109 0 0 1-1.167-1.247 4.874 4.874 0 0 1-.69-1.61l-.54-2.376a4.361 4.361 0 0 1-.052-1.72c.094-.54.294-1.046.584-1.484a3.548 3.548 0 0 1 1.112-1.085 3.74 3.74 0 0 1 1.527-.536l24.891-3.046s.027 0 .038-.003c.011-.004.026 0 .038-.004h.075v.008Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M78.603 59.778a3.797 3.797 0 0 1 1.507.193c.49.162.954.416 1.372.744a4.968 4.968 0 0 1 1.771 2.69l.427 1.697c.143.567.173 1.118.109 1.636-.064.518-.23.998-.475 1.42-.249.424-.58.783-.98 1.055a3.3 3.3 0 0 1-1.395.533l-23.941 3.366s-.027.004-.042.004h-.041c-.015.004-.027 0-.042.004h-.041a4.167 4.167 0 0 1-1.644-.174 4.85 4.85 0 0 1-1.488-.767 5.18 5.18 0 0 1-1.169-1.247 4.796 4.796 0 0 1-.69-1.61l-.407-1.79a4.435 4.435 0 0 1-.056-1.72 3.88 3.88 0 0 1 .584-1.485 3.66 3.66 0 0 1 1.108-1.084 3.716 3.716 0 0 1 1.523-.533l23.844-2.928h.083c.015-.004.026 0 .041-.004.015-.004.026 0 .042 0Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m59.093 67.985-1.297.359c-.033.007-.04.049-.018.08l1.059 1.182c.105.117.098.29-.023.374l-.41.272c-.114.076-.28.038-.37-.083l-.874-1.194c-.023-.034-.072-.034-.083 0l-.566 1.205c-.056.121-.21.163-.343.09l-.482-.26c-.14-.08-.2-.253-.125-.374l.74-1.194c.018-.03 0-.072-.038-.08l-1.372-.324c-.151-.038-.257-.185-.227-.325l.098-.503c.03-.14.174-.215.32-.158l1.324.483c.037.015.068-.011.064-.049l-.245-1.406a.222.222 0 0 1 .222-.268l.502-.007a.3.3 0 0 1 .294.264l.139 1.394c0 .038.045.06.075.05l1.172-.495c.129-.057.29.015.362.15l.242.488c.067.14.007.295-.132.333h-.008v-.004Zm6.773-1.021-1.296.36c-.034.007-.042.048-.019.079l1.06 1.182c.105.117.097.291-.023.374l-.411.272c-.113.076-.28.038-.37-.087l-.874-1.194c-.023-.034-.072-.034-.087 0l-.565 1.206c-.057.12-.211.162-.343.09l-.483-.26c-.14-.08-.2-.253-.124-.374l.739-1.194c.019-.03 0-.072-.038-.08l-1.372-.325c-.15-.037-.256-.185-.226-.325l.098-.502c.03-.14.173-.215.32-.159l1.323.484c.038.015.068-.011.064-.05l-.245-1.405a.219.219 0 0 1 .223-.264l.501-.008a.3.3 0 0 1 .294.26l.14 1.395c0 .038.045.06.071.05l1.172-.496c.128-.056.29.015.362.151l.241.488c.068.14.008.294-.132.332Zm6.491-1.046-1.297.358c-.034.008-.041.05-.019.08l1.06 1.183c.105.117.097.29-.023.374l-.411.272c-.113.075-.279.037-.37-.084l-.874-1.194c-.022-.033-.071-.033-.083 0l-.565 1.206c-.057.12-.211.162-.343.094l-.483-.26c-.139-.08-.2-.254-.124-.374l.739-1.194c.019-.03 0-.072-.038-.08l-1.372-.325c-.15-.038-.256-.185-.226-.325l.098-.502c.03-.14.173-.216.32-.159l1.323.484c.038.015.068-.012.064-.05l-.245-1.405a.222.222 0 0 1 .223-.268l.501-.008a.3.3 0 0 1 .294.26l.14 1.395c0 .038.045.06.075.05l1.172-.496c.128-.056.29.015.362.151l.241.488c.068.14.008.295-.132.332h-.007v-.003Zm6.668-1.206-1.297.36c-.034.007-.041.048-.019.079l1.06 1.182c.105.117.097.291-.023.374l-.411.272c-.113.076-.28.038-.37-.083l-.874-1.194c-.023-.034-.072-.034-.087 0l-.565 1.206c-.057.12-.211.162-.343.09l-.483-.26c-.139-.08-.2-.254-.124-.374l.739-1.194c.019-.03 0-.072-.038-.08l-1.372-.325c-.15-.037-.256-.185-.226-.325l.098-.502c.03-.14.174-.216.32-.159l1.323.484c.038.015.068-.012.064-.05l-.245-1.405a.222.222 0 0 1 .223-.268l.501-.008a.3.3 0 0 1 .294.265l.14 1.394c0 .038.045.06.071.05l1.172-.496c.129-.057.29.015.362.151l.241.488c.068.14.008.294-.131.332h-.008l.008-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M68.807 32.274c-1.308-.453-2.54-1.25-3.901-1.673-1.361-.424-2.797-.684-4.233-.692-2.83-.015-5.793 1.032-7.712 3.223-1.244 1.42-1.986 3.257-2.303 5.139-.558 3.306.132 6.646.807 9.88.482 2.309.934 4.515 1.417 6.824-.573.057-1.12.095-1.692.148-.426-2.192-.848-4.266-1.278-6.458-.441-2.263-.95-4.538-1.06-6.85-.101-2.188.159-4.428 1.086-6.408 1.497-3.204 4.621-5.354 7.99-6.004 3.717-.718 8.007.245 10.879 2.879v-.008Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m71.927 53.298 1.787-.159c-.58-2.754-1.165-5.463-1.745-8.218-.611-2.898-1.003-5.985-2.99-8.324-1.986-2.339-4.552-2.456-6.95-1.96 0 0 5.39.453 6.789 5.013l3.11 13.648Zm-16.852 1.368c-.087.155-.264.11-.584.159-.807-4.413-1.61-8.83-2.416-13.244-.098-.536-.196-1.076-.227-1.62-.158-3 1.067-7.078 4.132-7.807-1.52 1.542-2.586 3.321-2.94 5.573-.445 2.823.173 5.596.648 8.355 0 .736.271 1.575.4 2.304l.414 2.4.415 2.399c.064.366.248.88.214 1.25a.718.718 0 0 1-.052.235v-.008l-.004.004Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m74.524 53.067-1.365-6.434c-.505-2.21-.716-4.455-1.262-6.601-.543-2.131-1.527-4.243-3.415-5.698-1.832-1.447-4.338-2.305-6.834-2.06 3.766-.525 7.69 1.463 9.495 4.437 1.84 2.992 2.08 6.517 3 9.733l1.738 6.502-1.357.117v.004ZM55.083 54.78l-1.602-6.79c-.449-2.241-1.206-4.391-1.587-6.594-.384-2.184-.328-4.534.878-6.665 1.161-2.105 3.332-3.6 5.858-4.432-3.879 1.11-6.936 4.24-7.422 7.734-.509 3.522.761 6.858 1.24 10.198L53.5 54.92l1.277-.113.272-.027h.034Z"/>
|
|
17
|
+
</svg>
|
|
18
|
+
`;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Services" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M114.765 76.072c0-.236-.685-.424-1.6-.467-.053-.914-.254-1.594-.49-1.593-.236 0-.432.685-.482 1.604-.918.062-1.6.267-1.597.504.003.236.685.425 1.6.468.055.914.253 1.593.489 1.593.235 0 .433-.686.483-1.604.917-.063 1.599-.268 1.597-.505Zm1.282-29.757c0-.19-.551-.342-1.287-.377-.042-.735-.204-1.282-.394-1.282-.19 0-.348.552-.389 1.291-.738.05-1.287.216-1.285.406.003.19.552.342 1.288.376.044.736.204 1.283.394 1.282.189 0 .348-.551.388-1.29.739-.051 1.287-.216 1.285-.406Zm-101.067 0c0-.19-.551-.342-1.288-.377-.042-.735-.204-1.282-.394-1.282-.19 0-.348.552-.388 1.291-.739.05-1.287.216-1.285.406.002.19.551.342 1.288.376.044.736.204 1.283.393 1.282.19 0 .349-.551.389-1.29.738-.051 1.287-.216 1.285-.406Z"/>
|
|
4
|
+
<circle cx="107.285" cy="50.991" r=".463" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<circle cx="15.443" cy="56.023" r=".463" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<circle cx="73.742" cy="81.835" r=".695" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<circle cx="32.999" cy="78.9" r=".695" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M56.8 45.13a.637.637 0 0 1 .884-.172l43.133 29.067a.637.637 0 1 1-.712 1.056L56.972 46.016a.637.637 0 0 1-.173-.885Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M54.702 29.83c0-.503.553-.807.977-.54l4.784 3.018c.185.117.297.32.297.54v33.276c0 .526-.6.825-1.02.51l-4.784-3.601a.637.637 0 0 1-.254-.51V29.83Zm7.877 38.94a.637.637 0 0 1-.254-.509V34.64c0-.502.553-.807.977-.54l6.091 3.844c.185.117.298.32.298.54v34.363c0 .526-.6.825-1.02.51l-6.092-4.585Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.508 56.934c1.837-1.086 1.665-5.225-.417-9.367-2.123-4.224-5.43-6.852-7.384-5.87a1.89 1.89 0 0 0-.364.24L59.704 57.339l7.69 15.297 31.139-15.653-.025-.05Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M90.707 41.697c1.955-.982 5.26 1.645 7.384 5.87 2.082 4.142 2.254 8.281.417 9.367l.025.048-31.14 15.654-7.689-15.297 30.639-15.403c.056-.046.114-.09.175-.13l.189-.109Zm3.034 1.73c-1.274-1.012-2.16-1.1-2.604-.876a.94.94 0 0 0-.18.119l-.086.071-.099.05-29.785 14.972 6.831 13.59L97.343 56.51l.678-.4c.435-.258.864-1.063.793-2.673-.066-1.526-.583-3.465-1.577-5.442-1.014-2.017-2.29-3.61-3.496-4.568Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M99.046 49.86c1.16 3.386.966 6.379-.64 7.186a1.9 1.9 0 0 1-.116.054l.002.004-30.898 15.532-2.754-5.48L99.046 49.86Z"/>
|
|
13
|
+
<ellipse cx="63.663" cy="64.93" fill="var(--sapContent_Illustrative_Color25)" rx="3.961" ry="8.561" transform="rotate(-26.688 63.663 64.93)"/>
|
|
14
|
+
<ellipse cx="63.435" cy="65.045" fill="var(--sapContent_Illustrative_Color22)" rx="2.172" ry="4.472" transform="rotate(-26.688 63.435 65.045)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M30.361 82.464a.478.478 0 0 1 .573-.358l19.73 4.545a.478.478 0 0 1-.215.931l-19.73-4.545a.478.478 0 0 1-.358-.573Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M38.316 62.29a.478.478 0 0 1 .273.62l-7.316 18.897a.478.478 0 1 1-.891-.345l7.315-18.898a.478.478 0 0 1 .619-.273Z" clip-rule="evenodd"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M57.128 87.378c7.672-4.329 10.563-14.035 6.43-22.123-4.133-8.088-13.776-11.596-21.884-8.121l15.454 30.244Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M63.743 65.64c.903 5.576-1.963 10.426-7.022 14.36L44.507 62.68l12.62 24.697c7.502-4.238 10.4-13.68 6.616-21.737Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M57.088 68.378c4.247 8.449 3.731 17.287-1.152 19.742-4.883 2.455-12.285-2.404-16.531-10.852-4.247-8.448-3.732-17.287 1.152-19.742C45.44 55.07 52.84 59.93 57.088 68.378Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M55.95 68.95c-2.042-4.06-4.816-7.2-7.589-9.021-2.805-1.841-5.368-2.201-7.232-1.265-1.863.937-3.104 3.21-3.3 6.56-.193 3.311.673 7.41 2.714 11.471 2.041 4.06 4.815 7.202 7.588 9.022 2.806 1.842 5.37 2.2 7.233 1.264l.572 1.139-.23.11c-4.884 2.192-12.12-2.646-16.301-10.962-4.247-8.449-3.731-17.287 1.152-19.742l.23-.11c4.883-2.192 12.12 2.646 16.301 10.962 4.247 8.449 3.731 17.287-1.152 19.742l-.572-1.139c1.863-.936 3.104-3.209 3.3-6.558.193-3.312-.673-7.412-2.715-11.472Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M80.433 61.056a.637.637 0 0 1 .884-.172l19.501 13.14a.638.638 0 0 1-.713 1.058l-19.5-13.141a.637.637 0 0 1-.172-.885Z" clip-rule="evenodd"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M83.633 84.617a.956.956 0 0 1-.381-.763V48.42c0-.752.83-1.21 1.466-.808l6.592 4.16c.278.175.446.48.446.808v36.236a.956.956 0 0 1-1.53.763l-6.593-4.962Zm10.249 7.238c0 .3.141.583.381.764l8.226 6.191a.956.956 0 0 0 1.531-.764V60.318a.957.957 0 0 0-.446-.809l-8.226-5.19a.956.956 0 0 0-1.466.808v36.728Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M83.252 83.854c0 .3.141.583.381.763l6.593 4.963a.956.956 0 0 0 1.53-.764v-5.54c-3.23.864-6.274.439-8.504-.456v1.034Zm10.63-1.334v9.335c0 .3.141.583.381.764l8.226 6.191a.956.956 0 0 0 1.531-.763V71.356c-2.893 6.198-6.546 9.56-10.138 11.164Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M52.099 67.9c.607-.305 1.512.268 2.02 1.28.51 1.012.43 2.08-.178 2.385-.488.245-1.168-.076-1.68-.737l-2.593 1.304a.636.636 0 1 1-.572-1.138l2.593-1.304c-.225-.806-.079-1.545.41-1.79Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M48.355 58.16c.28.213.335.613.122.893L31.067 82.02a.637.637 0 0 1-1.015-.77l17.41-22.965a.637.637 0 0 1 .892-.123Z" clip-rule="evenodd"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M29.656 82.354a.637.637 0 0 1 .584-.686l29.096-2.337a.637.637 0 0 1 .102 1.27l-29.096 2.337a.637.637 0 0 1-.686-.584Z" clip-rule="evenodd"/>
|
|
27
|
+
<ellipse cx="29.754" cy="82.353" fill="var(--sapContent_Illustrative_Color11)" rx="2.542" ry="2.632" transform="rotate(-26.688 29.754 82.353)"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M30.554 79.893c.637 1.295.148 2.846-1.1 3.473-.637.32-1.35.338-1.981.108l.01.02c.652 1.3 2.199 1.84 3.453 1.21 1.255-.63 1.742-2.194 1.09-3.493a2.671 2.671 0 0 0-1.472-1.318Z"/>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-SessionExpired" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M42.413 51.427c.326.103.793.227 1.132.317.535 4.988 2.63 9.912 6.62 13.289h-.004c19.056 13.764-4.208 10.001-6.48 28.822l-.025.193c-.047.326-.077.656-.111.981h31.62c-2.09-20.882-26.302-15.607-6.183-30.442 0 0 .681-.643 1.002-.994v-.005c3.022-3.218 4.8-7.507 4.898-11.784a24.692 24.692 0 0 0 1.449-.394v43.628h2.164v-44.48c.943-.494 1.495-1.03 1.56-1.595h.008V45.78c0-2.34-9.286-4.238-20.723-4.238-12.993-.008-20.74 1.213-20.74 4.825v1.427-.004c0 1.268.012 2.018 1.65 2.811v44.433h2.163V51.426Zm36.065-.878v.034-.034Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M100.13 91.045v4.15c0 3.534-10.102 6.405-22.544 6.405s-22.544-2.871-22.544-6.405c0-.158.021-.317.06-.475l-.06-.017V91.04c0 3.252 10.102 5.892 22.544 5.892s22.544-2.64 22.544-5.892v.005Zm-.038-.356h.038v.356c0-.12-.013-.236-.038-.356Zm-45.05.356v-.347h.038a1.564 1.564 0 0 0-.038.347Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M57.93 98.33v-4.402c2.089.967 5.2 1.767 8.943 2.298v4.604c-3.744-.578-6.854-1.447-8.942-2.5Zm39.402 0v-4.402c-2.088.967-5.199 1.767-8.942 2.298v4.604c3.743-.578 6.854-1.447 8.942-2.5Z" clip-rule="evenodd"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M77.586 85.148c12.442 0 22.544 2.64 22.544 5.892 0 3.252-10.102 5.892-22.544 5.892s-22.544-2.64-22.544-5.892c0-3.252 10.102-5.892 22.544-5.892Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M94.278 40.557c-.586 2.674-1.596 5.237-3.235 7.723-1.583 2.396-4.069 4.466-6.392 6.31-3.106 2.465-5.408 4.596-5.395 6.508v.18c0 3.354 8.056 7.102 11.783 12.742 3.359 5.079 4.056 10.487 3.958 16.515.008.043.008.09.008.133 0 2.122-7.804 3.842-17.422 3.842-9.619 0-17.423-1.72-17.423-3.842 0-.043 0-.09.009-.133-.103-6.028.599-11.432 3.957-16.515 3.727-5.64 11.784-9.388 11.784-12.742v-.18c.013-1.912-2.29-4.039-5.396-6.508-2.323-1.844-4.805-3.91-6.392-6.31-1.643-2.486-2.648-5.045-3.235-7.723 4.125 1.06 10.08 1.728 16.691 1.728 6.61 0 12.567-.667 16.691-1.728h.009Z" clip-rule="evenodd"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M100.131 31.148v.06-.06Zm-45.089.064v-.094h.005c0 .03-.005.064-.005.094Zm45.089 0v3.462h-.009c-.3 2.631-10.286 4.745-22.54 4.745s-22.544-2.182-22.544-4.87v-3.34c0 2.546 10.102 4.612 22.544 4.612s22.544-2.066 22.544-4.612l.005.004Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M94.753 37.707a28.675 28.675 0 0 1-.47 2.85c-4.125 1.06-10.081 1.728-16.692 1.728-6.61 0-12.566-.667-16.69-1.728a28.47 28.47 0 0 1-.471-2.85c4.137 1.048 10.294 1.712 17.166 1.712 6.871 0 13.028-.664 17.165-1.712h-.008Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M55.042 33.407v-.102h.004c0 .034-.004.068-.004.102Zm1.798 57.201V34.554h2.353v56.054c0 .424-.526.77-1.176.77-.65 0-1.177-.342-1.177-.77Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M57.93 36.937v-3.47c2.089.758 5.2 1.382 8.943 1.797v3.569c-3.744-.437-6.854-1.1-8.942-1.9v.004Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M96.074 90.608V34.554h2.353v56.054c0 .424-.526.77-1.176.77-.65 0-1.177-.342-1.177-.77Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M97.23 36.937v-3.47c-2.089.758-5.2 1.382-8.943 1.797v3.569c3.744-.437 6.854-1.1 8.942-1.9v.004Zm-38.037.433v.483s-.941.992-2.353.342v-1.737c.637.32 1.425.625 2.353.907v.004Z" clip-rule="evenodd"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M96.074 37.322v1.134s1.177.227 2.353-.894v-1.15c-.637.32-1.424.624-2.353.906v.005Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M77.586 26.6c12.442 0 22.544 2.067 22.544 4.612 0 2.546-10.102 4.613-22.544 4.613s-22.544-2.067-22.544-4.613c0-2.545 10.102-4.612 22.544-4.612Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M78.083 69.51c2.32.78 14.011 10.219 15.316 14.322.55.222 1.01.371 1.297.294.227 1.733.318 3.513.318 5.349 0 .355 0 .71-.01 1.069.01.043.01.09.01.133 0 .042 0 .085-.01.128l-24.597 1.797c-.415-.043-.98-.09-1.378-.141l-8.275-.796c-.308-.252-.5-.518-.56-.792l.235-6.302c.034-.282.067-.56.11-.843.23-.21.93-.782 2.052-1.186 2.896-4.112 12.553-12 15.492-13.032Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color11)" fill-rule="evenodd" d="M94.662 83.895c.3 2.135.376 4.347.338 6.65a.726.726 0 0 1 .009.132c0 2.122-7.805 3.83-17.423 3.83-9.618 0-17.423-1.708-17.423-3.83 0-.043 0-.09.009-.133-.043-2.439.047-4.77.394-7.025 1.18 1.548 4.937 5.759 10.863 5.759 7.257 0 8.818-3.804 15.232-4.745 4.92-.724 7.205-.694 8.001-.642v.004Z" clip-rule="evenodd"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M94.996 90.544c.038-2.302-.039-4.514-.338-6.649-.492-.034-1.558-.055-3.462.103.056.393.107.796.15 1.202-.483.556-2.259 1.19-3.868 1.066-.077-.612-.145-1.211-.218-1.815-.197.03-.394.056-.603.086-6.414.941-7.976 4.745-15.232 4.745-5.922 0-9.683-4.21-10.864-5.76-.342 2.256-.432 4.588-.393 7.026-.009.043-.009.09-.009.133 0 2.122 7.804 3.83 17.423 3.83 9.618 0 17.422-1.708 17.422-3.83 0-.043 0-.09-.008-.132v-.005Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.004 82.74a26.8 26.8 0 0 0-.23-1.198c-.454-2.152-1.13-4.163-2.162-6.119-.23-.436-.479-.868-.744-1.296l-3.038.248c1.45 2.867 1.921 5.917 2.31 9.084.039.33.082.663.12.992a74.98 74.98 0 0 1 3.937-.453c-.06-.424-.124-.847-.193-1.258Zm-8.373-11.75c.402.497.77 1.015 1.13 1.563l2.862-.236a14.486 14.486 0 0 0-.235-.304c-.877-1.112-1.75-1.955-2.875-2.892-1.023.03-1.365.047-2.4.223a16.716 16.716 0 0 1 1.522 1.647h-.004Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M91.2 83.998c-.06-.424-.124-.847-.192-1.258a26.8 26.8 0 0 0-.231-1.198 27.59 27.59 0 0 0-.556-2.182c-1.55-1.66-3.462-3.419-5.323-4.989h-.064c1.45 2.871 1.921 5.922 2.31 9.088.039.33.082.663.12.992.073.604.141 1.203.219 1.815 1.608.124 3.384-.51 3.867-1.066a50.988 50.988 0 0 0-.15-1.202Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M70.219 89.213c-4.155-.41-7.107-2.854-8.695-4.565-.308 2.22-.41 5.254-.338 7.32 1.558.96 4.792 1.733 8.926 2.166a76.08 76.08 0 0 1 .11-4.925l-.003.004Z" clip-rule="evenodd"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-SessionExpiring" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M53.16 52.176c.32.1.778.223 1.11.311.527 4.9 2.585 9.737 6.504 13.054h-.004c18.719 13.52-4.134 9.824-6.365 28.312l-.025.19c-.046.32-.076.643-.11.963h31.061c-2.054-20.512-25.837-15.33-6.074-29.903 0 0 .67-.631.985-.977v-.004c2.968-3.161 4.715-7.375 4.812-11.576.505-.122.985-.252 1.422-.387v42.856h2.126V51.32c.926-.484 1.47-1.01 1.532-1.566h.009v-3.127c0-2.298-9.122-4.163-20.357-4.163-12.746 0-20.356 1.195-20.356 4.744v1.402-.005c0 1.246.012 1.983 1.62 2.762v43.646h2.126V52.177h-.017Zm35.425-.863v.034-.034Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M74.693 91.641v4.153c0 3.534-10.102 6.406-22.547 6.406-12.444 0-22.546-2.872-22.546-6.406 0-.162.02-.32.062-.477l-.062-.016v-3.664c0 3.253 10.102 5.893 22.546 5.893 12.445 0 22.547-2.64 22.547-5.893v.004Zm-.041-.356.041.008v.348c0-.12-.012-.236-.041-.352v-.004Zm-45.048.356v-.348l.041-.008a1.7 1.7 0 0 0-.041.352v.004Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.897 98.93v-4.405c-2.089.97-5.197 1.77-8.943 2.3v4.604c3.746-.576 6.854-1.446 8.943-2.499Z" clip-rule="evenodd"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M52.146 85.749c12.445 0 22.547 2.64 22.547 5.892 0 3.253-10.102 5.893-22.547 5.893-12.444 0-22.546-2.64-22.546-5.893 0-3.253 10.102-5.892 22.546-5.892Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M68.842 41.157c-.588 2.677-1.595 5.238-3.236 7.72-1.587 2.4-4.07 4.467-6.39 6.31-3.104 2.467-5.408 4.596-5.395 6.507v.178c0 3.352 8.055 7.103 11.785 12.742 3.356 5.08 4.057 10.484 3.957 16.514a.731.731 0 0 1 .008.132c0 2.122-7.807 3.842-17.42 3.842-9.614 0-17.421-1.724-17.421-3.842 0-.045 0-.09.008-.132-.104-6.03.6-11.433 3.957-16.514 3.73-5.64 11.786-9.386 11.786-12.742v-.178c.012-1.91-2.288-4.04-5.396-6.506-2.32-1.844-4.807-3.912-6.39-6.311-1.64-2.482-2.648-5.047-3.236-7.72 4.127 1.06 10.078 1.728 16.692 1.728 6.613 0 12.568-.667 16.691-1.728Z" clip-rule="evenodd"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M63.733 51.197a23.564 23.564 0 0 1-1.09 1.082c-1.79 1.164-4.794 1.665-7.977 1.815-4.823.228-10.061-.41-12.266-1.127l-.22-.2c.2-.04.448-.078.742-.12 3.274-.46 5.694-1.649 7.82-2.734 2.001-1.024 3.721-1.965 5.702-1.985 5.192-.054 6.887 2.482 7.289 3.273v-.004ZM74.69 31.75v.062-.062Zm-45.086.062v-.095h.004c0 .033-.004.062-.004.095Zm45.09 0v3.464h-.009c-.303 2.632-10.285 4.745-22.539 4.745-12.253 0-22.546-2.18-22.546-4.869v-3.34c0 2.544 10.102 4.612 22.542 4.612 12.44 0 22.547-2.068 22.547-4.612h.004Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M69.315 38.31a27.935 27.935 0 0 1-.472 2.846c-4.127 1.061-10.078 1.728-16.692 1.728-6.613 0-12.568-.667-16.691-1.728a28.321 28.321 0 0 1-.473-2.846c4.136 1.048 10.294 1.711 17.164 1.711 6.87 0 13.029-.663 17.164-1.711Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M29.605 34.008v-.1h.004c0 .034-.005.067-.005.1Zm1.797 57.198V35.152h2.354v56.05c0 .423-.526.767-1.177.767-.65 0-1.177-.344-1.177-.767v.004Zm39.235 0V35.152h2.353v56.05c0 .423-.526.767-1.176.767-.651 0-1.177-.344-1.177-.767v.004Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.793 37.539V34.07c-2.088.759-5.196 1.384-8.942 1.799v3.568c3.746-.44 6.854-1.098 8.942-1.898Zm-38.041.426v.485s-.94.994-2.354.344v-1.736c.634.323 1.426.626 2.354.907Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M70.637 37.924v1.135s1.176.228 2.353-.895v-1.148c-.634.324-1.425.626-2.353.908Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M52.146 27.2c12.445 0 22.547 2.068 22.547 4.612 0 2.545-10.102 4.613-22.547 4.613-12.444 0-22.546-2.068-22.546-4.613 0-2.544 10.106-4.612 22.546-4.612Z" clip-rule="evenodd"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M41.852 51.076c1.29-.17 3.03-.161 4.8.203 2.548.526 4.662 1.31 6.63 1.849 2.068.563 3.982.853 6.054.36 1.081-.257 2.392-.8 3.312-1.214-1.103 1.04-2.595 2.284-3.752 3.2-1.769 1.404-2.933 2.382-3.99 3.733-.306.394-.67.937-1.093 1.91-.378.87-.776 1.716-.83 4.066v10.01c3.45.517 6.725 4.298 9.13 6.772 1.234 1.272 5.962 4.985-3.904 4.641a68.174 68.174 0 0 0-1.5-.025c3.058.746 5.549.845 6.858.157 1.749-.915 4.715-1.752 5.685-2.013.228 1.732.315 3.514.315 5.35 0 .355-.004.712-.008 1.069a.715.715 0 0 1 .008.132c0 .042 0 .087-.008.128L44.96 93.2c-.414-.045-.978-.09-1.376-.14l-8.275-.796c-.307-.257-.502-.519-.564-.792l.236-6.303c.034-.282.071-.563.113-.84.31-.283 1.495-1.256 3.45-1.538a18.85 18.85 0 0 1 2.47-.179c1.693-3.293 6.947-6.985 10.319-7.434v-9.924c-.008-2.598-.8-4.066-.903-4.302-.95-2.134-2.536-3.493-5.03-5.474-1.604-1.272-3.283-2.647-4.683-4.172a8.015 8.015 0 0 1 1.134-.229Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M69.223 84.493c.299 2.139.377 4.347.336 6.647.008.046.008.087.008.133 0 2.121-7.807 3.829-17.42 3.829-9.614 0-17.421-1.708-17.421-3.83 0-.045 0-.09.008-.132-.041-2.436.05-4.77.394-7.024 1.18 1.55 4.94 5.76 10.86 5.76 7.257 0 8.815-3.804 15.23-4.745 4.922-.72 7.206-.692 8.001-.638h.004Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M41.638 74.776c-2.023 3.477-3.026 7.049-3.37 11.18.502.543 1.513.961 4.107.945.046-4.285.162-7.766 2.308-11.96l-3.041-.161-.005-.004Zm4.06-1.69c.887-1.207 1.31-1.837 2.487-3.163-.78-.161-1.102-.273-2.126-.273a28.542 28.542 0 0 0-3.15 3.286l2.79.15Z" clip-rule="evenodd"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M42.371 86.897c.025-2.42.075-4.584.497-6.763-.783.816-1.434 1.662-1.852 2.482-.945.012-1.732.079-2.325.157a31.932 31.932 0 0 0-.422 3.179c.501.543 1.512.961 4.106.945h-.004Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M58.648 85.724c.406 4.326.618 7.948.68 9.042 3.29-.328 6.038-.87 7.853-1.554-.083-2.192-.236-6.253-.539-8.682-1.276.079-3.037.253-5.42.601a16.47 16.47 0 0 0-2.574.589v.004Z" clip-rule="evenodd"/>
|
|
19
|
+
</svg>
|
|
20
|
+
`;
|