@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,13 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ExternalLink" 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)" fill-rule="evenodd" d="m32.328 90.787 53.495-9.552c.333-.06.345-.53.02-.61l-33.544-8.356a3.09 3.09 0 0 0-1.228-.056l-42.237 6.51c-.746.116-.89 1.127-.205 1.448l22.483 10.455a2.01 2.01 0 0 0 1.216.157v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M87.666 31.6c.213-.012.427.026.628.099.202.072.396.186.571.33a2.134 2.134 0 0 1 .72 1.15l.997 4.333-64.774 3.899-.837-4.816a1.699 1.699 0 0 1 .022-.723 1.557 1.557 0 0 1 .83-1.027c.21-.103.445-.168.704-.183l61.14-3.062Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m25.808 41.411 64.77-3.895L98.9 73.71c.057.243.064.483.038.704a1.56 1.56 0 0 1-.206.608 1.396 1.396 0 0 1-.41.445 1.3 1.3 0 0 1-.58.217L35.12 83.533a2.003 2.003 0 0 1-1.465-.41 2.199 2.199 0 0 1-.525-.583 2.088 2.088 0 0 1-.286-.754l-7.036-40.375Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M81.01 41.82c2.297-.152 4.587 1.576 5.109 3.85l4.843 21.094c.551 2.401-.902 4.617-3.251 4.909L45.769 76.92c-2.78.349-5.445-1.558-5.894-4.22l-3.932-23.33c-.423-2.507 1.466-4.693 4.167-4.87l40.9-2.681Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.125 49.965c.296.482.5.987.613 1.517.113.53.131 1.068.054 1.615-.084.518-.292 1-.618 1.444l-4.555 6.128c-.681.927-1.617 1.45-2.808 1.572a4.95 4.95 0 0 1-1.705-.127 5.425 5.425 0 0 1-1.648-.83l-.661-.484a2.359 2.359 0 0 1-.31-.27 43.55 43.55 0 0 0-.259-.273l.855-1.128 1.316.967c.636.466 1.336.662 2.1.586.761-.076 1.335-.395 1.822-.97l4.524-6.158c.43-.58.572-1.215.426-1.902-.145-.686-.553-1.32-1.207-1.805l-.645-.52a2.995 2.995 0 0 0-2.08-.598c-.772.06-1.32.357-1.735.899l-2.946 3.907-2.235.191 3.849-5.048c.34-.439.75-.772 1.229-.997a3.74 3.74 0 0 1 1.527-.446c1.185-.088 2.275.24 3.274.984l.632.47c.498.372.896.798 1.19 1.279v-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m62.165 67.413 2.24-3.024 2.247-.239-3.147 4.282c-.68.929-1.652 1.467-2.914 1.614a5.054 5.054 0 0 1-1.756-.107 4.663 4.663 0 0 1-1.682-.787l-.685-.541c-1.066-.774-1.713-1.766-1.938-2.973-.225-1.203.031-2.282.766-3.237l4.154-5.455a3.57 3.57 0 0 1 1.28-1.053 4.557 4.557 0 0 1 1.593-.436c1.227-.109 2.348.198 3.365.922l.66.527.118.087-.871 1.161-1.502-.942c-.41-.193-.896-.262-1.461-.211-.8.073-1.401.392-1.802.957l-4.19 5.42c-.435.654-.585 1.348-.446 2.08.139.733.54 1.373 1.205 1.916l.725.483a2.992 2.992 0 0 0 2.158.576c.75-.084 1.38-.426 1.884-1.025v.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M35.12 83.528a1.966 1.966 0 0 1-.776-.061 2.068 2.068 0 0 1-.689-.35 2.199 2.199 0 0 1-.525-.582 2.063 2.063 0 0 1-.286-.753L25.807 41.41l-.837-4.816a1.666 1.666 0 0 1 .02-.704 1.63 1.63 0 0 1 .282-.597l-1.063 1.38a1.87 1.87 0 0 0-.171.279 1.68 1.68 0 0 0-.156.65c0 .118.004.236.026.358l.826 4.763 6.915 39.93a2.105 2.105 0 0 0 .8 1.32c.205.156.433.274.68.346.248.072.507.095.77.061l62.06-7.84 1.785-.86-62.624 7.848Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m101.526 81.716-1.554 1.002s-.035.023-.05.031c-.016.008-.035.023-.05.031-.016.008-.035.023-.05.031-.016.008-.036.023-.051.03a10.501 10.501 0 0 1-3.228 1.296c-.382.086-.775.148-1.169.19a10.25 10.25 0 0 1-.594.05c-.197.012-.4.016-.602.02-.2.004-.404 0-.609-.015-.204-.016-.409-.023-.613-.047-.617-.062-1.23-.17-1.84-.325a13.285 13.285 0 0 1-1.801-.6 14.309 14.309 0 0 1-3.36-1.985 14.797 14.797 0 0 1-1.48-1.341 15.315 15.315 0 0 1-2.372-3.203 14.796 14.796 0 0 1-.849-1.807 14.147 14.147 0 0 1-.91-3.791 13.005 13.005 0 0 1-.046-1.896 12.221 12.221 0 0 1 .717-3.571c.204-.553.447-1.083.729-1.586a10.514 10.514 0 0 1 2.117-2.666l1.373-1.242a10.657 10.657 0 0 0-2.132 2.693 11.364 11.364 0 0 0-1.22 3.342 12.51 12.51 0 0 0-.23 1.869c-.031.63-.016 1.273.046 1.915.061.642.17 1.288.324 1.927a15.054 15.054 0 0 0 2.545 5.427c.401.542.837 1.056 1.304 1.544a15.011 15.011 0 0 0 3.143 2.491c.567.337 1.153.627 1.747.879a12.9 12.9 0 0 0 4.297.99c.208.012.409.016.613.016.204 0 .405-.008.61-.016a12.086 12.086 0 0 0 1.782-.24c.389-.081.767-.19 1.137-.313a11 11 0 0 0 1.088-.434 9.438 9.438 0 0 0 1.03-.553c.019-.011.034-.023.054-.03.019-.008.034-.024.05-.032.015-.007.034-.023.05-.03.015-.008.035-.024.05-.035"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M100.843 60.733a15.424 15.424 0 0 1 4.555 6.14c.32.79.575 1.61.756 2.441a13.54 13.54 0 0 1 .274 3.714 12.831 12.831 0 0 1-.251 1.799 11.914 11.914 0 0 1-.509 1.722 11.03 11.03 0 0 1-1.747 3.029 9.9 9.9 0 0 1-1.204 1.242c-.435.379-.902.723-1.404 1.029a10.104 10.104 0 0 1-2.117.986 10.726 10.726 0 0 1-2.318.503 10.511 10.511 0 0 1-1.211.066c-.204 0-.409-.004-.613-.016a12.284 12.284 0 0 1-2.476-.38 13.251 13.251 0 0 1-1.82-.61 14.511 14.511 0 0 1-3.394-2.012 15.119 15.119 0 0 1-2.8-2.901 15.122 15.122 0 0 1-1.948-3.524 14.48 14.48 0 0 1-.922-3.83 13.256 13.256 0 0 1-.047-1.916 12.488 12.488 0 0 1 .73-3.64c.208-.569.462-1.11.751-1.629.29-.518.621-1.002.992-1.458a10.37 10.37 0 0 1 4.142-3.084 10.91 10.91 0 0 1 3.41-.781 11.9 11.9 0 0 1 2.402.093c.799.112 1.593.302 2.372.565.78.263 1.539.6 2.276 1.01.736.41 1.446.885 2.121 1.43v.012Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.478 62.088c.75-.066 1.434.149 2.056.645a3.208 3.208 0 0 1 1.172 1.93l2.099 10.354c.161.79.039 1.478-.363 2.064-.403.585-.978.91-1.728.976l-8.394.734a4.132 4.132 0 0 1-1.666-.203 5.293 5.293 0 0 1-1.484-.79 5.713 5.713 0 0 1-1.136-1.298 4.967 4.967 0 0 1-.666-1.655c-.122-.604-.125-1.163-.01-1.682a4.232 4.232 0 0 1 .58-1.448 3.266 3.266 0 0 1 1.116-1.017 3.579 3.579 0 0 1 1.527-.483l3.754-.328-1.184-.944a.923.923 0 0 1-.35-.54c-.047-.23-.016-.423.093-.58a.664.664 0 0 1 .51-.299.78.78 0 0 1 .577.172l2.763 2.203c.176.175.283.356.32.543.047.23.017.422-.092.58l-1.79 2.6a.634.634 0 0 1-.48.296.886.886 0 0 1-.607-.17 1.027 1.027 0 0 1-.326-.574.735.735 0 0 1 .122-.582l.767-1.115-3.754.329a2.196 2.196 0 0 0-.961.307 2.28 2.28 0 0 0-.708.664 2.43 2.43 0 0 0-.362.89c-.074.323-.073.673.003 1.047a3.18 3.18 0 0 0 1.13 1.869c.618.474 1.282.681 1.99.62l8.395-.735c.335-.03.587-.168.758-.416.171-.247.22-.548.148-.901l-2.1-10.356a1.394 1.394 0 0 0-.502-.844 1.22 1.22 0 0 0-.897-.271l-9.813.858c-.335.03-.588.169-.758.416-.17.247-.22.548-.147.902l.48 2.37a.841.841 0 0 1-.087.61.622.622 0 0 1-.488.266.89.89 0 0 1-.606-.17 1.023 1.023 0 0 1-.327-.574l-.48-2.37c-.16-.79-.038-1.478.364-2.064.402-.585.978-.91 1.726-.977l9.813-.858.003-.001Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg id="tnt-Spot-FaceID" 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="M78.118 40c.068.206.072.364.072.367 1.958-.423 2.117 1.328 2.117 1.328 1.757-.103 1.664 1.434 1.663 1.45 1.898-.015 1.522 1.614 1.519 1.627 1.679.16 1.142 1.883 1.14 1.89 1.774.437.968 2.032.961 2.046 1.575.37.698 2.169.698 2.169 1.904.91.359 2.388.35 2.396 1.627.893.176 2.292.176 2.292 1.315 1.18-.044 2.29-.11 2.342 1.356 1.048-.205 2.168-.205 2.168.678.903-.544 1.669-.558 1.678.403 1.312-.79 1.647-.79 1.647.524 1.425-.86 1.676-.873 1.679.379 1.247-.67 1.694-1.216 1.837a1.237 1.237 0 0 1-1.531 1.34 1.236 1.236 0 0 1-1.371 1.184 1.235 1.235 0 0 1-1.64.55 1.318 1.318 0 0 1-.166.543 1.25 1.25 0 0 1-1.04.605 5.942 5.942 0 0 1-1.213 1.927c.011.853.112 2.365.29 3.815 0 .2.229.438.232.439.017.022 2.3 3.114 2.93 4.297.066.122.129.25.194.381 4.822.88 7.9 1.272 12.525 2.913 4.36 1.547 5.564 3.804 6.922 10.295H42.69c.119-.385.246-.897.383-1.153 1.738-3.25 7.56-5.897 9.9-6.878.979-.41 3.335-1.469 6.051-2.6.858-2.205 1.945-5.44 2.602-5.974a179.815 179.815 0 0 1-.065-5.4l.443-.018-.001-.002.896-.036c.136-.372.295-.827.456-1.324a1.4 1.4 0 0 1-1.934-1.264 1.397 1.397 0 0 1-2.257-.447 1.398 1.398 0 0 1-.733-.13 1.405 1.405 0 0 1-.786-1.209c-2.26.283-2.595-1.95-2.596-1.957-2.267.035-1.49-2.036-1.487-2.046-1.779.052-1.261-1.899-1.26-1.905-1.221-.16-.807-1.868-.805-1.875-.92-.349-.388-1.44-.383-1.45-1.29-.556-.308-1.965-.299-1.978-1.552-.872-.299-2.32-.295-2.325-1.52-1.083.064-2.567.068-2.571-1.167-1.584.46-2.322.474-2.329-.712-1.667.73-2.193.75-2.2-.66-1.693 1.18-2.166 1.192-2.17-.35-2.152 1.575-2.204 1.575-2.204-.123-2.133 1.694-1.786 1.694-1.786.367-1.87 2.221-1.432 2.221-1.432a1.31 1.31 0 0 1 .205-.542h19.419Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M63.21 81.249s4.913.076 9.844.98c4.932.906 8.03 1.285 12.715 2.948 4.685 1.662 5.67 3.93 7.18 11.637.156.793.297 1.585.426 2.369H35.447c.27-2.136.633-3.95 1.122-4.865 1.739-3.249 7.56-5.896 9.9-6.877 2.34-.98 12.547-5.67 16.741-6.196v.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M62.62 77.364c5.993 0 7.759.957 7.759.957l2.675 3.904v.004l1.356.242 3.975 9.717-4.689-1.296s-2.598 5.55-6.35 8.29h-7.514c-1.607-1.289-3.434-3.444-5.297-6.58-.008.004-1.69.9-4.892 1.819 0 0 1.22-7.607 2.882-9.581 1.663-1.974 4.103-7.476 10.095-7.476Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M62.234 76.941c1.978 0 3.95.16 5.428.32.37.04.708.08 1.007.118l.777.102h.002a49.974 49.974 0 0 0 .556.082l.037.006.078.012.05.061.058.08c.062.086.155.212.266.367.112.155.245.338.39.541l.469.657.436.623c.363.526.717 1.054.98 1.48l.147.243.002.002.136.24.002.004c.409.768.807 1.732 1.376 3.107l.437 1.05a157.25 157.25 0 0 0 1.805 4.156l.16.352-3.834-.756c-.037.089-.091.21-.152.35a48.77 48.77 0 0 1-.56 1.24c-.46.987-1.058 2.207-1.626 3.135-.57.927-1.738 2.643-3.228 4.028-.242.224-.492.439-.75.64h-7.169a11.87 11.87 0 0 1-.154-.118c-.958-.748-1.89-1.688-2.705-2.656a21.698 21.698 0 0 1-2.04-2.833 10.578 10.578 0 0 1-.618-1.183c-.149-.347-.242-.64-.266-.861l-2.91 1.244.023-.325c.007-.114.02-.268.031-.43v-.004c.04-.469.105-1.114.197-1.826.183-1.423.489-3.105.961-4.144.472-1.038 1.096-2.824 1.694-4.364.3-.77.594-1.475.857-1.998a4.59 4.59 0 0 1 .371-.63.926.926 0 0 1 .175-.188.554.554 0 0 1 .064-.044l.012-.007a.43.43 0 0 0-.024.016.201.201 0 0 0-.035.035l-.008.011.066.085a.293.293 0 0 1-.012-.07.348.348 0 0 1 .032-.058l-.003-.004.025-.02.055-.054h.026l.085-.047a14.118 14.118 0 0 1 1.856-.841c1.246-.464 2.983-.925 4.96-.925h.005Zm-7.096 1.938a.198.198 0 0 0 .018.24.66.66 0 0 1 .086-.087.184.184 0 0 1-.037-.069l-.067-.084Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.44 37.937c1.257-1.292 2.129.08 2.133.087 1.276-.944 1.75.228 1.75.228 1.54-.961 2.098.47 2.098.47 1.726-.907 2.095.675 2.097.682 2.133-.439 2.17 1.224 2.17 1.224 1.957-.418 2.116 1.328 2.116 1.328 1.763-.104 1.663 1.446 1.663 1.45 1.903-.015 1.524 1.623 1.523 1.628 1.678.155 1.136 1.89 1.136 1.89 1.782.438.96 2.045.96 2.045 1.568.365.707 2.15.699 2.169 1.906.909.35 2.396.35 2.396 1.626.892.178 2.29.176 2.293 1.347 1.208-.112 2.344-.112 2.344 1.352 1.043-.186 2.156-.203 2.169.68.906-.55 1.673-.558 1.678.4 1.305-.773 1.64-.786 1.643.527 1.435-.873 1.678-.873 1.678.383 1.248-.67 1.695-1.216 1.838a1.237 1.237 0 0 1-1.535 1.34 1.236 1.236 0 0 1-1.232 1.192c-.048 0-.092 0-.136-.008a1.233 1.233 0 0 1-1.638.55 1.257 1.257 0 0 1-.167.543c-.307.526-.981.75-1.543.514a1.234 1.234 0 0 1-.455-.327 1.234 1.234 0 0 1-2.07.439 1.443 1.443 0 0 1-.159.478 1.42 1.42 0 0 1-1.834.594 1.393 1.393 0 0 1-.534-.446c-.084.307-.275.598-.761.797-.303.12-.643.132-.938 0a1.219 1.219 0 0 1-.661-.746 1.404 1.404 0 0 1-1.79 1.228 1.404 1.404 0 0 1-.997-1.192l-.024.052a1.4 1.4 0 0 1-2.66-.534 1.403 1.403 0 0 1-1.714.395 1.404 1.404 0 0 1-.785-1.228 1.394 1.394 0 0 1-1.587.25 1.39 1.39 0 0 1-.67-.697c-.243.02-.494-.02-.734-.135a1.408 1.408 0 0 1-.79-1.204c-2.254.281-2.592-1.939-2.595-1.958-2.264.036-1.492-2.03-1.487-2.045-1.778.051-1.262-1.898-1.26-1.906-1.224-.156-.805-1.87-.805-1.87-.927-.35-.389-1.447-.387-1.452-1.293-.556-.303-1.971-.299-1.977-1.555-.873-.299-2.325-.299-2.325-1.52-1.082.066-2.565.072-2.571v-.004c-1.172-1.59.47-2.325.47-2.325-.717-1.678.754-2.204.754-2.204-.662-1.689 1.167-2.164 1.188-2.17-.35-2.144 1.56-2.204 1.575-2.204-.123-2.122 1.679-1.786 1.698-1.782.366-1.863 2.207-1.439 2.221-1.436.226-1.443 2.06-1.053 2.081-1.048.765-2.141 2.587-.974 2.608-.961.77-1.75 2.22-.49 2.22-.49 1.225-1.699 2.536-.367 2.536-.367Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M62.872 89.361s-2.72-1.033-3.5-1.714c-.782-.682-3.88-3.35-4.107-6.045-.228-2.695-.204-8.137-.204-8.137l14.537-.578s0 3.377.327 5.267c0 0 .024 2.04-.479 3.4-.502 1.36-2.292 4.458-3.074 5.192-.781.73-2.974 2.567-3.5 2.619v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m55.5 73.446 14.094-.562s0 3.377.327 5.267c0 0 .024 2.041-.478 3.4-.347.942-1.312 2.712-2.13 3.96C57.175 80.898 55.5 73.446 55.5 73.446Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M61.057 46.114c.793-.072.722.482 1.934.327 1.212-.156 1.65-.156 2.13.056.477.211.749.805 1.582 1.008.833.204 1.064.316 1.61.778.547.462.49 1.12 1.037 1.583.546.462.861.546 1.208 1.092s.032 1.02.235 1.567c.204.546.53.196.837.698l.022.037c.073.208.138.41.197.604.004.25-.082.53-.262.938-.335.757.526.988.67 1.534.143.547-.582 1.288-.192 1.97.145.252.23.688.284 1.139-.059 1.91-.255 4.226-.559 7.242-.554 5.49-1.762 6.3-3.325 7.707-1.563 1.411-3.525 2.97-6.443 2.974-2.918 0-4.884-1.563-6.443-2.974-1.43-1.292-2.563-2.076-3.17-6.409a1.405 1.405 0 0 1-.773.26c-.87.04-1.248-1.172-1.703-3.173-.454-2.001-.793-3.74 0-3.891.686-.131 1.653.67 1.904.891a69.55 69.55 0 0 1-.114-1.86v-.248c0-.138-.051-.434.308-1.036.33-.893.16-1.236 0-1.958-.005-.01-.312-.72.259-1.236.37-.334.374-.949.315-2.04-.06-1.093.996-1.89 1.26-2.038.263-.148.924-.937 1.184-1.854.259-.917.75-1.34 1.268-1.487.518-.148.949-.156 1.523-.67.574-.515.347-.801.905-.989.558-.187.45.052.937.188.486.135.582-.658 1.375-.73Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M64.393 46.333c.289.012.504.064.727.163.478.211.75.805 1.583 1.009.833.203 1.064.315 1.61.777.547.463.49 1.12 1.037 1.583.546.462.861.546 1.208 1.092.347.547.032 1.021.235 1.567.204.546.53.196.837.698l.016.026c.075.214.143.421.202.621.004.25-.083.528-.261.932-.335.757.526.989.67 1.535.143.546-.582 1.288-.192 1.97.144.25.23.686.283 1.136a60.439 60.439 0 0 1-.127 2.412c.404-.313 1.109-.776 1.642-.674.794.152.455 1.89 0 3.891-.454 2.002-.833 3.214-1.702 3.174a1.465 1.465 0 0 1-.545-.127c-.611 4.216-1.735 5-3.151 6.275-1.563 1.412-3.525 2.97-6.443 2.975-1.515 0-2.771-.423-3.848-1.025 2.998.255 4.402-.467 4.78-1.723h-.007c.4-1.327-1.308-2.11-1.308-1.933 2.065-.957 1.2-3.206 1.2-3.206.447-.957 0-2.217 0-2.217 1.99.439 2.452-1.184 2.452-1.184l1.759 1.997c.586-1.303.925-1.985 2.173-3.476 1.242-1.485.836-2.503.833-2.512-.89.622-2.297.359-2.863.263-.566-.095-1.455-.47-1.55-.781-.096-.307.48-.407.481-.407 1.774.305 2-1.703 2.002-1.722 0 0-1.02-1.132-2.456-.53-1.435.602-1.511 3.173-1.511 3.173l-1.284.263s-.076-.642 0-2.077.455-3.062 1.284-3.588c.83-.526 2.077-.263 2.077-.263 1.746-5.072-.514-8.578-1.843-10.087Zm-4.624 18.142c-.059.076-.71.947-.638 1.96a.99.99 0 0 0-.849.247c.004-.014.473-1.866 1.487-2.207Zm.004-.002-.004.002.004-.006v.004Zm-3.469-7.75c.006 0 1.062-.084 1.46-.048.399.036 2.105 0 2.587 1.63l.008.004s.283 1.133.188 1.587c-.096.455-1.248.953-1.248.953-.004-.01-.318-.862-1.312-1.048-1-.188-2.743-.395-3.405.494 0 0 .574-2.177 3.257-2.101l-1.535-1.471Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M53.498 57.68s1.108-.969 1.926-.969c.817 0 1.914.415 2.795.654.88.24 1.838.443 2.041.315.203-.128.128-.87.112-.969-.016-.1-.391-.35-1.184-.442-.794-.092-1.627-.128-2.811-.076-1.184.052-2.504.466-2.883 1.487h.004Zm17.492 0s-1.109-.969-1.926-.969c-.818 0-1.914.415-2.795.654-.881.24-1.838.443-2.041.315-.204-.128-.128-.87-.112-.969.016-.1.39-.35 1.184-.442.793-.092 1.627-.128 2.81-.076 1.185.052 2.505.466 2.883 1.487h-.003Zm-9.63 8.736c-.008-.215-.379-.53-.757-.518-.38.012-.682.303-.682.566 0 .263.379.339.65.303.27-.036.793-.144.785-.35h.004Zm1.575.188c.044.183.455.215.718.171.263-.044.435-.171.435-.438s-.144-.363-.443-.343c-.299.02-.773.339-.71.614v-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M62.218 72.808c.705 0 1.347-.036 2.053-.555.706-.518 1.79-1.535 1.802-1.686.012-.152-.92-.443-1.51-.794-.591-.35-.894-.566-1.5-.554-.606.012-.845.263-.845.263s-.291-.263-.858-.263c-.566 0-1.335.379-1.738.718-.403.339-.706.554-1.26.682 0 0 1.2 1.295 2.181 1.738.981.443 1.109.454 1.675.454v-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M62.218 72.807c-.566 0-.694-.012-1.675-.454-.618-.275-1.32-.893-1.754-1.312a.65.65 0 0 1 .203-.151s.164-.152 1.312-.164c1.144-.012 2.532 0 3.126 0 1.336 0 1.954.427 1.954.427l.103.063c-.37.351-.841.762-1.212 1.033-.706.518-1.347.554-2.053.554h-.004v.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M59.299 60.85c-.148-.008-.901-.49-.989-.406-.08.654-.801 1.212-1.435.837-.347-.203-.459-.522-.618-.865-.474.171-1.077.478-1.535.111-.096-.077-.141-.152-.136-.227.22-.379.722-.582 1.129-.69 1-.267 2.208-.21 3.03.415.247.187.554.498.554.825Zm8.632-.435c-.175.75-.9 1.336-1.614.754a1.124 1.124 0 0 1-.423-.758l-.989.434c.016-.382.47-.793.778-.984.94-.582 2.998-.57 3.807.227.204.203.196.315-.051.47-.515.323-1.001-.008-1.504-.151l-.004.008Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M40.094 77.732v-6.415h1.196v6.415c0 1.474 1.132 2.624 2.444 2.624h7.739v1.196h-7.74c-2.036 0-3.64-1.752-3.64-3.82Zm0-31.123c0-2.072 1.603-3.82 3.64-3.82h8.034v1.196h-8.034c-1.313 0-2.444 1.147-2.444 2.624v7.116h-1.196V46.61Zm43.876 0c0-1.473-1.132-2.624-2.444-2.624h-7.475V42.79h7.475c2.038 0 3.64 1.752 3.64 3.82v7.204H83.97V46.61Zm0 31.123v-6.196h1.197v6.196c0 2.072-1.604 3.82-3.64 3.82h-7.344v-1.197h7.344c1.312 0 2.444-1.147 2.444-2.623Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M64.062 64.039c.697.273 1.58 1.777 1.43 2.493-.151.712-1.044.568-1.058.566.011-.005.793-.395.682-.945a5.402 5.402 0 0 0-1.054-2.114Zm-13.944-1.68c.116-.24.248-.323.463-.128v.004c-.005.004-.282.24-.116 2.392-.001-.004-.538-1.87-.347-2.268Zm23.415-.412c.215-.195.347-.111.462.128.191.398-.344 2.26-.346 2.269.165-2.146-.11-2.387-.116-2.393v-.004Zm-9.471 2.092-.006-.003h.004l.002.003Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M87.834 61.928v1.196H36.518v-1.196h51.316Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M62.893 89.409c.02.013.325.211.313.577-.009.29-.224 6.34-.326 9.194h-.936c.192-2.763.63-9.051.648-9.345.023-.352.27-.42.3-.426Zm-3.69-.834a15.025 15.025 0 0 0 2.54 1.246l-6.81 4.272c-1.208-1.735-1.207-2.572-1.207-2.572l5.477-2.946Zm7.448-1.129c.031.012 6.224 2.476 6.332 2.349.107-.128-.782 1.853-.921 2.04-.14.188-7.96-2.32-7.982-2.328l2.571-2.065v.004Zm-4.904 2.377-.004-.002.004-.002v.004Zm1.146-.414h-.002.005-.003Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M85.242 95.61s.418 1.469.994 3.572h-.344a33.546 33.546 0 0 0-.65-3.573Z"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Fingerprint" 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="M35.193 89.692c.056.297.16.57.313.814.148.24.34.448.556.612.217.165.461.289.721.357.26.068.53.088.806.044l11.13-1.83c.08.116.172.236.284.364.336.376 1.502 1.166 2.363 1.827.794.613 3.041 2.492 3.774 3.125h28.99l-3.454-2.929a2.64 2.64 0 0 0-1.666-.657l-1.102-.028-1.19-1.438a5.542 5.542 0 0 0-2.063-1.923c-.06-.032-.124-.06-.188-.093-.193-.68-.253-1.346-.325-1.959-.104-.84-.396-2.596-.52-3.136a87.934 87.934 0 0 0-.77-2.777c-.164-.557-.477-2.965-.653-3.83-.152-.729-.665-1.542-1.038-2.06 0 .009.013.025.028.057l-.032-.044v-.008c-.012-.016-.016-.024-.028-.036-.056-.08-.112-.152-.156-.212-.356-.47-1.57-1.51-1.867-1.787-.296-.277-1.066-.733-1.394-.998-.329-.264-1.018-.493-1.667-.34a1.615 1.615 0 0 0-.62.324c.003-.004.007-.012.016-.02-.313.248-.513.541-.513.541s-.093-.132-.165-.288c-.072-.157-.48-1.154-.729-1.7-.252-.544-.649-1.345-1.061-1.81-.41-.465-1.078-.573-1.595-.52-.513.051-1.086.464-1.386.78a1.222 1.222 0 0 0-.252.441h-.005c-.036.104-.06.212-.084.32l-.012.069c-.008.04-.012.076-.016.112l-.012.096c0 .032-.008.064-.008.092 0 .028 0 .052-.004.08 0 .028-.004.056-.004.08-.012.305-.1.946-.136 1.214l-.02.117v.012s-.313-.75-.477-1.17a47.643 47.643 0 0 1-.769-2.124c-.176-.537-.717-.99-1.21-1.21l-5.492-24.702a2.247 2.247 0 0 0-.289-.685 2.49 2.49 0 0 0-.489-.557 2.216 2.216 0 0 0-.629-.369 1.882 1.882 0 0 0-.693-.128l-19.775.316c-.264 0-.509.065-.72.16a1.546 1.546 0 0 0-.722.694c.008-.016.016-.036.028-.052.024-.044.056-.088.084-.133l-1.206 1.695c-.06.084-.108.172-.148.269a1.76 1.76 0 0 0-.096.3c-.02.104-.032.212-.036.325 0 .112.008.228.028.344l8.385 45.956-.02.016Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M56.79 29.898c.257 0 .513.049.758.14.24.093.476.233.685.401.208.173.388.377.533.605.144.229.252.481.312.745L69.63 79.24c.069.301.08.606.04.882-.04.277-.128.541-.26.773a1.91 1.91 0 0 1-.509.577 1.608 1.608 0 0 1-.717.297l-22.54 3.682a2.16 2.16 0 0 1-.892-.048 2.235 2.235 0 0 1-.798-.401 2.676 2.676 0 0 1-.62-.685 2.527 2.527 0 0 1-.345-.902l-9.443-51.076a1.85 1.85 0 0 1 .02-.801c.064-.248.176-.473.332-.665.16-.192.357-.345.59-.453.232-.108.496-.172.785-.176l21.517-.345Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m68.185 81.78-22.54 3.681c-.3.052-.605.032-.885-.048a2.335 2.335 0 0 1-.797-.4 2.544 2.544 0 0 1-.966-1.587l-9.45-51.088a1.809 1.809 0 0 1 .004-.741 1.815 1.815 0 0 1 .184-.48c.028-.05.06-.097.092-.145l-1.314 1.847c-.064.092-.12.188-.165.288a1.808 1.808 0 0 0-.144.677c0 .124.008.248.032.373l9.127 50.006a2.487 2.487 0 0 0 .942 1.55c.235.18.5.313.784.39.28.075.577.095.874.047l22.134-3.641 2.088-.734v.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M56.443 30.656a1.54 1.54 0 0 1 .6.1 1.924 1.924 0 0 1 .962.785c.116.185.2.381.244.594l10.176 47.47c.048.233.056.457.02.673a1.627 1.627 0 0 1-.212.581c-.104.172-.24.317-.405.429a1.292 1.292 0 0 1-.565.216l-21.413 2.94a1.57 1.57 0 0 1-.67-.051 1.862 1.862 0 0 1-.6-.309 1.981 1.981 0 0 1-.725-1.186L34.38 33.172a1.505 1.505 0 0 1 .008-.629 1.35 1.35 0 0 1 .248-.524c.116-.153.265-.273.445-.365a1.4 1.4 0 0 1 .597-.152l20.769-.846h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m41.719 31.053 10.092-.325.128.786a.836.836 0 0 1-.052.444 1.03 1.03 0 0 1-.273.377 1.435 1.435 0 0 1-.456.276c-.18.073-.377.12-.597.14h-.129l-6.658.245a2.487 2.487 0 0 1-.697-.072 2.273 2.273 0 0 1-.597-.24 1.526 1.526 0 0 1-.433-.373 1.015 1.015 0 0 1-.208-.465l-.12-.801v.012-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m45.396 42.57.157.754-2.592.196a.88.88 0 0 0-.35.092.829.829 0 0 0-.264.196.76.76 0 0 0-.156.269.59.59 0 0 0-.012.312l.61 3.009-.73.06-.605-3.009a1.453 1.453 0 0 1 .008-.617c.044-.192.136-.368.26-.52.125-.153.277-.277.465-.373.189-.096.393-.152.625-.172l2.592-.193-.008-.004Zm8.847-.648c.224-.016.44.012.649.077.208.064.404.164.58.288.177.128.325.28.445.457.12.176.209.372.249.585l.649 3.048-.697.056-.65-3.052a.8.8 0 0 0-.136-.297.932.932 0 0 0-.248-.236 1.25 1.25 0 0 0-.324-.148 1.019 1.019 0 0 0-.365-.036l-2.796.208-.157-.745 2.797-.205h.004Zm-9.672 14.383.585 2.908a.757.757 0 0 0 .14.305c.068.092.16.176.26.24s.221.116.337.148c.12.032.253.044.38.028l2.52-.252.161.77-2.524.26c-.232.024-.46 0-.681-.06-.22-.06-.42-.16-.605-.285a1.862 1.862 0 0 1-.465-.473 1.652 1.652 0 0 1-.26-.609l-.585-2.908.73-.068h.007v-.004Zm14.071-1.382.617 2.892c.044.217.044.425 0 .621a1.383 1.383 0 0 1-.681.914 1.632 1.632 0 0 1-.605.188l-2.853.289-.16-.766 2.852-.284a.937.937 0 0 0 .341-.1.798.798 0 0 0 .397-.477.686.686 0 0 0 .008-.313l-.617-2.896.697-.068h.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M48.55 31.22h.016a.46.46 0 0 1 .124.02c.04.013.076.037.108.069.032.032.06.064.084.1.024.036.036.08.044.128.008.044 0 .084-.004.125a.249.249 0 0 1-.048.104.29.29 0 0 1-.08.076.248.248 0 0 1-.108.036h-.016c-.044 0-.084 0-.124-.02a.31.31 0 0 1-.108-.068.533.533 0 0 1-.085-.104.346.346 0 0 1-.044-.129c-.008-.044-.004-.084 0-.124 0-.04.024-.072.048-.104a.283.283 0 0 1 .196-.112h-.003v.004Zm-3.534.117 2.776-.092a.32.32 0 0 1 .216.08.345.345 0 0 1 .117.209v.024a.263.263 0 0 1-.12.28.264.264 0 0 1-.104.032l-2.777.096a.317.317 0 0 1-.216-.08.427.427 0 0 1-.076-.092.363.363 0 0 1-.04-.116v-.024a.265.265 0 0 1 .044-.212.221.221 0 0 1 .08-.069.288.288 0 0 1 .104-.032l-.004-.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M53.242 49.634h.032c.34.44.585.97.749 1.542.164.573.244 1.198.268 1.823a10.342 10.342 0 0 1-.464 3.441c-.017.044-.044.14-.089.253-.044.116-.1.264-.16.397-.06.136-.128.268-.196.368-.068.1-.136.168-.197.176h-.028s-.007 0-.011-.004c0-.004-.008-.004-.013-.008-.012-.04-.028-.072-.04-.104s-.028-.06-.04-.088a.318.318 0 0 1-.024-.088v-.112a1.83 1.83 0 0 1 .108-.409c.057-.152.125-.328.197-.509.072-.18.144-.36.208-.545a4.07 4.07 0 0 0 .148-.508 9.09 9.09 0 0 0 .125-.886c.028-.316.048-.657.052-.993a11.83 11.83 0 0 0-.028-1.002 7.175 7.175 0 0 0-.125-.905 2.484 2.484 0 0 0-.136-.413c-.06-.144-.132-.296-.2-.44-.068-.145-.136-.281-.188-.401a1.504 1.504 0 0 1-.105-.3.259.259 0 0 1 0-.097c.008-.032.012-.06.028-.088a.217.217 0 0 1 .053-.064.163.163 0 0 1 .076-.032v-.004Zm-3.098 1.771.372.072c.064.093.117.309.153.59.036.276.056.616.052.94a4.687 4.687 0 0 1-.076.882c-.053.24-.133.397-.245.409h-.032a.466.466 0 0 1-.16-.273 1.195 1.195 0 0 1-.008-.36c.012-.132.036-.265.056-.393a2.53 2.53 0 0 0 .036-.368c0-.125 0-.249-.008-.373-.008-.128-.012-.252-.024-.373a6.056 6.056 0 0 0-.048-.376 3.61 3.61 0 0 0-.076-.373h.004l.004-.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M49.828 48.91a2.667 2.667 0 0 1 1.158.173c.188.071.376.167.557.283.18.12.348.26.508.425.421.437.701 1.013.862 1.662.164.65.217 1.37.18 2.092a10.276 10.276 0 0 1-.329 2.09c-.176.65-.404 1.227-.66 1.652l-.1.164a2.44 2.44 0 0 1-.168.24 1.884 1.884 0 0 1-.197.229c-.068.064-.128.104-.188.108h-.04s-.013 0-.02-.008l-.02-.012a.845.845 0 0 1 .011-.377c.029-.116.085-.228.149-.328a5.77 5.77 0 0 1 .2-.305c.068-.1.132-.204.176-.305.172-.392.325-.829.453-1.294.128-.46.224-.94.276-1.433.056-.493.072-.99.036-1.479a5.816 5.816 0 0 0-.28-1.422 2.56 2.56 0 0 0-.413-.757 2.594 2.594 0 0 0-.612-.55 2.328 2.328 0 0 0-.734-.316 2.306 2.306 0 0 0-.773-.068c-.1.008-.2.024-.296.048a2.169 2.169 0 0 0-.558.228 1.378 1.378 0 0 0-.248.185c-.032.028-.08.092-.136.172-.056.08-.12.176-.188.265-.068.092-.136.184-.2.252-.064.069-.12.113-.165.117h-.04a.506.506 0 0 1-.088-.257c0-.084.012-.168.044-.248.032-.08.076-.157.124-.229.048-.072.104-.14.156-.196.1-.116.213-.224.33-.313a2.192 2.192 0 0 1 .788-.392c.145-.04.285-.064.437-.076v-.012l.008-.009Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M51.811 53.087c.048.252.065.509.053.773a5.192 5.192 0 0 1-.1.785c-.053.26-.129.513-.213.761a8.075 8.075 0 0 1-.272.694 5.05 5.05 0 0 1-.205.38 19.34 19.34 0 0 1-.372.626c-.14.22-.289.428-.429.588-.14.16-.268.268-.364.277h-.025s-.016 0-.024-.004-.016-.004-.02-.008a.091.091 0 0 0-.02-.013.715.715 0 0 1 .028-.4c.044-.128.124-.253.212-.373s.193-.24.285-.357a2.8 2.8 0 0 0 .256-.352 6.633 6.633 0 0 0 .638-1.534 7.15 7.15 0 0 0 .176-.83c.044-.28.068-.569.072-.853l.324-.14v-.02Zm-1.894 2.22h.095c.093.076.081.225.01.405-.073.184-.21.405-.362.621a7.171 7.171 0 0 1-.48.6 2.462 2.462 0 0 1-.353.341c-.032.02-.064.04-.096.056s-.06.032-.089.044c-.028.012-.056.02-.08.028a.228.228 0 0 1-.072.012.182.182 0 0 1-.108-.016.093.093 0 0 1-.048-.076.267.267 0 0 1 .024-.137c.024-.056.056-.12.109-.196.052-.08.124-.164.2-.248.076-.084.164-.172.252-.252.088-.084.176-.172.26-.26.084-.089.16-.173.225-.257.04-.052.068-.116.1-.188s.056-.145.092-.217a.631.631 0 0 1 .128-.184.346.346 0 0 1 .203-.092l-.01.016Zm.172-5.185c.08-.008.16-.004.24 0 .08 0 .164.024.24.048a1.547 1.547 0 0 1 .485.245 1.944 1.944 0 0 1 .553.688c.06.137.093.265.068.377-.024.113-.096.197-.24.237-.037-.16-.1-.313-.184-.457a1.895 1.895 0 0 0-.297-.385 1.34 1.34 0 0 0-.372-.26.825.825 0 0 0-.53-.056c-.04.012-.076.024-.116.04a.606.606 0 0 0-.112.06.85.85 0 0 0-.393.568c-.044.189-.044.39-.028.61.016.22.052.44.076.669.024.228.048.449.036.661a4.18 4.18 0 0 1-.2.985 5.97 5.97 0 0 1-.444 1.038 4.691 4.691 0 0 1-.633.902 2.16 2.16 0 0 1-.762.568c-.016.008-.032.013-.048.02-.015.009-.032.012-.047.016a.64.64 0 0 0-.044.013c-.012.004-.029.004-.04.004a.256.256 0 0 1-.141-.02.13.13 0 0 1-.069-.085.267.267 0 0 1 .021-.14.683.683 0 0 1 .124-.188c.245-.272.473-.501.69-.721.216-.22.408-.417.576-.645.168-.228.305-.473.409-.781a4.03 4.03 0 0 0 .152-1.807c-.028-.224-.064-.449-.08-.665a2.126 2.126 0 0 1 .031-.621 1.13 1.13 0 0 1 .293-.541 1.373 1.373 0 0 1 .368-.269.927.927 0 0 1 .21-.076c.072-.016.143-.032.215-.04h.004l-.011.008Zm5.111 2.112c.022 0 .044.003.065.025a.25.25 0 0 1 .068.084c.02.04.044.083.06.14.016.055.032.12.044.196.044.276.06.573.056.874-.004.3-.024.608-.056.917-.032.308-.076.613-.12.909-.044.296-.092.585-.132.85l-.428-.209c.112-.26.18-.536.215-.82.036-.285.044-.586.04-.883-.004-.296-.015-.596-.02-.88-.003-.285 0-.565.028-.826a1.46 1.46 0 0 1 .028-.16.454.454 0 0 1 .04-.112.24.24 0 0 1 .052-.069.138.138 0 0 1 .06-.028v-.008Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M47.973 51.053a.183.183 0 0 1 .113.06.294.294 0 0 1 .06.117.832.832 0 0 1 .027.135c0 .044.012.088.016.124.052.345.089.673.097.982a4.3 4.3 0 0 1-.057.89c-.052.28-.132.556-.252.817-.124.26-.288.52-.509.773a3.751 3.751 0 0 1-.564.537c-.108.08-.225.148-.34.2-.121.053-.25.088-.374.1h-.096c-.012-.044-.024-.08-.032-.112a.402.402 0 0 1-.015-.092c0-.028 0-.056.015-.084.016-.028.033-.06.06-.093a.96.96 0 0 1 .173-.14 7.44 7.44 0 0 1 .252-.16c.092-.056.188-.116.272-.184.088-.068.177-.136.245-.212.14-.152.26-.31.368-.478a2.67 2.67 0 0 0 .261-.524c.068-.184.12-.377.152-.577.032-.2.048-.413.044-.637 0-.056-.02-.168-.044-.308a6.753 6.753 0 0 1-.068-.477 1.793 1.793 0 0 1 0-.44c.02-.12.072-.201.164-.21l.005-.007h.027Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M49.616 47.674c.164-.012.325-.016.493-.008a3.99 3.99 0 0 1 1.521.413c.089.044.19.093.286.148.096.057.196.12.276.188a.93.93 0 0 1 .212.241.54.54 0 0 1 .08.296 1.023 1.023 0 0 1-.349-.096 2.919 2.919 0 0 1-.328-.18c-.112-.068-.22-.14-.333-.208a1.904 1.904 0 0 0-.364-.173 4.17 4.17 0 0 0-.364-.108 3.016 3.016 0 0 0-.36-.068 3.68 3.68 0 0 0-.358-.028c-.12 0-.236 0-.348.011a3.069 3.069 0 0 0-.937.23 2.872 2.872 0 0 0-.798.496c-.236.208-.433.46-.593.75a2.81 2.81 0 0 0-.32.973 3.81 3.81 0 0 0-.028.821c.016.26.052.521.072.777.02.257.024.513-.016.778a2.38 2.38 0 0 1-.285.817c-.032.056-.1.144-.196.244s-.212.217-.336.32c-.128.109-.26.213-.393.285-.132.076-.256.132-.356.14h-.081a.14.14 0 0 1-.068-.024.21.21 0 0 1-.056-.048.317.317 0 0 1-.044-.072c-.024-.056.012-.124.084-.196.072-.072.177-.153.285-.233.112-.08.236-.16.34-.232.108-.072.2-.144.253-.2a1.88 1.88 0 0 0 .376-.605 1.66 1.66 0 0 0 .096-.585c0-.196-.024-.4-.056-.617a6.944 6.944 0 0 1-.072-.697 3.52 3.52 0 0 1 .192-1.382c.148-.417.373-.79.657-1.098a3.405 3.405 0 0 1 1.002-.749 3.458 3.458 0 0 1 1.228-.333l-.014.012Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M48.29 46.657c.047 0 .093 0 .133.008a.26.26 0 0 1 .187.173.718.718 0 0 1 .036.184 3.94 3.94 0 0 0-1.07.473 3.86 3.86 0 0 0-.872.769 4 4 0 0 0-.926 2.195c-.024.236-.008.493.016.762.024.268.052.54.064.8.012.265 0 .514-.064.738a1.053 1.053 0 0 1-.485.645c-.044.028-.092.052-.14.076-.048.024-.1.044-.148.06a.674.674 0 0 1-.144.032c-.044 0-.088 0-.128-.008a.211.211 0 0 1-.109-.06.326.326 0 0 1-.076-.12.615.615 0 0 1-.032-.189c.308-.072.513-.168.65-.28a.631.631 0 0 0 .219-.404c.024-.157.005-.33-.02-.526-.023-.196-.056-.408-.064-.64-.012-.465.02-.914.105-1.338.084-.425.212-.83.388-1.206a4.069 4.069 0 0 1 1.654-1.799l.169-.096a2.785 2.785 0 0 1 .441-.209.753.753 0 0 1 .216-.048v.008Zm-3.554 1.647h.016c.112.016.168.08.184.176a.843.843 0 0 1-.032.336c-.032.124-.08.253-.124.36a2.228 2.228 0 0 0-.088.246c-.02.1-.04.212-.056.324-.016.116-.036.24-.056.36-.02.124-.032.249-.044.36-.012.117-.02.234-.025.33 0 .032.013.144.029.288.016.148.035.337.047.525a2.65 2.65 0 0 1-.007.51c-.02.139-.06.231-.136.24h-.04c-.008 0-.017 0-.025-.008-.008-.004-.016-.01-.024-.013-.072-.044-.124-.184-.164-.376a4.267 4.267 0 0 1-.068-.693c-.008-.257-.012-.51-.008-.73 0-.22.012-.392.02-.484a8.649 8.649 0 0 1 .208-.97c.056-.2.12-.393.185-.537.064-.144.136-.24.204-.248l.004.004Zm5.581-1.827a1.3 1.3 0 0 1 .385.044c.152.036.312.08.473.136a9.197 9.197 0 0 1 .76.304c.305.148.618.34.918.573a6.904 6.904 0 0 1 1.586 1.707c.208.32.373.653.486.986.012.036.039.132.07.256.033.125.066.264.09.413.024.148.035.28.027.388-.008.108-.04.177-.104.185h-.052c-.012 0-.02-.009-.028-.013-.008 0-.02-.012-.032-.016a7.437 7.437 0 0 0-.525-1.434 6.5 6.5 0 0 0-.79-1.23 5.355 5.355 0 0 0-1.06-.977 5.56 5.56 0 0 0-1.33-.686c-.077-.028-.193-.043-.317-.067-.129-.024-.265-.044-.389-.076a.592.592 0 0 1-.292-.149c-.064-.068-.08-.156-.028-.268.008-.008.016-.012.028-.02a.145.145 0 0 1 .036-.016c.012 0 .028-.008.04-.012.012 0 .032 0 .048-.008v-.02Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m49.023 45.202.008.017a6.258 6.258 0 0 1 2.42.304 7.374 7.374 0 0 1 3.938 3.124c.46.754.785 1.607.929 2.537a.422.422 0 0 1-.092.068c-.016.008-.028.012-.04.016-.012 0-.024.008-.036.008-.06 0-.108-.028-.145-.089a.913.913 0 0 1-.087-.232 3.941 3.941 0 0 1-.06-.28 1.402 1.402 0 0 0-.06-.24 8.535 8.535 0 0 0-1.127-2.1 6.914 6.914 0 0 0-1.554-1.542 6.092 6.092 0 0 0-1.895-.913 6.197 6.197 0 0 0-2.155-.21c-.052 0-.104.01-.156.017-.052.009-.105.012-.157.016-.051 0-.104.013-.156.02-.052.009-.104.016-.16.024-.26.044-.494.12-.71.217-.216.096-.42.208-.616.32-.196.116-.393.24-.598.345a3.735 3.735 0 0 1-.644.28c-.072-.056-.076-.133-.04-.217a.93.93 0 0 1 .2-.26 3.2 3.2 0 0 1 .488-.38 5.196 5.196 0 0 1 1.86-.77c.216-.044.433-.071.653-.092l-.008.012Zm-1.077 5.851h-.013l.016-.004-.003.004Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m58.305 49.32.053.497-15.972 1.711-.108-.994 15.974-1.71.053.496Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M63.24 90.096c.538.473 1.367 1.174 1.988 1.27.625.096 2.436.913 3.217 1.358.433.249 1.63 1.168 2.756 2.286l21.818.002c-1.963-2.188-3.661-4.103-4.198-4.772-1.503-1.87-2.111-3.008-2.648-3.806-.533-.797-1.326-2.303-1.787-3.333-.46-1.03-.541-2.047-.653-2.96-.112-.914-.429-2.825-.57-3.414-.14-.589-.66-2.416-.832-3.02-.177-.606-.513-3.226-.71-4.167-.2-.942-.949-2.003-1.334-2.512-.384-.509-1.71-1.643-2.03-1.943-.321-.3-1.163-.797-1.52-1.086-.356-.284-1.105-.537-1.814-.369-.71.173-1.218.926-1.218.926s-.1-.144-.18-.313c-.08-.172-.521-1.257-.793-1.846-.273-.593-.71-1.463-1.154-1.971-.445-.505-1.174-.626-1.735-.57-.557.057-1.182.505-1.506.85-.325.344-.421.997-.437 1.422-.016.42-.168 1.446-.168 1.446s-.337-.813-.521-1.274a48.66 48.66 0 0 1-.837-2.311c-.257-.77-1.194-1.382-1.803-1.462-.61-.08-1.29.072-1.923.476-.641.4-.938 1.294-.978 1.71-.036.414.365 1.483.365 1.483s-.048.169-.048.3c0 .133.012.946.112 1.459.1.513.44 1.122.44 1.122l.065.757c-.225 0-1.346-.349-1.675-.589-.325-.232-1.01-1.334-1.438-2.344-.429-1.01-1.21-3.036-1.563-3.758-.352-.72-1.674-3.169-1.883-3.701a119.39 119.39 0 0 1-1.246-3.45c-.204-.625-.957-2.828-1.197-3.457-.24-.63-1.238-1.991-2.857-1.434-1.618.556-1.57 2.283-1.37 3.437.204 1.158.633 2.965 1.066 4.078.428 1.114 1.41 4.335 1.77 5.369.357 1.033 1.51 3.1 2.148 4.395.637 1.286 1.542 2.988 1.819 3.71.272.72 1.057 3.289 1.153 3.513.096.224.457.998.645 1.386.189.389.269 1.162.297 1.63.032.47.04 3.106.04 3.106s-.156-.024-.32-.064a4.507 4.507 0 0 0-.521-.065c.008-.16-.089-.436-.209-.609-.12-.172-.76-.709-1.23-1.117a6.032 6.032 0 0 0-1.041-.71s-.044-.508-.072-.773c-.032-.26-.34-.865-.557-1.242-.217-.372-.677-1.001-1.022-1.41-.34-.404-1.114-1.065-1.959-1.55-.845-.485-1.43-.469-1.89-.417-.462.052-.946.397-1.099.601-.152.204-.136.48-.136.48-.048.073.008.441.233.882.228.44.953 1.791 1.061 1.975.112.185.12.349.132.573.012.22.06.593.125.894.064.304.168 1.802.152 2.027-.012.228.048.44.124.525.076.08.092.336.16.46.068.125.561.733.785.938.229.208.473.308.553.332.08.024.289.305.545.47.257.167 1.863 1.553 2.756 2.527.89.974.91 1.426 1.515 2.103.364.409 1.634 1.27 2.572 1.987.937.722 3.742 3.073 4.279 3.546l-.008.008Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M58.152 73.615a2.582 2.582 0 0 0-.184-.633 53.923 53.923 0 0 1-.645-1.39c-.096-.228-.877-2.792-1.154-3.513-.272-.722-1.182-2.42-1.819-3.71-.384-.785-.961-1.847-1.434-2.8.377.648.753 1.297.93 1.61.424.753 2.115 3.794 2.636 5.224.52 1.426 1.11 3.265 1.378 3.93.26.65.28 1.262.28 1.286l.012-.004Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M49.84 70.07c-1.423.129-1.587.938-1.595.974-.016-.1-.012-.168.008-.196 0 0 .072-.285.365-.481.456-.305 1.134-.32 1.222-.3v.003Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M50.4 72.594v.028c-.011.265-.26.545-.38.657-.12.113-.445.473-.445.473-.008-.016-.016-.032-.028-.048a121.89 121.89 0 0 1-1.061-1.975 2.325 2.325 0 0 1-.24-.69c.007-.031.171-.844 1.594-.973.088.024.216.63.304.982.088.344.248 1.242.253 1.542l.004.004Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.203 95.01c-1.137-1.134-2.322-2.042-2.762-2.29-.782-.441-2.592-1.262-3.217-1.354-.621-.097-1.45-.797-1.988-1.27-.536-.477-3.34-2.827-4.278-3.548-.938-.721-2.208-1.578-2.572-1.987-.605-.677-.625-1.13-1.519-2.102-.893-.974-2.5-2.363-2.756-2.527-.256-.169-.465-.445-.545-.469a1.677 1.677 0 0 1-.553-.332c-.224-.209-.721-.813-.785-.938-.068-.124-.084-.38-.16-.46-.076-.084-.137-.3-.124-.525.015-.228-.089-1.726-.153-2.026a6.655 6.655 0 0 1-.124-.893 2.042 2.042 0 0 0-.04-.34c.02.047.176.468.268 1.1.1.673.185 1.979.225 2.143.04.164.332-.076.332-.076-.196.385-.148.937.02 1.162.164.22.69.784 1.014.829.32.044.605-.113.605-.113-.148.265-.092.557.012.637.104.08 1.639 1.446 2.376 2.09.737.646 1.286 1.627 1.67 2.203.38.581 1.262 1.15 2.72 2.3.57.448 3.318 2.587 4.696 3.688 1.378 1.097 1.603.957 2.484 1.185.881.229 2.824 1.162 4.339 2.527.453.409.99.781 1.446 1.39"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M74.587 95.009c-1.246-1.41-2.264-2.548-2.716-3.02l.016-.017c-1.695-1.759-4.015-3.173-5.725-4.174-1.711-1.002-4.363-2.2-5.16-2.941-.798-.745-1.9-3.45-2.076-4.747-.172-1.302-.172-4.083-.18-5.385-.004-1.302-.741-2.88-1.01-3.678-.272-.797-1.125-3.22-1.502-3.938-.373-.721-1.294-2.235-1.699-3.12-.404-.886-.156-1.134-.156-1.134-.288-.057-.649-.321-1.017-.818-.814-1.097-1.347-2.664-1.33-2.612.072.22.136.409.184.553.068.196.164.425.276.681l.028.064c.04.088.08.176.124.269 0 .008.008.016.012.024.029.06.06.124.089.188.04.084.084.172.128.256.004.008.008.02.016.028a.884.884 0 0 0 .052.1c.372.645.75 1.286.921 1.599.425.753 2.116 3.794 2.636 5.224.521 1.426 1.11 3.265 1.379 3.93.248.621.276 1.21.28 1.282v.008c.024.133.044.26.06.393.004.044.012.088.016.132 0 .024 0 .048.008.076 0 .032.008.068.008.1 0 .02 0 .04.004.06.008.089.012.169.016.241v.313c.02.845.028 2.788.028 2.788s-.156-.028-.32-.068c-.168-.036-.521-.064-.521-.064.008-.157-.088-.437-.208-.61-.12-.172-.766-.704-1.23-1.113-.465-.409-1.042-.713-1.042-.713s-.044-.509-.072-.773a.318.318 0 0 0-.02-.097c-.008-.036-.024-.076-.036-.12-.016-.044-.032-.088-.052-.136l-.024-.06s-.004-.008-.004-.012l-.032-.072a.498.498 0 0 0-.04-.08 2.733 2.733 0 0 0-.076-.157c-.012-.028-.028-.052-.04-.08-.08-.156-.165-.304-.237-.432-.012-.024-.028-.048-.044-.073a12.667 12.667 0 0 0-.977-1.334c-.013-.016-.025-.028-.037-.044l-.084-.092-.048-.048c.866 1.274 1.178 1.907 1.402 2.516.233.609-.208 1.318-.208 1.318.212 0 .469 0 .73.144.26.145 1.586 1.358 1.85 1.671.264.305-.284.933-.284.933.36-.076.829-.044 1.01.189.18.232.18.897.192 1.154.012.256-.193 1.426-.513 1.422-.325 0-2.528-2.096-3.35-2.945-.817-.853-.937-1.386-.937-1.386-.212.124-.89-.128-1.074-.313-.184-.192-.18-.572-.18-.572-.244.036-.517-.105-.569-.257-.052-.152-.18-.593-.284-1.374-.068-.525-.36-1.118-.553-1.45v.028c-.012.268-.264.545-.38.657-.117.108-.425.449-.445.473a.61.61 0 0 1 .052.132l.012.04v.008c.02.048.176.469.272 1.102.1.673.184 1.979.224 2.143.04.164.333-.076.333-.076-.196.385-.148.941.02 1.162.168.22.69.789 1.014.829.32.044.605-.112.605-.112-.149.264-.093.557.012.637.104.08 1.638 1.446 2.371 2.091.733.645 1.29 1.627 1.67 2.204.381.58 1.263 1.15 2.721 2.3.57.448 3.317 2.587 4.696 3.689 1.378 1.098 1.606.957 2.483 1.186.882.228 2.825 1.162 4.34 2.528.52.437 1.037.837 1.453 1.386M58.301 77.906c0-.136.008-.192.008-.192s-.004.052-.008.192c0 .068-.004.16-.008.272 0-.116 0-.204.008-.272ZM56.17 76.16s-.032-.028-.048-.04c.016.012.032.028.048.04Zm-1.27-1.614c-.008.24-.044.58-.152.68.108-.103.144-.44.152-.68Zm.264.81c.008.003.02.015.028.02a.122.122 0 0 0-.028-.02Zm1.246 1.013c.337.296.705.597.79.717-.085-.116-.445-.42-.79-.717Zm.902 1.17a.454.454 0 0 1-.104.304.5.5 0 0 0 .104-.305Zm.38.196Zm.449.409c0-.037-.016-.065-.028-.097.012.032.024.06.028.096 0 .017 0 .037.004.069 0-.028 0-.052-.004-.069Zm.008.168c0 .084.008.192.012.312.012.365.032.882.068 1.374-.036-.492-.052-1.005-.068-1.374 0-.124-.008-.232-.012-.312Zm.144 2.383a20.46 20.46 0 0 1-.064-.66 10 10 0 0 0 .064.66Zm.1.553s-.036-.633-.064-1.302c.028.673.064 1.302.064 1.302Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M52.945 50.07c-.08.057-.75.23-.998.281-.477.108-.773.104-1.11.12-.332.017-.456-.176-.549-.3-.092-.132-.624-1.454-.64-1.554 0 0 .372-.978 1.334-1.278.949-.293 1.806.524 1.83.548.069.245.24 1.158.273 1.455.036.324-.06.673-.14.729Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M52.816 47.883c-.024-.02-.877-.842-1.83-.55-.962.297-1.335 1.279-1.335 1.279-.036-.209.469-1.294 1.458-1.418.99-.129 1.64.512 1.691.645 0 .008.008.024.016.048v-.004Zm9.727 17.19c-.02-.036-.344-.625-.44-1.122-.1-.513-.113-1.326-.113-1.458 0-.132.048-.3.048-.3s.177.624.277 1.261c.1.621.224 1.579.228 1.627v-.008Zm5.946-.847c-.008-.3-.048-1.186-.048-1.186s-.029-.741-.037-1.018c-.007-.276-.04-1.174-.344-.837a3.377 3.377 0 0 0-.16.921c-.012.329-.109 1.03-.149 1.318-.011.08-.02.129-.02.129s.345.773.421.921c.076.144.437.677.465.717-.008-.04-.128-.677-.136-.97h.004l.004.005Zm6.37 2.019a54.935 54.935 0 0 0-.545-.73c-.264-.356-.609-.969-.609-.969s.216-.317.557-.589c-.329.328-.232.813-.012 1.214.208.376.569 1.013.605 1.074h.004Zm-12.175.24s-1.378-.424-1.79-.669c-.413-.24-.81-.993-1.178-1.554-.365-.561-.43-1.01-.814-1.88-.384-.869-.941-1.257-.941-1.257s.1-.91-.205-1.499c-.304-.589-.829-1.23-.829-1.23.144-.476-1.206-2.944-1.61-4.294-.317-1.058-.617-.958-.617-.958.088-.204.156-.188-.113-1.09-.268-.9-1.31-4.098-1.31-4.098.157.208.265.413.32.573.241.633.994 2.836 1.199 3.457.204.625 1.033 2.917 1.246 3.45.212.533 1.53 2.98 1.883 3.702.352.72 1.133 2.748 1.562 3.758.429 1.01 1.114 2.11 1.438 2.347.325.24 1.45.593 1.675.59l.076.656.008-.004Zm17.544 1.273s-.213.985-1.166.985c-.954 0-2.04-.749-2.04-.749s1.23.216 1.972.16c.74-.06 1.237-.396 1.237-.396h-.003Zm-5.338.277s-.116 1.927-1.197 1.903c-1.082-.024-2.552-1.582-2.552-1.582 3.169 1.222 3.75-.32 3.75-.32Zm-6.602 3.141c-1.093.26-3.18-1.318-3.217-1.354.052.02 2.064.753 3.197.392 1.15-.36 1.246-1.426 1.246-1.426s-.128 2.127-1.226 2.388Zm-5.408 2.812c-1.238.168-2.403-.741-2.447-.773.044.016 1.562.556 2.24.1.688-.465.804-1.619.804-1.619s.653 2.128-.6 2.3l.003-.008Zm7.716 5.789c-.641-.48-1.278-.962-1.875-1.494-.982-.882-1.863-1.923-3.057-2.48.661.845 1.659 1.342 2.592 1.875a25.884 25.884 0 0 1 3.185 2.143c.665.525 2.468 1.67 2.588 2.528-1.198-.757-2.307-1.719-3.437-2.572h.004Zm3.381-1.927c-.244-.765-.484-1.522-.66-2.307-.285-1.29-.401-2.648-1.054-3.794.048 1.074.573 2.06 1.025 3.033a24.85 24.85 0 0 1 1.35 3.593c.24.81 1.046 2.793.645 3.558-.536-1.31-.88-2.736-1.314-4.086h.004l.004.004Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M92.566 95.008c-2.18-2.428-4.01-4.49-4.27-4.84-.681-.925-1.767-2.467-2.572-3.773-.806-1.298-1.555-2.532-1.891-3.798-.337-1.266-.601-3.366-.673-4.119l-.497-2.564c-.156-.436-.497-1.763-.645-2.532-.148-.773-.317-2.175-.44-2.989-.125-.813-.305-1.53-.47-1.874a63.62 63.62 0 0 0-.62-1.218 9.614 9.614 0 0 0-.205-.273 6.132 6.132 0 0 0-.425-.465c.934 1.299 1.182 2.224 1.475 3.566.292 1.338.496 4.443 1.065 5.986.57 1.542.581 5.94 1.374 7.764.794 1.826 2.765 5.003 4.716 7.207.593.673 1.927 2.171 3.485 3.926h.59l.003-.004Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M93.14 95.01c-2.031-2.192-3.782-4.111-4.315-4.776-1.498-1.875-2.111-3.009-2.644-3.806-.533-.793-1.326-2.304-1.787-3.333-.46-1.03-.54-2.047-.653-2.96-.112-.914-.428-2.825-.569-3.414-.14-.59-.66-2.416-.833-3.021-.18-.605-.517-3.225-.713-4.166-.168-.794-.725-1.68-1.13-2.24.024.052.46.881.621 1.218.164.344.345 1.061.469 1.875.124.813.292 2.223.44 2.989.149.773.485 2.095.645 2.531.16.437.425 1.811.497 2.565.072.757.333 2.856.673 4.118.337 1.266 1.086 2.492 1.891 3.798.81 1.306 1.895 2.848 2.572 3.774.253.344 2.076 2.404 4.259 4.843h.573l.004.005Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M95.272 95.01 86.55 84.457c-.581-.901-1.342-1.615-2.248-2.091a6.096 6.096 0 0 0-3.005-.694c-1.081.025-2.195.301-3.277.822-1.081.52-2.107 1.27-3.012 2.2a14.002 14.002 0 0 0-3.221 5.328c-.553 1.678-.75 3.393-.585 4.991h24.07v-.004Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M95.272 95.01 86.55 84.457c-.581-.901-1.342-1.615-2.248-2.091a6.096 6.096 0 0 0-3.005-.694c-1.081.025-2.195.301-3.277.822-1.081.52-2.107 1.27-3.012 2.2a14.002 14.002 0 0 0-3.221 5.328c-.553 1.678-.75 3.393-.585 4.991h24.07v-.004Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m100.58 95.032-9.725-8.267a2.894 2.894 0 0 0-1.816-.718l-1.45-.036c-5.15-.136-10.978 3.605-13.73 9.005l26.721.016Z" clip-rule="evenodd"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Handshake" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.928 80.544a.958.958 0 0 0-.293-.19c-.023.07.024.142.072.201.07.092.146.179.237.25.071.055.436.325.416.115-.012-.095-.103-.115-.17-.159-.1-.063-.175-.138-.262-.221v.004Z" opacity=".9"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M68.678 81.966c.467-.075.828 0 1.216-.36.122-.115.332-.452.02-.404-.183.028-.333.309-.456.416-.218.19-.491.3-.784.348h.004Z" opacity=".9"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m76.856 71.817 2.617 2.846 1.774-1.37-2.463-5.629-1.928 4.153Z" opacity=".9"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M81.247 73.299c2.671 0 4.837-2.466 4.837-5.507 0-3.041-2.166-5.507-4.837-5.507-2.672 0-4.838 2.466-4.838 5.507 0 3.041 2.166 5.507 4.838 5.507Z" opacity=".9"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M77.985 70.341a51.99 51.99 0 0 0-1.77-2.181c-.597-.697-1.234-1.362-1.836-2.059-.27-.312-.538-.625-.824-.926a8.307 8.307 0 0 0-.926-.863c-.325-.257-.736-.423-1.104-.617-.966-.511-1.968-.966-2.966-1.41-.253-.11-.506-.221-.76-.328-.106-.048-.502-.234-.597-.084 0 0-3.508-3.796-3.528-3.816-.051-.055-.166-.079-.233-.11-.15-.068-.297-.147-.448-.207-.356-.146-.736-.241-1.112-.134-1.44.404-2.894.764-4.347 1.112-.49.12-1.353.519-1.852.408-.701-.154-1.422-1.195-1.92-1.67-.72-.69-1.445-1.374-2.166-2.063a852.151 852.151 0 0 0-4.35-4.101c-2.906-2.728-5.832-5.44-8.765-8.132-.638-.585-1.271-1.18-1.908-1.765-.483-.444-1.038-.883-1.584-1.342H14.827l.606 1.607 1.096 3.511 32.391 24.39 11.318 6.635 4.252 4.83c.253.17.507.337.756.507.154.103.309.213.467.313.202.126.317.344.507.478.309.218.78.321 1.148.392.428.08.867.092 1.29.004.784-.158 1.647-.72 1.861-1.536 0-.004.713.127.788.131.328.016.665-.028.978-.135.981-.332 1.817-1.318 1.686-2.395.008.06.879-.166.954-.19.487-.134.939-.324 1.255-.736.396-.519.451-1.188.273-1.797-.02-.072.198-.222.242-.258.218-.182.435-.332.633-.538a5.414 5.414 0 0 0 1.231-2.055c.131-.403.254-.85.222-1.274-.047-.626-.428-1.105-.796-1.584v-.012Z" opacity=".9"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.377 60.113c-.146.633.305 1.587-.154 2.312-.154.241-.507.974-.68 1.678a2.083 2.083 0 0 0-.02.95c.19.8 1.203 1.243 1.951 1.247 1.29.008 2.51-.617 3.456-1.453.946-.835 1.924-2.015 1.758-3.34-.163-1.271-1.295-2.198-2.45-2.76-.674-.325-1.786-.835-2.554-.546-.693.26-1.156 1.243-1.306 1.908v.004Z" opacity=".9"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M95.7 40.045 74.839 59.118l-.202.04-3.65-1.255-1.718-.614s-1.94-1.425-3.27-.625c-1.334.796-2.348 1.073-2.455 1.136l-.946.598s-.803.542-.74 1.781l-.016 1.67-.503.963-.269.641s-.562 1.089.447 1.71c0 0 2.376 1.164 4.45-1.643 0 0 .48-.776.562-1.722l.76.068 3.445 1.65 1.092.59 1.904 1.96 3.725 3.978.392.729s1.342-.53 1.346-.53c4.822-1.909 9.228-6.07 13.658-8.753 6.136-3.722 12.827-6.877 17.684-12.324 2.391-2.68 4.188-5.8 5.503-9.117H95.7v-.004Z" opacity=".9"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m74.28 59.055.55-.29s4.556 2.079 5.312 5.432v5.522l-.34.55-1.378.274c-.566-.614-1.033-1.267-1.6-1.884.444.372.911.704 1.474.867.19.055.395.09.59.043.288-.071.514-.317.629-.594.28-.66.257-1.567.23-2.276a8.897 8.897 0 0 0-.369-2.233 8.042 8.042 0 0 0-2.418-3.74 9.51 9.51 0 0 0-1.616-1.125l-1.072-.554.007.008Z" opacity=".9"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M72.847 80.812c-.384.214-.804.234-1.243.254-.246.008-.5-.127-.733-.25-.518-.269-1.243-.554-1.171-1.12v-.012a1.1 1.1 0 0 1 .197-.443c.036-.23.472-.745.234-1.857a.537.537 0 0 0-.087-.186 1.057 1.057 0 0 0-.665-.625 5.505 5.505 0 0 0-.475-.34l-.115-.072c0-.016.004-.032.008-.044a2.564 2.564 0 0 0-.697-1.892 2.558 2.558 0 0 0-1.856-.784c-.084 0-.179 0-.23-.067-.036-.044-.036-.107-.036-.162-.023-.662-.558-1.271-1.211-1.382h-.02c-.554-.222-1.243-.178-1.805-.048a3.52 3.52 0 0 0-.681.226c-.261.123-.503.281-.768.4-.158.075-.44.095-.617.162h-.016c-.313.083-.792.384-1.109.467-.214.056-.443-.023-.625-.15s-.329-.297-.487-.455a3.603 3.603 0 0 0-1.679-.942c-.455-.107-.93-.115-1.393-.187-.685-.106-1.156-.435-1.687-.85-.332-.262-.677-.531-.89-.895-.183-.317-.262-.681-.428-1.006-.447-.867-1.437-1.283-2.347-1.627-1.94-.74-3.358-3.25-5.301-3.986-.586-.226-1.303-1.802-1.908-1.485.166 1.021-.84 2.22-.575 3.222.016.06.29.163.345.198.15.091.285.206.42.313.285.218.566.436.847.653.578.448 1.156.891 1.742 1.326 1.464 1.097 2.913 2.23 4.433 3.259.566.38 1.144.748 1.746 1.065.313.166.638.316.966.447.305.119.645.166.934.313.373.182.674.514.978.783a4475.45 4475.45 0 0 0 4.684 4.153 29.79 29.79 0 0 1 .752-1.975c.708.273 1.528.027 2.292.115.55.063 1.057.3 1.532.593.119.123.253.238.388.345.32.257.665.502 1.033.68 1.188.939 2.288 1.98 3.436 2.97.028.023.056.047.087.071-.305.364-.633.72-.99 1.005-.649.515-1.488.57-2.276.701-.016.396.503.72.832.816.008 0 .016.004.023.008-.233-.084-.645-.258-.265-.357.412-.106.824-.174 1.224-.336.38-.154.736-.368 1.017-.661.273-.285.471-.634.728-.93.384.312.784.605 1.231.811.594.277 1.291.392 1.917.19.625-.206 1.286-.792 1.306-1.449-.143.42-.554.816-.942 1.03h-.004Zm-6.211 1.706c.145.048.213.064 0 0Z" opacity=".9"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.92 58.91s9.283 3.603 4.988 12.115c0 0 .166.665 1.496.486l6.908-4.235-1.258-7.372-2.07-1.449-4.383-3.123-3.484 2.082-2.197 1.497Z" opacity=".9"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M66.987 61.885h.618l3.013 1.468 1.852.852 3.167 3.436s4.133 3.59 2.744 5.716l-1.196 1.932-2.007-3.088-1.08-4.556-1.933-.353-3.63-3.432-1.544-1.971-.004-.004Z" opacity=".9"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M63.844 80.73c.051.122.166.276.19.308.518.7 1.448.954 2.288.926.53-.02 1.06-.174 1.496-.475.448-.312.78-.76 1.077-1.219.234-.36.455-.74.657-1.124.329-.614.535-1.287.115-1.916a1.492 1.492 0 0 0-.566-.5c-.166-.082-.57-.268-.74-.134-.19.147-.349.412-.503.598l-1.006 1.196c-.407.486-.87.95-1.393 1.326-.491.356-1.057.613-1.608.859-.043.02-.035.083-.004.154h-.003Z" opacity=".9"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M68.377 77.031c-.051.04-.087.095-.122.147-.111.154-.25.289-.345.455-.265.463.103.954.499 1.184a.91.91 0 0 0 .396.135c.182.007.328-.096.451-.222.13-.135.277-.277.392-.428.1-.13.1-.273.008-.412-.083-.126-.21-.237-.317-.344-.142-.135-.28-.277-.443-.392-.127-.087-.364-.237-.515-.126l-.004.003Z" opacity=".9"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m75.42 57.854-.067-.23c-.008-.032.958-.083 1.01-.083.902.02 1.792.253 2.616.618 2.49 1.1 4.335 3.25 5.653 5.57a6.747 6.747 0 0 1 .65 4.98c-.076.28-.171.55-.278.82-.083.205-.139.506-.34.633-.242.15-.1-.34-.084-.46.127-1.049.218-2.106.076-3.159-.12-.879-.372-1.718-.657-2.553-.424-1.204-1.014-2.391-1.88-3.337a8.592 8.592 0 0 0-3.259-2.197c-1.1-.42-2.268-.575-3.44-.594v-.008Z" opacity=".9"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M95.332 40.045 75.352 57.63s7.863-.634 9.561 9.16c0 0 .451 7.253-4.438 6.437 0 0-1.148.349 2.221.084a.615.615 0 0 0 .289-.1l11.773-7.767L116.714 47.4l1.56-7.355H95.329h.004Z" opacity=".9"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M54.917 58.666s-2.224 5.443-4.952 8.464l-.313-.4 5.265-8.064Z" clip-rule="evenodd" opacity=".9"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M60.431 78.44c-.118.035.13.914.159 1.001.158.46.47.864.878 1.129 1.117.72 2.479.142 3.46-.535a13.366 13.366 0 0 0 2.336-2.046c.432-.476.915-.982 1.156-1.584.455-1.124-.424-2.122-1.48-2.415-.25-.067-.555-.138-.808-.051-.4.134-.705.669-.974.974l-1.073 1.203c-.411.463-.827.93-1.31 1.318-.717.578-1.489.745-2.344 1.01v-.004Z" opacity=".9"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M66.315 74.553h-.004a.316.316 0 0 0-.08.083c-.142.206-.288.412-.435.618-.135.19-.28.368-.36.59a.82.82 0 0 0 0 .59c.095.233.317.391.53.522.21.127.436.241.681.23.166-.008.32-.08.463-.163a3.452 3.452 0 0 0 1.09-1.025c.24-.364-.25-.907-.527-1.128a1.676 1.676 0 0 0-1.26-.349.286.286 0 0 0-.098.028v.004ZM61.172 63.54c.028.214.76.123.895.115a6.6 6.6 0 0 0 .835-.103c.226-.04.519-.072.701-.226.142-.119.194-.3.237-.475.044-.174.127-.337.175-.507.11-.407-.064-.835-.511-.879-.49-.047-1.366-.02-1.639.487 0 0-.752 1.133-.693 1.588Z" opacity=".9"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M65.305 79.791c.06.012-.155.119-.17.135-.056.055-.123.099-.182.15a3.73 3.73 0 0 1-.377.281 3.675 3.675 0 0 1-1.642.602c-.563.06-1.164.004-1.608-.376-.297-.257-.483-.618-.637-.974a4.628 4.628 0 0 1-.333-1.18l5.254-4.09c-.17.606-.349.876-.701 1.272-.297.328-.661.585-.99.882-.32.285-.55.65-.716 1.046a1.96 1.96 0 0 0-.08.245c-.039.024-.079.043-.122.067-.119.056-.273.068-.38.147-.008.008-.222.225-.154.23-.258-.016-.523-.024-.776.047-.25.071-.483.241-.57.487-.084.241-.012.51.106.74.056.103.12.202.194.297-.035-.123-.055-.281.036-.198l.107.099c.25.234.495.467.728.72.016.012.04.044.068.076.118.051.241.087.364.115a2.52 2.52 0 0 0 1.84-.369c.214-.142.5-.202.65-.411.043.011.051-.048.09-.04Z" opacity=".9"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M56.805 75.55c-.04.02-.047.286-.051.333-.012.111-.02.226-.024.34-.012.242 0 .488.044.725.158.867.973 1.647 1.856 1.738.115.012.23.012.348 0 .357-.024.713-.123 1.065-.19.958-.182 1.909-.479 2.712-1.045.42-.297.74-.657 1.073-1.05.4-.474.843-.918 1.247-1.393.313-.372.602-.772.669-1.27.166-1.243-1.322-2-2.391-1.837-.729.11-1.255.637-1.805 1.073-.475.38-.939.772-1.39 1.175-.174.159-.3.349-.53.36-.135.008-.281-.023-.42-.035l-.451-.016-1.94 1.089-.012.004Z" opacity=".9"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.305 73.36c.08.154.119.32.071.467-.09.273-.364.436-.562.622-.241.222-.459.546-.8.617-.221.048-.466-.035-.656-.146a1.698 1.698 0 0 1-.503-.463c-.31-.408-.36-.843-.04-1.267.174-.234.376-.463.562-.685.174-.206.36-.293.626-.206.146.048.28.13.412.214.217.135.439.273.617.46.095.098.202.233.277.38l-.004.007Z" opacity=".9"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M59.747 74.66c-.027-.07-.102-.126-.186-.165-.225-.107-.514-.115-.772-.064-.257.052-.49.15-.724.25-.325.142-.74.265-1.025.447-.147.091-.17.162-.131.218-.32.384-.281 1.092-.17 1.532a2.434 2.434 0 0 0 1.31 1.595c.226.103.602.234.835.099-.475-.222-.886-.348-1.243-.776a2.866 2.866 0 0 1-.597-1.374c-.028-.182-.04-.38.047-.542.08-.142.222-.237.364-.317.052-.027.103-.047.155-.07a4.01 4.01 0 0 0 1.829-.44c.182-.095.368-.242.308-.396v.004Z" opacity=".9"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m52.791 71.925.008.882c0 .29.13.614.238.871.19.468.483.887.859 1.224.13.118.273.221.423.312.337.206.725.349 1.12.388.444.044.883-.055 1.319-.142.368-.075.736-.139 1.096-.246.464-.134.994-.336 1.275-.752.23-.34.214-.807.083-1.184a1.83 1.83 0 0 0-.93-1.056c-.44-.206-.942-.202-1.405-.107-.38.079-.749.217-1.125.316-.538.143-1.076.178-1.591-.075-.178-.087-.384-.146-.57-.222-.261-.103-.55-.166-.812-.269l.028.056-.016.004Z" opacity=".9"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M56.913 73.028s1.409 1.488 1.409 1.492c-.012-.012-.542.234-.598.254-.526.178-1.267.198-1.714-.183-.364-.312-.55-.914-.095-1.239.147-.103.313-.15.475-.217.08-.032.444-.19.523-.107Z" opacity=".9"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M54.62 74.93a2.528 2.528 0 0 1-.819-1.097c-.11-.273-.332-.812.048-.986a.463.463 0 0 1 .146-.032c.539-.035 1.24.147 1.651-.202.159-.134.155-.015.202-.04 0-.007.095-.043.091-.05-.035-.27-.803.05-.95.039-.602-.052-.748-.119-1.25-.368-.298-.147-.911-.277-.943-.329.06.558-.119.863.206 1.67.427 1.07 1.33 2.063 2.53 2.071.043 0 .728.19 2.53-.463-2.519.67-3.105.032-3.437-.222l-.004.008Z" opacity=".9"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.27 74.578c.242.404.595.827.868 1.215.597.86 1.191 1.734 1.524 2.728.032.095.11.198.206.225-.044 0 .04.012 0 0 .42.008.87.016 1.235-.237.146-.103.376-.265.412-.44-.27.175-.44.198-.63.29-.46.213-.74-.052-1.045-.46-.657-.867-1.243-1.825-1.77-2.779a8.903 8.903 0 0 1-.613-1.342 6.27 6.27 0 0 1-.198-.708c-.044-.21-.012-.491-.103-.681-.147.19-.154.562-.174.791-.036.452.043.962.269 1.358.008.012.012.024.02.036v.004Zm1.32-6.787s.554 3.25 2.517 4.798l.772.732-.099.1s-.416-.199-.614-.397l1.287 2.657s.198.431 1.097-.804l.594-.736-.365.657c-.34.63-.728.934-1.092 1.14-.163.091-.29.147-.266.083l-2.43-4.002s-1.707-2.676-1.406-4.22l.004-.008Z" opacity=".9"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M66.552 62.15c-.032-.297.031-.519.083-.78.04-.21 1.377.435 1.571.522.982.424 1.94.899 2.898 1.374.637.317 1.283.634 1.833 1.08 1.105.895 1.825 2.174 2.795 3.203 1.14 1.208 4.05 3.71 3.028 5.095-.115.159-.142.408-.225.582.115-.332.11-.784.142-1.136.075-.803-.269-1.069-.764-1.635-1.405-1.607-2.81-3.214-4.216-4.826-1.421-1.627-3.808-2.593-5.784-3.436l-1.08 1.774c0-.495 0-.99-.004-1.485 0-.06-.258-.218-.27-.336l-.007.004Z" opacity=".9"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M61.283 76.09c-.048-.056-.1-.1-.147-.107-.15-.024-.107.146-.051.233.17.258.384.484.63.67.146.11.304.214.47.289.06.028.187.099.254.063.155-.08-.099-.222-.17-.27a4.816 4.816 0 0 1-.808-.665c-.044-.043-.107-.138-.178-.217v.004Zm.297.95c-.213-.171-.427-.456-.673-.567 0 .023.004.06.016.083.028.055.075.099.115.142.135.151.27.305.404.46.083.095.166.19.273.253a.408.408 0 0 0 .357.044c.146-.06-.068-.139-.119-.166a2.524 2.524 0 0 1-.372-.246v-.004Zm2.91 1.813c-.158-.13-.313-.261-.472-.396-.023.064.02.135.064.19.119.147.293.369.472.444.245.107.023-.162-.064-.237Zm-.32.074c-.112-.134-.171-.325-.338-.38-.031.036-.04.087-.031.135a.336.336 0 0 0 .063.13c.076.12.155.234.262.318.051.04.27.19.281.04.008-.096-.182-.18-.242-.246l.004.003Zm4.16 1.622a2.51 2.51 0 0 1-1.112.946 2.757 2.757 0 0 1-1.683.158c-.047-.027-.103-.05-.146-.083-.194-.134-.464-.574-.749-.522.032.19.281.364.507.495-.257-.1-.74-.321-.689-.658.024-.17.182-.277.337-.376.06-.04.118-.075.166-.11.237-.183.471-.373.697-.57.273-.242.518-.555.811-.776a4.5 4.5 0 0 1 .661-.74c.428-.404.895-.78 1.22-1.267.103-.155.17-.396.008-.487-.792.791-1.517 1.646-2.308 2.442-.317.317-.638.634-1.03.855-.352.198-.95.305-1.152.69-.273.522.523.965.93 1.1.978.316 2.099.483 2.914-.08.174-.118.5-.376.63-.542.063-.083.407-.53.483-.641-.08.115-.329.126-.499.174l.004-.008Zm-10.408-2.976c.083.12.19.218.265.341.024.04.048.083.08.119.035.036.079.055.122.075.075.032.15.064.222.1.372.162-.119-.318-.194-.389-.067-.063-.515-.697-.614-.59-.067.071.075.293.115.349l.004-.005Zm-3.139-2.907c.056.055.111.115.163.174.126.143.428.373.431.575-.305-.096-.594-.4-.768-.662-.06-.091-.143-.222-.115-.333a.586.586 0 0 1 .186.143c.032.035.067.067.1.103h.003Z" opacity=".9"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M71.943 80.382c.31.178.697-.076.942-.266.17-.134 1.054-.827.642-1.073-.19-.11-.554.57-.67.69-.272.28-.6.435-.91.652l-.004-.004Zm2.76-2.542c.044-.023.119-.035.17-.051.06-.02.123-.04.183-.064a2.7 2.7 0 0 0 .34-.166c.214-.13.4-.3.53-.519.052-.087.092-.182.132-.273.02-.047-.008-.107-.06-.11h-.008c-.027 0-.047.043-.067.067-.044.051-.087.106-.13.158a9.65 9.65 0 0 1-.266.305c-.19.206-.404.392-.642.547-.06.035-.115.07-.174.106h-.008Zm2.803-4.909c.408-.475.863-1.097.467-1.671.159.59-.047 1.18-.467 1.671Zm.606.006c.076-.083.14-.17.19-.27.076-.134.127-.28.187-.423.016-.032.043-.072.047-.107a2.55 2.55 0 0 1-.146.685c-.016.04-.028.08-.056.11a.372.372 0 0 1-.134.1c-.12.063-.25.135-.38.162a.093.093 0 0 0 .027-.027c.036-.04.087-.068.127-.103.047-.04.095-.084.138-.131v.004Z" opacity=".9"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.382 62.508c.447-1.2.147-2.53-.831-3.377 0 0 .309-.131.894.696l.226.614.503.139s.309-.337 0-1.05c0 0 .44.852.138 1.398l.27-.364h.376s.32-.281.182-.91c0 0 .237.098.035.85l.08-.45.597.367s1.09-.558 1.47-2.308c-.013.06.035.175.039.238 0 .138-.024.28-.06.412a2.37 2.37 0 0 1-.392.787c-.289.396-.665.74-1.057 1.034l2.28 1.595 1.873 1.342.78.63c.226.181.8.823 1.109.712.13-.047.23-.158.308-.273.186-.277.301-.594.4-.915.301-.97.48-2.042.107-2.988.27.439.388.958.392 1.468 0 1.014-.388 2.154-1.18 2.819.483-.016.926-.317 1.204-.717.356-.51.55-1.259.475-1.876-.044-.345-.178-.67-.305-.994-.115-.297-.226-.602-.38-.883-.048-.087-.119-.186-.218-.182.254.42.534.832.748 1.275.131.277.246.566.321.863.083.329.071.637.095.97 0 0 .186 2.518-1.916 3.163l-2.059-1.888c-.372-.34-.831-.618-1.25-.891-.452-.297-.923-.57-1.398-.828a30.698 30.698 0 0 0-1.62-.8c-.308-.142-.609-.3-.925-.43-.183-.076-.705-.365-.875-.195-.044.044-.068.103-.095.159-.111.257-.206.53-.333.78l-.008.008Z" opacity=".9"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M66.47 61.453c.332 1.24-.472 2.447-1.537 3.132-1.005.649-2.901 1.393-3.784.23a1.187 1.187 0 0 1-.214-.409c-.044-.142.024-.431-.036-.542.179.325.555.523.943.578 1.718.253 3.558-.91 4.374-2.26.139-.234.23-.476.253-.733v.004Zm-2.562-2.402a.371.371 0 0 0 .178-.008c.155-.063.056-.15-.031-.178a2.639 2.639 0 0 0-.848-.095 3.5 3.5 0 0 0-.562.063c-.067.016-.214.036-.269.095-.123.131.174.091.261.084a5.512 5.512 0 0 1 1.022-.005c.055.005.154.032.249.044Zm-.626-.451h.004c.27 0 .579.064.856 0-.012-.015-.024-.035-.044-.043-.043-.02-.11-.02-.162-.028-.186-.027-.368-.051-.554-.079-.115-.016-.23-.032-.357-.016a.665.665 0 0 0-.364.163c-.123.114.114.051.174.043.154-.028.3-.04.447-.04Z" opacity=".9"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M8.857 40.045c.974 3.531 1.73 6.16 1.865 6.239 1.136.641-.309 1.27.827 1.912 1.647.93 1.002 2.902 2.649 3.832 1.963 1.105.954.455 6.25 3.812 2.075 1.168 4.15 2.34 6.228 3.508l5.966 3.36c1.702.963 3.408 1.92 5.11 2.879 1.22.689 2.44 1.374 3.658 2.062 1.105.622 2.182 1.283 3.298 1.88l3.199-.6c1.084-.959 1.999-2.11 2.858-3.267 1.686-2.284 3.16-4.739 4.43-7.28L37.677 40.045H8.857Z" clip-rule="evenodd"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M82.534 69.638c-.119.364-.435.617-.736.598-.325-.024-.555-.357-.487-.785.075-.483.479-.835.863-.74.348.09.491.523.36.927Z" opacity=".9"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M39.324 64.43c-.807-.067-1.465-.74-1.468-1.512 0-.768.653-1.338 1.464-1.274.808.067 1.465.74 1.469 1.512 0 .768-.653 1.338-1.465 1.274Zm5.024 3.262c-.808-.067-1.465-.74-1.47-1.512 0-.768.654-1.338 1.466-1.275.807.067 1.464.74 1.468 1.512 0 .769-.653 1.338-1.464 1.275Z" opacity=".9"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M79.217 70.371s-.194.523-.353.575c-.218.063-.428-.4-.428-.4l.717-.19.068.02-.004-.005Z" clip-rule="evenodd" opacity=".9"/>
|
|
38
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Help" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.5 49.6v36c0 5.298-4.302 9.6-9.6 9.6H10.1c-5.298 0-9.6-4.302-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m38.027 92.568 52.335-9.344c.325-.06.337-.517.02-.6L57.566 74.45a3.03 3.03 0 0 0-1.202-.055l-41.32 6.367c-.731.114-.872 1.104-.2 1.417l21.997 10.229c.368.172.787.227 1.19.153l-.004.007Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.162 34.664a1.57 1.57 0 0 1 .614.098 2.041 2.041 0 0 1 .998.822c.122.191.212.403.266.626l.975 4.238-63.367 3.815-.818-4.711c-.043-.25-.035-.49.024-.709a1.532 1.532 0 0 1 .81-1.006c.203-.1.434-.164.688-.18l59.81-2.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m31.645 44.263 63.363-3.812 8.143 35.411c.055.239.063.474.039.689a1.602 1.602 0 0 1-.199.594 1.35 1.35 0 0 1-.403.435c-.165.11-.353.184-.568.211L40.755 85.47a1.897 1.897 0 0 1-.76-.059 1.864 1.864 0 0 1-.673-.344 2.155 2.155 0 0 1-.512-.567 2.02 2.02 0 0 1-.278-.736l-6.884-39.5h-.003Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M40.758 85.469a1.97 1.97 0 0 1-.76-.059 2 2 0 0 1-.672-.344 2.117 2.117 0 0 1-.79-1.307l-6.884-39.496-.818-4.712a1.55 1.55 0 0 1-.027-.352 1.615 1.615 0 0 1 .152-.646 1.39 1.39 0 0 1 .168-.274l-1.037 1.35a2.403 2.403 0 0 0-.168.27 1.547 1.547 0 0 0-.153.638c0 .114 0 .231.028.349l.806 4.66 6.766 39.062c.043.266.14.509.274.728.133.219.31.41.505.563.2.153.422.266.665.34.243.071.497.095.751.06l60.714-7.67 1.745-.842-61.265 7.678v.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M77.116 49.178c.81.662 1.565 1.386 2.254 2.168a18.681 18.681 0 0 1 3.256 5.26c.387.954.696 1.945.915 2.95.16.755.27 1.507.321 2.262.051.755.063 1.499.008 2.23a14.926 14.926 0 0 1-.92 4.258 13.465 13.465 0 0 1-.92 1.933 13.42 13.42 0 0 1-1.193 1.73 11.737 11.737 0 0 1-1.455 1.503c-.529.458-1.092.876-1.699 1.244a12.239 12.239 0 0 1-2.559 1.194 13.234 13.234 0 0 1-3.534.669c-.242.015-.489.02-.735.02-.247 0-.493-.005-.744-.02-.246-.016-.5-.032-.751-.055a15.835 15.835 0 0 1-4.445-1.143 17.184 17.184 0 0 1-2.114-1.06 17.97 17.97 0 0 1-3.8-3.013 18.414 18.414 0 0 1-1.577-1.867 18.508 18.508 0 0 1-2.355-4.261c-.298-.76-.536-1.53-.724-2.302a16.54 16.54 0 0 1-.392-2.328 15.837 15.837 0 0 1 .223-4.578c.15-.74.349-1.456.603-2.145.25-.688.56-1.342.908-1.968.348-.626.751-1.213 1.197-1.765.447-.552.932-1.06 1.46-1.526.528-.47 1.092-.885 1.69-1.252a13.044 13.044 0 0 1 1.863-.951 13.018 13.018 0 0 1 4.124-.947 14.187 14.187 0 0 1 2.908.113 15.75 15.75 0 0 1 2.869.685c.943.317 1.862.724 2.75 1.22a18.31 18.31 0 0 1 2.568 1.73v.016-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.977 53.909a6.072 6.072 0 0 1 .869 1.338 6.2 6.2 0 0 1 .305.763c.086.266.16.54.223.826.043.2.075.391.094.575.02.184.035.368.04.544a4.352 4.352 0 0 1-.2 1.432 4.32 4.32 0 0 1-.321.799 3.03 3.03 0 0 1-.207.348c-.075.11-.157.227-.243.344-.086.118-.18.239-.282.36-.102.121-.207.25-.317.38a92.51 92.51 0 0 0-.638.716c-.09.102-.172.2-.25.297-.078.098-.153.188-.22.274a8.61 8.61 0 0 0-.187.255 3.547 3.547 0 0 0-.423.814 2.934 2.934 0 0 0-.192.994 4.114 4.114 0 0 0 .063.77l-3.588.337a7.243 7.243 0 0 1-.094-1.201 5.98 5.98 0 0 1 .035-.54c.02-.173.05-.34.094-.501a6.49 6.49 0 0 1 .282-.88 5.64 5.64 0 0 1 .172-.376c.059-.118.125-.227.196-.333.07-.106.144-.211.227-.329.082-.117.172-.235.273-.364l.317-.399c.114-.14.235-.282.364-.434a13.928 13.928 0 0 0 .493-.591c.075-.094.137-.18.2-.262.063-.083.117-.165.168-.239.051-.078.102-.157.145-.235a2.48 2.48 0 0 0 .121-.25c.036-.086.07-.176.102-.266a2.492 2.492 0 0 0 .149-.892 3.706 3.706 0 0 0-.074-.673 4.03 4.03 0 0 0-.165-.58 3.044 3.044 0 0 0-.242-.508 2.716 2.716 0 0 0-.72-.798 2.68 2.68 0 0 0-.466-.283 2.897 2.897 0 0 0-.517-.187 3.231 3.231 0 0 0-.567-.094 4.063 4.063 0 0 0-.618 0c-.228.015-.443.05-.646.098a3.35 3.35 0 0 0-1.096.473c-.16.11-.313.235-.45.376-.14.14-.274.297-.395.47a5.543 5.543 0 0 0-.646 1.216 8.19 8.19 0 0 0-.25.748l-3.4-1.268a8.077 8.077 0 0 1 .778-2.055c.168-.309.364-.594.575-.864a6.44 6.44 0 0 1 .7-.76c.255-.234.529-.446.83-.63.302-.184.622-.34.97-.473a7.212 7.212 0 0 1 1.112-.321 10.636 10.636 0 0 1 2.238-.196c.321.008.63.028.936.063a7.79 7.79 0 0 1 1.71.395c.266.094.52.204.763.329.242.125.473.258.696.407.223.148.427.313.627.485s.383.364.555.567l-.008-.011Zm-1.561 14.227a2.234 2.234 0 0 1 .599.67 2.6 2.6 0 0 1 .2.422c.054.153.1.31.136.482.035.172.055.32.059.473a2.018 2.018 0 0 1-.14.834 1.861 1.861 0 0 1-.474.665c-.102.09-.216.168-.337.23a2.3 2.3 0 0 1-.861.247 2.812 2.812 0 0 1-.955-.055 2.264 2.264 0 0 1-1.608-1.467 3.629 3.629 0 0 1-.137-.481 2.773 2.773 0 0 1-.059-.493 2.073 2.073 0 0 1 .141-.85c.05-.129.117-.246.2-.356a1.693 1.693 0 0 1 .622-.528 2.1 2.1 0 0 1 .41-.156 2.965 2.965 0 0 1 .96-.094 2.447 2.447 0 0 1 .864.227c.133.062.259.144.38.234v-.004Z"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Lock" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m80.076 78.83 16.89 10.147c.146.085.053.166-.201.174l-3.773.125 1.72 1.033-6.465.186-3.326-.194-1.201-.71-40.276 1.344 1.902 1.142-7.36.21-3.81-.484-1.19-.707-5.78.133-3.862-.58-.863-.521-.875-.085L6.308 80.86l9.566-.78.016.009a.705.705 0 0 1 .141-.012l63.33-1.389c.263-.008.585.06.73.145l-.015-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m97.14 76.485-.923.029v.403l.923-.028v-.404Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m91.33 86.402 6.74-.351v4.423l-6.74.158v-4.23Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m91.33 86.418-3.007.157.02 3.056 2.992.997v-4.21h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m29.355 84.025 5.555-.065.903 4.367-6.459.012V84.02v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M26.483 81.704v4.161l2.875 2.475v-4.275l-2.875-2.36Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m38.34 88.828 7.68-.4v4.537l-7.68.182v-4.319Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m38.335 88.815-3.007-1.937.02 4.161 2.992 2.099v-4.327l-.005.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m37.126 29.331 65.709 3.229v54.084l-65.709 2.422V29.331Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m42.367 34.175 55.228 2.704v45.314l-55.228 2.03V34.175Zm-16.931 3.027 11.69-7.87v59.734l-11.69-5.852V37.202Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m43.193 35.398 53.596 2.587v43.311l-53.596 1.938V35.398Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m46.438 39.256 47.392 2.212v37.051l-47.392 1.66V39.255Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M51.147 50.533h-2.822V70.31h2.822V50.533Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M52.147 51.36h-2.822v19.778h2.822V51.36Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M51.8 52.075h-.403V69.67h.403V52.075Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.12 46.105a4.643 4.643 0 0 1 2.43-.02c.085.024.146.12.146.23v7.111c0 .11-.06.21-.145.234a4.6 4.6 0 0 1-2.431.037c-.085-.02-.145-.117-.145-.23v-7.128c0-.109.06-.21.145-.234Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.716 53.802a4.313 4.313 0 0 1-.596-.101c-.085-.02-.145-.117-.145-.226v-7.128c0-.11.06-.21.145-.234.197-.06.395-.105.596-.137"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M96.26 45.512a3.255 3.255 0 0 1 2.028-.016c.073.024.121.12.121.23v7.111c0 .11-.048.21-.12.235a3.227 3.227 0 0 1-2.028.028c-.073-.02-.121-.117-.121-.23v-7.128c0-.109.048-.21.12-.23Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.732 45.387a4.252 4.252 0 0 0-.588.125h-.004v7.584h.004c.193.052.39.089.588.117v-7.83.004Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m98.41 49.584-2.27.024v.432l2.27-.024v-.432Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m98.03 49.589-.971.008v.432l.971-.008v-.432Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M98.232 53.092V45.48a2.988 2.988 0 0 0-.504-.109l.009 7.838s.205-.024.495-.117Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.176 66.359a4.647 4.647 0 0 1 2.431-.065c.085.02.145.117.145.226v7.112c0 .109-.06.21-.145.234a4.647 4.647 0 0 1-2.43.08c-.085-.02-.146-.116-.146-.225v-7.128c0-.109.06-.21.145-.234Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.773 74.052c-.202-.02-.4-.053-.597-.101-.084-.02-.145-.117-.145-.226v-7.128c0-.11.06-.21.145-.234.198-.06.395-.105.597-.137"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M96.317 65.765a3.258 3.258 0 0 1 2.028-.052c.073.02.12.117.12.226v7.112c0 .109-.047.21-.12.234a3.23 3.23 0 0 1-2.028.064c-.072-.02-.12-.117-.12-.226v-7.128c0-.109.048-.21.12-.234v.004Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M96.789 65.628a4.268 4.268 0 0 0-.589.137h-.004v7.584h.004c.194.049.391.085.589.105v-7.83.004Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m98.47 69.798-2.274.064v.432l2.274-.064v-.432Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m98.09 69.81-.975.028v.432l.976-.029v-.431Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M98.288 73.309v-7.612a2.965 2.965 0 0 0-.504-.101l.008 7.838s.206-.028.496-.125Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M101.215 84.578a.2.2 0 0 1-.201-.202V34.518l-60.953-3.116a.197.197 0 0 1-.19-.21.194.194 0 0 1 .21-.19l61.146 3.128c.109.004.19.093.19.202V84.38a.2.2 0 0 1-.202.202v-.004Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M59.028 60.008c-.31 7.56 5.507 13.615 12.59 13.518 6.677-.093 12.015-5.676 12.265-12.466.246-6.773-4.644-12.756-11.265-13.405-7.019-.694-13.28 4.813-13.59 12.353Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M60.478 60.068c-.306 7.511 5.443 13.535 12.446 13.442 6.6-.089 11.882-5.645 12.132-12.398.246-6.737-4.592-12.687-11.14-13.329-6.942-.685-13.131 4.79-13.438 12.285Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m63.724 55.298 2.089 1.319a8.29 8.29 0 0 1 .552-.968l-2.048-1.29c-.383-.242-.83-.23-.992.032-.165.258.016.665.399.911v-.004Zm1.197 4.892c0-.065.008-.133.012-.198H62.37c-.455 0-.822.25-.822.557 0 .306.367.556.822.556h2.56a9.881 9.881 0 0 1-.008-.915Zm3.399-6.62c.299-.227.61-.428.936-.61l-1.141-1.927c-.23-.39-.633-.58-.9-.423-.266.157-.29.6-.06.992l1.165 1.967Zm5.335-1.59v-2.16c0-.456-.25-.823-.557-.823-.306 0-.556.367-.556.822v2.161a8.536 8.536 0 0 1 1.113 0Zm6.93 5.128 2.201-1.197c.4-.218.605-.613.456-.883-.146-.27-.59-.314-.988-.097l-2.161 1.174c.185.318.346.657.488 1l.004.004Zm-2.907-3.665 1.113-2.004c.222-.399.181-.838-.089-.987-.27-.15-.665.052-.887.447l-1.088 1.956c.33.173.645.37.947.588h.004ZM65.599 63.991l-2.193 1.194c-.4.217-.605.612-.456.882.145.27.589.315.988.097l2.153-1.169a8.516 8.516 0 0 1-.492-1v-.004Zm18.227-3.999h-2.56c.02.294.024.593.012.891 0 .077-.016.15-.02.222h2.568c.456 0 .823-.25.823-.556 0-.307-.367-.557-.823-.557Zm-1.354 5.805-2.104-1.326a9.073 9.073 0 0 1-.549.967l2.06 1.299c.384.241.831.23.992-.033.166-.258-.016-.665-.399-.91v.003Zm-9.414 3.339c-.173 0-.343-.02-.516-.032v2.169c0 .455.25.822.556.822.307 0 .557-.367.557-.822v-2.17c-.198.013-.395.029-.597.029v.004Zm4.81-1.626a8.21 8.21 0 0 1-.928.618l1.145 1.935c.23.39.633.58.9.423.266-.157.29-.6.06-.992l-1.173-1.983h-.004Zm-9.358.15-1.11 1.994c-.222.399-.181.838.089.988.27.149.665-.053.887-.448l1.088-1.96a8.4 8.4 0 0 1-.951-.576h-.004Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M64.922 60.257c-.198 4.915 3.523 8.926 8.136 8.947 4.438.024 8.047-3.677 8.22-8.253.17-4.572-3.145-8.548-7.56-8.898-4.587-.367-8.603 3.298-8.796 8.204Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M65.394 60.205c-.186 4.677 3.354 8.495 7.749 8.52 4.225.02 7.664-3.5 7.825-7.858.161-4.35-2.995-8.136-7.196-8.471-4.367-.347-8.189 3.14-8.378 7.81Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.494 61.979c-.117 2.919 2.08 5.314 4.846 5.35 2.701.036 4.93-2.205 5.035-5 .105-2.794-1.943-5.176-4.636-5.334-2.754-.16-5.132 2.069-5.245 4.984Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M68.413 60.403c-.112 2.907 2.065 5.305 4.81 5.362 2.681.052 4.89-2.161 5-4.947.104-2.782-1.932-5.173-4.6-5.346-2.734-.178-5.093 2.028-5.206 4.93h-.004Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m73.473 53.307-2.403 1.85a.869.869 0 0 0-.295.359l-.657 1.476 2.94-.774.419-2.907-.004-.004Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M73.585 56.331c-2.592-.157-4.822 1.83-5.148 4.512-.008-.15-.032-.29-.024-.44.113-2.903 2.471-5.104 5.205-4.93 2.669.173 4.705 2.564 4.6 5.346-.004.145-.04.278-.057.419-.104-2.593-2.044-4.754-4.58-4.907h.004Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m74.565 54.153.178.803c.161.733-.315 1.435-.948 1.395l-.419-.029c-.637-.04-1.068-.81-.843-1.524l.242-.778c.319-1.024 1.556-.927 1.79.133Z"/>
|
|
43
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Mission" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.582 49.795v36c0 5.299-4.302 9.6-9.6 9.6h-108.8c-5.298 0-9.6-4.301-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m74.97 79.668.959-12.894-13.2 10.709 4.49 10.512a1.4 1.4 0 0 0 2.4.301l4.108-5.363a6.113 6.113 0 0 0 1.243-3.265Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.461 73.047a25.11 25.11 0 0 1-2.85 2.784c-2.21 1.819-1.098 6.736-3.035 8.843l-1.84 2.001a1.708 1.708 0 0 1-.863.51l-4.145-9.702 13.2-10.71-.467 6.274Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M67.072 45.173C51.576 57.172 41.94 69.846 40.815 76.694c-.199 6.778 5.833 10.439 9.333 10.74 5.664-.634 14.013-8.404 24.315-16.846 13.115-10.747 28.552-35.015 24.73-39.03-3.61-3.795-14.839.233-32.12 13.615Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M71.337 73.05c.855-10.272-6.264-14.58-11.743-16.566-.434-.157-.7.415-.319.676 4.022 2.75 8.853 6.87 9.358 11.794.609 5.939 2.205 4.096 2.704 4.096Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M98.946 31.32c.086.076.169.154.248.237 3.821 4.015-11.616 28.283-24.73 39.03C64.16 79.03 55.811 86.8 50.147 87.435c-3.5-.301-9.532-3.962-9.333-10.74.82-4.998 6.176-13.099 15.033-21.776-1.324 7.517-.989 14.65 5.93 18.518l13.575-9.5.296-.201a8.7 8.7 0 0 0 3.457-9.613l13.249-9.278c3.577-3.44 5.876-9.566 6.591-13.524Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M84.416 33.704c7.528-3.864 12.572-4.463 14.777-2.146 1.55 1.63-.07 6.594-3.421 12.637-.148-1.694-.754-3.572-2.168-5.426-2.122-2.78-5.841-4.299-9.188-5.065Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M95.517 44.731c3.74-6.587 5.299-11.468 3.676-13.173a3.51 3.51 0 0 0-.246-.235c.2 2.75-1.834 6.769-3.853 10.04.645 1.607.536 2.015.423 3.368Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M43.536 70c3.01-.517 6.8.867 9.768 3.866 3.267 3.302 4.564 7.58 3.538 10.69-2.524 1.617-4.765 2.662-6.695 2.878-3.5-.302-9.53-3.962-9.332-10.74.304-1.85 1.229-4.124 2.721-6.694Z"/>
|
|
11
|
+
<ellipse cx="45.95" cy="81.347" fill="var(--sapContent_Illustrative_Color1)" rx="6.053" ry="2.874" transform="rotate(49.245 45.95 81.347)"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m38.982 55.424 3.45-2.646a10.43 10.43 0 0 1 5.908-2.147l12.43-.526c-.508 5.317-9.698 11.637-11.578 12.276l-9.775-3.857c-1.3-.513-1.544-2.249-.435-3.1Z"/>
|
|
13
|
+
<ellipse cx="68.115" cy="69.327" fill="var(--sapContent_Illustrative_Color11)" rx="2.63" ry="9.102" transform="rotate(50.927 68.115 69.327)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M90.73 55.003c-2.585 4.066-7.058 5.468-10.316 3.397-3.258-2.07-3.784-6.734-1.2-10.8 2.4-3.4 6.6-5.2 10.2-3.4 3.258 2.07 3.9 6.737 1.315 10.803Z"/>
|
|
15
|
+
<ellipse cx="86.283" cy="52.167" fill="var(--sapContent_Illustrative_Color2)" rx="5.138" ry="6.359" transform="rotate(32.437 86.283 52.167)"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M82.568 48.557a7.73 7.73 0 0 1 1.482-1.38l7.258 2.666a6.474 6.474 0 0 1-.065 1.901l-8.675-3.187Zm8.43 4.163a8.248 8.248 0 0 1-1.978 3.255l-8.29-3.045c.093-1.159.495-2.383 1.216-3.52l.009-.012 9.043 3.323Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M90.16 47.135c2.034 1.676 2.304 5.057.538 7.837-1.884 2.964-5.37 4.122-7.786 2.586a4.295 4.295 0 0 1-.314-.22c2.582.224 5.268-1.048 6.828-3.502 1.345-2.116 1.539-4.615.735-6.701Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M34.014 91.795c7.327-3.158 21.384-10.576 17.595-14.745-5.409-5.949-14.714 11.062-17.595 14.745Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M53.283 73.85c3.606 3.646 4.459 8.093 3.632 10.652-2.508 1.758-5.023 2.718-6.789 2.916-.889-.077-1.941-.37-3.014-.876l.433-.497c.96.347 1.8.33 2.334-.13 1.203-1.036.409-3.93-1.774-6.461-2.182-2.532-4.926-3.745-6.128-2.709-.572.493-.692 1.406-.426 2.5l-.422.4a10.29 10.29 0 0 1-.335-2.967c.282-1.722 1.05-3.86 2.705-6.703 3.109-.914 6.564.62 9.784 3.875Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M60.735 50.375c-.783 5.258-9.696 11.378-11.544 12.007l-10.43-4.116a1.4 1.4 0 0 1-.338-2.413l.561-.431c4.47 2.882 13.045 4.664 21.75-5.047Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M30.389 79.366c0-.225-.654-.405-1.527-.446-.05-.872-.242-1.52-.467-1.52-.225 0-.412.654-.46 1.53-.875.06-1.526.256-1.523.481.003.226.653.406 1.526.446.053.872.242 1.52.467 1.52.224 0 .412-.654.46-1.53.876-.06 1.526-.256 1.524-.481Zm73.999 1.199c0-.225-.653-.405-1.526-.446-.05-.872-.242-1.52-.467-1.52-.225.001-.412.654-.46 1.53-.875.06-1.526.256-1.523.481.003.226.653.406 1.526.447.053.871.242 1.52.467 1.519.224 0 .412-.654.46-1.53.876-.06 1.526-.255 1.523-.48Zm9.624-24.384c0-.18-.525-.326-1.228-.359-.04-.701-.194-1.223-.376-1.222-.181 0-.331.526-.37 1.23-.704.049-1.228.206-1.225.388.002.181.525.326 1.228.359.042.701.194 1.223.375 1.223s.332-.526.371-1.232c.704-.048 1.228-.205 1.225-.387Z"/>
|
|
22
|
+
<circle cx="22.456" cy="74.242" r=".442" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M20.998 53.258c0-.35-1.016-.63-2.374-.694-.078-1.356-.376-2.365-.726-2.364-.35.001-.642 1.017-.716 2.38-1.362.093-2.374.397-2.37.748.005.351 1.017.631 2.374.694.082 1.356.377 2.364.726 2.364.35-.001.642-1.017.717-2.38 1.361-.093 2.373-.398 2.369-.748Z"/>
|
|
24
|
+
<circle cx="93.254" cy="84.242" r=".442" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg id="tnt-Spot-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128 49.6v36c0 5.298-4.302 9.6-9.6 9.6H9.6c-5.298 0-9.6-4.302-9.6-9.6v-36C0 44.302 4.302 40 9.6 40h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m35.02 86.015 2.225 3.881 5.579-2.54-5.58-1.864-2.224.523Zm31.921 2.751 5.407 2.95.55-.64.518-.784-6.475-1.526Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m59.597 42.41 2.698 12.646 9.664-13.982-7.259-8.83a1.4 1.4 0 0 0-2.387.383l-2.438 6.3a6.113 6.113 0 0 0-.278 3.483Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M60.376 46.057c-.455-2.082-.377-4.692 0-5.566.697-1.611 1.226-2.511 2.494-5.078l1.205-2.436c.16-.325.364-.55.647-.712l7.236 8.807-9.664 13.983-1.918-8.998Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M46.47 59.25c2.86 1.407 7.568 4.425 8.888 5.818 0 .873 1.095 3.172.483 3.212 3.704 2.525 10.936 8.682 12.636 15.566-3.677-.312-2.974 2.32-5.348 1.772-1.835-.424-2.079 3.614-6.696.309-1.818-1.302-3.033-2.735-7.365-1.139-8.212-3.151-15.253-7.357-16.896-8.933-1.16-.181-6.859.728-8.501 0-1.643-.727-7.15-5.878-7.15-7.575 0-1.058.677-.909 5.507-.424-3.513-2.82-6.605-6.23-7.088-9.017 0-.948.681-3.346 3.194-3.83 2.314-.447 4.22-.187 5.537 0 2.318.242 12.269 2.545 18.355 4.969 1.514-.202 1.585-2.133 4.444-.727Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M81.241 27.991c3.444-.692 10.26 1.13 11.97 7.691.843 6.889-4.851 21.757-16.359 37.621-2.967 4.09-5.764 7.61-8.367 10.572l-2.253-.938-3.032 4.237h-3.231l-1.4-3.422-2.798.931-3.458-3.482-3.247 3.588c1.85-10.045 7.38-24.768 13.562-33.806 7.52-10.994 13.354-20.794 18.613-22.992Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M64.94 47.682c1.743 8.991 8.542 10.893 13.46 11.223.39.026.47-.53.1-.657-3.917-1.347-8.816-3.659-10.394-7.741-1.903-4.922-2.761-2.95-3.166-2.825Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M81.243 27.991c3.444-.692 10.26 1.13 11.97 7.69.615 5.028-1.961 6.938-2.25 4.319-.838-7.586-4.083-3.016-11.81-4.787l-9.164 12.5-6.03 8.275c-2.39 2.907-1.95 7.59-1.33 10.026 0 0 .755 13.507-4.695 15.187-1.403.743-1.207 3.166-1.207 3.166l-.96.315c-1.277-1.29-2.245-2.254-3.453-3.48l-3.246 3.585c1.85-10.044 7.38-24.766 13.562-33.804 7.52-10.994 13.354-20.794 18.613-22.992Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M92.48 42.87c-2.744 1.34-6.771 1.077-10.46-.97-4.062-2.253-6.508-5.995-6.395-9.269 1.969-2.26 3.827-3.891 5.618-4.64 3.444-.692 10.26 1.13 11.97 7.691.228 1.86-.022 4.302-.733 7.189Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M78.454 35.698c-.37.624-.602 1.065-1.134 2.044-1.048-1.537-1.747-3.114-1.696-5.11 2.028-2.44 4.7-4.71 5.996-4.698 1.294.011-3.166 1.128-2.317 4.429.17 1.312-.48 2.71-.85 3.335Zm3.449-6.333c.863-1.332 3.837-.938 6.642.88 2.805 1.819 4.379 4.373 3.515 5.705-.863 1.332-3.837.938-6.642-.88-2.805-1.819-4.379-4.373-3.515-5.705Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m101.009 55.764-2.634 3.46a10.43 10.43 0 0 1-5.138 3.62l-11.856 3.77c-.905-5.263 6.304-13.773 7.95-14.884l10.445 1.158c1.389.153 2.08 1.764 1.233 2.876Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M95.336 61.127a.112.112 0 0 0 .026-.012c.61-.383 1.025.127.422.52a10.41 10.41 0 0 1-2.546 1.21l-11.856 3.77c-.251-1.935.256-3.577.93-5.147l4.63 1.008c2.005.37 5.706-.52 8.394-1.35Z"/>
|
|
14
|
+
<ellipse cx="69.076" cy="50.413" fill="var(--sapContent_Illustrative_Color11)" rx="2.63" ry="9.102" transform="rotate(-145.366 69.076 50.413)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M66.913 48.918c2.857-4.136 6.141-6.82 7.336-5.994-2.317 1.468-3.412 2.47-6.269 6.605-3.195 4.625-3.171 5.617-3.353 6.224-.378 1.264-.187 2.464-.723 2.148-1.195-.825.152-4.847 3.009-8.983Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M51.389 70.504c1.34-4.628 5.24-7.228 8.948-6.155 3.708 1.074 5.52 5.403 4.181 10.03-1.35 3.937-4.876 6.843-8.836 6.125-3.709-1.073-5.633-5.373-4.293-10Z"/>
|
|
17
|
+
<ellipse cx="56.454" cy="71.981" fill="var(--sapContent_Illustrative_Color2)" rx="5.138" ry="6.359" transform="rotate(-163.856 56.454 71.98)"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m56.449 75.38-2.834 1.64 1.32-1.82-1.775-1.835 1.775-.666v-2.967l4.5-3.318-.708 5.11 1.633 2.626-2.502 3.64-.848.324 2.425-4.451-1.517-2.138 1.517-5.11-3.931 3.85v3.1l-1.47.154 2.415 1.86Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M54.143 77.9c-2.422-1.04-3.63-4.209-2.714-7.373.977-3.373 3.997-5.463 6.747-4.666.124.035.245.077.364.123-2.542.51-4.763 2.484-5.572 5.277-.697 2.408-.182 4.861 1.175 6.638Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m40.055 84.945-2.778 5.05H49.87l-6.851-5.05h-2.963Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m72.35 91.727-2.766-4.502 8.253 3.603-5.487.9Zm-25.547-1.735.888-1.601 2.204 1.6h-3.092Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m48.918 87.57-1.63 4.85 5.165-3.152-3.535-1.698Z"/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-NoApplications" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m39.434 92.7 51.824-9.313c.322-.058.333-.514.02-.596l-32.496-8.146a2.985 2.985 0 0 0-1.19-.054l-40.916 6.344c-.725.113-.864 1.1-.198 1.411L38.26 92.54c.364.172.779.227 1.178.152l-.004.008Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M93.041 35c.206-.012.415.027.609.098a2.032 2.032 0 0 1 .988.819c.12.19.209.401.263.623l.965 4.223-62.748 3.802-.81-4.695a1.651 1.651 0 0 1 .024-.705 1.52 1.52 0 0 1 .802-1.002c.201-.102.43-.164.682-.18L93.04 35Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.114 44.566 62.744-3.798 8.064 35.285c.054.238.062.472.039.686a1.593 1.593 0 0 1-.198.593 1.324 1.324 0 0 1-.399.433 1.29 1.29 0 0 1-.562.21l-60.667 7.65a1.84 1.84 0 0 1-.752-.058 1.841 1.841 0 0 1-.666-.343 2.145 2.145 0 0 1-.508-.565 2.02 2.02 0 0 1-.275-.733l-6.816-39.36h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m39.504 49.163 24.27-1.345c.21-.011.42.017.62.078s.383.162.55.285c.166.122.304.273.42.44.117.168.19.357.228.553L69.79 70.85a1.412 1.412 0 0 1-.25 1.105 1.458 1.458 0 0 1-1.004.569L44.24 75.476a2.03 2.03 0 0 1-1.336-.323 1.615 1.615 0 0 1-.704-1.055l-4.137-23.29a1.288 1.288 0 0 1 .028-.602c.055-.184.15-.363.283-.513.133-.151.293-.274.488-.363.194-.09.41-.15.643-.167Zm31.4-1.741 20.76-1.144c.183-.011.36.017.537.078.178.061.333.15.483.262.15.112.272.251.371.407.1.157.172.33.211.514l4.203 20.059a1.4 1.4 0 0 1 .006.547 1.217 1.217 0 0 1-1.043.987l-20.737 2.522c-.211.023-.416 0-.61-.05a1.653 1.653 0 0 1-.948-.68 1.486 1.486 0 0 1-.228-.547l-4.203-21.432a1.347 1.347 0 0 1 .006-.558 1.12 1.12 0 0 1 .227-.469 1.318 1.318 0 0 1 .948-.485l.017-.011Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M42.139 85.625c-.26.031-.512.008-.752-.058a1.973 1.973 0 0 1-.666-.344 2.103 2.103 0 0 1-.783-1.302l-6.816-39.356-.81-4.695a1.55 1.55 0 0 1-.027-.351 1.625 1.625 0 0 1 .15-.643c.043-.098.105-.192.167-.273l-1.026 1.345a2.394 2.394 0 0 0-.167.269 1.555 1.555 0 0 0-.151.636c0 .113 0 .23.027.346l.798 4.645 6.7 38.923c.043.265.14.507.271.726.132.218.306.409.5.561.198.152.419.265.659.34.24.07.492.093.744.058l60.121-7.643 1.728-.838-60.667 7.65v.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m106.467 83.859-1.507.979s-.035.023-.05.03c-.016.008-.035.024-.047.032-.015.008-.035.023-.046.031-.016.008-.035.023-.051.031-.321.195-.651.375-.988.534a10.33 10.33 0 0 1-2.135.726c-.372.082-.752.144-1.132.183a9.392 9.392 0 0 1-.573.05c-.19.012-.388.016-.581.02-.194 0-.392 0-.59-.015-.197-.016-.395-.024-.592-.047a12.303 12.303 0 0 1-3.526-.9 13.873 13.873 0 0 1-3.255-1.934 14.335 14.335 0 0 1-1.434-1.311 15.723 15.723 0 0 1-1.252-1.486 15 15 0 0 1-1.046-1.638 14.55 14.55 0 0 1-1.395-3.599 13.404 13.404 0 0 1-.357-3.708c.028-.612.105-1.213.225-1.802a11.183 11.183 0 0 1 1.174-3.225 10.055 10.055 0 0 1 2.05-2.597l1.33-1.208a10.223 10.223 0 0 0-2.066 2.624 11.052 11.052 0 0 0-1.178 3.256 12.439 12.439 0 0 0-.178 3.689c.058.628.162 1.255.314 1.88.15.623.344 1.243.577 1.856.24.612.515 1.204.83 1.778a15.137 15.137 0 0 0 2.32 3.162 14.587 14.587 0 0 0 3.046 2.425c.55.328 1.116.613 1.693.858.578.246 1.167.44 1.764.597a12.007 12.007 0 0 0 2.991.386c.198 0 .391-.008.589-.016a12.386 12.386 0 0 0 1.724-.234 9.38 9.38 0 0 0 1.101-.304c.36-.12.709-.265 1.054-.42.345-.16.674-.34.996-.539.019-.012.035-.023.05-.031.02-.008.035-.024.047-.031.015-.008.035-.024.046-.032.016-.007.035-.023.051-.035"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M105.805 63.403a14.74 14.74 0 0 1 1.806 1.747 15.56 15.56 0 0 1 1.484 2.012c.438.71.814 1.454 1.124 2.227.31.768.558 1.567.732 2.378.128.609.217 1.213.26 1.821a12.7 12.7 0 0 1 .008 1.798c-.043.593-.12 1.181-.244 1.755a11.787 11.787 0 0 1-.492 1.676 10.838 10.838 0 0 1-1.694 2.952 9.511 9.511 0 0 1-1.166 1.209c-.423.37-.876.706-1.36 1.002a9.844 9.844 0 0 1-2.05.96c-.361.12-.729.222-1.101.303a9.958 9.958 0 0 1-1.143.184 7.286 7.286 0 0 1-.581.046 9.807 9.807 0 0 1-.589.016c-.198 0-.395 0-.593-.016a16.12 16.12 0 0 1-.6-.046 11.599 11.599 0 0 1-1.799-.324 12.843 12.843 0 0 1-1.763-.597 14.066 14.066 0 0 1-3.29-1.957 15.06 15.06 0 0 1-1.449-1.322c-.453-.472-.88-.979-1.263-1.505a14.866 14.866 0 0 1-1.887-3.44 13.68 13.68 0 0 1-.578-1.855 14.309 14.309 0 0 1-.313-1.88 13.693 13.693 0 0 1-.047-1.868 12.309 12.309 0 0 1 .705-3.548c.202-.554.45-1.084.729-1.587.279-.507.6-.979.96-1.423a10.019 10.019 0 0 1 2.523-2.239 10.357 10.357 0 0 1 3.1-1.279 10.6 10.6 0 0 1 1.698-.25 11.43 11.43 0 0 1 2.329.09c.775.11 1.542.293 2.297.55a13.39 13.39 0 0 1 2.205.983c.713.401 1.399.862 2.054 1.396v.011l-.012.02Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.493 65.973a.989.989 0 0 1 .697.23c.097.078.186.18.256.288.07.11.12.234.147.367l1.015 5.014 4.705-.405a.885.885 0 0 1 .364.047c.116.039.229.101.325.179a1.149 1.149 0 0 1 .403.655c.028.133.028.261.008.378a.84.84 0 0 1-.128.324.765.765 0 0 1-.573.343l-4.708.421 1.027 5.07a.985.985 0 0 1 .003.385.887.887 0 0 1-.135.332.804.804 0 0 1-.589.35.858.858 0 0 1-.372-.042 1.108 1.108 0 0 1-.333-.183 1.12 1.12 0 0 1-.407-.667l-1.02-5.085-4.808.43a.878.878 0 0 1-.376-.048 1.136 1.136 0 0 1-.6-.475 1.052 1.052 0 0 1-.148-.375.926.926 0 0 1 .14-.713.82.82 0 0 1 .6-.344l4.805-.417-1.011-5.03a.905.905 0 0 1 .136-.698.758.758 0 0 1 .585-.331h-.008Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-NoFlows" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m39.687 90.758 51.612-9.215c.32-.058.332-.51.02-.59L58.955 72.89a2.988 2.988 0 0 0-1.185-.054l-40.749 6.28c-.722.111-.86 1.087-.197 1.396L38.517 90.6c.363.17.776.224 1.174.15l-.004.008Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M93.074 33.654c.204-.011.413.027.606.097s.382.181.552.32a2.082 2.082 0 0 1 .695 1.108l.96 4.18-62.491 3.762-.807-4.647a1.625 1.625 0 0 1 .024-.698 1.512 1.512 0 0 1 .799-.992c.2-.1.428-.162.679-.177l58.983-2.953Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.393 43.12 62.487-3.759 8.031 34.922c.054.235.062.467.038.679a1.58 1.58 0 0 1-.196.587 1.34 1.34 0 0 1-.398.428 1.288 1.288 0 0 1-.559.208l-60.42 7.572a1.87 1.87 0 0 1-.748-.058 1.839 1.839 0 0 1-.664-.34 2.128 2.128 0 0 1-.505-.559 1.99 1.99 0 0 1-.274-.726L33.396 43.12h-.003Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M87.853 47.458c-.455-2.35-2.535-4.09-4.673-3.905v.011h-.062c-1.907.197-3.211 1.88-3.172 3.913v.02l-7.657.656-.44-2.277c-.096-.498-.536-.865-1.007-.826h-.012l-11.025.826c-.467.05-.764.498-.668 1.007l.521 2.566-7.495.556v-.008c-.744-1.983-2.658-3.338-4.627-3.168 0 0-.038.004-.058.004-2.257.231-3.708 2.404-3.241 4.843.455 2.408 2.624 4.18 4.847 3.983.027 0 .058-.004.085-.004 1.987-.212 3.346-1.93 3.31-4.006v-.02l7.5-.563.092.49.575 2.995c.093.506.548.876 1.023.834l3.805-.413 1.242-.135.869 5.051.891 5.18-.116.177-2.415 3.705-.19.29s-.015.034-.027.05l-8.154.968c-.799-1.814-2.593-3.018-4.45-2.856-.038 0-.08.012-.12.012-2.245.258-3.696 2.454-3.23 4.893.464 2.397 2.594 4.133 4.798 3.94.038 0 .084-.011.13-.011 2.077-.255 3.462-2.142 3.289-4.346l8.177-.984c-.023-.027-.042-.058-.065-.089l4.23 3.397c.223.177.486.258.733.235a.874.874 0 0 0 .675-.41l2.775-4.275c.034-.058.07-.12.092-.185.174-.456.016-1.03-.393-1.359l-.29-.231-3.96-3.2-.871-5.094-.865-5.028 4.384-.475c.463-.054.749-.501.656-1.007l-.575-2.971-.08-.433 7.663-.66c.606 1.602 1.984 2.787 3.512 3.037a3.9 3.9 0 0 0 .927.035c.023-.008.05-.008.073-.008a3.38 3.38 0 0 0 .486-.084c1.88-.475 3.01-2.451 2.59-4.647l-.012.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M42.38 83.757a1.93 1.93 0 0 1-.748-.058 1.972 1.972 0 0 1-.664-.34 2.086 2.086 0 0 1-.78-1.288L33.4 43.12l-.806-4.647a1.531 1.531 0 0 1-.027-.347 1.593 1.593 0 0 1 .15-.637 1.34 1.34 0 0 1 .166-.27L31.86 38.55a2.346 2.346 0 0 0-.165.266 1.531 1.531 0 0 0-.15.63c-.001.111-.001.227.026.343l.795 4.596 6.672 38.522c.043.263.14.502.27.718.132.216.305.405.498.556.197.15.417.262.656.335.24.07.49.093.741.058l59.875-7.564 1.721-.83-60.419 7.572v.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m106.446 82.009-1.502.969s-.034.023-.05.03c-.015.008-.034.023-.046.031-.015.008-.035.023-.046.031-.016.008-.035.023-.051.031-.32.193-.648.37-.984.529a10.214 10.214 0 0 1-3.253.899 9.48 9.48 0 0 1-.571.05c-.19.012-.386.016-.579.02-.193 0-.39 0-.587-.016-.196-.016-.393-.023-.59-.046a12.305 12.305 0 0 1-3.512-.892 13.806 13.806 0 0 1-3.242-1.914 14.222 14.222 0 0 1-1.427-1.297 15.574 15.574 0 0 1-1.247-1.47 14.847 14.847 0 0 1-1.042-1.62 14.357 14.357 0 0 1-1.39-3.563 13.166 13.166 0 0 1-.354-3.67c.027-.606.104-1.2.224-1.783a11.046 11.046 0 0 1 1.17-3.191 9.974 9.974 0 0 1 2.041-2.57l1.323-1.197a10.141 10.141 0 0 0-2.057 2.597 10.877 10.877 0 0 0-1.173 3.222 12.368 12.368 0 0 0-.177 3.65 12.9 12.9 0 0 0 .312 1.862 15.3 15.3 0 0 0 .575 1.837c.24.605.513 1.192.826 1.76a14.992 14.992 0 0 0 2.312 3.13 14.524 14.524 0 0 0 3.033 2.4c.548.324 1.111.605 1.686.849.575.243 1.162.436 1.756.59a12.04 12.04 0 0 0 2.98.382c.196 0 .389-.008.586-.015a12.508 12.508 0 0 0 1.718-.232 9.37 9.37 0 0 0 1.095-.301c.359-.12.707-.262 1.05-.417.344-.158.672-.335.992-.532.019-.012.035-.023.05-.031.019-.008.035-.023.046-.031.016-.008.035-.023.047-.031a.386.386 0 0 0 .05-.035"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M105.786 61.764c.648.525 1.25 1.104 1.798 1.729a15.366 15.366 0 0 1 1.478 1.991 14.4 14.4 0 0 1 1.12 2.204c.308.76.555 1.551.729 2.354.127.602.216 1.2.259 1.802a12.439 12.439 0 0 1-.236 3.516 11.44 11.44 0 0 1-.49 1.66 10.77 10.77 0 0 1-.733 1.539c-.282.49-.602.95-.953 1.382a9.487 9.487 0 0 1-1.162 1.196 9.832 9.832 0 0 1-1.355.992 9.82 9.82 0 0 1-2.041.949c-.359.12-.726.22-1.096.301a10.01 10.01 0 0 1-1.139.181 7.257 7.257 0 0 1-.578.047c-.193.011-.39.015-.587.015-.197 0-.394 0-.59-.015a16.045 16.045 0 0 1-.599-.047 11.547 11.547 0 0 1-1.79-.32 12.848 12.848 0 0 1-1.756-.59 14.01 14.01 0 0 1-3.276-1.937 14.98 14.98 0 0 1-1.444-1.309 14.415 14.415 0 0 1-1.258-1.49 14.666 14.666 0 0 1-1.88-3.404 13.519 13.519 0 0 1-.575-1.836 14.089 14.089 0 0 1-.312-1.86 13.49 13.49 0 0 1-.046-1.849 12.1 12.1 0 0 1 .702-3.512c.2-.548.448-1.073.725-1.57a9.52 9.52 0 0 1 .958-1.409 9.934 9.934 0 0 1 2.512-2.215 10.337 10.337 0 0 1 4.777-1.513 11.39 11.39 0 0 1 2.32.089c.772.108 1.536.29 2.288.544.753.255 1.486.579 2.196.973a14.4 14.4 0 0 1 2.046 1.381v.012l-.012.019Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.503 64.31a.979.979 0 0 1 .695.228c.097.081.185.178.255.286.07.108.12.231.146.362l1.012 4.96 4.688-.402a.888.888 0 0 1 .363.046.99.99 0 0 1 .324.182c.097.08.186.177.255.285.069.108.12.232.147.363.027.131.027.259.007.375a.826.826 0 0 1-.127.32.73.73 0 0 1-.243.228.744.744 0 0 1-.332.104l-4.693.416 1.023 5.021a.956.956 0 0 1-.127.71.727.727 0 0 1-.247.236.858.858 0 0 1-.71.07 1.12 1.12 0 0 1-.332-.182 1.122 1.122 0 0 1-.406-.66l-1.018-5.036-4.786.424a.944.944 0 0 1-.374-.042c-.12-.039-.236-.1-.336-.182a1.112 1.112 0 0 1-.405-.66.91.91 0 0 1 .139-.706.798.798 0 0 1 .598-.343l4.782-.413-1.004-4.974a.893.893 0 0 1 .135-.69.818.818 0 0 1 .247-.229.745.745 0 0 1 .336-.1l-.012.004Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Spot-NoUsers" xmlns="http://www.w3.org/2000/svg" width="129" height="128" fill="none" viewBox="0 0 129 128">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M128.5 49.6v36c0 5.298-4.302 9.6-9.6 9.6H10.1c-5.298 0-9.6-4.302-9.6-9.6v-36c0-5.298 4.302-9.6 9.6-9.6h108.8c5.298 0 9.6 4.302 9.6 9.6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M94.025 89.414c.253-3.443-15.707-7.428-35.65-8.9-19.943-1.47-36.316.128-36.57 3.571-.254 3.444 15.707 7.428 35.65 8.9 19.942 1.471 36.315-.127 36.57-3.57Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M97.7 30.926c-2.108-2.312-12.228-4.028-24.376-4.028-12.148 0-21.372 1.588-24.056 3.736h-.004s-.052.044-.136.12l-.116.104c-2.748 2.524-26.92 26.224.28 55.456 2.724 3.52 12.448 6.124 24.032 6.124s20.856-2.484 23.828-5.884c0 0 28.292-25.16.544-55.628h.004Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M53.992 30.456c0-1 8.56-2.2 19.116-2.18 10.556.02 19.112 1.24 19.108 2.244-.004 1.004-8.56 2.2-19.116 2.18-10.556-.02-19.112-1.24-19.108-2.244ZM97.912 49c-.396-3.176-2.048-6.5-4.172-9.1-.42-.512-1.088-.744-1.744-.648l-2.132.312c-1.204.176-1.668 1.652-.82 2.524 1.916 1.968 4.488 4.944 5.48 7.748.304.856 1.244 1.448 2.1 1.136.828-.304 1.396-1.096 1.288-1.972Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M67.736 76.772c13.796-.308 26.472 3.336 31.604 2.688l.476.112a34.048 34.048 0 0 1-4.568 4.668c-2.932 2.472-6.788 3.412-10.62 3.5l-21.192.476c-3.836.084-7.728-.68-10.768-3.02a34.558 34.558 0 0 1-3.904-3.508c1.46-2.552 10.492-4.724 18.976-4.916h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M81.868 51.93c-.867 1.453-1.227 3.165-.775.497a7.889 7.889 0 0 0 .043-2.316c-.287-2.188-.895-6.208-2.132-4.82a.566.566 0 0 0-.14.408c.245 3.388 1.36 6.62-.072 9.928a10.29 10.29 0 0 0-.588 1.884c-.287 1.332-.851 3.1-1.655 2.184.287-1.856 1.316-3.776.807-5.684-.331-1.82 1.457-4.728.469-6.22a.502.502 0 0 0-.709-.132c-1.984 1.472-.407 5.672-1.236 7.84a.506.506 0 0 1-.743.248c-1.569-.992-1.197-3.616-.776-5.384a.454.454 0 0 0-.04-.316c-1.936-3.672-2.453 5.3.328 7.724a.55.55 0 0 1 .08.088c1.04 1.584-1.564 6.92-2.856 5.028a.472.472 0 0 1-.085-.292c.017-2 1.493-4.66.46-6.384-.212-.356-.744-.332-.9.052-.371.924.469 2.744-.395 3.3-.629-.828-.056-2.476-.184-3.572a.609.609 0 0 1 .023-.256c1.42-4.248-1.907-5.192-1.195-.148a.558.558 0 0 1-.008.2c-.764 3.584 1.332 7.132-.132 10.452-.1.224-.236.428-.388.62-.665.844-1.24 2.04-1.945.816-.115-.204-.055-.448.12-.604 1.428-1.244 1.28-8.844-.371-7.652-.325.236-.493.632-.48 1.036.04 1.676.995 5.456-.624 4.7a.548.548 0 0 1-.297-.336c-.8-2.592.625-5.068.86-7.652.12-.94-.823-6.932-1.675-5.136-.132.276-.168.58-.144.884.163 2.108 1.08 7.272-.549 2.292a10.475 10.475 0 0 0-.371-1.12.453.453 0 0 0-.037-.08.64.64 0 0 0-.115-.188c-.125-.16-.305-.288-.556-.16-.517.256-.488.696-.157 1.288.332.592.616 1.568.697 3.036.064 1.188.228 2.46.288 2.9.035.444.06.796.063 1a.446.446 0 0 1-.044.188c-1.188 2.408 2.453 6.98 1.14 8.572a.5.5 0 0 1-.828-.096c-.623-1.176-1.695-2.1-2.407-3.212-1.432-1.676-.648-5.008-1.977-6.36a.502.502 0 0 0-.811.124c-.292.608-.1 1.464.208 2.324.215.604-.684.968-.928.376-.424-1.032-.532-2.292-.6-3.392-.029-.48-.205-.948-.537-1.296-1.831-1.912-.295 7.512 3.313 9.396.316.164.608.38.852.64 4.115 4.38.5 12.224 4.588 16.044.087.08.2.128.32.128 1.124.024 3.388.24 2.216-1.364-8.477-13.796 12.615-20.308 14.507-31.664.093-.552-.64-.832-.923-.352v-.008h.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M65.176 74.494c-.42-1.088 1.256-1.928 1.088-3.604-.084-.852-.56-1.248-1.116-1.512.052.504-.012.936-.272 1.248a.5.5 0 0 1-.828-.096c-.624-1.176-1.696-2.1-2.408-3.212-1.432-1.676-.648-5.008-1.976-6.36a.502.502 0 0 0-.812.124c1.632 1.084 1.804 3.608.128 4.028-.492.124-.784.472-.932.916.616 1.088 1.376 2.004 2.26 2.464.216.112.416.256.6.412.544-.148 1.032-.252 1.34.06.516.516.732 1.428.232 2.2 1.932 4.472-.24 10.728 3.272 14.008.088.08.2.128.32.128 1.124.024 3.388.24 2.216-1.364-2.052-3.34-2.368-6.248-1.648-8.904-.62-.308-1.184.176-1.46-.54h-.004v.004Zm16.756-21.36c0-.336-.32-.344-.532-.312-.448.944-.62 1.552-.416.272-.228.212-.56.472-.656.284-.076-.152-.488-.264-.88-.268a8.606 8.606 0 0 1-.652 2.512l-.268.716c-.128.384-.232.772-.32 1.168-.288 1.332-.852 3.1-1.656 2.184.08-.516.216-1.036.364-1.56a1.559 1.559 0 0 1-.348-.476c-.296-.664-.444-1.476.072-1.548.516-.072.884-.812.368-1.108-.516-.296-.664-1.108-.148-1.4.472-.268.08-1.576-.772-1.692.06 1.32.152 2.648-.208 3.588a.506.506 0 0 1-.744.248c-.836-.528-1.12-1.524-1.136-2.608-.28.412-.428.888-.312 1.348.18.716-.184.644-.516.592.312 1.1.796 2.092 1.48 2.688a.548.548 0 0 1 .08.088c.272.412.292 1.084.156 1.812.224.308.428.732.428 1.26 0 1.004-.364 1.52.372 2.172 2.872-2.892 5.568-5.832 6.688-9.172-.236-.268-.444-.568-.444-.792v.004ZM71.292 65.2c.836-.752.252-1.76-.42-2.428-.672-.668-.252-1.088-.168-1.928.052-.52-.568-.652-1.052-.676.26 1.832.58 3.632.056 5.372.464.084 1.1.088 1.58-.34h.004Zm-1.22-10.344c.104.276.492.34.88.332.46-1.78.036-2.864-.472-3.012-.236.368-.496.944-.116 1.276.592.516-.516.812-.296 1.4l.004.004Zm-7.336.084c.336.592.616 1.568.696 3.036.016.268.032.54.056.808.324-.028.736.496 1.116.42.536-.108.572-1.04-.144-1.076-.716-.036-.788-.932-.608-1.184.18-.252.108-1.148-.324-1.612-.224-.244-.076-.728.112-1.14-.016-.036-.028-.076-.044-.108a.453.453 0 0 0-.036-.08.64.64 0 0 0-.116-.188c-.124-.16-.304-.288-.556-.16-.516.256-.488.696-.156 1.288l.004-.004Zm2.808 12.087a.472.472 0 0 0 .485-.46.473.473 0 0 0-.484-.46.472.472 0 0 0-.484.46c0 .255.216.46.483.46Zm.68.573c.117 0 .212-.103.212-.231s-.095-.232-.212-.232c-.117 0-.212.104-.212.232s.095.232.212.232Zm-.868.713c.084 0 .152-.076.152-.168 0-.093-.068-.168-.152-.168-.084 0-.152.075-.152.168 0 .092.068.168.152.168Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M49.432 81.86c18.692 4.556 38.212-5.236 51.172-3.308a34.201 34.201 0 0 1-5.36 5.688c-2.932 2.472-6.268 4.336-11.532 5.14-7.436 1.136-9.436-.78-18.456-.092-8.744.668-14.048-3.688-16.472-7.576.112.18.424.096.644.148h.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M48.588 74.635a25.434 25.434 0 0 1-.952-2.168c-.572-1.504-1.46-3.932-1.984-5.82-.464-1.676-2.82-8.04-.4-15.772a2.526 2.526 0 0 0-.284-2.12c-1.6-2.488 3.6-5.992 2.048-7.924a2.513 2.513 0 0 1-.604-2.008c.036-.264.048-.48-.096-.616-.4-.372-1.516.988-2.292 2.172a1.699 1.699 0 0 1-.172.236c-.296.34-.808 1.216-.808 1.216h.008a11.333 11.333 0 0 0-.992 1.928c-2.392 5.896-4.944 18.192 2.828 30.968l.108.168c.464.652 3.536 4.808 4.2 1.88.112-.5-.26-1.432-.608-2.136v-.004Zm2.895-39.146c-.267.316-.503.66-.707 1.02-.605 1.064-1.233 3.316-2.173 2.96-.48-.184-1.04-2.108-.8-2.912.24-.804 2.18-3.124 4.42-3.364.84-.092.973.272-.74 2.296Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m47.616 65.384-1.668.912c-.516.284-1.176.088-1.388-.464-.72-1.864-.612-3.396-.448-4.248.092-.468.484-.788.956-.872l1.748-.316c.952-.172 1.792.644 1.704 1.608-.06.62-.104 1.304-.1 1.908 0 .596-.284 1.184-.804 1.472Zm-2.428 4.425c.876 5.324 4.576 9.66 6.552 11.156.324.244.748.268 1.124.112.572-.236.708-1.076.332-1.568-1.596-2.08-3.576-6.46-4.212-10.876-.116-.816-1.044-1.292-1.744-.852l-1.568.988a1.037 1.037 0 0 0-.48 1.04h-.004Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Radar" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M63.307 96.293h16.168l-.154-.512-.154-.512-3.595-11.95-.307-1.023-3.88-12.923-4.114 13.693-.33 1.124-3.334 11.083-.153.512-.154.512.008-.004Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.36 83.566c2.918.543 5.513-.755 7.531-2.506l-3.549-11.53-3.979 14.04-.004-.004Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M62.407 79.589c.666.662 1.377 1.22 2.123 1.69 3.564 2.225 7.862 2.182 10.43-.385 1.87-1.867 2.4-4.658 1.68-7.41-.465-1.814-1.472-3.6-2.983-5.113-3.825-3.822-9.439-4.407-12.55-1.3-3.11 3.094-2.521 8.714 1.304 12.526v-.008h-.004Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M62.872 78.843c.665.662 1.377 1.22 2.123 1.69 3.564 2.225 7.858 2.182 10.43-.385 1.869-1.867 2.4-4.658 1.68-7.41-.465-1.814-1.472-3.6-2.983-5.113-3.826-3.822-9.439-4.408-12.55-1.301-3.11 3.095-2.522 8.715 1.304 12.526v-.007h-.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M65.11 81.079c.869.362 1.738.604 2.603.754a34.729 34.729 0 0 0 6.305-8.003 37.222 37.222 0 0 0 1.915-3.815c-1.123-1.497-2.737-2.764-4.71-3.592-4.994-2.075-10.407-.477-12.1 3.577-1.69 4.046.993 9.015 5.987 11.082v-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M58.132 100h25.69v-3.704h-25.69v3.703Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M63.308 96.292h16.167l-.154-.512H63.458l-.154.512h.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m69.993 83.539-2.718 12.245-2.91.531V100h-6.237v-3.703l5.256-.258 3.89-12.973 2.719.47v.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M68.493 82.88 64.06 96.04l-4.952.477V100h-.98v-3.704l5.333-.515 3.971-13.231h1.319l-.254.33h-.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M76.437 72.96s1.246 5.27-1.96 7.165c0 0 2.272-3.207 1.757-7.099-.52-3.892.207-.065.207-.065h-.004Zm2.095 22.797-4.145-14.29-.076.085 2.964 14.151.007.081m-4.67-22.651c19.323-13.25 30.431-30.65 24.818-38.857-5.614-8.207-25.826-4.115-45.15 9.139-19.323 13.246-30.434 30.642-24.817 38.85 5.613 8.207 25.829 4.118 45.152-9.132h-.003Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M85.373 60.646s-2.473 1.782-7.26 2.783a7.135 7.135 0 0 0 1.05-1.813s.392-.77.231-1.27c7.101-13.262 3.33-27.686 3.33-27.686l-.696 1.482c2.514 15.056-2.042 24.76-2.7 26.058-.184-.293-.65-.424-1.676-.097 0 0-1.734.424-6.182 3.985h-.654v-.358h-.796l-.338.277-.25-.277v-.562l-1.215-.212-2.472 2.337.654.254h1.36l.67-.828s.38 1.216 1.93.042l1.196-.042s-3.165 3.187-1.488 3.738c0 0 .161 0 .442-.039-11.273 8.412-23.576 11.118-31.07 11.976a7.984 7.984 0 0 1-1.591-1.709c-3.71-5.42-.112-14.855 8.327-24.456 1.727 1.151 9.8 6.39 18.451 9.497l-17.924-10.09c4.256-4.73 9.677-9.485 15.967-13.8 5.579-3.827 11.23-6.883 16.587-9.108-7.62 1.978-16.444 6.074-25.095 12.006-19.332 13.25-30.447 30.643-24.83 38.85 3.991 5.836 15.376 5.455 28.567-.027-7.42 1.928-13.687 1.848-17.528-.504 20.17-3.588 29.035-11.118 30.758-12.75a7.636 7.636 0 0 0 3.668-1.994s1.757-1.005 3.125-2.656c2.542-.435 5.452-1.167 8.082-2.399 0 0 1.446-.007 1.446-1.416 0 0-1.157-1.174-2.08.797l.004.011Zm-14.176 3.661h-.008.012-.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m45.425 41.298-.104 2.04.354 10.44-1.25-1.412-.392-9.67-.718-.42 2.068-1.686.038.712.004-.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m51.058 37.91-1.769-.215c.362-.335.677-.647.923-.924l1.523-1.197 30.293-1.436.695-1.482-30.538 1.451s-.185-.011-1.089.87l-.069.081a.526.526 0 0 0-.057-.08l-3.657-4.397c.004.089.008.17-.019.254-.42 1.486-4.548 4.512-5.986 5.3-.573.317-1.261.694-1.919.72l3.353 4.128-1.903 1.536-10.331 39.203h1.619l10.396-38.81 2.899-2.18-.073-.069c.776-.454 1.618-1.05 2.406-1.67h.189l1.734-.278 36.79 22.381 1.119-1.178-36.529-22.007Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M66.033 65.792c2.399-1.643 3.706-3.903 2.93-5.046-.78-1.14-3.36-.736-5.76.908-2.395 1.644-3.706 3.904-2.93 5.047.78 1.143 3.36.735 5.76-.909Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.995 65.53c1.988-1.362 3.218-3.014 2.753-3.691-.461-.678-2.45-.123-4.437 1.236-1.988 1.362-3.218 3.014-2.753 3.691.465.678 2.45.127 4.437-1.235Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M66.056 62.759c-1.407-2.256-2.826-4.496-4.206-6.764-.084-.138-.165-.277-.284-.389-.258-.246-.73-.25-1.073-.261a2.628 2.628 0 0 0-.754.092c-.234-.558-.465-1.116-.703-1.674l-.554-1.32c-.088-.205-.192-.713-.361-.863-.37-.316-.992-.062-1.358.13-.2.105-.4.228-.545.401-.081.093-.466.743-.354.859.942.954 1.85 1.951 2.776 2.93.057.057.107.114.165.172-.292.4-.5.993-.35 1.428.054.158.154.297.254.435.592.809 1.188 1.613 1.772 2.43a2508.3 2508.3 0 0 1 3.58 4.98c.561-.026 1.126-.157 1.588-.465.415-.277.8-.658.888-1.155.073-.404-.285-.65-.485-.97l.004.004Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m51.058 38.456 11.004 6.652-11.227-6.594-.02-.011-.022-.008-.973-.304 1.238.265Zm-.1-3.376.08.104-.026.074c-.104.265-.492.931-1.865 2.317l-.177.177-.165.166-3.637-4.474c.062-.057.142-.13.235-.219.223-.212.522-.508.826-.84.304-.33.615-.7.861-1.058.15-.22.281-.446.37-.662l3.498 4.416Zm31.108-1.747L52.104 34.71h-.038l-.035.015-.75.343 1.08-.774 29.697-1v.038h.008Zm-36.695 7.295-2.142 1.609.804.458.98.524.397 10.212.21.181-.245-12.98-.004-.004Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m44.475 42.927.143 9.431-.512-9.635.37.204Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M56.917 51.688s.496-.27 1.146-.135l1.88 3.904s1.073-.524 1.75.523c.68 1.047 5.024 7.638 5.024 7.638s-.111.481-.626.908c-.181.15-5.548-8.823-6.387-8.811l-2.068-3.538-.719-.489Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m56.917 51.688.042-.02.838.193 1.927 3.865 1.434.447 5.344 7.953-.388.566-5.422-7.907-1.288-.781-2.045-3.623-.442-.689v-.004Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M66.06 65.442h-.238l-1.2-.154s1.696-.42 2.1-1.67l-.281-.42-.093-.142 2.15.08s-.985 1.483-2.438 2.31v-.004Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m40.13 37.194 3.13 4.273-1.715 1.22-10.403 38.83 10.792-38.756 1.7-1.313.657-.223-.685.111-3.483-4.673-.342.093.346.442.004-.004Zm4.938-4.022 3.802 4.742 2.092.482L87.81 60.538 50.85 38.631l-2.353-.343-3.71-4.858"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M39.643 36.898c-.846-.027.115-1.513 2.164-3.326 2.061-1.836 4.453-3.322 5.333-3.314h.023c.846.027-.119 1.513-2.164 3.33-2.069 1.836-4.457 3.314-5.337 3.314h-.023l.004-.004Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M46.86 30.854c-.074-.077-.24 0-.366.162-.13.162-.173.358-.1.435-.096.254-.37.708-1.142 1.209 0 0 .857-.27 1.238-.955l.134-.289a.643.643 0 0 0 .139-.134c.13-.162.177-.358.1-.435l-.004.007Zm34.975 65.758.023 3.157 1.088.02v-3.173h-1.111v-.004Z"/>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg id="tnt-Spot-RoadMap" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M97.642 55.833a8.505 8.505 0 0 0-.96-1.574L98.082 40H21.207l.667 14.155c-.747.45-1.596.966-2.431 1.486v.007l-.002-.006c-2.074 1.292-4.062 2.609-4.202 2.99-.3.811-3.483 16.148-3.731 17.261 0 0-2.639 18.794-2.625 19.071.418.05 1.765.033 1.765.033l9.485-.033-.582-16.749s.085-.382 2.902-4.074c.118-.155.232-.306.34-.453l.299 6.307a3.058 3.058 0 0 0 .065.493 3.103 3.103 0 0 0 .14.458l1.208 2.99c.055.151.122.296.2.433.222.39.531.723.905.98a3.43 3.43 0 0 0 1.288.54c.476.094.994.102 1.53.008l58.31-10.271c.759 1.042 1.448 1.875 1.711 2.16.565.608 1.826 1.39 1.956 1.955.13.565 2.26 3.606 3.302 6.343.58 1.523 1.649 3.881 3.35 8.915l13.481-.029c-1.426-2.822-2.569-5.055-2.883-5.583-.956-1.608-3.128-6.431-3.259-7.778-.434-2.955-1.08-3.098-1.428-3.402-.348-.305-.753-1.347-1.049-2.257-.266-.815.182-2.094.138-3.05-.043-.956.201-2.852.297-4.283.043-.652-.13-5.561-.739-6.43-.608-.87-1.321-4.491-1.756-5.404-.434-.912-1.392-1.124-2.217-.95Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M27.792 59.858c.064.478-.58 1.256-.974 1.68a8.07 8.07 0 0 1-1.31-1.094c-1.018-1.033-1.932-2.253-2.481-3.597a.968.968 0 0 1-.085-.439c2.402-1.497 4.916-2.96 4.916-2.96l2.96.622s.313.607.123 1.606c-.19 1-3.241 3.497-3.15 4.181Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M26.735 61.627c-.605-.227-.942-.708-1.227-1.183-.003-.005-.01-.01-.013-.014.188-.06.33-.224.418-.402.095-.191.142-.4.224-.597.081-.197.207-.389.4-.477.065-.029.14-.05.174-.112.079-.14-.122-.386-.192-.497-.11-.173-.23-.341-.32-.525-.06-.119.098-.226.19-.13.119.123.24.251.275.303.19.267.476.467.767.2.107-.097.182-.225.274-.337.056-.069.12-.133.166-.208.038-.061.064-.129.095-.194.152-.322.42-.585.54-.922.155-.425-.026-.748-.125-1.15a2.932 2.932 0 0 1-.092-.737c.001-.106.017-.227.104-.287.08-.055.195-.035.265.03.151.14.097.412.213.583.089.132.262.189.417.173a.564.564 0 0 0 .357-.207c.217-.246.322-.592.443-.89l.049-.121.683.144s.313.607.123 1.606c-.19 1-3.241 3.497-3.15 4.18.065.479-.664 1.346-1.057 1.77h-.001Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.447 60.048c.038 0 .074.02.107.04.142.087.273.191.421.267a1 1 0 0 0 .132.056c.13.14.265.277.404.41.347.333.719.645 1.12.913l-.103.102s.014.046.041.11c-.338.324-.652.674-.964.981-.187.186-.38.369-.59.529a1.863 1.863 0 0 1-.086.06c-.03.021-.033.024-.05.033a1.193 1.193 0 0 1 .167-.431c.136-.196.327-.34.496-.506.18-.176.34-.377.375-.634a.82.82 0 0 0-.33-.788c-.211-.154-.465-.228-.666-.397a2.601 2.601 0 0 1-.534-.61c-.014-.023-.027-.047-.025-.073.004-.038.046-.064.085-.063v.001Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M101.712 28.986c.376 0 .724.1 1.031.278.308.178.573.43.788.744.214.312.374.681.469 1.09.095.41.126.857.081 1.326l-3.931 40.058a3.847 3.847 0 0 1-.31 1.167 4.294 4.294 0 0 1-.629 1.02 3.716 3.716 0 0 1-.86.764 2.8 2.8 0 0 1-1.008.402L32.125 87.323a4.246 4.246 0 0 1-1.564-.009 3.52 3.52 0 0 1-1.316-.55 3.053 3.053 0 0 1-.924-1.002 3.018 3.018 0 0 1-.387-1.362l-2.299-51.222a4.229 4.229 0 0 1 1.202-3.163 4.342 4.342 0 0 1 3.14-1.308l71.737.281-.002-.002Zm-1.684 43.517 3.925-40.077c.021-.224.024-.442.012-.652a3.531 3.531 0 0 0-.271-1.164 2.741 2.741 0 0 0-.265-.485 2.522 2.522 0 0 0-.341-.402 2.085 2.085 0 0 0-.875-.501 1.922 1.922 0 0 0-.515-.069l-71.715-.233a4.181 4.181 0 0 0-1.652.33 3.991 3.991 0 0 0-.717.394 4.2 4.2 0 0 0-.62.522 4.037 4.037 0 0 0-1.144 3.01l2.277 51.19c.01.24.05.47.111.686.062.216.148.422.257.612a2.907 2.907 0 0 0 .88.954c.181.125.378.234.589.322.21.088.432.156.664.202a3.9 3.9 0 0 0 .724.074c.25.001.504-.02.766-.066l65.238-11.454c.166-.03.33-.077.492-.142a3.032 3.032 0 0 0 .899-.568 3.809 3.809 0 0 0 .72-.862c.101-.164.19-.333.268-.51a3.77 3.77 0 0 0 .293-1.113"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M29.377 86.618a2.907 2.907 0 0 1-.88-.954 2.891 2.891 0 0 1-.367-1.297l-2.277-51.191a4.072 4.072 0 0 1 .638-2.38c.146-.228.317-.439.505-.632s.395-.37.62-.522a4.034 4.034 0 0 1 1.513-.64c.278-.056.562-.084.856-.084l71.713.234a1.95 1.95 0 0 1 .981.264c.145.084.282.186.407.305.125.12.239.253.341.402.102.15.192.311.265.485.074.174.136.359.181.554a3.86 3.86 0 0 1 .078 1.262L100.027 72.5a3.747 3.747 0 0 1-.294 1.113 4.006 4.006 0 0 1-.987 1.372 3.444 3.444 0 0 1-.433.327c-.15.095-.307.178-.467.24a2.58 2.58 0 0 1-.492.143L32.12 87.15c-.26.046-.517.067-.766.066a3.892 3.892 0 0 1-.724-.074 3.426 3.426 0 0 1-.664-.202"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m97.64 28.545-69.149-.383a4.002 4.002 0 0 0-.749.062 3.69 3.69 0 0 0-.444.102c-.067.019-.134.04-.199.063l-.195.072a3.56 3.56 0 0 0-.474.227 5.444 5.444 0 0 0-.27.167c-.041.026-.08.054-.12.082a4.622 4.622 0 0 0-.229.176c-.037.032-.074.061-.109.095a3.11 3.11 0 0 0-.104.096l-.1.1-.096.104a2.72 2.72 0 0 0-.094.107c-.031.04-.063.078-.094.116-.032.04-.062.08-.09.12-.028.04-.058.08-.086.123a5.133 5.133 0 0 0-.08.126l-.09.152a4.45 4.45 0 0 0-.227.48 4.075 4.075 0 0 0-.27 1.232c-.01.143-.01.29-.003.437l2.304 48.89a3.064 3.064 0 0 0 .13.744c.025.077.051.154.081.228l1.27 3.148a2.831 2.831 0 0 1-.193-.745 3.365 3.365 0 0 1-.022-.268l-2.303-51.22a4.468 4.468 0 0 1 .055-.909 4.14 4.14 0 0 1 .31-1.023c.024-.056.052-.112.078-.169a3.627 3.627 0 0 1 .18-.323 4.27 4.27 0 0 1 .177-.263l.095-.127a1.92 1.92 0 0 1 .1-.123c.032-.039.065-.075.098-.112.034-.037.067-.074.102-.11.036-.034.07-.07.106-.105a6.917 6.917 0 0 1 .223-.202l.118-.095c.038-.03.08-.061.121-.091.04-.03.083-.058.125-.086.045-.032.093-.062.14-.09a4.36 4.36 0 0 1 .292-.164c.05-.024.1-.05.151-.073a3.978 3.978 0 0 1 .403-.164c.068-.024.138-.045.209-.066.07-.021.142-.039.212-.057.083-.019.167-.037.253-.05a4.158 4.158 0 0 1 .519-.06c.088-.006.177-.007.265-.007l71.736.28-4.073-.44.01-.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M101.712 28.986c.376 0 .724.1 1.031.278.308.178.573.43.788.744.214.312.374.681.469 1.09.095.41.126.857.081 1.326l-3.931 40.058a3.847 3.847 0 0 1-.31 1.167 4.294 4.294 0 0 1-.629 1.02 3.716 3.716 0 0 1-.86.764 2.8 2.8 0 0 1-1.008.402L32.125 87.323a4.246 4.246 0 0 1-1.564-.009 3.52 3.52 0 0 1-1.316-.55 3.053 3.053 0 0 1-.924-1.002 3.018 3.018 0 0 1-.387-1.362l-2.299-51.222a4.229 4.229 0 0 1 1.202-3.163 4.342 4.342 0 0 1 3.14-1.308l71.737.281-.002-.002Zm-1.684 43.517 3.925-40.077c.021-.224.024-.442.012-.652a3.531 3.531 0 0 0-.271-1.164 2.741 2.741 0 0 0-.265-.485 2.522 2.522 0 0 0-.341-.402 2.085 2.085 0 0 0-.875-.501 1.922 1.922 0 0 0-.515-.069l-71.715-.233a4.181 4.181 0 0 0-1.652.33 3.991 3.991 0 0 0-.717.394 4.2 4.2 0 0 0-.62.522 4.037 4.037 0 0 0-1.144 3.01l2.277 51.19c.01.24.05.47.111.686.062.216.148.422.257.612a2.907 2.907 0 0 0 .88.954c.181.125.378.234.589.322.21.088.432.156.664.202a3.9 3.9 0 0 0 .724.074c.25.001.504-.02.766-.066l65.238-11.454c.166-.03.33-.077.492-.142a3.032 3.032 0 0 0 .899-.568 3.809 3.809 0 0 0 .72-.862c.101-.164.19-.333.268-.51a3.77 3.77 0 0 0 .293-1.113"/>
|
|
11
|
+
<g opacity=".5">
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M38.219 28.944c-8.186 20.239-3.959 42.29 9.78 55.418l-1.71.3c-13.498-13.52-17.525-35.525-9.58-55.723l1.51.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M43.444 28.961c-8.912 19.945-4.77 42.178 9.403 54.55l-.666.116C38.115 71.08 34.07 48.876 42.868 28.96l.576.002Zm15.842.052a41.583 41.583 0 0 0-1.801 3.065c-9.356 17.6-4.289 38.23 10.805 46.254a27.484 27.484 0 0 0 4.058 1.754l-2.679.47a29.077 29.077 0 0 1-2.039-.983l-.37-.2c-15.511-8.535-20.5-29.632-11.24-47.53l.223-.425c.439-.825.9-1.629 1.384-2.41l1.66.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M70.325 29.049a31.313 31.313 0 0 0-5.16 7.112c-7.228 13.596-3.331 29.578 8.384 35.806 8.532 4.536 19.034 2.74 26.903-3.825l-.119 1.224c-8.026 6.31-18.535 7.981-27.196 3.377l-.286-.155c-11.915-6.556-15.748-22.764-8.634-36.513l.172-.327a32.25 32.25 0 0 1 4.735-6.703l1.201.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M85.857 29.1c-5.196 1.225-10.096 4.894-13.042 10.435-5.04 9.482-2.338 20.64 5.841 24.988 7.617 4.05 17.472.856 22.862-7.26l-.106 1.075c-5.615 7.718-15.35 10.72-23.003 6.65l-.199-.106c-8.204-4.515-10.881-15.633-6.095-25.14l.235-.455c2.676-5.034 6.951-8.582 11.633-10.194l1.874.006Zm9.415.03c.6.228 1.192.496 1.772.804l.198.107c2.747 1.512 4.874 3.764 6.31 6.448l-.097.987c-1.416-2.992-3.671-5.488-6.658-7.076a14.865 14.865 0 0 0-3.292-1.276l1.767.006Z"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M101.698 29.152a1.925 1.925 0 0 1 .98.263c.146.085.283.187.408.306.125.12.239.253.341.402.102.15.191.312.265.486.074.174.136.358.181.553a3.859 3.859 0 0 1 .078 1.262L100.027 72.5a3.747 3.747 0 0 1-.294 1.113 4.019 4.019 0 0 1-.987 1.372 3.446 3.446 0 0 1-.433.327 2.604 2.604 0 0 1-.959.383L32.12 87.151c-.26.045-.517.066-.766.065a3.892 3.892 0 0 1-.724-.074 3.44 3.44 0 0 1-.589-.173l.002-.003a4.006 4.006 0 0 1-.142-.064l-.657-.382a2.912 2.912 0 0 1-.748-.856 2.896 2.896 0 0 1-.367-1.297l-2.276-51.191a4.063 4.063 0 0 1 .638-2.38c.146-.228.317-.439.505-.632a4.02 4.02 0 0 1 .62-.522 4.028 4.028 0 0 1 1.513-.64 4.3 4.3 0 0 1 .856-.084l71.713.234Zm-71.466.056c-.29 0-.571.028-.846.084l-.203.046a3.88 3.88 0 0 0-.584.197 4.31 4.31 0 0 0-.709.389 3.967 3.967 0 0 0-.613.516l-.136.147a3.98 3.98 0 0 0-.727 1.196l-.068.192a3.987 3.987 0 0 0-.198 1.442l2.25 50.6a2.863 2.863 0 0 0 .363 1.283 2.864 2.864 0 0 0 .739.846l.141.082.572.333c.206.087.427.155.656.2.172.034.35.057.532.067l.184.005c.247.002.5-.019.758-.064l64.48-11.322a2.49 2.49 0 0 0 .368-.096l.12-.044a2.77 2.77 0 0 0 .461-.239 3.4 3.4 0 0 0 .324-.234l.103-.088c.102-.09.2-.188.293-.291l.091-.106a4.4 4.4 0 0 0 .252-.337l.077-.12a4.18 4.18 0 0 0 .205-.374l.059-.13c.056-.13.106-.264.148-.4l.04-.138a3.66 3.66 0 0 0 .085-.42l.017-.14 3.879-39.616a3.82 3.82 0 0 0 .019-.487l-.007-.157a3.942 3.942 0 0 0-.058-.457l-.031-.146a3.203 3.203 0 0 0-.126-.416l-.053-.131a2.652 2.652 0 0 0-.189-.367l-.073-.113a2.531 2.531 0 0 0-.337-.398 2.17 2.17 0 0 0-.296-.236l-.107-.066a1.916 1.916 0 0 0-.838-.256l-.131-.004-70.886-.232Z" clip-rule="evenodd"/>
|
|
18
|
+
<ellipse cx="87.981" cy="48.336" fill="var(--sapContent_Illustrative_Color27)" rx="10.765" ry="12.239" transform="rotate(28.383 87.981 48.336)"/>
|
|
19
|
+
<ellipse cx="88.121" cy="48.397" fill="var(--sapContent_Illustrative_Color26)" rx="8.596" ry="9.85" transform="rotate(28.383 88.12 48.397)"/>
|
|
20
|
+
<ellipse cx="72.871" cy="39.228" fill="var(--sapContent_Illustrative_Color17)" rx="3.108" ry="3.3" transform="rotate(28.383 72.87 39.228)"/>
|
|
21
|
+
<ellipse cx="64.911" cy="64.067" fill="var(--sapContent_Illustrative_Color9)" rx="4.221" ry="4.687" transform="rotate(46.132 64.91 64.067)"/>
|
|
22
|
+
<ellipse cx="45.072" cy="73.92" fill="var(--sapContent_Illustrative_Color1)" rx="3.543" ry="4.117" transform="rotate(58.77 45.072 73.92)"/>
|
|
23
|
+
<ellipse cx="35.982" cy="66.204" fill="var(--sapContent_Illustrative_Color11)" rx="5.127" ry="5.94" transform="rotate(65.41 35.982 66.204)"/>
|
|
24
|
+
<ellipse cx="52.025" cy="46.295" fill="var(--sapContent_Illustrative_Color16)" rx="6.849" ry="7.262" transform="rotate(59.093 52.025 46.295)"/>
|
|
25
|
+
<ellipse cx="45.689" cy="42.011" fill="var(--sapContent_Illustrative_Color15)" rx="3.203" ry="3.392" transform="rotate(67.093 45.69 42.011)"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m11.706 99.838 3.13-22.736c.252-1.138 3.505-16.809 3.811-17.638.143-.39 2.175-1.735 4.294-3.055.09.362.238.71.408 1.04.236.46.521.894.827 1.311.274.375.574.726.867 1.087.519.638.558.586.658.843-.023.297.682.88.754 1.012.072.132.248.76.691.608.443-.153 1.9-3.013 2.18-3.448.282-.434 5.344-6.145 6.723-3.13 1.379 3.015-2.582 5.635-3.35 6.48-.768.846-1.735 2.274-2.656 5.089-.92 2.814-1.146 4.236-4.026 8.009-2.878 3.772-2.965 4.163-2.965 4.163l.707 20.364H11.705v.001Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.445 60.049a.21.21 0 0 1 .106.04c.142.086.274.19.422.267.148.076.32.123.482.086l.043-.014c.198-.076.198.085.198.235 0 .347.718.947.76 1.03.04.083.083.189.11.252-.338.325-.652.675-.964.982a6.04 6.04 0 0 1-.59.529 1.81 1.81 0 0 1-.086.06c-.03.021-.032.024-.05.033a1.196 1.196 0 0 1 .167-.431c.136-.196.327-.34.497-.506.178-.176.339-.377.374-.634a.82.82 0 0 0-.329-.788c-.212-.154-.466-.228-.667-.397a2.601 2.601 0 0 1-.534-.61c-.014-.023-.027-.047-.025-.073.004-.038.046-.064.085-.063l.001.002ZM17.12 99.837c-.06-1.164-.525-3.234-.363-4.39.314-2.257.957-4.45 1.395-6.682.22-1.124.342-2.264.563-3.389.225-1.145.484-2.294.832-3.407a14.984 14.984 0 0 1 2.523-4.835 22.321 22.321 0 0 1 1.89-2.078c.659-.647 1.23-1.303 1.672-2.12.897-1.65 1.284-3.512 1.926-5.263a15.094 15.094 0 0 1 2.852-4.828c.617-.7 1.283-1.354 1.948-2.008.632-.62 1.78-1.386 2.259-2.138.377-.593.426-1.145.248-1.936a7.646 7.646 0 0 0-.615-1.77c.767-.22 1.428-.075 1.8.74 1.38 3.015-2.581 5.634-3.349 6.48-.768.845-1.735 2.274-2.656 5.088-.92 2.814-1.146 4.236-4.026 8.009-2.878 3.773-2.965 4.163-2.965 4.163l.707 20.365h-6.64l-.002-.001Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M95.451 81.032c.133.577 2.309 3.685 3.374 6.482.705 1.85 2.105 4.867 4.473 12.311h14.354c-2.157-4.287-4.14-8.206-4.575-8.937-.977-1.643-3.197-6.571-3.33-7.947-.444-3.02-1.104-3.166-1.459-3.477-.355-.31-.769-1.375-1.072-2.306-.272-.833.186-2.139.141-3.116-.044-.976.206-2.914.303-4.376.045-.666-.133-5.683-.754-6.571-.622-.888-1.35-4.588-1.794-5.52-.444-.933-1.423-1.15-2.266-.972-.267-.577-.786-1.454-1.275-1.942-.488-.488-.887-.538-1.376-.627-.39-.071-1 .17-1.193.324a7.695 7.695 0 0 0-.951-1.356c-.526-.587-2.043-.486-2.6-.252-.487.197-1.335 1.292-1.627 1.77l1.5 4.002.127-.31c.178.236.308.342.415.697.133.444.1 1.478-.121 1.167l-.005-.007a4.186 4.186 0 0 1-.569-1.115L93.813 54.5c-.099-.347-.224-.558-.271-.685-.188-.5-.71-1.154-1.199-2.842-.488-1.687-1.628-6.078-1.98-6.287-.647-.384-1.22-.156-1.838.445-.812.789 0 4.644 0 5.843 0 1.44.655 3.907 1.454 6.304.799 2.397.83 2.642.83 3.573-.223-.776-.684-1.635-1.882-3.278-1.199-1.642-2.377-1.212-2.954-.769-.577.444.465 2.694.465 3.271s.222 2.353.71 3.907c.49 1.554.889 3.596.889 4.662 0 1.065.31 1.864 1.287 4.218.977 2.353 3.552 5.55 4.13 6.17.576.622 1.864 1.421 1.997 1.999Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m34.155 58.687-.456-.238a2.398 2.398 0 0 1-.992-.967l-.247-.447s1.563-3.291 3.286-1.884c1.905 1.555-1.59 3.536-1.59 3.536Zm54.944-12.211c.144.413.515.31.887.31.56-.116.935-.338 1.052-.434-.144-.454-.536-1.556-.701-1.836-.207-.351-.826-.165-1.115 0-.288.165-.433.536-.433.64 0 .102.165.907.31 1.32Zm-.971 12.11-1.465 1.135h-.35c-.145-.523-.454-1.7-.537-2.228-.103-.66.248-.826.64-.95.392-.123 1.258.352 1.465.578.165.182.233 1.053.247 1.465Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M105.684 81.154c-.165-.7 1.567.083 2.063 0 1.497.272 1.897 3.918 1.691 3.879-.206-.041-3.589-3.177-3.754-3.879Zm-4.865-18.089c.711-.427.995 1.137 1.848 1.99.854.854 2.276-.497 2.916 0 .64.498.924 8.035.569 8.463-.284.341-1.209 1.422-1.636 1.92-.308-.285-.967-1.067-1.137-1.92-.214-1.067-1.565-2.489-2.134-2.418-.455.057.19 2.916.569 4.338-.237-.332-.91-1.422-1.707-3.129 0-1.209-4.693-6.756-4.622-7.253.072-.498 1.565 0 2.063 0 .497 0 2.56-1.565 3.271-1.991Zm-12.063-4.956c.4-.452.556.156 1.304 1.2.748 1.043.974 2.242.974 3.06 0 .817.017 2 0 2.33-.017.33-.035 2.434-.244 2.677-.208.244 0 1.826 0 1.93 0 .105-.608-1.338-.4-1.634.21-.296-.067-.916-.119-1.142-.052-.227.305-1.835.225-2.554-.063-.578-.227-.86-.314-1.607-.087-.748-1.026-1.582-1.322-1.878-.295-.296-.268-2.196-.104-2.382Zm14.571-1.548c.099.163.317.557.4.835.105.347.435 2.277.574 2.834.139.556 1.043 1.982.904 1.895-.139-.087-.817-.887-1.043-1.234-.226-.348-.591-1.6-.747-2.208 0-.64-.383-1.623-.574-2.035l.486-.087Zm-3.86-2.399c.348.776 1.061 2.396 1.131 2.66.087.33.052 1.548.121 1.86.07.314.852 1.67.4 1.235-.452-.435-1.373-2.99-1.739-4.52-.069-.276-.283-.811-.382-1.044l.47-.191Zm-5.651.365c.4-.319 1.224-.939 1.321-.87.122.088.244.157.122.47.052.66.73 1.913.991 2.678.209.612-.313 3.216-.296 2.66.018-.556-.482-1.227-.482-1.227l-.335.619c-.284-.928-.873-2.842-.956-3.078a28.731 28.731 0 0 1-.365-1.252Z"/>
|
|
31
|
+
</svg>
|