@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,15 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Settings" 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="M65.306 80.879h-.036l-.024-.008-2.755-.858-.044-1.554-5.39-.846-2.193 1.082-3.078-.088-2.907-1.262-5.056.529.823 1.454-2.152.717-4.64-.384-2.444 1.807 3.81 1.238-.288 1.318-4.141.954 2.22 2.549c.32.04.779.043 1.298.028.519-.013 1.106-.045 1.677-.073.571-.028 1.13-.052 1.605-.052.475 0 .87.024 1.102.092.168.052.336.129.523.22.184.093.368.201.567.31.2.108.412.212.631.304.22.092.46.168.703.208.044.1 0 .289-.084.513-.084.229-.207.501-.323.773a4.67 4.67 0 0 0-.272.758c-.044.216-.032.38.1.433l6.876 1.522 3.083-1.943 3.686.132c.275.048.646.208 1.066.425.427.216.89.485 1.35.753.463.269.914.537 1.301.733.388.2.707.333.887.337l6.26-.998-1.96-2.436a3.39 3.39 0 0 0 .367-.184c.136-.076.284-.16.436-.249.147-.088.315-.176.475-.26.164-.08.331-.16.491-.22.068-.029.136-.049.204-.069.064-.02.127-.036.195-.052.068-.012.128-.024.192-.028h.188c.183.012.595.056 1.102.116.511.06 1.134.137 1.745.205.61.068 1.21.136 1.669.18.463.04.783.06.847.036l.942-2.528-4.992-1.327-.826-1.294v-.012c0-.004.012-.008.008-.012 0-.004 0-.012.008-.012 0 0 0-.008.012-.012.012-.008.028-.02.044-.028.016-.008.032-.024.06-.028.02-.008.04-.02.072-.028.024-.008.052-.02.083-.032.084-.028.176-.06.288-.088l.347-.097c.128-.032.256-.064.396-.096l.41-.096.4-.092c.128-.028.252-.06.368-.088.115-.028.223-.056.311-.08s.172-.048.236-.072l.028-.008.028-.008.023-.008.025-.008s.02-.012.035-.016c.012 0 .016-.013.032-.017.012-.003.016-.011.032-.015.012 0 .012-.017.024-.017.008-.008.012-.012.016-.024v-.024s-.008-.02-.016-.028c-.008-.012-.016-.02-.04-.032l-3.57-2.031-4.492.088.016.008Zm-1.673 2.769c.4.445.58.901.54 1.342-.04.449-.308.878-.8 1.262a2.5 2.5 0 0 1-.299.217 4.169 4.169 0 0 1-.355.2 7.744 7.744 0 0 1-.859.365c-.295.104-.627.2-.986.284a15.497 15.497 0 0 1-2.496.365 24.917 24.917 0 0 1-6.66-.449c-1.566-.329-2.935-.781-3.993-1.31-1.043-.517-1.773-1.106-2.113-1.703-.327-.585-.275-1.182.24-1.74.052-.06.112-.12.176-.176.064-.056.14-.116.207-.168.068-.052.148-.104.224-.16a4.513 4.513 0 0 1 .603-.337 7.04 7.04 0 0 1 .387-.164c.14-.052.276-.104.42-.152a9.19 9.19 0 0 1 .447-.137 14.976 14.976 0 0 1 2.284-.424 21.95 21.95 0 0 1 2.62-.129c.91.013 1.856.073 2.798.189.947.116 1.901.288 2.835.525 1.206.3 2.197.657 2.991 1.041.807.393 1.402.822 1.79 1.259Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M30.814 79.865c.212.117.44.261.66.405.219.145.434.289.626.393.192.108.364.176.48.176l4.428-.553-.476-1.33c.088-.024.188-.06.304-.104.116-.04.24-.088.375-.136.132-.049.268-.1.408-.145a6.5 6.5 0 0 1 .559-.164c.052-.012.104-.02.147-.028.048-.008.092-.016.14-.016h.124c.12 0 .375.028.699.06.323.032.719.072 1.094.112.38.04.755.076 1.046.096.288.024.495.032.551.02l1.581-1.43-2.89-.757-.084-.758v-.008l.011-.008.008-.008s0-.008.012-.008.024-.012.04-.016.032-.012.056-.016c.02-.004.04-.012.064-.016.02 0 .04-.012.072-.02.064-.016.148-.036.232-.052l.275-.056c.096-.02.2-.036.308-.056.103-.02.211-.04.315-.056.104-.016.212-.04.312-.056s.195-.037.283-.052c.092-.017.168-.032.248-.049.08-.016.14-.028.191-.044l.044-.008h.02s.012-.008.016-.008c.012 0 .02-.008.032-.008s.016-.008.028-.008c.008 0 .016-.008.028-.012.008 0 .012-.008.024-.008.008 0 .012-.008.02-.012s.012-.008.012-.012.008-.012 0-.016l-.016-.02-1.697-1.222-3.17.064h-.009l-1.617-.525.527-.97-3.534-.524-1.924.685-2.157-.052-1.673-.794-3.773.345.164.913-1.726.45-3.174-.23-2.18 1.115 2.348.741-.54.785-3.086.57.914 1.466c.208.024.52.024.875.012s.763-.028 1.158-.048c.391-.016.779-.032 1.098-.036.327 0 .583.012.723.048.104.028.195.072.295.124.1.052.196.112.304.172.107.06.22.12.343.173.124.052.264.092.415.116 0 .056-.076.16-.191.289-.12.128-.268.28-.416.432-.147.153-.295.3-.375.421-.084.12-.116.208-.044.24l4.141.81 2.588-1.062 2.411.068c.172.028.368.116.58.228v-.011h-.005Zm-3.88-2.187c-.967-.18-1.77-.441-2.345-.746-.567-.296-.902-.64-.97-.99-.068-.344.132-.696.647-1.033.056-.036.116-.072.175-.108.06-.036.124-.068.188-.1s.136-.065.204-.097c.072-.032.148-.06.22-.092a4.43 4.43 0 0 1 .303-.112c.108-.036.215-.068.323-.1.112-.032.22-.064.34-.092.12-.028.231-.056.355-.084.535-.12 1.122-.209 1.73-.265a19.11 19.11 0 0 1 3.777.028c.626.068 1.237.172 1.808.313.735.18 1.306.392 1.725.625.424.232.691.485.799.745.112.265.076.533-.1.79-.184.26-.515.512-.974.733h.02c-.088.044-.18.088-.28.124-.1.04-.203.076-.307.116l-.34.108a8.06 8.06 0 0 1-.367.105c-.24.06-.491.116-.763.164a14.536 14.536 0 0 1-1.8.212c-.332.02-.675.032-1.027.036a17.628 17.628 0 0 1-3.338-.276h-.004v-.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m80.72 79.216-3.279 2.12h-.112a2.628 2.628 0 0 1-.267.012c-.1 0-.216 0-.335-.008-.12-.008-.252-.012-.384-.02l-.411-.024-.42-.024c-.135-.008-.275-.012-.407-.016h-.375c-.116 0-.228.008-.32.016-.035 0-.071.008-.1.012-.027 0-.063.012-.087.016-.028 0-.056.012-.08.02s-.048.016-.064.024l3.219-2.132s.043-.02.067-.024c.024 0 .052-.016.08-.02.028 0 .06-.012.088-.016.032 0 .068-.008.1-.012.096-.008.208-.016.327-.016h.38c.132 0 .271.012.415.02.144.008.284.016.427.028l.42.024c.135.008.263.016.387.02.12 0 .24.008.34.008.1 0 .195 0 .27-.012h.12v.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m80.72 79.216-3.279 2.12h-.112a2.628 2.628 0 0 1-.267.012c-.1 0-.216 0-.335-.008-.12-.008-.252-.012-.384-.02l-.411-.024-.42-.024c-.135-.008-.275-.012-.407-.016h-.375c-.116 0-.228.008-.32.016-.035 0-.071.008-.1.012-.027 0-.063.012-.087.016-.028 0-.056.012-.08.02s-.048.016-.064.024l3.219-2.132s.043-.02.067-.024c.024 0 .052-.016.08-.02.028 0 .06-.012.088-.016.032 0 .068-.008.1-.012.096-.008.208-.016.327-.016h.38c.132 0 .271.012.415.02.144.008.284.016.427.028l.42.024c.135.008.263.016.387.02.12 0 .24.008.34.008.1 0 .195 0 .27-.012h.12v.004Zm-9.156 11.075c-.068.008-.263-.132-.523-.356-.26-.225-.595-.525-.926-.838-.336-.312-.675-.637-.959-.905a8.453 8.453 0 0 0-.627-.557.43.43 0 0 0-.127-.065.98.98 0 0 0-.156-.035c-.056-.008-.116-.008-.188-.008s-.132 0-.203.011a6.408 6.408 0 0 0-1.126.249c-.184.056-.368.104-.528.152-.16.048-.303.08-.419.096l3.09-2.02a3.87 3.87 0 0 0 .428-.095c.164-.048.347-.097.54-.153.195-.056.39-.108.586-.152.196-.044.383-.084.563-.1a1.838 1.838 0 0 1 .391-.004c.056.008.112.02.16.036.048.016.092.04.128.068.112.084.347.297.639.573.291.273.639.605.978.926.34.324.68.629.947.857"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m74.763 88.332-3.199 1.955c-.068.008-.263-.132-.523-.357-.26-.224-.595-.525-.926-.837-.336-.313-.675-.637-.959-.906a8.444 8.444 0 0 0-.627-.557.425.425 0 0 0-.127-.064.97.97 0 0 0-.156-.036c-.056-.008-.116-.008-.188-.008s-.132 0-.203.012a6.34 6.34 0 0 0-.551.096 9.273 9.273 0 0 0-.575.153c-.184.056-.368.104-.528.152-.16.048-.303.08-.419.096l3.087-2.04c.112-.016.275-.06.443-.104.164-.048.344-.096.54-.152.195-.056.39-.108.586-.152a4.47 4.47 0 0 1 .56-.1c.071-.008.139-.008.207-.008.068 0 .12 0 .175.012.056.008.116.036.164.052s.092.04.128.068c.112.084.347.296.639.573.291.272.639.605.978.925.34.325.68.63.947.858M62.54 59.958l-2.313.45.336-1.307 2.899-2.617-.923 3.474Zm10.194 13.136a9.345 9.345 0 0 0-1.042-2.85 10.475 10.475 0 0 0-1.617-2.207 9.735 9.735 0 0 0-2.013-1.603 8.389 8.389 0 0 0-2.228-.938 6.972 6.972 0 0 0-2.264-.22 6.583 6.583 0 0 0-.491.056c-.16.024-.324.06-.483.096a5.451 5.451 0 0 0-.93.317c-.113.052-.233.104-.344.168-.112.06-.228.124-.332.197a4 4 0 0 0-.323.22c-.104.08-.212.156-.308.248l-2.875 2.433c.096-.084.2-.16.304-.245.1-.076.212-.144.315-.22.104-.068.22-.128.328-.189.108-.06.227-.112.335-.164.148-.068.3-.124.451-.176a6.167 6.167 0 0 1 .939-.233 9.83 9.83 0 0 1 .483-.06 6.928 6.928 0 0 1 2.224.205 8.252 8.252 0 0 1 2.184.913c.703.417 1.37.938 1.969 1.563a10.04 10.04 0 0 1 1.585 2.16c.52.945.85 1.887 1.014 2.793.168.905.16 1.775.02 2.576a6.179 6.179 0 0 1-.83 2.188 5.58 5.58 0 0 1-1.542 1.623l3.1-2.144a5.597 5.597 0 0 0 1.564-1.647 6.1 6.1 0 0 0 .839-2.232 7.57 7.57 0 0 0-.028-2.628h-.004ZM55.041 64.15l-2.775 2.496-1.893-3.975 2.683-2.62 1.981 4.095.004.004Zm-1.318 2.272-1.461.233 2.775-2.497-1.314 2.272v-.008Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m62.95 88.632-.008.008c-.111-.068-.211-.337-.291-.713-.084-.377-.156-.858-.236-1.35a22.056 22.056 0 0 0-.255-1.427c-.092-.425-.212-.765-.352-.93l-2.352-1.542-3.53 1.362-3.457-4.5c-.052-.12.051-.348.231-.625.18-.28.443-.617.723-.958.28-.34.563-.685.787-.977.231-.3.399-.557.443-.718a1.924 1.924 0 0 1-.332-.585 6.209 6.209 0 0 1-.215-.7c-.06-.241-.108-.474-.168-.69a2.36 2.36 0 0 0-.204-.545c-.111-.2-.375-.393-.714-.58-.34-.19-.755-.374-1.182-.558-.428-.18-.867-.364-1.246-.549-.383-.184-.707-.373-.903-.56l.16-5.17-2.66 2.5-.191 5.041c.192.185.511.369.887.545.375.177.802.357 1.221.533.42.177.827.357 1.158.537.332.184.591.369.7.565.079.14.139.325.195.533.056.212.104.437.168.673.06.237.12.469.203.685.084.22.188.417.324.57-.044.156-.216.412-.436.705-.227.292-.507.633-.774.961-.272.333-.531.665-.711.938-.184.276-.28.497-.236.621l3.378 4.396 3.466-1.343 2.305 1.507c.135.164.251.497.343.91.092.416.168.91.248 1.394.075.48.14.954.227 1.322.06.277.124.493.208.61a.24.24 0 0 0 .084.084l4.827 1.041 3.051-1.963-4.888-1.062.005.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M74.763 88.332c-.072.008-.28-.152-.552-.38a31.045 31.045 0 0 1-.946-.858c-.343-.32-.69-.653-.978-.926a10.328 10.328 0 0 0-.64-.573c-.039-.028-.083-.048-.127-.068a.62.62 0 0 0-.16-.036.929.929 0 0 0-.183-.008c-.064 0-.132 0-.212.012-.172.02-.367.056-.559.1a9.697 9.697 0 0 0-.587.153 20.78 20.78 0 0 1-.539.152c-.164.044-.311.08-.427.096l-1.01 3.69-4.92-1.078c-.112-.068-.212-.336-.291-.713-.084-.376-.156-.857-.236-1.354-.076-.493-.152-1.002-.256-1.427-.096-.424-.211-.765-.351-.93l-2.328-1.518-3.53 1.362-3.486-4.527c-.052-.12.052-.353.236-.633.183-.281.443-.618.723-.954.275-.34.563-.685.786-.978.228-.296.4-.557.443-.717a1.929 1.929 0 0 1-.331-.585 7.565 7.565 0 0 1-.216-.701c-.06-.24-.108-.473-.167-.69-.06-.216-.12-.4-.204-.544-.112-.2-.375-.393-.715-.581-.34-.185-.755-.373-1.182-.553-.427-.18-.866-.365-1.246-.55-.379-.184-.706-.372-.902-.56l.184-5.141 3.841.064 1.314-2.272-1.945-4.06 3.57-2.58 3.418 2.937 2.496-.472.918-3.45 4.876 1.234.922 4.063 2.444 1.623 3.234-1.179 3.346 4.256-2.056 2.973 1.07 2.777.012.02.024.02 3.654 1.84.02 4.872c0 .028-.008.048-.016.068a.214.214 0 0 1-.06.088.14.14 0 0 1-.04.028c-.012 0-.024.012-.04.016-.016 0-.028.008-.044.012-.016 0-.028.008-.044.012-.016 0-.032.008-.048.012h-.12a2.655 2.655 0 0 1-.271.012c-.104 0-.216 0-.34-.008-.12-.008-.255-.012-.387-.02l-.42-.024c-.139-.008-.283-.02-.426-.028-.144-.008-.28-.016-.416-.02h-.379a3.9 3.9 0 0 0-.327.016c-.036 0-.072.008-.1.012-.032 0-.064.012-.088.016-.028 0-.056.012-.08.02a1.325 1.325 0 0 0-.068.024c-.008 0-.016.008-.024.012-.008 0-.016.008-.02.016 0 .008-.012.012-.02.016-.008 0-.012.012-.016.016l-.954 2.268 2.008 3.855m-8.657-5.365a5.484 5.484 0 0 0 1.933-1.551 6.024 6.024 0 0 0 1.114-2.308c.216-.866.264-1.82.108-2.821-.152-.998-.5-2.048-1.086-3.11a10.474 10.474 0 0 0-1.617-2.207 9.926 9.926 0 0 0-2.009-1.603 8.333 8.333 0 0 0-2.228-.938 6.948 6.948 0 0 0-2.264-.216 6.358 6.358 0 0 0-.491.056 5.783 5.783 0 0 0-.954.232 4.391 4.391 0 0 0-.46.185c-.112.052-.231.104-.343.168-.112.064-.228.124-.332.196-.103.068-.22.14-.323.22a2.996 2.996 0 0 0-.308.25c-.918.78-1.501 1.81-1.78 2.96-.276 1.146-.248 2.416.067 3.679a10.21 10.21 0 0 0 1.733 3.618 9.81 9.81 0 0 0 3.19 2.769c.372.2.74.368 1.103.505a7.17 7.17 0 0 0 2.1.465 6 6 0 0 0 1.474-.089c.16-.032.323-.068.479-.108a5.74 5.74 0 0 0 .46-.148c.147-.056.295-.116.434-.192"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m65.954 49.749-2.7 1.747h-.091c-.064.008-.136.008-.224.008h-.275c-.096 0-.208-.008-.316-.016-.108-.008-.227-.012-.34-.02a9.878 9.878 0 0 0-.343-.02c-.111 0-.227-.012-.335-.012h-.307c-.092 0-.184.008-.264.016-.028 0-.06.008-.084.012-.024 0-.052.008-.076.012-.024 0-.044.012-.064.016-.02 0-.04.012-.055.02l2.647-1.76s.036-.015.056-.02c.02-.003.044-.011.068-.015l.076-.012c.028 0 .056-.008.083-.012.08-.008.172-.012.268-.012h.311c.108 0 .228.008.34.016.112.008.235.012.351.02.116.008.236.016.344.02.107 0 .223.012.32.016.095 0 .195.008.279.008.083 0 .16 0 .227-.008h.096l.008-.008v.004ZM51.003 33.893l-2.388 2.1.723-2.821 2.388-2.176-.727 2.893.004.004Zm8.367 10.815a7.706 7.706 0 0 0-.86-2.348 8.456 8.456 0 0 0-1.337-1.819 8.137 8.137 0 0 0-1.657-1.318 6.99 6.99 0 0 0-1.833-.774 5.618 5.618 0 0 0-1.865-.176 6.982 6.982 0 0 0-.407.048 4.709 4.709 0 0 0-.79.193 3.1 3.1 0 0 0-.38.148c-.092.044-.188.088-.283.136-.092.052-.184.1-.276.156-.088.056-.18.117-.264.18a5.189 5.189 0 0 0-.255.205l-2.368 2.003c.084-.072.164-.132.252-.2.083-.064.171-.12.259-.176.084-.056.176-.104.268-.157.087-.048.183-.092.275-.136.12-.056.248-.1.372-.144a4.2 4.2 0 0 1 .383-.112c.128-.032.26-.06.395-.08a6 6 0 0 1 .4-.048 5.624 5.624 0 0 1 1.832.168 6.997 6.997 0 0 1 1.801.753 7.689 7.689 0 0 1 1.621 1.286c.495.513.939 1.11 1.306 1.783.427.782.703 1.555.835 2.3a6.17 6.17 0 0 1 .016 2.124 4.981 4.981 0 0 1-.687 1.803c-.052.08-.104.16-.16.237a4.469 4.469 0 0 1-1.114 1.098l2.552-1.771c.515-.357.95-.818 1.29-1.363a5.126 5.126 0 0 0 .694-1.839 6.173 6.173 0 0 0-.024-2.164h.012l-.004.004Zm-14.58-7.372-2.283 2.06-1.562-3.275 2.244-2.147 1.602 3.358v.004Zm13.625 21.5c-.056.008-.22-.108-.431-.292-.216-.18-.484-.429-.763-.693-.276-.26-.56-.525-.787-.746a6.954 6.954 0 0 0-.515-.456.361.361 0 0 0-.104-.053.661.661 0 0 0-.127-.028c-.048 0-.096-.008-.148-.008-.052 0-.108 0-.172.012a4.2 4.2 0 0 0-.451.084c-.156.037-.32.085-.471.125-.152.04-.304.084-.436.124-.131.04-.255.068-.343.08l2.548-1.663c.091-.016.215-.044.351-.08.136-.036.287-.084.443-.124.16-.044.32-.088.48-.124.16-.036.315-.069.459-.084a1.283 1.283 0 0 1 .323-.004c.048.008.088.016.132.028a.258.258 0 0 1 .104.056c.092.068.287.248.527.464.243.225.523.497.806.766.284.264.56.517.775.709.22.188.387.308.44.3"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m43.708 39.206-2.273 2.024 1.07-1.835 2.285-2.06-1.082 1.871Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M51.31 57.486h-.003c-.092-.052-.172-.272-.244-.58-.068-.31-.127-.71-.191-1.115-.064-.408-.128-.821-.208-1.17-.08-.348-.164-.637-.28-.777l-1.952-1.286-2.911 1.118-2.84-3.69c-.023-.105.057-.281.197-.502.147-.236.367-.505.599-.785.227-.28.459-.561.65-.81.188-.248.328-.452.368-.592a1.58 1.58 0 0 1-.272-.477 4.388 4.388 0 0 1-.172-.577c-.047-.2-.087-.393-.135-.565a1.816 1.816 0 0 0-.168-.449c-.092-.16-.307-.32-.591-.473a11.76 11.76 0 0 0-.974-.453c-.352-.148-.715-.3-1.03-.448-.316-.149-.584-.305-.747-.461l.14-4.244-2.205 2.04-.16 4.155c.164.152.424.305.731.449.308.144.663.293 1.007.437.343.144.683.292.954.44.272.149.48.305.579.461.068.113.116.269.16.437.048.168.084.365.131.553.048.196.096.389.168.565.068.176.156.34.264.469-.036.128-.18.336-.364.585-.183.244-.419.52-.642.793a9.268 9.268 0 0 0-.587.774c-.14.216-.22.388-.192.488l-.008.008.008.012 2.779 3.61 2.86-1.11 1.9 1.243c.112.132.207.409.283.753.076.34.136.754.204 1.146.06.401.116.786.188 1.094.052.229.1.409.163.501.02.032.044.056.068.072l3.981.858 2.544-1.607-4.053-.886.004-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m63.158 44.035 3.007 1.514.016 4.02-.012.055c0 .017-.012.029-.02.04a.095.095 0 0 1-.028.029c-.012.008-.02.016-.032.02-.012 0-.02.008-.032.012-.012 0-.024.008-.036.012-.012 0-.024.008-.036.008-.012 0-.024.008-.04.008h-.096c-.064.008-.135.008-.227.008s-.176 0-.28-.008c-.1-.008-.207-.008-.32-.016-.107-.008-.23-.012-.343-.02a10.341 10.341 0 0 0-.351-.02c-.116-.004-.232-.013-.34-.017h-.31c-.093 0-.193 0-.268.013-.032 0-.06.008-.084.012-.028 0-.052.008-.076.012-.024 0-.048.012-.068.016-.02 0-.04.012-.056.02-.008 0-.012.008-.02.012a.055.055 0 0 0-.016.012l-.016.012-.012.012-.782 1.867 1.653 3.174-2.895 2.396c-.06.008-.224-.112-.44-.3a15.704 15.704 0 0 1-.774-.71c-.28-.264-.571-.537-.807-.765a5.483 5.483 0 0 0-.527-.465.454.454 0 0 0-.236-.084c-.047 0-.095-.008-.151-.008-.056 0-.108 0-.168.012-.144.016-.3.048-.46.084-.159.036-.323.084-.478.124-.156.044-.308.088-.444.124-.135.036-.255.068-.351.08l-.83 3.046-4.053-.886c-.092-.056-.172-.276-.244-.589-.068-.308-.128-.71-.192-1.114a16.22 16.22 0 0 0-.207-1.17c-.08-.348-.172-.629-.292-.77l-1.94-1.273-2.912 1.117-2.85-3.706c-.04-.1.043-.288.195-.52.148-.237.367-.506.599-.786.232-.28.46-.561.65-.81.193-.252.328-.452.368-.593a1.58 1.58 0 0 1-.271-.477c-.072-.18-.124-.38-.176-.577-.048-.2-.088-.392-.136-.565a1.815 1.815 0 0 0-.167-.448c-.092-.16-.308-.32-.591-.473-.28-.152-.623-.305-.975-.453-.351-.148-.714-.3-1.03-.449-.315-.148-.583-.304-.747-.46l.148-4.236 3.167.052 1.082-1.871-1.602-3.346 2.943-2.123 2.82 2.416 2.056-.393.727-2.873 4.049 1.05.758 3.35 2.013 1.338 2.66-.966 2.755 3.506-1.694 2.449.879 2.288v.024l-.004-.004Zm-6.361 6.387a4.582 4.582 0 0 0 1.593-1.278 5.09 5.09 0 0 0 .927-1.904c.183-.717.22-1.498.087-2.324-.123-.825-.415-1.687-.894-2.56a8.45 8.45 0 0 0-1.338-1.82 8.133 8.133 0 0 0-1.657-1.318 6.932 6.932 0 0 0-1.833-.773 5.599 5.599 0 0 0-1.864-.176 7.069 7.069 0 0 0-.408.048 4.47 4.47 0 0 0-.399.08 4.38 4.38 0 0 0-.77.26c-.093.044-.188.088-.284.137a3.838 3.838 0 0 0-.539.337 5.189 5.189 0 0 0-.256.203c-.758.646-1.238 1.495-1.461 2.437-.224.941-.204 1.991.056 3.029a8.432 8.432 0 0 0 1.43 2.985 8.253 8.253 0 0 0 2.627 2.284 7.062 7.062 0 0 0 1.792.681c.292.065.575.1.847.12a4.911 4.911 0 0 0 1.218-.072c.132-.028.264-.056.395-.088.128-.036.256-.08.38-.12a2.96 2.96 0 0 0 .363-.152"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Success" 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="9.6"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M118.101 82.015c0-.24-.694-.431-1.622-.474-.053-.927-.257-1.616-.496-1.615-.24 0-.438.695-.489 1.626-.931.063-1.622.271-1.619.51.003.24.694.432 1.622.475.056.926.257 1.615.496 1.615.238 0 .438-.695.489-1.626.931-.064 1.622-.272 1.619-.511Zm-92.874-2.222c0-.24-.694-.43-1.622-.474-.053-.927-.257-1.615-.496-1.615-.24 0-.438.695-.49 1.626-.93.064-1.621.272-1.618.511.003.24.694.431 1.622.474.055.927.257 1.616.496 1.615.238 0 .438-.695.49-1.626.93-.064 1.62-.271 1.618-.511Zm-1.6-27.709c0-.35-1.016-.63-2.374-.694-.078-1.356-.377-2.364-.727-2.364-.35.001-.64 1.017-.715 2.38-1.362.093-2.374.398-2.37.748.005.351 1.017.631 2.374.694.082 1.356.377 2.365.726 2.364.35-.001.642-1.017.717-2.38 1.361-.093 2.373-.397 2.369-.748Z"/>
|
|
4
|
+
<circle cx="10.276" cy="73.594" r="2" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<circle cx="24.427" cy="56.012" r=".8" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<circle cx="81.666" cy="67.615" r="31.896" fill="var(--sapContent_Illustrative_Color15)" transform="rotate(-12 81.666 67.615)"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M109.225 83.674c-4.372 7.497-11.768 13.193-20.926 15.14a31.743 31.743 0 0 1-18.082-1.427c1.462.216 3.588.492 5.682.678 2.313.206 4.561.304 5.836.11l.314-.052c1.634-.294 4.184-1.062 6.777-1.928a196.15 196.15 0 0 0 7.307-2.62l.339-.145c.838-.387 1.993-1.126 3.294-2.057 1.48-1.06 3.134-2.358 4.696-3.635a155.387 155.387 0 0 0 4.143-3.512c.222-.195.429-.38.62-.552Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M81.13 88.87c.332-.116.7-.13 1.096-.089.452.047.961.17 1.527.323.995.27 2.189.633 3.65.873l.642.095.008.001.007.002c1.564.324 2.668.445 3.634.432.966-.012 1.804-.158 2.841-.379 1.315-.28 3.63-1.21 5.372-1.843.432-.156.829-.295 1.163-.398.33-.103.613-.176.812-.195a.606.606 0 0 1 .297.03.276.276 0 0 1 .143.14.294.294 0 0 1 .011.194.749.749 0 0 1-.17.278 2.781 2.781 0 0 1-.147.151l-.191.175c-1.933 1.68-3.231 2.53-4.11 2.972-.44.221-.777.341-1.035.411-.248.068-.444.094-.534.113-1.714.364-3.885.546-6.12.604l-.962.018c-1.101.011-1.789.477-2.393 1.002-.294.257-.596.555-.894.79-.268.213-.558.399-.895.505l-.148.042c-.437.103-.87-.048-1.233-.303a3.08 3.08 0 0 1-.891-1.026c-.213-.39-.342-.825-.3-1.201a.944.944 0 0 1 .219-.523.855.855 0 0 1 .206-.17c-.326-.01-.72-.013-1.114-.01l-1.21.02c-.752.021-1.496.223-2.551.53-.97.281-2.187.645-3.881 1.021.25.025.562.042.918.04 1.266-.005 3-.22 4.276-.893l.185-.082c.436-.16.914-.108 1.328.077.473.21.887.6 1.097 1.082.212.488.213 1.066-.139 1.623-.303.48-.857.931-1.726 1.304l-.392.154c-.324.118-.966.19-1.788.194a20.674 20.674 0 0 1-3.024-.223c-2.148-.312-4.67-.987-6.833-2.263l-.428-.263a1.588 1.588 0 0 1-.376-.317.606.606 0 0 1-.15-.375c-.003-.28.226-.477.468-.613.505-.284 1.422-.505 2.469-.692 1.057-.189 2.283-.35 3.427-.502 1.148-.154 2.212-.299 2.955-.457 1.481-.315 2.33-.745 2.966-1.162.324-.213.59-.42.871-.622.278-.2.564-.387.907-.54l.14-.056Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M82.315 82.458c1.692-1.082 3.94-1.976 6.83-1.553l2.237.316c2.332.32 4.894.641 7.16.882 1.512.16 2.89.285 3.98.35.545.033 1.016.051 1.395.051.382 0 .657-.018.817-.052.756-.16 1.543-.227 2.692-.572.905-.272 2.024-.719 3.479-1.515a33.3 33.3 0 0 1-.564 1.22c-3.224 2.345-6.902 4.068-10.039 5.249a51.099 51.099 0 0 1-4.903 1.575c-.645.17-1.187.296-1.597.378-.301.061-.543.1-.704.116l-.132.008c-.14 0-.367-.044-.642-.106a38.442 38.442 0 0 1-1.045-.258c-.816-.21-1.844-.482-2.942-.735-1.098-.254-2.262-.49-3.343-.626-.948-.12-1.823-.162-2.53-.08l-.292.043c-.75.135-1.519.487-2.359.942-.826.447-1.745 1.009-2.732 1.516-1.873.963-4.098 1.79-6.945 1.587l-.577-.055c-.77-.09-1.347-.172-1.765-.247-.41-.073-.686-.142-.84-.214a.518.518 0 0 1-.115-.071.274.274 0 0 1-.096-.16.245.245 0 0 1 .059-.201.37.37 0 0 1 .109-.085 1.13 1.13 0 0 1 .244-.082c.093-.023.203-.044.324-.063.482-.077 1.186-.137 1.82-.19.647-.053 1.21-.099 1.436-.147.095-.02.273-.09.529-.212.25-.12.559-.28.909-.472.7-.383 1.56-.882 2.433-1.398 1.74-1.026 3.55-2.126 4.245-2.48l.12-.068c.127-.078.275-.187.444-.323.226-.181.48-.402.77-.649.577-.491 1.286-1.079 2.13-1.619Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M49.952 64.16a13.296 13.296 0 0 1 6.828 2.992c.43.132.849.25 1.252.354 1.225.311 2.245.457 2.97.409l.228-.012c1.158-.036 2.517.23 3.908.606 1.497.405 3.117.965 4.68 1.505 1.579.544 3.099 1.067 4.445 1.422 1.372.36 2.446.511 3.167.4l.76-.13c1.999-.372 5.512-1.187 8.832-2.14 1.895-.544 3.707-1.126 5.125-1.688a15.57 15.57 0 0 0 1.755-.803c.477-.264.703-.458.774-.554l.227-.328c.491-.76.736-1.48 1.064-2.233.368-.844.849-1.724 1.971-2.236.375-.171.775-.2 1.13-.182a7.84 7.84 0 0 1 1.117.155c.779.152 1.597.347 2.539.412a7.644 7.644 0 0 0 2.485-.217 33.613 33.613 0 0 0 1.754-2.235c.827-1.159 1.548-2.364 1.781-3.26l.085-.353c.333-1.476.449-3.254.473-4.37a31.757 31.757 0 0 1 2.97 6.955 26.012 26.012 0 0 1-1.399 1.52l-.411.404c-2.914 2.814-5.629 3.306-7.847 3.153-1.071-.074-2.03-.3-2.736-.438a6.46 6.46 0 0 0-.885-.128c-.234-.011-.344.017-.392.04-.568.258-.843.673-1.168 1.419-.278.637-.59 1.537-1.193 2.47l-.277.4c-.29.393-.778.724-1.286 1.006-.535.297-1.2.596-1.942.89-1.396.553-3.128 1.112-4.92 1.634a139.8 139.8 0 0 1-6.128 2.601c-2.686 1.06-5.405 2.008-7.25 2.358l-.356.061c-1.167.182-2.103.044-2.923-.315-.814-.356-1.502-.926-2.183-1.584-1.352-1.308-2.69-2.97-5.005-4.257-.956-.227-1.8-.36-2.5-.363l-.361.011c-.663.045-1.432-.031-2.255-.185a13.29 13.29 0 0 1 2.698 7.353c.364.07.706.126 1.025.166l2.21.292c2.113.294 3.946.578 5.624.77 2.225.255 4.131.341 5.948.06l.674-.11c3.402-.587 7.281-1.696 10.669-2.91 3.62-1.299 6.65-2.707 7.938-3.712l.227-.195c.514-.486.934-1.184 1.335-1.953.45-.862.879-1.821 1.381-2.576.505-.757 1.121-1.367 1.976-1.484.851-.116 1.87.266 3.161 1.312l.116.085c.139.093.344.212.602.354.339.186.755.402 1.205.635.897.464 1.926.995 2.702 1.474.387.24.722.472.948.683.112.105.208.215.268.326.06.11.097.253.035.396-.059.136-.186.218-.32.267a2.028 2.028 0 0 1-.532.099 8.979 8.979 0 0 1-1.332-.03l-.611-.06c-.684-.074-1.693.102-2.883.44-1.183.337-2.52.826-3.845 1.356-1.325.53-2.635 1.1-3.768 1.596-.847.372-1.599.705-2.18.949l-.521.213c-6.767 2.646-16.936 4.691-22.334 4.845l-.507.009c-1.528.009-5.195.204-8.865-.016a35.724 35.724 0 0 1-.565-.039 13.316 13.316 0 0 1-3.319 6.556c1.68.204 3.46.129 5.284-.16 4.459-.708 9.077-2.677 12.866-4.798 2.277-1.274 4.682-2.23 6.982-2.942l-.001-.057.2-.004a46.043 46.043 0 0 1 4.465-1.112c3.463-.682 6.204-.821 7.055-.746l.572.065c1.333.18 2.67.562 4.013.857 1.565.343 3.241.6 5.227.413 3.312-.312 5.055-1.517 8.13-3.449a32.166 32.166 0 0 1-.428 1.69c-2.486 1.56-4.432 2.656-7.59 2.953-2.16.203-3.972-.08-5.596-.435-1.446-.318-2.668-.671-3.903-.839l-.53-.06c-.688-.06-3.3.055-6.718.73l-.437.087c1.526.129 3.178.35 4.646.713l.757.176c1.822.399 4.012.708 6.091.879 2.39.196 4.573.204 5.869-.023l.424-.087c1.06-.239 2.61-.743 4.236-1.341a79.262 79.262 0 0 0 2.147-.832c-.18.512-.374 1.018-.579 1.519-.383.148-.769.297-1.153.439-1.626.598-3.246 1.13-4.401 1.39l-.466.093c-1.455.256-3.765.236-6.175.038-2.12-.174-4.364-.49-6.252-.903l-.785-.183c-2.902-.718-6.62-.856-8.43-.834-2.243.691-4.581 1.618-6.784 2.852-3.857 2.159-8.614 4.198-13.264 4.936-2.23.353-4.459.408-6.557.023-.037.032-.077.061-.114.093a31.76 31.76 0 0 1-6.348-13.371 31.865 31.865 0 0 1-.516-10.088Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M104.163 71.975c2.884-.613 5.448-.05 5.726 1.258.278 1.307-1.835 2.864-4.719 3.477-2.884.613-5.446.05-5.724-1.257-.278-1.308 1.834-2.865 4.717-3.478Zm2.011-7.641c.303-.007.689.162 1.121.496l.122.087c.304.197.733.363 1.251.498.587.154 1.27.265 1.974.342 1 .108 2.033.146 2.879.148.055 1.008.062 2.01.023 3.004-1.341.052-2.24.017-3.005-.16-.765-.176-1.39-.494-2.18-.983l-.857-.547c-.64-.416-1.103-.844-1.409-1.235-.301-.386-.466-.757-.471-1.057a.6.6 0 0 1 .141-.42.555.555 0 0 1 .411-.173Zm.709-16.261c.369.475.726.962 1.068 1.46-.727 1.475-1.631 3.227-2.367 4.424l-.221.352c-.8 1.232-2.543 2.682-4.627 3.888-2.106 1.218-4.678 2.254-7.22 2.577-1.23.156-2.534.25-3.819.343-1.294.095-2.573.189-3.788.346-2.465.32-4.489.88-5.758 2.042-1.401 1.283-2.49 2.785-3.022 3.932-.236.51-.327.873-.339 1.082.908.02 3.465-.045 6.143-.595 1.4-.287 2.808-.703 4.02-1.291 1.215-.59 2.184-1.331 2.778-2.243.317-.486.366-.75.364-.845 0-.018.017-.02-.056-.062-.12-.07-.369-.145-.784-.17-.4-.022-.887.005-1.426.076-.725.096-1.509.266-2.247.47l.26.003c.087 0 .157-.002.21-.005.06-.003.078-.007.072-.005l.406-.075a3.35 3.35 0 0 1 .347-.034c.19-.007.436.003.649.112.12.061.25.164.334.327a.75.75 0 0 1 .072.462c-.037.236-.172.426-.27.545-.214.26-.556.539-.931.801-.387.27-.85.55-1.334.807-.951.503-2.076.965-2.944 1.057-.344.036-.772.026-1.125-.18-.207 0-.452-.033-.68-.167a1.094 1.094 0 0 1-.527-.774 1.568 1.568 0 0 1 .073-.74c.07-.213.175-.432.302-.647.253-.432.63-.923 1.108-1.455l.098-.099c.242-.224.586-.412.904-.564.4-.192.894-.387 1.432-.57 1.074-.363 2.382-.696 3.582-.855a9.394 9.394 0 0 1 1.726-.086c.517.03 1.06.127 1.499.382.486.284.835.762.85 1.41.012.572-.24 1.165-.623 1.754-.808 1.24-2.053 2.145-3.42 2.81-1.372.666-2.918 1.116-4.398 1.42a32.693 32.693 0 0 1-6.07.629 3.63 3.63 0 0 1-1.126.225c-.543.013-1.124-.135-1.512-.643l-.075-.107c-.206-.317-.411-.623-.577-.91-.166-.287-.304-.572-.367-.853a1.295 1.295 0 0 1 .075-.853c.128-.276.364-.528.715-.766l.279-.2c.725-.54 1.948-1.574 3.118-2.541.354-.293.703-.58 1.03-.843.107-.104.216-.206.326-.307 1.665-1.523 4.134-2.124 6.634-2.447 1.267-.165 2.59-.263 3.877-.356 1.296-.095 2.555-.185 3.733-.335 2.275-.288 4.643-1.23 6.621-2.374 1.999-1.157 3.487-2.454 4.085-3.375l.21-.332c.823-1.34 1.895-3.464 2.653-5.032Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M75.036 36.416a31.794 31.794 0 0 1 12.741-.114c.307.36.516.756.609 1.19.648 3.052-4.55 6.742-11.61 8.242a29.634 29.634 0 0 1-3.207.502c.077.183.158.422.246.699l.207-.02c2.404-.259 4.604-.661 6.235-1.425l1.27-.596-.135 1.398c-.07.718-.473 1.34-.988 1.855-.52.52-1.217.993-2.014 1.417-.935.498-2.051.948-3.271 1.34.102.233.21.446.32.636.285-.035.568-.066.847-.103 4.378-.576 7.933-1.377 10.252-4.047l.364-.426c1.83-2.183 3.8-5.1 4.97-7.67a15.69 15.69 0 0 0 .654-1.672c.503.183 1 .377 1.493.584a17.45 17.45 0 0 1-.69 1.75c-1.243 2.731-3.301 5.771-5.204 8.04l-.38.443c-2.759 3.176-6.907 4.013-11.25 4.584l-.138.016c.115.422.171.864.349 1.218 2.053-.133 4.746-.535 8.596-1.727l.32-.105c3.275-1.128 5.7-3.743 7.41-6.609 1.394-2.338 2.302-4.83 2.803-6.779a32.107 32.107 0 0 1 6.287 4.102c-1.365 3.16-3.266 5.5-5.101 7.13-1.993 1.768-3.92 2.709-5.008 2.94-1.05.223-4.135.727-7.264 1.24-2.745.451-5.527.91-7.03 1.2l-.232.046c.05.21.109.44.184.681a25.3 25.3 0 0 1 4.319-.61l.08.388c-1.473.55-2.661 1.1-3.652 1.637.14.167.301.328.49.483 2.267-1.193 4.684-1.847 7.052-2.248 2.103-.356 4.191-.514 6.106-.665 1.934-.152 3.671-.296 5.15-.61l.396-.1c1.946-.565 3.435-2.152 4.527-4.09 1.093-1.943 1.713-4.123 1.966-5.618.462.457.912.927 1.347 1.412-.357 1.499-.976 3.315-1.919 4.99-1.226 2.18-3.075 4.245-5.725 4.911l-.259.06c-1.6.34-3.448.49-5.357.64-1.928.152-3.945.306-5.965.648-4.03.682-7.983 2.095-11.045 5.627-3.507 4.044-8.96 4.466-13.488 3.714-2.284-.38-4.398-1.068-6.025-1.799a14.33 14.33 0 0 1-2.068-1.117c-.454-.306-.88-.653-1.143-1.026l-.101-.163c-.476-.855-1.17-1.654-1.803-2.274.134-.591.285-1.177.452-1.757.852.74 2.004 1.914 2.749 3.253l.066.089c.1.114.307.305.673.55.456.307 1.078.647 1.832.986 1.506.677 3.488 1.323 5.631 1.68 4.328.719 9.057.227 12.016-3.185a16.918 16.918 0 0 1 2.056-2.004c-.306-.14-.492-.274-.682-.392l-.447.341c-1.426 1.1-2.533 2.015-4.506 2.498l-.407.09c-2.197.445-4.356.588-6.067.446-.854-.07-1.605-.213-2.196-.429-.512-.186-.928-.436-1.175-.764l-.096-.146a.468.468 0 0 0-.267-.23.906.906 0 0 0-.434-.012c-.369.063-.817.256-1.32.47-.49.21-1.028.435-1.537.532-.448.084-.903.073-1.298-.16l-.164-.114c-.748-.595-1.764-1.792-2.713-2.85a29.58 29.58 0 0 0-1.076-1.15c-.16.002-.322 0-.488-.007C54.44 47.58 63.29 38.912 75.036 36.416ZM62.101 59.083c.159.202.326.405.511.6.591.62 1.354 1.156 2.515 1.28l.422.037c2.08.13 3.76-.47 5.227-1.255.133-.071.263-.148.393-.221-.32.034-.666.07-1.033.106-.252.122-.507.24-.769.344l-.298.115c-1.632.598-3.17.373-4.384-.184l-.068-.034c-.028-.001-.056 0-.084-.002-.59-.212-1.486-.47-2.432-.786Zm-7.389-1.112c.288.25.585.504.883.74.495.393.987.74 1.434.972.454.236.83.335 1.106.285a9.13 9.13 0 0 1 .928-.113 6.26 6.26 0 0 0 .51-.05l-.025-.032a2.166 2.166 0 0 0-.103-.11l-.147-.14c-.379-.35-1.226-1.08-2.172-1.922-.568.084-1.132.254-1.87.314-.183.015-.364.034-.544.056Z" clip-rule="evenodd"/>
|
|
13
|
+
<circle cx="39.228" cy="76.271" r="15.087" fill="var(--sapContent_Illustrative_Color14)" transform="rotate(-12 39.228 76.271)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M36.092 61.514c5.061-1.076 10.068.524 13.552 3.842 1.706 8.699-3.877 17.187-12.58 19.037a16.208 16.208 0 0 1-11.56-1.849 15.145 15.145 0 0 1-1.033-3.136c-1.732-8.15 3.47-16.161 11.62-17.894Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m51.082 67.665-.523 3.481s-3.088-3.85-5.445-5.159c-2.357-1.31-6.605-2.802-6.605-2.802l1.041-.105s4.199.705 6.356 1.678 5.176 2.907 5.176 2.907Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M38.485 33.618h1.2v29.578s-.198.182-.6.182c-.401 0-.6-.182-.6-.182V33.618Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M41.379 39.708c-.455-2.106-1.56-5.292-2.697-5.938 2.37.71 8.889 2.99 10.609 3.204 2.507.314 3.858 1.188 4.996 1.402 1.257-.166 3.447-.259 4.121-.405.557-.122 3.086-.664 4.153-.996.379.118 1.38.483 2.347.995 1.21.64 3.078 1.609 3.647 2.249.57.64.753 1.306 1.18 2.23.427.925 1.051 4.13 1.954 4.997.627.6.35 1.677.996 2.138.52.372.147 2.157 1.899 3.244-.783 1.352-2.423 1.484-2.766 1.328-.782-.356-.608-.678-2.526-.678-.855 0-4.294.567-7.06.42-.925-.332-2.746-.792-4.055-1.475-1.637-.854-2.284-.268-3.68-.154-1.666.136-3.163.79-5.298 0-3.194-1.182-11.39 1.442-10.112-.815 1.006-1.392 1.335-3.098 1.335-4.008 0-2.867 1.526-5.106.957-7.738Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M54.864 47.393c.855 0 2.638.053 2.927.27.36.27 3.377 3.421 4.188 3.962.648.432 3.001.871 4.097 1.036-1.2.015-3.863.036-4.908 0-1.306-.045-2.477-.586-3.737-1.576-1.009-.793-2.131-2.792-2.567-3.692Zm5.584-2.657c.346.346 1.18 1.152 1.756 1.62.181.148.516.263.921.363.086.014.17.033.256.06 1.195.259 2.805.416 3.056.793.289.432 2.552.841 3.648.991-.54.15-1.838.433-2.702.36-1.08-.09-2.747-1.305-3.513-1.89a1.54 1.54 0 0 0-.49-.255 1.893 1.893 0 0 0-.255-.06c-.511-.083-1.035.002-1.64-.362-.72-.432-.992-1.26-1.037-1.62Zm-13.87-4.548c.99.615 3.107 2.08 3.648 3.017.675 1.17 1.666 2.972 2.926 3.648-.69-.286-2.242-1.118-2.926-2.163-.685-1.045-5.69-5.928-8.106-8.24l4.458 3.737Zm15.487-2.827c.295-.22.72-.147.904 0 .184.148 1.939 2.176 2.157 2.434.175.206.159.504.129.627.46-.172 1.582-.52 2.378-.534.796-.015 1.622 1.702 1.935 2.562-.178-.184-.53-.487-.516-.222.018.332-.7 1.346-1.42 1.844-.574.398-1.627 1.026-2.082 1.29.123-.405.295-1.297 0-1.622-.369-.405-1.31-1.99-1.53-2.544-.222-.553-.775-2.654-1.051-3.337-.221-.545-.695-.56-.904-.498ZM41.85 35.46c.54 0 5.18 1.44 6.35 2.026.937.469 4.142 1.396 5.628 1.801a168.17 168.17 0 0 1-3.066-.429c.542.19 3.173 1.564 4.597 2.276 1.531.765 3.873 2.79 3.332 2.34-.54-.45-3.782-.72-4.863-1.17-1.08-.45-4.412-2.611-5.628-3.467-.972-.684-4.638-2.537-6.35-3.377Zm16.12 3.107c.166.51 1.028 1.793 3.153 2.837h-.18c-.315-.06-1.09-.288-1.666-.72-.576-.433-3.152-1.591-4.368-2.117h3.062Z"/>
|
|
19
|
+
<circle cx="39.086" cy="33.303" r="1.057" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-SuccessfulAuth" 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.9 92.272 58.706-8.529c.359-.065.372-.57.021-.657l-35.466-9.278a3.328 3.328 0 0 0-1.324-.06l-47.25 5.526c-.804.126-.96 1.215-.22 1.561L38.59 92.1c.406.19.865.251 1.31.169v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m30.18 44.09 62.95-4.82 8.05 37.76c.08.39.09.77.03 1.13-.06.36-.19.68-.37.96-.18.28-.42.52-.7.69-.28.17-.61.29-.97.33l-58.03 5.93c-.39.04-.78 0-1.14-.12-.36-.12-.71-.3-1.02-.54a3.51 3.51 0 0 1-.79-.88c-.22-.34-.36-.72-.44-1.13l-7.57-39.31Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M84.24 60.04c.17-.01.33 0 .49.06.16.06.31.14.44.24.13.1.25.24.34.39.09.15.16.32.2.49l.9 4.31a1.258 1.258 0 0 1-.16.95 1.09 1.09 0 0 1-.78.46l-36.31 3.38c-.17.02-.35 0-.51-.06-.16-.06-.32-.14-.46-.25-.14-.11-.26-.24-.35-.4a1.75 1.75 0 0 1-.2-.51l-.87-4.42a1.3 1.3 0 0 1 0-.52c.03-.16.1-.31.19-.44s.21-.24.35-.32c.14-.08.3-.13.47-.15l36.26-3.22v.01Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m61.89 64.02.16 1.1.81-.49.41.77-.89.33.88.8-.6.54-.76-.96-.37 1.07-.82-.43.56-.92-1.01-.16.11-.81 1 .33-.3-1.09.82-.08Zm10.36-.93.16 1.09.8-.49.41.77-.89.32.87.8-.58.54-.77-.95-.35 1.05-.8-.42.54-.92-.99-.15.1-.81.98.33-.29-1.09.81-.07Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M81.91 48.86c.17-.01.33 0 .49.06.16.06.31.14.44.25a1.592 1.592 0 0 1 .54.88l.9 4.28c.04.18.04.35.01.51-.03.16-.09.31-.17.43-.08.12-.19.23-.33.31-.14.08-.28.13-.45.14l-36.23 3.12c-.17.02-.35 0-.51-.06-.16-.06-.32-.14-.46-.25-.14-.11-.26-.24-.35-.4-.09-.16-.16-.32-.2-.5l-.86-4.38a1.3 1.3 0 0 1 0-.52 1.156 1.156 0 0 1 .53-.76c.13-.08.3-.13.47-.14l36.18-2.96v-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m59.23 52.76.15 1.07.78-.48.41.74-.88.31.86.77-.59.52-.73-.93-.35 1.03-.78-.42.53-.88-.98-.15.1-.79.97.33-.28-1.06.79-.06Zm7.86 10.8.15 1.09.81-.49.42.77-.9.32.88.8-.6.55-.76-.96-.36 1.06-.8-.43.54-.92-.99-.15.09-.82.99.33-.28-1.08.81-.07ZM54.18 53.18l.15 1.07.79-.48.4.75-.88.31.86.77-.59.52-.74-.93-.36 1.03-.79-.42.55-.88-.98-.16.1-.79.97.33-.28-1.06.8-.06Zm-5.09.42.15 1.08.79-.48.41.74-.89.31.86.78-.59.53-.74-.94-.36 1.03-.79-.42.55-.89-.98-.15.09-.79.98.33-.28-1.06.8-.07Zm7.58 10.89.15 1.11.81-.5.43.77-.92.33.89.81-.61.55-.76-.97-.37 1.07-.81-.43.56-.92-1.01-.16.1-.82 1 .33-.29-1.09.83-.08Zm-5.26.48.14 1.11.83-.5.42.77-.91.33.89.81-.62.55-.76-.97-.38 1.07-.81-.43.56-.92-1.01-.16.1-.82 1.01.33-.3-1.1.84-.07Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M99.93 79.92c-.08.04-.16.07-.24.1-.08.03-.17.05-.26.07-.09.02-.18.03-.27.04l-58.03 5.93c-.39.04-.78 0-1.14-.12-.36-.12-.71-.3-1.02-.54a3.51 3.51 0 0 1-.79-.88c-.22-.34-.36-.72-.44-1.13l-7.56-39.3-.74-3.83c-.05-.24-.06-.48-.05-.71.01-.23.05-.45.12-.66.07-.21.16-.41.27-.59.11-.18.25-.34.4-.49l-1.39 1.28c-.15.14-.29.31-.4.49-.11.18-.2.38-.27.58-.07.21-.11.43-.12.66-.01.23 0 .47.05.71l.73 3.82 7.52 39.14c.08.41.23.79.44 1.12.21.34.48.63.78.87.3.24.65.42 1.01.54.36.12.75.16 1.14.12l57.82-5.94c.09 0 .18-.02.27-.04.09-.02.17-.04.26-.07.09-.03.16-.06.24-.1.08-.04.15-.08.22-.12l1.67-1.06c-.07.05-.15.09-.22.13v-.02Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M89.16 33c.36-.03.72.03 1.06.14.34.11.66.3.95.53.29.23.54.52.74.84.2.32.35.68.43 1.06l.79 3.69-62.95 4.83-.74-3.83c-.08-.4-.07-.78 0-1.14.07-.36.22-.68.42-.96.2-.28.46-.51.77-.68.31-.17.66-.28 1.04-.31L89.16 33Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m101.617 83.148-1.434.925-.047.028c-.014.007-.032.022-.046.029-.014.007-.032.021-.046.028-.015.007-.032.022-.046.029a9.676 9.676 0 0 1-2.98 1.196 9.833 9.833 0 0 1-1.079.175 9.472 9.472 0 0 1-.548.046c-.181.011-.37.015-.555.018a5.93 5.93 0 0 1-.563-.014c-.188-.014-.377-.022-.566-.043a11.601 11.601 0 0 1-1.698-.3 12.255 12.255 0 0 1-1.662-.553 13.207 13.207 0 0 1-3.1-1.832c-.485-.382-.94-.796-1.368-1.24a14.16 14.16 0 0 1-2.19-2.957 13.68 13.68 0 0 1-.782-1.666 13.086 13.086 0 0 1-.84-3.5 12.012 12.012 0 0 1-.043-1.75 11.3 11.3 0 0 1 .662-3.295c.189-.51.413-1 .673-1.464a9.706 9.706 0 0 1 1.954-2.46l1.268-1.146a9.493 9.493 0 0 0-1.083 1.156c-.327.415-.626.861-.886 1.329a10.497 10.497 0 0 0-1.125 3.085 11.596 11.596 0 0 0-.213 1.725c-.029.582-.015 1.174.042 1.767s.157 1.19.3 1.778a13.91 13.91 0 0 0 2.349 5.01c.37.5.772.975 1.203 1.425a13.877 13.877 0 0 0 2.901 2.3c.523.31 1.064.578 1.613.81a11.908 11.908 0 0 0 3.965.914c.193.01.378.014.566.014.19 0 .374-.007.563-.014a11.196 11.196 0 0 0 1.645-.221 10.057 10.057 0 0 0 2.053-.69 8.65 8.65 0 0 0 .951-.51c.018-.01.032-.022.05-.029.018-.007.032-.021.046-.028.014-.007.032-.022.046-.029.015-.007.032-.021.047-.032"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M100.987 63.78a14.243 14.243 0 0 1 3.133 3.56 13.946 13.946 0 0 1 1.769 4.36 12.474 12.474 0 0 1 .253 3.428c-.039.56-.114 1.118-.232 1.66a11.052 11.052 0 0 1-.469 1.59 10.16 10.16 0 0 1-1.613 2.795 9.553 9.553 0 0 1-4.36 3.006 9.89 9.89 0 0 1-2.14.464 9.712 9.712 0 0 1-1.118.061 9.99 9.99 0 0 1-.566-.014 11.343 11.343 0 0 1-2.285-.35 12.22 12.22 0 0 1-1.68-.564 13.394 13.394 0 0 1-3.133-1.857 13.941 13.941 0 0 1-2.585-2.678 13.974 13.974 0 0 1-1.798-3.253 13.363 13.363 0 0 1-.85-3.535 12.245 12.245 0 0 1-.043-1.767 11.537 11.537 0 0 1 .673-3.36c.192-.525.427-1.025.694-1.503.267-.479.573-.925.915-1.347a9.565 9.565 0 0 1 3.823-2.846 9.67 9.67 0 0 1 1.53-.485c.528-.122 1.065-.2 1.617-.236a10.99 10.99 0 0 1 2.218.086c.737.104 1.47.279 2.19.521.718.243 1.42.554 2.1.932.68.379 1.334.818 1.957 1.321v.011Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.377 67.587c.036 0 .072-.004.11 0 .04.003.076.003.111.007.036.003.075.01.11.018.036.007.072.018.111.028a.67.67 0 0 1 .107.043c.035.018.071.032.103.05.032.018.068.04.1.06.032.022.064.047.096.072a1.851 1.851 0 0 1 .246.257 1.478 1.478 0 0 1 .125.204c.017.036.035.071.049.107a1.355 1.355 0 0 1 .068.225c.007.04.014.075.017.114.004.04.007.075.007.114v.111a.592.592 0 0 1-.014.11 1.142 1.142 0 0 1-.107.307 1.07 1.07 0 0 1-.053.09L94.33 77.2c-.021.032-.043.06-.064.09a.542.542 0 0 1-.075.082c-.028.025-.053.05-.082.07a.705.705 0 0 1-.089.062 1.227 1.227 0 0 1-.195.089.93.93 0 0 1-.218.046c-.039.004-.074.004-.114.004-.039 0-.074 0-.113-.007-.04-.007-.075-.011-.114-.022-.04-.01-.075-.017-.114-.032a.585.585 0 0 1-.11-.043l-.107-.053c-.036-.018-.068-.043-.104-.064a.63.63 0 0 1-.096-.076l-2.755-2.192a1.322 1.322 0 0 1-.324-.364 1.566 1.566 0 0 1-.11-.218 1.33 1.33 0 0 1-.093-.468 1.207 1.207 0 0 1 .086-.442 1.013 1.013 0 0 1 .423-.483.987.987 0 0 1 .2-.085 1.12 1.12 0 0 1 .217-.043c.074-.007.15-.004.224 0a1.28 1.28 0 0 1 .644.279l1.78 1.42 4.642-6.766c.04-.06.086-.11.139-.16a.767.767 0 0 1 .167-.122.988.988 0 0 1 .402-.121v.007Z"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Systems" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="128" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M105.465 59.998c.26-1.54.399-3.12.399-4.733C105.868 39.655 93.249 27 77.684 27c-11.366 0-21.153 6.75-25.612 16.47a21.515 21.515 0 0 0-8.787-1.87c-10.911 0-19.932 8.102-21.42 18.633C13.64 60.325 7 67.035 7 75.303c0 18.674 21.6 17.351 25.396 17.289 2.927-.048 3.656-.246 6.335-.51C41.776 97.702 48.796 100 56.128 100c6.782 0 12.868-2.97 17.049-7.676 2.62 1.132 13.542 3.16 30.181.907 9.105-1.23 16.638-7.47 16.638-16.686 0-8.5-6.339-15.51-14.535-16.55l.004.003Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M58.634 48.563c-.447-1.996-1.788-13.115 9.747-19.902-7.24 2.54-13.132 7.96-16.313 14.89 0 0 4.775 2.08 6.563 5.012h.003Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M105.465 59.998c.26-1.54.399-3.12.399-4.733C105.868 39.655 93.249 27 77.684 27c-11.366 0-21.153 6.75-25.612 16.47a21.515 21.515 0 0 0-8.787-1.87c-10.911 0-19.932 8.102-21.42 18.633C13.64 60.325 7 67.035 7 75.303c0 18.674 21.6 17.351 25.396 17.289 2.927-.048 3.656-.246 6.335-.51C41.776 97.702 48.796 100 56.128 100c6.782 0 12.868-2.97 17.049-7.676 2.62 1.132 13.542 3.16 30.181.907 9.105-1.23 16.638-7.47 16.638-16.686 0-8.5-6.339-15.51-14.535-16.55l.004.003Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M56.132 100c1.95 0 8.068 0 14.81-5.475-14.66 6.82-29.404-3.12-29.404-15.176 0-5.376 2.708-6.765 4.386-8.434-1.426.875-11.051 4.05-12.513-.599-.473-1.499-.143-3.17.97-4.277 1.115-1.106 2.786-1.558 4.354-1.415-2.495-1.135-5.09-2.41-6.632-4.677-.865-1.268-1.338-2.76-1.671-4.256-.55-2.473-.744-5.096.011-7.514.491-1.573 1.44-3.039 2.715-4.057-5.987 3.19-10.303 9.11-11.289 16.11-8.226.092-14.865 6.801-14.865 15.07 0 18.674 21.6 17.35 25.396 17.288 2.927-.047 3.656-.246 6.335-.51C41.78 97.7 48.8 99.996 56.132 99.996V100Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M21.865 60.233s-8.72.056-12.267 6.604c4.037-4.531 13.542-4.59 15.367-.926-1.195-4.612-3.137-10.021.308-14.633-3.284 4.362-3.408 8.955-3.408 8.955Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M58.634 48.563c-.447-1.996-1.788-13.115 9.747-19.902-7.24 2.54-13.132 7.96-16.313 14.89 0 0 4.775 2.08 6.563 5.012h.003Zm46.831 11.435a28.398 28.398 0 0 0 .355-6.28c-.784 3.065-2.638 5.633-6.412 6.486 0 0 4.042-.69 7.816.118-.579-.14-1.166-.25-1.763-.328l.004.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M64.33 73.49c.07 0 .14 0 .2.02s.13.06.18.1c.05.04.1.1.14.16.04.06.07.13.08.2l1.36 6.69c.01.07.02.14 0 .21-.02.07-.04.13-.07.18-.03.05-.08.1-.13.13a.53.53 0 0 1-.19.06l-5.01.47c-.07 0-.14 0-.21-.02a.524.524 0 0 1-.18-.1c-.05-.04-.1-.1-.14-.16a.496.496 0 0 1-.08-.2l-1.35-6.71a.739.739 0 0 1 0-.21c.01-.07.04-.13.07-.18.03-.05.08-.1.14-.13.06-.03.12-.05.19-.06l5.01-.45h-.01Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M53.32 59.34c.07 0 .14 0 .2.02s.13.05.18.1c.05.05.1.1.14.16.04.06.07.13.08.2l4.33 21.6c.01.07.01.15 0 .21s-.04.13-.08.18c-.04.05-.08.1-.14.13-.06.03-.12.05-.19.06l-5.06.48c-.07 0-.14 0-.21-.02a.524.524 0 0 1-.18-.1c-.05-.04-.1-.1-.14-.16a.485.485 0 0 1-.08-.21l-4.31-21.68a.739.739 0 0 1 0-.21c.01-.07.04-.12.07-.18.03-.06.08-.09.14-.12.06-.03.12-.05.19-.06l5.04-.41.02.01ZM88.71 44c.22-.02.44.02.65.09.21.07.41.18.59.33.18.15.33.32.46.51s.22.42.27.65l.94 4.42-62.93 4.85-.89-4.59a1.83 1.83 0 0 1 0-.7 1.501 1.501 0 0 1 1.37-1.2L88.71 44Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M46.81 67.9c.07 0 .14 0 .21.02a.4.4 0 0 1 .18.1c.05.05.1.1.14.16.04.06.07.13.08.2l2.73 13.8c.01.07.01.15 0 .21s-.04.13-.07.18c-.03.05-.08.1-.14.13-.06.03-.12.05-.19.06l-5.11.48c-.07 0-.14 0-.21-.02a.692.692 0 0 1-.19-.1.572.572 0 0 1-.23-.37L41.29 68.9a.738.738 0 0 1 0-.21c.01-.06.04-.13.08-.18.04-.05.09-.1.14-.13a.53.53 0 0 1 .19-.06l5.1-.44.01.02Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M35.45 61.76c.13-.01.26 0 .38.05s.23.1.33.18c.1.08.19.18.26.29.07.11.12.24.14.37l4.66 23.92L71 83.7c.12-.01.25 0 .36.04.11.04.23.1.33.18a1.145 1.145 0 0 1 .41.65c.03.13.03.26 0 .38s-.07.23-.13.33-.15.18-.24.23c-.09.05-.21.1-.33.11l-30.72 3h-.19c-.07 0-.12-.02-.19-.04a.583.583 0 0 1-.18-.08c-.06-.04-.11-.07-.16-.11-.05-.04-.1-.09-.15-.14-.05-.05-.08-.1-.12-.16a.757.757 0 0 1-.09-.18c-.02-.06-.04-.13-.06-.19L34.7 62.8a.972.972 0 0 1 0-.38c.02-.12.07-.23.14-.32s.15-.17.26-.23c.11-.06.22-.09.35-.11Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m98.56 87.92-.15.06a.75.75 0 0 1-.16.04c-.05.01-.11.02-.17.03l-60.07 6.06c-.24.02-.47 0-.7-.08-.22-.07-.44-.19-.62-.33a2.07 2.07 0 0 1-.75-1.23l-7.25-37.62-.89-4.59c-.03-.15-.04-.3-.03-.44a1.488 1.488 0 0 1 .24-.77c.07-.11.15-.21.25-.3l-2.77 2.54c-.1.09-.18.19-.25.3-.07.11-.13.23-.17.36-.04.13-.07.26-.07.4s0 .29.03.44l.87 4.56 7.16 37.31a2.071 2.071 0 0 0 .75 1.23c.19.15.4.26.62.33.22.07.46.1.69.07l59.64-6.08c.06 0 .11-.01.17-.03.06-.02.11-.03.16-.04l.15-.06c.05-.02.09-.05.14-.08l3.33-2.14s-.09.05-.14.08l-.01-.02Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m28.69 54.85 62.93-4.84 7.71 36.15c.05.24.06.47.02.69-.04.22-.11.42-.23.59a1.6 1.6 0 0 1-.43.43c-.17.11-.37.18-.6.2l-60.07 6.06c-.24.02-.47 0-.7-.08-.23-.08-.44-.19-.62-.33a2.09 2.09 0 0 1-.75-1.23l-7.26-37.64ZM71.4 85.62c.12-.01.24-.05.33-.11.09-.06.18-.14.24-.23s.11-.21.13-.33c.02-.12.02-.25 0-.38a.952.952 0 0 0-.15-.36c-.07-.11-.16-.21-.26-.29-.1-.08-.21-.14-.33-.18-.12-.04-.24-.05-.36-.04l-29.78 2.87-4.66-23.92a1.49 1.49 0 0 0-.14-.37c-.06-.11-.16-.21-.26-.29-.1-.08-.21-.14-.33-.18a.972.972 0 0 0-.38-.05.846.846 0 0 0-.61.34c-.07.09-.12.2-.14.32-.02.12-.03.25 0 .38l4.84 24.92c.01.07.03.13.06.19s.05.12.09.18c.04.06.08.11.12.16.04.05.09.1.15.14.05.04.11.08.16.11a.982.982 0 0 0 .37.12c.07.01.12 0 .19 0l30.72-3ZM47.88 60.31l4.31 21.68a.605.605 0 0 0 .22.37c.05.04.12.08.18.1.06.02.14.03.21.02l5.06-.48c.07 0 .13-.03.19-.06s.1-.08.14-.13a.494.494 0 0 0 .08-.39l-4.33-21.6a.496.496 0 0 0-.08-.2 1.07 1.07 0 0 0-.14-.16.46.46 0 0 0-.18-.1.457.457 0 0 0-.2-.02l-5.04.41c-.07 0-.13.03-.19.06s-.1.07-.14.12a.36.36 0 0 0-.07.18c-.01.07-.01.14 0 .21m-6.6 8.59 2.72 13.85c.01.07.04.14.08.21.04.07.09.12.15.16.06.04.12.08.19.1.07.02.14.03.21.02l5.11-.48c.07 0 .13-.03.19-.06s.1-.08.14-.13a.4.4 0 0 0 .07-.18c.01-.06.01-.14 0-.21l-2.73-13.8a.496.496 0 0 0-.08-.2 1.07 1.07 0 0 0-.14-.16.46.46 0 0 0-.18-.1.487.487 0 0 0-.21-.02l-5.1.44c-.07 0-.14.03-.19.06a.494.494 0 0 0-.22.31c-.02.07-.01.14 0 .21m17.61 5.59 1.35 6.71c.01.07.04.14.08.2s.09.12.14.16c.05.04.12.08.18.1.06.02.14.03.21.02l5.01-.47c.07 0 .13-.03.19-.06s.1-.08.13-.13.06-.11.07-.18c.01-.07.01-.14 0-.21l-1.36-6.69a.496.496 0 0 0-.08-.2.731.731 0 0 0-.14-.16.637.637 0 0 0-.18-.1.442.442 0 0 0-.2-.02l-5.01.45c-.07 0-.13.03-.19.06a.436.436 0 0 0-.21.31c-.01.07-.01.14 0 .21"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M76.14 72.63c-.2.41-.38.84-.54 1.28-.16.43-.29.88-.41 1.34-.12.46-.21.93-.28 1.4-.07.48-.11.96-.14 1.44l3.28 2.03c.02.27.04.54.08.81.03.26.08.53.13.8.06.27.12.54.19.8s.15.53.24.79l-2.4 2.51c.21.47.45.93.7 1.38.26.45.53.88.82 1.31a18.948 18.948 0 0 0 1.96 2.4l3.28-1.22c.22.18.44.35.66.51.22.17.45.32.68.47.23.15.46.29.7.42.24.14.49.26.73.38l.67 3.76c.46.16.94.3 1.41.41.47.11.95.2 1.42.27h-.01c.47.07.95.11 1.42.13.47.02.94.02 1.41-.01l-2.33 1.66c-.46.02-.93.03-1.4.01-.47-.02-.94-.06-1.41-.13s-.94-.16-1.41-.27c-.47-.11-.94-.25-1.41-.41l-.67-3.74c-.24-.11-.48-.24-.72-.37a9.97 9.97 0 0 1-.7-.42c-.23-.14-.46-.3-.68-.46-.22-.16-.44-.33-.65-.51l-3.26 1.22a18.544 18.544 0 0 1-1.94-2.38c-.29-.42-.56-.85-.81-1.3-.25-.45-.48-.9-.69-1.37l2.38-2.5a11.958 11.958 0 0 1-.42-1.58c-.05-.27-.09-.53-.13-.8-.04-.27-.06-.53-.08-.8l-3.26-2.01c.03-.48.08-.96.15-1.43.07-.47.16-.94.28-1.39.11-.46.25-.9.41-1.34.16-.43.34-.86.54-1.27l2.21-1.82Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m98.88 93.65-2.36 1.67-3.15-2.12c-.22.12-.44.22-.66.32-.22.1-.44.19-.68.27-.24.08-.47.16-.71.22s-.48.11-.73.16l2.33-1.68c.25-.04.49-.1.73-.16.24-.07.48-.14.71-.22.24-.08.46-.17.69-.27.23-.1.45-.21.67-.32l3.16 2.13ZM88.47 75.48c.57-.05 1.16.01 1.72.16s1.11.4 1.62.72c.51.32.98.73 1.38 1.2.4.47.74 1.02 1 1.62.25.58.39 1.17.45 1.75a5.2 5.2 0 0 1-.1 1.68 4.82 4.82 0 0 1-.61 1.48c-.28.45-.64.84-1.07 1.16l-2.32 1.72c.43-.31.79-.71 1.07-1.15.29-.44.49-.94.61-1.47s.16-1.09.1-1.67a5.97 5.97 0 0 0-.45-1.74c-.26-.6-.6-1.14-1-1.61-.4-.48-.86-.88-1.37-1.2-.5-.32-1.05-.56-1.61-.71-.56-.16-1.14-.21-1.71-.16l-.27.03c-.09.02-.18.04-.27.05-.09.01-.18.04-.27.06-.09.02-.18.05-.27.08a3.616 3.616 0 0 0-.68.29l.02.02c-.11.05-.21.11-.31.18-.1.07-.2.14-.29.21l2.27-1.78c.09-.07.19-.14.29-.21.1-.07.2-.13.31-.19a4.987 4.987 0 0 1 .68-.3c.09-.03.18-.06.27-.08l.27-.06c.09-.02.18-.04.27-.05.09-.01.18-.03.27-.03Zm13.27 8.72-3.22 1.03 2.36-1.73 3.24-1.03-2.38 1.73Zm-20-13.09c-.19.15-.37.31-.55.48-.18.16-.35.34-.52.52-.16.18-.32.37-.47.56l-.01.01c-.15.19-.29.39-.43.6l-2.23 1.81c.14-.21.28-.41.43-.6.15-.19.31-.38.47-.56.16-.18.33-.35.51-.52.18-.17.36-.33.55-.48l-.81-3.66 2.24-1.84.82 3.68Zm9.49-1.68-2.29 1.82 2.19-2.54 2.3-1.83-2.2 2.55Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m104.12 82.47-3.24 1.04c-.03.26-.06.51-.1.77-.04.26-.09.5-.15.75s-.13.49-.2.73-.16.48-.25.71l2.26 3.16c-.22.4-.46.79-.72 1.16-.26.37-.54.72-.83 1.06-.29.34-.61.66-.94.96-.33.3-.68.59-1.04.85l-3.16-2.13c-.22.11-.44.22-.67.32-.23.1-.45.19-.69.27-.24.08-.47.15-.71.22s-.48.12-.73.16l-.77 3.54c-.47.03-.94.03-1.41.01-.47-.02-.95-.06-1.42-.13s-.95-.16-1.42-.27c-.47-.11-.95-.25-1.41-.41l-.67-3.76c-.24-.12-.49-.24-.73-.38s-.47-.27-.7-.42c-.23-.15-.46-.3-.68-.47-.22-.17-.44-.33-.66-.51l-3.28 1.22a18.948 18.948 0 0 1-1.96-2.4c-.29-.43-.56-.86-.82-1.31-.26-.45-.49-.91-.7-1.38l2.4-2.51c-.09-.26-.17-.53-.24-.79-.07-.26-.13-.53-.19-.8s-.1-.54-.13-.8-.06-.54-.08-.8L74.8 78.1c.03-.48.07-.96.14-1.44s.16-.94.28-1.4c.12-.46.25-.91.41-1.34.16-.43.34-.87.54-1.28l3.63.64c.14-.21.28-.41.43-.6.15-.19.31-.38.47-.56.16-.18.34-.36.52-.52.18-.16.36-.33.55-.48l-.82-3.68c.39-.23.78-.44 1.19-.63.41-.19.83-.35 1.26-.49.43-.14.87-.26 1.31-.36.44-.1.9-.17 1.36-.22l2.12 3.23c.26 0 .51.02.77.04a10.089 10.089 0 0 1 1.53.24c.25.06.51.12.76.2l2.2-2.55c.45.19.9.4 1.33.63.43.23.86.49 1.28.76.42.27.82.56 1.22.87.4.31.78.64 1.15.98l-.9 3.39c.18.21.36.42.53.64.17.22.33.44.49.67.16.23.31.46.45.7.14.24.28.48.41.72l3.54.46c.18.47.35.94.49 1.42s.26.96.36 1.44c.1.48.18.97.23 1.45.05.48.09.97.1 1.46l-.01-.02ZM91.7 85.85a4.316 4.316 0 0 0 2.65-2.63c.22-.61.33-1.27.31-1.95-.02-.68-.18-1.4-.47-2.1-.26-.6-.6-1.15-1-1.62-.4-.47-.87-.88-1.38-1.2-.51-.32-1.06-.57-1.62-.72a5.01 5.01 0 0 0-1.72-.16c-.09 0-.18.02-.27.03-.09.01-.18.03-.27.05l-.27.06c-.09.02-.18.05-.27.08-.64.22-1.2.57-1.65 1.02-.45.45-.8.99-1.02 1.59-.22.6-.34 1.27-.32 1.96.02.69.17 1.41.47 2.11.26.61.6 1.15 1.01 1.63.41.48.88.89 1.39 1.21.51.32 1.06.57 1.63.72.57.15 1.15.2 1.73.15.09 0 .18-.02.27-.03.09-.01.18-.03.27-.05.09-.02.18-.04.27-.07.09-.03.18-.05.27-.08"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Teams" xmlns="http://www.w3.org/2000/svg" width="128" height="129" fill="none" viewBox="0 0 128 129">
|
|
2
|
+
<rect width="128" height="128" fill="var(--sapContent_Illustrative_Color20)" rx="24"/>
|
|
3
|
+
<circle cx="117.57" cy="51.88" r=".922" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<circle cx="5.451" cy="87.457" r=".922" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<circle cx="106.395" cy="86.996" r=".922" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<circle cx="109.16" cy="92.527" r="1.383" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M28.427 22.341c0-.403-1.17-.726-2.735-.8-.09-1.562-.434-2.724-.837-2.723-.404.001-.74 1.172-.825 2.743-1.57.107-2.736.458-2.73.862.005.404 1.17.727 2.735.8.094 1.562.434 2.724.837 2.723.402 0 .74-1.172.825-2.742 1.57-.108 2.735-.458 2.73-.863Zm-5.282 6.592c0-.261-.758-.47-1.77-.517-.057-1.01-.28-1.762-.54-1.762-.262 0-.479.758-.534 1.774-1.015.07-1.77.296-1.766.557.004.262.757.47 1.77.517.06 1.01.28 1.762.54 1.762s.478-.758.534-1.774c1.015-.07 1.768-.296 1.765-.557ZM123.303 45.76c0-.26-.758-.469-1.769-.516-.058-1.01-.281-1.762-.542-1.762-.261.001-.478.758-.533 1.774-1.015.07-1.769.296-1.766.557.004.262.758.47 1.769.517.061 1.011.281 1.762.541 1.762.261 0 .479-.758.534-1.774 1.015-.069 1.769-.296 1.766-.557Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M114.215 67.353c.196.55.616 1.825.728 2.517.14.865 1.498 2.648 1.804 4.929.307 2.28 1.564 2.008 1.739 2.88.174.873 1.416 3.03 1.424 3.83.007.64 1.118 4.745 1.673 6.716l-.339.077c.323.91.774 2.354.645 2.712-.182.506-.659 1.202-.36 1.666.3.464.904 1.03.696 2.329-.208 1.298.031 2.04-.054 2.602-.085.563-.376 2.751-.681 3.158-.306.406-.681.797-.919.891-.393.641-.772.886-1.169.873-.202-.276-.28-.666-.294-.826-.214.208-.726.606-1.059.534-.358-1.203-.219-1.173-.168-2.251.051-1.078-.11-2.348-.419-2.596-.31-.249-.48-.975-.887-.773-.407.203-.895 1.623-1.185 1.96-.291.336-1.017.506-1.168.364-.151-.141-.383-1.426.023-2.464s.412-1.908.479-2.22c.068-.313.002-2.36.63-2.915a2.277 2.277 0 0 1-.466-.98c-.152.111-.245.217-.262.315-.262-.637-1.238-.993-1.272-1.51-.034-.515-.346-2.434.145-2.691-.735-.631-2.039-2.329-2.443-3.65-.405-1.323-2.333-5.007-2.557-5.818-.225-.811-1.797-2.276-2.012-2.794-.172-.415-1.01-1.458-2.308-1.835l7.714-3.353 2.322-1.677Zm-9.874 26.207c.468.23 1.436.983 1.564 2.15.16 1.459-.286 4.125-.248 4.349.038.224.618.573.605 1.434-.011.688-.443 1.843-.605 2.326-.162.483.671 1.926.585 2.322-.261 1.212-.746 1.594-1.066 2.143.276.851 1.005 1.975.552 2.637-.41.598-.317 4.096-.295 5.264.155.766.563 2.901.486 3.827-.095 1.14-.721 2.601-1.238 3.095-.516.493-2.258 2.072-2.682 2.682-.421.607-.01 2.66-.006 2.68H87.036c.481-.791 1.45-2.185 1.45-2.68 0-.495 2.688-3.784 3.095-4.229.407-.446.722-1.692.722-2.166 0-.475-.235-.399-.235-1.242 0-.844-.435-2.163-.435-2.163l.133-.001c-.44-3.278-.767-3.259.064-5.212.364-.855-.413-1.215-.45-2.043-.03-.663-1.448-3.078-2.033-4.297l3.467-3.266c2.728-1.238 8.465-4.025 9.596-5.265 1.131-1.24 1.758-2.08 1.931-2.345Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M83.96 38.266c3.144-.458 3.753.576 4.94 1.067-2.276 15.806-7.467 47.636-11.17 47.3-4.78-.434-5.696-.081-8.512-2.237-.736-.563 0-5.03.293-8.644.266-3.279 2.877-26.35 3.234-29.094.358-2.744.857-6.2 3.845-6.8 1.847-.372 5.945-1.384 7.37-1.592Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M78.59 43.19c.584-.531 3.347-1.801 7.087-1.346-1.199 14.628-6.623 44.586-7.31 44.72-.859.167-4.945-.037-6.244-.552-1.299-.516.014-3.876-.011-8.112-.026-4.237 2.116-25.046 2.07-26.467-.046-1.42 3.676-7.577 4.407-8.242Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M108.691 57.145c-1.192-1.344-4.507-2.579-6.016-3.028-21.818-8.787-17.391-3.26-18.8-3.318-1.407-.057-1.045 2.554-2.37 3.256-1.325.702-1.712.495-4.079 1.157-1.893.53.275 10.744 1.595 15.784-.136 4.253-.638 12.968-1.56 13.806-1.153 1.048.241 2.029-.713 3.305-.955 1.276.132 1.387-.446 2.065-.579.678-.47 1.319-.046 2.213-1.05.515-.904 2.378-.7 3.246.67-.534 2.484-1.551 4.365-1.343 2.353.261 6.861 1.976 8.866 3.273 1.604 1.038 2.517 2.932 2.773 3.749.555-.375 2.109-1.299 3.89-2.001 2.228-.878 7.994-4.698 8.924-6.72.931-2.022-.486-4.614-1.043-6.895 1.231-1.065.668-1.978.573-2.654.981-3.796.523-6.072.888-7.475.365-1.404-.317-2.89-.169-3.29.149-.4 2.869-.135 4.236-.457 1.366-.323 3.756-2.524 5.593-4.166 1.836-1.641.661-2.204.372-3.44-.289-1.235-4.643-5.387-6.133-7.067Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M107.585 55.788c-.477-.832-2.013-1.122-2.918-1.014l-.232-.826c-.543.126-1.327.199-2.643 1.227-1.645 1.286-5.268 1.598-3.265 2.03 2.004.433-2.697 1.515-1.216 1.834 5.757 1.243 7.171 2.28 6.917 4.273-.128 1.008-9.816-.155-12.307.401-1.992.445-1.41 2.924-1.024 4.8a4.69 4.69 0 0 1 .384 1.987c-.026.542-6.162 3.919 2.13 3.739 10.368-.225 7.854.65 9.246 2.228 1.113 1.261 1.553 3.505 1.374 5.206.892-3.568.378-3.962.555-5.456.176-1.493.153-2.18 0-3.581.988.008 2.268 1.953 2.65 2.546.383.593 3.323 5.803 4.254 8.851-.485-1.837-1.076-6.349-2.332-7.816-.936-1.093-1.259-2.038-1.128-2.648.132-.61-.5-1.223.358-1.654 1.991-1.003-.799-4.171-.027-5.373 1.76-2.736-2.978-4.432-2.771-5.39.207-.958 2.792-1.455 3.564-1.653.617-.158 1.332-.548.943-.997-.192-.376-2.036-1.882-2.512-2.714Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M102.906 56.964c-.441.63-3.73 1.654-5.318 2.088 2.955.67 4.491-.749 6.382-.907 1.891-.157-1.361 1.4-.519 1.674 1.215.395 1.837 1.408 1.837 2.827 0 1.418.122 3.692.424 2.968.933-2.233-.525 2.413.544 1.933 1.338-.601 1.106-6.122 1.106-6.673 0-.552.114-1.39.429-1.822.316-.434.499-2.147.381-2.54-.118-.395-.707-1.103-1.287-1.4-.219-.112-1.628-.433-2.324-.552a321.35 321.35 0 0 1-1.655 2.404Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M79.437 71.118c.618-.21 1.989-.184 2.662-.567 1.724-1.725 2.112-4.022 1.576-7.302-.461-2.826-2.38-3.869-5.97-5.483-3.588-1.613-9.39 3.588-9.896 3.968-.89.67-2.276 1.909-2.625 3.418-.35 1.509-.224 2.654 1.05 4.63 1.41 2.186 4.506 2.441 6.305 2.527 1.8.085 2.943.076 3.66-.119.718-.194 2.106-.687 3.238-1.072Zm22.091 2.242c1.944-.041 2.373-8.168 2.373-8.168l-14.865-.367-.417 8.84s10.964-.264 12.909-.305Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M103.898 65.192c.064-.674-1.577-1.76-2.904-1.76-1.328 0-12.385-.284-12.385-.284l1.01 1.925s11.41.017 14.279.12Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M87.662 71.892c.049.536 1.653 1.782 1.653 1.782s-.537-.492-.58-1.06c-.03-.42.325-4.997.418-6.29.094-1.293.551-1.252.551-1.252s-.922-1.76-1.04-1.92c-.121-.003-.944-.177-1.002 1.262-.059 1.44-.096 5.962-.096 5.962s.047.979.096 1.516Zm14.618-5.521c-.953.013-10.887 0-11.752 0-.864 0-.32 2.74.571 2.74s9.666.058 10.497 0c.832-.059 1.636-2.753.684-2.74Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M104.978 53.683c.149-.688-.26-3.04-.39-3.986-1.969-2.926-6.32-2.465-12.45-2.338-4.607.096-7.052.929-8.28 2.214-1.228 1.286.149 3.055.974 4.062 1.544 1.884 6.05 4.407 9.816 5.27 3.765.863 6.515-.455 8.248-1.37 1.411-.746 1.896-2.992 2.082-3.852Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M104.641 54.33c.697-.706.279-2.822.079-3.546-.55-4.881-16.96-3.452-18.367-3.464-1.406-.012-2.782.955-.822 3.808 1.96 2.853 8.593 4.771 11.765 5.164 3.171.393 6.474-1.081 7.345-1.963Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M77.543 59.269c-.323-1.095-1.075-1.28-2.232-1.857-3.983-1.303-6.62-.813-7.92-.335-1.797.66-.999 1.928-1.425 2.931-.341.803-.157 1.916-.023 2.372-.212.66-.547 2.407-.188 4.107.45 2.124 2.587 3.238 4.266 3.554 1.68.316 4.049-1.27 4.86-1.794.65-.418.83-1.39.837-1.823.114-.635.36-1.922.428-1.981.086-.075 1.32-1.253 1.53-1.907.283-.878.19-2.172-.133-3.267Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M102.844 116.049c2.603.675.868-.337 0-1.156-.619-.585-1.875-.188-3.332.157-.586.139-1.46 0-1.824.324-1.302 1.157 2.554 0 5.156.675ZM78.718 47.862c-1.172-.253-2.273 1.446-3.043 2.42-.238-.05-.778-.603-.95-1.188-.216-.73-.603-1.647-.89-3.202-.285-1.555-.935-3.163-1.846-3.2-1.788-.073-.424 2.569-.507 4.106-.266-1.364-.777-3.03-1.545-3.506-.768-.477-1.402.012-1.543.666-.113.523.263 2.599.745 4.387-.196-.726-.767-2.153-1.208-2.646-.551-.616-1.242-.816-1.884-.145-.512.533.704 3.487 1.27 4.922-.219-.551-.516-.844-1.137-1.274-.962-.665-1.541-.295-1.794.471-.211.642 1.265 3.29 2.154 4.456.03.339.13.988.556 1.777a4.295 4.295 0 0 0 2.517 4.735c1.316.533 5.37-.531 6.42-1.362 1.051-.83.567-1.609.85-2.917 1.864-2.583.818-3.366.908-3.782.09-.416.68-1.847 1.268-2.84.587-.993.51-1.694-.341-1.878Zm2.47 30.121c-.801 3.036-2.453 3.992-3.013 4.053l.752-10.467c-3.542 1.372-3.985.635-5.977 1.08-2.49.556-5.66-1.466-6.848-2.725-.95-1.007-1.568-4.106-.682-5.464.24-.83.254-2.629.806-2.145.69.605 6.096 2.267 4.005 1.816-2.09-.451-3.834 1.542-2.489 3.07.543.616 3.286.84 5.11.413 1.824-.427 2.326-3.961 4.659-5.3 1.2-.688-2.081 2.119-1.49 4.435.247.967-1.268 2.626-1.381 3.148 1.545.303 5.845-.817 6.687-1 1.052-.229 1.729-.629 2.274-3.154.546-2.526-3.584-6.794-2.538-6.108.775.509 3.604 2.234 3.542 6.323-.063 4.089-2.36 4.596-3.12 5.16-.76.566.705 3.07-.297 6.865Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M78.95 67.256c1.317-1.102 1.357-5.45-.363-6.112 2.452.53 1.784 4.812 1.56 5.854-.226 1.042-.943 2.877 1.363 1.706 2.306-1.17 1.237-4.679 1.237-6.207 3.209 6.013.582 7.338-.37 8.082-.8.625-2.246 1.016-3.265 1.222-.358.073-3.886.99-6.516.95-3.94-.06-2.012-1.033.79-2.272.56-.248 2.89-2.501 2.626-3.656.612-.36 1.623 1.535 2.939.433Zm4.479-16.161c.128.757.86 4.207 8.793 6.936-2.973.065-7.079-3.016-8.229-3.598.024.309-.111 1.346-1.43.697-1.648-.812.897 4.438 1.139 4.955.388.828-3.26-4.748-4.668-5.264l2.694-.877c.434-1.304 1.573-3.606 1.701-2.85Zm33.421 40.001c-1.462-1.837.891-1.422 2.019-2.176-.717-.337-2.717-.532-3.783-.325-1.333.26-1.791-2.107-1.875-.605-.104 1.852.868 2.17 1.426 2.686l.705.669c-.749.584-.515 2.803-1.098 4.525-.542 1.604-.504 3.304.075 3.155.579-.148.488-3.035.852-3.946.743-1.856 1.87-1.562 2.804-2.978.347-.526-.678-.443-1.125-1.005Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M90.225 86.663c2.178.47 6.364 1.078 11.081 1.185.672.015 2.051-2.078 2.346-1.127.52 1.671.904 2.233 1.097 3.733-.028 2.69-.959 5.792-1.598 7.404-.8 2.015-3.46 1.898-6.43 2.989-2.97 1.091.15.422 2.682 0 2.282-.38 1.166.1.512.597-.654.497-3.37.695-3.689 2.176-.32 1.481 2.482 1.301 2.767 2.092.286.791-2.691.051-4.939.75-2.248.7-2.2 1.811-3.27-2.522-.263-3.849 2.965-3.918 4.472-4.14 3.201-.47 3.986-3.515 5.076-6.197 1.361-3.352-7.335 1.88-7.792-.223-.457-2.105 2.661-2.617 4.86-3.51 2.198-.892-1.41-1.306-5.02-2.086-3.593-.776-4.332-1.59-2.155-1.12Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M91.13 114.511c-.141-.965.001-1.508.12-2.059.12-.55 1.326 1.248 1.917 2.059.592.81.605 2.856.168 3.422-.438.566.244.077.566 1.016.321.939.308 3.049.72 4.516.412 1.466 1.718 2.07 3.951 1.917 2.572-.177 2.247-.148.837.601-1.48.786-7.13-.91-7.978-.601-.85.308-1.151 1.907.92 1.881 2.071-.026 3.942-.142 5.049.514.885.525 1.316.692.72.692h-9.507c.193-1.265.633-3.975.85-4.696.27-.9.767-1.375 1.667-1.954.901-.579.326-.812.841-1.687.515-.874.193-1.106 0-1.582s.013-.488-.103-1.44c-.116-.952-.596-1.635-.738-2.599Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M100.761 109.526c2.295.939-3.8.667-6.453 1.425-1.091.234-2.154 3.066-1.946 4.232.209 1.167-.37 2.217-.644 1.257-.616-1.408-1.002-2.082-.344-4.523.23-.848 2.873-1.516 1.262-2.464-1.288-.758-1.374-1.917-1.121-2.959 0 0 4.993-4.332 7.65-2.828 2.655 1.504-5.208 1.463-5.89 2.828-.854 1.706 7.486.568 8.149.758 1.159.331-2.938.379-6.444 2.274s2.01-1.543 5.781 0Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M75.088 53.75c.05-.573.579-3.226.182-2.65-1.525 2.554-1.239-.022-5.497 2.723-2.806 1.81 3.051 2.359 3.417 4.202.467 2.35-4.81 2.34-3.135 2.701 1.992.43 6.297-.91 6.813-2.23.194-.497-.554-.739.86-3.587.327-.658-2.704-.444-2.64-1.16Zm28.484.171c1.567-1.136 1.571-1.367 1.415-2.277-.186-1.085-11.862-.74-15.566-.502.689.868 3.776 3.888 7.377 4.161 2.694.205 5.447-.42 6.774-1.382Zm4.898-11.985c-.057-1.023-.894-.733-1.306-.46-.903 2.116-2.359 6.453-.956 6.879 1.753.53 2.33-.433 3.088-2.585s.516-3.733-.826-3.834Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M105.671 36.114c-2.196-3.204-5.318-4.683-9.536-5.157-3.324-.374-6.716 1.031-8.94 3.001-2.537 2.246-3.59 7.125-3.838 9.08-.247 1.954.6 6.72 4.79 9.151 2.36 1.37 11.901 5.297 16.743-.531 1.573-1.893 2.681-3.524 2.88-6.667.198-3.144.324-5.342-2.099-8.877Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m94.783 53.687-1.643.444c.737.257 2.406.542 3.353.673 1.391.193 3.938 0 6.13-1.25 1.555-.887 3.304-2.705 3.946-4.127l-1.799 1.14c-.657.678-2.359 2.253-3.909 3.12-1.55.867-4.698.361-6.078 0Zm4.238-22.192c-4.189-1.42-7.931-.102-9.279.735 5.659-.661 8.832 0 11.674 4.216l5.536 4.389c-.898-2.521-3.742-7.919-7.93-9.34Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M102.154 32.651c2.411 1.13 3.621 3.188 4.359 4.506 1.742 3.56 3.977 12.74-5.188 17.243l1.015-1.316c5.402-4.156 4.675-12.176 1.96-16.42-4.039-6.315-10.787-5.259-11.643-5.522 3.295-.89 7.086.38 9.497 1.51Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M88.806 42.394c-.148-.88-.678-1.678-1.136-1.867.358.807.506 1.252-.17 3.32-.676 2.067-2.903 2.436-2.232 2.692.622.236 1.374.35 2.07-.283.736-.67 1.7-2.493 1.468-3.862Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m82.304 70.576-3.51 1.103-.607 9.926a6.522 6.522 0 0 1-.85 2.602c-.544.954-.358 2.107-.247 2.639.089.425-.604 1.133-.692 1.716.578-.59 2.245-1.553 2.028-2.637-.271-1.356-.005-1.806 1.61-4.841 1.613-3.036 1.739-5.446 1.619-7.502-.096-1.645.243-2.868.649-3.006Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M82.98 74.346c-.133-.683.139-2.265.291-2.971l-2.112.594c-.1.464-.468 1.727-.076 2.784.206.555-.238 2.151-.996 2.71-.53.39.26 1.629-.656 2.58-.916.951-.948 3.511-1.112 4.834.588-.923 2.043-3.044 2.763-3.355.901-.389 5.192 1.892 4.578.837-.245-.422-2.979-.837-3.98-1.993-.77-.888-.106-1.131.36-1.672.468-.541 1.46-1.085 2.134-1.232.673-.146.518-.238.144-.669-.373-.43-1.172-1.595-1.338-2.447Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M112.309 71.486c.417-.569 1.226-2.3 1.478-3.187-1.569 1.492-4.795 3.352-6.663 3.982l1.135 2.342c1.103-.886 3.237-2.026 4.05-3.137Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m108.579 75.04.296-1.37.515-2.385c-.582.229-1.817.68-2.106.65-.36-.036-.792-1.071-1.355-2.257-.563-1.186-.246-.198-1.224.83-1.781 1.873-.833 4.215-.122 4.396-.377.86-.184 1.947-.215 3.153-.039 1.506-.222 2.966-.496 5.013.51-.544.542-1.005.833-2.351.171-.796.517-3.378.415-5.08-.022-.368-.161-1.491-.34-2.836.243.012 1.14 1.09 1.637 1.443.497.353 1.065 3.406 2.739 4.775.646.529 1.135 3.97 2.838 5.643-.374-1.364-1.353-2.522-1.017-4.846.217-1.509-2.448-4.543-2.398-4.778Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M103.639 95.012c.659-.813 1.11-2.134.756-2.683-.312.24-1.07 1.771-2.78 3.052-1.244.931-5.142 3.267-10.195 5.298l-.444 1.514c1.148-.39 3.92-1.559 5.924-2.431 2.505-1.091 5.749-3.53 6.739-4.75ZM86.42 63.117c-.175-3.115-1.777-7.609-3.421-8.573-.739-.428-1.136-.618-1.136-.618-.655-.167-3.035.581-1.76.704 1.209.117 4.676 7.314 4.78 8.818.103 1.504-.16 3.193-1.038 5.495-.702 1.842-3.664 2.695-5.076 2.86l-1.164.336c.85 1.427 3.066 1.324 5.677-.587 3.104-2.272 3.36-4.543 3.139-8.436Zm20.185 1.402c.093-1.952.654-8.932-.641-9.818l-1.159-.25s-.037.17-.331.927c.562.645.505 2.045.505 2.548 0 .77-.171 2.278-.007 3.221.45.88-.163 1.972-.205 2.63.212 3.773-.549 7.222-.802 7.751-.374.782.401.618.802 1.372 0 0 .252-.132.518-.757.265-.625 1.227-5.673 1.32-7.624Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.929 45.543c.825 1.476 1.95 1.35 2.636 1.361.04.277.28 1.39.749 2.312.47.922 1.582 2.408 7.15 4.624 0 0 .283.84-1.096.379-1.297-.434-4.233-2.142-5.09-3-2.732-2.734-1.331-2.484-2.732-2.734-.861-.154-1.899-3.447-1.617-2.942Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M95.428 100.409c-.575.23-4.256 1.714-4.256 1.714v-.315s-1.464-1.678-1.697-1.867c-.232-.188.66 1.779.352 2.66-.308.88-1.32 1.188-1.013 2.949.309 1.761.797 2.832.929 5.121.132 2.29.595 1.125.533.069-.093-1.585.251-1.848.097-2.377-.141-.482-.183-.602-.143-1.022.044-.471.14-.767.435.119.126.38.805.927.651 1.591-.066.283.445.577.35 1.804-.016.194-.304.974-.35 1.306.389-.476 1.947-1.658 1.947-2.08 0-.529-.882-.601-.882-1.173 0-.572-.397-2.037-.573-3.005-.176-.969.088-2.114.573-3.082.387-.775 3.623-2.642 3.047-2.412Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M76.245 95.336c.8-.302 3.54-.401 7.295.194 3.756.595 7.185 4.702 7.432 5.36.246.657.206 2.244.161 2.451-.044.206-.677 1.537-.41 1.897.268.36-.257 1.196-.338 1.567-.08.371-.166 1.035.066 1.56.232.525.07.739-.066.969-.101.172-.642 5.78-.976 6.952l.01.001s.062.632.202 1.032.33 1.753 0 2.578c-.412 1.031.13 4.497.13 5.219v3.353H76.616c-.008-.021-.912-2.418-.836-3.137.075-.722.191-1.321.148-1.914-.043-.593-.17-1.231-.748-1.561-.578-.33-.548-1.112-.32-1.96.227-.848-.236-3.114.32-3.61a.175.175 0 0 1 .033-.021c.049-1.726.543-9.4-.464-10.885-.432-.638.958-1.528 0-3.117-.302-.502.419-1.938-.149-2.708-.567-.77.324-1.7.454-2.103.105-.323.838-1.546 1.191-2.117Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M76.164 113.298c.226.678 3.507 2.599 2.11 2.428-2.305-.281-.132.987-1.346 1.602-1.294.656 3.588 1.089 4.42 1.025.834-.064 4.486 2.05.706 1.41-3.78-.641-5.144-.714-5.89-.961-.678-.225-1.713-.272-1.29-1.772.527-1.867.11-4.226.04-4.579-.183-.913.731-2.028 1.25-3.002.355-.668-.363-3.28 0-2.674 1.6 2.674 1.442 3.501 1.09 3.875-.72.766-1.373 1.801-1.09 2.648Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M89.362 102.263c-.356-1.39-5.605-5.886-3.452-5.122 2.147.763 5.339 4.673 5.353 4.69.026 1.009-.283 2.057-1.618 2.498-.765.253.308 1.488 0 1.955-1.28 1.945.77 2.839.77 3.129 0 1.922-.159 3.15-.887 6.985.385.675.715 2.43.513 3.215-.263 1.018-.226 2.501.17 3.334.395.833.373 1.412 0 2.053-.3.512.056.891.18 1.275.124.384-.569.724-.35 1.344.153.435.22.85-.253.85H76.382c-.193-.47-.641-1.38-1.205-2.405-.705-1.282.448-1.986.705-3.203.256-1.217.352-.453 1.104.43.54.634-.143 1.107-.143 2.773 0 1.665 1.837 1.593 2.947 1.282 3.14-.881 8.093 1.029 8.981.411 1.534-1.069-4.205-2.681-1.671-2.447 2.428.224 1.083-.271 1.403-1.232.32-.961-.32-3.075-1.31-3.78-.99-.705-1.283-.577-.74-1.218.543-.64.128-1.217-.543-1.857-.538-.513-2.701.653-1.678-.676 3.75-2.838 5.126-9.413 3.295-10.392-2.288-1.223-7.943-2.183-5.647-2.591 2.848-.28 8.16 3.585 5.313 1.147-2.847-2.437-6.603-3.295-5.472-3.369.648-.042 8.087 2.658 7.641.921Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M77.774 95.461c-1.746-.116-2.393.947-2.499 1.492-.222-.483-.057-1.246.09-1.758.147-.513 1.106-.831 2.04-1.047 1.298-.3 5.3.384 7.445 1.136 2.968 1.04 4.52 2.753 5.57 3.778 1.048 1.024 1.396 1.934 1.39 2.295-.004.29-.302.503-.521.903-.62-1.161-2.534-3.188-4.66-4.633-2.694-1.833-6.673-2.021-8.855-2.166Zm18.207-41.268c-5.151-.972-8.151-3.833-9.008-5.142a92.935 92.935 0 0 1-.412-2.148c1.11-.448 1.489-.734 2.23-2.594.741-1.86-.152-3.409-.917-3.92.151-.695.447-1.343 1.21-2.107 1.882-1.884 3.929-2.998 7.646-2.998 4.495 0 6.509.93 8.914 4.176 2.406 3.246.742 8.131.147 9.667-.594 1.536-3.371 6.28-9.81 5.066Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M104.572 48.978c2.497-4.566.821-8.443-.399-9.576-.619-.575.943 2.255 1.09 4.295.231 3.21-1.815 6.545-.691 5.28Z"/>
|
|
42
|
+
<circle cx=".446" cy=".446" r=".446" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 130.85 494.325)"/>
|
|
43
|
+
<circle cx=".446" cy=".446" r=".446" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 138.908 505.984)"/>
|
|
44
|
+
<circle cx=".893" cy=".893" r=".893" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 153.953 496.094)"/>
|
|
45
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M94.014 84.335c1.724.394 6.157 1.026 8.158 1.293-1.496.246-2.403 0-5.048.252-2.586.246-3.356-.622-5.11-1.268-1.755-.646-.154-.77 2-.277Zm-6.354 10.08c-5.175-2.302-8.458-2.58-9.855-2.302.17-1.465 1.727-1.254 2.34-1.176 2.074.263 6.893 2.25 7.515 3.478Z"/>
|
|
46
|
+
<circle cx="42.817" cy="66.038" r="11.057" fill="var(--sapContent_Illustrative_Color22)"/>
|
|
47
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M53.774 89.816c.96.16 2.108.743 2.708 1.277h-8.598l2.49-1.877c.734.133 2.44.44 3.4.6Z"/>
|
|
48
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M56.483 91.092c-.6-.877-5.146 0-5.146 0l-2.166 10.839c1.504-.049 4.658-.41 5.235-1.465.578-1.054 2.677-8.496 2.077-9.374Z"/>
|
|
49
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M26.164 55.94c3.969-5.625 12.19-4.877 14.615-4.264 2.662.673 8.711 3.136 7.815 4.63-.253.422-3.744-.22-4.978.348-.986.455-4.33 2.04-3.73 7.044-1.024 1.193 1.383.509 2.537 1.464s-.498 2.818.536 3.256c1.801.762 1.642 3.168 7.298 5.789 0 .201-1.328 1.131-3.252 2.256 1.856 1.05 3.328 2.428 3.71 4.13.9 4 2.6 9.3 3 10.999.4 1.7 0 8.698-.7 11.598-.56 2.319-1.3 6.965-1.6 8.998-4.432-1.7-13.737-5.039-15.496-4.799-1.76.24-4.266.499-5.3.599l-1.527-30.735c-2.704-2.019-5.177-4.515-5.881-6.79-1.552-5.014-.654-9.41 2.953-14.522Z"/>
|
|
50
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M51.54 70.229c2.498-4.566.822-8.443-.399-9.576-.618-.575.944 2.255 1.09 4.295.231 3.21-1.814 6.545-.69 5.28Z"/>
|
|
51
|
+
<circle cx=".893" cy=".893" r=".893" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 289.02 250.991)"/>
|
|
52
|
+
<circle cx=".433" cy=".433" r=".433" fill="var(--sapContent_Illustrative_Color8)" transform="scale(-1 1) rotate(-12.183 279.516 243.818)"/>
|
|
53
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M28.536 53.54c-3.731 2.357-5.348 7.168-5.895 10.003l1.69 12.274h24.537c-.323-.598-3.272-1.168-4.768-2.553-2.957-2.736-8.585-.889-4.583-3.243 1.595-.939 2.292-2.729 2.002-3.502-.29-.773-10.215-3.006-11.113-3.518-2.238-1.276.574-3.008-1.047-4.81-3.815-4.242 4.378-5.289 4.974-6.77-2.672.415-3.87.903-5.797 2.12Z"/>
|
|
54
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M24.228 128.477c-1.2-1-1.206-1.367-2.006-3.267-.63-1.495-.278-7.634-.012-10.655 1.187-6.156 7.811-5.142 8.61-5.242.8-.1 15.725 3.129 18.325 5.628 2.08 2 1.922 10.97 1.422 13.536H24.228Z"/>
|
|
55
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M42.792 115.283c1.15.438 3.207 2.683 3.96 3.526-3.033-.616-9.588-2.622-11.544-2.86-4.316-.526-2.736 2.69-6.29 2.69-1.56 0-1.394 1.707-1.78 3.352-.576 2.461 3.02.641 3.43 2.763.328 1.696.796 1.488 1.823 3.723h-9.106c-1.484-.533-2.23-4.905-2.23-6.872 0-.918.225-3.454.937-5.09l11.632-4.379c2.577.866 8.019 2.709 9.168 3.147Z"/>
|
|
56
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M30.85 116.235c-2.274 1.213-7.336 1.582-9.294 1.624 0 0-.055-.17.276-.984.332-.813 11.812-10.738 11.761-7.404-.063 4.168.099 5.249-2.743 6.764Z"/>
|
|
57
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M34.017 77.226c.392-1.021 7.207-2.676 8.506-.425.25-.546.537-1.721-.327-2.061-1.08-.426-5.66-.328-8.735 0-3.076.327-2.585 1.897-3.141 2.06-.445.132.185 6.991.556 10.404.698 8.147 2.327 22.19 2.327 23.786 0 1.996.29 2.878 1.73 3.205 1.44.327 9.586 2.454 9.586 2.29 0-.163-.262-.392-.622-1.341s-2.977-1.767-4.973-2.519c-1.995-.753-2.453-1.276-1.276-1.276 1.178 0 2.814.196 5.006.785s2.486 1.243.916-.785c-1.57-2.029-7.852-1.44-7.361-1.669.49-.229 1.309.033 1.21-.458-.098-.491-.556-.589-1.21-.752-.654-.164-1.734-1.014-.654-1.113.863-.078 10.745 2.903 14.3 3.633-.217-.469-2.688-3.115-4.389-3.926-2.127-1.014-9.257-1.212-9.911-1.539-.655-.327-1.833-15.867-.72-21.494 1.112-5.628-1.309-5.53-.818-6.805Z"/>
|
|
58
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M35.82 72.796c-2.159-.24-4.498.566-5.398 1v3.299l5.399-1.8c1.68-.56 8.92-.171 13.352.295-3.933-.88-4.173-1.19-6.014-1.84-1.772-.626-4.639-.654-7.338-.954Z"/>
|
|
59
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m31.235 66.254 2.753 7.739-2.754.558c-.892-11.46-2.12-10.455-5.468-11.46 3.601-.624 5.084 1.538 5.469 3.163Z"/>
|
|
60
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M62.854 58.994c.529.882 3.784 2.821 3.526 3.702 2.41 0 7.37-.176 7.933-.88.706-.882-.263-2.822.142-5.417.285-1.829-1.296-2.226-1.12-3.196.176-.97-1.38-4.163-2.097-5.55-.787-1.521-1.502-1.098-1.144 1.856-.691-3.55-.975-3.879-1.775-3.737-.918.163-.68 1.851-.299 4.381-.336-1.12-.91-3.565-1.08-4.381a1.017 1.017 0 0 0-1.184-.838c-.684.168-.881 1.287-.405 4.575-.264-1.057-1.055-3.282-1.954-2.717-.834.525-.247 4.661.81 8.892-1.217-1.246-2.006-2.371-2.812-1.93-.637.349.93 4.359 1.459 5.24Z"/>
|
|
61
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M62.76 56.444c-1.83-1.02-.38 1.574-.02 2.364.36.79 1.669 1.773 2.588 2.454 1.148.85 8.876.5 9.258-.648.307-.92.014-2.374-.241-2.984-.922.099-2.825.303-4.103 0-1.065-.253-1.536-.242-2.823 0-1.212.228-1.155.687-2.091.687-.936 0-.739-.852-2.568-1.873Z"/>
|
|
62
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M36.652 78.903c.32-2.32 3.087-3.597 4.486-3.896 2.4 0 8.271.632 9.39.632.1-1.2 4.387-1.143 5.887-1.143.1-.7 2.4-.2 3.6 0 .08-1.04 1.966-1.7 2.899-1.9l2.5-6.699-.8-3.399c.166-.5.68-1.72 1.4-2.6.9-1.1 2.999-1.4 5.698-.7 2.7.7 3.3 3 3.3 4.2 0 1.2-.6 8.698-1.2 13.597-.6 4.9-8.898 7.399-10.298 8.499-1.4 1.1-5.3 3.3-8.599 4.1-2.64.639-3.699 1.665-3.899 2.099-1.433.433-4.859 1.26-7.099 1.1-2.799-.2-3.899-2.2-6.698-4.5-2.8-2.3-.967-6.49-.567-9.39Z"/>
|
|
63
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M35.346 77.65c.537-1.064 1.926-2.972 2.951-3.289.317-.112 4.088-.723 6.99.914-4.915-.544-6.655.118-8.16 3.27-.605 1.264-.712 5.047.74 8.947.848 2.279 2.093 5.533 4.474 6.416 1.326.037 1.59-.798 2.299-.269.709.53 6.071-1.098 6.753-2.763l1.55-.699c0 .503-.97 1.888-1.91 2.737-1.173 1.062-6.46 3.919-11.434.725-2.652-1.703-4.718-7.282-4.975-9.277-.44-3.418-.175-4.934.721-6.711Z"/>
|
|
64
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M45.56 108.333c-1.536-.888-12.684-1.332-18.065-1.443-.226 1.11-.542 3.352 0 3.441.677.111 11.63 3.33 14.565 4.551 2.348.977 7 5.81 9.032 8.104 1.187-.339 1.185-9.5 1.005-10.211-.226-.888-4.618-3.332-6.537-4.442Z"/>
|
|
65
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M40.618 108.207c-4.818-.411-6.73-.406-8.207-.406-.5 0-1.018.177-1.214.999-.156.657 0 2.384 0 3.375.21-.352.744-1.135 1.214-1.448.587-.391 5.398 2.083 8.449 2.982-1.006-1.295-2.36-2.496-4.89-3.373-2.719-.941-1.233-.847-.742-.792 1.7.189 2.678.276 5.39-1.337Zm3.678 12.529c-.985-.464-2.158-1.324-1.964-1.517 3.187 0 6.948 1.701 8.542 3.367 1.275 1.333 1.42 4.443 1.082 5.891H49.13c-.29-1.762-.126-4.79-.996-5.891-1.086-1.377-2.607-1.27-3.839-1.85Z"/>
|
|
66
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M32.117 123.239c2.285-4.879 4.528-6.15 7.459-6.364 1.96-.143 6.835 1.43 7.913 2.197 1.077.766 1.255.609 3.376 3.483-5.816-3.764-11.774-4.53-14.642-1.848-2.868 2.682-3.755 4.477-3.755 7.77h-1.501c0-1.272.327-3.479 1.15-5.238Z"/>
|
|
67
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M12.578 66.994c.466-.934 7.527-2.82 11.271-3.695 2.681-.656 4.464-.152 5.493.895 1.197 1.218 1.508 2.897 1.946 6.544.437 3.646 1.85 30.178 2.142 37.471.266 6.635-.95 7.271-3.237 7.721-1.86.366-8.386 1.045-12.324 1.483-3.938.438-4.85-.171-5.297-1.313-.421-1.075-.392-24.358-.538-36.027-.194-3.938.077-12.146.544-13.08Z"/>
|
|
68
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M14.455 67.027c.386-1.158 1.518-1.498 2.65-1.94-4.904 1.385-4.906 2.074-5.257 3.257-.28.947-.117 8.325 0 11.89 4.252 2.952 13.426 7.946 13.426 3.755 0-5.939.2-6.109-1.374-6.956-2.852-1.532-9.641 1.74-9.641-1.007 0-1.47-.286-7.553.196-9Z"/>
|
|
69
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M13.159 117.634c.73.236 6.677-.402 9.879-.765.701-.079 1.32-.129 2.045-.716.726-.586.53-1.452.53-2.541V95.824c0-3.184.336-14.354 0-15.778-.263-1.121-1.032-1.815-2.373-2.318-1.34-.502-2.29-.308-3.602 0-1.037.243-4.72 1.173-6.2 1.48-1.48.308-2.094 1.313-2.373 1.927-.28.614-.252 3.853-.252 6.06 0 2.205.252 25.524.252 27.814 0 2.29 1.748 2.513 2.094 2.625Z"/>
|
|
70
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M18.214 78.093c.072-.027.153-.05.24-.066.85-.234 1.741-.507 2.864-.61 1.229-.11 2.605.401 3.456 1 .85.598.505 2.61.505 4.274v27.784c0 3.962.17 5.132-1.003 5.523-.686.228-1.287.307-2.153 0-.865-.307-1.539-1.211-1.647-2.594-.069-.877.223-15.767.223-21.63 0-5.865.224-11.702-.838-13.15-.422-.577-.987-.671-1.407-.596l-.24.065Z"/>
|
|
71
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M25.197 65.28c-1.436-1.795-5.664-.711-8.424-.11 7.58-2.14 8.814-2.705 11.12-1.86 2.767 1.014 3.225 2.503 4.194 14.958.417 5.365 2.438 32.378 1.195 35.324-1.242 2.945-4.115 2.527-8.259 3.033 1.123-.444.975-1.62.982-2.444.095-11.408.198-30.422.198-32.527 0-2.263.788-14.132-1.006-16.375Z"/>
|
|
72
|
+
<circle cx="36.56" cy="64.507" r="5.094" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
73
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M31.737 62.698a4.242 4.242 0 0 1 3.024-2.921l1.41-.268c-.58.112-1.896.976-2.653 1.768-1.617 1.69-1.14 4.907 0 6.19 1.464 1.646 6.31 1.21 7.304-.156-.338 1.014-2.088 2.185-3.774 2.4-1.34.17-2.594.07-3.927-1.257-1.472-1.466-2.06-3.533-1.384-5.756Z"/>
|
|
74
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M31.737 62.698a4.242 4.242 0 0 1 3.024-2.921l1.41-.268c-.58.112-1.896.976-2.653 1.768-1.617 1.69-1.14 4.907 0 6.19 1.464 1.646 6.31 1.21 7.304-.156-.338 1.014-2.088 2.185-3.774 2.4-1.34.17-2.594.07-3.927-1.257-1.472-1.466-2.06-3.533-1.384-5.756Z"/>
|
|
75
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M37.048 69.71c-1.34.17-2.594.07-3.927-1.256-1.157-1.152-1.768-2.675-1.648-4.353.065-.914.523.975 1.049.854.124 1.015.496 1.95.996 2.512 1.464 1.646 6.31 1.21 7.304-.156-.338 1.014-2.088 2.185-3.774 2.4Z"/>
|
|
76
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M60.3 75.88c-2.07 0-2.56-1.152-3.883-1.395.095-.89 3.67.095 4.207.095.537 0 .448-.675 1.176-1.02.729-.345 1.564.17 3.25.783 1.349.49 1.466 3.8.807 4.718-.09-.805-.506-2.568-1.456-3.18-1.188-.767-2.606-1.189-2.874-.997-.268.192 2.49 1.475 2.223 2.659-1.55-1.234-2.4-1.663-3.45-1.663Zm-2.173 10.723c1.449.504 10.264-4.86 12.61-5.081-8.233 5.576-12.897 7.207-16.857 8.592-2.402.84-2.227.82-3.015 1.845-.788 1.024-5.836 2.14-6.23 1.667-.393-.472-.124-1.806 0-2.691.078-.546 1.53-1.295.244-.994-2.405.563-.162 3.43-1.973 3.902-1.812.472-4.004-1.49-4.476-2.908-.473-1.418-.741-1.676-1.49-2.464-.597-.628-1.5-3.677-.98-4.88.567-1.314.197-1.328.276-3.375.078-2.048 1.009-.266 2.865-2.893 1.236-1.75.554.917-.391 1.704-.945.788-1.573 6.073-.777 5.263.93-.946 4.11-4.776 5.686-4.618 1.575.157 1.181 3.544 1.26 5.592.079 2.048 1.085 2.672 2.188.467 1.102-2.205 1.514-.467 1.041 2.447-.472 2.914.552 1.654 1.34.551.787-1.102 2.6-6.403 2.205-11.051 1.29.63 1.77 6.861 0 10.5-1.33 2.734.978 1.733 2.553.551 1.576-1.181 1.024-1.024 1.26-2.126.237-1.103.849-.63 2.66 0Z"/>
|
|
77
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M10.851 111.545c0 3.673 0 5.712 2.358 6.086-1.939-.684-1.77-1.394-1.523-8.826.31-9.324 2.026-21.733.858-23.383-2.474-3.493-.24-5.228-1.22-4.775-1.452.672-.473 26.99-.473 30.897v.001Z"/>
|
|
78
|
+
</svg>
|
|
79
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Tools" 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="M78.39 70.14h-.004v.005l.005-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m65.6 77.95 11.638-7.087.656-.4c.147-.062.472-.302.492-.314l-.039.012c.043-.031.093-.062.136-.093l.03-.023c.07-.04.14-.074.206-.117l3.738-2.326c-.031.012-.07.023-.101.035.116-.05.225-.105.31-.167.911-.678-.496-1.85-3.148-2.613-2.648-.764-5.54-.834-6.455-.155-.012.008-.02.02-.031.027l-3.8 2.412c-.043.027-.074.05-.108.077l-13.23 8.053-26.038-7.208-.558.256 15.128 13.93-2.093 1.276-3.238 4.827-.035.05-1 1.497-.477.718 1.474-.443.527-.158 2.303-.698 7.68-2.334 6.6 6.075.751-.108 32.091-8.522-23.406-6.475-.004-.004Zm-20.464-2.268 6.96 1.9h-.008l-6.94-1.892-.008-.008h-.004Zm.597.55 5.924 1.613-2.508 1.528-3.416-3.14Zm8.921 8.208 4.97-2.85 1.784-1.085 14.268 3.889-16.455 4.25-4.563-4.2-.004-.004Zm4.614 4.242 17.195-4.44h.015-.007l-14.637-3.997h.008L76.49 84.24l-17.218 4.447-.004-.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M61.01 76.66h-.004s0-.01-.009-.01h.013v.01Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M61.01 76.659h-.004s0-.005-.009-.005c0 0 .009.005.013.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M52.944 69.784s5.82 6.967 8.06 6.886l-10.387 6.385-1.923-2.062 3.684-10.817.566-.392Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M55.646 74.643c-.59-.469-1.252-.574-1.818-.55h.213c.109.007.221.011.326.034h.008c.077.012.15.028.228.043a2.839 2.839 0 0 1 .694.264c.113.066.229.143.334.228.577.462.845 1.067.957 1.617-.104-.558-.356-1.174-.942-1.636Zm-5.858 7.336c-.601-.481-.911-1.16-.845-1.722l-1.086 3.183-.566 1.671 1.504-.93 2.815-1.745c-.539.163-1.237.012-1.822-.45v-.007Zm10.139-5.657a3.241 3.241 0 0 0-.954.105 4.093 4.093 0 0 0-.837.299 4.53 4.53 0 0 1 1.763-.365l.008-.008c.55.035.919.206 1.066.29l.047-.03c-.132-.078-.516-.256-1.094-.291Zm-7.278-2.303a.757.757 0 0 0-.062.163c.039-.082.07-.16.097-.24-.008.027-.023.05-.035.077Zm-.147.364.015-.011v-.016l-.015.027Zm.388-.985c-.066.167-.116.357-.206.543.446-1.152.462-2.144.365-2.83-.012-.074-.027-.136-.035-.183-.016-.042-.02-.077-.027-.097v-.015a2.15 2.15 0 0 0-.105-.295c0-.008 0-.023-.011-.035a2.693 2.693 0 0 0-.342-.53c.09.1.233.263.36.5.311.554.563 1.511 0 2.942Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m86.039 70.83-.799.323-31.199-17.99.64-.438L86.03 70.83h.008Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m68.82 80.238-.728.279 17.144-9.363.799-.322-17.218 9.406h.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m57.182 77.29-.132.085c-.046.035-.093.066-.147.105a7.215 7.215 0 0 1-.341.209l29.52-36.693.085.027c.082.023.16.043.244.062.163.039.338.074.508.097l.256.035h.05c.067.008.129.012.194.012.26.023.508.023.733.011L59.857 76.417l-.02.031-.007.008c-.45 0-1.07.078-1.764.365a6.05 6.05 0 0 0-.896.473h.012v-.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M81.824 37.53a.983.983 0 0 1-.058-.131l-.008-.012-.007-.011s-.008-.016-.008-.024c-.012-.004-.012-.015-.012-.015l-.007-.024s-.012-.027-.02-.038c-.007-.012-.007-.024-.007-.024l-.012-.023-.008-.023v-.012l-.008-.008v-.007h-.007l-.012-.027-.016-.035v-.008l-.007-.015-.012-.024v-.008l-.012-.015v-.012h-.007v-.007l-.012-.028v-.011l-.008-.012-.011-.023v-.035s0-.02-.012-.031c-.008-.039-.023-.07-.035-.109v-.007c-.008-.047-.027-.09-.039-.132v-.027a2.496 2.496 0 0 1-.034-.097.263.263 0 0 0-.012-.047v-.015l-.008-.024v-.015s-.011-.031-.011-.043c0-.023-.012-.066-.012-.066v-.011a3.142 3.142 0 0 1-.105-.558 4.264 4.264 0 0 1-.035-.543 3.593 3.593 0 0 1 .334-1.516l-.074.089-29.055 36.111-3.524 10.364-.04.108-1.088 3.21-.52 1.54 1.508-.927 2.885-1.772v-.015c-.028.015-.05.02-.078.027-.531.167-1.237.015-1.822-.45a2.324 2.324 0 0 1-.78-1.12l3.676-10.492c.066.093.05.078.12.221 0 .012 0 .027.012.04.02.042.039.092.054.142.229.582.372 1.486-.046 2.734-.074.233-.182.504-.28.764l-.07.186 1.098-1.28 28.303-35.495.011-.015c-.019-.039-.046-.081-.062-.124v.008Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M56.565 77.69c.035-.228.07-.693-.027-1.224 0-.031-.012-.058-.012-.09-.116-.55-.384-1.15-.961-1.616-.109-.086-.225-.155-.338-.229-.066-.035-.131-.07-.201-.1a2.272 2.272 0 0 0-.489-.167 4.566 4.566 0 0 0-.228-.043H54.3a2.372 2.372 0 0 0-.326-.031h-.008c-.07 0-.14-.008-.205 0h-.023c-.05 0-.093 0-.136.008-.5.035-.92.163-1.132.244L81.976 37.76l.011-.016c.147.252.31.5.496.74.171.23.361.45.578.664.09.093.19.194.295.283.046.042.1.089.15.131.075.07.156.128.23.19.736.59 1.547 1 2.353 1.241l-.015.023-29.497 36.678h-.012v-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M87.283 35.402c-2.252-1.547-3.14-3.92-2.877-5.455l-3.989 5.168c-1.369 1.71.081 3.89 2.365 5.847 2.284 1.958 5.343 2.683 7.006.45l3.885-4.94c-1.047.927-3.986.586-6.39-1.07Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M93.89 36.193c.954-1.446-.396-4.02-3.013-5.75-2.617-1.725-5.517-1.953-6.475-.507-.957 1.446.396 4.02 3.013 5.75 2.617 1.725 5.517 1.953 6.475.507Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M92.85 36.372c.462-.54.047-1.644-.922-2.478-.973-.834-2.133-1.074-2.594-.539-.461.54-.047 1.644.923 2.478.973.833 2.132 1.074 2.594.539Zm-53.43.233 27.06 52.639 32.09-18.029-59.15-34.61ZM54.7 52.722l31.35 18.106-17.217 9.406L54.7 52.726v-.004Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m39.42 36.605-.558.538 26.865 52.33.752-.229-27.058-52.64Zm19.545 30.373L56.317 68.4l.19.353 2.645-1.423-.19-.352h.003ZM48.57 49.193l-1.647.884.19.353 1.648-.884-.19-.353Zm5.432 10.554-1.655.892.19.353 1.655-.888-.19-.353v-.004Zm-2.806-5.451-1.652.888.19.353 1.652-.888-.19-.353Zm5.467 10.61-1.633.876.19.353 1.633-.876-.19-.353Zm2.755 5.313-1.648.884.19.353 1.648-.884-.19-.353Zm2.652 5.168-1.635.88.19.353 1.636-.88-.19-.353Zm2.695 5.238-1.632.876.19.353 1.632-.876-.19-.353Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m89.447 41.877-.88.632c-.694.547-.977-.054-2.233.264a.742.742 0 0 0-.155-.035c-.066 0-.221-.059-.287-.066-.02 0-.047-.016-.062-.016-.082-.015-.05-.027-.136-.038-.17-.028-.132-.05-.295-.09-.089-.015-.116-.042-.198-.066l-.255-.097L66.47 65.341l1.857.438-4.253 5.475c.097.143.694 1.337.694 1.337l5.172-6.432 18.3-22.755.683-.849c.158-.135.515-.678.515-.678h.008Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m59.24 61.506 20.948-26.042.016-.043c-.225.469-.314.67-.326 1.21 0 .182.415.22.434.403.016.186.055.372.105.558v.012l.012.066c0 .011.007.03.011.042v.016s0 .011.008.023v.016s.012.034.012.046c.011.035.023.066.035.097v.027c.011.043.03.085.038.132v.008c.012.038.027.07.035.108.008.012.012.016.012.031 0 0-.268-.174-.268-.17l.272.178v.008l.007.008v.007s.008.012.012.024c0 0 0 .007.008.011v.012s.008.015.011.027v.008h.008v.011s.012.012.012.016v.008s.008.011.011.023l.008.015v.008l.016.035.011.027h.008v.008l.008.008v.011s0 .012.008.024l.011.023s0 .011.008.023.012.027.023.039l.008.023s0 .012.012.016c0 .007.007.015.007.023 0 0 0 .004.008.011l.008.012a.99.99 0 0 0 .058.132c.295-.159-.077.198-.058.236l-.163.388L60.64 64.255"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M60.613 64.26 80.86 39.09l.012-.016c.148.252.31.5.496.74.171.23.361.45.578.664.09.093.19.194.295.283.046.042.1.089.151.132.074.07.155.127.229.19.736.589 1.547 1 2.353 1.24l-.015.023-18.483 22.972"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M90.393 36.997c-1.09-.31-2.369-.923-3.35-1.699-1.485-1.178-2.555-2.314-2.884-3.81l-4.16 5.171c-.202 1.078.694 2.78 2.721 4.385 1.152.915 2.323 1.346 3.241 1.5l4.87-5.547h-.438Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M80.192 37.752c.171.872.807 1.842 1.811 2.838l4.536-5.498c-.826-.868-1.655-1.624-2.066-2.64l-4.277 5.308v-.008h-.004Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M87.47 42.857c-1.31 0-2.92-.512-4.428-1.504-2.745-1.81-3.862-4.385-2.834-5.936l-.012.023c-.713 1.443.465 3.916 3.044 5.614 2.574 1.698 5.463 1.931 6.378.543l-.074.112c-.465.702-1.004 1.156-2.074 1.156v-.008Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m67.006 82.485-2.655 1.427.33.605 2.655-1.427-.33-.605Zm-2.694-5.226-2.656 1.427.33.604 2.656-1.426-.33-.605Zm-2.714-5.229-2.656 1.426.33.605 2.656-1.427-.33-.605Zm-2.776-5.234-2.656 1.427.33.605L59.15 67.4l-.33-.605Zm-2.676-5.25-2.656 1.427.33.605 2.656-1.427-.33-.605Zm-2.71-5.204-2.656 1.427.33.604 2.656-1.426-.33-.605Zm-2.62-5.132-2.656 1.427.33.605 2.655-1.427-.329-.605ZM48 46.002l-2.655 1.427.33.605 2.655-1.427-.33-.605Z"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Tutorials" 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="m86.688 83.474-53.24 9.507a2.04 2.04 0 0 1-1.21-.16l-3.014-1.4-3.778.588a3.108 3.108 0 0 1-.486.032c-.17 0-.354-.016-.533-.04a5.101 5.101 0 0 1-.514-.1 2.845 2.845 0 0 1-.433-.154l-6.31-3.002a.784.784 0 0 1-.263-.175c-.052-.06-.071-.116-.055-.171.015-.052.063-.1.147-.14.083-.04.195-.071.346-.091l3.71-.546-11.19-5.207c-.685-.318-.541-1.325.203-1.44l42.034-6.477a3.084 3.084 0 0 1 1.222.055l33.384 8.316c.322.08.31.546-.02.605Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M88.55 34.172a1.6 1.6 0 0 1 .625.1 2.078 2.078 0 0 1 1.017.837c.124.196.215.41.271.638l.993 4.319-64.57 3.887-.834-4.8a1.679 1.679 0 0 1 .024-.722 1.563 1.563 0 0 1 .825-1.025 1.81 1.81 0 0 1 .702-.184l60.946-3.05Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m26.882 43.954 64.566-3.884 8.298 36.084c.056.243.064.482.04.702-.028.219-.1.426-.203.606a1.38 1.38 0 0 1-.41.442 1.331 1.331 0 0 1-.579.216l-62.43 7.823a1.932 1.932 0 0 1-.773-.06 1.9 1.9 0 0 1-.686-.35 2.199 2.199 0 0 1-.522-.579 2.06 2.06 0 0 1-.283-.75l-7.014-40.25h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M36.169 85.943a2.007 2.007 0 0 1-.774-.06 2.035 2.035 0 0 1-.686-.35 2.155 2.155 0 0 1-.805-1.332L26.89 43.954l-.834-4.8a1.576 1.576 0 0 1-.028-.36 1.65 1.65 0 0 1 .156-.657c.044-.1.108-.196.171-.28L25.3 39.233c-.064.088-.12.18-.172.275a1.579 1.579 0 0 0-.155.65c0 .116 0 .236.028.355l.821 4.75 6.894 39.803c.044.271.144.518.28.742.135.223.315.418.514.574.203.155.43.271.678.347.247.072.506.096.766.06l61.866-7.816 1.779-.857-62.43 7.823v.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M100.041 70.551a1.031 1.031 0 0 1-.135.403.914.914 0 0 1-.271.295.921.921 0 0 1-.391.143L31.16 79.443a1.39 1.39 0 0 1-.53-.044 1.394 1.394 0 0 1-.474-.235 1.524 1.524 0 0 1-.363-.387 1.41 1.41 0 0 1-.204-.506l-1.818-9.24a1.258 1.258 0 0 1 .004-.518 1.147 1.147 0 0 1 .558-.761c.148-.084.307-.14.49-.156l67.733-6.823a.961.961 0 0 1 .435.052c.14.044.28.116.399.216a1.457 1.457 0 0 1 .522.794l2.102 8.253c.039.164.051.323.035.47l-.008-.007Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M99.532 71.31a.368.368 0 0 1-.092.036c-.032.012-.064.02-.096.028s-.068.012-.1.016l-68.079 8.05a1.39 1.39 0 0 1-.53-.043 1.392 1.392 0 0 1-.475-.236 1.524 1.524 0 0 1-.363-.386 1.41 1.41 0 0 1-.203-.507l-1.818-9.239c-.02-.1-.028-.2-.024-.295 0-.096.016-.187.036-.275a1.56 1.56 0 0 1 .103-.255c.044-.08.092-.156.152-.22a4.663 4.663 0 0 0-.112.132l-.028.028-.191.215a1.251 1.251 0 0 1-.068.072c-.016.02-.04.044-.056.064a1.06 1.06 0 0 0-.064.068l-.147.167s-.012.012-.016.02l-.06.06c-.008.012-.016.02-.028.032l-.367.41a1.35 1.35 0 0 0-.151.22 1 1 0 0 0-.1.25 1.53 1.53 0 0 0-.04.276c0 .092.004.191.028.291l1.787 9.14a1.477 1.477 0 0 0 .562.88c.14.105.299.184.466.232a1.3 1.3 0 0 0 .527.04l.793-.773-.793.777 67.47-8.079c.035-.004.067-.012.099-.016a.433.433 0 0 0 .096-.028c.031-.012.06-.023.087-.035a.452.452 0 0 0 .084-.048l1.79-1.125-.083.048.004.008Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M63.448 68.95c.056.08.111.164.16.252.047.088.095.175.135.267a3.047 3.047 0 0 1 .243.921 2.924 2.924 0 0 1-.016.666c-.016.108-.04.212-.068.311a2.515 2.515 0 0 1-.27.606 2.184 2.184 0 0 1-.982.846 2.441 2.441 0 0 1-1.387.16 2.787 2.787 0 0 1-.686-.212 3.31 3.31 0 0 1-.622-.375 2.944 2.944 0 0 1-.527-.518 3.629 3.629 0 0 1-.203-.283 2.871 2.871 0 0 1-.307-.634 2.567 2.567 0 0 1-.096-.343 3.548 3.548 0 0 1-.056-.351 2.421 2.421 0 0 1 .02-.666 2.43 2.43 0 0 1 .347-.913 2.18 2.18 0 0 1 .43-.49 2.18 2.18 0 0 1 .56-.348c.203-.088.43-.147.67-.171.254-.028.51-.016.76.036.252.052.491.131.722.247a3.155 3.155 0 0 1 1.169 1.005l.004-.012Zm-1.551 3.657c.303-.035.574-.131.81-.275.234-.143.434-.339.585-.57.152-.231.255-.49.307-.778a2.25 2.25 0 0 0-.028-.905 2.7 2.7 0 0 0-.992-1.539 2.518 2.518 0 0 0-.802-.415c-.287-.087-.586-.12-.89-.087a1.93 1.93 0 0 0-1.399.833c-.155.227-.26.49-.31.778a2.24 2.24 0 0 0 .023.909 2.64 2.64 0 0 0 .997 1.543c.243.183.518.327.805.415.288.087.59.12.89.083"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M60.884 68.045c.303-.032.602 0 .89.088.286.088.557.227.8.415a2.684 2.684 0 0 1 .993 1.54c.068.31.076.617.029.904a2.015 2.015 0 0 1-.308.778 1.906 1.906 0 0 1-1.395.845c-.3.032-.602 0-.89-.084a2.459 2.459 0 0 1-.805-.414 2.815 2.815 0 0 1-.63-.674 2.555 2.555 0 0 1-.367-.87 2.341 2.341 0 0 1-.024-.909c.052-.287.16-.55.311-.777.152-.228.351-.419.59-.563.24-.143.51-.239.81-.27l-.004-.009Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.215 65.291c.143-.016.287 0 .422.044.136.044.272.116.387.207.116.092.224.208.311.335a1.351 1.351 0 0 1 .224.886 1.006 1.006 0 0 1-.128.386.863.863 0 0 1-.646.415l-33.882 3.804a2.517 2.517 0 0 0 .096-.638c0-.111 0-.223-.012-.339a2.606 2.606 0 0 0-.056-.347 2.886 2.886 0 0 0-.323-.841 2.655 2.655 0 0 0-.16-.251l33.767-3.665v.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M35.12 70.784c.092-.008.18 0 .267.024a.75.75 0 0 1 .423.315.78.78 0 0 1 .103.251l.69 3.438a.65.65 0 0 1 0 .263.6.6 0 0 1-.526.479.664.664 0 0 1-.267-.025.792.792 0 0 1-.24-.12.714.714 0 0 1-.183-.195.7.7 0 0 1-.104-.25l-.69-3.446a.648.648 0 0 1 0-.263.581.581 0 0 1 .284-.391.623.623 0 0 1 .247-.08h-.004Zm-2.448.265a.774.774 0 0 1 .271.024.75.75 0 0 1 .423.315.78.78 0 0 1 .103.251l.686 3.45a.668.668 0 0 1 0 .267.557.557 0 0 1-.1.227.624.624 0 0 1-.435.251.658.658 0 0 1-.266-.024.79.79 0 0 1-.427-.315.65.65 0 0 1-.104-.255l-.685-3.457a.651.651 0 0 1 0-.264.585.585 0 0 1 .283-.394.566.566 0 0 1 .247-.08l.004.004Zm26.195-1.771c-.032.1-.056.207-.072.31a2.423 2.423 0 0 0-.02.666c.012.116.028.232.056.351.027.12.06.232.095.343.036.112.084.22.136.327a2.945 2.945 0 0 0 .375.59L43.439 73.66c-.18.02-.36 0-.53-.048a1.553 1.553 0 0 1-.841-.63 1.5 1.5 0 0 1-.212-.507 1.25 1.25 0 0 1 0-.53c.035-.167.1-.319.195-.454a1.14 1.14 0 0 1 .359-.331c.143-.084.307-.14.486-.16l15.978-1.73-.008.008Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m99.328 81.401-1.897 1.224s-.043.03-.063.04c-.02.009-.044.028-.058.038-.02.01-.044.03-.059.04-.02.009-.044.028-.063.038-.405.244-.82.468-1.244.668a12.993 12.993 0 0 1-4.11 1.136c-.239.03-.483.049-.722.064-.238.014-.487.019-.73.024-.245 0-.493 0-.742-.02s-.497-.029-.746-.058a15.56 15.56 0 0 1-4.437-1.126 17.438 17.438 0 0 1-4.096-2.418 17.973 17.973 0 0 1-1.803-1.639 18.998 18.998 0 0 1-1.575-1.858 18.746 18.746 0 0 1-1.317-2.047 18.163 18.163 0 0 1-1.755-4.5 16.664 16.664 0 0 1-.448-4.637c.034-.766.131-1.517.282-2.253a13.944 13.944 0 0 1 1.477-4.032 12.607 12.607 0 0 1 2.58-3.247l1.672-1.512a12.819 12.819 0 0 0-2.598 3.282 13.739 13.739 0 0 0-1.482 4.071 15.64 15.64 0 0 0-.224 4.612 16.3 16.3 0 0 0 .394 2.35c.19.78.434 1.555.727 2.321.302.766.648 1.507 1.043 2.223a18.937 18.937 0 0 0 2.92 3.954 18.337 18.337 0 0 0 3.832 3.033c.693.41 1.405.766 2.131 1.073.727.307 1.468.55 2.219.746a15.194 15.194 0 0 0 3.764.483c.248 0 .492-.01.74-.02a15.798 15.798 0 0 0 2.17-.293c.474-.097.937-.229 1.385-.38.454-.151.892-.331 1.326-.527.434-.2.849-.424 1.254-.672.024-.015.043-.03.063-.04.024-.01.044-.029.058-.038.02-.01.044-.03.059-.04.02-.01.044-.029.063-.043"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M98.494 55.823a18.56 18.56 0 0 1 2.272 2.184c.692.79 1.316 1.634 1.867 2.516a18.199 18.199 0 0 1 1.414 2.784c.39.96.702 1.96.922 2.974.161.76.273 1.516.326 2.277a15.628 15.628 0 0 1-.297 4.442 14.648 14.648 0 0 1-.619 2.096 13.506 13.506 0 0 1-2.131 3.691 11.935 11.935 0 0 1-1.468 1.512c-.531.463-1.101.882-1.71 1.253a12.404 12.404 0 0 1-2.58 1.2 13.54 13.54 0 0 1-1.385.38c-.468.102-.95.18-1.438.229a9.507 9.507 0 0 1-.731.058c-.244.015-.493.02-.742.02-.248 0-.497 0-.746-.02a20.61 20.61 0 0 1-.755-.058 14.59 14.59 0 0 1-2.263-.405 16.257 16.257 0 0 1-2.218-.746 17.69 17.69 0 0 1-4.14-2.448 18.91 18.91 0 0 1-1.823-1.653 18.22 18.22 0 0 1-1.59-1.881 18.526 18.526 0 0 1-2.374-4.3 17.012 17.012 0 0 1-.726-2.322 17.773 17.773 0 0 1-.395-2.35 17.003 17.003 0 0 1-.059-2.335 15.3 15.3 0 0 1 .888-4.437c.253-.692.565-1.355.916-1.984a12.03 12.03 0 0 1 1.21-1.78c.453-.556.94-1.073 1.472-1.536a12.206 12.206 0 0 1 1.701-1.263 13.068 13.068 0 0 1 3.9-1.599 13.57 13.57 0 0 1 2.137-.312 14.395 14.395 0 0 1 2.93.112c.975.137 1.94.366 2.891.688.95.321 1.877.731 2.774 1.228.897.503 1.76 1.078 2.584 1.746v.014l-.014.025Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M88.455 74.966c-.868.488-2.116-.18-2.31-1.229l-1.146-6.226-1.146-6.226c-.195-1.048.804-1.75 1.843-1.297L99.509 66c1.155.502 1.428 1.989.463 2.525l-11.517 6.441Z"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-Unlock" 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="m79.507 76.518 16.236 9.553c.14.083.05.156-.193.163l-3.627.118 1.654.973-6.215.175-3.197-.183-1.155-.668-38.715 1.265 1.83 1.076-7.077.198-3.662-.456-1.143-.666-5.556.126-3.713-.548-.829-.49-.84-.076L8.598 78.43l9.195-.733.015.007a.694.694 0 0 1 .136-.011l60.876-1.308c.252-.007.562.057.702.137l-.016-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m90.326 83.65 6.48-.332v4.166l-6.48.149v-3.984Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m90.326 83.664-2.89.148.019 2.878 2.875.939v-3.965h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m30.752 81.41 5.34-.06.868 4.116-6.208.012V81.41Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M27.993 79.228v3.92l2.763 2.33v-4.026l-2.763-2.224Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m39.389 85.934 7.381-.376v4.268l-7.381.171V85.93v.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m39.385 85.922-2.89-1.824.019 3.919 2.875 1.976v-4.075l-.004.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m38.223 29.9 63.162 3.041v50.936l-63.162 2.28V29.9Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M99.773 81.958a.19.19 0 0 1-.193-.19V34.816L55.323 31.88a.187.187 0 0 1-.182-.197.185.185 0 0 1 .202-.18l44.438 2.947a.187.187 0 0 1 .182.19v47.134a.19.19 0 0 1-.194.19l.004-.007Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M43.26 36.058c0-.87.74-1.562 1.624-1.52l49.988 2.399a1.53 1.53 0 0 1 1.472 1.516v39.764c0 .817-.658 1.49-1.491 1.52l-49.988 1.799c-.876.03-1.608-.658-1.608-1.52V36.057h.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M51.785 29.148 54.11 28v61.199l-2.325-.764V29.148Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m54.11 28 42.238 9.009v42.675L54.11 89.2V28Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m56.974 31.915 36.96 7.884V77.14l-36.96 8.325v-53.55Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M63.797 47.777h-2.712v20.42h2.712v-20.42Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M64.786 48.86h-2.713v20.42h2.713V48.86Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M64.185 49.99h-.387v18.16h.387V49.99Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M95.747 46.074a4.55 4.55 0 0 1 2.337-.019c.08.023.139.114.139.217v6.698c0 .102-.058.197-.14.22a4.51 4.51 0 0 1-2.336.034c-.082-.019-.14-.11-.14-.216v-6.713c0-.103.058-.198.14-.22Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.32 53.324a4.198 4.198 0 0 1-.573-.095c-.082-.02-.14-.11-.14-.213v-6.713c0-.103.058-.198.14-.22.19-.058.38-.1.573-.13"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M95.883 45.516a3.19 3.19 0 0 1 1.949-.015c.07.022.116.114.116.216v6.698c0 .102-.046.197-.116.22a3.163 3.163 0 0 1-1.95.027c-.069-.02-.115-.11-.115-.217v-6.713c0-.102.046-.197.116-.216Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.34 45.397c-.19.027-.38.065-.566.118h-.004v7.143h.004c.186.049.376.083.566.11v-7.374.003Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m97.952 49.35-2.185.023v.41l2.185-.026v-.406Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m97.588 49.355-.938.01v.408l.938-.012v-.407Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M97.777 52.654v-7.169a2.933 2.933 0 0 0-.484-.102l.008 7.382s.197-.023.476-.11Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M95.805 65.153a4.557 4.557 0 0 1 2.337-.06c.082.018.14.11.14.212v6.698c0 .103-.058.198-.14.22a4.556 4.556 0 0 1-2.337.076c-.08-.019-.139-.11-.139-.213v-6.712c0-.103.058-.198.14-.22Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.379 72.394a4.198 4.198 0 0 1-.574-.095c-.08-.02-.139-.11-.139-.213v-6.713c0-.103.058-.198.14-.22.19-.057.38-.1.573-.13"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M95.94 64.59a3.193 3.193 0 0 1 1.95-.05c.07.02.116.111.116.214v6.697c0 .103-.047.198-.116.22a3.166 3.166 0 0 1-1.95.062c-.07-.02-.116-.11-.116-.213v-6.713c0-.103.047-.198.117-.22v.003Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.394 64.465c-.19.03-.38.072-.566.129h-.004v7.142h.004c.186.046.376.08.566.1V64.46v.004Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m98.006 68.388-2.182.064v.407l2.182-.065v-.406Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m97.642 68.4-.934.026v.407l.934-.027V68.4Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M97.836 71.695v-7.17a2.904 2.904 0 0 0-.484-.094l.007 7.382s.198-.027.477-.118Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M70.995 55.982c-.915 7.742 3.813 14.245 9.527 13.72 4.753-.44 7.952-5.767 7.834-11.484-.107-5.246-3.014-10.08-6.977-11.334-4.625-1.46-9.574 2.214-10.384 9.098Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M72.213 56.14c-.822 7.598 3.774 13.98 9.28 13.472 4.596-.424 7.67-5.67 7.528-11.309-.136-5.177-2.985-9.948-6.838-11.166-4.486-1.418-9.238 2.228-9.97 9.002Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m75.066 52.047 1.514 1.343c.132-.278.278-.543.439-.789l-1.464-1.307c-.279-.246-.614-.282-.75-.075-.136.207-.021.582.26.832v-.004Zm.699 4.486c.003-.06.01-.122.018-.182l-2.018-.16c-.368-.03-.682.181-.703.474-.022.293.267.553.639.578l2.032.14c0-.282.01-.568.032-.854v.004Zm2.7-5.5c.21-.154.428-.29.657-.404l-.743-1.681c-.15-.34-.422-.54-.61-.447-.19.093-.219.45-.069.793l.764 1.735v.004Zm3.556-.735v-1.66c0-.344-.157-.65-.35-.686-.193-.036-.353.214-.353.56l-.007 1.675c.235.018.47.054.71.114v-.003Zm4.299 4.592 1.236-.786c.218-.14.318-.425.228-.64-.089-.214-.339-.282-.56-.146l-1.214.75c.118.264.218.54.314.821h-.004Zm-1.802-3.081.624-1.421c.122-.275.09-.607-.067-.747-.161-.139-.39-.028-.514.247l-.626 1.382c.204.164.397.346.579.539h.004Zm-8.381 8.352-1.818 1.121c-.342.211-.535.607-.428.886.107.279.471.325.814.11l1.778-1.131a9.73 9.73 0 0 1-.346-.986Zm12.148-2.804L86.8 57.24c.018.24.032.482.032.729 0 .06-.004.121-.004.182l1.497.103c.26.018.457-.167.446-.414-.01-.246-.229-.46-.486-.482Zm-.582 4.783-1.318-1.18a8.95 8.95 0 0 1-.314.837l1.307 1.16c.243.214.51.204.6-.025.09-.225-.032-.578-.271-.793h-.004Zm-6.099 3.073c-.125 0-.247-.014-.372-.021l-.01 2.153c0 .46.178.825.403.81.225-.014.404-.392.404-.85v-2.131c-.14.018-.282.035-.425.035v.004Zm3.267-1.571c-.189.207-.389.4-.6.57l.793 1.8c.16.365.429.536.6.383.168-.154.175-.572.014-.932l-.807-1.821Zm-6.606.161-.922 2.032c-.189.418-.171.879.036 1.025.207.147.529-.075.71-.493l.883-2a5.568 5.568 0 0 1-.71-.567l.003.003Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M75.762 56.597c-.372 4.7 2.414 8.73 5.842 8.684 3.053-.043 5.263-3.389 5.228-7.256-.033-3.646-2.064-6.967-4.771-7.663-3.003-.771-5.953 1.864-6.303 6.238l.004-.003Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M76.13 56.578c-.34 4.446 2.292 8.263 5.538 8.235 2.9-.025 5.006-3.19 4.981-6.87-.025-3.482-1.964-6.653-4.55-7.31-2.856-.725-5.648 1.796-5.966 5.945h-.004Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M77.655 58.328c-.175 2.756 1.424 5.113 3.446 5.149 1.885.035 3.342-1.993 3.363-4.442.025-2.357-1.296-4.453-3.042-4.775-1.864-.343-3.6 1.425-3.767 4.068Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M78.372 56.932c-.157 2.664 1.4 4.985 3.353 5.075 1.825.082 3.228-1.85 3.243-4.225.014-2.289-1.275-4.356-2.971-4.706-1.807-.375-3.478 1.3-3.628 3.856h.003Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m81.907 51.32-1.588 1.278a.623.623 0 0 0-.204.271l-.471 1.186 1.985-.422.275-2.314h.004Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M81.978 53.772c-1.72-.335-3.303 1.196-3.595 3.56 0-.132-.018-.264-.007-.4.15-2.556 1.82-4.231 3.627-3.856 1.697.35 2.986 2.417 2.972 4.706 0 .122-.018.232-.03.35-.11-2.16-1.345-4.046-2.963-4.36h-.004Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m82.603 52.09.118.657c.107.603-.193 1.14-.603 1.057l-.275-.053c-.418-.083-.7-.754-.55-1.318l.16-.607c.211-.786.997-.593 1.15.264Z"/>
|
|
43
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M26.985 37.313 38.223 29.9v56.258l-11.238-5.512V37.313Z"/>
|
|
44
|
+
</svg>
|
|
45
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg id="tnt-Spot-UnsuccessfulAuth" 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.9 92.272 58.706-8.529c.359-.065.372-.57.021-.657l-35.466-9.278a3.328 3.328 0 0 0-1.324-.06l-47.25 5.526c-.804.126-.96 1.215-.22 1.561L38.59 92.1c.406.19.865.251 1.31.169v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m30.18 44.09 62.95-4.82 8.05 37.76c.08.39.09.77.03 1.13-.06.36-.19.68-.37.96-.18.28-.42.52-.7.69-.28.17-.61.29-.97.33l-58.03 5.93c-.39.04-.78 0-1.14-.12-.36-.12-.71-.3-1.02-.54a3.51 3.51 0 0 1-.79-.88c-.22-.34-.36-.72-.44-1.13l-7.57-39.31Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M84.24 60.04c.17-.01.33 0 .49.06.16.06.31.14.44.24.13.1.25.24.34.39.09.15.16.32.2.49l.9 4.31a1.258 1.258 0 0 1-.16.95 1.09 1.09 0 0 1-.78.46l-36.31 3.38c-.17.02-.35 0-.51-.06-.16-.06-.32-.14-.46-.25-.14-.11-.26-.24-.35-.4a1.75 1.75 0 0 1-.2-.51l-.87-4.42a1.3 1.3 0 0 1 0-.52c.03-.16.1-.31.19-.44s.21-.24.35-.32c.14-.08.3-.13.47-.15l36.26-3.22v.01Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m61.89 64.02.16 1.1.81-.49.41.77-.89.33.88.8-.6.54-.76-.96-.37 1.07-.82-.43.56-.92-1.01-.16.11-.81 1 .33-.3-1.09.82-.08Zm10.36-.93.16 1.09.8-.49.41.77-.89.32.87.8-.58.54-.77-.95-.35 1.05-.8-.42.54-.92-.99-.15.1-.81.98.33-.29-1.09.81-.07Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M81.91 48.86c.17-.01.33 0 .49.06.16.06.31.14.44.25a1.592 1.592 0 0 1 .54.88l.9 4.28c.04.18.04.35.01.51-.03.16-.09.31-.17.43-.08.12-.19.23-.33.31-.14.08-.28.13-.45.14l-36.23 3.12c-.17.02-.35 0-.51-.06-.16-.06-.32-.14-.46-.25-.14-.11-.26-.24-.35-.4-.09-.16-.16-.32-.2-.5l-.86-4.38a1.3 1.3 0 0 1 0-.52 1.156 1.156 0 0 1 .53-.76c.13-.08.3-.13.47-.14l36.18-2.96v-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m59.23 52.76.15 1.07.78-.48.41.74-.88.31.86.77-.59.52-.73-.93-.35 1.03-.78-.42.53-.88-.98-.15.1-.79.97.33-.28-1.06.79-.06Zm7.86 10.8.15 1.09.81-.49.42.77-.9.32.88.8-.6.55-.76-.96-.36 1.06-.8-.43.54-.92-.99-.15.09-.82.99.33-.28-1.08.81-.07ZM54.18 53.18l.15 1.07.79-.48.4.75-.88.31.86.77-.59.52-.74-.93-.36 1.03-.79-.42.55-.88-.98-.16.1-.79.97.33-.28-1.06.8-.06Zm-5.09.42.15 1.08.79-.48.41.74-.89.31.86.78-.59.53-.74-.94-.36 1.03-.79-.42.55-.89-.98-.15.09-.79.98.33-.28-1.06.8-.07Zm7.58 10.89.15 1.11.81-.5.43.77-.92.33.89.81-.61.55-.76-.97-.37 1.07-.81-.43.56-.92-1.01-.16.1-.82 1 .33-.29-1.09.83-.08Zm-5.26.48.14 1.11.83-.5.42.77-.91.33.89.81-.62.55-.76-.97-.38 1.07-.81-.43.56-.92-1.01-.16.1-.82 1.01.33-.3-1.1.84-.07Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M99.93 79.92c-.08.04-.16.07-.24.1-.08.03-.17.05-.26.07-.09.02-.18.03-.27.04l-58.03 5.93c-.39.04-.78 0-1.14-.12-.36-.12-.71-.3-1.02-.54a3.51 3.51 0 0 1-.79-.88c-.22-.34-.36-.72-.44-1.13l-7.56-39.3-.74-3.83c-.05-.24-.06-.48-.05-.71.01-.23.05-.45.12-.66.07-.21.16-.41.27-.59.11-.18.25-.34.4-.49l-1.39 1.28c-.15.14-.29.31-.4.49-.11.18-.2.38-.27.58-.07.21-.11.43-.12.66-.01.23 0 .47.05.71l.73 3.82 7.52 39.14c.08.41.23.79.44 1.12.21.34.48.63.78.87.3.24.65.42 1.01.54.36.12.75.16 1.14.12l57.82-5.94c.09 0 .18-.02.27-.04.09-.02.17-.04.26-.07.09-.03.16-.06.24-.1.08-.04.15-.08.22-.12l1.67-1.06c-.07.05-.15.09-.22.13v-.02Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M89.16 33c.36-.03.72.03 1.06.14.34.11.66.3.95.53.29.23.54.52.74.84.2.32.35.68.43 1.06l.79 3.69-62.95 4.83-.74-3.83c-.08-.4-.07-.78 0-1.14.07-.36.22-.68.42-.96.2-.28.46-.51.77-.68.31-.17.66-.28 1.04-.31L89.16 33Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m101.526 83.084-1.429.918s-.032.021-.046.028c-.014.007-.032.022-.046.029-.014.007-.032.02-.046.028-.014.007-.032.021-.046.028-.305.185-.617.351-.94.504a8.91 8.91 0 0 1-.992.393 9.846 9.846 0 0 1-2.11.46c-.18.022-.365.036-.545.047-.181.01-.37.014-.553.017-.185.004-.373 0-.56-.01a11.503 11.503 0 0 1-2.255-.34 12.428 12.428 0 0 1-3.247-1.344 13.503 13.503 0 0 1-2.861-2.253 14.033 14.033 0 0 1-2.18-2.934A13.014 13.014 0 0 1 82.893 77a12.922 12.922 0 0 1-.837-3.473 11.631 11.631 0 0 1 .167-3.43 10.466 10.466 0 0 1 1.117-3.03 9.632 9.632 0 0 1 1.946-2.442l1.262-1.137c-.39.35-.751.737-1.078 1.148a9.833 9.833 0 0 0-.882 1.318c-.259.464-.486.957-.674 1.467a11.075 11.075 0 0 0-.66 3.307 12.738 12.738 0 0 0 .344 3.519 13.847 13.847 0 0 0 2.341 4.975c.368.496.769.967 1.198 1.413.429.447.89.862 1.375 1.244a13.312 13.312 0 0 0 3.123 1.84 12.046 12.046 0 0 0 3.382.864c.192.018.38.032.57.043a10.087 10.087 0 0 0 1.678-.05c.365-.039.726-.1 1.084-.174a9.271 9.271 0 0 0 1.046-.287c.34-.113.674-.248 1-.396.326-.15.642-.32.946-.507.018-.01.032-.022.05-.029.018-.007.032-.02.046-.028.014-.007.032-.021.046-.028.014-.007.032-.022.046-.032"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M100.895 63.863a14.145 14.145 0 0 1 3.123 3.533 13.781 13.781 0 0 1 1.762 4.327c.12.57.202 1.141.244 1.712a11.638 11.638 0 0 1-.223 3.338 10.904 10.904 0 0 1-.468 1.577 10.08 10.08 0 0 1-1.606 2.774c-.333.412-.705.79-1.106 1.138a9.552 9.552 0 0 1-4.282 2.133 9.855 9.855 0 0 1-1.085.174 9.628 9.628 0 0 1-.553.046c-.184.01-.372.014-.56.018a7.417 7.417 0 0 1-.564-.014 11.289 11.289 0 0 1-2.28-.347 12.707 12.707 0 0 1-3.282-1.365 13.44 13.44 0 0 1-1.514-1.035 13.857 13.857 0 0 1-2.573-2.657 13.818 13.818 0 0 1-2.34-4.976 12.626 12.626 0 0 1-.344-3.519 10.965 10.965 0 0 1 .67-3.334c.195-.521.426-1.017.691-1.492a9.631 9.631 0 0 1 2.017-2.491 9.28 9.28 0 0 1 1.284-.95 9.69 9.69 0 0 1 2.942-1.198 10.473 10.473 0 0 1 3.818-.149c.734.103 1.464.277 2.18.518.716.24 1.415.55 2.092.925s1.329.811 1.95 1.31l.007.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.216 67.726a1.125 1.125 0 0 1 .436.057c.07.024.141.053.209.092a1.444 1.444 0 0 1 .51.485 1.29 1.29 0 0 1 .199.663 1.102 1.102 0 0 1-.078.425c-.029.064-.06.128-.1.188l-1.999 2.906 3.102 2.473a1.779 1.779 0 0 1 .17.163c.025.029.053.06.075.092.02.032.046.064.067.1.021.035.043.07.06.106.018.035.036.07.05.11.014.039.028.074.039.113.01.039.021.075.028.114.007.038.014.074.018.113.003.039.007.078.007.113v.114a.54.54 0 0 1-.014.11c-.007.035-.014.074-.025.11a.885.885 0 0 1-.035.102c-.015.032-.029.068-.047.1l-.053.091-.063.085a.51.51 0 0 1-.075.078.743.743 0 0 1-.17.124c-.028.018-.06.032-.092.047a.835.835 0 0 1-.1.039c-.035.01-.067.02-.102.028-.036.007-.071.014-.107.014-.035 0-.074.004-.11.004-.035 0-.074 0-.11-.007-.035-.008-.074-.011-.11-.018a1.277 1.277 0 0 1-.216-.067 1.462 1.462 0 0 1-.298-.18L95.17 74.33l-2.024 2.96c-.021.028-.043.06-.067.084l-.075.078c-.025.025-.053.046-.081.067a1.31 1.31 0 0 1-.089.06.893.893 0 0 1-.305.117.722.722 0 0 1-.11.018c-.039.004-.074.004-.113.004-.04 0-.075 0-.114-.007-.039-.007-.074-.01-.113-.018-.04-.007-.075-.018-.114-.028a.588.588 0 0 1-.11-.043l-.106-.05c-.035-.017-.067-.038-.103-.06-.035-.02-.067-.046-.099-.07-.032-.025-.064-.054-.092-.078a1.044 1.044 0 0 1-.085-.089 1.017 1.017 0 0 1-.078-.096l-.071-.103c-.021-.035-.039-.07-.06-.106-.022-.035-.036-.074-.05-.11a1.056 1.056 0 0 1-.039-.113c-.01-.039-.021-.078-.028-.117a1.342 1.342 0 0 1-.018-.117 1.148 1.148 0 0 1-.007-.117c0-.039 0-.078.003-.117a1.22 1.22 0 0 1 .015-.113.84.84 0 0 1 .028-.11.836.836 0 0 1 .138-.298l2.042-2.959-3.127-2.49a1.285 1.285 0 0 1-.173-.167 1.093 1.093 0 0 1-.142-.195c-.039-.071-.078-.138-.106-.213a1.316 1.316 0 0 1-.093-.46 1.16 1.16 0 0 1 .086-.433c.028-.067.063-.131.102-.188a.874.874 0 0 1 .142-.16.95.95 0 0 1 .578-.245c.07-.002.149-.002.223.005a.99.99 0 0 1 .224.05c.074.024.145.053.212.092a1.4 1.4 0 0 1 .199.134l3.116 2.488 2.003-2.892a.842.842 0 0 1 .301-.28 1.036 1.036 0 0 1 .4-.12h.026Z"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ssr-zxing-shim.js","sourceRoot":"","sources":["../src/ssr-zxing-shim.ts"],"names":[],"mappings":"AAAA,MAAM,KAAK,GAAG,EAAE,CAAC;AACjB,eAAe,KAAK,CAAC","sourcesContent":["const ZXing = {};\nexport default ZXing;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ssr-zxing.js","sourceRoot":"","sources":["../src/ssr-zxing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAC;AAEzD,eAAe,KAAK,CAAC","sourcesContent":["import * as ZXing from \"@zxing/library/umd/index.min.js\";\n\nexport default ZXing;\n"]}
|