@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +172 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +234 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +45 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +432 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +252 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +74 -0
- package/dist/NavigationLayout.js +127 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +37 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +84 -0
- package/dist/Page.js +127 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +88 -0
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +123 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +169 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +30 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +119 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +137 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +44 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +361 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -0
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -0
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -0
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -0
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +24 -0
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +29 -0
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +51 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +106 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +79 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +91 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +78 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +32 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +13 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +27 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ExternalLink-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="22.709" y="82.5288" width="202.073" height="134.959" rx="12" transform="rotate(-8.29156 22.709 82.5288)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L239.49 168.812C240.286 174.278 236.502 179.354 231.037 180.15L60.0095 205.075C54.5444 205.871 49.4684 202.086 48.6719 196.621L32.9304 88.6054Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.95 74.2991L211.977 49.3747C219.082 48.3393 225.681 53.2594 226.716 60.364L242.458 168.38C243.493 175.484 238.573 182.083 231.468 183.119L60.4411 208.043C53.3364 209.078 46.7376 204.158 45.7022 197.054L29.9607 89.0379C28.9253 81.9333 33.8454 75.3345 40.95 74.2991ZM41.3827 77.2677C35.9176 78.0642 32.1329 83.1402 32.9293 88.6053L48.6709 196.621C49.4673 202.086 54.5433 205.871 60.0084 205.074L231.036 180.15C236.501 179.353 240.285 174.277 239.489 168.812L223.747 60.7967C222.951 55.3315 217.875 51.5468 212.41 52.3433L41.3827 77.2677Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<rect x="53.0977" y="113.941" width="160.227" height="76.0147" rx="5" transform="rotate(-8.29156 53.0977 113.941)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M32.9304 88.6054C32.1339 83.1403 35.9186 78.0643 41.3838 77.2679L212.411 52.3434C217.876 51.547 222.952 55.3317 223.748 60.7968L225.813 74.9667L34.9954 102.775L32.9304 88.6054Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<circle cx="49.5882" cy="88.7066" r="4.5" transform="rotate(-8.29156 49.5882 88.7066)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="66.4105" cy="86.2549" r="4.5" transform="rotate(-8.29156 66.4105 86.2549)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<circle cx="83.2328" cy="83.8035" r="4.5" transform="rotate(-8.29156 83.2328 83.8035)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.708 129.842C69.4691 128.203 70.6045 126.68 72.244 126.441L173.961 111.617C175.6 111.378 177.123 112.514 177.362 114.153C177.601 115.793 176.465 117.316 174.826 117.555L73.1093 132.378C71.4698 132.617 69.947 131.482 69.708 129.842Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.0147 145.675C71.7757 144.035 72.9111 142.513 74.5507 142.274L176.267 127.45C177.907 127.211 179.43 128.347 179.668 129.986C179.907 131.626 178.772 133.148 177.132 133.387L75.4159 148.211C73.7764 148.45 72.2536 147.314 72.0147 145.675Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M74.3233 161.508C74.0843 159.868 75.2197 158.345 76.8593 158.106L135.324 149.586C136.963 149.347 138.486 150.483 138.725 152.122C138.964 153.762 137.829 155.285 136.189 155.523L77.7245 164.044C76.085 164.283 74.5622 163.147 74.3233 161.508Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M202.352 90.5499C202.678 75.852 214.221 71.5485 231.935 65.1405C232.867 64.8071 233.851 65.4863 233.852 66.4562L237.859 76.9889C237.871 78.4074 240.464 78.3666 241.238 77.1623L262.101 43.219C262.677 42.3256 262.132 41.1672 261.076 41.0528L222.515 33.4019C221.088 33.235 219.208 35.0581 220.305 35.9639L224.82 46.6028C225.579 47.217 225.485 48.3893 224.649 48.9083C208.362 58.8474 188.484 60.8905 190.921 83.4821C191.981 93.3819 193.507 100.818 202.181 108.239C203.462 109.341 204.702 107.372 204.257 105.75C203.244 102.107 202.291 93.9244 202.358 90.5636L202.352 90.5499Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M284.275 9.18937C284.454 9.62911 284.511 10.109 284.441 10.5786C284.37 11.0482 284.174 11.4902 283.874 11.8579L276.955 20.7905C275.811 22.2684 273.975 22.118 272.817 21.2214C272.329 20.8717 271.969 20.3733 271.789 19.801C271.609 19.2287 271.62 18.6136 271.82 18.0479C271.924 17.7775 272.069 17.5245 272.25 17.2975L279.169 8.36488C279.464 7.96675 279.862 7.65591 280.32 7.46525C280.777 7.27459 281.278 7.2112 281.769 7.28179C282.314 7.36004 282.831 7.57632 283.269 7.91015C283.708 8.24398 284.054 8.68431 284.275 9.18937Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M303.725 67.4142C303.671 67.7497 303.547 68.0703 303.363 68.3555C303.178 68.6406 302.935 68.8841 302.651 69.0704C302.367 69.2567 302.047 69.3816 301.712 69.4373C301.376 69.4929 301.033 69.4781 300.704 69.3936L289.929 67.1501C289.542 67.0682 289.175 66.9099 288.85 66.6845C288.525 66.4591 288.247 66.1712 288.035 65.8376C287.822 65.5039 287.678 65.1312 287.611 64.7412C287.543 64.3512 287.555 63.9518 287.643 63.5661C287.676 63.4061 287.721 63.249 287.779 63.0964C287.985 62.5294 288.396 62.06 288.93 61.7809C289.465 61.5018 290.085 61.4332 290.668 61.5886L301.437 63.8338C301.824 63.9151 302.192 64.0727 302.517 64.2976C302.843 64.5225 303.12 64.8101 303.333 65.1435C303.546 65.4769 303.69 65.8495 303.758 66.2393C303.825 66.6292 303.814 67.0287 303.725 67.4142Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M303.902 36.5396C303.75 36.8782 303.53 37.1821 303.256 37.4328C302.982 37.6836 302.66 37.8758 302.31 37.9977L286.634 43.6274C285.93 43.876 285.156 43.8426 284.476 43.5342C283.796 43.2259 283.261 42.6664 282.983 41.9729C282.729 41.3285 282.726 40.612 282.974 39.9654C283.118 39.5929 283.341 39.2558 283.627 38.9772C283.913 38.6985 284.256 38.4848 284.632 38.3506L300.308 32.7209C301.016 32.4704 301.793 32.5042 302.477 32.8152C303.161 33.1261 303.697 33.69 303.974 34.3884C304.108 34.7333 304.17 35.1017 304.158 35.4713C304.145 35.841 304.059 36.2044 303.902 36.5396Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-FaceID-alternate">
|
|
2
|
+
<path d="M130.352 145.031H33.9433C26.384 145.031 19.1343 148.034 13.789 153.379C8.4438 158.725 5.44092 165.974 5.44092 173.534C5.44092 181.093 8.4438 188.343 13.789 193.688C19.1343 199.033 26.384 202.036 33.9433 202.036H130.392C137.952 202.036 145.201 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.201 148.034 137.952 145.031 130.392 145.031H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<ellipse cx="14.2596" cy="17.6255" rx="14.2596" ry="17.6255" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 102.917 124.611)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.302 61.9868C118.959 61.9868 120.302 63.33 120.302 64.9868L120.302 102.571C120.302 104.228 118.959 105.571 117.302 105.571C115.645 105.571 114.302 104.228 114.302 102.571L114.302 64.9868C114.302 63.33 115.645 61.9868 117.302 61.9868Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
8
|
+
<circle cx="116.951" cy="58.2363" r="10.3931" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<mask id="path-8-inside-1_460_9072" fill="var(--sapContent_Illustrative_Color8)">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z"/>
|
|
11
|
+
</mask>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0097 179.163C63.8277 182.471 66.5314 185.164 69.8451 185.164H251.041C254.354 185.164 257.058 182.471 256.876 179.163C253.933 125.651 211.884 83.2151 160.443 83.2151C109.002 83.2151 66.9529 125.651 64.0097 179.163Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M256.876 179.163L259.872 178.998L256.876 179.163ZM69.8451 188.164H251.041V182.164H69.8451V188.164ZM160.443 86.2151C210.143 86.2151 251.017 127.255 253.881 179.327L259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151ZM67.0051 179.327C69.8693 127.255 110.742 86.2151 160.443 86.2151V80.2151C107.262 80.2151 64.0366 124.047 61.0142 178.998L67.0051 179.327ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM69.8451 182.164C68.1442 182.164 66.9236 180.81 67.0051 179.327L61.0142 178.998C60.7318 184.132 64.9185 188.164 69.8451 188.164V182.164Z" fill="var(--sapContent_Illustrative_Color5)" mask="url(#path-8-inside-1_460_9072)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M99.3966 161.445C99.0905 163.744 100.934 165.715 103.253 165.715H217.632C219.951 165.715 221.794 163.744 221.488 161.445C217.283 129.868 191.554 105.571 160.442 105.571C129.331 105.571 103.602 129.868 99.3966 161.445Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<ellipse cx="238.927" cy="133.257" rx="14.2596" ry="17.6255" transform="rotate(-28.6099 238.927 133.257)" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.617 61.9868C206.274 61.9868 207.617 63.33 207.617 64.9868L207.617 102.571C207.617 104.228 206.274 105.571 204.617 105.571C202.96 105.571 201.617 104.228 201.617 102.571L201.617 64.9868C201.617 63.33 202.96 61.9868 204.617 61.9868Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<circle cx="204.266" cy="58.2363" r="10.3931" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<mask id="path-14-inside-2_460_9072" fill="var(--sapContent_Illustrative_Color8)">
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z"/>
|
|
20
|
+
</mask>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 185.164V87.8264C140.732 84.8298 150.409 83.2151 160.443 83.2151C211.884 83.2151 253.933 125.651 256.876 179.163C257.058 182.471 254.354 185.164 251.041 185.164H131.633Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path d="M131.633 185.164H128.633V188.164H131.633V185.164ZM131.633 87.8264L130.694 84.977L128.633 85.6559V87.8264H131.633ZM256.876 179.163L253.881 179.327L253.881 179.327L256.876 179.163ZM134.633 185.164V87.8264H128.633V185.164H134.633ZM160.443 80.2151C150.085 80.2151 140.091 81.8823 130.694 84.977L132.571 90.6759C141.372 87.7773 150.733 86.2151 160.443 86.2151V80.2151ZM259.872 178.998C256.849 124.047 213.624 80.2151 160.443 80.2151V86.2151C210.144 86.2151 251.017 127.255 253.881 179.327L259.872 178.998ZM251.041 188.164C255.967 188.164 260.154 184.132 259.872 178.998L253.881 179.327C253.962 180.81 252.742 182.164 251.041 182.164V188.164ZM131.633 188.164H251.041V182.164H131.633V188.164Z" fill="var(--sapContent_Illustrative_Color4)" mask="url(#path-14-inside-2_460_9072)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 165.715V113.09C140.231 108.29 150.036 105.571 160.442 105.571C191.554 105.571 217.283 129.868 221.488 161.445C221.794 163.744 219.951 165.715 217.632 165.715H131.633Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.633 142.593V129.234C133.225 127.801 135.332 126.929 137.642 126.929C142.604 126.929 146.627 130.951 146.627 135.914C146.627 140.876 142.604 144.898 137.642 144.898C135.332 144.898 133.225 144.026 131.633 142.593ZM192.228 135.914C192.228 140.876 188.206 144.898 183.244 144.898C178.281 144.898 174.259 140.876 174.259 135.914C174.259 130.951 178.281 126.929 183.244 126.929C188.206 126.929 192.228 130.951 192.228 135.914Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M148.633 153.592C148.93 152.819 149.798 152.433 150.571 152.731C156.372 154.964 162.795 154.964 168.595 152.731C169.368 152.433 170.236 152.819 170.534 153.592C170.831 154.365 170.446 155.233 169.673 155.531C163.179 158.03 155.988 158.03 149.494 155.531C148.721 155.233 148.335 154.365 148.633 153.592Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<rect x="127.657" y="202.896" width="140.909" height="7.42788" rx="3.71394" transform="rotate(-90 127.657 202.896)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Fingerprint-alternate">
|
|
2
|
+
<path d="M130.352 144.591H33.9433C26.384 144.591 19.1343 147.594 13.789 152.939C8.4438 158.284 5.44092 165.534 5.44092 173.093C5.44092 180.653 8.4438 187.902 13.789 193.248C19.1343 198.593 26.384 201.596 33.9433 201.596H130.392C137.952 201.596 145.201 198.593 150.547 193.248C155.892 187.902 158.895 180.653 158.895 173.093C158.895 165.534 155.892 158.284 150.547 152.939C145.201 147.594 137.952 144.591 130.392 144.591H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.884H69.0146C61.549 173.024 54.4364 176.087 49.2061 181.416C43.9758 186.746 41.0457 193.914 41.0457 201.381C41.0457 208.848 43.9758 216.017 49.2061 221.346C54.4364 226.675 61.549 229.739 69.0146 229.879H165.474C172.939 229.739 180.052 226.675 185.282 221.346C190.512 216.017 193.443 208.848 193.443 201.381C193.443 193.914 190.512 186.746 185.282 181.416C180.052 176.087 172.939 173.024 165.474 172.884Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.0653H194.515C190.728 93.9944 186.965 94.6791 183.445 96.0794C179.925 97.4797 176.72 99.5675 174.017 102.221C171.314 104.874 169.166 108.04 167.7 111.532C166.234 115.025 165.479 118.775 165.479 122.563C165.479 126.351 166.234 130.1 167.7 133.593C169.166 137.086 171.314 140.251 174.017 142.905C176.72 145.558 179.925 147.646 183.445 149.046C186.965 150.446 190.728 151.131 194.515 151.06H290.964C294.751 151.131 298.515 150.446 302.034 149.046C305.554 147.646 308.759 145.558 311.462 142.905C314.166 140.251 316.313 137.086 317.779 133.593C319.245 130.1 320 126.351 320 122.563C320 118.775 319.245 115.025 317.779 111.532C316.313 108.04 314.166 104.874 311.462 102.221C308.759 99.5675 305.554 97.4797 302.034 96.0794C298.515 94.6791 294.751 93.9944 290.964 94.0653Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.0322H37.767C27.7505 42.0322 18.1444 46.0112 11.0617 53.0939C3.979 60.1766 0 69.7828 0 79.7992C0 89.8156 3.979 99.4218 11.0617 106.504C18.1444 113.587 27.7505 117.566 37.767 117.566H219.084C229.101 117.566 238.707 113.587 245.789 106.504C252.872 99.4218 256.851 89.8156 256.851 79.7992C256.851 69.7828 252.872 60.1766 245.789 53.0939C238.707 46.0112 229.101 42.0322 219.084 42.0322Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 52.2428C48.3708 43.8062 55.21 36.967 63.6466 36.967H76.2924C77.9492 36.967 79.2924 38.3102 79.2924 39.967C79.2924 41.6239 77.9492 42.967 76.2924 42.967H63.6466C58.5237 42.967 54.3708 47.1199 54.3708 52.2428V64.8886C54.3708 66.5454 53.0277 67.8886 51.3708 67.8886C49.714 67.8886 48.3708 66.5454 48.3708 64.8886V52.2428Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.3708 182.883C48.3708 191.32 55.21 198.159 63.6466 198.159H76.2924C77.9492 198.159 79.2924 196.816 79.2924 195.159C79.2924 193.502 77.9492 192.159 76.2924 192.159H63.6466C58.5237 192.159 54.3708 188.006 54.3708 182.883V170.238C54.3708 168.581 53.0277 167.238 51.3708 167.238C49.714 167.238 48.3708 168.581 48.3708 170.238V182.883Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 52.2428C271.629 43.8062 264.79 36.967 256.354 36.967H243.708C242.051 36.967 240.708 38.3102 240.708 39.967C240.708 41.6239 242.051 42.967 243.708 42.967H256.354C261.477 42.967 265.629 47.1199 265.629 52.2428V64.8886C265.629 66.5454 266.973 67.8886 268.629 67.8886C270.286 67.8886 271.629 66.5454 271.629 64.8886V52.2428Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M271.629 182.883C271.629 191.32 264.79 198.159 256.354 198.159H243.708C242.051 198.159 240.708 196.816 240.708 195.159C240.708 193.502 242.051 192.159 243.708 192.159H256.354C261.477 192.159 265.629 188.006 265.629 182.883V170.238C265.629 168.581 266.973 167.238 268.629 167.238C270.286 167.238 271.629 168.581 271.629 170.238V182.883Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
10
|
+
<circle cx="151.771" cy="122.706" r="81.3904" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path d="M241.39 117.563C241.39 162.514 204.95 198.954 160 198.954C115.049 198.954 78.6094 162.514 78.6094 117.563C78.6094 72.6126 115.049 36.1729 160 36.1729C204.95 36.1729 241.39 72.6126 241.39 117.563Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M160 195.954C203.294 195.954 238.39 160.857 238.39 117.563C238.39 74.2694 203.294 39.1729 160 39.1729C116.706 39.1729 81.6094 74.2694 81.6094 117.563C81.6094 160.857 116.706 195.954 160 195.954ZM160 198.954C204.95 198.954 241.39 162.514 241.39 117.563C241.39 72.6126 204.95 36.1729 160 36.1729C115.049 36.1729 78.6094 72.6126 78.6094 117.563C78.6094 162.514 115.049 198.954 160 198.954Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.924 69.1797C172.966 69.1797 185.174 74.3221 194.283 83.6512H194.281C195.127 84.5208 195.114 85.9049 194.249 86.7487C193.82 87.1663 193.286 87.3729 192.716 87.3729C192.146 87.3729 191.577 87.1491 191.151 86.7142C182.868 78.2311 171.778 73.5601 159.922 73.5601C153.544 73.5601 147.401 74.9054 141.664 77.5531C140.567 78.0546 139.269 77.5853 138.758 76.4811C138.257 75.3854 138.733 74.0832 139.828 73.5752C146.146 70.6606 152.909 69.1797 159.924 69.1797ZM192.112 104.137C186.769 90.9743 174.134 82.4697 159.927 82.4697C153.336 82.4697 147.595 84.0281 142.769 87.1536C137.943 90.2769 134.075 94.9372 131.18 101.065C130.659 102.163 131.135 103.468 132.222 103.982H132.224C133.311 104.494 134.622 104.038 135.14 102.938C137.678 97.5589 141.03 93.5466 145.148 90.8753C149.263 88.2062 154.19 86.8479 159.927 86.8479C172.343 86.8479 183.381 94.2763 188.054 105.782C188.398 106.64 189.225 107.148 190.082 107.148C190.353 107.148 190.637 107.097 190.906 106.987C192.025 106.531 192.564 105.254 192.109 104.135L192.112 104.137ZM206.787 106.735C206.794 106.782 206.798 106.806 206.802 106.823V106.831L206.807 106.827C207.549 110.207 207.948 113.689 207.948 117.194C207.948 120.963 207.754 124.756 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.382 124.517 203.567 120.844 203.567 117.192C203.567 113.984 203.216 110.794 202.53 107.701H202.517L202.383 107.137C201.096 101.665 198.801 96.5574 195.53 91.9488C194.83 90.9629 195.06 89.5982 196.044 88.8986H196.046C197.023 88.2034 198.399 88.4229 199.098 89.4174C199.101 89.4195 199.101 89.4217 199.101 89.4217C202.775 94.5942 205.349 100.339 206.749 106.498C206.769 106.588 206.78 106.674 206.786 106.727L206.787 106.735ZM167.259 128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.432 124.502 163.693 120.843 163.693 117.196C163.693 115.121 161.951 113.431 159.923 113.431C157.896 113.431 156.236 115.041 156.161 117.05L156.161 117.056C156.166 117.103 156.169 117.149 156.169 117.196V117.2V117.205L156.159 118.41V118.415V118.419C156.135 119.53 155.188 120.679 153.922 120.561C152.712 120.539 151.757 119.536 151.778 118.335L151.787 117.366L151.787 117.366C151.783 117.312 151.778 117.259 151.778 117.2C151.778 112.708 155.433 109.051 159.926 109.051C164.418 109.051 168.075 112.708 168.075 117.2C168.075 120.978 167.802 124.771 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704ZM154.056 129.122C155.222 129.423 155.935 130.609 155.636 131.784V131.782C153.909 138.56 152.398 143.04 150.235 147.166C148.076 151.286 145.28 155.021 141.031 160.318C140.596 160.856 139.961 161.136 139.322 161.136C138.844 161.136 138.357 160.979 137.955 160.654H137.953C137.012 159.896 136.864 158.519 137.617 157.58C141.771 152.401 144.376 148.921 146.365 145.128C148.349 141.339 149.734 137.206 151.393 130.706C151.686 129.541 152.861 128.812 154.056 129.122ZM162.349 140.666H162.347H162.342C161.193 140.255 159.951 140.879 159.553 142.009C156.457 150.832 154.668 154.283 149.38 161.614C148.674 162.596 148.887 163.96 149.868 164.671H149.87C150.262 164.955 150.71 165.086 151.153 165.086C151.825 165.086 152.501 164.772 152.929 164.178C158.446 156.53 160.47 152.632 163.688 143.455C164.086 142.319 163.49 141.068 162.349 140.666ZM136.014 80.6915C137.028 80.0285 137.306 78.666 136.645 77.6586C135.978 76.6404 134.62 76.3628 133.61 77.0279C123.151 83.8945 115.869 94.3623 113.107 106.5C113.083 106.599 113.071 106.694 113.064 106.746C113.06 106.774 113.057 106.793 113.055 106.807L113.053 106.823V106.832C112.306 110.214 111.912 113.694 111.912 117.194C111.912 118.695 111.792 120.203 111.557 121.667C111.361 122.864 112.171 123.981 113.357 124.179H113.363H113.37C113.492 124.201 113.609 124.209 113.723 124.209C114.78 124.209 115.707 123.443 115.884 122.369C116.155 120.666 116.297 118.929 116.297 117.194C116.297 113.989 116.648 110.795 117.333 107.702H117.341L117.475 107.14C120.043 96.2544 126.606 86.8693 136.017 80.6894L136.014 80.6915ZM192.52 115.088C193.031 115.09 193.571 115.252 193.991 115.616L193.986 115.611C194.417 115.986 194.671 116.535 194.652 117.196C194.649 120.913 194.441 124.648 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C190.084 124.198 190.271 120.683 190.271 117.196V117.183V117.17C190.295 116.496 190.592 115.954 191.037 115.592C191.47 115.243 192.01 115.088 192.52 115.088ZM128.02 128.968C128.038 128.9 128.053 128.835 128.065 128.778L128.076 128.729C128.087 128.682 128.1 128.63 128.115 128.572C129.088 124.883 129.591 121.064 129.591 117.198C129.591 117.146 129.587 117.099 129.583 117.049L129.583 117.043C129.593 114.574 129.906 112.118 130.502 109.746C130.801 108.575 130.091 107.391 128.926 107.094H128.92H128.913C127.712 106.78 126.545 107.531 126.259 108.681V108.683C125.557 111.455 125.204 114.32 125.204 117.2C125.204 117.256 125.207 117.317 125.213 117.377C125.198 120.866 124.733 124.319 123.84 127.651H123.829L123.678 128.183C122.501 132.324 120.688 136.235 118.256 139.798C117.578 140.797 117.834 142.161 118.831 142.844C119.21 143.102 119.64 143.225 120.064 143.225C120.762 143.225 121.45 142.893 121.877 142.269C124.653 138.194 126.72 133.721 128.02 128.975V128.968ZM178.52 106.464L178.596 106.582L178.598 106.584L179.263 107.706C180.613 110.16 181.366 112.874 181.366 117.201C181.366 120.957 181.123 124.754 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.289C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.303 128.136 176.308 128.125 176.308 128.116C176.76 124.504 176.988 120.834 176.988 117.199C176.988 114.941 176.76 113.305 176.338 111.944C175.918 110.588 175.296 109.469 174.459 108.251C174.336 108.074 174.254 107.889 174.198 107.708C173.958 106.933 174.226 106.264 174.226 106.264C174.364 105.859 174.622 105.48 175.025 105.205C176.023 104.52 177.386 104.776 178.066 105.771C178.18 105.937 178.288 106.1 178.391 106.262L178.411 106.292C178.447 106.35 178.484 106.408 178.52 106.464ZM168.333 156.234C168.733 155.098 169.975 154.489 171.12 154.891L171.122 154.898C172.263 155.296 172.868 156.542 172.466 157.687C171.654 160.003 170.746 162.057 169.687 163.964C169.286 164.683 168.537 165.09 167.771 165.09C167.405 165.09 167.046 164.997 166.718 164.823L166.712 164.819L166.705 164.814C165.653 164.225 165.27 162.89 165.857 161.833C166.789 160.156 167.599 158.324 168.333 156.234ZM171.626 99.2266C168.146 96.9579 164.099 95.7567 159.929 95.7567C152.492 95.7567 145.69 99.5301 141.74 105.844C141.64 106.009 141.556 106.174 141.488 106.309L141.474 106.336C141.424 106.438 141.381 106.522 141.336 106.603L141.323 106.625C141.314 106.64 141.306 106.655 141.299 106.67L140.722 107.701H140.752C139.291 110.639 138.494 113.875 138.494 117.194C138.494 117.258 138.499 117.327 138.505 117.4C138.492 120.944 138.12 124.489 137.403 127.933C137.398 127.954 137.393 127.976 137.388 127.997C137.386 128.007 137.384 128.016 137.382 128.025C137.378 128.043 137.374 128.06 137.37 128.078C137.366 128.091 137.363 128.105 137.36 128.118C137.354 128.142 137.349 128.163 137.347 128.18C137.346 128.187 137.344 128.192 137.343 128.197C137.341 128.205 137.34 128.212 137.339 128.219L137.339 128.219V128.23L137.334 128.241C137.252 128.639 137.164 129.031 137.069 129.422C136.79 130.598 137.511 131.782 138.686 132.066L138.701 132.07H138.716C138.865 132.102 139.028 132.126 139.205 132.126C140.197 132.126 141.088 131.452 141.334 130.451C141.461 129.915 141.579 129.377 141.693 128.833V128.828C141.707 128.761 141.716 128.697 141.722 128.65L141.725 128.622C141.732 128.57 141.736 128.544 141.74 128.523C142.494 124.816 142.89 121.006 142.89 117.196C142.89 117.138 142.886 117.071 142.879 117C142.916 113.864 143.805 110.816 145.46 108.166C145.544 108.03 145.643 107.899 145.764 107.74C145.768 107.735 145.772 107.729 145.776 107.723C145.781 107.717 145.785 107.711 145.789 107.705H145.798L146.015 107.395C149.223 102.845 154.339 100.139 159.934 100.139C163.251 100.139 166.469 101.095 169.235 102.899V102.901C170.249 103.553 171.603 103.276 172.263 102.26C172.924 101.246 172.636 99.8875 171.626 99.2288V99.2266ZM137.357 136.982C138.388 137.613 138.718 138.956 138.096 139.991L138.094 139.987C136.667 142.34 135.817 143.975 135.06 145.43L135.056 145.437C133.831 147.794 132.848 149.682 130.245 152.893C129.813 153.432 129.18 153.707 128.543 153.707C128.065 153.707 127.572 153.552 127.167 153.221H127.165L127.163 153.219C126.227 152.457 126.08 151.079 126.84 150.143C129.167 147.272 129.954 145.759 131.166 143.429L131.173 143.416L131.221 143.325C131.991 141.846 132.874 140.15 134.348 137.718C134.979 136.683 136.322 136.362 137.353 136.978L137.355 136.982H137.357Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M190.227 120.141H194.607C194.526 122.879 194.335 125.613 194.042 128.305L194.029 128.443C194.028 128.457 194.027 128.471 194.025 128.489L194.023 128.518L194.022 128.536C194.02 128.562 194.018 128.592 194.014 128.626V128.63V128.634C192.884 138.721 190.262 148.543 186.218 157.829C185.858 158.656 185.051 159.144 184.212 159.144C183.917 159.144 183.622 159.088 183.333 158.961C182.225 158.477 181.723 157.188 182.208 156.079C186.048 147.264 188.543 137.942 189.634 128.361L189.638 128.316C189.64 128.294 189.643 128.275 189.645 128.257L189.714 127.646H189.716C189.98 125.167 190.152 122.653 190.227 120.141ZM125.107 120.141H129.494C129.304 123 128.84 125.822 128.115 128.572C128.1 128.63 128.087 128.682 128.076 128.729L128.065 128.778L128.065 128.778C128.053 128.835 128.038 128.9 128.02 128.968V128.975C126.72 133.721 124.653 138.194 121.877 142.269C121.45 142.893 120.762 143.225 120.064 143.225C119.64 143.225 119.21 143.102 118.831 142.844C117.834 142.161 117.578 140.797 118.256 139.798C120.688 136.235 122.501 132.324 123.678 128.183L123.829 127.651H123.84C124.496 125.202 124.922 122.687 125.107 120.141ZM207.908 120.141C207.835 122.932 207.658 125.72 207.386 128.458C207.384 128.486 207.381 128.516 207.379 128.555V128.585L207.375 128.622L207.31 129.241V129.246V129.25C207.183 130.365 206.241 131.198 205.136 131.198C205.054 131.198 204.975 131.194 204.893 131.185H204.891C203.683 131.054 202.824 129.967 202.954 128.768L203.003 128.299L203.022 128.107C203.285 125.482 203.455 122.813 203.527 120.141H207.908ZM111.759 120.141H116.163C116.095 120.888 116.001 121.632 115.884 122.369C115.707 123.443 114.78 124.209 113.723 124.209C113.609 124.209 113.492 124.201 113.37 124.179H113.363H113.357C112.171 123.981 111.361 122.864 111.557 121.667C111.638 121.163 111.705 120.653 111.759 120.141ZM138.424 120.141H142.812C142.662 122.963 142.3 125.771 141.74 128.523C141.736 128.544 141.732 128.57 141.725 128.622L141.722 128.65C141.716 128.697 141.707 128.761 141.693 128.828V128.833C141.579 129.377 141.461 129.915 141.334 130.451C141.088 131.452 140.197 132.126 139.205 132.126C139.028 132.126 138.865 132.102 138.716 132.07H138.701L138.686 132.066C137.511 131.782 136.79 130.598 137.069 129.422C137.164 129.031 137.252 128.639 137.334 128.241L137.339 128.23V128.219L137.339 128.219C137.339 128.215 137.34 128.21 137.341 128.206C137.342 128.203 137.343 128.2 137.343 128.197L137.347 128.18C137.349 128.163 137.354 128.142 137.36 128.118L137.37 128.078L137.382 128.025L137.388 127.997C137.393 127.976 137.398 127.954 137.403 127.933C137.935 125.377 138.277 122.766 138.424 120.141ZM152.675 120.141H155.297C154.924 120.438 154.451 120.61 153.922 120.561C153.454 120.552 153.025 120.397 152.675 120.141ZM163.636 120.141H168.02C167.917 122.94 167.667 125.733 167.281 128.482V128.488V128.495C167.28 128.5 167.279 128.506 167.278 128.517C167.276 128.528 167.275 128.545 167.272 128.572C167.27 128.585 167.269 128.602 167.267 128.621C167.265 128.642 167.263 128.667 167.259 128.691V128.697V128.704C167.01 130.454 166.7 132.189 166.34 133.9L166.342 133.896C166.127 134.929 165.212 135.633 164.203 135.633C164.061 135.633 163.91 135.62 163.755 135.59H163.751H163.746C162.562 135.34 161.805 134.175 162.055 132.994C162.38 131.444 162.655 129.875 162.885 128.286C162.892 128.232 162.9 128.185 162.907 128.155L162.91 128.14L162.913 128.126L162.915 128.112L162.917 128.103L162.918 128.097V128.09V128.084C163.294 125.466 163.534 122.806 163.636 120.141ZM176.938 120.141H181.317C181.225 122.929 181.004 125.725 180.667 128.484L180.665 128.493L180.664 128.506C180.663 128.52 180.661 128.538 180.66 128.564C180.658 128.581 180.657 128.604 180.655 128.627V128.627L180.654 128.644L180.651 128.657V128.669C179.694 136.277 177.774 143.746 174.947 150.86C174.605 151.719 173.781 152.24 172.913 152.24C172.635 152.24 172.368 152.186 172.115 152.091L172.108 152.085H172.102C170.978 151.635 170.429 150.365 170.877 149.239C173.544 142.523 175.361 135.472 176.275 128.288C176.28 128.25 176.286 128.217 176.29 128.198C176.297 128.175 176.297 128.172 176.298 128.167L176.299 128.159C176.301 128.149 176.303 128.141 176.304 128.134C176.306 128.126 176.308 128.121 176.308 128.116C176.638 125.477 176.849 122.806 176.938 120.141ZM155.636 131.784C155.935 130.609 155.222 129.423 154.056 129.122C152.861 128.812 151.686 129.541 151.393 130.706C149.734 137.206 148.349 141.339 146.365 145.128C144.376 148.921 141.771 152.401 137.617 157.58C136.864 158.519 137.012 159.896 137.953 160.654H137.955C138.357 160.979 138.844 161.136 139.322 161.136C139.961 161.136 140.596 160.856 141.031 160.318C145.28 155.021 148.076 151.286 150.235 147.166C152.398 143.04 153.909 138.56 155.636 131.782V131.784ZM162.347 140.666H162.349C163.49 141.068 164.086 142.319 163.688 143.455C160.47 152.632 158.446 156.53 152.929 164.178C152.501 164.772 151.825 165.086 151.153 165.086C150.71 165.086 150.262 164.955 149.87 164.671H149.868C148.887 163.96 148.674 162.596 149.38 161.614C154.668 154.283 156.457 150.832 159.553 142.009C159.951 140.879 161.193 140.255 162.342 140.666H162.347ZM171.12 154.891C169.975 154.489 168.733 155.098 168.333 156.234C167.599 158.324 166.789 160.156 165.857 161.833C165.27 162.89 165.653 164.225 166.705 164.814L166.712 164.819L166.718 164.823C167.046 164.997 167.405 165.09 167.771 165.09C168.537 165.09 169.286 164.683 169.687 163.964C170.746 162.057 171.654 160.003 172.466 157.687C172.868 156.542 172.263 155.296 171.122 154.898L171.12 154.891ZM138.096 139.991C138.718 138.956 138.388 137.613 137.357 136.982H137.355L137.353 136.978C136.322 136.362 134.979 136.683 134.348 137.718C132.874 140.15 131.991 141.846 131.221 143.324L131.221 143.325L131.173 143.416L131.166 143.429C129.954 145.759 129.167 147.272 126.84 150.143C126.08 151.079 126.227 152.457 127.163 153.219L127.165 153.221H127.167C127.572 153.552 128.065 153.707 128.543 153.707C129.18 153.707 129.813 153.432 130.245 152.893C132.848 149.682 133.831 147.794 135.056 145.437L135.06 145.43L135.06 145.43C135.817 143.975 136.667 142.34 138.094 139.987L138.096 139.991Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<rect x="99.0601" y="116.918" width="121.88" height="7.076" rx="3.538" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Handshake-alternate">
|
|
2
|
+
<path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.621H69.0146C61.549 173.761 54.4364 176.825 49.2061 182.154C43.9758 187.483 41.0457 194.652 41.0457 202.118C41.0457 209.585 43.9758 216.754 49.2061 222.083C54.4364 227.412 61.549 230.476 69.0146 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.512 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.512 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.925 98.217 176.72 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.234 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.234 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.72 146.295 179.925 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.751 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.462 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.462 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.751 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.525 101.167L80.408 89.856L61.5708 127.829L148.879 174.772L149.381 174.05L162.134 186.008C165.23 188.911 170.092 188.754 172.995 185.659C174.274 184.294 174.959 182.587 175.06 180.855C178.161 183.625 182.923 183.428 185.782 180.378C187.553 178.489 188.185 175.941 187.705 173.583C190.583 174.795 194.034 174.167 196.295 171.756C198.173 169.752 198.77 167.009 198.119 164.535C201.214 166.892 205.653 166.571 208.372 163.671C211.274 160.575 211.118 155.713 208.022 152.81L181.434 127.881L181.47 127.829C181.402 127.578 181.332 127.309 181.257 127.023L181.257 127.022L181.257 127.02C179.908 121.861 177.16 111.353 161.978 105.915C152.046 102.357 140.13 102.438 130.985 103.584C122.761 104.615 114.131 104.46 106.525 101.167Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.6972 87.9135L107.121 99.7901C114.373 102.931 122.693 103.112 130.799 102.096C140.046 100.937 152.232 100.83 162.484 104.502C170.36 107.324 175.099 111.5 178.036 115.715C180.942 119.886 182.021 124.015 182.699 126.609L182.706 126.634L182.706 126.635L182.707 126.639L182.708 126.641L182.709 126.644C182.754 126.818 182.798 126.984 182.839 127.142L209.048 151.716C212.748 155.185 212.935 160.997 209.466 164.697C206.932 167.4 203.15 168.228 199.852 167.127C199.714 169.166 198.897 171.173 197.389 172.782C195.25 175.063 192.222 176.008 189.349 175.586C189.244 177.681 188.424 179.753 186.876 181.404C184.036 184.433 179.626 185.108 176.09 183.35C175.682 184.556 175.016 185.696 174.089 186.685C170.62 190.385 164.808 190.572 161.108 187.102L149.622 176.333L149.348 176.728L59.582 128.463L79.6972 87.9135ZM148.411 172.817L149.139 171.768L163.16 184.914C165.651 187.25 169.565 187.124 171.901 184.633C172.931 183.534 173.481 182.162 173.563 180.768L173.744 177.668L176.06 179.737C178.554 181.965 182.387 181.807 184.688 179.352C186.113 177.833 186.623 175.785 186.235 173.882L185.669 171.098L188.288 172.201C190.606 173.177 193.382 172.669 195.2 170.73C196.711 169.119 197.194 166.912 196.668 164.917L195.557 160.699L199.027 163.342C201.517 165.237 205.09 164.978 207.277 162.645C209.613 160.154 209.487 156.24 206.996 153.904L179.464 128.089L179.843 127.543C179.831 127.498 179.819 127.452 179.807 127.405L179.806 127.404L179.806 127.403L179.805 127.4C179.134 124.832 178.162 121.145 175.574 117.43C173.004 113.741 168.778 109.944 161.472 107.327C151.859 103.883 140.213 103.94 131.172 105.073C122.83 106.118 113.889 105.99 105.929 102.543L81.1188 91.7984L63.5596 127.195L148.411 172.817Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M206.359 104.833L250.118 89.3211C250.667 89.1262 251.267 89.4414 251.418 90.0049L262.457 131.22C262.598 131.747 262.29 132.29 261.765 132.44L231.177 141.153C231.116 141.17 231.057 141.193 231.001 141.222L208.128 152.751C207.756 152.938 207.307 152.876 207 152.593L176.406 124.39C172.738 121.008 167.477 120.15 162.664 121.462C146.078 125.98 137.36 121.021 133.875 116.172C132.892 114.805 133.749 113.043 135.347 112.514L167.166 101.996C168.125 101.679 169.119 101.507 170.129 101.537C172.68 101.615 178.093 101.964 183.583 103.479C190.981 105.522 199.125 107.398 206.359 104.833Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M249.616 87.9073C250.991 87.42 252.489 88.208 252.867 89.6168L263.906 130.831C264.259 132.15 263.489 133.509 262.176 133.883L231.633 142.583L208.804 154.09C207.873 154.559 206.75 154.402 205.984 153.696L175.389 125.493C172.17 122.525 167.471 121.707 163.058 122.909C146.051 127.542 136.607 122.543 132.657 117.047L133.865 116.178L133.868 116.176M133.865 116.178L132.657 117.047C131.833 115.902 131.783 114.556 132.265 113.436C132.733 112.346 133.689 111.483 134.876 111.09L166.695 100.572C167.794 100.208 168.963 100.001 170.175 100.038C172.78 100.117 178.327 100.472 183.982 102.033C191.428 104.089 199.127 105.805 205.858 103.419L249.616 87.9073M250.109 90.9157L206.86 106.247C199.122 108.99 190.535 106.954 183.184 104.925C177.858 103.455 172.581 103.112 170.083 103.037C169.275 103.012 168.457 103.149 167.637 103.42L135.818 113.939C135.407 114.074 135.135 114.356 135.021 114.621C134.92 114.856 134.933 115.075 135.093 115.296C138.113 119.498 146.105 124.418 162.269 120.014C167.483 118.594 173.306 119.492 177.422 123.287L207.762 151.256L230.326 139.882L230.326 139.882C230.467 139.811 230.614 139.754 230.766 139.71L260.881 131.132L250.109 90.9157ZM249.969 90.395L249.969 90.393L250.452 90.2636L250.619 90.7349L250.618 90.7353C250.618 90.7352 250.618 90.735 250.619 90.7349L250.452 90.2636L249.969 90.393C249.969 90.3936 249.969 90.3943 249.969 90.395Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M137.618 179.379C133.39 179.74 129.67 176.604 129.309 172.376L128.173 159.058C127.812 154.83 130.947 151.11 135.176 150.749C139.404 150.388 143.124 153.523 143.485 157.752L144.621 171.07C144.982 175.298 141.846 179.018 137.618 179.379Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.745 180.874C132.692 181.305 128.245 177.557 127.814 172.504L126.678 159.186C126.247 154.132 129.994 149.685 135.048 149.254C140.102 148.823 144.548 152.571 144.979 157.624L146.115 170.942C146.547 175.996 142.799 180.443 137.745 180.874ZM130.803 172.249C131.094 175.652 134.088 178.175 137.49 177.885C140.893 177.594 143.417 174.6 143.126 171.197L141.99 157.879C141.7 154.476 138.706 151.953 135.303 152.243C131.9 152.534 129.377 155.528 129.667 158.931L130.803 172.249Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M123.129 173.013C118.901 173.373 115.181 170.238 114.82 166.01L114.149 158.142C113.712 153.017 117.512 148.507 122.637 148.07C125.969 147.786 128.9 150.256 129.184 153.588L130.132 164.704C130.493 168.932 127.358 172.652 123.129 173.013Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.257 174.507C118.203 174.938 113.757 171.191 113.326 166.137L112.654 158.269C112.147 152.319 116.559 147.083 122.51 146.576C126.667 146.221 130.324 149.303 130.679 153.46L131.627 164.576C132.058 169.63 128.311 174.076 123.257 174.507ZM116.315 165.882C116.605 169.285 119.599 171.809 123.002 171.518C126.405 171.228 128.928 168.234 128.638 164.831L127.689 153.715C127.476 151.209 125.271 149.351 122.765 149.565C118.465 149.932 115.277 153.715 115.644 158.014L116.315 165.882Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path d="M107.665 167.465C103.437 167.826 99.7167 164.69 99.356 160.462L99.2753 159.516C98.8701 154.766 102.393 150.586 107.143 150.181L112.462 149.727C113.23 149.662 113.907 150.232 113.972 151.001L114.668 159.156C115.029 163.384 111.893 167.104 107.665 167.465Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.793 168.959C102.739 169.39 98.2925 165.643 97.8614 160.589L97.7807 159.644C97.3051 154.068 101.44 149.162 107.016 148.687L112.334 148.233C113.928 148.097 115.331 149.279 115.467 150.873L116.163 159.028C116.594 164.082 112.846 168.528 107.793 168.959ZM100.851 160.334C101.141 163.737 104.135 166.261 107.538 165.97C110.94 165.68 113.464 162.686 113.173 159.283L112.487 151.231L107.271 151.676C103.345 152.01 100.435 155.464 100.77 159.389L100.851 160.334Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path d="M153.203 183.666C148.974 184.027 145.254 180.891 144.894 176.663L143.943 165.515C143.582 161.287 146.717 157.567 150.946 157.206C155.174 156.845 158.894 159.981 159.255 164.209L160.206 175.357C160.566 179.585 157.431 183.305 153.203 183.666Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.33 185.161C148.276 185.592 143.83 181.844 143.399 176.791L142.448 165.643C142.017 160.589 145.764 156.143 150.818 155.711C155.872 155.28 160.318 159.028 160.749 164.081L161.7 175.229C162.131 180.283 158.384 184.73 153.33 185.161ZM146.388 176.536C146.678 179.939 149.672 182.462 153.075 182.172C156.478 181.881 159.001 178.887 158.711 175.484L157.76 164.336C157.47 160.934 154.476 158.41 151.073 158.701C147.67 158.991 145.147 161.985 145.437 165.388L146.388 176.536Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.087 153.56C169.692 152.994 170.641 153.025 171.207 153.63L189.003 172.641C189.569 173.245 189.538 174.195 188.933 174.761C188.328 175.327 187.379 175.296 186.813 174.691L169.017 155.68C168.451 155.075 168.482 154.126 169.087 153.56Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M180.285 145.609C180.876 145.029 181.826 145.039 182.406 145.63L200.423 164.014C201.003 164.605 200.993 165.555 200.401 166.135C199.81 166.715 198.86 166.705 198.28 166.114L180.263 147.73C179.683 147.138 179.693 146.189 180.285 145.609Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M165.743 169.304C166.369 168.76 167.316 168.827 167.86 169.452L177.407 180.445C177.95 181.071 177.883 182.018 177.258 182.561C176.632 183.105 175.685 183.038 175.142 182.413L165.595 171.42C165.051 170.794 165.118 169.847 165.743 169.304Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<rect x="226.239" y="89.1238" width="26.6621" height="58.4348" rx="4" transform="rotate(-18.7886 226.239 89.1238)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M242.783 83.004C241.894 80.3897 243.292 77.5494 245.907 76.66L274.122 67.061L296.402 132.552L268.187 142.151C265.573 143.04 262.732 141.642 261.843 139.028L242.783 83.004Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<rect width="26.2929" height="58.4348" rx="4" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 97.0564 90.6314)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
24
|
+
<path d="M81.8539 82.434C83.0985 79.9689 82.1091 76.9617 79.6441 75.717L54.7904 63.1683L23.6114 124.921L48.465 137.469C50.9301 138.714 53.9373 137.725 55.182 135.26L81.8539 82.434Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Help-alternate">
|
|
2
|
+
<path d="M130.352 145.328H33.9433C26.384 145.328 19.1343 148.331 13.789 153.676C8.4438 159.022 5.44092 166.271 5.44092 173.831C5.44092 181.39 8.4438 188.64 13.789 193.985C19.1343 199.33 26.384 202.333 33.9433 202.333H130.392C137.952 202.333 145.201 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.201 148.331 137.952 145.328 130.392 145.328H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.926 98.217 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.752 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M134.778 200.873C169.717 192.77 191.472 157.879 183.37 122.94C175.268 88.0015 140.376 66.2463 105.437 74.3486C70.4987 82.4508 48.7435 117.342 56.8457 152.281C64.948 187.22 99.8395 208.975 134.778 200.873Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M142.713 190.82C177.651 182.718 199.407 147.827 191.304 112.888C183.202 77.9493 148.311 56.1941 113.372 64.2963C78.4333 72.3986 56.678 107.29 64.7803 142.229C72.8825 177.167 107.774 198.923 142.713 190.82Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M194.226 112.21C202.703 148.763 179.943 185.266 143.39 193.743C106.837 202.219 70.334 179.459 61.8574 142.906C53.3809 106.354 76.1411 69.8504 112.694 61.3739C149.246 52.8974 185.75 75.6575 194.226 112.21ZM191.304 112.888C199.406 147.827 177.651 182.718 142.712 190.82C107.774 198.923 72.8821 177.167 64.7799 142.229C56.6776 107.29 78.4328 72.3986 113.371 64.2963C148.31 56.1941 183.202 77.9493 191.304 112.888Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M139.652 177.623C167.302 171.211 184.518 143.598 178.106 115.948C171.694 88.2986 144.082 71.082 116.432 77.494C88.7823 83.9059 71.5656 111.518 77.9776 139.168C84.3896 166.818 112.002 184.035 139.652 177.623Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.543 103.843C114.886 105.619 108.943 112.549 110.7 120.126C111.08 121.763 112.715 122.783 114.352 122.403C115.989 122.023 117.008 120.389 116.629 118.751C115.855 115.414 118.477 111.034 123.918 109.772C129.358 108.511 133.641 111.29 134.415 114.627C134.836 116.441 134.595 117.784 134.094 118.888C133.559 120.07 132.65 121.142 131.483 122.244C130.955 122.742 130.418 123.206 129.854 123.694L129.677 123.847C129.078 124.365 128.417 124.942 127.843 125.529C126.859 126.534 125.143 128.528 125.766 131.21L126.453 134.175C126.833 135.812 128.468 136.831 130.105 136.451C131.742 136.072 132.761 134.437 132.382 132.8L131.788 130.24C131.868 130.136 131.996 129.987 132.192 129.786C132.565 129.405 133.04 128.986 133.661 128.448L133.841 128.292C134.392 127.815 135.03 127.264 135.659 126.671C137.054 125.355 138.623 123.639 139.638 121.401C140.687 119.086 141.069 116.378 140.344 113.252C138.586 105.674 130.2 102.068 122.543 103.843Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M136.957 145.796C137.527 148.251 135.998 150.704 133.542 151.273C131.086 151.843 128.634 150.314 128.064 147.858C127.495 145.402 129.024 142.95 131.48 142.38C133.935 141.811 136.388 143.34 136.957 145.796Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M212.719 96.7565C211.72 100.134 213.648 103.681 217.025 104.679L268.147 119.797L271.764 107.568L220.642 92.4501C217.265 91.4514 213.718 93.3795 212.719 96.7565Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M228.867 34.6336C230.548 28.9492 236.519 25.7038 242.203 27.3848L294.221 42.7676L275.308 106.721L223.291 91.3386C217.606 89.6576 211.635 92.9029 209.954 98.5873L228.867 34.6336Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M209.988 96.0812C211.359 91.4473 216.226 88.8016 220.86 90.172L275.437 106.311L274.019 111.106L219.442 94.9667C217.456 94.3795 215.37 95.5133 214.783 97.4991C214.196 99.485 215.33 101.571 217.316 102.158L271.892 118.298L270.475 123.092L215.898 106.953C211.264 105.583 208.618 100.715 209.988 96.0812Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M250.457 44.4743L275.984 52.0232L271.362 67.6522L245.835 60.1033L250.457 44.4743Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M223.178 116.664L227.75 101.202L238.063 104.251L233.49 119.714L223.178 116.664Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M73.0062 27.0549C72.5373 27.4132 72.1737 27.8913 71.9536 28.4389C71.7335 28.9864 71.665 29.5832 71.7554 30.1664L73.5441 44.0935C73.8389 46.3971 75.901 47.3922 77.7064 47.1608C78.4488 47.093 79.149 46.7861 79.702 46.2861C80.255 45.7862 80.6308 45.1203 80.7728 44.3885C80.831 44.0329 80.8349 43.6705 80.7847 43.3137L78.996 29.3865C78.93 28.7739 78.6997 28.1905 78.3294 27.698C77.9591 27.2056 77.4626 26.8224 76.8924 26.589C76.2585 26.3293 75.5689 26.2358 74.8888 26.3173C74.2087 26.3989 73.5607 26.6528 73.0062 27.0549Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M15.5043 77.1892C15.3509 77.5827 15.2813 78.0039 15.2998 78.4258C15.3183 78.8477 15.4246 79.2612 15.6119 79.6398C15.7992 80.0183 16.0633 80.3537 16.3875 80.6244C16.7116 80.8951 17.0887 81.0953 17.4945 81.2121L30.4515 85.5928C30.9179 85.7487 31.4107 85.8101 31.9011 85.7735C32.3915 85.7368 32.8697 85.6029 33.3078 85.3794C33.7458 85.1559 34.135 84.8473 34.4525 84.4718C34.7701 84.0962 35.0096 83.6612 35.1571 83.192C35.2233 83.0002 35.2737 82.8034 35.3078 82.6034C35.4442 81.8662 35.2996 81.1047 34.9024 80.469C34.5052 79.8332 33.8842 79.3694 33.1619 79.1689L20.2097 74.7934C19.7437 74.6367 19.2511 74.5745 18.7607 74.6105C18.2704 74.6465 17.7921 74.78 17.3539 75.0031C16.9158 75.2262 16.5265 75.5344 16.2089 75.9098C15.8913 76.2851 15.6518 76.7201 15.5043 77.1892Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M34.7546 43.999C34.7047 44.4577 34.7488 44.9218 34.8844 45.3629C35.02 45.8039 35.2441 46.2127 35.543 46.5641L48.7932 62.4661C49.3914 63.1759 50.2409 63.627 51.164 63.725C52.0871 63.823 53.0124 63.5604 53.7464 62.992C54.4249 62.462 54.8795 61.6963 55.0201 60.8468C55.1003 60.357 55.074 59.8557 54.9429 59.377C54.8119 58.8983 54.5792 58.4535 54.2607 58.0729L41.0106 42.171C40.4095 41.4567 39.555 41.0032 38.6267 40.9059C37.6983 40.8086 36.7683 41.0749 36.0322 41.649C35.672 41.9344 35.3731 42.2898 35.1536 42.6936C34.934 43.0974 34.7983 43.5414 34.7546 43.999Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Lock-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M94.7227 194.605H125.562V201.522C125.562 204.835 122.876 207.522 119.562 207.522H100.723C97.4089 207.522 94.7227 204.835 94.7227 201.522V194.605Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M194.435 194.605H225.274V201.522C225.274 204.835 222.588 207.522 219.274 207.522H200.435C197.121 207.522 194.435 204.835 194.435 201.522V194.605Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M72.4902 48.156C72.4902 40.9763 78.3105 35.156 85.4902 35.156H234.508C241.688 35.156 247.508 40.9763 247.508 48.156V181.641C247.508 188.821 241.688 194.641 234.508 194.641H85.4902C78.3105 194.641 72.4902 188.821 72.4902 181.641V48.156Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.4902 32.156H234.508C243.345 32.156 250.508 39.3194 250.508 48.156V181.641C250.508 190.478 243.345 197.641 234.508 197.641H85.4902C76.6537 197.641 69.4902 190.478 69.4902 181.641V48.156C69.4902 39.3195 76.6537 32.156 85.4902 32.156ZM85.4902 35.156C78.3105 35.156 72.4902 40.9763 72.4902 48.156V181.641C72.4902 188.821 78.3105 194.641 85.4902 194.641H234.508C241.688 194.641 247.508 188.821 247.508 181.641V48.156C247.508 40.9763 241.688 35.156 234.508 35.156H85.4902Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<rect x="95.9717" y="60.9709" width="128.054" height="107.855" rx="7" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<rect x="91.4766" y="76.0737" width="8.4922" height="29.9872" rx="4.2461" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<rect x="91.4766" y="123.737" width="8.4922" height="29.9872" rx="4.2461" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<rect x="205.184" y="78.4641" width="9.34213" height="71.1193" rx="4.67107" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path d="M189.609 114.899C189.609 135.383 173.004 151.989 152.519 151.989C132.035 151.989 115.429 135.383 115.429 114.899C115.429 94.4143 132.035 77.8083 152.519 77.8083C173.004 77.8083 189.609 94.4143 189.609 114.899Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.519 148.989C171.347 148.989 186.609 133.726 186.609 114.899C186.609 96.0711 171.347 80.8083 152.519 80.8083C133.691 80.8083 118.429 96.0711 118.429 114.899C118.429 133.726 133.691 148.989 152.519 148.989ZM152.519 151.989C173.004 151.989 189.609 135.383 189.609 114.899C189.609 94.4143 173.004 77.8083 152.519 77.8083C132.035 77.8083 115.429 94.4143 115.429 114.899C115.429 135.383 132.035 151.989 152.519 151.989Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<circle cx="152.519" cy="114.899" r="11.3261" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.667 90.1211C153.495 90.1211 154.167 90.7927 154.167 91.6211L154.167 98.3438C154.167 99.1722 153.495 99.8438 152.667 99.8438C151.839 99.8438 151.167 99.1722 151.167 98.3438L151.167 91.6211C151.167 90.7927 151.839 90.1211 152.667 90.1211Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.667 129.954C153.495 129.954 154.167 130.626 154.167 131.454L154.167 138.177C154.167 139.005 153.495 139.677 152.667 139.677C151.839 139.677 151.167 139.005 151.167 138.177L151.167 131.454C151.167 130.626 151.839 129.954 152.667 129.954Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M176.94 116.399C176.94 117.228 176.269 117.899 175.44 117.899L168.718 117.899C167.889 117.899 167.218 117.228 167.218 116.399C167.218 115.571 167.889 114.899 168.718 114.899L175.44 114.899C176.269 114.899 176.94 115.571 176.94 116.399Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.107 116.399C137.107 117.228 136.436 117.899 135.607 117.899L128.885 117.899C128.056 117.899 127.385 117.228 127.385 116.399C127.385 115.571 128.056 114.899 128.885 114.899L135.607 114.899C136.436 114.899 137.107 115.571 137.107 116.399Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.623 133.48C168.037 134.066 167.088 134.066 166.502 133.48L161.748 128.726C161.162 128.14 161.162 127.191 161.748 126.605C162.334 126.019 163.284 126.019 163.869 126.605L168.623 131.359C169.209 131.944 169.209 132.894 168.623 133.48Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.458 105.313C139.872 105.899 138.923 105.899 138.337 105.313L133.583 100.559C132.997 99.9734 132.997 99.0237 133.583 98.4379C134.169 97.8521 135.119 97.8521 135.704 98.4379L140.458 103.192C141.044 103.777 141.044 104.727 140.458 105.313Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.745 98.4401C171.331 99.0259 171.331 99.9756 170.745 100.561L165.991 105.315C165.406 105.901 164.456 105.901 163.87 105.315C163.284 104.729 163.284 103.78 163.87 103.194L168.624 98.4401C169.209 97.8543 170.159 97.8543 170.745 98.4401Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M142.58 126.606C143.166 127.192 143.166 128.142 142.58 128.728L137.826 133.481C137.24 134.067 136.291 134.067 135.705 133.481C135.119 132.896 135.119 131.946 135.705 131.36L140.459 126.606C141.044 126.021 141.994 126.021 142.58 126.606Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Mission-alternate">
|
|
2
|
+
<path d="M130.352 144.682H33.9433C26.384 144.682 19.1343 147.685 13.789 153.03C8.4438 158.376 5.44092 165.625 5.44092 173.185C5.44092 180.744 8.4438 187.994 13.789 193.339C19.1343 198.684 26.384 201.687 33.9433 201.687H130.392C137.952 201.687 145.201 198.684 150.547 193.339C155.892 187.994 158.895 180.744 158.895 173.185C158.895 165.625 155.892 158.376 150.547 153.03C145.201 147.685 137.952 144.682 130.392 144.682H130.352Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 172.975H69.0146C61.549 173.115 54.4364 176.179 49.2061 181.508C43.9758 186.837 41.0457 194.006 41.0457 201.473C41.0457 208.939 43.9758 216.108 49.2061 221.437C54.4364 226.766 61.549 229.83 69.0146 229.97H165.474C172.939 229.83 180.052 226.766 185.282 221.437C190.512 216.108 193.443 208.939 193.443 201.473C193.443 194.006 190.512 186.837 185.282 181.508C180.052 176.179 172.939 173.115 165.474 172.975Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.1566H194.515C190.728 94.0857 186.965 94.7704 183.445 96.1707C179.925 97.571 176.72 99.6588 174.017 102.312C171.314 104.965 169.166 108.131 167.7 111.624C166.234 115.116 165.479 118.866 165.479 122.654C165.479 126.442 166.234 130.192 167.7 133.685C169.166 137.177 171.314 140.343 174.017 142.996C176.72 145.649 179.925 147.737 183.445 149.137C186.965 150.538 190.728 151.222 194.515 151.151H290.964C294.751 151.222 298.515 150.538 302.034 149.137C305.554 147.737 308.759 145.649 311.462 142.996C314.166 140.343 316.313 137.177 317.779 133.685C319.245 130.192 320 126.442 320 122.654C320 118.866 319.245 115.116 317.779 111.624C316.313 108.131 314.166 104.965 311.462 102.312C308.759 99.6588 305.554 97.571 302.034 96.1707C298.515 94.7704 294.751 94.0857 290.964 94.1566Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.1235H37.767C27.7505 42.1235 18.1444 46.1025 11.0617 53.1852C3.979 60.2679 0 69.8741 0 79.8905C0 89.9069 3.979 99.5131 11.0617 106.596C18.1444 113.678 27.7505 117.657 37.767 117.657H219.084C229.101 117.657 238.707 113.678 245.789 106.596C252.872 99.5131 256.851 89.9069 256.851 79.8905C256.851 69.8741 252.872 60.2679 245.789 53.1852C238.707 46.1025 229.101 42.1235 219.084 42.1235Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M107.67 142.852L154.93 94.489L126.042 95.9855C117.049 96.4514 108.668 100.685 102.957 107.647L83.5301 131.329C82.6536 132.398 83.099 134.012 84.3993 134.48L107.67 142.852Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M139.081 174.263L187.443 127.002L185.947 155.891C185.481 164.884 181.247 173.265 174.285 178.976L150.603 198.403C149.535 199.279 147.921 198.834 147.453 197.533L139.081 174.263Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M236.25 42.9423C237.852 42.7676 239.165 44.0808 238.99 45.6823C234.877 83.3945 214.603 118.075 183.455 140.679L139.275 172.739C125.446 167.332 114.6 156.486 109.193 142.658L141.254 98.4781C163.858 67.3294 198.538 47.0551 236.25 42.9423Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M139.709 176.13L138.182 175.533C123.574 169.821 112.111 158.359 106.399 143.75L105.802 142.223L138.826 96.716C161.919 64.8934 197.357 44.166 235.925 39.9599C239.433 39.5773 242.355 42.4998 241.973 46.0075C237.767 84.5753 217.039 120.014 185.217 143.107L139.709 176.13ZM238.99 45.6822C239.165 44.0808 237.852 42.7675 236.25 42.9422C198.538 47.055 163.858 67.3294 141.254 98.478L109.193 142.658C114.6 156.486 125.446 167.332 139.275 172.739L183.455 140.679C214.603 118.075 234.878 83.3945 238.99 45.6822Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.456 142.296L109.193 142.658C114.6 156.487 125.446 167.332 139.275 172.739L183.455 140.679C198.53 129.739 211.058 115.971 220.439 100.399C214.819 105.507 208.646 110.877 201.878 116.491C159.959 151.269 126.024 149.432 109.456 142.296Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<circle cx="194.769" cy="87.7363" r="10.1222" transform="rotate(45 194.769 87.7363)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M163.973 128.056C165.151 126.992 165.198 125.158 164.075 124.036L158.469 118.43C157.347 117.308 155.513 117.354 154.449 118.533L115.332 161.857C113.989 163.344 114.047 165.624 115.465 167.041C116.882 168.458 119.161 168.516 120.648 167.173L163.973 128.056Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M200.623 51.944C211.967 47.3458 223.947 44.284 236.25 42.9422C237.852 42.7676 239.165 44.0808 238.99 45.6822C237.646 58.0136 234.573 70.0208 229.957 81.3876C225.442 75.9029 220.355 70.0155 215.86 65.5212C211.537 61.1983 205.926 56.3271 200.623 51.944Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.9079 185.355C74.7364 184.184 74.7364 182.284 75.9079 181.113L91.9921 165.028C93.1637 163.857 95.0632 163.857 96.2347 165.028C97.4063 166.2 97.4063 168.099 96.2347 169.271L80.1506 185.355C78.979 186.527 77.0795 186.527 75.9079 185.355Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.19 197.664C106.018 196.492 106.018 194.593 107.19 193.421L119.135 181.476C120.306 180.304 122.206 180.304 123.378 181.476C124.549 182.648 124.549 184.547 123.378 185.719L111.432 197.664C110.261 198.835 108.361 198.835 107.19 197.664Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.8786 209.787C72.7071 208.615 72.7071 206.716 73.8786 205.544L97.947 181.476C99.1186 180.304 101.018 180.304 102.19 181.476C103.361 182.647 103.361 184.547 102.19 185.718L78.1213 209.787C76.9497 210.958 75.0502 210.958 73.8786 209.787Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M276.231 135.638C275.907 130.267 274.736 126.273 273.352 126.28C271.968 126.287 270.811 130.301 270.515 135.7C265.124 136.072 261.116 137.277 261.13 138.668C261.144 140.059 265.158 141.167 270.536 141.422C270.86 146.793 272.023 150.787 273.407 150.78C274.792 150.773 275.948 146.759 276.244 141.36C281.636 140.988 285.644 139.783 285.63 138.392C285.616 137.001 281.602 135.886 276.231 135.638Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M252.568 163.014C252.355 159.406 251.57 156.721 250.64 156.721C249.711 156.721 248.933 159.427 248.733 163.056C245.104 163.304 242.412 164.116 242.425 165.046C242.439 165.975 245.132 166.726 248.74 166.891C248.96 170.506 249.745 173.192 250.675 173.185C251.604 173.178 252.383 170.479 252.582 166.85C256.204 166.602 258.897 165.796 258.89 164.86C258.883 163.923 256.184 163.18 252.568 163.014Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M135.379 41.6565C135.166 38.0483 134.381 35.3628 133.451 35.3628C132.521 35.3628 131.743 38.069 131.544 41.6979C127.915 41.9458 125.222 42.7583 125.236 43.6879C125.25 44.6175 127.942 45.3681 131.551 45.5333C131.771 49.1485 132.556 51.834 133.486 51.8271C134.415 51.8202 135.193 49.1209 135.393 45.492C139.015 45.2441 141.707 44.4385 141.7 43.502C141.694 42.5655 138.994 41.8218 135.379 41.6565Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-MissionFailed-alternate">
|
|
2
|
+
<path d="M130.353 145.328H33.9438C26.3845 145.328 19.1348 148.331 13.7895 153.676C8.44429 159.022 5.44141 166.271 5.44141 173.831C5.44141 181.39 8.44429 188.64 13.7895 193.985C19.1348 199.33 26.3845 202.333 33.9438 202.333H130.393C137.952 202.333 145.202 199.33 150.547 193.985C155.892 188.64 158.895 181.39 158.895 173.831C158.895 166.271 155.892 159.022 150.547 153.676C145.202 148.331 137.952 145.328 130.393 145.328H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.621H69.0149C61.5493 173.761 54.4366 176.825 49.2063 182.154C43.9761 187.483 41.0459 194.652 41.0459 202.118C41.0459 209.585 43.9761 216.754 49.2063 222.083C54.4366 227.412 61.5493 230.476 69.0149 230.616H165.474C172.939 230.476 180.052 227.412 185.282 222.083C190.513 216.754 193.443 209.585 193.443 202.118C193.443 194.652 190.513 187.483 185.282 182.154C180.052 176.825 172.939 173.761 165.474 173.621Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.8026H194.515C190.728 94.7317 186.965 95.4165 183.445 96.8167C179.926 98.217 176.721 100.305 174.017 102.958C171.314 105.611 169.166 108.777 167.7 112.27C166.235 115.762 165.479 119.512 165.479 123.3C165.479 127.088 166.235 130.838 167.7 134.331C169.166 137.823 171.314 140.989 174.017 143.642C176.721 146.295 179.926 148.383 183.445 149.783C186.965 151.184 190.728 151.868 194.515 151.797H290.964C294.752 151.868 298.515 151.184 302.034 149.783C305.554 148.383 308.759 146.295 311.463 143.642C314.166 140.989 316.313 137.823 317.779 134.331C319.245 130.838 320 127.088 320 123.3C320 119.512 319.245 115.762 317.779 112.27C316.313 108.777 314.166 105.611 311.463 102.958C308.759 100.305 305.554 98.217 302.034 96.8167C298.515 95.4165 294.752 94.7317 290.964 94.8026Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.7695H37.767C27.7505 42.7695 18.1444 46.7485 11.0617 53.8312C3.979 60.9139 0 70.52 0 80.5364C0 90.5529 3.979 100.159 11.0617 107.242C18.1444 114.324 27.7505 118.303 37.767 118.303H219.084C229.101 118.303 238.707 114.324 245.789 107.242C252.872 100.159 256.851 90.5529 256.851 80.5364C256.851 70.52 252.872 60.9139 245.789 53.8312C238.707 46.7485 229.101 42.7695 219.084 42.7695Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M232.281 152.695C238.057 152.695 242.739 148.013 242.739 142.237C242.739 136.46 238.057 131.778 232.281 131.778C226.504 131.778 221.822 136.46 221.822 142.237C221.822 148.013 226.504 152.695 232.281 152.695ZM244.692 193.257H174.415C167.735 188.14 163.427 180.08 163.427 171.015C163.427 155.55 175.963 143.014 191.428 143.014C204.993 143.014 216.305 152.66 218.879 165.468C218.956 165.467 219.033 165.467 219.11 165.467C233.286 165.467 244.778 176.959 244.778 191.135C244.778 191.849 244.749 192.557 244.692 193.257ZM128.014 193.257H34.7994C34.4171 191.297 34.2168 189.273 34.2168 187.201C34.2168 169.834 48.2958 155.755 65.663 155.755C76.1096 155.755 85.3665 160.849 91.0851 168.688C95.0426 165.623 100.01 163.799 105.403 163.799C118.328 163.799 128.805 174.276 128.805 187.201C128.805 189.296 128.53 191.326 128.014 193.257Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3623 193.306C19.3623 192.478 20.0339 191.806 20.8623 191.806L249.146 191.806C249.975 191.806 250.646 192.478 250.646 193.306C250.646 194.135 249.975 194.806 249.146 194.806L20.8623 194.806C20.0339 194.806 19.3623 194.135 19.3623 193.306Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M281.486 193.368C281.486 194.197 280.815 194.868 279.986 194.868H263.583C262.755 194.868 262.083 194.197 262.083 193.368C262.083 192.54 262.755 191.868 263.583 191.868H279.986C280.815 191.868 281.486 192.54 281.486 193.368Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M103.795 66.5075L142.823 121.728L146.57 93.0449C147.737 84.1156 145.087 75.1079 139.271 68.2327L119.489 44.847C118.596 43.792 116.928 43.9384 116.233 45.1327L103.795 66.5075Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M67.2251 91.7263L104.97 147.832L76.8276 141.141C68.0666 139.058 60.5887 133.38 56.2293 125.5L41.401 98.6979C40.732 97.4887 41.4617 95.9816 42.8251 95.7564L67.2251 91.7263Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M184.217 191.868H122.485C122.08 191.61 121.727 191.367 121.429 191.142C119.01 189.314 119.684 187.556 120.389 185.717C121.078 183.92 121.796 182.047 119.681 179.96C108.508 168.933 99.1684 155.926 92.2394 141.438L68.6885 92.1923C76.5049 79.5685 89.1319 70.8606 103.71 68.041L141.37 107.556C160.138 127.249 172.473 150.634 177.114 176.38C177.498 178.51 179.053 180.428 180.612 182.35C182.324 184.461 184.04 186.577 184.216 188.987C184.291 190.023 184.286 190.976 184.217 191.868Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.609 194.868L120.87 194.397C120.419 194.108 119.997 193.821 119.62 193.536L121.429 191.142C121.727 191.367 122.08 191.61 122.485 191.868H184.217C184.285 190.982 184.291 190.036 184.217 189.008C184.217 189.001 184.216 188.994 184.216 188.987C184.213 188.947 184.209 188.908 184.206 188.868C183.983 186.507 182.295 184.426 180.612 182.35C179.053 180.428 177.498 178.51 177.114 176.38C172.473 150.634 160.138 127.249 141.37 107.556L103.709 68.041C89.1318 70.8606 76.5048 79.5685 68.6883 92.1923L92.2392 141.438C99.1682 155.926 108.508 168.933 119.681 179.96C121.796 182.047 121.078 183.92 120.389 185.717C119.684 187.556 119.01 189.314 121.429 191.142L119.62 193.536C117.872 192.215 116.842 190.562 116.741 188.586C116.662 187.034 117.218 185.599 117.531 184.789C117.551 184.738 117.57 184.69 117.588 184.644C117.768 184.172 117.892 183.843 117.981 183.532C118.065 183.237 118.086 183.056 118.086 182.943C118.086 182.852 118.073 182.783 118.036 182.698C117.993 182.602 117.88 182.398 117.573 182.095C106.156 170.827 96.613 157.537 89.5328 142.732L65.2744 92.0073L66.1377 90.613C74.3949 77.2774 87.7401 68.0742 103.14 65.0956L104.75 64.7842L143.542 105.486C162.683 125.571 175.313 149.48 180.066 175.848C180.286 177.068 181.24 178.362 182.942 180.46L182.999 180.531C183.816 181.538 184.782 182.729 185.553 183.998C186.355 185.317 187.073 186.915 187.208 188.769C187.294 189.949 187.289 191.052 187.208 192.099L186.994 194.868H121.609Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M156.886 191.868C118.265 168.806 89.767 125.804 74.985 83.9389C72.6435 86.4549 70.5322 89.2147 68.6885 92.1923L92.2394 141.438C99.1684 155.926 108.508 168.933 119.681 179.96C121.796 182.047 121.078 183.92 120.389 185.717C119.684 187.556 119.01 189.314 121.429 191.142C121.727 191.367 122.08 191.61 122.485 191.868H156.886Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M133.934 167.878C130.76 163.276 131.918 156.972 136.52 153.798C141.122 150.625 147.425 151.783 150.599 156.385C153.773 160.987 152.615 167.29 148.013 170.464C143.411 173.638 137.107 172.48 133.934 167.878Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<path d="M108.174 124.557C109.008 125.908 110.803 126.285 112.11 125.384L118.636 120.883C119.943 119.982 120.228 118.17 119.262 116.911L83.7178 70.6103C82.4974 69.0205 80.2453 68.6659 78.5954 69.8037C76.9455 70.9415 76.4766 73.1726 77.5288 74.8783L108.174 124.557Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.2734 29.7517C16.2734 28.0949 17.6166 26.7517 19.2734 26.7517H25.7132C27.3701 26.7517 28.7132 28.0949 28.7132 29.7517C28.7132 31.4086 27.3701 32.7517 25.7132 32.7517H19.2734C17.6166 32.7517 16.2734 31.4086 16.2734 29.7517ZM34.4219 29.7517C34.4219 28.0949 35.765 26.7517 37.4219 26.7517H67.5129C74.0427 26.7517 79.3362 32.0452 79.3362 38.575C79.3362 45.1048 74.0427 50.3982 67.5129 50.3982H51.2279C48.2107 50.3982 45.7648 52.8442 45.7648 55.8614C45.7648 58.8786 48.2107 61.3245 51.2279 61.3245H67.7788C69.4356 61.3245 70.7788 62.6677 70.7788 64.3245C70.7788 65.9814 69.4356 67.3245 67.7788 67.3245H51.2279C44.897 67.3245 39.7648 62.1923 39.7648 55.8614C39.7648 49.5305 44.897 44.3982 51.2279 44.3982H67.5129C70.729 44.3982 73.3362 41.7911 73.3362 38.575C73.3362 35.3589 70.729 32.7517 67.5129 32.7517H37.4219C35.765 32.7517 34.4219 31.4086 34.4219 29.7517Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoApplications-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1855" y="77.0867" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 77.0867)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L252.964 163.376C253.76 168.841 249.976 173.917 244.51 174.714L73.4826 199.633C68.0175 200.43 62.9416 196.645 62.1453 191.18L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.8575L225.454 43.9378C232.559 42.9026 239.158 47.8229 240.193 54.9276L255.932 162.944C256.967 170.048 252.046 176.647 244.942 177.682L73.914 202.602C66.8094 203.637 60.2107 198.717 59.1755 191.612L43.4369 83.5961C42.4017 76.4914 47.322 69.8927 54.4267 68.8575ZM54.8592 71.8262C49.3941 72.6225 45.6092 77.6984 46.4055 83.1636L62.1441 191.18C62.9404 196.645 68.0163 200.43 73.4815 199.633L244.509 174.714C249.974 173.917 253.759 168.841 252.963 163.376L237.224 55.3601C236.428 49.895 231.352 46.1101 225.887 46.9064L54.8592 71.8262Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L239.29 69.5301L48.4713 97.3336L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0647" cy="83.2653" r="4.5" transform="rotate(-8.29 63.0647 83.2653)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.887" cy="80.8142" r="4.5" transform="rotate(-8.29 79.887 80.8142)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7092" cy="78.363" r="4.5" transform="rotate(-8.29 96.7092 78.363)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<rect x="68.2461" y="111.885" width="60" height="29" rx="3" transform="rotate(-8.29 68.2461 111.885)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<rect x="137.516" y="101.793" width="60" height="29" rx="3" transform="rotate(-8.29 137.516 101.793)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<rect x="73.8691" y="150.478" width="60" height="29" rx="3" transform="rotate(-8.29 73.8691 150.478)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
18
|
+
<path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M235.918 210.575C255.203 210.575 270.836 194.942 270.836 175.657C270.836 156.372 255.203 140.739 235.918 140.739C216.633 140.739 201 156.372 201 175.657C201 194.942 216.633 210.575 235.918 210.575Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path d="M235.93 156.643H235.918C233.312 156.643 231.199 158.756 231.199 161.361V189.954C231.199 192.56 233.312 194.672 235.918 194.672H235.93C238.536 194.672 240.649 192.56 240.649 189.954V161.361C240.649 158.756 238.536 156.643 235.93 156.643Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path d="M217.711 175.118V176.185C217.711 178.5 219.587 180.376 221.902 180.376H249.968C252.282 180.376 254.159 178.5 254.159 176.185V175.118C254.159 172.803 252.282 170.927 249.968 170.927H221.902C219.587 170.927 217.711 172.803 217.711 175.118Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoFlows-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.473 173.324H69.0139C61.5483 173.464 54.4356 176.528 49.2054 181.857C43.9751 187.186 41.0449 194.354 41.0449 201.821C41.0449 209.288 43.9751 216.457 49.2054 221.786C54.4356 227.115 61.5483 230.179 69.0139 230.319H165.473C172.938 230.179 180.051 227.115 185.281 221.786C190.512 216.457 193.442 209.288 193.442 201.821C193.442 194.354 190.512 187.186 185.281 181.857C180.051 176.528 172.938 173.464 165.473 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.963 94.5055H194.514C190.727 94.4346 186.964 95.1193 183.444 96.5196C179.925 97.9199 176.72 100.008 174.016 102.661C171.313 105.314 169.165 108.48 167.699 111.972C166.234 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.234 130.541 167.699 134.033C169.165 137.526 171.313 140.692 174.016 143.345C176.72 145.998 179.925 148.086 183.444 149.486C186.964 150.886 190.727 151.571 194.514 151.5H290.963C294.751 151.571 298.514 150.886 302.033 149.486C305.553 148.086 308.758 145.998 311.462 143.345C314.165 140.692 316.312 137.526 317.778 134.033C319.244 130.541 319.999 126.791 319.999 123.003C319.999 119.215 319.244 115.465 317.778 111.972C316.312 108.48 314.165 105.314 311.462 102.661C308.758 100.008 305.553 97.9199 302.033 96.5196C298.514 95.1193 294.751 94.4346 290.963 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<rect x="36.1855" y="77.0867" width="202.073" height="134.959" rx="12" transform="rotate(-8.29 36.1855 77.0867)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L252.964 163.376C253.76 168.841 249.976 173.917 244.51 174.714L73.4826 199.633C68.0175 200.43 62.9416 196.645 62.1453 191.18L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M54.4267 68.8575L225.454 43.9378C232.559 42.9026 239.158 47.8229 240.193 54.9276L255.932 162.944C256.967 170.048 252.046 176.647 244.942 177.682L73.914 202.602C66.8094 203.637 60.2107 198.717 59.1755 191.612L43.4369 83.5961C42.4017 76.4914 47.322 69.8927 54.4267 68.8575ZM54.8592 71.8262C49.3941 72.6225 45.6092 77.6984 46.4055 83.1636L62.1441 191.18C62.9404 196.645 68.0163 200.43 73.4815 199.633L244.509 174.714C249.974 173.917 253.759 168.841 252.963 163.376L237.224 55.3601C236.428 49.895 231.352 46.1101 225.887 46.9064L54.8592 71.8262Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M46.4067 83.1636C45.6104 77.6984 49.3952 72.6225 54.8604 71.8262L225.888 46.9065C231.353 46.1102 236.429 49.895 237.225 55.3601L239.29 69.5301L48.4713 97.3336L46.4067 83.1636Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<circle cx="63.0647" cy="83.2653" r="4.5" transform="rotate(-8.29 63.0647 83.2653)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<circle cx="79.887" cy="80.8142" r="4.5" transform="rotate(-8.29 79.887 80.8142)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<circle cx="96.7092" cy="78.363" r="4.5" transform="rotate(-8.29 96.7092 78.363)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M201.329 110.189L103.649 124.421L103.072 120.463L200.752 106.231L201.329 110.189Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.4055 167.593L91.3758 126.21L95.334 125.633L101.364 167.016L97.4055 167.593Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<rect x="67.7617" y="115.503" width="49.2519" height="23.8051" rx="3" transform="rotate(-8.29 67.7617 115.503)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<rect x="73.1367" y="152.382" width="49.2519" height="23.8051" rx="3" transform="rotate(-8.29 73.1367 152.382)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<rect x="151.896" y="95.1211" width="28.2012" height="28.2012" rx="3" transform="rotate(36.71 151.896 95.1211)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<circle cx="209.428" cy="106.89" r="18.292" transform="rotate(-8.29 209.428 106.89)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M255.789 7.0734C256.083 7.4466 256.27 7.89205 256.332 8.36288C256.394 8.83371 256.327 9.3125 256.14 9.74887L251.955 20.2441C251.264 21.9803 249.457 22.3425 248.097 21.8004C247.532 21.5988 247.048 21.2193 246.717 20.7189C246.386 20.2185 246.227 19.6242 246.263 19.0254C246.289 18.7366 246.358 18.4534 246.469 18.1854L250.654 7.69015C250.828 7.22592 251.124 6.81741 251.512 6.50784C251.899 6.19827 252.363 5.99916 252.854 5.93157C253.4 5.85619 253.956 5.9215 254.47 6.12133C254.983 6.32115 255.437 6.64886 255.789 7.0734Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M290.555 57.6684C290.596 58.0058 290.566 58.348 290.467 58.6731C290.368 58.9982 290.202 59.2991 289.98 59.5566C289.758 59.8141 289.485 60.0225 289.178 60.1685C288.872 60.3145 288.538 60.395 288.198 60.4047L277.222 61.2221C276.828 61.2502 276.431 61.1993 276.057 61.0724C275.682 60.9456 275.336 60.7454 275.039 60.4834C274.743 60.2215 274.501 59.903 274.329 59.5467C274.157 59.1904 274.057 58.8033 274.036 58.4082C274.023 58.2454 274.023 58.0819 274.037 57.9192C274.078 57.3174 274.344 56.753 274.781 56.3371C275.218 55.9213 275.794 55.6842 276.398 55.6727L287.368 54.8584C287.763 54.8296 288.159 54.8799 288.534 55.0062C288.909 55.1325 289.255 55.3324 289.552 55.594C289.849 55.8557 290.09 56.1739 290.262 56.5301C290.435 56.8863 290.534 57.2733 290.555 57.6684Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M282.205 27.9441C282.152 28.3116 282.024 28.6644 281.83 28.981C281.636 29.2975 281.379 29.5711 281.076 29.7852L267.563 39.5226C266.955 39.9559 266.202 40.1372 265.463 40.0286C264.724 39.92 264.056 39.5299 263.598 38.9398C263.175 38.3908 262.974 37.703 263.035 37.0128C263.071 36.615 263.192 36.2296 263.39 35.8828C263.588 35.536 263.858 35.236 264.183 35.0032L277.695 25.2658C278.307 24.8296 279.064 24.6474 279.807 24.7576C280.55 24.8678 281.221 25.2617 281.68 25.8566C281.903 26.1513 282.065 26.4881 282.155 26.8468C282.245 27.2055 282.262 27.5787 282.205 27.9441Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path d="M235.918 210.575C255.203 210.575 270.836 194.942 270.836 175.657C270.836 156.372 255.203 140.739 235.918 140.739C216.633 140.739 201 156.372 201 175.657C201 194.942 216.633 210.575 235.918 210.575Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M235.93 156.643H235.918C233.312 156.643 231.199 158.756 231.199 161.361V189.954C231.199 192.56 233.312 194.672 235.918 194.672H235.93C238.536 194.672 240.649 192.56 240.649 189.954V161.361C240.649 158.756 238.536 156.643 235.93 156.643Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M217.711 175.118V176.185C217.711 178.5 219.587 180.376 221.902 180.376H249.968C252.282 180.376 254.159 178.5 254.159 176.185V175.118C254.159 172.803 252.282 170.927 249.968 170.927H221.902C219.587 170.927 217.711 172.803 217.711 175.118Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="320" height="241" viewBox="0 0 320 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoUsers-alternate">
|
|
2
|
+
<path d="M130.353 145.031H33.9438C26.3845 145.031 19.1348 148.034 13.7895 153.379C8.44429 158.725 5.44141 165.974 5.44141 173.534C5.44141 181.093 8.44429 188.343 13.7895 193.688C19.1348 199.033 26.3845 202.036 33.9438 202.036H130.393C137.952 202.036 145.202 199.033 150.547 193.688C155.892 188.343 158.895 181.093 158.895 173.534C158.895 165.974 155.892 158.725 150.547 153.379C145.202 148.034 137.952 145.031 130.393 145.031H130.353Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.474 173.324H69.0149C61.5493 173.464 54.4366 176.528 49.2063 181.857C43.9761 187.186 41.0459 194.354 41.0459 201.821C41.0459 209.288 43.9761 216.457 49.2063 221.786C54.4366 227.115 61.5493 230.179 69.0149 230.319H165.474C172.939 230.179 180.052 227.115 185.282 221.786C190.513 216.457 193.443 209.288 193.443 201.821C193.443 194.354 190.513 187.186 185.282 181.857C180.052 176.528 172.939 173.464 165.474 173.324Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M290.964 94.5055H194.515C190.728 94.4346 186.965 95.1193 183.445 96.5196C179.926 97.9199 176.721 100.008 174.017 102.661C171.314 105.314 169.166 108.48 167.7 111.972C166.235 115.465 165.479 119.215 165.479 123.003C165.479 126.791 166.235 130.541 167.7 134.033C169.166 137.526 171.314 140.692 174.017 143.345C176.721 145.998 179.926 148.086 183.445 149.486C186.965 150.886 190.728 151.571 194.515 151.5H290.964C294.752 151.571 298.515 150.886 302.034 149.486C305.554 148.086 308.759 145.998 311.463 143.345C314.166 140.692 316.313 137.526 317.779 134.033C319.245 130.541 320 126.791 320 123.003C320 119.215 319.245 115.465 317.779 111.972C316.313 108.48 314.166 105.314 311.463 102.661C308.759 100.008 305.554 97.9199 302.034 96.5196C298.515 95.1193 294.752 94.4346 290.964 94.5055Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.084 42.4724H37.767C27.7505 42.4724 18.1444 46.4514 11.0617 53.5341C3.979 60.6168 0 70.2229 0 80.2394C0 90.2558 3.979 99.8619 11.0617 106.945C18.1444 114.027 27.7505 118.006 37.767 118.006H219.084C229.101 118.006 238.707 114.027 245.789 106.945C252.872 99.8619 256.851 90.2558 256.851 80.2394C256.851 70.2229 252.872 60.6168 245.789 53.5341C238.707 46.4514 229.101 42.4724 219.084 42.4724Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path d="M78.3555 137.586C78.3555 114.304 88.234 93.3292 104.028 78.6248L99.3757 67.8554C97.6643 63.8943 100.569 59.4758 104.884 59.4758H212.908C217.223 59.4758 220.128 63.8942 218.416 67.8554L213.764 78.6248C229.558 93.3292 239.437 114.304 239.437 137.586C239.437 167.925 222.66 194.347 197.878 208.08C196.767 208.505 195.65 208.912 194.528 209.299H123.264C122.142 208.912 121.025 208.505 119.914 208.08C95.1316 194.347 78.3555 167.925 78.3555 137.586Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M199.147 210.807L198.949 210.883C197.807 211.319 196.66 211.737 195.507 212.135L195.031 212.299H122.761L122.285 212.135C121.132 211.737 119.985 211.319 118.843 210.883L118.645 210.807L118.46 210.704C92.7621 196.464 75.3555 169.06 75.3555 137.586C75.3555 114.202 84.9666 93.0582 100.446 77.8977L96.6217 69.0452C94.0547 63.1035 98.4111 56.4758 104.884 56.4758H212.908C219.381 56.4758 223.737 63.1035 221.17 69.0452L217.346 77.8977C232.825 93.0582 242.437 114.202 242.437 137.586C242.437 169.06 225.03 196.464 199.332 210.704L199.147 210.807ZM213.764 78.6248L218.416 67.8554C220.128 63.8942 217.223 59.4758 212.908 59.4758H104.884C100.569 59.4758 97.6643 63.8943 99.3757 67.8554L104.028 78.6248C88.234 93.3292 78.3555 114.304 78.3555 137.586C78.3555 167.925 95.1316 194.347 119.914 208.08C121.025 208.505 122.142 208.912 123.264 209.299H194.528C195.65 208.912 196.767 208.505 197.878 208.08C222.66 194.347 239.437 167.925 239.437 137.586C239.437 114.304 229.558 93.3292 213.764 78.6248Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.376 78.0982C127.321 79.4591 126.984 81.3284 125.623 82.2735C110.236 92.9587 104.233 106.949 103.174 112.163C102.844 113.787 101.261 114.836 99.637 114.506C98.0133 114.177 96.9643 112.593 97.294 110.969C98.6486 104.298 105.496 88.9455 122.201 77.3452C123.561 76.4002 125.431 76.7373 126.376 78.0982Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.4617 123.345C109.425 131.022 134.096 128.957 165.472 116.815C187.79 108.178 208.738 108.743 226.232 112.767C229.235 120.692 230.878 129.285 230.878 138.263C230.878 165.379 215.885 188.993 193.736 201.267C192.826 201.614 191.912 201.948 190.995 202.268C190.827 202.326 190.651 202.355 190.474 202.355H127.318C127.141 202.355 126.965 202.326 126.797 202.268C125.88 201.948 124.966 201.614 124.056 201.267C101.907 188.993 86.9141 165.379 86.9141 138.263C86.9141 133.148 87.4475 128.158 88.4617 123.345Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M192.003 201.91C191.667 202.031 191.331 202.15 190.995 202.268C190.842 202.321 190.683 202.35 190.522 202.355H158.022V164.868H192.003V201.91Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M198.37 145.886V164.864H151.654V145.886H158.768V150.611H165.179V145.886H171.8V150.611H178.223V145.886H184.847V150.611H191.256V145.886H198.37Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.051 180.84C170.444 180.84 166.707 184.574 166.707 189.183V202.355H183.394V189.183C183.394 184.574 179.659 180.84 175.051 180.84Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M158.022 164.864H192.003V167.187H160.956L158.022 164.864Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.937 202.309C126.89 202.298 126.843 202.284 126.797 202.268C125.88 201.948 124.966 201.614 124.056 201.267C123.182 200.782 122.32 200.28 121.469 199.761C122.026 197.451 122.244 190.168 116.558 180.505C109.978 169.326 108.159 158.613 108.103 154.336C108.081 152.679 109.406 151.319 111.063 151.297C112.72 151.275 114.08 152.6 114.102 154.257C114.145 157.499 115.682 167.188 121.728 177.462C128.366 188.74 128.345 198.063 127.084 201.942C127.043 202.069 126.993 202.192 126.937 202.309ZM140.658 202.355H134.943C134.793 201.887 134.756 201.374 134.858 200.857C136.065 194.775 134.586 189.669 132.401 184.53C131.853 183.241 131.27 181.972 130.674 180.673L130.674 180.673L130.668 180.661C130.077 179.371 129.469 178.047 128.908 176.719C127.788 174.068 126.785 171.247 126.355 168.246C126.12 166.606 127.26 165.086 128.9 164.852C130.54 164.617 132.06 165.756 132.295 167.396C132.617 169.649 133.394 171.92 134.435 174.384C134.955 175.614 135.523 176.855 136.122 178.158L136.143 178.205C136.514 179.012 136.895 179.842 137.272 180.69C141.539 176.818 142.409 172.568 142.398 171.337C142.383 169.68 143.713 168.325 145.37 168.309C147.027 168.294 148.382 169.625 148.398 171.282C148.426 174.414 146.627 180.887 140.176 186.098C139.984 186.254 139.778 186.381 139.564 186.482C141.064 191.023 141.912 196.134 140.744 202.024C140.721 202.137 140.693 202.248 140.658 202.355Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<circle cx="122.682" cy="140.813" r="3.15681" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<circle cx="218.167" cy="140.303" r="3.66634" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<circle cx="190.619" cy="126.948" r="2.30555" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<circle cx="97.8749" cy="151.317" r="2.30555" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path d="M77.0038 18.7138C76.6954 19.0749 76.49 19.5124 76.4093 19.9804C76.3285 20.4483 76.3754 20.9294 76.5449 21.373L80.303 32.0285C80.9236 33.7911 82.714 34.226 84.0954 33.7392C84.6681 33.5606 85.1672 33.2009 85.5179 32.7143C85.8686 32.2276 86.0518 31.6402 86.0401 31.0405C86.0258 30.7509 85.9678 30.4651 85.868 30.1929L82.11 19.5373C81.9547 19.0664 81.675 18.6463 81.3005 18.3213C80.9261 17.9964 80.4707 17.7787 79.9827 17.6914C79.4402 17.594 78.8818 17.6368 78.3605 17.8158C77.8392 17.9947 77.3722 18.3038 77.0038 18.7138Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M40.2248 67.8644C40.1706 68.1999 40.1869 68.543 40.2727 68.8719C40.3584 69.2007 40.5119 69.5081 40.7231 69.7743C40.9343 70.0406 41.1988 70.2598 41.4995 70.4181C41.8002 70.5764 42.1306 70.6702 42.4697 70.6936L53.4033 71.9533C53.7965 71.9972 54.1946 71.9624 54.5743 71.8508C54.9539 71.7392 55.3075 71.553 55.6145 71.3033C55.9214 71.0535 56.1755 70.7451 56.3619 70.396C56.5484 70.0469 56.6634 69.6642 56.7003 69.2702C56.72 69.1081 56.7264 68.9447 56.7195 68.7816C56.7024 68.1786 56.4601 67.6039 56.0402 67.1708C55.6204 66.7376 55.0536 66.4775 54.4515 66.4416L43.5225 65.1853C43.1294 65.1407 42.7313 65.1749 42.3516 65.286C41.9719 65.3971 41.6182 65.5828 41.3111 65.8323C41.004 66.0818 40.7498 66.39 40.5632 66.7389C40.3767 67.0878 40.2617 67.4705 40.2248 67.8644Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M49.7679 38.5014C49.806 38.8707 49.9191 39.2284 50.1002 39.5525C50.2813 39.8766 50.5266 40.1604 50.8211 40.3865L63.93 50.6612C64.5205 51.1187 65.265 51.3302 66.0079 51.2515C66.7507 51.1728 67.4343 50.81 67.9158 50.2389C68.3602 49.7074 68.5887 49.0283 68.5559 48.3362C68.5363 47.9373 68.431 47.5473 68.2471 47.1928C68.0632 46.8383 67.8051 46.5276 67.4902 46.2819L54.3814 36.0072C53.7879 35.5467 53.0391 35.3342 52.2922 35.4143C51.5454 35.4944 50.8587 35.8609 50.3764 36.4368C50.1412 36.7222 49.966 37.0522 49.8614 37.407C49.7569 37.7618 49.725 38.134 49.7679 38.5014Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="321" height="241" viewBox="0 0 321 241" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Radar-alternate">
|
|
2
|
+
<path d="M130.521 144.918H34.1116C26.5523 144.918 19.3026 147.921 13.9574 153.267C8.61212 158.612 5.60924 165.862 5.60924 173.421C5.60924 180.98 8.61212 188.23 13.9574 193.575C19.3026 198.92 26.5523 201.923 34.1116 201.923H130.561C138.12 201.923 145.37 198.92 150.715 193.575C156.06 188.23 159.063 180.98 159.063 173.421C159.063 165.862 156.06 158.612 150.715 153.267C145.37 147.921 138.12 144.918 130.561 144.918H130.521Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M165.642 173.211H69.183C61.7173 173.351 54.6047 176.415 49.3744 181.744C44.1441 187.073 41.214 194.242 41.214 201.709C41.214 209.176 44.1441 216.344 49.3744 221.673C54.6047 227.002 61.7173 230.066 69.183 230.206H165.642C173.108 230.066 180.22 227.002 185.45 221.673C190.681 216.344 193.611 209.176 193.611 201.709C193.611 194.242 190.681 187.073 185.45 181.744C180.22 176.415 173.108 173.351 165.642 173.211Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
4
|
+
<path d="M291.132 94.3927H194.683C190.896 94.3218 187.133 95.0065 183.613 96.4068C180.094 97.8071 176.889 99.8949 174.185 102.548C171.482 105.201 169.334 108.367 167.869 111.86C166.403 115.352 165.648 119.102 165.648 122.89C165.648 126.678 166.403 130.428 167.869 133.921C169.334 137.413 171.482 140.579 174.185 143.232C176.889 145.885 180.094 147.973 183.613 149.373C187.133 150.774 190.896 151.458 194.683 151.388H291.132C294.92 151.458 298.683 150.774 302.203 149.373C305.722 147.973 308.927 145.885 311.631 143.232C314.334 140.579 316.481 137.413 317.947 133.921C319.413 130.428 320.168 126.678 320.168 122.89C320.168 119.102 319.413 115.352 317.947 111.86C316.481 108.367 314.334 105.201 311.631 102.548C308.927 99.8949 305.722 97.8071 302.203 96.4068C298.683 95.0065 294.92 94.3218 291.132 94.3927Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M219.253 42.3596H37.9353C27.9189 42.3596 18.3127 46.3386 11.23 53.4213C4.14732 60.504 0.16832 70.1102 0.16832 80.1266C0.16832 90.143 4.14732 99.7492 11.23 106.832C18.3127 113.915 27.9189 117.894 37.9353 117.894H219.253C229.269 117.894 238.875 113.915 245.958 106.832C253.04 99.7492 257.02 90.143 257.02 80.1266C257.02 70.1102 253.04 60.504 245.958 53.4213C238.875 46.3386 229.269 42.3596 219.253 42.3596Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M219.233 207.604C219.706 208.908 218.74 210.286 217.353 210.286H163.152C161.725 210.286 160.757 208.836 161.305 207.519L190.911 136.25C191.247 135.441 192.268 135.183 192.948 135.735C193.133 135.885 193.273 136.082 193.354 136.306L219.233 207.604Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M192.11 137.273L162.69 208.094C162.553 208.424 162.795 208.786 163.152 208.786H217.353C217.7 208.786 217.941 208.442 217.823 208.116L192.11 137.273ZM189.525 135.674C190.246 133.939 192.435 133.386 193.894 134.57C194.29 134.892 194.591 135.315 194.764 135.794L220.643 207.092C221.471 209.374 219.781 211.786 217.353 211.786H163.152C160.656 211.786 158.962 209.249 159.919 206.944L189.525 135.674Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M205.463 148.876C205.463 156.747 199.084 163.126 191.214 163.126C183.345 163.126 176.965 156.747 176.965 148.876C176.965 141.007 183.345 134.628 191.214 134.628C199.084 134.628 205.463 141.007 205.463 148.876Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.062 76.1225C105.61 76.8171 105.807 77.7461 106.502 78.1977L168.612 118.572C169.306 119.024 170.235 118.827 170.687 118.132C171.138 117.438 170.941 116.509 170.247 116.057L108.137 75.6824C107.442 75.2309 106.513 75.4279 106.062 76.1225Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<circle cx="7.54766" cy="7.54766" r="7.54766" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 117.11 72.6863)" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M141.743 129.443C142.481 129.068 142.776 128.165 142.401 127.426L120.557 84.4078C120.182 83.6691 119.279 83.3744 118.54 83.7495C117.802 84.1245 117.507 85.0274 117.882 85.7661L139.726 128.784C140.101 129.523 141.004 129.818 141.743 129.443Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.045 87.299C168.997 88.126 168.287 88.7575 167.46 88.7094L119.564 85.9244C118.737 85.8763 118.105 85.1669 118.153 84.3399C118.202 83.5129 118.911 82.8814 119.738 82.9295L167.634 85.7144C168.461 85.7625 169.093 86.4719 169.045 87.299Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M182.258 53.4244C182.887 52.4699 184.191 52.2353 185.089 52.9419C209.802 72.376 215.672 108.211 197.768 135.383C179.863 162.555 144.62 171.298 117.012 156.257C116.008 155.711 115.709 154.419 116.338 153.465L182.258 53.4244Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.086 152.64C113.992 154.301 114.492 156.593 116.295 157.575C144.599 172.995 180.695 164.019 199.02 136.208C217.346 108.397 211.353 71.6879 186.017 51.7629C184.403 50.494 182.099 50.9383 181.005 52.5992L115.086 152.64ZM117.73 154.94C117.525 154.829 117.427 154.538 117.591 154.29L183.51 54.2498C183.674 54.0017 183.979 53.9768 184.162 54.1211C208.25 73.0642 213.999 108.024 196.515 134.557C179.032 161.091 144.64 169.601 117.73 154.94Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.726 142.116C176.7 143.457 176.403 145.333 175.062 146.307C164.181 154.213 151.836 157.844 135.498 154.247C133.879 153.891 132.857 152.29 133.213 150.672C133.569 149.054 135.17 148.031 136.788 148.387C151.337 151.591 161.945 148.421 171.536 141.453C172.876 140.479 174.752 140.776 175.726 142.116Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path d="M98.284 24.2546L103.427 47.0255C103.438 47.0689 103.46 47.1084 103.492 47.14C103.523 47.1716 103.562 47.1941 103.605 47.2051C103.649 47.216 103.694 47.2151 103.737 47.2024C103.78 47.1897 103.818 47.1657 103.849 47.1328L110.066 40.2868C110.091 40.2595 110.121 40.2379 110.155 40.2238C110.189 40.2097 110.226 40.2033 110.262 40.2051C110.299 40.2069 110.334 40.2169 110.367 40.2343C110.399 40.2518 110.426 40.2762 110.448 40.3059L118.669 51.6127C118.702 51.6597 118.75 51.6935 118.806 51.7083C118.861 51.7232 118.92 51.7182 118.972 51.6941C119.024 51.6701 119.067 51.6285 119.092 51.5766C119.117 51.5247 119.124 51.4657 119.111 51.4097L114.09 28.4948C114.08 28.451 114.058 28.4109 114.027 28.3788C113.996 28.3466 113.957 28.3237 113.913 28.3125C113.87 28.3013 113.824 28.3021 113.781 28.315C113.738 28.3279 113.7 28.3523 113.669 28.3855L107.405 35.3687C107.38 35.3959 107.349 35.4173 107.315 35.4314C107.281 35.4455 107.244 35.4519 107.208 35.4502C107.171 35.4484 107.135 35.4386 107.103 35.4214C107.07 35.4042 107.042 35.38 107.02 35.3506L98.7248 24.0487C98.6917 24.0017 98.6432 23.9679 98.5877 23.9533C98.5322 23.9386 98.4732 23.944 98.4209 23.9684C98.3686 23.9928 98.3263 24.0348 98.3013 24.0871C98.2763 24.1394 98.2702 24.1986 98.284 24.2546Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M35.1228 44.0427L47.3039 63.957C47.3281 63.9946 47.3619 64.025 47.4018 64.0448C47.4416 64.0647 47.4861 64.0733 47.5305 64.0699C47.5748 64.0664 47.6175 64.051 47.654 64.0252C47.6905 63.9994 47.7195 63.9642 47.7379 63.9232L51.4283 55.4437C51.4429 55.4098 51.4648 55.3797 51.4924 55.3554C51.5199 55.3311 51.5525 55.3133 51.5877 55.3033C51.6229 55.2933 51.6598 55.2913 51.6958 55.2975C51.7318 55.3037 51.766 55.318 51.7958 55.3392L63.2119 63.4081C63.2581 63.442 63.3146 63.4586 63.3718 63.4549C63.4289 63.4512 63.483 63.4276 63.5248 63.388C63.5666 63.3485 63.5935 63.2955 63.6008 63.2382C63.6081 63.1809 63.5954 63.1228 63.5649 63.0741L51.4533 42.984C51.4297 42.9458 51.3962 42.9148 51.3564 42.8944C51.3166 42.8739 51.272 42.8649 51.2274 42.8681C51.1829 42.8714 51.14 42.8868 51.1033 42.9128C51.0667 42.9388 51.0378 42.9744 51.0197 43.0157L47.3288 51.6402C47.3138 51.6741 47.2916 51.7042 47.2639 51.7285C47.2361 51.7528 47.2035 51.7706 47.1682 51.7807C47.1329 51.7909 47.0958 51.7931 47.0597 51.7872C47.0235 51.7813 46.9891 51.7674 46.9588 51.7465L35.4741 43.7061C35.4276 43.6722 35.3709 43.6558 35.3136 43.6598C35.2563 43.6637 35.2022 43.6877 35.1605 43.7276C35.1188 43.7676 35.0922 43.8209 35.0854 43.8784C35.0785 43.936 35.0917 43.9941 35.1228 44.0427Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
</svg>
|