@ui5/webcomponents-fiori 0.0.0-dff5837d7 → 0.0.0-e03cd01f3
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 +3924 -0
- package/LICENSE.txt +201 -0
- package/README.md +63 -19
- 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 +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -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 +164 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +56 -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 +171 -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 +233 -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 +44 -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 +431 -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 +251 -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 +177 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -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 +78 -0
- package/dist/NavigationLayout.js +137 -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 +36 -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 +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -199
- 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 +199 -0
- package/dist/NotificationListItem.js +429 -405
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- 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 +83 -0
- package/dist/Page.js +128 -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 +78 -0
- package/dist/ProductSwitch.js +126 -114
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +116 -0
- package/dist/ProductSwitchItem.js +144 -213
- 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 +185 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +147 -0
- package/dist/SearchField.js +223 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +16 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +98 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +15 -0
- package/dist/SearchItemGroup.js +38 -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 +555 -0
- package/dist/ShellBar.js +1373 -1019
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +78 -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 +77 -80
- 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 +186 -0
- package/dist/SideNavigation.js +550 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +168 -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 +280 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +82 -0
- package/dist/SideNavigationItemBase.js +124 -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 +149 -0
- package/dist/SideNavigationSelectableItemBase.js +258 -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 +144 -0
- package/dist/Timeline.js +377 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -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 +122 -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 +123 -0
- package/dist/UploadCollection.js +203 -306
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +382 -475
- 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 +168 -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 +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +36 -0
- package/dist/UserMenuItemGroup.js +54 -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 +29 -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 +28 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +27 -0
- package/dist/UserSettingsAppearanceViewGroup.js +43 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +29 -0
- package/dist/UserSettingsAppearanceViewItem.js +103 -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 +118 -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 +136 -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 +43 -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 +360 -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 +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +13915 -0
- package/dist/custom-elements.json +9753 -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 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- 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 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- 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 +208 -0
- package/dist/generated/i18n/i18n-defaults.js +208 -2
- 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 -19
- 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 +119 -90
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 +3 -1
- 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 +3 -1
- 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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +19 -44
- 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 +24 -51
- 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 +42 -55
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1700 -0
- package/dist/web-types.json +4290 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +47 -13
- 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 +67 -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 +102 -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 +77 -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 +533 -15
- package/src/i18n/messagebundle_ar.properties +356 -9
- package/src/i18n/messagebundle_bg.properties +356 -9
- package/src/i18n/messagebundle_ca.properties +356 -9
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +356 -9
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +357 -10
- package/src/i18n/messagebundle_de.properties +356 -9
- package/src/i18n/messagebundle_el.properties +356 -9
- package/src/i18n/messagebundle_en.properties +356 -9
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +362 -15
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +378 -31
- package/src/i18n/messagebundle_es.properties +356 -9
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +356 -9
- package/src/i18n/messagebundle_fi.properties +357 -10
- package/src/i18n/messagebundle_fr.properties +356 -9
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +356 -9
- package/src/i18n/messagebundle_hr.properties +359 -12
- package/src/i18n/messagebundle_hu.properties +354 -7
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +364 -17
- package/src/i18n/messagebundle_iw.properties +357 -10
- package/src/i18n/messagebundle_ja.properties +359 -12
- package/src/i18n/messagebundle_kk.properties +357 -10
- package/src/i18n/messagebundle_ko.properties +358 -11
- package/src/i18n/messagebundle_lt.properties +356 -9
- package/src/i18n/messagebundle_lv.properties +356 -9
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +357 -10
- package/src/i18n/messagebundle_nl.properties +356 -9
- package/src/i18n/messagebundle_no.properties +356 -9
- package/src/i18n/messagebundle_pl.properties +357 -10
- package/src/i18n/messagebundle_pt.properties +356 -9
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +356 -9
- package/src/i18n/messagebundle_ru.properties +356 -9
- package/src/i18n/messagebundle_sh.properties +359 -12
- package/src/i18n/messagebundle_sk.properties +356 -9
- package/src/i18n/messagebundle_sl.properties +357 -10
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +356 -9
- package/src/i18n/messagebundle_th.properties +355 -8
- package/src/i18n/messagebundle_tr.properties +357 -10
- package/src/i18n/messagebundle_uk.properties +358 -11
- package/src/i18n/messagebundle_vi.properties +356 -9
- package/src/i18n/messagebundle_zh_CN.properties +356 -9
- package/src/i18n/messagebundle_zh_TW.properties +357 -10
- 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 +64 -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 +299 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +20 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +529 -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 +75 -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 +65 -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 +31 -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 +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -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 +14 -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 +28 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +21 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +27 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +21 -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 +29 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -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 +22 -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 +28 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -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 +22 -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 +26 -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 +25 -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 +20 -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 +23 -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 +24 -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
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -90
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -8
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -16
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -15
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -9
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -23
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -26
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -10
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -81
- package/src/NotificationListGroupItem.js +0 -219
- package/src/NotificationListItem.hbs +0 -98
- package/src/NotificationListItem.js +0 -430
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -90
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -130
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -192
- package/src/ShellBar.js +0 -1037
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -91
- package/src/ShellBarPopover.hbs +0 -31
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -324
- package/src/UploadCollectionItem.hbs +0 -84
- package/src/UploadCollectionItem.js +0 -493
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -73
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-EmptyContentPane-alternate">
|
|
2
|
+
<path d="M105.744 4.08727C105.925 4.31694 106.04 4.59108 106.078 4.88084C106.116 5.17059 106.076 5.46525 105.96 5.7338L103.385 12.1927C102.959 13.2612 101.848 13.4841 101.01 13.1505C100.663 13.0264 100.365 12.7929 100.161 12.4849C99.9575 12.1769 99.8594 11.8112 99.8815 11.4427C99.8975 11.265 99.9403 11.0907 100.008 10.9258L102.584 4.46683C102.691 4.18114 102.873 3.92973 103.112 3.73922C103.35 3.5487 103.635 3.42616 103.938 3.38457C104.274 3.33818 104.616 3.37837 104.932 3.50135C105.248 3.62432 105.528 3.826 105.744 4.08727V4.08727Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path d="M127.139 35.2242C127.164 35.4318 127.145 35.6424 127.084 35.8425C127.023 36.0426 126.921 36.2277 126.785 36.3862C126.648 36.5447 126.48 36.6729 126.291 36.7628C126.103 36.8526 125.897 36.9022 125.688 36.9081L118.933 37.4112C118.691 37.4284 118.447 37.3971 118.216 37.3191C117.985 37.241 117.772 37.1178 117.59 36.9566C117.407 36.7954 117.259 36.5994 117.153 36.3801C117.047 36.1608 116.986 35.9226 116.973 35.6794C116.965 35.5793 116.965 35.4787 116.973 35.3785C116.999 35.0082 117.162 34.6608 117.431 34.4049C117.7 34.149 118.055 34.0031 118.426 33.996L125.177 33.4948C125.42 33.4772 125.664 33.5081 125.895 33.5858C126.126 33.6636 126.338 33.7866 126.521 33.9476C126.704 34.1086 126.852 34.3045 126.958 34.5237C127.064 34.7428 127.126 34.981 127.139 35.2242V35.2242Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M122 16.9313C121.967 17.1574 121.889 17.3745 121.769 17.5693C121.65 17.7642 121.492 17.9326 121.305 18.0643L112.989 24.0568C112.615 24.3235 112.152 24.4351 111.697 24.3682C111.242 24.3014 110.831 24.0613 110.549 23.6982C110.289 23.3603 110.165 22.937 110.203 22.5123C110.225 22.2675 110.299 22.0303 110.421 21.8169C110.543 21.6034 110.709 21.4188 110.909 21.2755L119.225 15.283C119.601 15.0145 120.067 14.9024 120.524 14.9702C120.982 15.0381 121.395 15.2805 121.677 15.6466C121.815 15.8279 121.914 16.0352 121.97 16.256C122.025 16.4767 122.035 16.7064 122 16.9313V16.9313Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M17.0547 37.423C17.0547 32.7604 20.8344 28.9807 25.4969 28.9807H60.6004C62.5527 28.9807 64.4447 29.6574 65.9543 30.8955L98.3498 57.4668C100.305 59.0703 101.438 61.4657 101.438 63.9942V102.812C101.438 107.475 97.6584 111.255 92.9959 111.255H25.4969C20.8344 111.255 17.0547 107.475 17.0547 102.812V37.423Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M23.6609 32.4295C23.6609 28.8566 26.5573 25.9602 30.1302 25.9602H69.9853C71.6328 25.9602 73.2183 26.5888 74.4182 27.7177L101.906 53.5786C103.205 54.8012 103.942 56.5062 103.942 58.2904V97.8262C103.942 101.399 101.046 104.296 97.4728 104.296H30.1302C26.5573 104.296 23.6609 101.399 23.6609 97.8262V32.4295Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.4728 106.296H30.1302C25.4527 106.296 21.6609 102.504 21.6609 97.8262V32.4295C21.6609 27.752 25.4527 23.9602 30.1302 23.9602H69.9853C72.1421 23.9602 74.2178 24.7831 75.7887 26.2611L103.276 52.1219C104.977 53.7225 105.942 55.9546 105.942 58.2904V97.8262C105.942 102.504 102.15 106.296 97.4728 106.296ZM30.1302 25.9602C26.5573 25.9602 23.6609 28.8566 23.6609 32.4295V97.8262C23.6609 101.399 26.5573 104.296 30.1302 104.296H97.4728C101.046 104.296 103.942 101.399 103.942 97.8262V58.2904C103.942 56.5062 103.205 54.8012 101.906 53.5786L74.4182 27.7177C73.2183 26.5888 71.6328 25.9602 69.9853 25.9602H30.1302Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M72.233 52.9551C72.233 54.5093 73.4929 55.7692 75.0471 55.7692H102.524C103.034 55.7692 103.281 55.1455 102.91 54.7963L73.1813 26.8516C72.8221 26.5139 72.233 26.7686 72.233 27.2617V52.9551Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.524 57.7692H75.0471C72.3884 57.7692 70.233 55.6139 70.233 52.9551V27.2617C70.233 25.0165 72.9152 23.8566 74.5512 25.3943L104.28 53.3391C105.971 54.9292 104.846 57.7692 102.524 57.7692ZM73.1813 26.8516C72.8221 26.5139 72.233 26.7686 72.233 27.2617V52.9551C72.233 54.5093 73.4929 55.7692 75.0471 55.7692H102.524C103.034 55.7692 103.281 55.1455 102.91 54.7963L73.1813 26.8516Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<rect x="31.6018" y="98.3176" width="95.2413" height="24.4906" rx="5.93893" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<g clip-path="url(#clip0_620_3326)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.985 105.503L46.9843 105.504L45.6488 108.558L47.3867 108.558C47.4054 108.558 47.424 108.559 47.4425 108.56C47.7125 108.539 47.9838 108.67 48.1285 108.92L49.0791 110.563L50.9127 108.766C51.199 108.485 51.6584 108.49 51.9389 108.776C52.2194 109.062 52.2148 109.522 51.9285 109.802L49.8296 111.859L51.2028 114.231C51.4036 114.578 51.2852 115.022 50.9383 115.223C50.5915 115.424 50.1476 115.305 49.9468 114.958L48.7596 112.908L47.0644 114.569C46.5934 115.029 45.9975 115.332 45.3604 115.447V115.447L44.6854 115.569C44.291 115.64 43.9135 115.379 43.8423 114.984C43.771 114.59 44.0329 114.212 44.4273 114.141L45.1023 114.019C45.4573 113.955 45.7888 113.786 46.0496 113.531V113.531L48.0091 111.611L47.0821 110.01L45.0142 110.01L42.0819 116.716C41.6856 117.621 40.8013 118.224 39.8018 118.248L39.0158 118.273C38.6152 118.285 38.2804 117.97 38.2681 117.57C38.2557 117.169 38.5704 116.834 38.9709 116.822L39.7658 116.797C40.1965 116.788 40.5796 116.529 40.7522 116.134L43.4302 110.01L41.295 110.01C40.8942 110.01 40.5694 109.685 40.5694 109.284C40.5694 108.883 40.8942 108.558 41.295 108.558L44.0648 108.558L45.6581 104.915C45.9677 104.218 46.6557 103.76 47.4273 103.76L48.6066 103.76C49.0074 103.76 49.3322 104.085 49.3322 104.486C49.3322 104.886 49.0074 105.211 48.6066 105.211L47.4273 105.211C47.2398 105.211 47.0661 105.322 46.985 105.503Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
</g>
|
|
14
|
+
<rect x="61.5352" y="108.295" width="51.7024" height="5.44236" rx="2.72118" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<rect x="1" y="52.8285" width="30.5669" height="31.6586" rx="5.67672" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.1812 67.4868C20.8065 68.0908 20.8065 69.07 20.1812 69.6739L15.3778 74.3135C14.9199 74.7558 14.2312 74.8881 13.6329 74.6488C13.0346 74.4094 12.6445 73.8455 12.6445 73.22L12.6445 63.9408C12.6445 63.3153 13.0346 62.7513 13.6329 62.512C14.2312 62.2726 14.9199 62.4049 15.3778 62.8472L20.1812 67.4868Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_620_3326">
|
|
19
|
+
<rect width="14.513" height="14.513" fill="var(--sapContent_Illustrative_Color8)" transform="translate(37.9504 103.76)"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ExternalLink-alternate">
|
|
2
|
+
<rect x="-0.9375" y="65.145" width="98.9196" height="66.0658" rx="5.8743" transform="rotate(-16.2387 -0.9375 65.145)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M4.42555 67.3989C3.66952 64.8032 5.16088 62.0861 7.7566 61.3301L88.9877 37.6707C91.5834 36.9147 94.3006 38.406 95.0566 41.0018L109.999 92.305C110.755 94.9007 109.264 97.6178 106.668 98.3738L25.437 122.033C22.8413 122.789 20.1241 121.298 19.3681 118.702L4.42555 67.3989Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.19634 59.4099L88.4275 35.7506C92.0837 34.6857 95.9109 36.7864 96.9758 40.4426L111.918 91.7458C112.983 95.402 110.883 99.2292 107.226 100.294L25.9953 123.953C22.3391 125.018 18.5118 122.918 17.4469 119.261L2.50436 67.9583C1.43945 64.3021 3.54012 60.4749 7.19634 59.4099ZM7.75562 61.3302C5.1599 62.0862 3.66854 64.8033 4.42457 67.399L19.3671 118.702C20.1232 121.298 22.8403 122.789 25.436 122.033L106.667 98.3739C109.263 97.6179 110.754 94.9008 109.998 92.305L95.0556 41.0019C94.2996 38.4061 91.5824 36.9148 88.9867 37.6708L7.75562 61.3302Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<rect x="15.918" y="78.3174" width="78.4352" height="37.2111" rx="2.44763" transform="rotate(-16.2387 15.918 78.3174)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path d="M4.42555 67.3989C3.66952 64.8032 5.16088 62.0861 7.7566 61.3301L88.9877 37.6707C91.5834 36.9147 94.3006 38.406 95.0566 41.0018L97.0168 47.7319L6.38577 74.1291L4.42555 67.3989Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<circle cx="12.5083" cy="66.321" r="2.20286" transform="rotate(-16.2387 12.5083 66.321)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="20.4986" cy="63.9938" r="2.20286" transform="rotate(-16.2387 20.4986 63.9938)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<circle cx="28.4888" cy="61.6667" r="2.20286" transform="rotate(-16.2387 28.4888 61.6667)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8991 84.3926C24.5902 83.3321 25.1996 82.222 26.2601 81.9131L73.551 68.1392C74.6115 67.8303 75.7216 68.4396 76.0304 69.5001C76.3393 70.5606 75.73 71.6707 74.6695 71.9796L27.3786 85.7536C26.3181 86.0624 25.208 85.4531 24.8991 84.3926Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0905 91.9124C26.7816 90.8519 27.391 89.7418 28.4515 89.4329L75.7424 75.659C76.8029 75.3501 77.913 75.9594 78.2218 77.0199C78.5307 78.0804 77.9214 79.1905 76.8609 79.4994L29.57 93.2733C28.5095 93.5822 27.3994 92.9729 27.0905 91.9124Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.28 99.4324C28.9711 98.3719 29.5804 97.2618 30.6409 96.9529L57.3888 89.1624C58.4493 88.8535 59.5594 89.4628 59.8683 90.5233C60.1771 91.5838 59.5678 92.6939 58.5073 93.0028L31.7595 100.793C30.699 101.102 29.5889 100.493 29.28 99.4324Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M89.9466 58.6713C87.5823 51.874 92.1407 47.9259 99.1701 41.9571C99.5403 41.6448 100.108 41.7881 100.275 42.2327L103.914 46.3785C104.162 47.0272 105.344 46.565 105.493 45.8802L109.257 26.7431C109.369 26.2347 108.921 25.7966 108.417 25.9248L89.421 29.0104C88.7383 29.1778 88.1875 30.3356 88.8459 30.5634L92.7363 34.6711C93.1891 34.8231 93.3466 35.3768 93.0521 35.7578C87.2811 43.1023 78.513 47.439 83.4947 57.3844C85.6739 61.744 87.6457 64.8935 92.8936 66.8139C93.6697 67.1006 93.9015 65.9851 93.4199 65.3176C92.3324 63.8194 90.4958 60.2295 89.9516 58.6766L89.9466 58.6713Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M108.527 4.73478C108.687 4.90342 108.799 5.11206 108.85 5.33876C108.902 5.56547 108.891 5.80184 108.82 6.02301L107.254 11.328C106.996 12.2055 106.132 12.4638 105.444 12.261C105.16 12.1883 104.906 12.0252 104.723 11.7963C104.539 11.5673 104.434 11.2849 104.425 10.9914C104.424 10.8494 104.445 10.7082 104.487 10.5726L106.052 5.26763C106.116 5.03347 106.242 4.82095 106.417 4.65254C106.592 4.48413 106.809 4.36611 107.045 4.31095C107.308 4.24952 107.582 4.2562 107.841 4.33038C108.101 4.40455 108.337 4.54375 108.527 4.73478Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path d="M127.762 27.8244C127.797 27.987 127.798 28.1551 127.764 28.3181C127.731 28.481 127.664 28.6352 127.567 28.7707C127.471 28.9063 127.347 29.0202 127.204 29.1053C127.061 29.1903 126.902 29.2446 126.737 29.2647L121.424 30.1595C121.233 30.191 121.037 30.1841 120.849 30.1393C120.66 30.0944 120.483 30.0124 120.326 29.8982C120.17 29.7839 120.038 29.6396 119.938 29.4737C119.838 29.3078 119.772 29.1236 119.744 28.932C119.73 28.8532 119.722 28.7735 119.722 28.6936C119.715 28.3984 119.818 28.1113 120.013 27.8888C120.207 27.6663 120.477 27.5247 120.771 27.4918L126.081 26.5988C126.272 26.5669 126.468 26.5735 126.656 26.6181C126.845 26.6628 127.023 26.7445 127.179 26.8586C127.335 26.9728 127.468 27.1169 127.568 27.2828C127.668 27.4486 127.734 27.6327 127.762 27.8244Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M122.347 13.7134C122.338 13.8949 122.292 14.0726 122.211 14.2357C122.131 14.3988 122.018 14.5438 121.88 14.6618L115.734 20.0192C115.457 20.2579 115.098 20.3803 114.733 20.3608C114.368 20.3413 114.025 20.1813 113.775 19.9145C113.544 19.666 113.415 19.3398 113.413 19.0006C113.413 18.8051 113.454 18.6118 113.535 18.4338C113.616 18.2558 113.734 18.0973 113.882 17.9692L120.028 12.6118C120.306 12.3715 120.667 12.2485 121.034 12.2686C121.401 12.2887 121.746 12.4504 121.997 12.7196C122.119 12.8531 122.213 13.01 122.273 13.1807C122.334 13.3515 122.359 13.5327 122.347 13.7134Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="128" height="128" id="tnt-Spot-FaceID-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
2
|
+
<ellipse cx="12.06" cy="68.67" rx="11.66" ry="9.43" transform="translate(-54 46.37) rotate(-61.39)" fill="var(--sapContent_Illustrative_Color5)" />
|
|
3
|
+
<path d="m35.45,21.54c1.1,0,2,.9,2,2v24.82c0,1.1-.9,2-2,2s-2-.9-2-2v-24.82c0-1.1.9-2,2-2Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
4
|
+
<circle cx="35.2" cy="19.06" r="6.87" fill="var(--sapContent_Illustrative_Color5)" />
|
|
5
|
+
<path d="m.19,99.03c-.12,2.19,1.67,3.97,3.86,3.97h119.83c2.19,0,3.98-1.78,3.86-3.97-1.95-35.39-29.75-63.45-63.77-63.45S2.14,63.64.19,99.03Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
6
|
+
<path d="m125.74,99.13c-1.89-34.43-28.92-61.56-61.78-61.56S4.08,64.71,2.19,99.13c-.05.97.75,1.86,1.86,1.86h119.83c1.12,0,1.92-.89,1.86-1.86Zm-121.69,3.86c-2.19,0-3.98-1.78-3.86-3.97,1.95-35.39,29.75-63.45,63.77-63.45s61.83,28.06,63.77,63.45c.12,2.19-1.67,3.97-3.86,3.97H4.05Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
7
|
+
<path d="m23.59,87.31c-.2,1.52,1.02,2.82,2.55,2.82h75.64c1.53,0,2.75-1.3,2.55-2.82-2.78-20.88-19.8-36.95-40.37-36.95s-37.59,16.07-40.37,36.95Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
8
|
+
<ellipse cx="115.86" cy="68.67" rx="9.43" ry="11.66" transform="translate(-18.73 63.87) rotate(-28.61)" fill="var(--sapContent_Illustrative_Color5)" />
|
|
9
|
+
<path d="m93.19,21.54c1.1,0,2,.9,2,2v24.82c0,1.1-.9,2-2,2s-2-.9-2-2v-24.82c0-1.1.9-2,2-2Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
10
|
+
<circle cx="92.94" cy="19.06" r="6.87" fill="var(--sapContent_Illustrative_Color5)" />
|
|
11
|
+
<path d="m44.91,102.99V38.62c6.02-1.98,12.42-3.05,19.05-3.05,34.02,0,61.83,28.06,63.77,63.45.12,2.19-1.67,3.97-3.86,3.97H44.91Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
12
|
+
<path d="m46.91,40.09v60.9h76.97c1.12,0,1.92-.89,1.86-1.86-1.89-34.43-28.92-61.56-61.78-61.56-5.92,0-11.64.88-17.05,2.52Zm-2-1.47v64.37h78.97c2.19,0,3.98-1.78,3.86-3.97-1.95-35.39-29.75-63.45-63.77-63.45-6.64,0-13.04,1.07-19.05,3.05Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
13
|
+
<path d="m44.91,90.13v-34.8c5.69-3.17,12.17-4.97,19.05-4.97,20.57,0,37.59,16.07,40.37,36.95.2,1.52-1.02,2.82-2.55,2.82h-56.87Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
14
|
+
<path d="m44.91,74.84v-8.83c1.05-.95,2.45-1.52,3.97-1.52,3.28,0,5.94,2.66,5.94,5.94s-2.66,5.94-5.94,5.94c-1.53,0-2.92-.58-3.97-1.52Zm40.07-4.42c0,3.28-2.66,5.94-5.94,5.94s-5.94-2.66-5.94-5.94,2.66-5.94,5.94-5.94,5.94,2.66,5.94,5.94Z" fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" />
|
|
15
|
+
<path d="m56.14,82.11c.2-.52.78-.77,1.29-.57,3.83,1.48,8.08,1.48,11.91,0,.52-.2,1.09.06,1.29.57.2.52-.06,1.09-.57,1.29-4.3,1.65-9.05,1.65-13.35,0-.52-.2-.77-.78-.57-1.29Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
16
|
+
<rect x="42.28" y="21.53" width="4.91" height="93.19" rx="2.46" ry="2.46" fill="var(--sapContent_Illustrative_Color3)" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Fingerprint-alternate">
|
|
2
|
+
<circle cx="61.146" cy="65.9185" r="56.4583" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M123.313 62.3508C123.313 93.5319 98.0353 118.809 66.8543 118.809C35.6732 118.809 10.396 93.5319 10.396 62.3508C10.396 31.1698 35.6732 5.89258 66.8543 5.89258C98.0353 5.89258 123.313 31.1698 123.313 62.3508Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.8543 116.809C96.9307 116.809 121.313 92.4273 121.313 62.3508C121.313 32.2744 96.9307 7.89258 66.8543 7.89258C36.7778 7.89258 12.396 32.2744 12.396 62.3508C12.396 92.4273 36.7778 116.809 66.8543 116.809ZM66.8543 118.809C98.0353 118.809 123.313 93.5319 123.313 62.3508C123.313 31.1698 98.0353 5.89258 66.8543 5.89258C35.6732 5.89258 10.396 31.1698 10.396 62.3508C10.396 93.5319 35.6732 118.809 66.8543 118.809Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.801 28.5605C75.9908 28.5605 84.5922 32.184 91.011 38.7575H91.0094C91.6055 39.3702 91.5964 40.3455 90.9867 40.94C90.6849 41.2343 90.3087 41.3799 89.9068 41.3799C89.5048 41.3799 89.1044 41.2222 88.8041 40.9158C82.9678 34.9384 75.1536 31.6471 66.7995 31.6471C62.3054 31.6471 57.9767 32.595 53.9346 34.4606C53.1611 34.814 52.2465 34.4834 51.8871 33.7053C51.5337 32.9333 51.8689 32.0156 52.6409 31.6577C57.0925 29.6041 61.858 28.5605 66.801 28.5605ZM89.4808 53.1925C85.7163 43.9177 76.8131 37.9251 66.8027 37.9251C62.1585 37.9251 58.1134 39.0232 54.7129 41.2255C51.3124 43.4263 48.5869 46.71 46.5469 51.0281C46.1798 51.8016 46.515 52.7208 47.281 53.0832H47.2825C48.0484 53.4442 48.9721 53.1227 49.3376 52.3476C51.1259 48.5573 53.4874 45.7302 56.3889 43.8479C59.2889 41.9672 62.7606 41.0101 66.8027 41.0101C75.5512 41.0101 83.3289 46.2443 86.6217 54.3512C86.8644 54.9564 87.4468 55.3144 88.0505 55.3144C88.2416 55.3144 88.4418 55.2779 88.6314 55.2006C89.4201 54.8791 89.7993 53.9796 89.4793 53.1909L89.4808 53.1925ZM99.8215 55.0225C99.826 55.0559 99.8291 55.0726 99.8321 55.0847V55.0908L99.8351 55.0877C100.358 57.469 100.639 59.923 100.639 62.3923C100.639 65.048 100.503 67.7205 100.243 70.3293C100.242 70.349 100.24 70.3702 100.239 70.3975V70.4188L100.236 70.4445L100.19 70.8814V70.8844V70.8874C100.101 71.6731 99.4362 72.2601 98.6582 72.2601C98.6005 72.2601 98.5444 72.257 98.4868 72.251H98.4853C97.6344 72.1584 97.0292 71.3925 97.1202 70.5477L97.1551 70.217L97.1687 70.082C97.422 67.5522 97.5525 64.9646 97.5525 62.3907C97.5525 60.1308 97.3052 57.883 96.8214 55.7035H96.8123L96.7183 55.3061C95.8113 51.4506 94.1945 47.8514 91.889 44.6041C91.3961 43.9095 91.5584 42.9479 92.2515 42.4549H92.253C92.9416 41.965 93.9108 42.1197 94.4038 42.8205C94.4044 42.8211 94.4047 42.8217 94.4049 42.8222C94.4053 42.823 94.4053 42.8235 94.4053 42.8235C96.9943 46.4682 98.8083 50.5163 99.7942 54.8557C99.8094 54.9224 99.8169 54.9861 99.8215 55.0225ZM71.9693 70.5024C71.7934 71.7355 71.575 72.958 71.3217 74.1638L71.3232 74.1608C71.1715 74.8888 70.5269 75.3848 69.8156 75.3848C69.7155 75.3848 69.6093 75.3757 69.5001 75.3544H69.4971H69.494C68.6598 75.1785 68.1259 74.358 68.3019 73.5253C68.5309 72.4332 68.725 71.3275 68.8873 70.2082C68.8919 70.1703 68.8979 70.1369 68.9025 70.1157L68.9054 70.1023L68.9073 70.0924C68.9094 70.0806 68.9101 70.0747 68.9101 70.0747V70.0702V70.0656C69.2726 67.5418 69.4561 64.9634 69.4561 62.394C69.4561 60.9319 68.2291 59.7413 66.8003 59.7413C65.3716 59.7413 64.2022 60.8758 64.1491 62.2909L64.1495 62.2951L64.1495 62.2951C64.1524 62.3285 64.1552 62.3606 64.1552 62.394V62.3971V62.4001L64.1476 63.2495V63.2525V63.2555C64.1309 64.0382 63.4635 64.8481 62.5717 64.7647C61.7193 64.7495 61.0459 64.0427 61.061 63.1964L61.0671 62.5139C61.0641 62.4759 61.061 62.438 61.061 62.3971C61.061 59.2317 63.6364 56.6548 66.8018 56.6548C69.9672 56.6548 72.5442 59.2317 72.5442 62.3971C72.5442 65.0589 72.3515 67.7314 71.9845 70.3462V70.3508V70.3553C71.983 70.3629 71.9814 70.3735 71.9784 70.4099C71.9778 70.4139 71.9773 70.4183 71.9767 70.4232L71.9747 70.444C71.9733 70.4592 71.9718 70.4763 71.9693 70.4933V70.4979V70.5024ZM62.6658 70.7969C63.4878 71.0092 63.9899 71.8449 63.779 72.673V72.6715C62.5626 77.4477 61.4979 80.604 59.9736 83.5115C58.4523 86.4146 56.4821 89.0461 53.4881 92.7787C53.1817 93.1579 52.7343 93.3551 52.2838 93.3551C51.9471 93.3551 51.6043 93.2444 51.3207 93.0153H51.3192C50.6564 92.4814 50.5517 91.5107 51.0826 90.8495C54.0098 87.2002 55.8451 84.7477 57.2465 82.0752C58.6449 79.4058 59.6202 76.4937 60.7896 71.9132C60.9959 71.0926 61.824 70.5784 62.6658 70.7969ZM68.5092 78.9313H68.5077H68.5046C67.6947 78.6416 66.8195 79.0815 66.539 79.8777C64.3579 86.0948 63.0975 88.5261 59.3709 93.6921C58.8734 94.3837 59.0236 95.3453 59.7152 95.8458H59.7167C59.9928 96.046 60.3083 96.1385 60.6207 96.1385C61.0939 96.1385 61.5702 95.9171 61.872 95.4985C65.7594 90.1096 67.1851 87.3628 69.4526 80.897C69.7332 80.0961 69.313 79.2149 68.5092 78.9313ZM49.9536 36.672C50.6679 36.2048 50.8636 35.2448 50.398 34.5349C49.9278 33.8175 48.9707 33.6219 48.2594 34.0905C40.8896 38.9289 35.7585 46.3047 33.8126 54.8575C33.7959 54.9273 33.7868 54.994 33.7823 55.0304C33.7791 55.0504 33.7774 55.0639 33.7762 55.0738L33.7747 55.085V55.0911C33.2484 57.4739 32.9708 59.9264 32.9708 62.3926C32.9708 63.4497 32.8859 64.513 32.7206 65.5443C32.5825 66.3876 33.1528 67.1748 33.9885 67.3144H33.9931H33.9976C34.0841 67.3295 34.166 67.3356 34.2464 67.3356C34.9911 67.3356 35.6448 66.7956 35.7692 66.0388C35.9603 64.8391 36.0604 63.6151 36.0604 62.3926C36.0604 60.1342 36.3076 57.8834 36.7899 55.7038H36.796L36.89 55.308C38.6995 47.6379 43.324 41.025 49.9551 36.6705L49.9536 36.672ZM89.769 60.9086C90.1285 60.9101 90.5092 61.0239 90.8049 61.2802L90.8019 61.2772C91.1053 61.5411 91.2842 61.9279 91.2706 62.3935C91.2691 65.0129 91.1219 67.6444 90.8413 70.2213L90.8322 70.3184L90.8303 70.3385C90.8294 70.3479 90.8286 70.3585 90.8277 70.3715L90.8268 70.3843C90.8255 70.4028 90.8241 70.424 90.8216 70.4473V70.4503V70.4534C90.0253 77.5607 88.178 84.4815 85.3281 91.0247C85.0748 91.6071 84.506 91.9514 83.9145 91.9514C83.7067 91.9514 83.4989 91.912 83.2956 91.8225C82.5145 91.4812 82.1611 90.5727 82.5024 89.7916C85.2082 83.5806 86.9661 77.0117 87.7351 70.2607L87.7381 70.2289L87.7405 70.2068L87.7427 70.1879L87.7912 69.7572H87.7927C88.0521 67.3274 88.184 64.8506 88.184 62.3935V62.3844V62.3753C88.2007 61.9006 88.41 61.5183 88.724 61.2635C89.0289 61.0178 89.4096 60.9086 89.769 60.9086ZM44.3521 70.5548L44.3521 70.5547L44.3597 70.5206C44.3673 70.4872 44.3764 70.4508 44.387 70.4098C45.0726 67.8102 45.4275 65.1195 45.4275 62.3955C45.4275 62.359 45.4247 62.3253 45.4218 62.2904L45.4218 62.2903L45.4214 62.2863C45.429 60.5466 45.6489 58.816 46.0691 57.1446C46.2799 56.3195 45.7794 55.4853 44.9588 55.276H44.9543H44.9497C44.1034 55.0545 43.2813 55.5839 43.0796 56.3938V56.3953C42.5852 58.3489 42.3364 60.3676 42.3364 62.397C42.3364 62.4364 42.3379 62.4789 42.3425 62.5214C42.3319 64.98 42.0043 67.4128 41.3748 69.7607H41.3672L41.2611 70.1353C40.4314 73.0535 39.1543 75.8094 37.4404 78.3196C36.9627 79.0233 37.1432 79.9849 37.8454 80.4657C38.1123 80.6477 38.4157 80.7342 38.7145 80.7342C39.2059 80.7342 39.6913 80.5006 39.9916 80.0607C41.9481 77.1896 43.4042 74.0378 44.3203 70.6935V70.6889C44.3331 70.641 44.3433 70.5949 44.3521 70.5548ZM79.9042 54.8319L79.9573 54.9153L79.9588 54.9168L80.4274 55.7071C81.3784 57.4361 81.9093 59.3487 81.9093 62.3973C81.9093 65.044 81.7379 67.7195 81.4164 70.348C81.4148 70.3601 81.4133 70.3753 81.4118 70.4041C81.4108 70.4139 81.4099 70.4262 81.4089 70.4389L81.4073 70.4602L81.4057 70.4693V70.4784C80.7308 75.8385 79.3779 81.1016 77.3864 86.1143C77.1453 86.7195 76.5644 87.0866 75.9531 87.0866C75.7575 87.0866 75.5694 87.0486 75.3904 86.9819L75.3859 86.9774H75.3813C74.5896 86.6604 74.2028 85.7655 74.5183 84.9722C76.3975 80.2401 77.6776 75.2713 78.3222 70.21C78.3253 70.1827 78.3298 70.1599 78.3329 70.1463C78.3374 70.1304 78.3377 70.1281 78.3382 70.1241L78.3389 70.119C78.3398 70.1141 78.3407 70.1101 78.3415 70.1066L78.3433 70.099C78.3443 70.0947 78.345 70.0915 78.345 70.0886C78.6635 67.5436 78.8243 64.9576 78.8243 62.3958C78.8243 60.8048 78.6635 59.6521 78.3662 58.6935C78.0705 57.738 77.6321 56.9493 77.0421 56.0908C76.9557 55.9664 76.898 55.836 76.8586 55.7086C76.6895 55.1623 76.8783 54.6909 76.8783 54.6909C76.9754 54.4057 77.1574 54.1388 77.441 53.9446C78.1448 53.4623 79.1049 53.6428 79.5841 54.3435C79.6645 54.4603 79.7404 54.5756 79.8132 54.6893L79.8268 54.7106C79.8526 54.7515 79.8784 54.7925 79.9042 54.8319ZM72.7258 89.901C73.0079 89.1002 73.8831 88.6709 74.69 88.9546L74.6915 88.9591C75.4953 89.2397 75.9215 90.1179 75.6379 90.9248C75.0661 92.5568 74.4261 94.0037 73.6798 95.3475C73.3977 95.8541 72.8699 96.1408 72.3299 96.1408C72.0721 96.1408 71.8188 96.0756 71.5883 95.9527L71.5837 95.9497L71.5792 95.9467C70.8375 95.5311 70.5675 94.5907 70.9816 93.846C71.6383 92.6645 72.2086 91.3737 72.7258 89.901ZM75.0465 49.7324C72.594 48.1338 69.7425 47.2874 66.8046 47.2874C61.5644 47.2874 56.7715 49.9463 53.9883 54.3948C53.9174 54.5112 53.8584 54.6275 53.8101 54.7227L53.8003 54.7421C53.7654 54.8134 53.735 54.8726 53.7032 54.9302L53.6941 54.9454C53.688 54.956 53.6819 54.9666 53.6774 54.9772L53.2709 55.7038H53.2922C52.2623 57.7741 51.7011 60.0537 51.7011 62.3925C51.7011 62.438 51.7041 62.4865 51.7087 62.5381C51.6996 65.0346 51.4372 67.5327 50.9321 69.9594C50.9268 69.9814 50.9219 70.003 50.917 70.0246C50.912 70.0462 50.9071 70.0679 50.9018 70.0899C50.8972 70.1066 50.8942 70.1217 50.8927 70.1339C50.8909 70.1411 50.8896 70.1467 50.8886 70.1517C50.8879 70.155 50.8872 70.1581 50.8866 70.1611L50.8866 70.1612V70.1687L50.8836 70.1763C50.826 70.4569 50.7638 70.733 50.697 71.009C50.4999 71.8371 51.008 72.6713 51.8361 72.8715L51.8467 72.8746H51.8573C51.962 72.8973 52.0773 72.914 52.2016 72.914C52.9008 72.914 53.5288 72.4393 53.7017 71.734C53.7912 71.3563 53.8746 70.9772 53.955 70.5934V70.5904C53.9649 70.5431 53.9708 70.4978 53.9751 70.4646L53.9777 70.4448C53.9823 70.4084 53.9853 70.3902 53.9883 70.375C54.5192 67.7632 54.7983 65.0786 54.7983 62.394C54.7983 62.3531 54.7952 62.306 54.7907 62.256C54.8165 60.0461 55.4429 57.8984 56.6092 56.0314C56.6684 55.9358 56.7381 55.8433 56.8231 55.7311C56.8261 55.7273 56.8292 55.7231 56.8322 55.7189C56.8352 55.7147 56.8382 55.7106 56.8413 55.7068H56.8474L57.0005 55.4884C59.2605 52.282 62.8657 50.3755 66.8077 50.3755C69.1449 50.3755 71.4124 51.0489 73.3614 52.3199V52.3215C74.0758 52.781 75.0298 52.5854 75.4955 51.8695C75.9611 51.1551 75.7579 50.198 75.0465 49.7339V49.7324ZM50.8997 76.3355C51.6262 76.7799 51.8582 77.7263 51.4199 78.4559L51.4184 78.4528C50.4129 80.111 49.8141 81.2626 49.2809 82.2882L49.2783 82.2932C48.4153 83.954 47.7221 85.2841 45.8884 87.5471C45.5835 87.9263 45.1376 88.1204 44.6887 88.1204C44.352 88.1204 44.0046 88.0112 43.7195 87.7776H43.718L43.7165 87.7761C43.0567 87.2392 42.9535 86.2685 43.4889 85.6087C45.1284 83.5862 45.6831 82.5202 46.5372 80.8783L46.5421 80.869L46.5756 80.8047C47.1182 79.7627 47.7405 78.5676 48.7793 76.8542C49.2237 76.1247 50.1701 75.8987 50.8966 76.3324L50.8981 76.3355H50.8997Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.1529 64.4688H91.2392C91.1821 66.3981 91.0479 68.3245 90.8413 70.2213L90.8322 70.3183L90.8303 70.3384C90.8294 70.3479 90.8286 70.3584 90.8277 70.3714L90.8268 70.3842C90.8255 70.4027 90.8241 70.424 90.8216 70.4472V70.4503V70.4533C90.0253 77.5607 88.178 84.4815 85.3281 91.0246C85.0748 91.6071 84.506 91.9514 83.9145 91.9514C83.7067 91.9514 83.4989 91.9119 83.2956 91.8224C82.5145 91.4812 82.1611 90.5726 82.5024 89.7915C85.2082 83.5805 86.9661 77.0116 87.7351 70.2607L87.7381 70.2288L87.7405 70.2067L87.7427 70.1879L87.7912 69.7571H87.7927C87.9792 68.0104 88.0998 66.2393 88.1529 64.4688ZM42.2676 64.4688H45.3589C45.2253 66.4837 44.898 68.472 44.387 70.4098C44.3764 70.4507 44.3673 70.4871 44.3597 70.5205L44.3521 70.5547L44.3521 70.5548C44.3433 70.5949 44.3331 70.641 44.3203 70.6889V70.6934C43.4042 74.0378 41.9481 77.1895 39.9916 80.0607C39.6913 80.5005 39.2059 80.7341 38.7145 80.7341C38.4157 80.7341 38.1123 80.6477 37.8454 80.4657C37.1432 79.9849 36.9627 79.0233 37.4404 78.3195C39.1543 75.8093 40.4314 73.0534 41.2611 70.1353L41.3672 69.7606H41.3748C41.8375 68.0347 42.1371 66.2629 42.2676 64.4688ZM100.611 64.4688C100.56 66.4354 100.435 68.3997 100.243 70.3292C100.242 70.3489 100.24 70.3702 100.239 70.3975V70.4187L100.236 70.4445L100.19 70.8813V70.8843V70.8874C100.101 71.673 99.4362 72.26 98.6582 72.26C98.6005 72.26 98.5444 72.257 98.4868 72.2509H98.4853C97.6344 72.1584 97.0292 71.3924 97.1202 70.5476L97.1551 70.217L97.1687 70.082C97.3539 68.2324 97.4734 66.3521 97.5243 64.4688H100.611ZM32.8626 64.4688H35.9655C35.9176 64.9952 35.8519 65.5193 35.7692 66.0387C35.6448 66.7956 34.9911 67.3355 34.2464 67.3355C34.166 67.3355 34.0841 67.3295 33.9976 67.3143H33.9931H33.9885C33.1528 67.1748 32.5825 66.3876 32.7206 65.5443C32.7775 65.189 32.8249 64.83 32.8626 64.4688ZM51.6513 64.4688H54.7431C54.6377 66.4578 54.3823 68.4364 53.9883 70.375C53.9853 70.3901 53.9823 70.4083 53.9777 70.4447L53.9751 70.4646C53.9708 70.4977 53.9649 70.543 53.955 70.5903V70.5934C53.8746 70.9771 53.7912 71.3563 53.7017 71.7339C53.5288 72.4392 52.9008 72.914 52.2016 72.914C52.0773 72.914 51.962 72.8973 51.8573 72.8745H51.8467L51.8361 72.8715C51.008 72.6713 50.4999 71.8371 50.697 71.009C50.7638 70.7329 50.826 70.4569 50.8836 70.1763L50.8866 70.1687V70.1611L50.8866 70.161L50.8886 70.1516C50.8889 70.1498 50.8894 70.148 50.8898 70.146C50.8906 70.1424 50.8915 70.1384 50.8927 70.1338C50.8942 70.1217 50.8972 70.1065 50.9018 70.0898C50.9071 70.0678 50.912 70.0462 50.917 70.0246C50.9219 70.003 50.9268 69.9814 50.9321 69.9594C51.3069 68.1585 51.5481 66.3184 51.6513 64.4688ZM61.6927 64.4688H63.5406C63.2775 64.6785 62.9442 64.7995 62.5717 64.7646C62.2421 64.7588 61.9393 64.6495 61.6927 64.4688ZM69.4163 64.4688H72.5056C72.4325 66.441 72.2563 68.4094 71.9845 70.3462V70.3507V70.3553C71.983 70.3629 71.9814 70.3735 71.9784 70.4099C71.9778 70.4138 71.9773 70.4183 71.9767 70.4231L71.9747 70.444C71.9733 70.4592 71.9718 70.4762 71.9693 70.4933V70.4978V70.5024C71.7934 71.7355 71.575 72.958 71.3217 74.1638L71.3232 74.1607C71.1715 74.8888 70.5269 75.3847 69.8156 75.3847C69.7155 75.3847 69.6093 75.3756 69.5001 75.3544H69.4971H69.494C68.6598 75.1784 68.1259 74.3579 68.3019 73.5252C68.5309 72.4332 68.725 71.3275 68.8873 70.2081C68.8919 70.1702 68.8979 70.1369 68.9025 70.1156L68.9054 70.1022L68.9073 70.0924C68.9094 70.0806 68.9101 70.0747 68.9101 70.0747V70.0701V70.0656C69.175 68.2208 69.3444 66.3469 69.4163 64.4688ZM78.7894 64.4688H81.8748C81.8099 66.4337 81.6542 68.4037 81.4164 70.3479C81.4148 70.3601 81.4133 70.3752 81.4118 70.4041C81.4108 70.4138 81.4099 70.4261 81.4089 70.4389L81.4073 70.4602L81.4057 70.4693V70.4784C80.7308 75.8385 79.3779 81.1015 77.3864 86.1143C77.1453 86.7195 76.5644 87.0865 75.9531 87.0865C75.7575 87.0865 75.5694 87.0486 75.3904 86.9819L75.3859 86.9773H75.3813C74.5896 86.6603 74.2028 85.7654 74.5183 84.9722C76.3975 80.24 77.6776 75.2712 78.3222 70.2099C78.3253 70.1826 78.3298 70.1599 78.3329 70.1462C78.3374 70.1303 78.3377 70.128 78.3382 70.124L78.3389 70.1189C78.3393 70.1168 78.3397 70.1148 78.3401 70.1129C78.3406 70.1106 78.341 70.1085 78.3415 70.1065L78.3433 70.099C78.3443 70.0946 78.345 70.0914 78.345 70.0886C78.5778 68.2287 78.7263 66.3469 78.7894 64.4688ZM63.779 72.673C63.9899 71.8449 63.4878 71.0091 62.6658 70.7968C61.824 70.5784 60.9959 71.0926 60.7896 71.9131C59.6202 76.4936 58.6449 79.4057 57.2465 82.0752C55.8451 84.7476 54.0098 87.2002 51.0826 90.8494C50.5517 91.5107 50.6564 92.4814 51.3192 93.0153H51.3207C51.6043 93.2443 51.9471 93.355 52.2838 93.355C52.7343 93.355 53.1817 93.1579 53.4881 92.7787C56.4821 89.046 58.4523 86.4145 59.9736 83.5115C61.4979 80.6039 62.5626 77.4476 63.779 72.6715V72.673ZM68.5077 78.9312H68.5092C69.313 79.2149 69.7332 80.0961 69.4526 80.8969C67.1851 87.3627 65.7594 90.1095 61.872 95.4984C61.5702 95.917 61.0939 96.1385 60.6207 96.1385C60.3083 96.1385 59.9928 96.046 59.7167 95.8458H59.7152C59.0236 95.3452 58.8734 94.3836 59.3709 93.692C63.0975 88.526 64.3579 86.0947 66.539 79.8777C66.8195 79.0814 67.6947 78.6416 68.5046 78.9312H68.5077ZM74.69 88.9545C73.8831 88.6709 73.0079 89.1001 72.7258 89.9009C72.2086 91.3737 71.6383 92.6644 70.9816 93.8459C70.5675 94.5907 70.8375 95.531 71.5792 95.9466L71.5837 95.9496L71.5883 95.9527C71.8188 96.0755 72.0721 96.1407 72.3299 96.1407C72.8699 96.1407 73.3977 95.8541 73.6798 95.3475C74.4261 94.0037 75.0661 92.5567 75.6379 90.9247C75.9215 90.1178 75.4953 89.2397 74.6915 88.9591L74.69 88.9545ZM51.4199 78.4558C51.8582 77.7263 51.6262 76.7798 50.8997 76.3354H50.8981L50.8966 76.3324C50.1701 75.8986 49.2237 76.1246 48.7793 76.8541C47.7405 78.5676 47.1182 79.7627 46.5756 80.8046L46.5756 80.8046L46.5421 80.8689L46.5372 80.8783C45.6831 82.5201 45.1284 83.5862 43.4889 85.6087C42.9535 86.2684 43.0567 87.2392 43.7165 87.7761L43.718 87.7776H43.7195C44.0046 88.0112 44.352 88.1204 44.6887 88.1204C45.1376 88.1204 45.5835 87.9262 45.8884 87.547C47.7221 85.2841 48.4153 83.9539 49.2783 82.2931L49.2809 82.2881L49.2809 82.2881C49.8141 81.2625 50.4129 80.1109 51.4184 78.4528L51.4199 78.4558Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
7
|
+
<rect x="23.9146" y="62.1975" width="85.8794" height="4.98591" rx="2.49295" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Handshake-alternate">
|
|
2
|
+
<g clip-path="url(#clip0_912_4322)">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8276 43.7248L18.6974 36.7393L7.06348 60.1918L60.9856 89.1842L61.295 88.7386L69.1714 96.1238C71.0834 97.9165 74.0865 97.8198 75.8792 95.9078C76.6692 95.0653 77.0923 94.0109 77.1548 92.9416C79.0698 94.6522 82.0106 94.5304 83.7766 92.6469C84.8707 91.48 85.261 89.9067 84.9645 88.4501C86.7419 89.1985 88.8726 88.8106 90.269 87.3214C91.4292 86.0839 91.798 84.3894 91.3955 82.8617C93.3072 84.3172 96.0485 84.119 97.7277 82.3281C99.5204 80.4162 99.4237 77.413 97.5118 75.6203L81.0915 60.2242L81.1141 60.1918C81.072 60.0365 81.0285 59.8699 80.9823 59.6932L80.9821 59.6924L80.982 59.6922C80.149 56.5059 78.4522 50.0161 69.0754 46.6572C62.9412 44.4598 55.5818 44.5103 49.9341 45.2181C44.855 45.8546 39.5249 45.759 34.8276 43.7248Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2236 35.4443L35.2251 42.8071C39.6862 44.7391 44.8095 44.8524 49.8099 44.2258C55.5261 43.5095 63.0658 43.4422 69.4128 45.7158C74.2911 47.4632 77.2307 50.0518 79.0533 52.6678C80.8557 55.2548 81.5251 57.8154 81.9441 59.4181L81.9484 59.4345L81.9487 59.4355L81.9496 59.4392L81.9499 59.4403C81.9764 59.5414 82.0015 59.6374 82.0257 59.7292L98.196 74.8908C100.511 77.0612 100.628 80.6973 98.4574 83.0121C96.8951 84.6784 94.5741 85.2057 92.5324 84.5611C92.4277 85.8044 91.9191 87.0237 90.9986 88.0054C89.6802 89.4115 87.8223 90.0058 86.0486 89.7709C85.9664 91.054 85.4552 92.3188 84.5063 93.3309C82.7494 95.2046 80.0326 95.6383 77.8331 94.5845C77.576 95.3098 77.1683 95.9952 76.6089 96.5918C74.4384 98.9066 70.8024 99.0237 68.4876 96.8533L61.456 90.2603L61.2982 90.4876L5.73761 60.6143L18.2236 35.4443ZM60.6733 87.8808L61.1342 87.2169L69.8556 95.3943C71.3646 96.8092 73.735 96.7329 75.1499 95.2238C75.774 94.5582 76.1073 93.7276 76.1567 92.8832L76.2775 90.8168L77.8212 92.1958C79.3323 93.5457 81.6535 93.4494 83.0473 91.9629C83.9103 91.0425 84.2194 89.8021 83.9847 88.6496L83.6068 86.7933L85.3527 87.5285C86.7571 88.1198 88.4386 87.8116 89.5396 86.6374C90.4547 85.6615 90.7472 84.3252 90.4287 83.1165L89.6877 80.3046L92.0014 82.0661C93.5094 83.2142 95.6735 83.0572 96.9984 81.6441C98.4134 80.1351 98.337 77.7647 96.828 76.3498L79.7779 60.3632L80.0293 60.001C80.0247 59.9836 80.0202 59.966 80.0156 59.9485C80.0154 59.9477 80.0152 59.9469 80.015 59.9461L80.0147 59.9451C79.6003 58.3602 79.0028 56.0939 77.4123 53.8111C75.834 51.5458 73.2368 49.21 68.7383 47.5986C62.8169 45.4775 55.6378 45.5111 50.0586 46.2103C44.9007 46.8567 39.3637 46.7789 34.4303 44.6424L19.1713 38.0342L8.38934 59.7693L60.6733 87.8808Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M96.6513 45.6777L116.293 38.0455C116.636 37.9124 117.018 38.1063 117.114 38.4614L123.931 63.9152C124.017 64.2334 123.837 64.5624 123.523 64.663L111.802 68.4221C111.771 68.4319 111.742 68.4442 111.713 68.4587L97.5775 75.5838C97.3477 75.6996 97.0701 75.6608 96.8809 75.4864L77.9854 58.0677C75.72 55.9794 72.471 55.4494 69.4982 56.2593C59.2548 59.05 53.8706 55.987 51.7179 52.9922C51.111 52.1479 51.6402 51.0597 52.6274 50.7334L72.2789 44.2371C72.8712 44.0413 73.4853 43.935 74.1089 43.9539C75.6448 44.0006 78.8599 44.2065 82.1618 45.0839C86.878 46.3371 92.1028 47.4451 96.6513 45.6777Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.258 39.1321L97.0136 46.6098C92.1232 48.51 86.5932 47.2961 81.9051 46.0503C78.7081 45.2008 75.5785 44.999 74.0786 44.9535C73.5895 44.9386 73.0923 45.0214 72.5928 45.1865L52.9413 51.6829C52.7067 51.7604 52.5553 51.9201 52.4936 52.0635C52.4407 52.1867 52.448 52.2945 52.5299 52.4085C54.3727 54.9721 59.2727 58.0087 69.2355 55.2945C72.4752 54.4118 76.0987 54.9684 78.6633 57.3325L97.364 74.5716L111.263 67.5657L111.713 68.4587L111.263 67.5657C111.338 67.5277 111.416 67.4956 111.497 67.4699L111.802 68.4221L111.497 67.4698L122.871 63.822L116.258 39.1321ZM115.931 37.1134C116.829 36.7647 117.83 37.2725 118.08 38.2027L124.897 63.6564C125.121 64.4899 124.65 65.3518 123.829 65.6153L112.136 69.3651L98.0277 76.4767C97.4258 76.7801 96.6988 76.6785 96.2032 76.2216L77.3077 58.803C75.3414 56.9904 72.467 56.487 69.7612 57.2241C59.237 60.0913 53.3686 57.0018 50.9059 53.5758C50.381 52.8456 50.3495 51.9872 50.6562 51.2736C50.9543 50.5803 51.5611 50.0327 52.3136 49.7839L71.9651 43.2876C72.6503 43.0611 73.3813 42.9314 74.1393 42.9544C75.7112 43.0021 79.0119 43.2122 82.4187 44.1174C87.1629 45.378 92.0825 46.3802 96.2892 44.7456L115.931 37.1134Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M54.0303 92.0294C51.4189 92.2522 49.1213 90.3158 48.8985 87.7044L48.1968 79.479C47.9741 76.8676 49.9105 74.57 52.5219 74.3472C55.1333 74.1244 57.4309 76.0608 57.6537 78.6723L58.3554 86.8977C58.5781 89.5091 56.6417 91.8067 54.0303 92.0294Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.1153 93.0258C50.9536 93.2955 48.1719 90.9511 47.9021 87.7894L47.2005 79.564C46.9307 76.4022 49.2752 73.6205 52.4369 73.3508C55.5986 73.0811 58.3803 75.4255 58.6501 78.5872L59.3517 86.8126C59.6215 89.9744 57.277 92.7561 54.1153 93.0258ZM49.8949 87.6194C50.0707 89.6805 51.8842 91.2089 53.9453 91.033C56.0065 90.8572 57.5348 89.0438 57.359 86.9826L56.6573 78.7572C56.4815 76.6961 54.668 75.1677 52.6069 75.3436C50.5457 75.5194 49.0174 77.3328 49.1932 79.394L49.8949 87.6194Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M45.0819 88.0976C42.4705 88.3204 40.1729 86.384 39.9501 83.7726L39.5356 78.9132C39.2656 75.7479 41.6127 72.9629 44.7781 72.6929C46.8356 72.5174 48.6458 74.043 48.8213 76.1005L49.407 82.9658C49.6298 85.5773 47.6934 87.8748 45.0819 88.0976Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.1669 89.094C42.0052 89.3637 39.2235 87.0193 38.9538 83.8575L38.5392 78.9982C38.2223 75.2826 40.9775 72.0135 44.6931 71.6965C47.3009 71.474 49.5953 73.4077 49.8177 76.0155L50.4034 82.8808C50.6731 86.0425 48.3287 88.8243 45.1669 89.094ZM40.9465 83.6875C41.1224 85.7487 42.9358 87.277 44.9969 87.1012C47.0581 86.9254 48.5864 85.1119 48.4106 83.0508L47.825 76.1855C47.6964 74.6783 46.3703 73.5607 44.8631 73.6893C42.248 73.9123 40.3089 76.2131 40.532 78.8282L40.9465 83.6875Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M35.531 84.671C32.9196 84.8938 30.622 82.9574 30.3992 80.346L30.3494 79.762C30.0991 76.8281 32.2747 74.2468 35.2086 73.9965L38.4934 73.7163C38.9682 73.6758 39.3859 74.0279 39.4264 74.5027L39.8561 79.5392C40.0789 82.1507 38.1425 84.4483 35.531 84.671Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.616 85.6674C32.4543 85.9371 29.6726 83.5927 29.4029 80.431L29.3531 79.847C29.0558 76.3628 31.6394 73.2973 35.1236 73.0001L38.4084 72.7199C39.4335 72.6324 40.3354 73.3925 40.4228 74.4176L40.8525 79.4542C41.1222 82.6159 38.7778 85.3977 35.616 85.6674ZM31.3956 80.261C31.5715 82.3221 33.3849 83.8505 35.446 83.6746C37.5072 83.4988 39.0355 81.6854 38.8597 79.6242L38.4417 74.7243L35.2936 74.9929C32.91 75.1962 31.1425 77.2934 31.3458 79.677L31.3956 80.261Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M63.6552 94.677C61.0437 94.8997 58.7462 92.9633 58.5234 90.3519L57.936 83.4668C57.7133 80.8554 59.6497 78.5578 62.2611 78.335C64.8725 78.1122 67.1701 80.0486 67.3929 82.6601L67.9802 89.5452C68.203 92.1566 66.2666 94.4542 63.6552 94.677Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.7402 95.6733C60.5785 95.943 57.7967 93.5986 57.527 90.4369L56.9397 83.5518C56.67 80.3901 59.0144 77.6083 62.1761 77.3386C65.3378 77.0689 68.1196 79.4133 68.3893 82.5751L68.9766 89.4602C69.2463 92.6219 66.9019 95.4036 63.7402 95.6733ZM59.5198 90.2669C59.6956 92.328 61.509 93.8564 63.5702 93.6806C65.6313 93.5047 67.1597 91.6913 66.9839 89.6302L66.3965 82.745C66.2207 80.6839 64.4073 79.1555 62.3461 79.3314C60.285 79.5072 58.7566 81.3206 58.9324 83.3818L59.5198 90.2669Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.4162 76.0295C73.8194 75.652 74.4522 75.6729 74.8296 76.0761L85.8207 87.8174C86.1981 88.2206 86.1773 88.8535 85.7741 89.2309C85.3709 89.6083 84.738 89.5874 84.3606 89.1842L73.3695 77.4429C72.9921 77.0397 73.013 76.4069 73.4162 76.0295Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.3313 71.12C80.7258 70.7335 81.3589 70.7398 81.7455 71.1343L92.8729 82.4881C93.2594 82.8825 93.2531 83.5157 92.8586 83.9022C92.4642 84.2888 91.831 84.2824 91.4445 83.888L80.3171 72.5342C79.9305 72.1397 79.9369 71.5066 80.3313 71.12Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.2593 86.6488C71.6498 86.2582 72.283 86.2582 72.6735 86.6488L78.6128 92.588C79.0034 92.9786 79.0034 93.6117 78.6128 94.0023C78.2223 94.3928 77.5891 94.3928 77.1986 94.0023L71.2593 88.063C70.8688 87.6724 70.8688 87.0393 71.2593 86.6488Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<rect width="16.2387" height="36.0897" rx="2.47043" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 30.7899 37.8317)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<rect x="101.303" y="38.1503" width="16.4667" height="36.0897" rx="2.47043" transform="rotate(-18.7886 101.303 38.1503)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_912_4322">
|
|
23
|
+
<rect width="128" height="68" fill="var(--sapContent_Illustrative_Color8)" transform="translate(0 30.8721)"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Help-alternate">
|
|
2
|
+
<path d="M84.2653 123.573C108.733 117.899 123.968 93.4643 118.294 68.9969C112.62 44.5296 88.1854 29.2945 63.7181 34.9685C39.2507 40.6425 24.0157 65.0768 29.6896 89.5442C35.3636 114.012 59.798 129.247 84.2653 123.573Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M89.8215 116.533C114.289 110.859 129.524 86.425 123.85 61.9576C118.176 37.4903 93.7416 22.2552 69.2742 27.9292C44.8069 33.6032 29.5718 58.0375 35.2458 82.5049C40.9198 106.972 65.3541 122.207 89.8215 116.533Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.798 61.5058C131.722 87.0492 115.817 112.558 90.2735 118.482C64.7301 124.405 39.2212 108.5 33.2977 82.9567C27.3742 57.4133 43.2793 31.9044 68.8226 25.9809C94.366 20.0574 119.875 35.9625 125.798 61.5058ZM123.85 61.9576C129.524 86.425 114.289 110.859 89.8217 116.533C65.3543 122.207 40.9199 106.972 35.246 82.5049C29.572 58.0375 44.8071 33.6032 69.2744 27.9292C93.7418 22.2552 118.176 37.4903 123.85 61.9576Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M87.6795 107.291C107.042 102.801 119.099 83.464 114.609 64.101C110.119 44.738 90.7818 32.6813 71.4187 37.1715C52.0557 41.6618 39.999 60.9987 44.4892 80.3617C48.9795 99.7248 68.3164 111.782 87.6795 107.291Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.6955 55.6238C70.3335 56.8673 66.1714 61.72 67.402 67.0265C67.6679 68.173 68.8128 68.8869 69.9593 68.621C71.1058 68.3552 71.8197 67.2102 71.5539 66.0637C71.0119 63.7269 72.8484 60.6592 76.6584 59.7757C80.4683 58.8921 83.4675 60.8384 84.0094 63.1753C84.3041 64.446 84.1355 65.386 83.7849 66.1596C83.4099 66.9869 82.7738 67.7382 81.9561 68.5094C81.5865 68.8581 81.2102 69.1835 80.8153 69.5251L80.6915 69.6323C80.2722 69.9953 79.8094 70.3987 79.4071 70.8098C78.7183 71.5136 77.5166 72.91 77.9523 74.7886L78.4337 76.8645C78.6996 78.011 79.8445 78.7249 80.991 78.459C82.1375 78.1931 82.8514 77.0482 82.5855 75.9017L82.1699 74.1093C82.2261 74.0365 82.3153 73.9317 82.453 73.7909C82.7139 73.5244 83.0465 73.2307 83.4812 72.8544L83.6073 72.7453C83.9937 72.4113 84.44 72.0254 84.8805 71.6098C85.8578 70.688 86.9564 69.4863 87.6668 67.919C88.4015 66.298 88.6689 64.4016 88.1613 62.2125C86.9307 56.906 81.0576 54.3804 75.6955 55.6238Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M85.7898 85.0026C86.1886 86.7224 85.1178 88.4398 83.398 88.8386C81.6783 89.2374 79.9609 88.1666 79.562 86.4468C79.1632 84.7271 80.2341 83.0097 81.9538 82.6109C83.6736 82.212 85.391 83.2829 85.7898 85.0026Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M41.0071 1.84932C40.6788 2.10025 40.4241 2.43505 40.27 2.8185C40.1159 3.20195 40.0679 3.61986 40.1312 4.02826L41.3839 13.7814C41.5902 15.3945 43.0343 16.0914 44.2987 15.9293C44.8185 15.8819 45.3089 15.6669 45.6962 15.3168C46.0834 14.9668 46.3466 14.5004 46.4461 13.9879C46.4868 13.7389 46.4896 13.4851 46.4544 13.2352L45.2017 3.48214C45.1556 3.05312 44.9943 2.64456 44.735 2.29969C44.4756 1.95483 44.1279 1.68649 43.7286 1.52308C43.2847 1.34121 42.8018 1.27571 42.3255 1.3328C41.8493 1.3899 41.3955 1.56769 41.0071 1.84932Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<path d="M0.737646 36.9586C0.630233 37.2342 0.581457 37.5291 0.59443 37.8246C0.607402 38.1201 0.681838 38.4097 0.812987 38.6748C0.944136 38.9399 1.12912 39.1747 1.35612 39.3643C1.58312 39.5539 1.84716 39.694 2.13137 39.7758L11.2051 42.8436C11.5317 42.9528 11.8768 42.9958 12.2202 42.9702C12.5637 42.9445 12.8985 42.8507 13.2053 42.6942C13.5121 42.5377 13.7846 42.3216 14.007 42.0586C14.2293 41.7956 14.3971 41.4909 14.5004 41.1624C14.5468 41.0281 14.5821 40.8902 14.6059 40.7502C14.7015 40.2339 14.6002 39.7007 14.322 39.2555C14.0438 38.8102 13.609 38.4854 13.1032 38.345L4.0328 35.2809C3.70644 35.1711 3.36147 35.1276 3.01807 35.1528C2.67468 35.178 2.33977 35.2715 2.03293 35.4277C1.72609 35.5839 1.45349 35.7998 1.23108 36.0627C1.00867 36.3255 0.84092 36.6301 0.737646 36.9586Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M14.2189 13.7153C14.184 14.0365 14.2149 14.3615 14.3099 14.6703C14.4048 14.9792 14.5617 15.2655 14.7711 15.5116L24.0501 26.6476C24.4691 27.1447 25.0639 27.4606 25.7104 27.5293C26.3568 27.5979 27.0048 27.414 27.5188 27.0159C27.994 26.6448 28.3123 26.1086 28.4108 25.5137C28.4669 25.1707 28.4485 24.8196 28.3567 24.4844C28.265 24.1492 28.102 23.8377 27.879 23.5711L18.6 12.4351C18.1791 11.9349 17.5807 11.6173 16.9305 11.5492C16.2804 11.481 15.6291 11.6675 15.1137 12.0695C14.8614 12.2694 14.6521 12.5183 14.4983 12.8011C14.3446 13.0839 14.2496 13.3948 14.2189 13.7153Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Lock-alternate">
|
|
2
|
+
<path d="M18.5225 119.576H40.0074V124.395C40.0074 126.704 38.136 128.575 35.8275 128.575H22.7024C20.3939 128.575 18.5225 126.704 18.5225 124.395V119.576Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M87.9883 119.576H109.473V124.395C109.473 126.704 107.602 128.575 105.293 128.575H92.1683C89.8597 128.575 87.9883 126.704 87.9883 124.395V119.576Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M3.03516 17.5508C3.03516 12.5489 7.08994 8.49414 12.0918 8.49414H115.907C120.909 8.49414 124.964 12.5489 124.964 17.5508V110.545C124.964 115.547 120.909 119.602 115.907 119.602H12.0918C7.08994 119.602 3.03516 115.547 3.03516 110.545V17.5508Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0918 6.49414H115.907C122.014 6.49414 126.964 11.4444 126.964 17.5508V110.545C126.964 116.651 122.014 121.602 115.907 121.602H12.0918C5.98537 121.602 1.03516 116.651 1.03516 110.545V17.5508C1.03516 11.4443 5.98538 6.49414 12.0918 6.49414ZM12.0918 8.49414C7.08994 8.49414 3.03516 12.5489 3.03516 17.5508V110.545C3.03516 115.547 7.08994 119.602 12.0918 119.602H115.907C120.909 119.602 124.964 115.547 124.964 110.545V17.5508C124.964 12.5489 120.909 8.49414 115.907 8.49414H12.0918Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<rect x="19.3936" y="26.4783" width="89.2107" height="75.1385" rx="4.87664" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<rect x="16.2617" y="37.0002" width="5.9162" height="20.891" rx="2.9581" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<rect x="16.2617" y="70.2053" width="5.9162" height="20.891" rx="2.9581" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<rect x="95.4785" y="38.6653" width="6.50832" height="49.5462" rx="3.25416" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M84.6272 64.048C84.6272 78.3188 73.0585 89.8875 58.7877 89.8875C44.517 89.8875 32.9482 78.3188 32.9482 64.048C32.9482 49.7772 44.517 38.2085 58.7877 38.2085C73.0585 38.2085 84.6272 49.7772 84.6272 64.048Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.7877 87.8875C71.9539 87.8875 82.6272 77.2142 82.6272 64.048C82.6272 50.8818 71.9539 40.2085 58.7877 40.2085C45.6215 40.2085 34.9482 50.8818 34.9482 64.048C34.9482 77.2142 45.6215 87.8875 58.7877 87.8875ZM58.7877 89.8875C73.0585 89.8875 84.6272 78.3188 84.6272 64.048C84.6272 49.7772 73.0585 38.2085 58.7877 38.2085C44.517 38.2085 32.9482 49.7772 32.9482 64.048C32.9482 78.3188 44.517 89.8875 58.7877 89.8875Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<circle cx="58.788" cy="64.0482" r="7.8905" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.8457 46.7861C59.398 46.7861 59.8457 47.2338 59.8457 47.7861L59.8457 52.5596C59.8457 53.1119 59.398 53.5596 58.8457 53.5596C58.2934 53.5596 57.8457 53.1119 57.8457 52.5596L57.8457 47.7861C57.8457 47.2338 58.2934 46.7861 58.8457 46.7861Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.8457 74.5364C59.398 74.5364 59.8457 74.9841 59.8457 75.5364L59.8457 80.3098C59.8457 80.8621 59.398 81.3098 58.8457 81.3098C58.2934 81.3098 57.8457 80.8621 57.8457 80.3098L57.8457 75.5364C57.8457 74.9841 58.2934 74.5364 58.8457 74.5364Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.8018 65.0483C75.8018 65.6006 75.354 66.0483 74.8018 66.0483L70.0283 66.0483C69.476 66.0483 69.0283 65.6006 69.0283 65.0483C69.0283 64.4961 69.476 64.0483 70.0283 64.0483L74.8018 64.0483C75.354 64.0483 75.8018 64.4961 75.8018 65.0483Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.0508 65.0483C48.0508 65.6006 47.6031 66.0483 47.0508 66.0483L42.2773 66.0483C41.725 66.0483 41.2773 65.6006 41.2773 65.0483C41.2773 64.4961 41.725 64.0483 42.2773 64.0483L47.0508 64.0483C47.6031 64.0483 48.0508 64.4961 48.0508 65.0483Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M70.0391 76.9606C69.6486 77.3511 69.0154 77.3511 68.6249 76.9606L65.2496 73.5853C64.8591 73.1947 64.8591 72.5616 65.2496 72.1711C65.6401 71.7805 66.2733 71.7805 66.6638 72.1711L70.0391 75.5464C70.4297 75.9369 70.4297 76.5701 70.0391 76.9606Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.418 57.3378C50.0275 57.7283 49.3944 57.7283 49.0038 57.3378L45.6285 53.9625C45.238 53.5719 45.238 52.9388 45.6285 52.5483C46.019 52.1577 46.6522 52.1577 47.0427 52.5483L50.418 55.9236C50.8086 56.3141 50.8086 56.9473 50.418 57.3378Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.454 52.55C71.8446 52.9405 71.8446 53.5737 71.454 53.9642L68.0787 57.3395C67.6882 57.7301 67.055 57.7301 66.6645 57.3395C66.2739 56.949 66.2739 56.3158 66.6645 55.9253L70.0398 52.55C70.4303 52.1594 71.0635 52.1594 71.454 52.55Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.832 72.172C52.2225 72.5626 52.2225 73.1957 51.832 73.5863L48.4566 76.9616C48.0661 77.3521 47.4329 77.3521 47.0424 76.9616C46.6519 76.5711 46.6519 75.9379 47.0424 75.5474L50.4177 72.172C50.8083 71.7815 51.4414 71.7815 51.832 72.172Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Mission-alternate">
|
|
2
|
+
<path d="M20.9734 83.6432L56.7487 47.0336L34.8808 48.1665C28.0731 48.5191 21.7292 51.7239 17.4058 56.9942L2.70022 74.9209C2.03678 75.7296 2.3739 76.9515 3.3582 77.3056L20.9734 83.6432Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
3
|
+
<path d="M44.7507 107.421L81.3603 71.6456L80.2275 93.5135C79.8748 100.321 76.67 106.665 71.3997 110.988L53.473 125.694C52.6643 126.358 51.4424 126.02 51.0883 125.036L44.7507 107.421Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M118.306 8.01387C119.518 7.88166 120.513 8.87574 120.38 10.088C117.267 38.6354 101.92 64.8874 78.3409 81.9982L44.8976 106.267C34.4299 102.174 26.2197 93.9643 22.1267 83.4966L46.396 50.0533C63.5067 26.4744 89.7588 11.1272 118.306 8.01387Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.2267 108.835L44.0706 108.383C33.0126 104.059 24.3355 95.3817 20.0117 84.3237L19.5597 83.1676L44.558 48.7196C62.039 24.6306 88.8649 8.94043 118.06 5.75645C120.715 5.46688 122.927 7.67912 122.638 10.3344C119.454 39.5293 103.764 66.3553 79.6747 83.8363L45.2267 108.835ZM120.38 10.0881C120.512 8.87588 119.518 7.88179 118.306 8.014C89.7588 11.1273 63.5067 26.4746 46.396 50.0534L22.1267 83.4967C26.2197 93.9644 34.4299 102.175 44.8976 106.268L78.3409 81.9983C101.92 64.8876 117.267 38.6355 120.38 10.0881Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3258 83.2225L22.1267 83.4968C26.2196 93.9646 34.4298 102.175 44.8975 106.268L78.3408 81.9985C89.7523 73.7174 99.2356 63.2951 106.337 51.5078C102.083 55.3739 97.4104 59.4388 92.2872 63.6892C60.5554 90.0148 34.8673 88.6242 22.3258 83.2225Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<circle cx="86.9056" cy="41.922" r="7.66226" transform="rotate(45 86.9056 41.922)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
8
|
+
<path d="M63.5935 72.4435C64.4855 71.6382 64.5209 70.2499 63.6711 69.4001L59.4277 65.1567C58.5779 64.3069 57.1896 64.3423 56.3842 65.2343L26.7739 98.0298C25.7572 99.1558 25.8012 100.881 26.8739 101.954C27.9467 103.027 29.6719 103.071 30.798 102.054L63.5935 72.4435Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.3373 14.8281C99.9242 11.3473 108.993 9.02959 118.306 8.0139C119.518 7.88169 120.513 8.87578 120.38 10.088C119.362 19.4227 117.036 28.5119 113.542 37.1163C110.124 32.9645 106.273 28.508 102.871 25.1059C99.599 21.8335 95.3511 18.146 91.3373 14.8281Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-MissionFailed-alternate">
|
|
2
|
+
<path d="M65.5007 30.7414L94.3924 71.6201L97.1979 50.1463C98.0416 43.6891 96.1254 37.1753 91.9196 32.2034L77.0875 14.6696C76.4422 13.9067 75.2359 14.0125 74.7333 14.8763L65.5007 30.7414Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
3
|
+
<path d="M38.4295 49.4103L66.3713 90.9441L45.3023 85.9346C38.9669 84.4283 33.5593 80.3222 30.4068 74.624L19.289 54.5287C18.8052 53.6543 19.3329 52.5645 20.3188 52.4016L38.4295 49.4103Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.067 122.046C125.094 122.891 124.382 123.543 123.537 123.543H79.8083C79.4996 123.543 79.1958 123.457 78.941 123.283C78.8009 123.187 78.6719 123.095 78.5544 123.006C76.7637 121.653 77.2628 120.351 77.7845 118.99C78.2945 117.66 78.8261 116.273 77.2603 114.728C68.9892 106.565 62.0755 96.9365 56.9461 86.2109L39.8936 50.5538C39.6558 50.0564 39.6855 49.4706 39.9861 49.0084C45.6411 40.3141 54.4338 34.2505 64.5703 32.0547C65.1091 31.938 65.6672 32.1183 66.0476 32.5175L93.3163 61.1292C107.21 75.7071 116.341 93.0186 119.777 112.078C120.061 113.655 121.212 115.074 122.366 116.497C123.633 118.06 124.904 119.627 125.034 121.41C125.05 121.627 125.061 121.838 125.067 122.046Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.538 125.543H79.8092C79.1328 125.543 78.4283 125.354 77.813 124.934C77.6511 124.823 77.4961 124.712 77.3497 124.601C76.0954 123.654 75.3762 122.486 75.3058 121.103C75.2498 120.003 75.6447 118.981 75.8777 118.379C75.8917 118.342 75.9052 118.307 75.9179 118.274C76.1993 117.54 76.3014 117.21 76.3017 116.937C76.3018 116.841 76.2868 116.759 76.2455 116.666C76.2012 116.565 76.1 116.392 75.8563 116.151C67.4224 107.827 60.3728 98.0101 55.1427 87.0738L38.0902 51.4167C37.5622 50.3126 37.6165 48.9849 38.3105 47.918C44.2529 38.7817 53.4959 32.4075 64.1477 30.1C65.3916 29.8306 66.6519 30.2517 67.4963 31.1376L94.765 59.7493C108.908 74.5886 118.235 92.2495 121.746 111.723C121.921 112.693 122.671 113.697 123.92 115.237L123.96 115.286C124.566 116.034 125.273 116.905 125.836 117.832C126.42 118.792 126.933 119.941 127.03 121.265C127.047 121.508 127.06 121.747 127.067 121.982C127.134 124.095 125.368 125.543 123.538 125.543ZM123.538 123.543C124.383 123.543 125.095 122.891 125.068 122.046C125.062 121.838 125.051 121.627 125.035 121.41C124.905 119.626 123.634 118.06 122.367 116.497C121.213 115.074 120.062 113.655 119.777 112.078C116.342 93.0186 107.211 75.7071 93.3172 61.1292L66.0485 32.5175C65.6681 32.1183 65.11 31.938 64.5711 32.0547C54.4346 34.2505 45.642 40.3141 39.987 49.0084C39.6864 49.4706 39.6566 50.0564 39.8945 50.5538L56.947 86.2109C62.0763 96.9365 68.9901 106.565 77.2612 114.728C78.827 116.273 78.2954 117.66 77.7854 118.99C77.2637 120.351 76.7646 121.653 78.5553 123.006C78.6727 123.094 78.8018 123.187 78.9419 123.283C79.1967 123.457 79.5005 123.543 79.8092 123.543H123.538Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.803 123.543C76.213 106.471 55.1166 74.6372 44.1739 43.6456C42.4405 45.5082 40.8775 47.5512 39.5127 49.7554L56.9469 86.2107C62.0762 96.9363 68.99 106.564 77.261 114.727C78.8269 116.273 78.2953 117.659 77.7853 118.99C77.2636 120.351 76.7645 121.653 78.5552 123.006C78.7758 123.172 79.0371 123.352 79.3364 123.543H104.803Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M87.8112 105.784C85.4617 102.377 86.3189 97.7104 89.7258 95.3609C93.1326 93.0115 97.7989 93.8687 100.148 97.2755C102.498 100.682 101.641 105.349 98.2337 107.698C94.8269 110.048 90.1606 109.19 87.8112 105.784Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
8
|
+
<path d="M68.7418 73.7141C69.3589 74.7144 70.6879 74.9937 71.6554 74.3265L76.4867 70.9948C77.4542 70.3276 77.6654 68.986 76.9498 68.0538L50.6374 33.7787C49.734 32.6019 48.0668 32.3393 46.8455 33.1816C45.6241 34.0239 45.2769 35.6755 46.0559 36.9382L68.7418 73.7141Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.931641 3.532C0.931641 2.42743 1.82707 1.532 2.93164 1.532H7.69886C8.80343 1.532 9.69886 2.42743 9.69886 3.532C9.69886 4.63657 8.80343 5.532 7.69886 5.532H2.93164C1.82707 5.532 0.931641 4.63657 0.931641 3.532ZM14.3665 3.532C14.3665 2.42743 15.262 1.532 16.3665 1.532H38.6422C43.3541 1.532 47.1738 5.35175 47.1738 10.0637C47.1738 14.7756 43.3541 18.5953 38.6422 18.5953H26.5868C24.2313 18.5953 22.3217 20.5048 22.3217 22.8604C22.3217 25.2159 24.2313 27.1255 26.5868 27.1255H38.839C39.9436 27.1255 40.839 28.0209 40.839 29.1255C40.839 30.23 39.9436 31.1255 38.839 31.1255H26.5868C22.0221 31.1255 18.3217 27.4251 18.3217 22.8604C18.3217 18.2957 22.0221 14.5953 26.5868 14.5953H38.6422C41.145 14.5953 43.1738 12.5664 43.1738 10.0637C43.1738 7.56089 41.145 5.532 38.6422 5.532H16.3665C15.262 5.532 14.3665 4.63657 14.3665 3.532Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoApplications-alternate">
|
|
2
|
+
<rect x="-1.10547" y="52.615" width="103.588" height="69.1836" rx="6.15152" transform="rotate(-14.3264 -1.10547 52.615)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M4.43058 55.1619C3.73002 52.4188 5.38584 49.6272 8.12896 48.9266L93.9729 27.0031C96.716 26.3026 99.5077 27.9584 100.208 30.7015L114.054 84.9181C114.755 87.6612 113.099 90.4528 110.356 91.1534L24.5121 113.077C21.769 113.777 18.9773 112.122 18.2768 109.378L4.43058 55.1619Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.63317 46.9888L93.4771 25.0654C97.2905 24.0915 101.171 26.3934 102.145 30.2067L115.991 84.4232C116.965 88.2366 114.663 92.1174 110.85 93.0912L25.0061 115.015C21.1928 115.989 17.312 113.687 16.3381 109.873L2.49188 55.6569C1.518 51.8435 3.81983 47.9627 7.63317 46.9888ZM8.12806 48.9266C5.38494 49.6272 3.72912 52.4188 4.42968 55.162L18.2759 109.378C18.9764 112.122 21.7681 113.777 24.5112 113.077L110.355 91.1534C113.098 90.4529 114.754 87.6612 114.054 84.9181L100.207 30.7016C99.5068 27.9585 96.7151 26.3026 93.972 27.0032L8.12806 48.9266Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M4.43058 55.1619C3.73002 52.4188 5.38584 49.6272 8.12896 48.9266L93.9729 27.0032C96.716 26.3026 99.5077 27.9584 100.208 30.7015L102.025 37.8139L6.24698 62.2743L4.43058 55.1619Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="12.927" cy="54.3156" r="2.30682" transform="rotate(-14.3264 12.927 54.3156)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="21.3703" cy="52.1591" r="2.30682" transform="rotate(-14.3264 21.3703 52.1591)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="29.8137" cy="50.0029" r="2.30682" transform="rotate(-14.3264 29.8137 50.0029)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="17.1133" y="68.6265" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 17.1133 68.6265)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<rect x="51.8828" y="59.7473" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 51.8828 59.7473)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<rect x="22.0605" y="87.9973" width="30.7576" height="14.8662" rx="1.53788" transform="rotate(-14.3264 22.0605 87.9973)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M107.066 5.08505C107.236 5.25947 107.355 5.47645 107.412 5.71314C107.469 5.94983 107.461 6.19748 107.389 6.43003L105.821 12.0059C105.563 12.9283 104.661 13.2103 103.938 13.0073C103.64 12.935 103.372 12.7676 103.177 12.5304C102.981 12.2931 102.868 11.9987 102.854 11.6915C102.851 11.5429 102.872 11.3948 102.914 11.2522L104.481 5.67628C104.545 5.43024 104.674 5.20601 104.855 5.02732C105.036 4.84863 105.261 4.72212 105.508 4.66119C105.782 4.59333 106.069 4.59664 106.342 4.67082C106.615 4.745 106.864 4.88758 107.066 5.08505Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<path d="M127.517 29.0033C127.556 29.1731 127.559 29.3491 127.526 29.5202C127.494 29.6913 127.425 29.8536 127.326 29.9969C127.227 30.1401 127.099 30.261 126.95 30.352C126.802 30.443 126.636 30.502 126.463 30.5253L120.912 31.5336C120.712 31.5692 120.508 31.5647 120.31 31.5202C120.112 31.4758 119.925 31.3923 119.759 31.2748C119.594 31.1572 119.454 31.0079 119.347 30.8355C119.24 30.6632 119.168 30.4712 119.136 30.2709C119.121 30.1887 119.112 30.1053 119.11 30.0216C119.099 29.7126 119.204 29.4105 119.404 29.175C119.604 28.9394 119.886 28.7875 120.192 28.7491L125.741 27.7426C125.941 27.7067 126.146 27.7109 126.344 27.7551C126.542 27.7993 126.729 27.8825 126.894 27.9999C127.059 28.1173 127.2 28.2665 127.307 28.4388C127.414 28.6111 127.485 28.803 127.517 29.0033Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<path d="M121.657 14.3006C121.65 14.4908 121.604 14.6775 121.522 14.8493C121.44 15.0212 121.324 15.1745 121.181 15.2999L114.817 20.9924C114.53 21.2461 114.156 21.379 113.774 21.3635C113.391 21.348 113.029 21.1852 112.764 20.9091C112.519 20.652 112.38 20.3122 112.373 19.957C112.37 19.7523 112.411 19.5493 112.493 19.3619C112.575 19.1744 112.697 19.0069 112.85 18.8707L119.214 13.1783C119.502 12.9229 119.878 12.7893 120.263 12.8054C120.647 12.8215 121.011 12.9861 121.277 13.2647C121.407 13.4029 121.507 13.5658 121.572 13.7438C121.638 13.9218 121.666 14.1112 121.657 14.3006Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path d="M103.105 117.756C112.991 117.756 121.005 109.742 121.005 99.8564C121.005 89.9704 112.991 81.9563 103.105 81.9563C93.2192 81.9563 85.2051 89.9704 85.2051 99.8564C85.2051 109.742 93.2192 117.756 103.105 117.756Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M103.111 90.1091H103.104C101.768 90.1091 100.686 91.192 100.686 92.5279V107.185C100.686 108.521 101.768 109.604 103.104 109.604H103.111C104.447 109.604 105.53 108.521 105.53 107.185V92.5279C105.53 91.192 104.447 90.1091 103.111 90.1091Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path d="M93.7715 99.5801V100.127C93.7715 101.314 94.7334 102.276 95.92 102.276H110.307C111.494 102.276 112.456 101.314 112.456 100.127V99.5801C112.456 98.3935 111.494 97.4316 110.307 97.4316H95.92C94.7334 97.4316 93.7715 98.3935 93.7715 99.5801Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoFlows-alternate">
|
|
2
|
+
<rect width="103.452" height="69.0929" rx="6.14345" transform="matrix(0.968886 -0.247508 0.247506 0.968886 -0.789062 52.0747)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M4.74173 54.618C4.04192 51.8785 5.69539 49.0904 8.43486 48.3906L94.1647 26.4904C96.9041 25.7906 99.6922 27.444 100.392 30.1835L114.223 84.3281C114.923 87.0676 113.27 89.8557 110.53 90.5555L24.8005 112.456C22.0611 113.156 19.273 111.502 18.5732 108.763L4.74173 54.618Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.94099 46.4527L93.6708 24.5525C97.4805 23.5793 101.358 25.8787 102.331 29.6884L116.162 83.833C117.136 87.6427 114.836 91.52 111.026 92.4932L25.2967 114.393C21.487 115.367 17.6097 113.067 16.6365 109.257L2.8051 55.1129C1.8319 51.3032 4.13132 47.4259 7.94099 46.4527ZM8.43601 48.3905C5.69653 49.0903 4.04306 51.8784 4.74287 54.6179L18.5743 108.762C19.2741 111.502 22.0622 113.155 24.8017 112.456L110.531 90.5554C113.271 89.8556 114.924 87.0675 114.225 84.328L100.393 30.1834C99.6934 27.4439 96.9053 25.7905 94.1658 26.4903L8.43601 48.3905Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M4.74173 54.618C4.04192 51.8785 5.69539 49.0904 8.43486 48.3906L94.1647 26.4904C96.9041 25.7906 99.6922 27.444 100.392 30.1835L102.206 37.2864L6.55619 61.7209L4.74173 54.618Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 10.4258 52.1106)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 18.8574 49.9565)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<ellipse cx="2.30379" cy="2.3038" rx="2.30379" ry="2.3038" transform="matrix(0.968886 -0.247508 0.247506 0.968886 27.291 47.8022)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.0695 60.0311L36.1065 72.539L35.5996 70.5549L84.5627 58.047L85.0695 60.0311Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2544 94.8546L29.9554 74.1109L31.9395 73.604L37.2385 94.3477L35.2544 94.8546Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<rect width="25.2147" height="12.1871" rx="1.53586" transform="matrix(0.968886 -0.247508 0.247506 0.968886 17.3535 69.9319)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<rect width="25.2147" height="12.1871" rx="1.53586" transform="matrix(0.968886 -0.247508 0.247506 0.968886 22.0801 88.418)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<rect width="14.4377" height="14.4377" rx="1.53586" transform="matrix(0.860118 0.510093 -0.510092 0.860121 59.0918 55.0227)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<ellipse cx="9.36465" cy="9.36468" rx="9.36465" ry="9.36468" transform="matrix(0.968886 -0.247508 0.247506 0.968886 77.625 51.1602)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path d="M107.066 5.08505C107.236 5.25947 107.355 5.47645 107.412 5.71314C107.469 5.94983 107.461 6.19748 107.389 6.43003L105.821 12.0059C105.563 12.9283 104.661 13.2103 103.938 13.0073C103.64 12.935 103.372 12.7676 103.177 12.5304C102.981 12.2931 102.868 11.9987 102.854 11.6915C102.851 11.5429 102.872 11.3948 102.914 11.2522L104.481 5.67628C104.545 5.43024 104.674 5.20601 104.855 5.02732C105.036 4.84863 105.261 4.72212 105.508 4.66119C105.782 4.59333 106.069 4.59664 106.342 4.67082C106.615 4.745 106.864 4.88758 107.066 5.08505Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M127.517 29.0033C127.556 29.1731 127.559 29.3491 127.526 29.5202C127.494 29.6913 127.425 29.8536 127.326 29.9969C127.227 30.1401 127.099 30.261 126.95 30.352C126.802 30.443 126.636 30.502 126.463 30.5253L120.912 31.5336C120.712 31.5692 120.508 31.5647 120.31 31.5202C120.112 31.4758 119.925 31.3923 119.759 31.2748C119.594 31.1572 119.454 31.0079 119.347 30.8355C119.24 30.6632 119.168 30.4712 119.136 30.2709C119.121 30.1887 119.112 30.1053 119.11 30.0216C119.099 29.7126 119.204 29.4105 119.404 29.175C119.604 28.9394 119.886 28.7875 120.192 28.7491L125.741 27.7426C125.941 27.7067 126.146 27.7109 126.344 27.7551C126.542 27.7993 126.729 27.8825 126.894 27.9999C127.059 28.1173 127.2 28.2665 127.307 28.4388C127.414 28.6111 127.485 28.803 127.517 29.0033Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M121.657 14.3006C121.65 14.4908 121.604 14.6775 121.522 14.8493C121.44 15.0212 121.324 15.1745 121.181 15.2999L114.817 20.9924C114.53 21.2461 114.156 21.379 113.774 21.3635C113.391 21.348 113.029 21.1852 112.764 20.9091C112.519 20.652 112.38 20.3122 112.373 19.957C112.37 19.7523 112.411 19.5493 112.493 19.3619C112.575 19.1744 112.697 19.0069 112.85 18.8707L119.214 13.1783C119.502 12.9229 119.878 12.7893 120.263 12.8054C120.647 12.8215 121.011 12.9861 121.277 13.2647C121.407 13.4029 121.507 13.5658 121.572 13.7438C121.638 13.9218 121.666 14.1112 121.657 14.3006Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M103.105 117.756C112.991 117.756 121.005 109.742 121.005 99.8564C121.005 89.9704 112.991 81.9563 103.105 81.9563C93.2192 81.9563 85.2051 89.9704 85.2051 99.8564C85.2051 109.742 93.2192 117.756 103.105 117.756Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M103.111 90.1091H103.104C101.768 90.1091 100.686 91.192 100.686 92.5279V107.185C100.686 108.521 101.768 109.604 103.104 109.604H103.111C104.447 109.604 105.53 108.521 105.53 107.185V92.5279C105.53 91.192 104.447 90.1091 103.111 90.1091Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path d="M93.7715 99.5801V100.127C93.7715 101.314 94.7334 102.276 95.92 102.276H110.307C111.494 102.276 112.456 101.314 112.456 100.127V99.5801C112.456 98.3935 111.494 97.4316 110.307 97.4316H95.92C94.7334 97.4316 93.7715 98.3935 93.7715 99.5801Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-NoUsers-alternate">
|
|
2
|
+
<path d="M23.2432 79.9772C23.2432 65.3239 29.4606 52.1228 39.4013 42.8681L36.473 36.0899C35.3959 33.5968 37.2238 30.8159 39.9397 30.8159H107.929C110.645 30.8159 112.473 33.5968 111.396 36.0899L108.467 42.8681C118.408 52.1228 124.626 65.3239 124.626 79.9772C124.626 99.0728 114.067 115.702 98.4694 124.346C97.7697 124.613 97.0667 124.869 96.3607 125.113H51.508C50.8021 124.869 50.0991 124.613 49.3994 124.346C33.8018 115.702 23.2432 99.0728 23.2432 79.9772Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.3153 126.164L99.1835 126.214C98.4634 126.489 97.74 126.752 97.0135 127.003L96.6963 127.113H51.1725L50.8553 127.003C50.1288 126.752 49.4054 126.489 48.6853 126.214L48.5535 126.164L48.43 126.095C32.2222 117.113 21.2432 99.8289 21.2432 79.9772C21.2432 65.256 27.2826 51.9425 37.0137 42.3843L34.637 36.8831C32.9895 33.0696 35.7855 28.8159 39.9397 28.8159H107.929C112.083 28.8159 114.879 33.0696 113.232 36.8831L110.855 42.3843C120.586 51.9425 126.626 65.256 126.626 79.9772C126.626 99.8289 115.647 117.113 99.4388 126.095L99.3153 126.164ZM108.467 42.8681L111.396 36.0899C112.473 33.5968 110.645 30.8159 107.929 30.8159H39.9397C37.2238 30.8159 35.3959 33.5968 36.473 36.0899L39.4013 42.8681C29.4606 52.1228 23.2432 65.3239 23.2432 79.9772C23.2432 99.0728 33.8018 115.702 49.3994 124.346C50.0991 124.613 50.8021 124.869 51.508 125.113H96.3608C97.0667 124.869 97.7697 124.613 98.4694 124.346C114.067 115.702 124.626 99.0728 124.626 79.9772C124.626 65.3239 118.408 52.1228 108.467 42.8681Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.5573 42.4727C54.1874 43.38 53.9626 44.6262 53.0554 45.2562C43.3955 51.9643 39.633 60.7441 38.9721 63.999C38.7523 65.0815 37.6966 65.7808 36.6141 65.561C35.5316 65.3412 34.8323 64.2855 35.0521 63.203C35.9102 58.9771 40.2354 49.2888 50.7738 41.9707C51.6811 41.3407 52.9273 41.5654 53.5573 42.4727Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.6039 71.0145C42.7978 75.8458 58.3254 74.5465 78.0734 66.9044C92.1202 61.4686 105.304 61.8239 116.315 64.3564C118.205 69.3444 119.239 74.753 119.239 80.4032C119.239 97.4696 109.802 112.332 95.8622 120.057C95.2895 120.276 94.7143 120.486 94.1369 120.687C94.0315 120.724 93.9207 120.742 93.8092 120.742H54.0597C53.9481 120.742 53.8373 120.724 53.732 120.687C53.1546 120.486 52.5794 120.276 52.0066 120.057C38.0665 112.332 28.6299 97.4696 28.6299 80.4032C28.6299 77.1842 28.9656 74.0436 29.6039 71.0145Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.7687 120.463C94.558 120.539 94.3471 120.614 94.1359 120.687C94.0416 120.72 93.9429 120.738 93.8432 120.742H73.3818V97.1482H94.7687V120.463Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.7764 85.2014V97.146H69.374V85.2014H73.8515V88.1753H77.886V85.2014H82.0537V88.1753H86.096V85.2014H90.2651V88.1753H94.2988V85.2014H98.7764Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.0994 107.201C81.1997 107.201 78.8477 109.552 78.8477 112.452V120.742H89.3505V112.452C89.3505 109.552 86.9992 107.201 84.0994 107.201Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.3818 97.1455H94.7687V98.6076H75.2281L73.3818 97.1455Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.9316 120.734C53.8634 120.726 53.7962 120.71 53.731 120.687C53.1536 120.486 52.5784 120.276 52.0057 120.057C51.4209 119.733 50.8441 119.396 50.2756 119.048C50.6109 117.592 50.7287 113.062 47.1885 107.047C43.0375 99.994 41.8876 93.2328 41.8517 90.5213C41.8371 89.4169 42.7206 88.5097 43.8251 88.4951C44.9296 88.4804 45.8368 89.3639 45.8514 90.4684C45.8781 92.4895 46.8402 98.5689 50.6358 105.018C54.8256 112.137 54.8222 118.038 54.0164 120.517C53.992 120.592 53.9636 120.664 53.9316 120.734ZM62.571 120.742H58.7396C58.6483 120.439 58.6278 120.11 58.6937 119.778C59.4464 115.982 58.5254 112.794 57.1536 109.567C56.8093 108.758 56.4433 107.96 56.0678 107.142L56.0647 107.135C55.6922 106.323 55.3094 105.489 54.9554 104.651C54.2489 102.979 53.6132 101.193 53.3408 99.2906C53.1843 98.1972 53.9438 97.1839 55.0372 97.0274C56.1307 96.8708 57.1439 97.6303 57.3005 98.7238C57.5015 100.128 57.9863 101.547 58.6401 103.094C58.9663 103.867 59.3235 104.646 59.7002 105.467L59.7139 105.497L59.714 105.497L59.7141 105.497C59.9263 105.959 60.1444 106.435 60.3612 106.919C62.9253 104.533 63.444 101.953 63.4373 101.221C63.4271 100.116 64.3143 99.2127 65.4188 99.2026C66.5233 99.1924 67.427 100.08 67.4371 101.184C67.4556 103.19 66.3079 107.296 62.2212 110.597C62.1196 110.68 62.0125 110.75 61.9013 110.809C62.8305 113.656 63.3495 116.864 62.6172 120.556C62.6046 120.619 62.5892 120.682 62.571 120.742Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<circle cx="51.1421" cy="82.0083" r="1.98686" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="111.239" cy="81.6874" r="2.30755" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<circle cx="93.9003" cy="73.2819" r="1.45108" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="35.5282" cy="88.6193" r="1.45108" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path d="M25.178 2.7301C24.9839 2.95734 24.8546 3.23271 24.8038 3.52724C24.7529 3.82176 24.7824 4.12454 24.8891 4.40372L27.2544 11.1102C27.645 12.2196 28.7719 12.4933 29.6413 12.1869C30.0017 12.0745 30.3159 11.8481 30.5366 11.5418C30.7573 11.2355 30.8727 10.8658 30.8653 10.4883C30.8563 10.3061 30.8198 10.1262 30.7569 9.95485L28.3917 3.24837C28.294 2.95201 28.1179 2.68758 27.8823 2.48306C27.6466 2.27855 27.36 2.14155 27.0528 2.08658C26.7114 2.02531 26.36 2.05225 26.0318 2.16487C25.7037 2.27749 25.4098 2.47205 25.178 2.7301Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M2.02901 33.6648C1.99486 33.876 2.00511 34.0919 2.05911 34.2989C2.11311 34.5059 2.20966 34.6993 2.34261 34.8669C2.47557 35.0344 2.64199 35.1724 2.83127 35.2721C3.02054 35.3717 3.22851 35.4307 3.44188 35.4455L10.3233 36.2383C10.5709 36.2659 10.8214 36.244 11.0604 36.1738C11.2993 36.1035 11.5219 35.9864 11.7151 35.8292C11.9082 35.672 12.0682 35.4778 12.1855 35.2581C12.3028 35.0384 12.3752 34.7976 12.3985 34.5496C12.4109 34.4476 12.4149 34.3447 12.4105 34.2421C12.3998 33.8626 12.2473 33.5008 11.983 33.2282C11.7188 32.9556 11.362 32.7919 10.9831 32.7693L4.10453 31.9786C3.85711 31.9505 3.60657 31.9721 3.36758 32.042C3.12859 32.1119 2.90595 32.2288 2.71268 32.3858C2.51941 32.5428 2.3594 32.7368 2.24201 32.9564C2.12462 33.176 2.0522 33.4169 2.02901 33.6648Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M8.03625 15.1841C8.06027 15.4165 8.13144 15.6416 8.24543 15.8456C8.35941 16.0496 8.5138 16.2282 8.69916 16.3705L16.9497 22.8373C17.3214 23.1253 17.79 23.2584 18.2575 23.2089C18.725 23.1593 19.1553 22.931 19.4583 22.5715C19.7381 22.237 19.8818 21.8096 19.8612 21.374C19.8489 21.1229 19.7826 20.8775 19.6668 20.6544C19.5511 20.4312 19.3886 20.2357 19.1905 20.0811L10.9399 13.6143C10.5664 13.3244 10.0951 13.1907 9.62505 13.2411C9.155 13.2915 8.72279 13.5222 8.41927 13.8846C8.27121 14.0643 8.16096 14.272 8.09514 14.4953C8.02932 14.7186 8.00929 14.9529 8.03625 15.1841Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Radar-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.1209 119.819C99.4619 120.758 98.7662 121.751 97.7668 121.751H58.7272C57.6999 121.751 57.0028 120.706 57.3969 119.758L78.7212 68.4248C78.9635 67.8417 79.6987 67.6558 80.1889 68.0538C80.3219 68.1618 80.423 68.3039 80.4815 68.4649L99.1209 119.819Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.5901 68.9398L58.3204 120.141C58.1998 120.431 58.413 120.751 58.7272 120.751H97.7668C98.0724 120.751 98.2852 120.447 98.1809 120.16L79.5901 68.9398ZM77.7977 68.041C78.2964 66.8405 79.8099 66.458 80.8192 67.2773C81.093 67.4995 81.3012 67.7921 81.4215 68.1236L100.061 119.478C100.639 121.069 99.4599 122.751 97.7668 122.751H58.7272C56.9868 122.751 55.8057 120.981 56.4734 119.374L77.7977 68.041Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.2031 77.519C89.2031 83.1877 84.6081 87.7827 78.9394 87.7827C73.2717 87.7827 68.6768 83.1877 68.6768 77.519C68.6768 71.8513 73.2717 67.2563 78.9394 67.2563C84.6081 67.2563 89.2031 71.8513 89.2031 77.519Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6746 25.1604C17.3736 25.6234 17.505 26.2428 17.968 26.5438L62.7037 55.6245C63.1667 55.9255 63.7861 55.7941 64.0871 55.3311C64.3881 54.868 64.2568 54.2487 63.7937 53.9476L19.058 24.867C18.595 24.5659 17.9756 24.6973 17.6746 25.1604Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<circle cx="5.43636" cy="5.43636" r="5.43636" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 25.5646 22.6416)" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.2706 63.4497C43.763 63.1996 43.9595 62.5977 43.7094 62.1053L27.9758 31.1204C27.7258 30.628 27.1239 30.4315 26.6315 30.6816C26.139 30.9316 25.9425 31.5335 26.1926 32.026L41.9262 63.0108C42.1762 63.5032 42.7781 63.6997 43.2706 63.4497Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.8917 33.1621C62.8596 33.7134 62.3866 34.1344 61.8353 34.1023L27.3369 32.0964C26.7856 32.0643 26.3646 31.5914 26.3967 31.04C26.4287 30.4887 26.9017 30.0677 27.453 30.0998L61.9514 32.1057C62.5027 32.1377 62.9237 32.6107 62.8917 33.1621Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.4887 8.7678C72.9417 8.08031 73.8812 7.91132 74.5284 8.42027C92.328 22.418 96.5563 48.2286 83.6603 67.7999C70.7643 87.3712 45.3791 93.6687 25.4944 82.8353C24.7714 82.4414 24.5561 81.5115 25.0091 80.824L72.4887 8.7678Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.1741 80.2738C23.4108 81.4322 23.7605 83.0294 25.016 83.7134C45.3657 94.8001 71.3187 88.3474 84.4954 68.3501C97.6721 48.3529 93.3624 21.9592 75.1466 7.63418C74.0227 6.75037 72.417 7.05915 71.6537 8.21755L24.1741 80.2738ZM25.9728 81.9572C25.7824 81.8534 25.7014 81.5908 25.8441 81.3742L73.3238 9.31798C73.4665 9.1014 73.7397 9.07222 73.9102 9.20629C91.2937 22.8768 95.4406 48.1044 82.8253 67.2497C70.21 86.3949 45.3926 92.5373 25.9728 81.9572Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<svg width="128" height="128" version="1.1" id="tnt-Spot-RoadMap-alternate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
2
|
+
viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color20)" d="M90.4,12.2c0,6.6,5.4,12,12,12s12-5.4,12-12s-5.4-12-12-12
|
|
4
|
+
C95.8,0.2,90.4,5.5,90.4,12.2z"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color2)" d="M106.9,19.2c4.8-2.5,9-5.4,11.8-8.2c3.2-3.1,4.3-5.6,3.3-7.5
|
|
6
|
+
c-1.6-3-7.5-1.8-11.9-0.5l1.4,1.4c7-2.1,9-0.9,9.3-0.4c0,0,0.7,1.5-3.2,5.4c-2.8,2.7-6.9,5.6-11.6,8c-4.7,2.5-9.4,4.3-13.2,5
|
|
7
|
+
c-5.4,1.1-6.3-0.4-6.3-0.4c-0.3-0.6-1.4-2,4.3-6.6l-0.4-2c-3.6,2.9-6.7,6.1-5.1,9.1c1,1.9,3.6,2.4,8,1.5
|
|
8
|
+
C97.4,23.5,102.2,21.7,106.9,19.2z"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M111.6,24.6c0.6,0,1,0.4,1,1c0,0.9-0.1,1.9-0.3,2.8
|
|
10
|
+
c-0.1,0.5-0.6,0.9-1.2,0.8c-0.5-0.1-0.9-0.6-0.8-1.2c0.2-0.8,0.2-1.6,0.2-2.4C110.6,25.1,111.1,24.6,111.6,24.6z M110,32.1
|
|
11
|
+
c0.5,0.3,0.6,0.9,0.3,1.4c-1,1.5-2.4,2.9-3.9,3.9c-0.5,0.3-1.1,0.2-1.4-0.3s-0.2-1.1,0.3-1.4c1.3-0.9,2.5-2,3.4-3.4
|
|
12
|
+
C108.9,31.9,109.5,31.8,110,32.1z M102,38.3c0.1,0.5-0.2,1.1-0.8,1.2c-0.9,0.2-1.8,0.3-2.8,0.3h-3c-0.6,0-1-0.4-1-1s0.4-1,1-1h3
|
|
13
|
+
c0.8,0,1.6-0.1,2.4-0.2C101.4,37.4,101.9,37.8,102,38.3z M36.8,38.8c0-0.6,0.4-1,1-1h3c0.6,0,1,0.4,1,1s-0.4,1-1,1h-3
|
|
14
|
+
C37.2,39.8,36.8,39.3,36.8,38.8z M45.9,38.8c0-0.6,0.4-1,1-1H53c0.6,0,1,0.4,1,1s-0.4,1-1,1h-6.1C46.3,39.8,45.9,39.3,45.9,38.8z
|
|
15
|
+
M58,38.8c0-0.6,0.4-1,1-1h6.1c0.6,0,1,0.4,1,1s-0.4,1-1,1H59C58.5,39.8,58,39.3,58,38.8z M70.2,38.8c0-0.6,0.4-1,1-1h6.1
|
|
16
|
+
c0.6,0,1,0.4,1,1s-0.4,1-1,1h-6.1C70.6,39.8,70.2,39.3,70.2,38.8z M82.3,38.8c0-0.6,0.4-1,1-1h6.1c0.6,0,1,0.4,1,1s-0.4,1-1,1h-6.1
|
|
17
|
+
C82.8,39.8,82.3,39.3,82.3,38.8z"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color2)" d="M45.3,37.7c0,10.1-8.2,18.2-18.2,18.2C17,55.9,8.8,47.8,8.8,37.7
|
|
19
|
+
S17,19.5,27,19.5C37.1,19.5,45.3,27.6,45.3,37.7z"/>
|
|
20
|
+
<circle fill="var(--sapContent_Illustrative_Color20)" cx="23.8" cy="29.3" r="1.9"/>
|
|
21
|
+
<circle fill="var(--sapContent_Illustrative_Color20)" cx="25" cy="48.4" r="1.3"/>
|
|
22
|
+
<circle fill="var(--sapContent_Illustrative_Color20)" cx="32.8" cy="36.3" r="2.4"/>
|
|
23
|
+
<circle fill="var(--sapContent_Illustrative_Color20)" cx="18.8" cy="39.6" r="3.1"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M114.3,90.7c0,19.4-15.7,35.2-35.2,35.2c-19.4,0-35.2-15.7-35.2-35.2c0-19.4,15.7-35.2,35.2-35.2
|
|
25
|
+
C98.5,55.5,114.3,71.2,114.3,90.7z"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M116.3,90.7c0,20.5-16.6,37.2-37.2,37.2
|
|
27
|
+
c-20.5,0-37.2-16.6-37.2-37.2s16.6-37.2,37.2-37.2C99.6,53.5,116.3,70.1,116.3,90.7z M79.1,125.8c19.4,0,35.2-15.7,35.2-35.2
|
|
28
|
+
c0-19.4-15.7-35.2-35.2-35.2c-19.4,0-35.2,15.7-35.2,35.2C43.9,110.1,59.7,125.8,79.1,125.8z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M112.6,97.5c-0.1-0.2-0.7-1.2-1.6-1.3c-0.7-0.1-1.3,0.4-2.1,1.4c-2.1,2.6-2.2,3.3-1.6,5
|
|
30
|
+
c0.1,0.3,0.3,0.5,0.5,0.7s0.5,0.2,0.8,0.2c1.1,0,2.2-0.7,2.4-0.9c0.2-0.1,0.3-0.3,0.5-0.4C113.1,100.7,112.7,98.2,112.6,97.5z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M76.6,86c-0.8,0-1.6,0.1-2.5,0.2c-0.4,0.1-0.8,0.1-1.2,0.1c-0.5,0-1-0.2-1.4-0.3c-0.6-0.2-1.2-0.4-1.8-0.4
|
|
32
|
+
c-0.7,0-1.5,0.3-1.8,1.6c-0.1,0.3-0.1,0.6,0,0.8c0,0.3,0.2,0.5,0.3,0.8c0.4,0.5,1,0.7,2,0.7c0.5,0,1-0.1,1.6-0.1
|
|
33
|
+
c0.2,0,0.5-0.1,0.7-0.1c0.3,0,0.4,0.1,0.8,0.4c0.4,0.5,1,0.9,1.6,1.1l0.2,0.1c1,0.4,2.1,0.6,3.3,0.7l0,0c0.3,0,0.7,0,1-0.1
|
|
34
|
+
s0.6-0.3,0.8-0.5c0.2-0.3,0.4-0.6,0.5-1s0.1-0.7,0-1.1C80.3,86.9,79,86,76.6,86z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M97.1,101c-1.3,0-2.5,0.2-3.7,0.6c-0.4,0.2-0.8,0.3-1.3,0.3c-0.3,0-0.6-0.1-0.8-0.3c-0.5-0.4-0.8-0.9-1-1.5
|
|
36
|
+
c-0.4-1-1-2.2-2.8-2.2H87c-0.8,0-1.5-0.1-2.2-0.4s-1.4-0.7-1.9-1.3c-0.3-0.3-0.6-0.5-0.9-0.7c-0.4-0.1-0.7-0.2-1.1-0.2
|
|
37
|
+
c-0.6,0-1.2,0.1-1.8,0.3c-0.4,0.1-0.9,0.2-1.3,0.2c-0.6,0-1.2-0.2-1.8-0.5c-0.5-0.3-1-0.8-1.3-1.3c-0.1-0.3-0.5-1-1.1-1
|
|
38
|
+
c-0.5,0-1,0.4-1.7,1.4c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.2-0.3,0.5-0.5,0.7c-0.4-0.3-0.7-0.7-1-1.1c-0.2-0.3-0.4-0.6-0.6-0.9
|
|
39
|
+
c-1.2-1.6-2.1-2.9-3.1-3.3c-0.3-0.1-0.6-0.3-1-0.4c-0.6-0.2-1.1-0.4-1.4-0.9c-0.1-0.2-0.1-0.5-0.1-0.7c-0.1-1.1-0.4-2.1-2.8-2.1
|
|
40
|
+
c-0.8,0-1.4-0.2-1.5-0.5c-0.2-0.4,0.1-1.2,0.9-2.4c0.6-1,1.3-1.4,2-1.4c0.6,0,1.2,0.3,1.9,1c1,1,2,1.5,3,1.5c0.4,0,0.8-0.1,1.2-0.3
|
|
41
|
+
c0.4-0.2,0.7-0.4,1-0.7c1.1-1.1,1.6-2.2,2.2-4.3c0.6-2.2,1.5-4.8,4.2-5.2c0.6-0.1,1.2-0.2,1.8-0.3c2.4-0.3,4.2-0.6,5.2-2
|
|
42
|
+
c1.3-2,2-5.2-0.6-7.7c-1.3-1.4-3.2-2.3-5.1-2.3c-0.9,0-1.8,0.2-2.6,0.6c-0.8,0.4-1.5,1-2.1,1.7c-1.4,1.6-2.4,2.7-3.2,2.7
|
|
43
|
+
c-0.5-0.1-0.9-0.3-1.2-0.7c-0.2-0.3-0.4-0.6-0.5-0.9s-0.1-0.7,0-1c0.1-0.4,0.2-0.8,0.5-1.1c0.2-0.3,0.6-0.6,0.9-0.8
|
|
44
|
+
c0.7-0.3,1.4-0.4,2.2-0.3c1.4,0,3.1-0.1,4.1-1.9c0.6-0.9,0.7-1.8,0.4-2.5c-0.2-0.3-0.4-0.7-0.7-0.9c-0.3-0.2-0.7-0.6-1.1-0.7h-0.2
|
|
45
|
+
C68,56.6,62.6,59,57.9,62.5s-8.4,8.1-10.7,13.4c-0.1,0.1-1.7,3.5-1.2,5.7c0.3,1.1,1,2.1,1.9,2.8c0.9,0.7,2,1.1,3.2,1.1
|
|
46
|
+
c1.9,0,3.2,0.5,4.1,2.8c1,2.6,3.5,4.2,5.3,4.8c0.3,0.1,0.5,0.2,0.8,0.2c1.2,0.3,2.3,0.6,3,2.6c0.2,0.7,0.7,1.4,1.3,1.8
|
|
47
|
+
c0.6,0.4,1.4,0.6,2.2,0.6h1.1c0.4,0,1.1,0.1,1.2,0.4c0.1,0.2,0.2,0.8-0.7,2.5c-2.1,3.7-1.6,5.4-0.5,7.5c0.6,1.3,1.5,2.3,2.6,3.2
|
|
48
|
+
c1.1,0.8,2.4,1.4,3.8,1.6c0.3,0,0.6,0.1,0.8,0.3c0.3,0.2,0.5,0.4,0.6,0.6c0.6,1.1,0,3.1-0.7,4.5c-0.4,0.7-0.8,1.3-1.2,1.9
|
|
49
|
+
c-0.5,0.6-0.8,1.1-0.8,1.8c0,0.9,0.2,1.7,0.5,2.5l0.1,0.3h0.3c1.3,0.2,2.7,0.3,4,0.3c0.6,0,1.2,0,1.8,0l1.6-0.1l-1.5-0.9
|
|
50
|
+
c0,0-0.7-0.4-0.7-2.1c0-0.5,1-1.1,4-1.1h1.2c0.5,0,1-0.3,1.4-0.7l0.2-0.3c1.1-1.3,3.6-4.5,4.8-5.2c0.5-0.3,1-0.5,1.6-0.7
|
|
51
|
+
c1-0.2,1.8-0.7,2.5-1.4c0.3-0.3,0.6-0.7,0.8-1.2c0.2-0.4,0.3-0.9,0.3-1.4c0-0.6,0.2-1.1,0.5-1.6c0.4-0.5,0.9-1,1.5-1.3
|
|
52
|
+
c0.8-0.5,1.7-1,2.1-2.3c0.6-1.7,0.7-2.8,0.1-3.6S99.1,101,97.1,101z"/>
|
|
53
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M80.4,59.9c0.7,0.2,1.4,0.3,2.1,0.3c0.4,0,0.7,0,0.8,0.1c0.2,0.2,0.3,0.5,0.3,0.7c0.2,0.6,0.5,1.4,1.3,1.8
|
|
54
|
+
c0.7,0.3,1.4,0.4,2.1,0.4c0.6,0,2.2-0.1,3.1-0.9c1.8-1.8-0.8-5.1-0.9-5.2L89.1,57H89c-3.3-1-6.9-1.4-10.3-1.4H78l0.1,0.5
|
|
55
|
+
C78.1,56.3,78.7,59.3,80.4,59.9z"/>
|
|
56
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M109.8,83.1c1.1-2,0.9-4.2-0.4-6.3c-2.4-3.9-8.2-6.6-12.2-6.6c-2.4,0-4.1,1-4.6,2.7c-0.5,1.4-0.6,3-0.3,4.4
|
|
57
|
+
c0.3,1.5,0.9,2.9,1.8,4.1c2.2,3,6.1,5,9.7,5C106.5,86.4,108.7,85.2,109.8,83.1z"/>
|
|
58
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M76.6,86c-0.8,0-1.6,0.1-2.5,0.2c-0.4,0.1-0.8,0.1-1.2,0.1c-0.5,0-1-0.2-1.4-0.3c-0.6-0.2-1.2-0.4-1.8-0.4
|
|
59
|
+
c-0.7,0-1.5,0.3-1.8,1.6c-0.1,0.3-0.1,0.6,0,0.8c0,0.3,0.2,0.5,0.3,0.8c0.4,0.5,1,0.7,2,0.7c0.5,0,1-0.1,1.6-0.1
|
|
60
|
+
c0.2,0,0.5-0.1,0.7-0.1c0.3,0,0.4,0.1,0.8,0.4c0.4,0.5,1,0.9,1.6,1.1l0.2,0.1c1,0.4,2.1,0.6,3.3,0.7l0,0c0.3,0,0.7,0,1-0.1
|
|
61
|
+
s0.6-0.3,0.8-0.5c0.2-0.3,0.4-0.6,0.5-1s0.1-0.7,0-1.1C80.3,86.9,79,86,76.6,86z"/>
|
|
62
|
+
<path fill="var(--sapContent_Illustrative_Color6)" d="M80.4,59.9c0.7,0.2,1.4,0.3,2.1,0.3c0.4,0,0.7,0,0.8,0.1c0.2,0.2,0.3,0.5,0.3,0.7c0.2,0.6,0.5,1.4,1.3,1.8
|
|
63
|
+
c0.7,0.3,1.4,0.4,2.1,0.4c0.6,0,2.2-0.1,3.1-0.9c1.8-1.8-0.8-5.1-0.9-5.2L89.1,57H89c-3.3-1-6.9-1.4-10.3-1.4H78l0.1,0.5
|
|
64
|
+
C78.1,56.3,78.7,59.3,80.4,59.9z"/>
|
|
65
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color5)" d="M71.7,120.8c19.4,0,35.2-15.7,35.2-35.2c0-10.5-4.6-19.9-11.8-26.3
|
|
66
|
+
c11.4,5.8,19.2,17.7,19.2,31.3c0,19.4-15.7,35.2-35.2,35.2c-9,0-17.1-3.3-23.3-8.9C60.6,119.4,66,120.8,71.7,120.8z"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M19.5,46c0.3,0.5,0.1,1.1-0.3,1.4c-1,0.6-1.9,1.3-2.7,2
|
|
68
|
+
c-0.4,0.4-1,0.4-1.4-0.1c-0.4-0.4-0.3-1,0.1-1.4c0.9-0.8,1.9-1.6,3-2.3C18.6,45.4,19.2,45.5,19.5,46z M12.1,53.5
|
|
69
|
+
c0.5,0.2,0.7,0.8,0.5,1.3c-0.9,2-1.4,4.2-1.5,6.5c0,0.6-0.5,1-1,1c-0.6,0-1-0.5-1-1c0.1-2.5,0.6-5,1.7-7.3
|
|
70
|
+
C11,53.5,11.6,53.2,12.1,53.5z M10.9,67.2c0.5-0.2,1.1,0.1,1.3,0.6c0.4,1,0.9,2,1.5,3l0.1,0.1c0,0,0,0.1,0.1,0.1l0.1,0.1l0.1,0.1
|
|
71
|
+
c0.4,0.6,0.8,1.2,1.3,1.7c0.4,0.4,0.3,1.1-0.1,1.4c-0.4,0.4-1.1,0.3-1.4-0.1c-0.5-0.6-1-1.3-1.4-1.9l-0.1-0.1c0,0,0-0.1-0.1-0.1
|
|
72
|
+
L12.2,72l-0.1-0.1c-0.7-1.1-1.3-2.2-1.7-3.3C10.2,68,10.4,67.4,10.9,67.2z M17.1,76.2c0.3-0.4,0.9-0.5,1.4-0.2
|
|
73
|
+
c1.2,0.8,2.4,1.5,3.8,2.1c0.5,0.2,0.8,0.8,0.6,1.3s-0.8,0.8-1.3,0.6c-1.5-0.6-2.9-1.4-4.2-2.3C16.9,77.2,16.8,76.6,17.1,76.2z
|
|
74
|
+
M25.3,79.9c0.1-0.5,0.6-0.9,1.1-0.9c0.7,0.1,1.4,0.1,2.2,0.1h3.7c0.6,0,1,0.4,1,1s-0.4,1-1,1h-3.7c-0.8,0-1.6-0.1-2.4-0.2
|
|
75
|
+
C25.7,81,25.3,80.5,25.3,79.9z M38.7,80.2c0-0.6,0.4-1,1-1H47c0.6,0,1,0.4,1,1s-0.4,1-1,1h-7.4C39.1,81.2,38.7,80.8,38.7,80.2z
|
|
76
|
+
M53.4,80.2c0-0.6,0.4-1,1-1h3.7c0.6,0,1,0.4,1,1s-0.4,1-1,1h-3.7C53.8,81.2,53.4,80.8,53.4,80.2z"/>
|
|
77
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="129" height="129" viewBox="0 0 129 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-Secrets-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.8687 63.4397V30.3927C59.8687 20.3895 51.7596 12.2804 41.7564 12.2804C31.7533 12.2804 23.6441 20.3895 23.6441 30.3927V63.4397C23.6441 73.4428 31.7533 81.552 41.7564 81.552C51.7596 81.552 59.8687 73.4428 59.8687 63.4397ZM41.7564 2.74756C26.4885 2.74756 14.1113 15.1247 14.1113 30.3927V63.4397C14.1113 78.7076 26.4885 91.0848 41.7564 91.0848C57.0244 91.0848 69.4015 78.7076 69.4015 63.4397V30.3927C69.4015 15.1247 57.0244 2.74756 41.7564 2.74756Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path d="M80.8408 85.6828C80.8408 107.269 63.3421 124.767 41.7563 124.767C20.1706 124.767 2.67187 107.269 2.67187 85.6828C2.67187 64.0971 20.1706 46.5984 41.7563 46.5984C63.3421 46.5984 80.8408 64.0971 80.8408 85.6828Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M82.8408 85.6828C82.8408 108.373 64.4466 126.767 41.7563 126.767C19.066 126.767 0.671875 108.373 0.671875 85.6828C0.671875 62.9925 19.066 44.5984 41.7563 44.5984C64.4466 44.5984 82.8408 62.9925 82.8408 85.6828ZM41.7563 124.767C63.3421 124.767 80.8408 107.269 80.8408 85.6828C80.8408 64.0971 63.3421 46.5984 41.7563 46.5984C20.1706 46.5984 2.67187 64.0971 2.67187 85.6828C2.67187 107.269 20.1706 124.767 41.7563 124.767Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<circle cx="41.7564" cy="85.6827" r="27.6451" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M29.6768 86.7163C29.6768 79.1693 35.7948 73.0513 43.3418 73.0513H113.256C120.803 73.0513 126.921 79.1693 126.921 86.7163C126.921 94.2633 120.803 100.381 113.256 100.381H43.3418C35.7948 100.381 29.6768 94.2633 29.6768 86.7163Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.3417 71.0464H113.256C121.91 71.0464 128.926 78.062 128.926 86.7162C128.926 95.3704 121.91 102.386 113.256 102.386H43.3417C34.6875 102.386 27.6719 95.3704 27.6719 86.7162C27.6719 78.062 34.6875 71.0464 43.3417 71.0464ZM43.3417 73.0512C35.7947 73.0512 29.6766 79.1692 29.6766 86.7162C29.6766 94.2632 35.7947 100.381 43.3417 100.381H113.256C120.803 100.381 126.921 94.2632 126.921 86.7162C126.921 79.1692 120.803 73.0512 113.256 73.0512H43.3417Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M57.3977 85.3799L56.8733 83.8378C56.7256 83.4044 56.2474 83.1831 55.8219 83.3477L55.8216 83.3478L55.8212 83.348L51.9613 84.8517C51.8565 84.8926 51.7446 84.8127 51.7493 84.7004L51.9294 80.3346C51.9482 79.8781 51.5831 79.4993 51.1278 79.4989L49.5621 79.4979L49.5619 79.4979C49.1083 79.4976 48.7433 79.8723 48.7588 80.327L48.7589 80.3275L48.904 84.7297C48.9077 84.8422 48.7941 84.9216 48.6901 84.8795L44.799 83.3114C44.799 83.3114 44.7988 83.3112 44.7986 83.3113C44.3696 83.1379 43.8846 83.3623 43.737 83.7993L43.7368 83.7994L43.2071 85.3741C43.0591 85.8152 43.3153 86.2895 43.7658 86.4071L47.8849 87.4832L47.8851 87.4832C47.9929 87.5117 48.0368 87.6403 47.9698 87.7282L47.9696 87.7283L45.1556 91.4352L45.1555 91.4353C44.8667 91.8154 44.9715 92.3612 45.3789 92.6077L45.379 92.6077L46.7708 93.4519L46.771 93.4519L46.7712 93.452C47.1498 93.6811 47.6436 93.5609 47.8734 93.1816L47.8734 93.1812L50.151 89.4269C50.2121 89.3259 50.3595 89.3273 50.4191 89.4291L52.6109 93.205L52.6111 93.205L52.6112 93.2053C52.8365 93.5927 53.3354 93.7208 53.7196 93.4892L53.7198 93.4892L55.1108 92.6498C55.1108 92.6498 55.1109 92.6496 55.1111 92.6496C55.5165 92.4053 55.6225 91.8651 55.3416 91.4854L55.3415 91.4851L52.5699 87.7339C52.5046 87.6452 52.5495 87.5179 52.6568 87.4902L52.6569 87.4901L56.8368 86.4158L56.8372 86.4158C57.2902 86.2997 57.5482 85.8228 57.3979 85.3798L57.3977 85.3799Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
9
|
+
<path d="M75.926 85.3799L75.4016 83.8378C75.2539 83.4044 74.7757 83.1831 74.3503 83.3477L74.3499 83.3478L74.3496 83.348L70.4896 84.8517C70.3848 84.8926 70.2729 84.8127 70.2776 84.7004L70.4577 80.3346C70.4765 79.8781 70.1114 79.4993 69.6561 79.4989L68.0904 79.4979L68.0902 79.4979C67.6366 79.4976 67.2717 79.8723 67.2871 80.327L67.2872 80.3275L67.4323 84.7297C67.436 84.8422 67.3224 84.9216 67.2185 84.8795L63.3273 83.3114C63.3273 83.3114 63.3271 83.3112 63.3269 83.3113C62.8979 83.1379 62.4129 83.3623 62.2653 83.7993L62.2652 83.7994L61.7354 85.3741C61.5874 85.8152 61.8436 86.2895 62.2941 86.4071L66.4132 87.4832L66.4134 87.4832C66.5212 87.5117 66.5651 87.6403 66.4981 87.7282L66.4979 87.7283L63.684 91.4352L63.6838 91.4353C63.395 91.8154 63.4998 92.3612 63.9072 92.6077L63.9074 92.6077L65.2991 93.4519L65.2993 93.4519L65.2995 93.452C65.6781 93.6811 66.1719 93.5609 66.4018 93.1816L66.4017 93.1812L68.6793 89.4269C68.7404 89.3259 68.8878 89.3273 68.9474 89.4291L71.1392 93.205L71.1394 93.205L71.1395 93.2053C71.3648 93.5927 71.8637 93.7208 72.2479 93.4892L72.2481 93.4892L73.6391 92.6498C73.6391 92.6498 73.6393 92.6496 73.6394 92.6496C74.0448 92.4053 74.1508 91.8651 73.8699 91.4854L73.8699 91.4851L71.0982 87.7339C71.0329 87.6452 71.0778 87.5179 71.1851 87.4902L71.1853 87.4901L75.3651 86.4158L75.3655 86.4158C75.8185 86.2997 76.0766 85.8228 75.9262 85.3798L75.926 85.3799Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path d="M94.467 85.3799L93.9426 83.8378C93.7949 83.4044 93.3167 83.1831 92.8913 83.3477L92.8909 83.3478L92.8906 83.348L89.0306 84.8517C88.9258 84.8926 88.8139 84.8127 88.8186 84.7004L88.9987 80.3346C89.0176 79.8781 88.6525 79.4993 88.1971 79.4989L86.6314 79.4979L86.6313 79.4979C86.1776 79.4976 85.8127 79.8723 85.8282 80.327L85.8283 80.3275L85.9733 84.7297C85.9771 84.8422 85.8634 84.9216 85.7595 84.8795L81.8684 83.3114C81.8684 83.3114 81.8681 83.3112 81.868 83.3113C81.439 83.1379 80.9539 83.3623 80.8064 83.7993L80.8062 83.7994L80.2765 85.3741C80.1285 85.8152 80.3847 86.2895 80.8351 86.4071L84.9542 87.4832L84.9544 87.4832C85.0622 87.5117 85.1061 87.6403 85.0391 87.7282L85.0389 87.7283L82.225 91.4352L82.2248 91.4353C81.936 91.8154 82.0408 92.3612 82.4482 92.6077L82.4484 92.6077L83.8401 93.4519L83.8403 93.4519L83.8405 93.452C84.2191 93.6811 84.7129 93.5609 84.9428 93.1816L84.9427 93.1812L87.2203 89.4269C87.2814 89.3259 87.4289 89.3273 87.4885 89.4291L89.6802 93.205L89.6804 93.205L89.6805 93.2053C89.9058 93.5927 90.4047 93.7208 90.7889 93.4892L90.7891 93.4892L92.1801 92.6498C92.1801 92.6498 92.1803 92.6496 92.1805 92.6496C92.5858 92.4053 92.6919 91.8651 92.4109 91.4854L92.4109 91.4851L89.6392 87.7339C89.5739 87.6452 89.6188 87.5179 89.7261 87.4902L89.7263 87.4901L93.9061 86.4158L93.9065 86.4158C94.3595 86.2997 94.6176 85.8228 94.4672 85.3798L94.467 85.3799Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M113.009 85.3799L112.485 83.8378C112.337 83.4044 111.859 83.1831 111.433 83.3477L111.433 83.3478L111.433 83.348L107.573 84.8517C107.468 84.8926 107.356 84.8127 107.361 84.7004L107.541 80.3346C107.56 79.8781 107.194 79.4993 106.739 79.4989L105.173 79.4979L105.173 79.4979C104.72 79.4976 104.355 79.8723 104.37 80.327L104.37 80.3275L104.515 84.7297C104.519 84.8422 104.405 84.9216 104.301 84.8795L100.41 83.3114C100.41 83.3114 100.41 83.3112 100.41 83.3113C99.9809 83.1379 99.4959 83.3623 99.3484 83.7993L99.3482 83.7994L98.8184 85.3741C98.6704 85.8152 98.9266 86.2895 99.3771 86.4071L103.496 87.4832L103.496 87.4832C103.604 87.5117 103.648 87.6403 103.581 87.7282L103.581 87.7283L100.767 91.4352L100.767 91.4353C100.478 91.8154 100.583 92.3612 100.99 92.6077L100.99 92.6077L102.382 93.4519L102.382 93.4519L102.382 93.452C102.761 93.6811 103.255 93.5609 103.485 93.1816L103.485 93.1812L105.762 89.4269C105.823 89.3259 105.971 89.3273 106.03 89.4291L108.222 93.205L108.222 93.205L108.222 93.2053C108.448 93.5927 108.947 93.7208 109.331 93.4892L109.331 93.4892L110.722 92.6498C110.722 92.6498 110.722 92.6496 110.722 92.6496C111.128 92.4053 111.234 91.8651 110.953 91.4854L110.953 91.4851L108.181 87.7339C108.116 87.6452 108.161 87.5179 108.268 87.4902L108.268 87.4901L112.448 86.4158L112.448 86.4158C112.901 86.2997 113.16 85.8228 113.009 85.3798L113.009 85.3799Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128" id="tnt-Spot-Services-alternate">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M52.263 25.982a2 2 0 0 1 2.77.57l45.655 69.353a2 2 0 1 1-3.34 2.2L51.691 28.751a2 2 0 0 1 .57-2.77Z" clip-rule="evenodd"/>
|
|
3
|
+
<rect width="46.681" height="17.26" x="23.771" y="27.968" fill="var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 23.771 27.968)"/>
|
|
4
|
+
<rect width="46.681" height="17.26" x="34.829" y="44.765" fill="var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 34.83 44.765)"/>
|
|
5
|
+
<rect width="46.681" height="17.26" x="66.058" y="92.202" fill="var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 66.058 92.202)"/>
|
|
6
|
+
<rect width="46.681" height="17.26" x="77.116" y="109" fill="var(--sapContent_Illustrative_Color2)" rx="1.131" transform="rotate(-33.358 77.116 109)"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color5)" d="m39.024 79.153 8.007-5.271 6.587 10.006-8.007 5.271z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M42.053 68.86a2.827 2.827 0 0 1 .806-3.915L89.182 34.45a2.827 2.827 0 0 1 3.916.807l14.209 21.584a2.826 2.826 0 0 1-.807 3.916L60.178 91.252a2.827 2.827 0 0 1-3.916-.807l-14.21-21.584Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M90.282 36.12 43.959 66.617a.827.827 0 0 0-.236 1.145l14.21 21.585a.827.827 0 0 0 1.145.236l46.323-30.496a.827.827 0 0 0 .236-1.145l-14.21-21.585a.827.827 0 0 0-1.145-.235ZM42.859 64.946a2.827 2.827 0 0 0-.806 3.916l14.21 21.584a2.827 2.827 0 0 0 3.915.807L106.5 60.757a2.826 2.826 0 0 0 .807-3.916l-14.21-21.584a2.827 2.827 0 0 0-3.915-.807L42.859 64.945ZM6.818 107.537a1 1 0 0 1 .285-1.385L36.71 86.661a1 1 0 1 1 1.1 1.67L8.203 107.823a1 1 0 0 1-1.385-.285Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M21.012 79.51a1 1 0 0 1 .567 1.295l-9.08 23.206a1 1 0 0 1-1.863-.729l9.08-23.206a1 1 0 0 1 1.296-.567Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M38.214 105.639a1 1 0 0 0-.966-1.033l-24.905-.832a1 1 0 1 0-.067 1.999l24.905.832a1 1 0 0 0 1.033-.966Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M39.627 112.999c.537.816 1.657 1.015 2.381.359 7.869-7.124 9.044-20.032 2.302-30.273-6.741-10.24-19.063-14.264-28.717-9.853-.889.406-1.149 1.513-.612 2.33l24.646 37.437Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" d="M41.048 111.52c6.682-6.434 7.767-17.956 1.592-27.335-6.175-9.38-17.187-12.938-25.738-9.343l24.146 36.678Zm.96 1.838c-.724.656-1.844.457-2.38-.359L14.98 75.561c-.537-.816-.277-1.923.612-2.329 9.654-4.41 21.976-.388 28.717 9.853 6.742 10.24 5.567 23.149-2.302 30.273Z" clip-rule="evenodd"/>
|
|
14
|
+
<circle cx="8.503" cy="106.658" r="3.413" fill="var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 8.503 106.658)"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="128" height="129" viewBox="0 0 128 129" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-SessionExpired-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.9413 78.9525C95.0217 76.0958 89.8421 73.2213 82.8708 70.0586C82.7945 70.024 82.7199 69.9849 82.6456 69.9459C82.2852 69.7563 81.1117 69.1517 79.6185 68.0093C78.5545 67.1944 78.1466 65.6072 78.683 64.379C79.4534 62.6158 80.2076 61.4962 80.4324 61.1563C80.4771 61.0886 80.5221 61.0209 80.5707 60.9559C85.1715 54.8003 88.3287 49.786 90.3764 45.4201C92.281 41.3463 93.2366 37.838 93.551 34.4943C94.0558 29.2797 92.9684 24.4333 91.4532 18.4789C91.2724 17.7685 90.5487 17.3404 89.8387 17.5225L38.4856 30.6986C37.7812 30.8793 37.353 31.5937 37.5285 32.2994C39.0039 38.2303 40.4164 42.9974 43.3804 47.367C45.3028 50.1368 47.8477 52.7469 51.479 55.4003C55.3983 58.2569 60.5782 61.131 67.5488 64.2935C67.626 64.3285 67.7015 64.368 67.7765 64.4075C68.129 64.5929 69.2505 65.1712 70.6862 66.256C71.8197 67.112 72.2557 68.8085 71.6784 70.1074C70.9317 71.7873 70.212 72.8575 69.9906 73.1928C69.9444 73.2628 69.8979 73.333 69.8477 73.4001C65.2476 79.5543 62.091 84.567 60.0438 88.9327C58.1392 93.0059 57.183 96.515 56.8693 99.8585C56.3645 105.073 57.4518 109.919 58.9671 115.874C59.1478 116.584 59.8716 117.012 60.5815 116.83L111.935 103.654C112.64 103.473 113.068 102.759 112.892 102.053C111.417 96.1224 110.004 91.3553 107.04 86.9859C105.117 84.216 102.572 81.6053 98.9413 78.9525Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.3764 45.42C88.3287 49.786 85.1715 54.8002 80.5707 60.9558C80.5221 61.0208 80.4771 61.0886 80.4324 61.1562C80.4254 61.1667 80.418 61.178 80.4101 61.1899C80.1611 61.5659 79.4296 62.6701 78.6831 64.3789C78.1466 65.6071 78.5545 67.1943 79.6185 68.0092C81.066 69.1166 82.213 69.7187 82.6103 69.9272C82.6228 69.9338 82.6346 69.94 82.6457 69.9458C82.7199 69.9849 82.7945 70.0239 82.8709 70.0586C89.8422 73.2213 95.0217 76.0957 98.9413 78.9524C102.572 81.6052 105.117 84.216 107.04 86.9858C110.004 91.3552 111.417 96.1223 112.892 102.053C113.068 102.759 112.64 103.473 111.935 103.654L60.5816 116.83C59.8716 117.012 59.1479 116.584 58.9671 115.874C57.4518 109.919 56.3645 105.073 56.8693 99.8585C57.1831 96.5149 58.1392 93.0058 60.0439 88.9327C62.0911 84.5669 65.2477 79.5542 69.8478 73.4001C69.898 73.3329 69.9445 73.2627 69.9907 73.1927C69.9977 73.1821 70.0051 73.1708 70.0131 73.1588C70.2575 72.7893 70.9553 71.7343 71.6785 70.1074C72.2557 68.8084 71.8198 67.112 70.6863 66.256C69.2951 65.2048 68.199 64.6293 67.8116 64.4258C67.7992 64.4193 67.7875 64.4132 67.7765 64.4074C67.7015 64.368 67.6261 64.3284 67.5489 64.2934C60.5782 61.1309 55.3984 58.2568 51.479 55.4002C47.8478 52.7468 45.3029 50.1367 43.3804 47.3669C40.4165 42.9973 39.004 38.2302 37.5286 32.2993C37.353 31.5937 37.7812 30.8793 38.4856 30.6986L89.8387 17.5225C90.5487 17.3403 91.2725 17.7685 91.4532 18.4788C92.9684 24.4333 94.0558 29.2796 93.551 34.4942C93.2366 37.838 92.281 41.3463 90.3764 45.42ZM69.8321 69.2866C69.1766 70.7612 68.5503 71.7078 68.3268 72.0456C68.3188 72.0576 68.3114 72.0689 68.3044 72.0794C68.2547 72.1548 68.239 72.1773 68.2293 72.1903C63.5878 78.3999 60.3429 83.5356 58.2144 88.0748L58.2135 88.0767C56.2269 92.3251 55.1967 96.0585 54.8578 99.667C54.3158 105.273 55.4979 110.434 57.0089 116.372C57.4658 118.168 59.2936 119.247 61.0838 118.787L112.438 105.611C114.213 105.156 115.298 103.353 114.853 101.565C113.375 95.6218 111.895 90.5433 108.712 85.8513L108.706 85.8425L108.7 85.8337C106.631 82.8529 103.918 80.0861 100.133 77.3209L98.9427 78.9505L100.131 77.3195C96.0576 74.3504 90.7417 71.4106 83.7057 68.2185C83.6907 68.2117 83.666 68.1994 83.5862 68.1574C83.5752 68.1517 83.5634 68.1455 83.5509 68.1389C83.1882 67.9486 82.1587 67.4084 80.8467 66.4046C80.523 66.1562 80.3696 65.5662 80.5347 65.1878C81.2117 63.6383 81.8686 62.6469 82.0956 62.3043C82.1036 62.2923 82.111 62.2811 82.1179 62.2707C82.1658 62.1982 82.1805 62.1771 82.1892 62.1655C86.8314 55.9545 90.0768 50.8172 92.2058 46.2781L92.2069 46.2758C94.1934 42.0267 95.2229 38.2943 95.5625 34.6859C96.1046 29.0797 94.9223 23.9182 93.4114 17.9805C92.9545 16.1849 91.1267 15.1059 89.3366 15.5653L37.9834 28.7413C36.2084 29.1968 35.123 30.9994 35.5677 32.7871C37.0463 38.7308 38.5255 43.8091 41.7082 48.5012L41.7143 48.5101L41.7204 48.519C43.7893 51.4998 46.5019 54.266 50.2869 57.0317L50.2889 57.0332C54.3625 60.0022 59.6787 62.9417 66.714 66.1335C66.7296 66.1406 66.7549 66.1531 66.8358 66.1957C66.8467 66.2014 66.8583 66.2075 66.8708 66.2141C67.225 66.4 68.2079 66.9159 69.4682 67.8681L69.4685 67.8684C69.8496 68.1562 70.0289 68.8432 69.8321 69.2866Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.2373 49.5812C54.6588 50.5221 53.427 50.816 52.4861 50.2375C48.7863 47.9631 44.2633 42.7131 42.6162 36.2938C42.3417 35.2238 42.9865 34.134 44.0564 33.8595C45.1263 33.5849 46.2162 34.2297 46.4907 35.2996C47.8687 40.67 51.7253 45.0745 54.5809 46.8299C55.5219 47.4084 55.8157 48.6402 55.2373 49.5812Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.885 24.9079C30.9549 24.6334 32.0448 25.2782 32.3193 26.3481L56.424 120.295C56.6985 121.365 56.0537 122.455 54.9838 122.729C53.9139 123.004 52.824 122.359 52.5495 121.289L28.4448 27.3422C28.1703 26.2723 28.8151 25.1825 29.885 24.9079Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.0022 8.19994C96.0721 7.92542 97.162 8.57022 97.4365 9.64013L121.541 103.587C121.816 104.657 121.171 105.747 120.101 106.021C119.031 106.296 117.941 105.651 117.667 104.581L93.562 10.6342C93.2875 9.56433 93.9323 8.47445 95.0022 8.19994Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.598 102.472C106.857 102.15 106.959 100.318 105.771 99.7928C100.757 97.5758 95.8305 94.6081 91.5245 91.6685C84.5932 86.9366 74.266 89.691 70.7876 97.3286C68.7557 101.79 66.3282 106.538 63.6146 110.754C62.9476 111.79 63.9005 113.171 65.0942 112.865L105.598 102.472ZM112.494 102.245C112.475 102.24 112.456 102.251 112.451 102.269C112.312 102.773 111.914 103.191 111.372 103.33L60.9204 116.275C60.5176 116.378 60.1109 116.309 59.7788 116.113C59.7611 116.102 59.7384 116.106 59.7253 116.122C59.7096 116.141 59.714 116.169 59.7352 116.182C60.0244 116.353 60.3789 116.414 60.7299 116.323L111.56 103.282C112.058 103.154 112.417 102.756 112.518 102.284C112.521 102.267 112.511 102.25 112.494 102.245Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
8
|
+
<rect x="22.313" y="25.8325" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 22.313 25.8325)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<rect x="46.3198" y="119.4" width="81.9252" height="9.35552" rx="3.28407" transform="rotate(-14.3904 46.3198 119.4)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M20.5237 1.79346C20.3617 1.98302 20.2539 2.21273 20.2115 2.45842C20.1691 2.70411 20.1937 2.95668 20.2827 3.18957L22.2558 8.78402C22.5817 9.70943 23.5217 9.93776 24.2469 9.68216C24.5476 9.58838 24.8097 9.39955 24.9938 9.14404C25.1779 8.88853 25.2741 8.58015 25.2679 8.26527C25.2604 8.11322 25.23 7.96317 25.1776 7.82024L23.2045 2.2258C23.123 1.97858 22.9762 1.75799 22.7796 1.58739C22.583 1.41678 22.3439 1.3025 22.0877 1.25664C21.8028 1.20553 21.5097 1.22801 21.236 1.32196C20.9623 1.4159 20.7171 1.5782 20.5237 1.79346Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<path d="M1.21557 27.5954C1.18708 27.7715 1.19563 27.9517 1.24068 28.1243C1.28572 28.297 1.36627 28.4583 1.47717 28.5981C1.58808 28.7379 1.72691 28.853 1.8848 28.9361C2.04269 29.0192 2.21617 29.0685 2.39417 29.0808L8.13458 29.7421C8.34106 29.7652 8.55006 29.7469 8.74939 29.6883C8.94872 29.6297 9.13438 29.532 9.29553 29.4008C9.45668 29.2697 9.59009 29.1078 9.68797 28.9245C9.78584 28.7412 9.84623 28.5403 9.8656 28.3334C9.87596 28.2483 9.87933 28.1625 9.87568 28.0769C9.86672 27.7603 9.73948 27.4586 9.51907 27.2312C9.29865 27.0038 9.00105 26.8672 8.68492 26.8484L2.94694 26.1888C2.74054 26.1653 2.53155 26.1833 2.33219 26.2416C2.13282 26.2999 1.9471 26.3975 1.78588 26.5284C1.62465 26.6594 1.49117 26.8212 1.39325 27.0044C1.29532 27.1876 1.23492 27.3885 1.21557 27.5954Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path d="M6.22448 12.1824C6.24451 12.3763 6.30389 12.5641 6.39897 12.7343C6.49406 12.9044 6.62285 13.0534 6.77747 13.1721L13.66 18.5666C13.97 18.8068 14.3609 18.9179 14.7509 18.8765C15.1409 18.8352 15.4998 18.6447 15.7526 18.3449C15.9859 18.0658 16.1059 17.7093 16.0887 17.3459C16.0784 17.1365 16.0231 16.9317 15.9265 16.7456C15.83 16.5595 15.6945 16.3964 15.5292 16.2674L8.64668 10.8729C8.3351 10.6311 7.94195 10.5195 7.54984 10.5616C7.15772 10.6036 6.79718 10.7961 6.54399 11.0984C6.42048 11.2483 6.32851 11.4215 6.27361 11.6078C6.2187 11.7941 6.202 11.9895 6.22448 12.1824Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
</svg>
|