@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,23 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-FaceID" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M93.592 49.004c.085.258.09.346.09.35 2.46-.532 2.66 1.667 2.66 1.667 2.206-.13 2.09 1.801 2.088 1.822 2.384-.02 1.911 2.027 1.907 2.043 2.109.2 1.436 2.365 1.433 2.374 2.228.549 1.216 2.551 1.207 2.569 1.977.466.876 2.724.876 2.724 2.392 1.144.45 3 .441 3.01 2.042 1.121.22 2.879.22 2.879 1.652 1.48-.055 2.876-.138 2.941 1.703 1.317-.258 2.722-.258 2.722.851 1.135-.683 2.097-.701 2.108.506 1.648-.992 2.069-.992 2.069.658 1.79-1.081 2.105-1.096 2.108.476 1.567-.841 2.128-1.527 2.308a1.554 1.554 0 0 1-1.542 1.733c-.13 0-.261-.02-.381-.05a1.553 1.553 0 0 1-1.723 1.487 1.551 1.551 0 0 1-2.058.69c-.02.231-.085.462-.21.682a1.57 1.57 0 0 1-1.306.76c-.437 1.084-.949 1.807-1.523 2.42.014 1.073.14 2.971.365 4.792 0 .25.286.55.29.551.022.029 2.888 3.911 3.681 5.398.082.152.161.312.243.478 6.057 1.106 9.923 1.597 15.731 3.658 5.475 1.944 6.926 4.546 8.631 12.699H49.097c.148-.484.308-.895.48-1.217 2.183-4.081 9.494-7.406 12.434-8.638 1.23-.515 4.189-1.845 7.6-3.267 1.078-2.768 2.442-6.83 3.268-7.501-.097-3.233-.082-6.756-.082-6.783l.557-.022-.002-.003 1.125-.045c.172-.467.372-1.038.573-1.663a1.759 1.759 0 0 1-2.429-1.587 1.754 1.754 0 0 1-2.834-.56 1.755 1.755 0 0 1-.922-.166 1.765 1.765 0 0 1-.986-1.517c-2.84.355-3.259-2.45-3.26-2.459-2.848.045-1.872-2.557-1.868-2.569-2.234.065-1.584-2.385-1.582-2.393-1.534-.2-1.014-2.346-1.012-2.354-1.155-.439-.487-1.809-.48-1.823-1.62-.697-.388-2.466-.376-2.483-1.95-1.095-.375-2.914-.37-2.92-1.91-1.36.08-3.224.085-3.23-1.466-1.99.578-2.916.595-2.924-.895-2.094.918-2.755.942-2.764-.829-2.126 1.482-2.72 1.497-2.724-.44-2.703 1.978-2.77 1.978-2.77-.155-2.678 2.128-2.243 2.128-2.243.461-2.348 2.79-1.797 2.79-1.797.043-.278.134-.502.256-.681l24.39.11Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M74.87 100.452s6.168.095 12.363 1.232c6.194 1.137 10.085 1.613 15.968 3.701 5.884 2.088 7.122 4.937 9.019 14.616.196.996.372 1.991.535 2.975H40c.339-2.683.795-4.961 1.41-6.109 2.183-4.081 9.494-7.406 12.433-8.638 2.94-1.232 15.758-7.121 21.026-7.782v.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M74.128 95.576c7.527 0 9.745 1.202 9.745 1.202l3.36 4.903v.004l1.703.306 4.992 12.203-5.889-1.628s-3.263 6.971-7.975 10.411h-9.438c-2.017-1.617-4.312-4.325-6.653-8.262-.009.004-2.121 1.129-6.144 2.283 0 0 1.532-9.554 3.62-12.033 2.088-2.478 5.153-9.389 12.68-9.389Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M73.642 95.045c2.485 0 4.961.201 6.817.402.465.05.89.1 1.266.148l.976.128h.002a69.169 69.169 0 0 0 .699.102l.045.009.099.014.062.077c.025.032.055.076.073.1.078.108.195.266.335.461l.49.68.588.824.547.784c.457.66.901 1.323 1.232 1.858l.185.305.002.003.17.301.004.006c.512.964 1.013 2.174 1.727 3.902l.55 1.318c.59 1.413 1.318 3.12 2.267 5.22l.2.443-4.816-.951c-.046.112-.114.265-.19.441-.17.391-.413.938-.705 1.557v.001c-.576 1.238-1.327 2.771-2.04 3.936-.717 1.165-2.183 3.32-4.055 5.059v.001c-.303.28-.618.55-.941.803h-9.005a21.567 21.567 0 0 1-.193-.148c-1.204-.94-2.373-2.12-3.398-3.336a27.253 27.253 0 0 1-2.562-3.559 13.267 13.267 0 0 1-.775-1.485v-.001c-.188-.435-.305-.802-.334-1.081l-3.655 1.563.028-.408.04-.542v-.003a54.3 54.3 0 0 1 .246-2.294c.23-1.787.614-3.9 1.207-5.204.593-1.305 1.376-3.547 2.129-5.481.376-.968.745-1.853 1.076-2.51.167-.33.324-.6.466-.79.076-.106.152-.184.22-.237a.688.688 0 0 1 .083-.057l-.019.013a.253.253 0 0 0-.043.044l-.01.014.082.106a.373.373 0 0 1-.015-.087.448.448 0 0 1 .04-.073l-.003-.005.031-.025.069-.068h.032l.107-.06a17.727 17.727 0 0 1 2.33-1.056c1.566-.582 3.748-1.16 6.232-1.162h.005Zm-8.912 2.433a.25.25 0 0 0 .023.302.828.828 0 0 1 .107-.11.23.23 0 0 1-.045-.086l-.085-.106Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M72.646 46.057c1.578-1.623 2.673.1 2.679.11 1.602-1.187 2.198.286 2.198.286 1.933-1.207 2.634.59 2.634.59 2.168-1.139 2.632.848 2.634.857 2.679-.551 2.724 1.537 2.724 1.537 2.459-.525 2.659 1.668 2.659 1.668 2.214-.13 2.088 1.816 2.088 1.822 2.39-.02 1.914 2.038 1.913 2.043 2.108.196 1.427 2.374 1.427 2.374 2.238.55 1.207 2.569 1.207 2.569 1.968.458.887 2.701.876 2.724 2.394 1.141.44 3.01.44 3.01 2.042 1.12.224 2.876.221 2.879 1.692 1.517-.14 2.944-.14 2.944 1.698 1.31-.234 2.709-.255 2.724.853 1.138-.691 2.102-.701 2.108.502 1.639-.971 2.059-.987 2.063.661 1.803-1.097 2.108-1.097 2.108.481 1.568-.84 2.129-1.527 2.309a1.554 1.554 0 0 1-1.928 1.683 1.552 1.552 0 0 1-1.547 1.497c-.06 0-.115 0-.17-.01a1.549 1.549 0 0 1-2.058.69 1.565 1.565 0 0 1-.21.682 1.568 1.568 0 0 1-1.939.646c-.23-.095-.42-.24-.57-.41a1.55 1.55 0 0 1-2.599.55 1.81 1.81 0 0 1-.2.6 1.783 1.783 0 0 1-2.304.747 1.75 1.75 0 0 1-.671-.56c-.105.385-.346.75-.956 1-.381.15-.807.166-1.177 0a1.53 1.53 0 0 1-.831-.936 1.77 1.77 0 0 1-.406.987 1.763 1.763 0 0 1-1.843.556 1.763 1.763 0 0 1-1.252-1.498l-.03.065a1.759 1.759 0 0 1-3.34-.67c-.5.635-1.397.866-2.153.495a1.762 1.762 0 0 1-.986-1.542c-.516.5-1.308.65-1.994.315-.39-.19-.68-.506-.84-.876a1.77 1.77 0 0 1-.922-.17 1.769 1.769 0 0 1-.992-1.512c-2.832.354-3.256-2.435-3.26-2.46-2.843.046-1.874-2.548-1.867-2.568-2.233.065-1.585-2.383-1.583-2.394C51.474 77.494 52 75.341 52 75.341c-1.164-.44-.489-1.817-.486-1.823-1.624-.7-.38-2.477-.376-2.484-1.952-1.096-.375-2.919-.375-2.919-1.91-1.36.082-3.222.09-3.23v-.005c-1.472-1.998.591-2.92.591-2.92-.901-2.107.946-2.768.946-2.768-.83-2.121 1.466-2.717 1.492-2.724-.438-2.694 1.96-2.769 1.979-2.77-.155-2.664 2.108-2.242 2.133-2.238.458-2.34 2.771-1.807 2.789-1.803.284-1.812 2.588-1.322 2.614-1.317.96-2.689 3.249-1.223 3.275-1.207.966-2.198 2.789-.615 2.789-.615 1.537-2.133 3.185-.46 3.185-.46Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M74.443 110.644s-3.415-1.297-4.396-2.153c-.982-.856-4.873-4.206-5.158-7.591-.285-3.386-.255-10.22-.255-10.22l18.257-.727s0 4.242.41 6.615c0 0 .03 2.564-.6 4.271-.631 1.708-2.88 5.599-3.861 6.52-.981.917-3.736 3.225-4.397 3.29v-.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m65.185 90.653 17.701-.706s0 4.242.41 6.615c0 0 .03 2.564-.6 4.272-.436 1.181-1.648 3.405-2.674 4.972-12.734-5.794-14.837-15.153-14.837-15.153Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M72.165 56.327c.996-.09.906.605 2.428.41 1.523-.195 2.074-.195 2.675.07.6.266.941 1.012 1.988 1.267 1.046.256 1.337.396 2.023.977.685.58.615 1.407 1.301 1.988.686.58 1.082.686 1.518 1.372.435.686.04 1.282.295 1.968.255.685.666.245 1.052.876l.027.047c.092.26.173.514.246.759.006.314-.102.666-.328 1.177-.42.951.66 1.242.84 1.927.181.686-.73 1.618-.24 2.474.182.316.29.864.356 1.43-.073 2.399-.319 5.309-.701 9.096-.696 6.895-2.213 7.912-4.176 9.68-1.963 1.773-4.427 3.73-8.092 3.736-3.666 0-6.135-1.963-8.093-3.736-1.796-1.622-3.219-2.608-3.98-8.05a1.764 1.764 0 0 1-.972.328c-1.091.05-1.567-1.472-2.138-3.986-.571-2.513-.996-4.697 0-4.887.86-.165 2.076.843 2.39 1.12a92.624 92.624 0 0 1-.143-2.338v-.31c0-.174-.064-.545.387-1.302.416-1.121.2-1.552 0-2.458-.005-.013-.39-.906.325-1.553.466-.42.471-1.191.396-2.563-.075-1.372 1.252-2.374 1.582-2.559.33-.185 1.162-1.177 1.487-2.329.326-1.151.942-1.682 1.593-1.868.651-.185 1.192-.195 1.913-.84.72-.647.436-1.007 1.137-1.242.7-.236.565.065 1.176.235.611.17.731-.826 1.728-.916Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M76.356 56.603c.362.016.632.081.912.205.601.265.942 1.012 1.988 1.267 1.047.255 1.337.396 2.023.976.686.581.616 1.407 1.302 1.988s1.082.686 1.517 1.372c.436.686.04 1.282.296 1.968.255.686.666.246 1.051.877l.02.033c.094.268.179.528.254.78.004.312-.105.663-.329 1.17-.42.951.661 1.242.841 1.928.18.686-.73 1.617-.24 2.473.181.316.29.862.356 1.428-.028.926-.082 1.93-.16 3.03.508-.395 1.393-.975 2.063-.847.996.19.57 2.373 0 4.887-.571 2.513-1.047 4.036-2.139 3.986a1.843 1.843 0 0 1-.684-.16c-.768 5.296-2.18 6.28-3.958 7.882-1.962 1.772-4.426 3.73-8.092 3.735-1.903 0-3.48-.53-4.832-1.287 3.766.32 5.528-.586 6.004-2.163h-.01c.502-1.667-1.642-2.651-1.642-2.429 2.593-1.201 1.507-4.026 1.507-4.026.56-1.201 0-2.784 0-2.784 2.499.551 3.08-1.487 3.08-1.487l2.208 2.508c.736-1.637 1.162-2.493 2.73-4.366 1.56-1.865 1.05-3.144 1.046-3.155-1.117.782-2.885.451-3.596.331-.711-.12-1.828-.59-1.948-.981-.12-.385.603-.511.606-.511 2.228.383 2.511-2.14 2.514-2.163 0 0-1.282-1.422-3.085-.666-1.802.756-1.898 3.986-1.898 3.986l-1.612.33s-.095-.806 0-2.609c.095-1.802.57-3.846 1.612-4.506 1.042-.661 2.61-.331 2.61-.331 2.192-6.37-.646-10.774-2.315-12.669Zm-5.808 22.786c-.074.095-.892 1.19-.801 2.461a1.244 1.244 0 0 0-1.067.31c.005-.016.594-2.343 1.868-2.771Zm.005-.002-.005.002.005-.007v.005Zm-4.356-9.735c.007 0 1.333-.105 1.832-.06.501.045 2.645 0 3.25 2.048l.01.005s.356 1.422.235 1.993c-.12.571-1.567 1.197-1.567 1.197a2.223 2.223 0 0 0-1.647-1.317c-1.257-.235-3.446-.496-4.277.621 0 0 .721-2.734 4.091-2.64l-1.927-1.847Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M62.671 70.853s1.392-1.217 2.419-1.217c1.026 0 2.403.52 3.51.821 1.107.3 2.308.556 2.564.396.255-.16.16-1.092.14-1.217-.02-.125-.49-.44-1.487-.556-.997-.115-2.043-.16-3.53-.095-1.488.065-3.145.586-3.621 1.868h.005Zm21.969 0s-1.393-1.217-2.42-1.217c-1.026 0-2.403.52-3.51.821-1.106.3-2.308.556-2.563.396-.256-.16-.16-1.092-.14-1.217.02-.125.49-.44 1.487-.556.996-.115 2.043-.16 3.53-.095 1.487.065 3.145.586 3.62 1.868h-.005ZM72.546 81.825c-.01-.27-.476-.666-.951-.65-.476.014-.857.38-.857.71 0 .33.476.426.817.38.34-.044.996-.18.986-.44h.005Zm1.978.235c.055.23.57.27.901.216.33-.055.546-.216.546-.551 0-.336-.18-.456-.556-.43-.375.024-.971.425-.891.77v-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M73.623 89.853c.886 0 1.692-.045 2.578-.696.887-.651 2.249-1.928 2.264-2.118.015-.19-1.157-.556-1.898-.997-.741-.44-1.122-.71-1.883-.696-.761.015-1.061.33-1.061.33s-.366-.33-1.077-.33-1.678.476-2.183.902c-.506.425-.887.696-1.583.856 0 0 1.507 1.627 2.74 2.183 1.231.556 1.392.571 2.103.571v-.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M73.623 89.853c-.711 0-.872-.015-2.103-.57-.776-.346-1.658-1.123-2.204-1.648.1-.1.196-.17.256-.19 0 0 .205-.19 1.647-.206 1.437-.015 3.18 0 3.926 0 1.678 0 2.454.536 2.454.536l.13.08c-.466.44-1.057.956-1.522 1.297-.887.65-1.693.696-2.58.696h-.004v.005Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M69.957 74.835c-.186-.01-1.132-.615-1.242-.51-.1.82-1.007 1.522-1.803 1.051-.436-.255-.576-.656-.776-1.086-.596.215-1.352.6-1.928.14-.12-.097-.177-.192-.17-.286.275-.475.906-.73 1.417-.866 1.257-.335 2.774-.265 3.805.52.31.236.697.627.697 1.037Zm10.841-.547c-.22.941-1.132 1.678-2.028.946a1.408 1.408 0 0 1-.531-.951l-1.242.546c.02-.48.591-.997.977-1.237 1.181-.731 3.765-.716 4.782.285.255.256.245.396-.065.591-.646.406-1.257-.01-1.888-.19l-.005.01Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M45.836 96.04v-8.058h1.502v8.057c0 1.85 1.422 3.295 3.07 3.295h9.72v1.503h-9.72c-2.559 0-4.572-2.201-4.572-4.798Zm0-39.092c0-2.602 2.014-4.798 4.572-4.798h10.09v1.503h-10.09c-1.649 0-3.07 1.44-3.07 3.295v8.938h-1.502v-8.938Zm55.107 0c0-1.85-1.422-3.295-3.07-3.295h-9.389V52.15h9.39c2.558 0 4.571 2.201 4.571 4.798v9.048h-1.502v-9.048Zm.001 39.089v-7.781h1.502v7.781c0 2.603-2.014 4.798-4.572 4.798H88.65v-1.502h9.224c1.649 0 3.07-1.441 3.07-3.296Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M75.94 78.84c.874.343 1.984 2.231 1.794 3.13-.188.895-1.31.714-1.327.711.014-.007.996-.495.856-1.187-.349-1.507-1.266-2.587-1.324-2.655Zm-17.513-2.111c.145-.3.31-.405.58-.16v.005c-.006.005-.353.3-.145 3.004-.001-.005-.675-2.349-.435-2.849Zm29.407-.516c.27-.246.436-.14.58.16.24.5-.431 2.837-.434 2.849.207-2.695-.137-2.997-.146-3.004v-.005Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m75.94 78.84-.009-.004h.006s0 .002.002.003Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M105.795 76.186v1.502H41.344v-1.502h64.451Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M74.47 110.704c.026.017.409.266.395.726l-.41 11.547h-1.176c.242-3.471.79-11.369.814-11.738.028-.442.34-.526.377-.535Zm-4.633-1.048a18.907 18.907 0 0 0 3.19 1.566l-8.553 5.365c-1.517-2.178-1.517-3.23-1.517-3.23l6.88-3.701Zm9.354-1.417c.039.016 7.816 3.109 7.952 2.95.135-.16-.981 2.327-1.157 2.563-.175.235-9.996-2.915-10.025-2.924l3.23-2.594v.005Zm-6.159 2.985-.005-.002.005-.003v.005Zm1.438-.52-.001-.001h.005l-.004.001Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M102.54 118.49s.525 1.846 1.248 4.487h-.431a42.34 42.34 0 0 0-.817-4.487Z"/>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Fingerprint" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M45.825 112.268c.07.373.201.715.393 1.023.186.302.428.564.7.77.272.206.579.363.906.448a2.44 2.44 0 0 0 1.012.056l13.99-2.302c.1.146.216.297.357.459.423.473 1.888 1.465 2.97 2.296.998.77 3.823 3.132 4.744 3.928h36.438l-4.341-3.682a3.32 3.32 0 0 0-2.095-.825l-1.384-.036-1.496-1.807a6.953 6.953 0 0 0-2.593-2.417c-.076-.041-.156-.076-.237-.116-.242-.856-.317-1.692-.408-2.463-.13-1.057-.498-3.263-.654-3.943-.162-.679-.76-2.794-.967-3.489-.207-.7-.6-3.727-.821-4.814-.191-.917-.836-1.939-1.304-2.589 0 .01.015.03.035.07l-.04-.054v-.01c-.015-.02-.02-.03-.036-.046-.07-.1-.14-.191-.196-.267-.448-.589-1.974-1.898-2.347-2.246-.372-.347-1.339-.921-1.752-1.254-.413-.332-1.279-.619-2.095-.428-.297.07-.559.232-.78.408.005-.005.01-.015.02-.025-.393.312-.645.68-.645.68s-.115-.166-.206-.363c-.09-.196-.604-1.45-.917-2.135-.317-.684-.815-1.692-1.334-2.276-.514-.584-1.355-.72-2.004-.654-.645.065-1.365.584-1.743.981a1.535 1.535 0 0 0-.317.554h-.005a3.646 3.646 0 0 0-.106.403l-.015.086c-.01.05-.015.096-.02.14l-.015.122c0 .04-.01.08-.01.116 0 .035 0 .065-.005.1 0 .035-.005.07-.005.101-.015.383-.126 1.188-.171 1.526l-.025.146v.015s-.393-.942-.6-1.47a60.11 60.11 0 0 1-.967-2.67c-.221-.674-.9-1.243-1.52-1.52l-6.904-31.05a2.802 2.802 0 0 0-.363-.86 3.132 3.132 0 0 0-.614-.7 2.788 2.788 0 0 0-.79-.464 2.363 2.363 0 0 0-.872-.161l-24.856.398c-.332 0-.64.08-.906.201a1.94 1.94 0 0 0-.68.524c-.09.106-.16.221-.226.347.01-.02.02-.045.035-.065.03-.056.07-.111.106-.166l-1.516 2.13a1.684 1.684 0 0 0-.186.337c-.05.12-.091.242-.121.378-.026.13-.04.267-.046.408 0 .14.01.287.036.433l10.54 57.763-.026.02Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M72.972 37.112c.322 0 .644.06.951.177.302.115.6.292.861.503.262.217.489.474.67.76.181.288.317.605.393.937L89.11 99.131c.085.378.1.76.05 1.108a2.78 2.78 0 0 1-.327.972 2.405 2.405 0 0 1-.64.725 2.02 2.02 0 0 1-.901.372l-28.33 4.628a2.72 2.72 0 0 1-1.123-.06 2.807 2.807 0 0 1-1.003-.504 3.377 3.377 0 0 1-.78-.861 3.173 3.173 0 0 1-.433-1.133l-11.87-64.199a2.34 2.34 0 0 1 .026-1.007c.08-.312.222-.594.418-.836.201-.242.448-.433.74-.57.292-.135.625-.216.987-.22l27.047-.434Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m87.293 102.323-28.33 4.627c-.378.066-.76.041-1.113-.06a2.935 2.935 0 0 1-1.002-.504 3.178 3.178 0 0 1-.78-.861 3.173 3.173 0 0 1-.434-1.133L43.755 40.178a2.272 2.272 0 0 1 .005-.932c.03-.146.076-.287.136-.412.03-.066.06-.131.096-.192.035-.06.076-.12.116-.181l-1.652 2.321c-.08.116-.151.237-.206.363a2.182 2.182 0 0 0-.181.851c0 .156.01.312.04.468l11.47 62.855c.076.403.222.78.424 1.108.206.332.463.614.76.841.297.226.63.392.987.488.353.096.725.121 1.098.06l27.822-4.577 2.623-.921v.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M72.534 38.064c.256-.01.513.035.755.126a2.419 2.419 0 0 1 1.209.987c.146.231.251.478.307.745l12.79 59.667c.06.292.07.574.025.846a2.04 2.04 0 0 1-.267.73 1.73 1.73 0 0 1-.508.539 1.62 1.62 0 0 1-.71.272l-26.916 3.696a1.98 1.98 0 0 1-.84-.065 2.356 2.356 0 0 1-.756-.388 2.5 2.5 0 0 1-.584-.65 2.35 2.35 0 0 1-.327-.841l-11.91-62.502a1.893 1.893 0 0 1 .01-.79 1.7 1.7 0 0 1 .313-.66 1.61 1.61 0 0 1 .559-.458 1.76 1.76 0 0 1 .75-.192l26.105-1.062h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m54.027 38.562 12.685-.408.161.987c.03.197.005.383-.065.56-.07.175-.192.337-.343.473a1.803 1.803 0 0 1-.574.347c-.226.09-.473.151-.75.176h-.161l-8.37.307c-.307.01-.599-.02-.876-.09a2.856 2.856 0 0 1-.75-.302 1.918 1.918 0 0 1-.544-.469 1.275 1.275 0 0 1-.262-.584l-.15-1.007v.015-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m58.65 53.04.197.947-3.259.246a1.1 1.1 0 0 0-.438.116 1.06 1.06 0 0 0-.332.247.959.959 0 0 0-.196.337.742.742 0 0 0-.016.393l.766 3.782-.917.076-.76-3.782a1.822 1.822 0 0 1 .01-.776c.056-.241.171-.463.327-.654.157-.192.348-.348.585-.469a2.09 2.09 0 0 1 .785-.216l3.258-.242-.01-.005Zm11.119-.816c.282-.02.554.015.816.096.262.08.508.206.73.362.221.162.408.353.559.575.15.221.262.468.312.735l.816 3.832-.876.07-.816-3.837a1.006 1.006 0 0 0-.171-.372 1.173 1.173 0 0 0-.313-.297 1.573 1.573 0 0 0-.407-.187 1.28 1.28 0 0 0-.459-.045l-3.515.262-.196-.937 3.515-.257h.005ZM57.613 70.302l.735 3.656c.03.14.09.272.177.382.085.116.2.222.327.302.126.081.277.147.423.187.15.04.317.055.478.035l3.168-.317.201.967-3.172.327c-.293.03-.58 0-.857-.076a2.569 2.569 0 0 1-.76-.357 2.339 2.339 0 0 1-.584-.594 2.077 2.077 0 0 1-.327-.766l-.735-3.656.916-.085h.01v-.005Zm17.686-1.738.775 3.636c.055.272.055.534 0 .78a1.74 1.74 0 0 1-.856 1.149 2.04 2.04 0 0 1-.76.236l-3.586.363-.201-.962 3.585-.357c.156-.015.302-.06.428-.126a1.001 1.001 0 0 0 .499-.6.862.862 0 0 0 .01-.392l-.776-3.64.877-.087h.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M62.613 38.774h.02a.53.53 0 0 1 .156.025c.05.015.096.045.136.085.04.04.076.08.106.126.03.045.045.1.055.16.01.056 0 .107-.005.157a.31.31 0 0 1-.06.13.313.313 0 0 1-.236.14h-.02a.3.3 0 0 1-.157-.024.388.388 0 0 1-.136-.085.67.67 0 0 1-.105-.131.436.436 0 0 1-.055-.16.536.536 0 0 1 0-.157c0-.05.03-.09.06-.13.03-.04.06-.071.105-.096a.356.356 0 0 1 .141-.045h-.005v.005Zm-4.441.146 3.49-.115a.4.4 0 0 1 .272.1.437.437 0 0 1 .146.262v.03a.333.333 0 0 1-.055.267.31.31 0 0 1-.227.126l-3.49.121a.4.4 0 0 1-.272-.1.535.535 0 0 1-.095-.116.459.459 0 0 1-.05-.146v-.03a.333.333 0 0 1 .055-.267.278.278 0 0 1 .1-.086.365.365 0 0 1 .131-.04l-.005-.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M68.51 61.917h.04c.428.554.736 1.219.942 1.939.206.72.307 1.505.337 2.29.03.787-.02 1.577-.125 2.317-.106.74-.267 1.425-.459 2.01-.02.055-.055.176-.11.317-.056.146-.126.332-.202.498a3.037 3.037 0 0 1-.247.463c-.085.126-.17.212-.246.222h-.036s-.01 0-.015-.005c0-.005-.01-.005-.015-.01-.015-.05-.035-.09-.05-.13-.015-.041-.035-.077-.05-.112a.4.4 0 0 1-.03-.11v-.141c.014-.142.065-.323.135-.514s.156-.413.247-.64c.09-.226.181-.453.262-.685a5.15 5.15 0 0 0 .186-.639c.066-.337.12-.715.156-1.113.035-.398.06-.826.066-1.249.005-.423-.005-.85-.036-1.259a9.025 9.025 0 0 0-.156-1.138 3.114 3.114 0 0 0-.171-.518 12.976 12.976 0 0 0-.252-.554c-.085-.181-.17-.353-.236-.504a1.882 1.882 0 0 1-.131-.377.323.323 0 0 1 0-.121c.01-.04.015-.076.035-.111a.27.27 0 0 1 .065-.08.206.206 0 0 1 .096-.041v-.005Zm-3.892 2.227.468.09c.08.116.146.388.191.74a8.8 8.8 0 0 1 .066 1.184c-.005.408-.03.81-.096 1.108-.066.302-.166.498-.307.513h-.04a.587.587 0 0 1-.202-.342 1.501 1.501 0 0 1-.01-.453c.015-.166.045-.333.07-.494.026-.166.046-.322.046-.463 0-.156 0-.312-.01-.468-.01-.162-.015-.318-.03-.469a7.576 7.576 0 0 0-.06-.473 4.537 4.537 0 0 0-.097-.468h.005l.006-.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M64.22 61.007a3.257 3.257 0 0 1 1.455.216c.236.09.473.211.7.357.227.151.438.328.64.534.528.55.88 1.274 1.082 2.09.206.816.272 1.723.226 2.629a12.913 12.913 0 0 1-.412 2.628c-.222.816-.509 1.541-.831 2.075l-.126.206a3.06 3.06 0 0 1-.212.302 2.22 2.22 0 0 1-.246.287c-.086.08-.162.132-.237.137h-.05s-.015 0-.026-.011l-.025-.015a1.063 1.063 0 0 1 .016-.473 1.39 1.39 0 0 1 .185-.413c.08-.131.167-.262.252-.383.086-.126.167-.256.222-.382a12.227 12.227 0 0 0 .917-3.43c.07-.619.09-1.244.045-1.858a7.305 7.305 0 0 0-.353-1.787 3.218 3.218 0 0 0-.518-.952 3.226 3.226 0 0 0-.77-.69 2.927 2.927 0 0 0-.923-.398 2.897 2.897 0 0 0-.971-.085 2.29 2.29 0 0 0-.372.06c-.126.03-.242.065-.358.116-.12.05-.232.105-.343.17a1.74 1.74 0 0 0-.312.233c-.04.035-.1.115-.171.216-.07.1-.15.222-.236.333a3.675 3.675 0 0 1-.252.317c-.08.086-.152.14-.207.146h-.05a.636.636 0 0 1-.111-.323c0-.105.015-.211.055-.312.04-.1.096-.197.157-.287a2 2 0 0 1 .196-.246c.126-.146.267-.282.413-.393a2.753 2.753 0 0 1 .992-.494c.181-.05.358-.08.549-.096v-.014l.01-.01Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M66.713 66.258c.06.317.08.64.065.972-.015.332-.06.66-.126.987-.065.327-.16.645-.266.957-.106.312-.222.6-.343.87-.03.072-.126.253-.257.48a24.5 24.5 0 0 1-.469.785 6.28 6.28 0 0 1-.538.74c-.176.201-.338.337-.459.347h-.03c-.003 0-.021 0-.03-.004-.01-.005-.02-.006-.025-.011a.11.11 0 0 0-.025-.015.9.9 0 0 1 .035-.504c.055-.16.156-.317.267-.468.11-.15.241-.302.357-.448a3.53 3.53 0 0 0 .322-.443 8.316 8.316 0 0 0 .8-1.929c.097-.337.167-.69.223-1.042a7.54 7.54 0 0 0 .09-1.073l.409-.176v-.025Zm-2.382 2.791h.121c.115.096.1.281.01.508-.09.231-.262.509-.453.78a9.016 9.016 0 0 1-.605.756c-.196.216-.358.372-.443.427-.04.026-.081.052-.121.072-.04.02-.076.04-.11.055-.036.015-.071.025-.101.035a.286.286 0 0 1-.091.015.23.23 0 0 1-.136-.02.117.117 0 0 1-.06-.096.33.33 0 0 1 .03-.17 1.4 1.4 0 0 1 .136-.248c.065-.1.156-.206.252-.311.095-.106.206-.217.317-.318.11-.106.221-.216.327-.327.106-.11.202-.216.282-.322.05-.066.086-.147.126-.238.04-.09.07-.18.116-.271a.794.794 0 0 1 .16-.232.436.436 0 0 1 .257-.115l-.014.02Zm.216-6.518c.1-.01.202-.005.303 0 .1 0 .206.03.301.06a1.941 1.941 0 0 1 .61.308 2.446 2.446 0 0 1 .695.866c.075.172.115.332.085.473-.03.141-.12.248-.302.298a2.023 2.023 0 0 0-.231-.574 2.373 2.373 0 0 0-.373-.484 1.679 1.679 0 0 0-.468-.327 1.036 1.036 0 0 0-.519-.095.496.496 0 0 0-.146.024c-.05.015-.096.03-.147.05a.751.751 0 0 0-.14.076c-.046.03-.09.066-.14.106a1.067 1.067 0 0 0-.353.609 2.545 2.545 0 0 0-.036.765c.02.277.066.554.096.841.03.287.06.565.045.831a5.263 5.263 0 0 1-.252 1.24 7.542 7.542 0 0 1-.559 1.303c-.231.418-.498.81-.795 1.133-.292.328-.62.575-.957.716-.02.01-.04.015-.06.024a.288.288 0 0 1-.06.02.869.869 0 0 0-.056.017c-.015.005-.036.004-.051.004a.32.32 0 0 1-.176-.025.162.162 0 0 1-.086-.105.334.334 0 0 1 .026-.177.862.862 0 0 1 .156-.236c.307-.343.594-.63.866-.907s.513-.524.725-.811a3.47 3.47 0 0 0 .513-.982c.131-.382.217-.846.243-1.42a5.36 5.36 0 0 0-.051-.851c-.035-.282-.08-.564-.1-.836a2.663 2.663 0 0 1 .04-.78c.055-.247.171-.474.367-.68a1.713 1.713 0 0 1 .463-.337c.08-.04.172-.076.262-.096.09-.02.182-.04.273-.05h.004l-.015.01Zm6.426 2.655c.026 0 .054.003.08.03.03.025.06.055.086.105.025.05.056.106.076.177.02.07.04.15.054.246.056.347.077.72.072 1.098-.005.377-.031.766-.072 1.153-.04.388-.095.771-.15 1.144-.055.372-.117.735-.167 1.067l-.538-.262c.14-.327.226-.674.272-1.032a8.05 8.05 0 0 0 .05-1.108c-.005-.373-.02-.75-.025-1.108-.005-.357 0-.71.035-1.037.01-.075.02-.142.035-.202a.557.557 0 0 1 .05-.14.296.296 0 0 1 .066-.086.17.17 0 0 1 .076-.036v-.01Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M61.889 63.7a.23.23 0 0 1 .14.076c.035.04.06.09.075.146.016.055.03.115.036.17 0 .056.015.112.02.157a10 10 0 0 1 .121 1.234c.01.388-.005.765-.07 1.118-.066.352-.166.7-.317 1.027a4.255 4.255 0 0 1-.64.972 4.705 4.705 0 0 1-.71.675c-.136.1-.283.186-.429.251a1.58 1.58 0 0 1-.468.126h-.12c-.016-.055-.03-.1-.04-.14-.01-.04-.021-.081-.021-.117a.2.2 0 0 1 .02-.105c.02-.035.04-.076.075-.116.05-.056.127-.116.217-.176.09-.06.202-.132.318-.202.115-.07.236-.146.341-.232.111-.085.222-.17.308-.266a4.33 4.33 0 0 0 .463-.6c.136-.211.242-.427.328-.659a3.84 3.84 0 0 0 .191-.725c.04-.252.06-.52.055-.801 0-.071-.024-.212-.055-.388a8.592 8.592 0 0 1-.085-.599 2.257 2.257 0 0 1 0-.553c.025-.151.09-.253.206-.263l.006-.01h.035Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M63.953 59.455c.206-.015.408-.02.62-.01.21.01.417.04.634.08a5.01 5.01 0 0 1 1.28.438c.11.055.236.116.357.186.12.07.247.152.347.238.106.085.201.19.267.301a.68.68 0 0 1 .1.373 1.29 1.29 0 0 1-.438-.12 3.694 3.694 0 0 1-.412-.227c-.14-.086-.277-.176-.418-.262a2.393 2.393 0 0 0-.459-.217 5.257 5.257 0 0 0-.458-.135 3.752 3.752 0 0 0-.453-.086 4.597 4.597 0 0 0-.448-.036c-.151 0-.297 0-.438.015a3.85 3.85 0 0 0-1.179.287 3.606 3.606 0 0 0-1.002.625 3.52 3.52 0 0 0-.745.942 3.541 3.541 0 0 0-.403 1.223 4.789 4.789 0 0 0-.035 1.033c.02.327.066.654.09.976.026.322.03.645-.02.978-.05.327-.156.67-.357 1.027-.04.07-.127.18-.247.307a5.742 5.742 0 0 1-.423.403 3.127 3.127 0 0 1-.493.357c-.166.096-.323.166-.449.176h-.1a.176.176 0 0 1-.086-.03.264.264 0 0 1-.07-.06.394.394 0 0 1-.056-.09c-.03-.071.016-.157.106-.248.091-.09.222-.19.358-.292.14-.1.297-.201.427-.292.136-.09.252-.181.318-.251a2.37 2.37 0 0 0 .474-.761c.09-.247.12-.488.12-.735 0-.246-.03-.503-.07-.775a8.71 8.71 0 0 1-.092-.877 4.423 4.423 0 0 1 .243-1.737c.186-.524.468-.992.826-1.38.357-.388.786-.71 1.259-.942.471-.23.998-.372 1.545-.417l-.02.015Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M62.286 58.176c.059 0 .117 0 .166.01a.314.314 0 0 1 .237.216c.02.06.04.142.045.233-.478.13-.937.332-1.344.593-.408.262-.78.59-1.098.967a5.03 5.03 0 0 0-1.163 2.76c-.03.297-.01.62.02.957.03.337.065.68.08 1.007.016.332 0 .645-.08.927a1.324 1.324 0 0 1-.61.81 1.732 1.732 0 0 1-.176.096 1.46 1.46 0 0 1-.186.075.845.845 0 0 1-.181.04c-.055 0-.11 0-.161-.01a.263.263 0 0 1-.136-.075.413.413 0 0 1-.096-.151.771.771 0 0 1-.04-.237c.387-.09.645-.211.816-.352a.795.795 0 0 0 .276-.509c.03-.196.005-.413-.025-.66-.03-.247-.07-.514-.08-.806a7.642 7.642 0 0 1 .13-1.681 6.583 6.583 0 0 1 .489-1.516c.227-.468.509-.901.856-1.28a5.123 5.123 0 0 1 1.224-.98c.06-.036.13-.077.21-.122a3.481 3.481 0 0 1 .555-.262.951.951 0 0 1 .272-.06v.01Zm-4.466 2.069h.02c.14.02.211.101.231.222.02.12 0 .272-.04.423-.04.156-.1.317-.156.453a2.753 2.753 0 0 0-.11.307c-.026.126-.05.267-.07.408-.02.146-.047.303-.072.454-.025.156-.04.312-.055.453a6.903 6.903 0 0 0-.03.412c0 .04.015.182.035.363.02.186.046.423.06.66a3.25 3.25 0 0 1-.01.64c-.025.175-.075.29-.17.3h-.05c-.01 0-.021.001-.031-.009l-.03-.015c-.09-.055-.157-.231-.207-.473a5.371 5.371 0 0 1-.085-.871 19.38 19.38 0 0 1-.011-.917c0-.277.015-.493.025-.609a10.887 10.887 0 0 1 .262-1.219c.07-.251.151-.493.231-.674.081-.181.172-.302.257-.313l.006.005Zm7.014-2.295c.126-.01.297.01.483.055.192.045.394.101.595.172.201.07.392.14.563.21a6.217 6.217 0 0 1 1.546.893 8.683 8.683 0 0 1 1.995 2.145c.261.403.468.82.609 1.238.015.045.05.166.09.322.041.156.08.333.111.519.03.186.045.352.035.488-.01.136-.05.223-.13.233h-.066c-.015 0-.025-.011-.035-.016-.01 0-.025-.016-.04-.02a9.355 9.355 0 0 0-.66-1.803 8.185 8.185 0 0 0-.992-1.546 6.739 6.739 0 0 0-1.335-1.229 6.993 6.993 0 0 0-1.671-.861c-.096-.035-.242-.055-.398-.085-.161-.03-.332-.055-.488-.096-.156-.04-.293-.1-.368-.186-.08-.086-.1-.196-.035-.337.01-.01.02-.016.035-.026a.183.183 0 0 1 .046-.02c.014 0 .034-.01.05-.015.014 0 .04 0 .06-.01v-.025Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m63.208 56.348.01.02a7.85 7.85 0 0 1 3.04.383 9.266 9.266 0 0 1 4.95 3.928 8.6 8.6 0 0 1 1.17 3.187.543.543 0 0 1-.116.086c-.02.01-.036.015-.051.02-.015 0-.03.01-.045.01-.076 0-.136-.035-.182-.11a1.148 1.148 0 0 1-.11-.293 4.969 4.969 0 0 1-.075-.352 1.746 1.746 0 0 0-.076-.302 10.723 10.723 0 0 0-1.415-2.639 8.694 8.694 0 0 0-1.954-1.938 7.664 7.664 0 0 0-2.381-1.149 7.792 7.792 0 0 0-2.907-.242 2.56 2.56 0 0 1-.196.02c-.065 0-.13.016-.196.026l-.201.03a3.66 3.66 0 0 0-.892.272 8.31 8.31 0 0 0-.775.403c-.247.146-.494.302-.75.433-.257.136-.52.262-.812.352-.09-.07-.095-.166-.05-.271.046-.106.142-.217.252-.328a3.847 3.847 0 0 1 .614-.479 6.49 6.49 0 0 1 .75-.428 6.55 6.55 0 0 1 2.408-.654l-.01.015ZM61.854 63.7h-.016l.02-.005-.004.005Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m74.685 61.643.052.497-20.076 2.15-.107-.994 20.077-2.15.054.497Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M81.079 112.777c.675.594 1.717 1.475 2.498 1.596.785.121 3.061 1.148 4.043 1.707.544.313 2.049 1.468 3.464 2.873l27.424.003c-2.467-2.75-4.602-5.157-5.277-5.998-1.888-2.351-2.654-3.782-3.328-4.784-.67-1.002-1.667-2.895-2.246-4.189s-.68-2.573-.821-3.722c-.141-1.148-.539-3.55-.715-4.29-.176-.74-.831-3.036-1.048-3.797-.221-.76-.644-4.053-.891-5.237-.252-1.183-1.193-2.518-1.677-3.157-.483-.64-2.15-2.065-2.553-2.442-.403-.378-1.46-1.002-1.908-1.365-.448-.358-1.39-.675-2.281-.463-.892.216-1.531 1.163-1.531 1.163s-.126-.181-.227-.393c-.1-.216-.654-1.581-.997-2.321-.342-.745-.891-1.838-1.45-2.478-.56-.634-1.476-.785-2.18-.715-.7.07-1.486.635-1.894 1.068-.408.433-.529 1.254-.549 1.787-.02.53-.211 1.818-.211 1.818s-.423-1.022-.655-1.601a61.15 61.15 0 0 1-1.052-2.906c-.323-.966-1.501-1.737-2.266-1.838-.766-.1-1.622.091-2.418.6-.805.503-1.178 1.626-1.228 2.15-.046.518.458 1.863.458 1.863s-.06.211-.06.378c0 .166.015 1.188.14 1.833.126.644.555 1.41.555 1.41l.08.951c-.282 0-1.692-.438-2.105-.74-.408-.292-1.269-1.677-1.808-2.946-.538-1.269-1.52-3.817-1.963-4.723-.444-.907-2.105-3.983-2.367-4.653a150.23 150.23 0 0 1-1.566-4.336c-.257-.785-1.204-3.555-1.506-4.345-.302-.791-1.556-2.503-3.59-1.803-2.035.7-1.974 2.87-1.723 4.32.257 1.456.796 3.727 1.34 5.127.539 1.4 1.773 5.448 2.226 6.747.448 1.3 1.898 3.898 2.699 5.524.8 1.617 1.938 3.757 2.286 4.663.342.907 1.33 4.135 1.45 4.417.121.282.574 1.253.811 1.742.237.488.337 1.46.373 2.05.04.588.05 3.902.05 3.902s-.196-.03-.403-.08a5.749 5.749 0 0 0-.654-.081c.01-.202-.111-.549-.262-.766-.151-.216-.957-.89-1.546-1.404-.584-.514-1.31-.892-1.31-.892s-.055-.64-.09-.972c-.04-.327-.428-1.087-.7-1.56-.272-.469-.851-1.26-1.284-1.773-.428-.509-1.4-1.34-2.463-1.949-1.062-.61-1.797-.59-2.376-.524-.58.066-1.189.499-1.38.756-.192.256-.171.604-.171.604-.06.09.01.554.292 1.108.287.554 1.198 2.25 1.334 2.482.141.232.151.438.166.72.015.277.076.746.156 1.123.081.383.212 2.266.192 2.548-.015.287.06.554.156.66.096.1.116.423.201.58.086.155.705.92.987 1.177.287.262.594.388.695.418.1.03.363.383.685.59.322.211 2.342 1.953 3.465 3.177 1.117 1.224 1.143 1.793 1.903 2.644.458.513 2.055 1.596 3.233 2.497 1.178.907 4.703 3.863 5.378 4.457l-.01.01Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M74.683 92.06c-.055-.302-.13-.59-.232-.796a67.52 67.52 0 0 1-.81-1.747c-.121-.287-1.103-3.51-1.45-4.416-.343-.907-1.486-3.042-2.287-4.663-.483-.987-1.208-2.322-1.802-3.52.473.816.946 1.631 1.168 2.024.534.947 2.659 4.769 3.313 6.567.655 1.792 1.395 4.104 1.733 4.94.327.815.352 1.586.352 1.616l.015-.005Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M64.234 87.604c-1.787.161-1.994 1.178-2.004 1.224-.02-.126-.015-.212.01-.247 0 0 .09-.357.459-.604.574-.383 1.425-.403 1.535-.378v.005Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M64.94 90.777v.035c-.016.333-.328.685-.479.826-.15.141-.559.594-.559.594a.38.38 0 0 0-.035-.06 153.163 153.163 0 0 1-1.334-2.483 2.92 2.92 0 0 1-.303-.866c.01-.04.217-1.062 2.005-1.223.11.03.272.79.382 1.233.111.433.313 1.561.318 1.939l.005.005Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M91.088 118.951c-1.43-1.425-2.919-2.567-3.473-2.879-.982-.553-3.258-1.585-4.043-1.701-.78-.121-1.823-1.002-2.498-1.596-.675-.599-4.2-3.554-5.378-4.46-1.178-.906-2.775-1.983-3.233-2.497-.76-.85-.786-1.419-1.909-2.642-1.123-1.224-3.142-2.97-3.464-3.177-.322-.211-.584-.559-.685-.589a2.09 2.09 0 0 1-.695-.418c-.282-.261-.906-1.022-.987-1.178-.085-.156-.106-.478-.201-.578-.096-.106-.172-.378-.156-.66.02-.287-.111-2.17-.192-2.547a8.377 8.377 0 0 1-.156-1.123 2.556 2.556 0 0 0-.05-.428c.025.06.221.59.337 1.385.126.846.232 2.487.282 2.693.05.206.418-.096.418-.096-.247.484-.186 1.178.025 1.46.207.277.866.987 1.274 1.042.403.055.76-.14.76-.14-.186.331-.115.699.016.8.13.1 2.06 1.817 2.986 2.627.927.811 1.616 2.044 2.1 2.769.478.73 1.586 1.445 3.42 2.889.714.564 4.169 3.252 5.9 4.637 1.733 1.379 2.015 1.203 3.123 1.49 1.108.287 3.55 1.459 5.454 3.176.569.513 1.243.982 1.817 1.747"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M95.34 118.951c-1.567-1.773-2.846-3.203-3.415-3.797l.02-.02c-2.13-2.211-5.045-3.989-7.196-5.248-2.15-1.258-5.483-2.764-6.486-3.696-1.002-.936-2.386-4.335-2.608-5.967-.216-1.636-.216-5.131-.227-6.768-.005-1.636-.931-3.62-1.269-4.622-.342-1.002-1.415-4.05-1.888-4.95-.468-.907-1.626-2.81-2.135-3.923-.508-1.113-.196-1.425-.196-1.425-.363-.07-.816-.403-1.28-1.028-1.022-1.38-1.691-3.348-1.671-3.283.09.277.171.514.231.695.086.247.207.534.348.856l.035.08c.05.112.1.222.156.338 0 .01.01.02.015.03.036.076.076.156.111.237.05.106.106.217.161.322.005.01.01.026.02.036a1.156 1.156 0 0 0 .066.126c.468.81.941 1.616 1.158 2.009.534.946 2.659 4.768 3.313 6.566.655 1.793 1.395 4.104 1.733 4.94.312.78.347 1.52.352 1.611v.01c.03.167.056.328.076.494.005.055.015.11.02.166 0 .03 0 .06.01.096 0 .04.01.085.01.126 0 .025 0 .05.005.075.01.111.015.212.02.302v.393c.025 1.063.036 3.505.036 3.505s-.197-.035-.403-.086c-.212-.045-.655-.08-.655-.08.01-.197-.11-.55-.262-.766-.15-.216-.962-.886-1.546-1.4-.584-.513-1.309-.896-1.309-.896s-.055-.64-.09-.972a.4.4 0 0 0-.026-.12c-.01-.046-.03-.096-.045-.152-.02-.055-.04-.11-.066-.17l-.03-.076s-.005-.01-.005-.016l-.04-.09a.627.627 0 0 0-.05-.1c-.03-.066-.06-.132-.096-.197-.015-.035-.035-.066-.05-.1-.101-.197-.207-.384-.298-.545a.9.9 0 0 0-.055-.09c-.287-.474-.826-1.199-1.229-1.677-.015-.02-.03-.035-.045-.056-.035-.04-.07-.075-.106-.115l-.06-.06c1.088 1.6 1.48 2.396 1.762 3.161.292.766-.262 1.657-.262 1.657.267 0 .59 0 .917.181.327.182 1.994 1.708 2.326 2.1.333.383-.357 1.174-.357 1.174.453-.096 1.042-.056 1.269.236.226.292.226 1.128.242 1.45.015.323-.242 1.793-.645 1.788-.408 0-3.178-2.633-4.21-3.701-1.027-1.073-1.178-1.742-1.178-1.742-.267.156-1.118-.162-1.35-.393-.231-.242-.226-.72-.226-.72-.308.045-.65-.131-.715-.323-.066-.19-.227-.745-.358-1.727-.086-.66-.453-1.405-.695-1.823v.036c-.015.337-.332.684-.478.826-.146.135-.534.563-.56.594a.7.7 0 0 1 .066.166l.015.05v.01c.026.06.222.59.343 1.385.126.846.231 2.488.282 2.694.05.207.418-.096.418-.096-.247.484-.186 1.184.025 1.46.211.278.866.993 1.274 1.043.403.056.76-.14.76-.14-.186.331-.115.7.015.8.131.1 2.06 1.818 2.982 2.628.921.811 1.621 2.045 2.1 2.77.478.73 1.586 1.445 3.419 2.89.715.564 4.169 3.253 5.901 4.638 1.733 1.38 2.02 1.204 3.122 1.491 1.108.287 3.55 1.46 5.454 3.177.655.549 1.304 1.053 1.828 1.743M74.869 97.454c0-.172.01-.242.01-.242s-.004.065-.01.242c0 .085-.004.2-.01.342 0-.146 0-.257.01-.343Zm-2.678-2.196s-.04-.035-.06-.05c.02.015.04.035.06.05Zm-1.597-2.03c-.01.303-.055.73-.191.857.136-.131.181-.554.191-.856Zm.333 1.018c.01.005.025.02.035.025a.156.156 0 0 0-.035-.025Zm1.566 1.274c.423.373.886.75.992.901-.106-.146-.56-.529-.992-.901Zm1.133 1.47a.57.57 0 0 1-.131.383.628.628 0 0 0 .13-.383Zm.478.247Zm.564.514c0-.046-.02-.081-.035-.121.015.04.03.075.035.12 0 .02 0 .046.005.086 0-.035 0-.065-.005-.085Zm.01.211c0 .106.01.242.015.393.015.458.04 1.108.086 1.727-.045-.62-.066-1.264-.086-1.727 0-.156-.01-.292-.015-.393Zm.181 2.996c-.03-.257-.055-.533-.08-.831.02.292.045.574.08.831Zm.126.695s-.045-.795-.08-1.636c.035.846.08 1.636.08 1.636Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M68.138 62.466c-.101.07-.942.287-1.254.352-.6.136-.972.131-1.395.151-.418.02-.574-.221-.69-.377-.116-.166-.786-1.828-.806-1.954 0 0 .468-1.229 1.677-1.606 1.194-.368 2.271.66 2.301.69.086.306.302 1.455.343 1.827.045.408-.076.846-.176.917Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M67.977 59.716c-.03-.025-1.103-1.057-2.302-.69-1.208.373-1.677 1.607-1.677 1.607-.045-.262.59-1.627 1.833-1.783 1.244-.16 2.06.645 2.125.811 0 .01.01.03.02.06v-.005Zm12.226 21.608c-.025-.046-.433-.786-.554-1.41-.126-.645-.141-1.667-.141-1.833 0-.166.06-.378.06-.378s.222.786.348 1.586c.126.78.282 1.984.287 2.045v-.01Zm7.472-1.067c-.01-.377-.06-1.49-.06-1.49s-.035-.932-.045-1.28c-.01-.347-.05-1.475-.433-1.052a4.246 4.246 0 0 0-.202 1.159c-.015.413-.136 1.294-.186 1.656l-.025.161s.433.972.528 1.159c.096.18.55.85.585.901-.01-.05-.162-.851-.172-1.219h.005l.005.005Zm8.007 2.538a68.36 68.36 0 0 0-.685-.916c-.332-.448-.766-1.219-.766-1.219s.272-.398.7-.74c-.412.413-.292 1.022-.015 1.526.262.473.715 1.274.76 1.35h.006Zm-15.302.302s-1.733-.533-2.252-.84c-.518-.303-1.017-1.25-1.48-1.955-.458-.704-.539-1.268-1.022-2.361-.484-1.093-1.184-1.581-1.184-1.581s.126-1.143-.256-1.884c-.383-.74-1.043-1.546-1.043-1.546.181-.599-1.516-3.7-2.024-5.398-.398-1.33-.776-1.203-.776-1.203.111-.257.197-.237-.14-1.37-.338-1.133-1.647-5.151-1.647-5.151.196.261.332.518.403.72.302.795 1.248 3.565 1.505 4.345.257.786 1.3 3.666 1.566 4.336.267.67 1.924 3.747 2.367 4.653.443.906 1.425 3.454 1.964 4.723.539 1.27 1.4 2.654 1.808 2.951.407.302 1.823.745 2.105.74l.095.826.01-.005Zm22.05 1.601s-.267 1.239-1.466 1.239c-1.198 0-2.563-.942-2.563-.942s1.546.272 2.478.202a3.52 3.52 0 0 0 1.556-.499h-.005Zm-6.708.348s-.146 2.422-1.505 2.392c-1.36-.03-3.208-1.99-3.208-1.99 3.983 1.537 4.713-.402 4.713-.402Zm-8.298 3.948c-1.375.328-3.999-1.656-4.044-1.702.065.025 2.593.947 4.018.494 1.446-.453 1.566-1.793 1.566-1.793s-.16 2.674-1.54 3.001Zm-6.798 3.535c-1.556.211-3.022-.932-3.077-.972.055.02 1.964.7 2.815.126.866-.584 1.012-2.035 1.012-2.035s.82 2.674-.755 2.89l.005-.01Zm9.698 7.276c-.806-.604-1.606-1.209-2.357-1.878-1.234-1.108-2.341-2.418-3.842-3.117.83 1.062 2.085 1.686 3.258 2.356 1.4.796 2.74 1.702 4.003 2.694.836.66 3.102 2.1 3.253 3.178-1.505-.952-2.9-2.161-4.32-3.233h.005Zm4.25-2.421c-.307-.962-.61-1.913-.83-2.9-.358-1.622-.504-3.329-1.325-4.77.06 1.35.72 2.59 1.29 3.813a31.256 31.256 0 0 1 1.696 4.517c.302 1.017 1.314 3.51.81 4.471-.674-1.646-1.107-3.439-1.65-5.136h.004l.005.005Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M117.94 118.95c-2.74-3.051-5.041-5.645-5.368-6.083-.856-1.163-2.221-3.102-3.233-4.743-1.012-1.632-1.954-3.183-2.377-4.774-.423-1.591-.755-4.23-.846-5.177l-.624-3.223c-.197-.549-.625-2.215-.811-3.182-.186-.972-.398-2.734-.554-3.757-.156-1.022-.383-1.923-.589-2.356a77.824 77.824 0 0 0-.781-1.531 12.385 12.385 0 0 0-.256-.343 7.86 7.86 0 0 0-.534-.584c1.173 1.632 1.485 2.795 1.853 4.482.367 1.682.624 5.584 1.339 7.523s.731 7.468 1.728 9.759c.997 2.296 3.474 6.29 5.926 9.059.746.846 2.423 2.73 4.381 4.935h.741l.005-.005Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M118.66 118.951c-2.553-2.755-4.754-5.167-5.423-6.003-1.884-2.357-2.654-3.782-3.324-4.784-.67-.997-1.667-2.895-2.246-4.189s-.68-2.573-.821-3.722c-.141-1.148-.538-3.55-.715-4.29-.176-.74-.831-3.036-1.047-3.797-.227-.76-.65-4.053-.896-5.237-.212-.997-.912-2.11-1.42-2.815.03.066.579 1.108.78 1.531.207.433.433 1.335.589 2.357.156 1.022.368 2.794.554 3.756.186.972.609 2.634.811 3.183.201.549.534 2.276.624 3.223.091.951.418 3.59.846 5.176.423 1.591 1.365 3.132 2.377 4.774 1.017 1.642 2.382 3.58 3.233 4.744.317.433 2.608 3.021 5.353 6.088h.72l.005.005Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m121.339 118.951-10.962-13.264c-.73-1.133-1.687-2.029-2.825-2.628a7.655 7.655 0 0 0-3.777-.871c-1.36.03-2.76.377-4.12 1.032-1.359.655-2.648 1.596-3.786 2.764a17.607 17.607 0 0 0-4.049 6.698c-.694 2.11-.941 4.265-.735 6.274h30.254v-.005Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m121.339 118.951-10.962-13.264c-.73-1.133-1.687-2.029-2.825-2.628a7.655 7.655 0 0 0-3.777-.871c-1.36.03-2.76.377-4.12 1.032-1.359.655-2.648 1.596-3.786 2.764a17.607 17.607 0 0 0-4.049 6.698c-.694 2.11-.941 4.265-.735 6.274h30.254v-.005Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="m128.011 118.978-12.224-10.39a3.635 3.635 0 0 0-2.282-.902l-1.823-.046c-6.472-.171-13.798 4.531-17.258 11.318l33.587.02Z" clip-rule="evenodd"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Handshake" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M84.675 99.997a1.205 1.205 0 0 0-.368-.24c-.03.09.03.18.09.255.09.114.184.224.298.314.09.069.548.408.523.144-.015-.119-.13-.144-.214-.199-.124-.08-.22-.174-.329-.28v.006Z" opacity=".9"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M86.877 101.789c.588-.094 1.041 0 1.53-.453.154-.144.418-.568.024-.508-.23.035-.418.389-.573.523a1.951 1.951 0 0 1-.986.438h.005Z" opacity=".9"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m97.167 89.02 3.292 3.581 2.232-1.723-3.098-7.083-2.426 5.225Z" opacity=".9"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M102.691 90.882c3.362 0 6.087-3.102 6.087-6.928 0-3.827-2.725-6.929-6.087-6.929-3.362 0-6.087 3.102-6.087 6.929 0 3.826 2.725 6.928 6.087 6.928Z" opacity=".9"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M98.587 87.163a65.393 65.393 0 0 0-2.227-2.745c-.752-.876-1.554-1.713-2.31-2.59a32.637 32.637 0 0 0-1.037-1.165 10.443 10.443 0 0 0-1.165-1.086c-.409-.324-.927-.533-1.39-.777-1.215-.643-2.475-1.215-3.73-1.773-.32-.14-.638-.28-.957-.414-.135-.06-.633-.293-.752-.104 0 0-4.413-4.777-4.438-4.802-.065-.07-.21-.1-.294-.14-.19-.084-.373-.183-.563-.258-.448-.184-.926-.304-1.4-.17-1.812.509-3.64.962-5.468 1.4-.618.15-1.704.653-2.331.513-.882-.194-1.788-1.504-2.416-2.102-.906-.866-1.818-1.728-2.724-2.595a1069.45 1069.45 0 0 0-5.474-5.16 1332.939 1332.939 0 0 0-11.028-10.23c-.802-.738-1.599-1.485-2.4-2.222-.608-.558-1.305-1.11-1.993-1.688H19.123l.762 2.022 1.38 4.418 40.753 30.687 14.24 8.347 5.35 6.077c.318.214.637.423.95.637.195.13.389.269.588.394.254.159.399.433.638.603.388.274.98.403 1.444.493.538.099 1.09.114 1.624.005.986-.2 2.072-.907 2.34-1.933 0-.005.897.159.992.164.413.02.837-.034 1.23-.169 1.236-.418 2.286-1.659 2.122-3.013.01.075 1.106-.21 1.2-.24.613-.169 1.18-.408 1.58-.926.497-.652.567-1.494.343-2.261-.025-.09.25-.279.304-.324.274-.229.548-.418.797-.677a6.809 6.809 0 0 0 1.549-2.585c.164-.508.319-1.071.279-1.604-.06-.787-.538-1.39-1.001-1.992v-.015Z" opacity=".9"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M77.692 74.29c-.184.797.384 1.998-.194 2.91-.194.303-.638 1.225-.857 2.111a2.62 2.62 0 0 0-.025 1.196c.24 1.006 1.514 1.563 2.456 1.569 1.623.01 3.158-.777 4.348-1.828 1.19-1.051 2.42-2.536 2.212-4.204-.205-1.6-1.63-2.765-3.084-3.472-.846-.408-2.246-1.05-3.212-.687-.872.328-1.455 1.564-1.644 2.4v.005Z" opacity=".9"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M120.876 49.043 94.627 73.04l-.254.05-4.592-1.579-2.162-.772s-2.44-1.793-4.114-.787c-1.679 1.002-2.954 1.35-3.088 1.43l-1.19.752s-1.012.682-.932 2.241l-.02 2.102-.633 1.21-.338.807s-.707 1.37.563 2.152c0 0 2.988 1.464 5.598-2.067 0 0 .603-.976.707-2.167l.957.085 4.333 2.077 1.375.742 2.395 2.466 4.687 5.005.493.917s1.689-.668 1.694-.668c6.066-2.4 11.61-7.635 17.184-11.012 7.72-4.682 16.137-8.652 22.249-15.505 3.008-3.372 5.269-7.297 6.923-11.471h-25.586v-.005Z" opacity=".9"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m93.924 72.961.692-.363s5.733 2.615 6.685 6.833v6.948l-.429.693-1.733.343c-.712-.772-1.3-1.593-2.012-2.37.558.468 1.145.886 1.853 1.09.239.07.498.115.742.055.363-.09.647-.398.792-.747.353-.832.323-1.972.288-2.864a11.151 11.151 0 0 0-.463-2.809 10.116 10.116 0 0 0-3.043-4.707 11.954 11.954 0 0 0-2.032-1.414l-1.35-.698.01.01Z" opacity=".9"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M92.122 100.337c-.484.268-1.011.293-1.564.318-.31.01-.628-.159-.922-.314-.652-.338-1.564-.697-1.474-1.41v-.014c.025-.164.104-.349.249-.558.045-.289.593-.936.294-2.336a.674.674 0 0 0-.11-.234 1.33 1.33 0 0 0-.538-.648 2.047 2.047 0 0 0-.299-.139 6.936 6.936 0 0 0-.597-.428l-.145-.09c0-.02.005-.04.01-.055a3.225 3.225 0 0 0-.876-2.38 3.219 3.219 0 0 0-2.336-.987c-.105 0-.224 0-.29-.084-.044-.055-.044-.135-.044-.205-.03-.831-.702-1.598-1.524-1.738h-.025c-.697-.279-1.564-.224-2.271-.06-.319.075-.613.17-.857.284-.329.155-.632.354-.966.503-.2.095-.553.12-.777.204h-.02c-.394.105-.996.484-1.395.588-.269.07-.558-.03-.787-.189-.229-.16-.413-.374-.612-.573a4.533 4.533 0 0 0-2.112-1.185c-.573-.135-1.17-.145-1.754-.234-.861-.135-1.454-.548-2.121-1.071-.419-.329-.852-.668-1.121-1.126-.23-.398-.329-.857-.538-1.265-.563-1.09-1.808-1.614-2.953-2.047-2.441-.931-4.224-4.09-6.67-5.016-.737-.284-1.638-2.266-2.4-1.868.209 1.285-1.056 2.795-.723 4.055.02.075.364.204.434.249.189.114.358.259.528.393.358.274.712.548 1.065.822.728.563 1.455 1.12 2.192 1.669 1.843 1.38 3.666 2.804 5.578 4.099.713.478 1.44.941 2.197 1.34.394.209.802.398 1.215.563.384.149.812.209 1.176.393.468.23.846.648 1.23.986 1.963 1.743 3.93 3.487 5.892 5.225.284-.837.603-1.668.947-2.485.891.343 1.922.035 2.883.144.693.08 1.33.379 1.928.747.15.155.319.3.488.434.404.323.837.632 1.3.856 1.494 1.18 2.88 2.49 4.324 3.736.034.03.07.06.11.09-.384.458-.798.906-1.246 1.265-.817.647-1.873.717-2.864.881-.02.498.633.907 1.046 1.026.01 0 .02.005.03.01-.294-.104-.812-.324-.334-.448.518-.135 1.036-.219 1.54-.423.477-.195.926-.464 1.28-.832.343-.359.592-.797.916-1.17.483.393.986.761 1.549 1.02.747.349 1.623.493 2.41.239.787-.259 1.62-.996 1.644-1.823-.18.529-.697 1.027-1.185 1.296h-.005Zm-7.815 2.145c.18.06.265.08 0 0Z" opacity=".9"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M93.472 72.782s11.68 4.532 6.276 15.241c0 0 .209.837 1.882.613l8.692-5.33-1.584-9.274-2.605-1.823-5.514-3.93-4.383 2.62-2.764 1.883Z" opacity=".9"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M84.75 76.523h.777l3.79 1.848 2.331 1.071 3.985 4.324s5.2 4.517 3.452 7.192l-1.504 2.43-2.526-3.885-1.36-5.733-2.43-.443-4.567-4.318-1.943-2.48-.005-.006Z" opacity=".9"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M80.795 100.232c.064.155.209.349.239.389.652.881 1.823 1.2 2.879 1.165.667-.025 1.335-.219 1.882-.597.563-.394.982-.957 1.355-1.534.294-.454.573-.932.827-1.415.413-.772.672-1.619.144-2.41a1.878 1.878 0 0 0-.712-.628c-.21-.105-.717-.339-.931-.17-.24.185-.439.518-.633.752L84.58 97.29c-.513.612-1.096 1.195-1.753 1.668-.618.449-1.33.772-2.022 1.081-.055.025-.045.105-.005.194h-.005Z" opacity=".9"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M86.499 95.58c-.065.05-.11.12-.155.184-.14.194-.313.364-.433.573-.334.582.13 1.2.628 1.49.154.089.323.158.498.168.229.01.413-.12.567-.279.165-.169.35-.348.493-.537.125-.165.125-.344.01-.519-.104-.159-.263-.298-.398-.433-.18-.17-.354-.348-.558-.493-.16-.11-.458-.299-.647-.16l-.005.006Z" opacity=".9"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m95.36 71.452-.085-.289c-.01-.04 1.205-.104 1.27-.104 1.135.025 2.256.318 3.292.777 3.133 1.384 5.454 4.089 7.112 7.008a8.48 8.48 0 0 1 .817 6.265 9.259 9.259 0 0 1-.348 1.031c-.105.26-.175.638-.429.797-.304.19-.124-.428-.104-.577.159-1.32.274-2.65.094-3.975-.149-1.106-.468-2.162-.826-3.213-.533-1.514-1.276-3.008-2.366-4.198a10.816 10.816 0 0 0-4.1-2.765c-1.384-.528-2.853-.722-4.328-.747v-.01Z" opacity=".9"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M120.412 49.043 95.274 71.168s9.892-.797 12.029 11.525c0 0 .568 9.125-5.583 8.099 0 0-1.445.438 2.794.105a.771.771 0 0 0 .363-.125L119.69 81l27.624-22.703 1.962-9.254h-28.869.005Z" opacity=".9"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M69.563 72.475s-2.8 6.848-6.231 10.649l-.394-.503 6.625-10.146Z" clip-rule="evenodd" opacity=".9"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M76.502 97.353c-.15.044.164 1.15.2 1.26a2.78 2.78 0 0 0 1.105 1.419c1.405.907 3.118.18 4.353-.672a16.82 16.82 0 0 0 2.939-2.575c.543-.598 1.15-1.236 1.454-1.993.573-1.414-.533-2.67-1.863-3.038-.313-.085-.697-.174-1.016-.065-.503.17-.886.842-1.225 1.226l-1.35 1.514c-.518.583-1.04 1.17-1.648 1.658-.902.728-1.873.937-2.949 1.27v-.004Z" opacity=".9"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M83.903 92.462h-.005a.397.397 0 0 0-.1.104c-.178.26-.363.518-.547.777-.17.24-.354.463-.453.742-.085.24-.1.508 0 .743.12.293.398.493.667.657.264.16.548.304.857.289.21-.01.403-.1.583-.204a4.345 4.345 0 0 0 1.37-1.29c.303-.459-.315-1.141-.663-1.42a2.108 2.108 0 0 0-1.584-.438.356.356 0 0 0-.125.035v.005Zm-6.47-13.857c.035.269.956.154 1.126.144.353-.02.702-.064 1.05-.13.284-.049.653-.089.882-.283.18-.15.244-.379.299-.598.055-.219.16-.423.22-.637.139-.513-.08-1.051-.643-1.106-.618-.06-1.719-.025-2.062.613 0 0-.947 1.424-.872 1.997Z" opacity=".9"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M82.633 99.052c.075.015-.194.15-.214.17-.07.069-.154.124-.23.189a4.528 4.528 0 0 1-.472.353 4.61 4.61 0 0 1-2.067.757c-.708.075-1.465.005-2.023-.473-.373-.324-.607-.777-.801-1.225a5.82 5.82 0 0 1-.419-1.484l6.61-5.146c-.214.762-.439 1.101-.882 1.6-.373.413-.832.736-1.245 1.11-.403.358-.692.817-.902 1.315-.04.104-.074.204-.1.309-.049.03-.099.054-.154.084-.149.07-.343.085-.478.185-.01.01-.279.283-.194.288-.324-.02-.657-.03-.976.06-.314.09-.608.304-.718.613-.104.304-.014.642.135.931.07.13.15.254.244.374-.045-.154-.07-.354.045-.25.045.04.09.085.134.125.314.294.623.588.917.907.02.015.05.055.084.095.15.064.304.109.459.144.792.159 1.638-.025 2.316-.463.269-.18.627-.254.817-.518.054.015.064-.06.114-.05Z" opacity=".9"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M71.939 93.717c-.05.025-.06.359-.065.419-.015.14-.025.284-.03.428-.015.304 0 .613.055.912.2 1.09 1.225 2.072 2.336 2.186.144.015.289.015.438 0 .449-.03.897-.154 1.34-.239 1.206-.229 2.401-.603 3.412-1.315.528-.373.931-.827 1.35-1.32.503-.597 1.06-1.155 1.569-1.753.393-.468.757-.971.842-1.599.209-1.564-1.664-2.515-3.009-2.31-.916.139-1.579.801-2.271 1.349-.598.478-1.18.971-1.748 1.48-.22.198-.379.438-.668.452-.17.01-.353-.03-.528-.044l-.568-.02-2.44 1.37-.015.004Z" opacity=".9"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M82.633 90.957c.1.194.15.404.09.588-.115.344-.459.548-.707.782-.304.279-.578.687-1.007.777-.279.06-.587-.045-.826-.184a2.136 2.136 0 0 1-.633-.583c-.388-.513-.453-1.061-.05-1.594.22-.294.473-.583.707-.862.22-.259.454-.368.787-.259.185.06.354.165.518.27.274.169.553.343.777.577.12.125.254.294.35.478l-.006.01Z" opacity=".9"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M75.64 92.595c-.035-.09-.13-.16-.234-.209-.284-.135-.648-.144-.972-.08-.323.065-.617.19-.911.314-.409.18-.932.334-1.29.563-.184.114-.214.204-.165.274-.403.483-.353 1.375-.214 1.927.22.872.837 1.63 1.649 2.008.284.13.757.294 1.05.124-.597-.279-1.115-.438-1.563-.976-.404-.488-.653-1.1-.752-1.728-.035-.23-.05-.478.06-.683.1-.179.278-.299.458-.398.064-.035.13-.06.194-.09a5.047 5.047 0 0 0 2.301-.553c.23-.12.463-.303.389-.498v.005Z" opacity=".9"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m66.889 89.155.01 1.11c0 .364.164.772.299 1.096a4.174 4.174 0 0 0 1.08 1.54c.165.149.344.278.534.393a3.38 3.38 0 0 0 1.41.488c.557.055 1.11-.07 1.658-.18.463-.094.926-.174 1.38-.308.582-.17 1.25-.423 1.603-.947.29-.428.27-1.016.105-1.489a2.301 2.301 0 0 0-1.17-1.33c-.553-.259-1.186-.254-1.769-.134-.478.1-.941.274-1.414.398-.678.18-1.355.224-2.003-.094-.224-.11-.483-.185-.717-.28-.329-.129-.692-.208-1.021-.338l.035.07-.02.005Z" opacity=".9"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M72.073 90.544s1.774 1.873 1.774 1.877c-.015-.015-.683.294-.752.32-.663.223-1.594.248-2.157-.23-.458-.393-.692-1.15-.12-1.559.185-.13.394-.19.598-.274.1-.04.558-.239.657-.134Z" opacity=".9"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M69.19 92.935c-.474-.353-.812-.837-1.031-1.38-.14-.343-.419-1.02.06-1.24a.58.58 0 0 1 .184-.04c.677-.044 1.559.185 2.077-.254.199-.169.194-.02.254-.05 0-.01.12-.054.114-.064-.044-.339-1.01.065-1.195.05-.757-.065-.942-.15-1.574-.463-.374-.185-1.146-.35-1.185-.414.074.702-.15 1.086.259 2.102.537 1.345 1.673 2.595 3.182 2.605.055 0 .917.239 3.183-.583-3.168.842-3.905.04-4.323-.279l-.005.01Z" opacity=".9"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M90.14 92.49c.303.509.747 1.042 1.09 1.53.752 1.08 1.5 2.181 1.918 3.432.04.12.14.249.259.284-.055 0 .05.014 0 0 .528.01 1.096.02 1.554-.3.184-.129.473-.333.518-.552-.339.219-.553.249-.792.363-.578.27-.931-.064-1.315-.577-.827-1.091-1.564-2.297-2.226-3.497a11.22 11.22 0 0 1-.772-1.688 7.875 7.875 0 0 1-.25-.892c-.054-.264-.014-.618-.129-.857-.184.24-.194.708-.22.996-.044.568.056 1.21.34 1.709.01.015.015.03.025.045v.005Zm1.658-8.537s.697 4.09 3.168 6.037l.97.921-.124.125s-.523-.25-.772-.498l1.619 3.342s.25.543 1.38-1.011l.747-.927-.458.827c-.429.792-.917 1.176-1.375 1.435-.204.114-.364.184-.334.104l-3.058-5.035s-2.147-3.367-1.768-5.31l.005-.01Z" opacity=".9"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M84.202 76.856c-.04-.374.04-.652.105-.981.05-.264 1.733.548 1.977.657 1.235.533 2.44 1.13 3.646 1.729.802.398 1.614.797 2.306 1.36 1.39 1.125 2.296 2.734 3.517 4.029 1.434 1.519 5.095 4.667 3.81 6.41-.145.2-.18.513-.284.732.144-.418.14-.986.18-1.43.094-1.01-.34-1.344-.962-2.056a8543.072 8543.072 0 0 1-5.305-6.072c-1.788-2.047-4.791-3.262-7.276-4.323-.454.742-.907 1.489-1.36 2.231 0-.622 0-1.245-.005-1.868 0-.074-.324-.274-.339-.423l-.01.005Z" opacity=".9"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M77.573 94.395c-.06-.07-.125-.124-.185-.134-.189-.03-.134.184-.064.294.214.323.483.607.791.841.185.14.384.27.593.364.075.035.234.124.319.08.194-.1-.124-.28-.214-.34a6.062 6.062 0 0 1-1.016-.836c-.055-.055-.135-.174-.224-.274v.005Zm.373 1.195c-.269-.215-.538-.574-.846-.713 0 .03.005.075.02.105.034.07.094.124.144.179.17.19.339.383.508.578.105.12.21.239.344.318a.51.51 0 0 0 .448.055c.184-.075-.085-.174-.15-.209a3.181 3.181 0 0 1-.468-.309v-.005Zm3.661 2.281c-.2-.164-.394-.329-.593-.498-.03.08.025.17.08.24.15.183.369.462.593.557.309.135.03-.204-.08-.299Zm-.404.094c-.14-.17-.214-.409-.423-.479a.204.204 0 0 0-.04.17.42.42 0 0 0 .08.164c.094.15.194.294.328.399.065.05.339.239.354.05.01-.12-.23-.225-.304-.31l.005.005Zm5.236 2.038c-.334.498-.762.912-1.4 1.19a3.471 3.471 0 0 1-2.117.2c-.06-.035-.13-.065-.184-.105-.244-.169-.583-.722-.942-.657.04.239.354.458.638.622-.324-.124-.931-.403-.867-.827.03-.214.23-.348.424-.473.074-.05.15-.094.209-.14.299-.228.593-.467.876-.716.344-.304.653-.698 1.022-.977.234-.343.523-.642.831-.931.538-.508 1.126-.981 1.534-1.594.13-.194.215-.498.01-.613-.996.997-1.907 2.072-2.903 3.074-.399.398-.802.797-1.295 1.075-.444.25-1.196.384-1.45.867-.344.658.658 1.215 1.17 1.385 1.23.398 2.64.607 3.666-.1.22-.149.628-.473.793-.682.08-.105.513-.668.607-.807-.1.144-.413.16-.627.219l.005-.01Zm-13.095-3.742c.104.15.239.274.333.428.03.05.06.105.1.15.045.045.1.07.154.094.095.04.19.08.28.125.468.204-.15-.399-.245-.488-.084-.08-.647-.877-.772-.742-.084.09.095.368.145.438l.005-.005Zm-3.95-3.661c.07.07.14.144.204.219.16.18.538.468.543.722-.384-.12-.747-.503-.966-.832-.075-.114-.18-.279-.145-.418.085.035.17.11.234.18.04.044.085.084.125.129h.005Z" opacity=".9"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M90.985 99.794c.389.225.877-.094 1.186-.333.214-.17 1.325-1.041.807-1.35-.24-.14-.698.717-.842.867-.344.353-.757.547-1.146.822l-.005-.005Zm3.472-3.199c.055-.03.15-.045.214-.065.075-.025.155-.05.23-.08.149-.06.288-.13.428-.209.269-.164.503-.379.667-.652.065-.11.115-.23.165-.344.024-.06-.01-.135-.075-.14h-.01c-.035 0-.06.055-.085.085-.055.065-.11.135-.164.2-.11.129-.22.258-.334.383a4.264 4.264 0 0 1-.807.687c-.075.045-.144.09-.219.135h-.01Zm3.526-6.177c.513-.597 1.086-1.38.588-2.102.2.742-.06 1.485-.588 2.102Zm.763.012c.094-.105.174-.214.239-.339.094-.17.159-.353.234-.533.02-.04.055-.09.06-.134-.025.289-.08.588-.185.861-.02.05-.035.1-.07.14a.469.469 0 0 1-.169.124c-.15.08-.314.17-.478.205a.116.116 0 0 0 .035-.035c.045-.05.11-.085.16-.13a1.8 1.8 0 0 0 .174-.164v.005Z" opacity=".9"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M83.987 77.306c.563-1.51.185-3.183-1.046-4.249 0 0 .389-.164 1.126.877l.284.772.633.174s.388-.423 0-1.32c0 0 .552 1.071.174 1.759l.339-.459h.473s.403-.353.229-1.145c0 0 .299.124.045 1.07l.1-.567.751.463s1.37-.702 1.848-2.904c-.015.075.045.22.05.3 0 .174-.03.353-.075.517a2.987 2.987 0 0 1-.493.991c-.363.499-.837.932-1.33 1.3l2.87 2.008 2.355 1.688c.329.264.653.528.982.792.283.23 1.006 1.036 1.394.897.164-.06.289-.2.389-.344.234-.349.378-.747.503-1.15.378-1.22.602-2.57.134-3.761.339.553.488 1.205.493 1.848 0 1.275-.488 2.71-1.484 3.546.608-.02 1.165-.398 1.514-.902.448-.642.692-1.583.598-2.36-.055-.434-.224-.842-.384-1.25-.144-.374-.284-.758-.478-1.111-.06-.11-.15-.234-.274-.23.319.529.673 1.047.942 1.604.164.35.308.713.403 1.086.105.414.09.802.12 1.22 0 0 .234 3.168-2.411 3.98l-2.59-2.376c-.468-.428-1.046-.777-1.574-1.12a23.934 23.934 0 0 0-1.758-1.041 38.603 38.603 0 0 0-2.037-1.006c-.389-.18-.768-.379-1.166-.543-.23-.095-.887-.459-1.1-.244-.055.054-.085.13-.12.199-.14.324-.26.667-.419.981l-.01.01Z" opacity=".9"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M84.097 75.98c.418 1.559-.593 3.078-1.933 3.94-1.265.816-3.65 1.753-4.761.288a1.492 1.492 0 0 1-.27-.513c-.054-.179.03-.543-.044-.682.224.408.697.657 1.185.727 2.162.319 4.478-1.145 5.504-2.844.174-.294.289-.598.319-.921v.005Zm-3.222-3.024c.084.01.169.015.224-.01.194-.08.07-.189-.04-.224a3.32 3.32 0 0 0-1.066-.12c-.23.01-.468.03-.707.08-.085.02-.27.045-.339.12-.154.164.22.114.329.104a6.93 6.93 0 0 1 1.285-.005c.07.005.194.04.314.055Zm-.787-.566h.005c.339 0 .727.079 1.076 0-.015-.02-.03-.046-.055-.055-.054-.025-.14-.025-.204-.035-.234-.035-.463-.065-.697-.1-.145-.02-.289-.04-.448-.02a.837.837 0 0 0-.459.204c-.154.145.145.065.22.055.194-.035.378-.05.562-.05Z" opacity=".9"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M11.612 49.045c1.226 4.443 2.177 7.75 2.346 7.85 1.43.806-.388 1.598 1.041 2.405 2.072 1.17 1.26 3.651 3.332 4.822 2.47 1.39 1.2.573 7.865 4.796 2.61 1.47 5.22 2.944 7.835 4.413l7.506 4.229c2.142 1.21 4.288 2.416 6.43 3.621 1.534.867 3.068 1.728 4.602 2.595 1.39.782 2.745 1.614 4.15 2.366l4.024-.757c1.365-1.206 2.515-2.655 3.596-4.11 2.122-2.873 3.975-5.961 5.573-9.16l-22.04-23.07h-36.26Z" clip-rule="evenodd"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M104.31 86.275c-.15.458-.548.777-.927.752-.408-.03-.697-.448-.612-.986.094-.608.602-1.051 1.085-.932.439.115.618.658.454 1.166Z" opacity=".9"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M49.945 79.725c-1.017-.084-1.843-.931-1.848-1.902 0-.966.822-1.684 1.843-1.604 1.016.085 1.843.931 1.847 1.903 0 .966-.821 1.683-1.842 1.603Zm6.32 4.105c-1.016-.084-1.843-.93-1.848-1.902 0-.966.822-1.683 1.843-1.604 1.016.085 1.843.932 1.848 1.903 0 .966-.822 1.684-1.843 1.604Z" opacity=".9"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" d="M100.136 87.202s-.245.657-.444.722c-.274.08-.538-.503-.538-.503l.902-.24.084.026-.004-.005Z" clip-rule="evenodd" opacity=".9"/>
|
|
38
|
+
</svg>
|
|
39
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Help" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.5 61v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m45.944 115.395 66.589-11.89c.414-.075.429-.657.025-.762l-41.754-10.4a3.856 3.856 0 0 0-1.529-.07l-52.573 8.1c-.932.145-1.11 1.404-.254 1.803l27.987 13.015c.468.219 1 .289 1.514.194l-.005.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M114.823 41.721c.264-.015.533.035.782.125s.493.234.712.413a2.678 2.678 0 0 1 .896 1.429l1.24 5.392-80.626 4.855-1.04-5.995a2.096 2.096 0 0 1 .03-.901 1.95 1.95 0 0 1 1.03-1.28c.26-.13.553-.209.877-.229l76.099-3.809Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m37.822 53.934 80.621-4.85 10.362 45.055c.069.304.079.603.049.877a2.026 2.026 0 0 1-.254.757 1.704 1.704 0 0 1-.512.552 1.67 1.67 0 0 1-.722.27l-77.953 9.768c-.333.045-.657.01-.965-.075a2.365 2.365 0 0 1-.857-.438 2.74 2.74 0 0 1-.652-.722 2.57 2.57 0 0 1-.354-.936l-8.758-50.258h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M42.16 47.655c.253-.015.507.025.746.105a2.173 2.173 0 0 1 1.155.916c.135.214.23.448.27.702a1.65 1.65 0 0 1-.314 1.32 1.62 1.62 0 0 1-.518.428 1.74 1.74 0 0 1-.697.184 2.104 2.104 0 0 1-1.404-.463 2.243 2.243 0 0 1-.503-.558 1.847 1.847 0 0 1-.27-.707 1.75 1.75 0 0 1 .02-.722 1.45 1.45 0 0 1 .295-.602 1.605 1.605 0 0 1 1.22-.607v.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M49.419 106.363c-.334.04-.657.01-.966-.075a2.551 2.551 0 0 1-.857-.438 2.685 2.685 0 0 1-.652-.727 2.54 2.54 0 0 1-.353-.936l-8.759-50.254-1.04-5.995a1.953 1.953 0 0 1-.035-.448 2.053 2.053 0 0 1 .194-.822c.055-.124.135-.243.214-.348l-1.32 1.718c-.079.11-.149.224-.213.344a2.383 2.383 0 0 0-.14.388c-.035.14-.05.274-.054.423 0 .145 0 .294.034.443l1.026 5.93 8.609 49.701c.055.339.18.648.348.926.17.279.394.523.643.717.254.195.537.339.846.434a2.3 2.3 0 0 0 .956.074l77.25-9.759 2.221-1.07-77.952 9.769v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M95.68 60.189a24.217 24.217 0 0 1 2.867 2.758 23.77 23.77 0 0 1 4.143 6.692 23.08 23.08 0 0 1 1.165 3.754c.204.961.343 1.917.408 2.878.065.961.08 1.907.01 2.838a19.06 19.06 0 0 1-.388 2.769 18.475 18.475 0 0 1-.782 2.649 17.192 17.192 0 0 1-1.17 2.46 17.026 17.026 0 0 1-1.519 2.2c-.558.692-1.18 1.33-1.852 1.912a15.844 15.844 0 0 1-2.16 1.583 15.76 15.76 0 0 1-3.257 1.519 16.84 16.84 0 0 1-3.57.777c-.309.035-.618.06-.926.074a14.6 14.6 0 0 1-.936.025c-.314 0-.628-.005-.946-.025-.314-.02-.638-.04-.956-.07a18.753 18.753 0 0 1-2.853-.512 20.152 20.152 0 0 1-2.804-.941 21.872 21.872 0 0 1-2.688-1.35 22.858 22.858 0 0 1-4.835-3.834 23.423 23.423 0 0 1-2.007-2.374 23.55 23.55 0 0 1-2.997-5.423 22.865 22.865 0 0 1-.921-2.927 21.026 21.026 0 0 1-.498-2.963 20.132 20.132 0 0 1 .284-5.825 18.3 18.3 0 0 1 .767-2.729c.318-.876.712-1.708 1.155-2.504a15.75 15.75 0 0 1 1.523-2.246 15.93 15.93 0 0 1 1.858-1.942 15.214 15.214 0 0 1 2.15-1.593 16.602 16.602 0 0 1 2.37-1.21 16.577 16.577 0 0 1 5.248-1.205c1.23-.08 2.47-.03 3.7.145a20.688 20.688 0 0 1 7.15 2.424 23.313 23.313 0 0 1 3.266 2.201v.02-.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.686 66.207a7.735 7.735 0 0 1 1.105 1.703c.15.314.28.633.389.971.11.339.204.687.283 1.05.055.255.095.499.12.733.025.234.045.468.05.692a5.52 5.52 0 0 1-.254 1.822 5.492 5.492 0 0 1-.184.528c-.07.17-.145.328-.224.488-.08.16-.17.304-.264.443-.095.14-.2.289-.31.438-.109.15-.228.304-.358.458-.129.155-.264.319-.403.483a157.932 157.932 0 0 0-.812.911c-.114.13-.219.254-.318.379-.1.124-.194.239-.279.348-.085.11-.164.22-.239.324-.075.105-.14.209-.204.324a4.478 4.478 0 0 0-.18.343c-.054.12-.104.244-.154.369-.05.124-.09.258-.124.393a3.754 3.754 0 0 0-.12.871 5.193 5.193 0 0 0 .08.981l-4.566.428a9.23 9.23 0 0 1-.12-1.528 7.59 7.59 0 0 1 .046-.687c.024-.22.064-.433.119-.638a7.443 7.443 0 0 1 .359-1.12c.07-.17.144-.329.219-.478a3.67 3.67 0 0 1 .249-.423c.09-.135.184-.269.288-.418.105-.15.22-.3.349-.463a56.5 56.5 0 0 1 .403-.508c.145-.18.299-.359.463-.553a15.586 15.586 0 0 0 .628-.752c.094-.12.174-.229.254-.333.08-.105.149-.21.214-.304.064-.1.13-.2.184-.299.055-.1.11-.209.154-.319.045-.11.09-.224.13-.338a3.76 3.76 0 0 0 .104-.359 3.15 3.15 0 0 0 .085-.776c0-.14-.01-.274-.025-.419a5.115 5.115 0 0 0-.279-1.175 3.87 3.87 0 0 0-.309-.647 3.466 3.466 0 0 0-.916-1.016 3.414 3.414 0 0 0-.592-.358c-.21-.1-.428-.18-.657-.24a4.218 4.218 0 0 0-.722-.119 5.163 5.163 0 0 0-.787 0 5.26 5.26 0 0 0-.822.125 4.264 4.264 0 0 0-1.394.602c-.204.14-.398.299-.572.478a4.53 4.53 0 0 0-.503.598 7.029 7.029 0 0 0-.822 1.548 10.63 10.63 0 0 0-.319.951l-4.326-1.613a10.306 10.306 0 0 1 .99-2.614c.215-.393.464-.757.732-1.1.27-.344.568-.667.892-.966a6.699 6.699 0 0 1 1.055-.802 7.476 7.476 0 0 1 1.235-.602 9.17 9.17 0 0 1 1.414-.409c.503-.104 1.03-.174 1.589-.214a13.157 13.157 0 0 1 2.45.045 9.924 9.924 0 0 1 2.175.503c.339.12.662.259.97.418.31.16.603.329.887.518.284.19.543.398.797.617.254.22.488.463.707.722l-.01-.015Zm-1.987 18.105c.154.115.294.244.423.388a3.132 3.132 0 0 1 .592 1c.07.195.13.394.175.614.045.219.07.408.075.602.005.194-.005.378-.035.553-.03.174-.08.343-.145.508a2.37 2.37 0 0 1-.603.846 2.132 2.132 0 0 1-.427.294 2.92 2.92 0 0 1-1.096.313 3.564 3.564 0 0 1-1.215-.07 2.866 2.866 0 0 1-1.792-1.329 3.118 3.118 0 0 1-.254-.537 4.603 4.603 0 0 1-.174-.613 3.53 3.53 0 0 1-.075-.627 2.632 2.632 0 0 1 .18-1.08 1.92 1.92 0 0 1 .253-.454 2.157 2.157 0 0 1 .792-.672c.16-.08.334-.15.523-.2a3.767 3.767 0 0 1 1.22-.119 3.105 3.105 0 0 1 1.1.289c.17.08.329.184.483.299v-.005Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Lock" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m100.069 95.808 20.95 12.57c.18.105.065.205-.25.215l-4.68.155 2.135 1.28-8.02.23-4.125-.24-1.49-.88-49.955 1.665 2.36 1.415-9.13.26-4.725-.6-1.475-.875-7.17.165-4.79-.72-1.07-.645-1.085-.105L8.574 98.323l11.865-.965.02.01a.877.877 0 0 1 .175-.015l78.55-1.72c.325-.01.725.075.905.18l-.02-.005Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m121.235 92.902-1.145.035v.5l1.145-.035v-.5Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m114.029 105.187 8.36-.435v5.48l-8.36.195v-5.24Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m114.03 105.207-3.73.195.025 3.785 3.71 1.235v-5.215h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m37.16 102.242 6.89-.08 1.12 5.41-8.01.015v-5.35.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M33.6 99.367v5.155l3.565 3.065v-5.295L33.6 99.367Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m48.305 108.192 9.525-.495v5.62l-9.525.225v-5.35Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m48.3 108.177-3.73-2.4.024 5.155 3.71 2.6v-5.36l-.005.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m46.8 34.487 81.5 4v67l-81.5 3v-74Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m53.3 40.487 68.5 3.35v56.135l-68.5 2.515v-62Zm-21 3.75 14.5-9.75v74l-14.5-7.25v-57Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m54.325 42.002 66.475 3.205v53.655l-66.475 2.4v-59.26Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m58.35 46.782 58.78 2.74v45.9l-58.78 2.055V46.782Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M64.19 60.752h-3.5v24.5h3.5v-24.5Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.43 61.777h-3.5v24.5h3.5v-24.5Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65 62.662h-.5v21.795h.5V62.662Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M119.97 55.267a5.765 5.765 0 0 1 3.015-.025c.105.03.18.15.18.285v8.81c0 .135-.075.26-.18.29-.99.285-2.02.3-3.015.045-.105-.025-.18-.145-.18-.285v-8.83c0-.135.075-.26.18-.29Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M120.71 64.802a5.318 5.318 0 0 1-.74-.125c-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29.245-.075.49-.13.74-.17"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M120.145 54.532c.83-.275 1.69-.28 2.515-.02.09.03.15.15.15.285v8.81c0 .135-.06.26-.15.29-.83.28-1.685.295-2.515.035-.09-.025-.15-.145-.15-.285v-8.83c0-.135.06-.26.15-.285Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.73 54.377a5.27 5.27 0 0 0-.73.155h-.005v9.395H120c.24.065.485.11.73.145v-9.7.005Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m122.81 59.577-2.815.03v.535l2.815-.03v-.535Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m122.34 59.582-1.205.01v.535l1.205-.01v-.535Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M122.59 63.922v-9.43a3.72 3.72 0 0 0-.625-.135l.01 9.71s.255-.03.615-.145Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.039 80.357a5.77 5.77 0 0 1 3.015-.08c.105.025.18.145.18.28v8.81c0 .135-.075.26-.18.29-.99.3-2.02.335-3.015.1-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M120.779 89.887a5.318 5.318 0 0 1-.74-.125c-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29.245-.075.49-.13.74-.17"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M120.214 79.622c.83-.29 1.69-.31 2.515-.065.09.025.15.145.15.28v8.81c0 .135-.06.26-.15.29a4.011 4.011 0 0 1-2.515.08c-.09-.025-.15-.145-.15-.28v-8.83c0-.135.06-.26.15-.29v.005Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.799 79.452c-.245.04-.49.095-.73.17h-.005v9.395h.005c.24.06.485.105.73.13v-9.7.005Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m122.884 84.617-2.82.08v.535l2.82-.08v-.535Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m122.415 84.632-1.21.035v.535l1.21-.035v-.535Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M122.66 88.967v-9.43a3.683 3.683 0 0 0-.625-.125l.01 9.71s.255-.035.615-.155Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M126.29 102.927c-.14 0-.25-.11-.25-.25V40.912l-75.6-3.86a.244.244 0 0 1-.235-.26.24.24 0 0 1 .26-.235l75.84 3.875a.245.245 0 0 1 .235.25v62c0 .14-.11.25-.25.25v-.005Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M73.514 71.936c-.385 9.373 6.828 16.88 15.61 16.76 8.278-.115 14.896-7.037 15.206-15.455.305-8.397-5.759-15.815-13.966-16.62-8.703-.86-16.465 5.968-16.85 15.315Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M75.312 72.011c-.38 9.313 6.748 16.78 15.43 16.665 8.183-.11 14.731-6.998 15.041-15.37.305-8.353-5.693-15.73-13.81-16.525-8.608-.85-16.28 5.938-16.66 15.23Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m79.336 66.098 2.59 1.635c.205-.415.43-.82.684-1.2l-2.539-1.6c-.475-.3-1.03-.284-1.23.04-.204.32.02.825.495 1.13v-.005Zm1.486 6.064c0-.08.01-.165.014-.245h-3.179c-.564 0-1.02.31-1.02.69 0 .38.456.69 1.02.69h3.175c-.02-.375-.025-.75-.01-1.135Zm4.213-8.208c.37-.28.755-.53 1.16-.755L84.78 60.81c-.285-.485-.785-.72-1.115-.525-.33.195-.36.745-.075 1.23l1.445 2.44Zm6.613-1.969v-2.68c0-.564-.31-1.019-.69-1.019-.38 0-.69.455-.69 1.02v2.679c.455-.03.915-.03 1.38 0Zm8.593 6.357 2.729-1.484c.495-.27.75-.76.565-1.095-.18-.335-.73-.39-1.225-.12l-2.68 1.455c.23.395.431.815.606 1.24l.005.004Zm-3.604-4.544 1.38-2.484c.274-.495.224-1.04-.11-1.225-.336-.185-.825.065-1.1.555l-1.35 2.425c.41.214.8.46 1.175.73h.005ZM81.66 76.875l-2.718 1.48c-.495.27-.75.76-.565 1.094.18.335.73.39 1.224.12l2.67-1.45c-.23-.394-.43-.81-.61-1.239v-.005Zm22.599-4.958h-3.174c.025.365.03.735.015 1.105 0 .095-.02.185-.025.275h3.184c.565 0 1.02-.31 1.02-.69 0-.38-.455-.69-1.02-.69Zm-1.679 7.197-2.61-1.644c-.204.415-.43.82-.679 1.2l2.554 1.609c.475.3 1.03.285 1.23-.04.205-.32-.02-.825-.495-1.13v.005Zm-11.672 4.139c-.215 0-.424-.025-.64-.04v2.69c0 .564.31 1.019.69 1.019.38 0 .69-.455.69-1.02v-2.69c-.245.016-.49.036-.74.036v.005Zm5.963-2.013c-.37.28-.75.54-1.15.764l1.42 2.4c.285.484.785.72 1.115.524.33-.195.36-.745.075-1.23l-1.455-2.459h-.005Zm-11.601.183-1.375 2.474c-.274.495-.224 1.04.11 1.225.335.185.825-.065 1.1-.555l1.35-2.43c-.41-.214-.805-.45-1.18-.714h-.005Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M80.82 72.246c-.244 6.094 4.37 11.067 10.088 11.092 5.503.03 9.977-4.559 10.192-10.232.21-5.668-3.899-10.597-9.372-11.032-5.689-.454-10.667 4.09-10.907 10.172Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M81.406 72.181c-.23 5.799 4.159 10.532 9.607 10.562 5.239.025 9.502-4.338 9.702-9.742.2-5.393-3.714-10.087-8.922-10.502-5.413-.43-10.152 3.894-10.387 9.682Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.01 74.38c-.145 3.62 2.58 6.589 6.009 6.634 3.349.045 6.113-2.734 6.243-6.198.13-3.464-2.41-6.419-5.749-6.613-3.413-.2-6.363 2.564-6.503 6.178Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M85.15 72.426c-.14 3.604 2.559 6.578 5.963 6.648 3.324.065 6.063-2.679 6.198-6.133.13-3.449-2.394-6.413-5.703-6.628-3.39-.22-6.313 2.514-6.453 6.113h-.005Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m91.423 63.629-2.979 2.294c-.165.12-.29.27-.365.445l-.814 1.83 3.644-.96.52-3.604-.006-.005Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.563 67.378c-3.215-.195-5.979 2.27-6.383 5.594-.01-.185-.04-.36-.03-.545.14-3.6 3.064-6.328 6.453-6.113 3.309.215 5.833 3.179 5.703 6.628-.005.18-.05.345-.07.52-.13-3.215-2.534-5.894-5.678-6.084h.005Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m92.778 64.678.22.995c.2.91-.39 1.78-1.175 1.73l-.52-.035c-.79-.05-1.324-1.005-1.044-1.89l.3-.964c.395-1.27 1.93-1.15 2.22.165Z"/>
|
|
43
|
+
</svg>
|
|
44
|
+
`;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Mission" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.582 61.195v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12v-45c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m93.565 98.537 1.199-16.119-16.5 13.386 5.614 13.14a1.75 1.75 0 0 0 2.998.377l5.135-6.704a7.643 7.643 0 0 0 1.554-4.08Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M94.181 90.26a31.386 31.386 0 0 1-3.562 3.48c-2.762 2.274-1.372 8.419-3.794 11.054l-2.3 2.501a2.133 2.133 0 0 1-1.079.638l-5.18-12.128 16.499-13.387-.584 7.842Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.694 55.418c-19.37 14.998-31.416 30.84-32.82 39.401-.25 8.473 7.29 13.049 11.664 13.425 7.08-.792 17.517-10.505 30.395-21.058 16.393-13.434 35.689-43.769 30.913-48.788-4.514-4.743-18.55.293-40.152 17.02Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M89.026 90.264c1.068-12.84-7.83-18.224-14.679-20.708-.543-.197-.875.519-.399.845 5.027 3.439 11.067 8.587 11.698 14.743.76 7.423 2.755 5.12 3.38 5.12Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M123.537 38.102c.107.094.21.192.309.296 4.776 5.019-14.519 35.353-30.913 48.788C80.056 97.738 69.62 107.45 62.54 108.244c-4.375-.377-11.915-4.953-11.666-13.426 1.026-6.247 7.72-16.373 18.79-27.219-1.654 9.395-1.235 18.312 7.414 23.147l16.969-11.874.37-.252a10.876 10.876 0 0 0 4.321-12.016l16.561-11.597c4.471-4.3 7.345-11.959 8.239-16.905Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M105.375 41.081c9.41-4.83 15.715-5.578 18.471-2.683 1.938 2.037-.088 8.244-4.276 15.798-.184-2.118-.943-4.466-2.711-6.783-2.651-3.474-7.301-5.374-11.484-6.332Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M119.252 54.865c4.675-8.234 6.624-14.335 4.595-16.467a4.763 4.763 0 0 0-.308-.293c.249 3.438-2.292 8.46-4.816 12.55.807 2.01.67 2.519.529 4.21Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M54.275 86.451c3.762-.646 8.5 1.084 12.21 4.833 4.082 4.127 5.705 9.475 4.421 13.363-3.155 2.021-5.956 3.327-8.368 3.597-4.375-.377-11.914-4.953-11.665-13.426.38-2.311 1.536-5.153 3.402-8.367Z"/>
|
|
11
|
+
<ellipse cx="57.292" cy="100.635" fill="var(--sapContent_Illustrative_Color1)" rx="7.566" ry="3.593" transform="rotate(49.245 57.292 100.635)"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m48.581 68.231 4.311-3.308a13.037 13.037 0 0 1 7.387-2.683l15.537-.657c-.636 6.645-12.123 14.545-14.472 15.345l-12.22-4.822c-1.625-.642-1.929-2.81-.543-3.875Z"/>
|
|
13
|
+
<ellipse cx="84.999" cy="85.61" fill="var(--sapContent_Illustrative_Color11)" rx="3.287" ry="11.377" transform="rotate(50.927 85 85.61)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M113.265 67.705c-3.23 5.082-8.821 6.835-12.894 4.246-4.073-2.588-4.73-8.417-1.5-13.5 3-4.25 8.25-6.5 12.75-4.25 4.073 2.589 4.874 8.422 1.644 13.504Z"/>
|
|
15
|
+
<ellipse cx="107.708" cy="64.159" fill="var(--sapContent_Illustrative_Color2)" rx="6.423" ry="7.949" transform="rotate(32.437 107.708 64.16)"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M103.064 59.647a9.668 9.668 0 0 1 1.853-1.725l9.071 3.333a8.095 8.095 0 0 1-.08 2.376l-10.844-3.984Zm10.538 5.205a10.227 10.227 0 0 1-1.106 2.35 10.305 10.305 0 0 1-1.366 1.719l-10.362-3.808c.116-1.448.617-2.978 1.52-4.398l.01-.017 11.304 4.154Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M112.553 57.87c2.542 2.094 2.88 6.32.672 9.795-2.355 3.705-6.712 5.153-9.733 3.234a5.406 5.406 0 0 1-.392-.276c3.228.28 6.586-1.31 8.536-4.378 1.68-2.644 1.922-5.768.917-8.376Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M42.371 113.695c9.159-3.948 26.731-13.22 21.994-18.43-6.76-7.437-18.393 13.827-21.994 18.43Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M66.457 91.264c4.508 4.557 5.574 10.116 4.54 13.315-3.135 2.197-6.279 3.398-8.486 3.645-1.111-.096-2.427-.462-3.767-1.095l.54-.622c1.2.434 2.25.414 2.919-.162 1.503-1.295.51-4.911-2.218-8.076-2.728-3.166-6.157-4.681-7.66-3.386-.715.616-.866 1.757-.533 3.124l-.528.5a12.862 12.862 0 0 1-.418-3.708c.353-2.152 1.313-4.825 3.381-8.379 3.886-1.143 8.205.775 12.23 4.844Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.774 61.92c-.978 6.572-12.12 14.222-14.43 15.008l-13.037-5.145c-1.265-.499-1.502-2.188-.423-3.016l.702-.539c5.587 3.603 16.306 5.83 27.188-6.308Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.842 98.158c0-.281-.817-.506-1.908-.558-.062-1.09-.303-1.9-.584-1.899-.281 0-.515.817-.575 1.913-1.094.074-1.908.319-1.904.6.004.283.817.508 1.908.558.065 1.09.302 1.9.583 1.9.28-.001.516-.817.576-1.913 1.094-.075 1.907-.32 1.904-.601Zm92.5 1.5c0-.281-.817-.506-1.908-.558-.062-1.09-.303-1.9-.584-1.899-.281 0-.515.817-.575 1.913-1.094.074-1.908.319-1.904.6.004.283.817.508 1.908.558.065 1.09.302 1.9.583 1.9.281-.001.516-.817.576-1.913 1.094-.075 1.907-.32 1.904-.601Zm12.029-30.48c0-.226-.657-.407-1.535-.448-.05-.877-.244-1.53-.47-1.529-.226 0-.415.658-.463 1.54-.88.06-1.535.256-1.532.483.003.227.657.408 1.535.449.053.877.244 1.529.47 1.528.226 0 .415-.657.463-1.539.88-.06 1.535-.257 1.532-.484Z"/>
|
|
22
|
+
<circle cx="27.923" cy="91.753" r=".552" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M26.103 65.523c0-.438-1.27-.788-2.967-.867-.098-1.696-.471-2.956-.909-2.955-.437.001-.801 1.271-.894 2.975-1.702.116-2.968.497-2.962.935.006.439 1.27.789 2.968.868.101 1.695.47 2.955.907 2.954.436-.001.802-1.271.895-2.975 1.702-.116 2.967-.496 2.962-.935Z"/>
|
|
24
|
+
<circle cx="116.423" cy="104.253" r=".552" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m43.773 106.519 2.782 4.851 6.974-3.176-6.974-2.329-2.782.654Zm39.903 3.438 6.758 3.688.687-.799.648-.981-8.093-1.908Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m74.496 52.013 3.372 15.807 12.08-17.477-9.073-11.038a1.75 1.75 0 0 0-2.984.48l-3.048 7.875a7.643 7.643 0 0 0-.347 4.353Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.47 56.574c-.57-2.604-.472-5.866 0-6.958.87-2.015 1.532-3.14 3.117-6.347l1.506-3.046c.2-.407.455-.687.808-.89l9.047 11.01L77.867 67.82l-2.398-11.246Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M58.087 73.064c3.575 1.758 9.46 5.53 11.11 7.272 0 1.091 1.369 3.965.604 4.015 4.63 3.157 13.67 10.852 15.795 19.458-4.596-.39-3.718 2.9-6.685 2.214-2.294-.53-2.599 4.517-8.37.386-2.273-1.626-3.791-3.418-9.206-1.423-10.265-3.939-19.067-9.196-21.12-11.166-1.45-.227-8.574.91-10.627 0-2.053-.909-8.937-7.348-8.937-9.469 0-1.323.846-1.136 6.884-.53-4.392-3.525-8.257-7.787-8.861-11.272 0-1.185.852-4.181 3.992-4.788 2.894-.558 5.276-.232 6.922 0 2.898.303 15.336 3.182 22.945 6.212 1.892-.252 1.98-2.666 5.554-.909Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M101.552 33.99c4.305-.865 12.825 1.412 14.964 9.614 1.052 8.611-6.066 27.197-20.45 47.027-3.708 5.113-7.205 9.512-10.459 13.214l-2.816-1.172-3.79 5.296h-4.04l-1.748-4.278-3.499 1.164-4.322-4.352-4.058 4.484c2.313-12.556 9.224-30.96 16.952-42.257 9.4-13.742 16.693-25.992 23.266-28.74Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M81.174 58.602C83.353 69.843 91.852 72.22 98 72.632c.488.032.588-.662.124-.821-4.896-1.684-11.02-4.574-12.992-9.677-2.379-6.152-3.451-3.686-3.958-3.53Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M101.554 33.99c4.305-.865 12.825 1.412 14.963 9.614.769 6.284-2.452 8.67-2.813 5.397-1.048-9.482-5.104-3.769-14.762-5.983L87.487 58.644l-7.538 10.343c-2.988 3.633-2.437 9.486-1.661 12.532 0 0 .943 16.883-5.87 18.984-1.753.929-1.51 3.957-1.51 3.957l-1.198.394c-1.596-1.612-2.806-2.818-4.317-4.351l-4.057 4.483C63.649 92.43 70.56 74.027 78.288 62.73c9.4-13.742 16.693-25.992 23.266-28.74Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M115.598 52.59c-3.429 1.675-8.463 1.345-13.075-1.214-5.077-2.816-8.134-7.493-7.993-11.586 2.461-2.825 4.784-4.864 7.023-5.8 4.305-.865 12.825 1.412 14.963 9.614.284 2.325-.028 5.378-.918 8.986Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M98.068 43.623c-.463.78-.753 1.332-1.418 2.555-1.309-1.921-2.183-3.892-2.12-6.387 2.536-3.05 5.877-5.887 7.495-5.873 1.619.014-3.957 1.41-2.896 5.537.213 1.64-.598 3.388-1.061 4.168Zm4.31-7.916c1.079-1.665 4.796-1.172 8.303 1.1 3.506 2.273 5.473 5.466 4.394 7.13-1.08 1.666-4.797 1.173-8.303-1.1-3.506-2.273-5.474-5.465-4.394-7.13Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m126.26 68.706-3.292 4.323a13.033 13.033 0 0 1-6.423 4.528l-14.82 4.711c-1.131-6.579 7.881-17.217 9.938-18.605l13.056 1.447c1.737.192 2.599 2.205 1.541 3.596Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M119.169 75.409a.127.127 0 0 0 .033-.015c.762-.479 1.28.159.527.651a13.04 13.04 0 0 1-3.183 1.512l-14.82 4.711c-.314-2.418.321-4.47 1.164-6.433l5.786 1.26c2.507.463 7.133-.65 10.493-1.686Z"/>
|
|
14
|
+
<ellipse cx="86.345" cy="62.017" fill="var(--sapContent_Illustrative_Color11)" rx="3.287" ry="11.377" transform="rotate(-145.366 86.345 62.017)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M83.641 60.149c3.571-5.17 7.677-8.525 9.17-7.493-2.896 1.835-4.265 3.086-7.836 8.256-3.993 5.782-3.964 7.021-4.191 7.78-.473 1.58-.234 3.08-.904 2.686-1.494-1.032.19-6.06 3.761-11.23Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M64.237 87.132c1.674-5.784 6.55-9.035 11.185-7.693 4.635 1.342 6.901 6.753 5.227 12.537-1.687 4.92-6.095 8.553-11.046 7.656-4.635-1.342-7.04-6.716-5.366-12.5Z"/>
|
|
17
|
+
<ellipse cx="70.566" cy="88.975" fill="var(--sapContent_Illustrative_Color2)" rx="6.423" ry="7.949" transform="rotate(-163.856 70.566 88.975)"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m70.56 93.226-3.542 2.05 1.65-2.274-2.219-2.294 2.219-.833v-3.708l5.625-4.148-.885 6.389 2.041 3.281-3.127 4.551-1.06.404 3.03-5.564-1.895-2.672 1.896-6.389-4.914 4.813v3.876l-1.838.192 3.02 2.326Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M67.68 96.373c-3.028-1.298-4.538-5.26-3.393-9.215 1.22-4.216 4.997-6.828 8.434-5.833.155.045.307.097.455.154-3.178.637-5.954 3.105-6.965 6.597-.871 3.01-.227 6.076 1.469 8.297Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m50.07 105.18-3.472 6.312h15.74l-8.565-6.312H50.07Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m90.438 113.659-3.457-5.628 10.315 4.505-6.858 1.123Zm-31.934-2.169 1.11-2.002 2.756 2.002h-3.866Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m61.148 108.461-2.039 6.062 6.457-3.941-4.418-2.121Z"/>
|
|
23
|
+
</svg>
|
|
24
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-NoApplications" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m46.388 115.245 68.96-12.465c.428-.079.443-.689.025-.799l-43.24-10.905a3.947 3.947 0 0 0-1.583-.073l-54.445 8.493c-.964.152-1.15 1.472-.263 1.89l28.984 13.645a2.57 2.57 0 0 0 1.567.204l-.005.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M117.719 38.003c.273-.016.552.036.81.13a2.696 2.696 0 0 1 1.314 1.096c.16.256.279.538.351.836l1.284 5.653-83.495 5.09-1.078-6.285a2.224 2.224 0 0 1 .031-.945 2.062 2.062 0 0 1 1.067-1.342c.269-.135.573-.219.908-.24l78.808-3.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m37.978 50.808 83.491-5.084 10.73 47.237c.072.318.082.631.051.918a2.149 2.149 0 0 1-.263.794 1.775 1.775 0 0 1-.531.58 1.708 1.708 0 0 1-.747.281l-80.727 10.242c-.345.047-.68.01-1-.078a2.452 2.452 0 0 1-.887-.46 2.863 2.863 0 0 1-.675-.757 2.707 2.707 0 0 1-.367-.981l-9.07-52.692h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m45.893 55.797 22.57-1.258c.195-.01.391.016.577.073a1.74 1.74 0 0 1 .902.679c.108.157.175.334.211.517l3.904 20.28a1.33 1.33 0 0 1-.232 1.034 1.375 1.375 0 0 1-.397.355c-.155.094-.34.156-.537.177l-22.594 2.761a1.877 1.877 0 0 1-1.243-.302 1.517 1.517 0 0 1-.655-.987l-3.846-21.789a1.21 1.21 0 0 1 .025-.563c.052-.173.14-.34.263-.48.124-.142.274-.256.454-.34.18-.084.382-.14.598-.157Zm53.976-3.006 16.727-.934c.144-.01.294.015.433.068.139.052.273.13.392.23.118.099.227.224.309.36.083.135.15.287.186.448l3.882 17.477c.037.168.042.324.021.475a1.073 1.073 0 0 1-.144.408.91.91 0 0 1-.671.444l-16.675 2.04a1.279 1.279 0 0 1-.928-.276 1.526 1.526 0 0 1-.34-.37 1.36 1.36 0 0 1-.196-.481l-3.909-18.584a1.29 1.29 0 0 1-.01-.485 1.02 1.02 0 0 1 .17-.407.98.98 0 0 1 .748-.418l.005.005ZM75.093 54.17l19.304-1.071c.17-.01.336.016.5.073.166.057.31.141.45.245.139.105.252.235.345.381.093.147.16.308.196.48l3.908 18.767c.036.177.036.35.005.512a1.142 1.142 0 0 1-.97.924l-19.284 2.36c-.195.02-.386 0-.567-.048a1.542 1.542 0 0 1-.882-.637 1.394 1.394 0 0 1-.21-.511l-3.91-20.05a1.292 1.292 0 0 1 .006-.523 1.05 1.05 0 0 1 .211-.438c.103-.126.227-.235.377-.314.15-.078.32-.13.505-.14l.016-.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M42.469 44.225c.263-.016.526.026.773.11.253.083.475.214.681.375.206.162.376.36.516.585.139.224.237.47.278.736a1.75 1.75 0 0 1-.325 1.383 1.665 1.665 0 0 1-1.258.642 2.172 2.172 0 0 1-1.454-.486 2.34 2.34 0 0 1-.52-.584 1.95 1.95 0 0 1-.28-.74 1.857 1.857 0 0 1 .021-.758c.052-.235.16-.454.305-.631a1.655 1.655 0 0 1 1.263-.637v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M49.987 105.776a2.57 2.57 0 0 1-1-.079 2.616 2.616 0 0 1-.888-.459 2.808 2.808 0 0 1-.675-.762 2.678 2.678 0 0 1-.366-.982l-9.07-52.686-1.078-6.285a2.091 2.091 0 0 1-.036-.47 2.16 2.16 0 0 1 .201-.861c.057-.13.14-.256.222-.366l-1.366 1.801a3.2 3.2 0 0 0-.222.36c-.057.13-.108.261-.145.407a2.091 2.091 0 0 0-.056.444c0 .152 0 .308.036.465l1.062 6.217 8.915 52.107a2.796 2.796 0 0 0 1.026 1.723c.263.203.557.355.877.454.32.094.655.125.99.078l79.999-10.231 2.3-1.122-80.726 10.241v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m135.586 103.411-2.006 1.311s-.046.031-.067.041c-.02.011-.046.032-.062.042-.02.011-.046.031-.062.042-.02.01-.046.031-.067.042a14.68 14.68 0 0 1-1.314.715 13.649 13.649 0 0 1-2.842.971c-.495.109-1 .193-1.505.245-.253.031-.511.052-.763.068-.253.016-.516.021-.774.026-.258 0-.521 0-.783-.021-.263-.021-.526-.031-.789-.062a16.417 16.417 0 0 1-2.372-.423 17.214 17.214 0 0 1-2.321-.783 18.465 18.465 0 0 1-4.331-2.589 19.224 19.224 0 0 1-1.908-1.754 21.015 21.015 0 0 1-1.665-1.99 19.923 19.923 0 0 1-1.392-2.192 19.394 19.394 0 0 1-1.093-2.36 18.459 18.459 0 0 1-.764-2.458 18.128 18.128 0 0 1-.474-4.964c.036-.82.139-1.624.299-2.412a15.17 15.17 0 0 1 .624-2.245c.263-.72.578-1.414.938-2.072a13.483 13.483 0 0 1 2.728-3.477l1.769-1.618a13.64 13.64 0 0 0-2.749 3.513 15.34 15.34 0 0 0-.943 2.088 14.796 14.796 0 0 0-.624 2.271 16.915 16.915 0 0 0-.237 4.938c.077.84.216 1.681.417 2.516.202.836.459 1.666.769 2.485.319.82.685 1.613 1.103 2.38a20.298 20.298 0 0 0 3.089 4.234 19.283 19.283 0 0 0 4.053 3.247c.732.439 1.485.82 2.253 1.148.768.329 1.552.59 2.346.799a15.796 15.796 0 0 0 3.192.496c.268.016.526.021.789.021s.52-.011.783-.021c.263-.01.516-.036.774-.068.51-.057 1.021-.141 1.521-.245.5-.105.99-.246 1.464-.407.48-.162.944-.355 1.403-.564.459-.214.897-.454 1.325-.72.026-.016.046-.032.067-.042.026-.011.046-.032.062-.042.02-.01.046-.031.062-.042.02-.01.046-.031.067-.047"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M134.704 76.026a19.67 19.67 0 0 1 2.403 2.339 20.836 20.836 0 0 1 1.975 2.693c.582.95 1.082 1.947 1.495 2.98a19.6 19.6 0 0 1 .974 3.185 17.923 17.923 0 0 1 .356 4.844c-.057.794-.16 1.582-.325 2.35a15.797 15.797 0 0 1-.654 2.244 14.594 14.594 0 0 1-.98 2.083 14.24 14.24 0 0 1-1.274 1.869c-.469.584-.99 1.127-1.552 1.618-.562.496-1.165.945-1.81 1.342a13.057 13.057 0 0 1-2.727 1.284c-.48.161-.97.297-1.465.407-.495.109-1.005.193-1.521.245a9.583 9.583 0 0 1-.773.063c-.258.015-.521.021-.784.021s-.526 0-.789-.021a22.361 22.361 0 0 1-.799-.063 15.212 15.212 0 0 1-2.393-.433 17.123 17.123 0 0 1-2.346-.799 18.62 18.62 0 0 1-4.377-2.62 20.083 20.083 0 0 1-1.929-1.77 19.55 19.55 0 0 1-1.681-2.015 19.988 19.988 0 0 1-2.511-4.604c-.319-.82-.572-1.65-.768-2.485a19.326 19.326 0 0 1-.418-2.516c-.077-.84-.098-1.67-.062-2.5.042-.83.14-1.64.299-2.438.16-.799.372-1.571.64-2.313.268-.74.598-1.45.969-2.124a12.83 12.83 0 0 1 1.279-1.906 13.34 13.34 0 0 1 1.557-1.644 12.866 12.866 0 0 1 1.8-1.352 13.724 13.724 0 0 1 4.125-1.712 14.02 14.02 0 0 1 2.258-.334 15.033 15.033 0 0 1 3.099.12 16.63 16.63 0 0 1 3.058.736c1.005.344 1.985.783 2.934 1.315a19.259 19.259 0 0 1 2.732 1.87V76l-.015.026Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M124.974 79.466a1.306 1.306 0 0 1 .929.309c.128.104.247.24.34.386.093.146.16.313.196.49l1.351 6.714 6.259-.543c.165-.016.33.01.485.062.155.052.304.136.433.24a1.534 1.534 0 0 1 .537.877c.036.178.036.35.01.507a1.148 1.148 0 0 1-.17.433 1.029 1.029 0 0 1-.32.313c-.129.078-.278.13-.443.146l-6.265.564 1.366 6.786c.036.183.036.355.005.517a1.212 1.212 0 0 1-.18.444 1.066 1.066 0 0 1-.784.47c-.17.015-.335 0-.495-.058a1.478 1.478 0 0 1-.443-.245 1.509 1.509 0 0 1-.542-.893l-1.356-6.807-6.399.574a1.16 1.16 0 0 1-.5-.062 1.52 1.52 0 0 1-.995-1.138 1.249 1.249 0 0 1 .186-.956 1.085 1.085 0 0 1 .799-.459l6.393-.558-1.345-6.734a1.226 1.226 0 0 1 .18-.934 1.005 1.005 0 0 1 .779-.444h-.011Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-NoFlows" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m46.388 115.245 68.96-12.465c.428-.079.443-.689.025-.799l-43.24-10.905a3.947 3.947 0 0 0-1.583-.073l-54.445 8.493c-.964.152-1.15 1.472-.263 1.89l28.984 13.645a2.57 2.57 0 0 0 1.567.204l-.005.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M117.719 38.003c.273-.016.552.036.81.13a2.696 2.696 0 0 1 1.314 1.096c.16.256.279.538.351.836l1.284 5.653-83.495 5.09-1.078-6.285a2.224 2.224 0 0 1 .031-.945 2.062 2.062 0 0 1 1.067-1.342c.269-.135.573-.219.908-.24l78.808-3.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m37.978 50.808 83.491-5.084 10.73 47.237c.072.318.082.631.051.918a2.149 2.149 0 0 1-.263.794 1.775 1.775 0 0 1-.531.58 1.708 1.708 0 0 1-.747.281l-80.727 10.242c-.345.047-.68.01-1-.078a2.452 2.452 0 0 1-.887-.46 2.863 2.863 0 0 1-.675-.757 2.707 2.707 0 0 1-.367-.981l-9.07-52.692h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M112.325 57.763c-.589-3.041-3.281-5.294-6.048-5.054v.015h-.08c-2.467.255-4.155 2.432-4.105 5.064v.025l-9.908.849-.57-2.947c-.124-.644-.694-1.118-1.303-1.068h-.015l-14.268 1.068c-.605.065-.989.645-.864 1.304l.674 3.32-9.698.72v-.01c-.964-2.567-3.441-4.32-5.988-4.1 0 0-.05.005-.075.005-2.922.3-4.8 3.111-4.195 6.267.589 3.117 3.396 5.41 6.272 5.154.035 0 .075-.005.11-.005 2.572-.274 4.33-2.497 4.285-5.184v-.025l9.704-.729.12.635.743 3.875c.12.654.71 1.134 1.324 1.079l4.924-.535 1.608-.174 1.124 6.537 1.154 6.702-.15.23-3.127 4.794-.244.375s-.02.045-.035.064L73.14 87.269c-1.034-2.347-3.356-3.905-5.758-3.696-.05 0-.105.015-.155.015-2.906.335-4.784 3.177-4.18 6.333.6 3.101 3.356 5.349 6.208 5.099.05 0 .11-.015.17-.015 2.686-.33 4.48-2.772 4.255-5.623l10.582-1.274c-.03-.035-.055-.075-.085-.115l5.474 4.395c.29.23.629.335.949.305.35-.03.674-.21.874-.53l3.59-5.533c.045-.075.09-.155.12-.24.225-.59.02-1.333-.51-1.758l-.374-.3-5.124-4.14L88.05 73.6l-1.12-6.507 5.674-.614c.6-.07.97-.65.85-1.304l-.745-3.845-.105-.56 9.919-.854c.784 2.073 2.566 3.606 4.544 3.93.39.06.794.08 1.199.046.03-.01.065-.01.095-.01.214-.02.424-.06.629-.11 2.432-.614 3.895-3.171 3.351-6.013l-.015.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M42.469 44.225c.263-.016.526.026.773.11.253.083.475.214.681.375.206.162.376.36.516.585.139.224.237.47.278.736a1.75 1.75 0 0 1-.325 1.383 1.665 1.665 0 0 1-1.258.642 2.172 2.172 0 0 1-1.454-.486 2.34 2.34 0 0 1-.52-.584 1.95 1.95 0 0 1-.28-.74 1.857 1.857 0 0 1 .021-.758c.052-.235.16-.454.305-.631a1.655 1.655 0 0 1 1.263-.637v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M49.987 105.776a2.57 2.57 0 0 1-1-.079 2.616 2.616 0 0 1-.888-.459 2.808 2.808 0 0 1-.675-.762 2.678 2.678 0 0 1-.366-.982l-9.07-52.686-1.078-6.285a2.091 2.091 0 0 1-.036-.47 2.16 2.16 0 0 1 .201-.861c.057-.13.14-.256.222-.366l-1.366 1.801a3.2 3.2 0 0 0-.222.36c-.057.13-.108.261-.145.407a2.091 2.091 0 0 0-.056.444c0 .152 0 .308.036.465l1.062 6.217 8.915 52.107a2.796 2.796 0 0 0 1.026 1.723c.263.203.557.355.877.454.32.094.655.125.99.078l79.999-10.231 2.3-1.122-80.726 10.241v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m135.586 103.411-2.006 1.311s-.046.031-.067.041c-.02.011-.046.032-.062.042-.02.011-.046.031-.062.042-.02.01-.046.031-.067.042a14.68 14.68 0 0 1-1.314.715 13.649 13.649 0 0 1-2.842.971c-.495.109-1 .193-1.505.245-.253.031-.511.052-.763.068-.253.016-.516.021-.774.026-.258 0-.521 0-.783-.021-.263-.021-.526-.031-.789-.062a16.417 16.417 0 0 1-2.372-.423 17.214 17.214 0 0 1-2.321-.783 18.465 18.465 0 0 1-4.331-2.589 19.224 19.224 0 0 1-1.908-1.754 21.015 21.015 0 0 1-1.665-1.99 19.923 19.923 0 0 1-1.392-2.192 19.394 19.394 0 0 1-1.093-2.36 18.459 18.459 0 0 1-.764-2.458 18.128 18.128 0 0 1-.474-4.964c.036-.82.139-1.624.299-2.412a15.17 15.17 0 0 1 .624-2.245c.263-.72.578-1.414.938-2.072a13.483 13.483 0 0 1 2.728-3.477l1.769-1.618a13.64 13.64 0 0 0-2.749 3.513 15.34 15.34 0 0 0-.943 2.088 14.796 14.796 0 0 0-.624 2.271 16.915 16.915 0 0 0-.237 4.938c.077.84.216 1.681.417 2.516.202.836.459 1.666.769 2.485.319.82.685 1.613 1.103 2.38a20.298 20.298 0 0 0 3.089 4.234 19.283 19.283 0 0 0 4.053 3.247c.732.439 1.485.82 2.253 1.148.768.329 1.552.59 2.346.799a15.796 15.796 0 0 0 3.192.496c.268.016.526.021.789.021s.52-.011.783-.021c.263-.01.516-.036.774-.068.51-.057 1.021-.141 1.521-.245.5-.105.99-.246 1.464-.407.48-.162.944-.355 1.403-.564.459-.214.897-.454 1.325-.72.026-.016.046-.032.067-.042.026-.011.046-.032.062-.042.02-.01.046-.031.062-.042.02-.01.046-.031.067-.047"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M134.704 76.026a19.67 19.67 0 0 1 2.403 2.339 20.836 20.836 0 0 1 1.975 2.693c.582.95 1.082 1.947 1.495 2.98a19.6 19.6 0 0 1 .974 3.185 17.923 17.923 0 0 1 .356 4.844c-.057.794-.16 1.582-.325 2.35a15.797 15.797 0 0 1-.654 2.244 14.594 14.594 0 0 1-.98 2.083 14.24 14.24 0 0 1-1.274 1.869c-.469.584-.99 1.127-1.552 1.618-.562.496-1.165.945-1.81 1.342a13.057 13.057 0 0 1-2.727 1.284c-.48.161-.97.297-1.465.407-.495.109-1.005.193-1.521.245a9.583 9.583 0 0 1-.773.063c-.258.015-.521.021-.784.021s-.526 0-.789-.021a22.361 22.361 0 0 1-.799-.063 15.212 15.212 0 0 1-2.393-.433 17.123 17.123 0 0 1-2.346-.799 18.62 18.62 0 0 1-4.377-2.62 20.083 20.083 0 0 1-1.929-1.77 19.55 19.55 0 0 1-1.681-2.015 19.988 19.988 0 0 1-2.511-4.604c-.319-.82-.572-1.65-.768-2.485a19.326 19.326 0 0 1-.418-2.516c-.077-.84-.098-1.67-.062-2.5.042-.83.14-1.64.299-2.438.16-.799.372-1.571.64-2.313.268-.74.598-1.45.969-2.124a12.83 12.83 0 0 1 1.279-1.906 13.34 13.34 0 0 1 1.557-1.644 12.866 12.866 0 0 1 1.8-1.352 13.724 13.724 0 0 1 4.125-1.712 14.02 14.02 0 0 1 2.258-.334 15.033 15.033 0 0 1 3.099.12 16.63 16.63 0 0 1 3.058.736c1.005.344 1.985.783 2.934 1.315a19.259 19.259 0 0 1 2.732 1.87V76l-.015.026Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M124.974 79.466a1.306 1.306 0 0 1 .929.309c.128.104.247.24.34.386.093.146.16.313.196.49l1.351 6.714 6.259-.543c.165-.016.33.01.485.062.155.052.304.136.433.24a1.534 1.534 0 0 1 .537.877c.036.178.036.35.01.507a1.148 1.148 0 0 1-.17.433 1.029 1.029 0 0 1-.32.313c-.129.078-.278.13-.443.146l-6.265.564 1.366 6.786c.036.183.036.355.005.517a1.212 1.212 0 0 1-.18.444 1.066 1.066 0 0 1-.784.47c-.17.015-.335 0-.495-.058a1.478 1.478 0 0 1-.443-.245 1.509 1.509 0 0 1-.542-.893l-1.356-6.807-6.399.574a1.16 1.16 0 0 1-.5-.062 1.52 1.52 0 0 1-.995-1.138 1.249 1.249 0 0 1 .186-.956 1.085 1.085 0 0 1 .799-.459l6.393-.558-1.345-6.734a1.226 1.226 0 0 1 .18-.934 1.005 1.005 0 0 1 .779-.444h-.011Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-NoUsers" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.5 61v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M114.643 110.557c.317-4.305-19.634-9.285-44.563-11.125-24.928-1.839-45.394.16-45.712 4.464-.318 4.304 19.634 9.285 44.562 11.124 24.929 1.839 45.395-.159 45.713-4.463Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M122 37.66c-2.635-2.89-15.285-5.035-30.47-5.035-15.185 0-26.715 1.985-30.07 4.67h-.005s-.065.055-.17.15l-.145.13c-3.435 3.155-33.65 32.78.35 69.32 3.405 4.4 15.56 7.655 30.04 7.655 14.48 0 26.07-3.105 29.785-7.355 0 0 35.365-31.45.68-69.535H122Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M67.365 37.07c0-1.25 10.7-2.75 23.895-2.726 13.195.025 23.89 1.55 23.885 2.805-.005 1.255-10.7 2.75-23.895 2.725-13.195-.025-23.89-1.55-23.885-2.805Zm54.9 23.18c-.495-3.97-2.56-8.124-5.215-11.374-.525-.64-1.36-.93-2.18-.81l-2.665.39c-1.505.22-2.085 2.065-1.025 3.155 2.395 2.46 5.61 6.18 6.85 9.685.38 1.07 1.555 1.81 2.625 1.42 1.035-.38 1.745-1.37 1.61-2.465Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M84.545 94.965c17.245-.385 33.09 4.17 39.505 3.36l.595.14a42.54 42.54 0 0 1-5.71 5.835c-3.665 3.09-8.485 4.265-13.275 4.375l-26.49.595c-4.795.105-9.66-.85-13.46-3.775a43.197 43.197 0 0 1-4.88-4.385c1.825-3.19 13.115-5.905 23.72-6.145h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M102.21 63.914c-1.085 1.815-1.535 3.955-.97.62.16-.96.18-1.935.055-2.895-.36-2.735-1.12-7.76-2.665-6.025a.708.708 0 0 0-.175.51c.305 4.235 1.7 8.275-.09 12.41-.325.755-.56 1.55-.735 2.355-.36 1.665-1.065 3.875-2.07 2.73.36-2.32 1.645-4.72 1.01-7.105-.415-2.275 1.82-5.91.585-7.775-.195-.29-.605-.375-.885-.165-2.48 1.84-.51 7.09-1.545 9.8a.632.632 0 0 1-.93.31c-1.96-1.24-1.495-4.52-.97-6.73a.568.568 0 0 0-.05-.395c-2.42-4.59-3.065 6.625.41 9.655.04.035.07.07.1.11 1.3 1.98-1.955 8.65-3.57 6.285a.59.59 0 0 1-.105-.365c.02-2.5 1.865-5.825.575-7.98-.265-.445-.93-.415-1.125.065-.465 1.155.585 3.43-.495 4.125-.785-1.035-.07-3.095-.23-4.465-.015-.11 0-.22.03-.32 1.775-5.31-2.385-6.49-1.495-.185.01.085.01.17-.01.25-.955 4.48 1.665 8.915-.165 13.065-.125.28-.295.535-.485.775-.83 1.055-1.55 2.55-2.43 1.02-.145-.255-.07-.56.15-.755 1.785-1.555 1.6-11.055-.465-9.565-.405.295-.615.79-.6 1.295.05 2.095 1.245 6.82-.78 5.875a.685.685 0 0 1-.37-.42c-1-3.24.78-6.335 1.075-9.565.15-1.175-1.03-8.665-2.095-6.42-.165.345-.21.725-.18 1.105.205 2.635 1.35 9.09-.685 2.865a13.094 13.094 0 0 0-.465-1.4.567.567 0 0 0-.045-.1.8.8 0 0 0-.145-.235c-.155-.2-.38-.36-.695-.2-.645.32-.61.87-.195 1.61.415.74.77 1.96.87 3.795.08 1.485.285 3.075.36 3.625.045.555.075.995.08 1.25 0 .08-.02.16-.055.235-1.485 3.01 3.065 8.725 1.425 10.715a.626.626 0 0 1-1.035-.12c-.78-1.47-2.12-2.625-3.01-4.015-1.79-2.095-.81-6.26-2.47-7.95-.305-.31-.83-.235-1.015.155-.365.76-.125 1.83.26 2.905.27.755-.855 1.21-1.16.47-.53-1.29-.665-2.865-.75-4.24-.035-.6-.255-1.185-.67-1.62-2.29-2.39-.37 9.39 4.14 11.745.395.205.76.475 1.065.8 5.145 5.475.625 15.28 5.735 20.055.11.1.25.16.4.16 1.405.03 4.235.3 2.77-1.705-10.595-17.245 15.77-25.385 18.135-39.58.115-.69-.8-1.04-1.155-.44v-.01h.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M81.346 92.12c-.525-1.36 1.57-2.41 1.36-4.505-.105-1.065-.7-1.56-1.395-1.89.064.63-.015 1.17-.34 1.56a.626.626 0 0 1-1.035-.12c-.78-1.47-2.12-2.625-3.01-4.015-1.79-2.095-.81-6.26-2.47-7.95-.305-.31-.83-.235-1.015.155 2.04 1.355 2.254 4.51.16 5.035-.615.155-.98.59-1.165 1.145.77 1.36 1.72 2.505 2.825 3.08.27.14.52.32.75.515.68-.185 1.29-.315 1.675.075.644.645.914 1.785.29 2.75 2.415 5.59-.3 13.41 4.09 17.51.11.1.25.16.4.16 1.405.03 4.235.3 2.77-1.705-2.566-4.175-2.96-7.81-2.06-11.13-.775-.385-1.48.22-1.826-.675h-.004v.005Zm20.944-26.7c0-.42-.4-.43-.665-.39-.56 1.18-.775 1.94-.52.34-.285.265-.7.59-.82.355-.095-.19-.61-.33-1.1-.335a10.757 10.757 0 0 1-.815 3.14l-.335.895c-.16.48-.29.965-.4 1.46-.36 1.665-1.065 3.875-2.07 2.73.1-.645.27-1.295.455-1.95-.17-.165-.33-.36-.435-.595-.37-.83-.555-1.845.09-1.935.645-.09 1.105-1.015.46-1.385-.645-.37-.83-1.385-.185-1.75.59-.335.1-1.97-.965-2.115.075 1.65.19 3.31-.26 4.485a.632.632 0 0 1-.93.31c-1.045-.66-1.4-1.905-1.42-3.26-.35.515-.535 1.11-.39 1.685.225.895-.23.805-.645.74.39 1.375.995 2.615 1.85 3.36.04.035.07.07.1.11.34.515.365 1.355.195 2.265.28.385.535.915.535 1.575 0 1.255-.455 1.9.465 2.715 3.59-3.615 6.96-7.29 8.36-11.465-.295-.335-.555-.71-.555-.99v.005ZM88.99 80.5c1.044-.94.314-2.2-.526-3.034-.84-.835-.315-1.36-.21-2.41.065-.65-.71-.815-1.315-.845.326 2.29.726 4.54.07 6.715.58.105 1.376.11 1.975-.425h.005Zm-1.524-12.93c.13.346.615.426 1.1.416.575-2.225.044-3.58-.59-3.765-.296.46-.62 1.18-.145 1.595.74.645-.645 1.015-.37 1.75l.005.005Zm-9.17.104c.42.74.77 1.96.87 3.795.02.335.04.675.07 1.01.405-.035.92.62 1.395.525.67-.135.715-1.3-.18-1.345-.895-.045-.985-1.165-.76-1.48.225-.315.135-1.435-.405-2.015-.28-.305-.095-.91.14-1.425-.02-.045-.035-.095-.055-.135a.567.567 0 0 0-.045-.1.8.8 0 0 0-.145-.235c-.155-.2-.38-.36-.695-.2-.645.32-.61.87-.195 1.61l.005-.005Zm3.509 15.111c.334 0 .605-.258.605-.575 0-.318-.27-.575-.605-.575-.334 0-.605.257-.605.575 0 .317.271.575.605.575Zm.851.715c.146 0 .265-.13.265-.29 0-.16-.119-.29-.265-.29-.147 0-.265.13-.265.29 0 .16.118.29.265.29Zm-1.086.89c.105 0 .19-.093.19-.21 0-.115-.085-.21-.19-.21s-.19.095-.19.21c0 .117.085.21.19.21Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.666 101.325c23.365 5.695 47.764-6.545 63.964-4.135a42.766 42.766 0 0 1-6.7 7.11c-3.665 3.09-7.835 5.42-14.415 6.425-9.294 1.42-11.794-.975-23.07-.115-10.93.835-17.56-4.61-20.59-9.47.14.225.53.12.806.185h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M60.61 92.295c-.435-.89-.84-1.785-1.19-2.71-.715-1.88-1.825-4.915-2.48-7.275-.58-2.095-3.525-10.05-.5-19.715.28-.895.15-1.86-.355-2.65-2-3.11 4.5-7.49 2.56-9.905a.35.35 0 0 1-.04-.05 3.141 3.141 0 0 1-.715-2.46c.045-.33.06-.6-.12-.77-.5-.465-1.895 1.235-2.865 2.715a2.123 2.123 0 0 1-.215.295c-.37.425-1.01 1.52-1.01 1.52h.01a14.166 14.166 0 0 0-1.24 2.41c-2.99 7.37-6.18 22.74 3.535 38.71l.135.21c.58.815 4.42 6.01 5.25 2.35.14-.625-.325-1.79-.76-2.67v-.005Zm3.62-48.935a8.29 8.29 0 0 0-.885 1.276c-.755 1.33-1.54 4.145-2.715 3.7-.6-.23-1.3-2.635-1-3.64.3-1.005 2.725-3.905 5.525-4.205 1.05-.115 1.215.34-.925 2.87Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m59.395 80.73-2.085 1.14c-.645.356-1.47.11-1.735-.58-.9-2.33-.765-4.244-.56-5.31.115-.584.605-.984 1.195-1.09l2.185-.394c1.19-.215 2.24.805 2.13 2.01-.075.775-.13 1.63-.125 2.385 0 .745-.355 1.48-1.005 1.84Zm-3.035 5.53c1.094 6.655 5.72 12.075 8.19 13.945.404.305.934.335 1.404.14.715-.295.885-1.345.415-1.96-1.995-2.6-4.47-8.075-5.265-13.595-.145-1.02-1.305-1.615-2.18-1.065l-1.96 1.235c-.44.28-.685.785-.6 1.3h-.005Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Radar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M80.051 122.128h21.192l-.201-.673-.202-.672-4.712-15.705-.403-1.346-5.085-16.984-5.393 17.996-.433 1.478-4.37 14.566-.201.673-.202.672.01-.005Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M85.363 105.402c3.825.713 7.227-.992 9.873-3.294l-4.651-15.153-5.217 18.452-.005-.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M78.872 100.175c.871.87 1.804 1.604 2.781 2.221 4.672 2.924 10.307 2.869 13.673-.506 2.45-2.454 3.145-6.122 2.203-9.74-.61-2.382-1.93-4.73-3.911-6.718-5.015-5.024-12.373-5.793-16.45-1.71-4.077 4.068-3.306 11.454 1.709 16.463v-.01h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M79.482 99.194a16.09 16.09 0 0 0 2.782 2.221c4.672 2.924 10.301 2.868 13.673-.506 2.449-2.454 3.145-6.122 2.202-9.74-.61-2.383-1.93-4.73-3.91-6.719-5.015-5.024-12.373-5.793-16.45-1.71-4.078 4.068-3.307 11.455 1.708 16.464v-.01h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M82.414 102.133c1.14.476 2.278.795 3.412.992 3.12-2.935 5.937-6.466 8.265-10.519a48.85 48.85 0 0 0 2.51-5.013c-1.472-1.969-3.588-3.633-6.174-4.72-6.546-2.728-13.642-.628-15.86 4.7-2.217 5.317 1.3 11.848 7.847 14.565v-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M73.268 127h33.675v-4.867H73.268V127Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M80.05 122.128h21.193l-.202-.673H80.248l-.202.673h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m88.815 105.366-3.563 16.094-3.815.699V127h-8.174v-4.867l6.889-.339 5.1-17.05 3.563.617v.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m86.85 104.501-5.811 17.293-6.491.627V127h-1.285v-4.867l6.99-.678 5.206-17.39h1.728l-.332.436h-.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.262 91.463s1.633 6.926-2.57 9.415c0 0 2.978-4.214 2.303-9.33-.68-5.114.272-.085.272-.085h-.005Zm2.746 29.962-5.433-18.78-.1.111 3.885 18.598.01.106m-6.123-29.77c25.33-17.414 39.889-40.283 32.531-51.07-7.358-10.786-33.852-5.408-59.181 12.012-25.33 17.41-39.895 40.273-32.532 51.059 7.358 10.787 33.857 5.414 59.187-12h-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M108.974 75.278s-3.24 2.342-9.515 3.658c.555-.714 1.043-1.513 1.376-2.383 0 0 .514-1.012.302-1.67 9.309-17.43 4.365-36.387 4.365-36.387l-.912 1.948c3.296 19.787-2.676 32.542-3.538 34.247-.242-.385-.852-.557-2.198-.127 0 0-2.272.557-8.103 5.237h-.857v-.47H88.85l-.443.364-.328-.365v-.738l-1.592-.279-3.24 3.071.856.334h1.784l.877-1.088s.499 1.6 2.53.056l1.567-.056s-4.147 4.19-1.95 4.913c0 0 .212 0 .58-.05-14.777 11.054-30.904 14.611-40.727 15.739a10.466 10.466 0 0 1-2.086-2.246c-4.863-7.124-.146-19.524 10.916-32.142 2.263 1.512 12.846 8.398 24.186 12.481l-23.496-13.26c5.58-6.218 12.685-12.467 20.93-18.138 7.313-5.03 14.722-9.047 21.742-11.97-9.989 2.6-21.555 7.983-32.894 15.78-25.34 17.414-39.91 40.272-32.547 51.059 5.231 7.67 20.154 7.169 37.445-.036-9.726 2.535-17.941 2.429-22.976-.663 26.438-4.715 38.06-14.611 40.318-16.756a10 10 0 0 0 4.808-2.621s2.303-1.32 4.097-3.491c3.331-.572 7.147-1.533 10.594-3.152 0 0 1.895-.01 1.895-1.862 0 0-1.517-1.543-2.727 1.047l.005.016Zm-18.581 4.811h-.01.015-.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m56.611 49.85-.136 2.681.464 13.721-1.638-1.856-.514-12.71-.942-.551 2.711-2.216.05.936.005-.005Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m63.994 45.397-2.318-.284c.474-.44.887-.85 1.21-1.214l1.995-1.573 39.708-1.887.912-1.948-40.03 1.907s-.242-.015-1.427 1.143l-.09.107a.696.696 0 0 0-.076-.107l-4.793-5.777c.005.116.01.222-.025.334-.55 1.953-5.962 5.93-7.847 6.966-.75.415-1.653.911-2.514.947l4.394 5.423-2.495 2.019-13.541 51.525h2.121l13.628-51.01 3.8-2.863-.096-.09c1.018-.598 2.122-1.382 3.155-2.197h.247l2.273-.364L110.41 75.87l1.467-1.549-47.883-28.924Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M83.624 82.043c3.145-2.16 4.858-5.13 3.84-6.633-1.023-1.498-4.404-.966-7.55 1.194-3.14 2.16-4.858 5.13-3.84 6.633 1.023 1.503 4.405.966 7.55-1.194Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M83.574 81.699c2.605-1.791 4.218-3.962 3.608-4.852-.605-.89-3.21-.162-5.816 1.624-2.605 1.79-4.218 3.961-3.608 4.852.61.89 3.21.167 5.816-1.624Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M83.654 78.056c-1.844-2.965-3.704-5.91-5.513-8.89-.111-.182-.217-.364-.373-.51-.338-.325-.958-.33-1.406-.345-.328-.01-.67.036-.988.122-.307-.734-.61-1.468-.922-2.201l-.726-1.736c-.116-.268-.252-.936-.474-1.133-.483-.415-1.3-.08-1.779.172-.262.137-.524.299-.715.526-.106.122-.61.977-.464 1.128 1.235 1.255 2.424 2.566 3.639 3.85.075.077.14.153.216.228-.383.527-.655 1.306-.458 1.877.07.208.201.39.332.572.776 1.063 1.558 2.12 2.324 3.193 1.567 2.18 3.13 4.36 4.692 6.546.736-.035 1.476-.207 2.081-.612.544-.364 1.048-.865 1.164-1.517.096-.532-.373-.856-.635-1.275l.005.005Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m63.994 46.115 14.424 8.743-14.716-8.667-.025-.015-.03-.01-1.276-.4 1.623.35Zm-.13-4.437.105.137-.035.096c-.136.349-.645 1.224-2.444 3.046l-.232.232-.217.218-4.768-5.88c.081-.075.187-.171.308-.288a22.92 22.92 0 0 0 1.083-1.102 13.36 13.36 0 0 0 1.13-1.392c.196-.288.367-.587.483-.87l4.586 5.803Zm40.776-2.297-39.275 1.811h-.05l-.046.02-.982.45 1.416-1.016 38.927-1.315v.05h.01Zm-48.1 9.588-2.807 2.115 1.054.602 1.285.688.519 13.422.277.238-.322-17.06-.005-.005Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m55.367 51.99.186 12.395-.67-12.663.484.268Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M71.675 63.505s.65-.354 1.502-.177l2.464 5.13s1.406-.688 2.293.688c.892 1.376 6.587 10.038 6.587 10.038s-.146.633-.821 1.194c-.237.197-7.273-11.596-8.371-11.58l-2.712-4.65-.942-.643Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m71.675 63.505.055-.026 1.099.254 2.525 5.08 1.88.586 7.005 10.453-.51.743-7.105-10.392-1.688-1.027-2.682-4.76-.58-.906v-.005Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M83.66 81.582h-.313l-1.573-.202s2.223-.552 2.752-2.196l-.368-.552-.12-.187 2.817.107s-1.29 1.947-3.196 3.035v-.005Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m49.672 44.456 4.102 5.616-2.248 1.604L37.89 102.71l14.146-50.938 2.228-1.725.862-.294-.898.147-4.566-6.142-.448.121.454.582.005-.005Zm6.47-5.287 4.985 6.233 2.741.633 48.301 29.101-48.447-28.793-3.084-.45-4.864-6.385"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M49.031 44.066c-1.109-.035.151-1.988 2.837-4.371 2.702-2.413 5.837-4.366 6.99-4.356h.03c1.11.035-.155 1.988-2.837 4.376-2.71 2.414-5.84 4.356-6.995 4.356h-.03l.005-.005Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M58.491 36.123c-.095-.1-.312 0-.478.213-.172.212-.227.47-.131.572-.126.334-.484.93-1.497 1.588 0 0 1.124-.354 1.623-1.254l.176-.38c.06-.04.12-.101.181-.177.172-.212.232-.47.131-.572l-.005.01Zm45.847 86.425.03 4.149 1.426.025v-4.169h-1.456v-.005Z"/>
|
|
27
|
+
</svg>
|
|
28
|
+
`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-RoadMap" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M122.235 69.863a10.68 10.68 0 0 0-1.204-1.975L122.787 50H26.344l.837 17.758c-.938.564-2.003 1.212-3.05 1.865v.008l-.003-.008c-2.601 1.621-5.095 3.273-5.271 3.75-.376 1.02-4.37 20.26-4.68 21.657 0 0-3.31 23.578-3.294 23.925.525.063 2.214.041 2.214.041l11.9-.041-.73-21.012s.106-.48 3.64-5.112c.149-.194.29-.384.428-.568l.373 7.912a3.776 3.776 0 0 0 .16.913c.03.095.062.19.1.28l1.514 3.752c.069.19.152.371.25.544a3.76 3.76 0 0 0 1.135 1.23 4.337 4.337 0 0 0 1.616.675 5.217 5.217 0 0 0 1.92.011l73.154-12.886c.95 1.307 1.815 2.353 2.146 2.71.708.763 2.289 1.744 2.453 2.453.164.709 2.834 4.524 4.143 7.958.727 1.91 2.068 4.868 4.202 11.183l16.913-.035c-1.79-3.541-3.223-6.342-3.617-7.005-1.199-2.017-3.925-8.068-4.088-9.758-.545-3.706-1.356-3.886-1.792-4.268-.436-.382-.944-1.69-1.316-2.832-.333-1.022.228-2.626.173-3.825-.054-1.2.253-3.578.372-5.374.055-.817-.163-6.977-.926-8.067-.763-1.09-1.658-5.634-2.203-6.779-.545-1.145-1.747-1.41-2.782-1.192Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M34.708 77.566c.08.597-.725 1.568-1.215 2.097-.596-.39-1.138-.86-1.637-1.365-1.272-1.29-2.412-2.814-3.099-4.492a1.21 1.21 0 0 1-.105-.548c3-1.87 6.139-3.697 6.139-3.697l3.696.777s.39.758.153 2.006c-.237 1.248-4.047 4.367-3.932 5.22v.002Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M33.386 79.775c-.756-.283-1.177-.884-1.532-1.477-.004-.007-.012-.012-.017-.018.235-.074.412-.28.523-.502.118-.238.177-.5.279-.746.102-.245.26-.484.5-.595.08-.036.175-.063.217-.14.098-.173-.152-.482-.24-.62-.137-.216-.286-.426-.4-.656-.074-.148.123-.282.237-.163.15.154.3.314.345.379.236.333.594.583.957.25.134-.122.227-.28.342-.42.07-.087.15-.166.208-.26.047-.077.08-.161.118-.242.19-.403.524-.732.675-1.151.193-.532-.032-.935-.157-1.438-.074-.3-.118-.61-.114-.92.001-.132.021-.282.13-.359.099-.068.242-.043.33.039.19.175.121.514.266.727.111.165.328.236.52.217.181-.019.33-.127.446-.26.272-.306.403-.739.554-1.111l.06-.15.853.179s.392.758.154 2.006c-.237 1.248-4.047 4.367-3.932 5.22.08.598-.83 1.681-1.32 2.21l-.002.001Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M30.529 77.804a.275.275 0 0 1 .133.05c.177.108.342.239.527.333.052.027.107.051.164.07.163.176.331.347.504.513.433.415.898.805 1.399 1.14l-.128.126s.017.058.05.138c-.421.405-.813.841-1.203 1.226-.234.231-.474.46-.737.66a2.32 2.32 0 0 1-.107.076c-.039.026-.041.029-.064.04a1.49 1.49 0 0 1 .209-.538c.17-.245.41-.425.62-.633.224-.219.424-.47.469-.79a1.024 1.024 0 0 0-.412-.984c-.265-.193-.581-.285-.833-.496a3.246 3.246 0 0 1-.666-.763c-.018-.028-.035-.058-.031-.09.005-.048.058-.08.105-.08v.002Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M127.014 39.015c.47 0 .905.125 1.289.347.384.221.715.537.983.928.267.39.467.852.586 1.363.118.511.158 1.069.101 1.654l-4.91 50.025a4.778 4.778 0 0 1-.386 1.457c-.202.46-.469.893-.785 1.272-.316.38-.681.705-1.076.955s-.82.426-1.257.503l-81.443 14.345a5.286 5.286 0 0 1-1.953-.011 4.37 4.37 0 0 1-1.644-.687 3.803 3.803 0 0 1-1.154-1.251 3.766 3.766 0 0 1-.483-1.7l-2.87-63.966a5.281 5.281 0 0 1 1.5-3.95 5.426 5.426 0 0 1 1.754-1.2 5.433 5.433 0 0 1 2.168-.433l89.583.351-.003-.002Zm-2.102 54.343 4.9-50.048c.027-.279.031-.551.016-.815a4.554 4.554 0 0 0-.112-.761 4.257 4.257 0 0 0-.226-.691 3.361 3.361 0 0 0-.757-1.108 2.598 2.598 0 0 0-1.093-.626 2.394 2.394 0 0 0-.643-.085l-89.556-.292a5.222 5.222 0 0 0-2.063.413 4.993 4.993 0 0 0-.895.49 5.25 5.25 0 0 0-.775.653 5.04 5.04 0 0 0-1.365 2.695 5.192 5.192 0 0 0-.064 1.064l2.844 63.926c.014.298.062.586.139.856.077.27.184.527.32.764a3.63 3.63 0 0 0 1.1 1.191c.226.156.471.292.735.402.263.11.54.195.83.252.289.057.592.09.903.092.312.003.63-.024.957-.081l81.467-14.304c.209-.037.413-.096.615-.177.202-.082.395-.183.583-.301.189-.119.369-.257.54-.408a4.73 4.73 0 0 0 .9-1.078 4.853 4.853 0 0 0 .571-1.317c.061-.232.105-.47.129-.708"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M36.684 110.982a3.64 3.64 0 0 1-1.1-1.191 3.609 3.609 0 0 1-.459-1.62l-2.84-63.926a5.084 5.084 0 0 1 .797-2.971c.18-.286.394-.549.629-.79.234-.242.493-.461.774-.652s.58-.356.895-.492c.316-.136.648-.237.995-.307a5.36 5.36 0 0 1 1.068-.105l89.554.292a2.42 2.42 0 0 1 1.225.33c.182.104.353.231.509.38.156.15.298.317.426.503a3.5 3.5 0 0 1 .331.606c.092.217.169.447.226.691a4.77 4.77 0 0 1 .097 1.576l-4.901 50.048a4.614 4.614 0 0 1-.366 1.39 5.12 5.12 0 0 1-.749 1.213 4.593 4.593 0 0 1-1.024.908 3.509 3.509 0 0 1-.584.3 3.2 3.2 0 0 1-.615.179L40.11 111.647a5.341 5.341 0 0 1-.957.082 4.844 4.844 0 0 1-.904-.093 4.258 4.258 0 0 1-.83-.252"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m121.931 38.465-86.352-.479a4.888 4.888 0 0 0-.935.077 4.338 4.338 0 0 0-.301.062 4.792 4.792 0 0 0-.503.144l-.243.09a4.684 4.684 0 0 0-.593.283 4.243 4.243 0 0 0-.338.209c-.05.033-.098.068-.149.103-.048.035-.096.07-.145.108a5.278 5.278 0 0 0-.14.112c-.046.04-.092.076-.136.118l-.13.12c-.041.043-.085.084-.125.126-.04.042-.081.085-.12.13-.04.043-.08.087-.117.133l-.118.145c-.04.048-.077.099-.112.15-.035.05-.073.1-.108.153a6.145 6.145 0 0 0-.1.158c-.038.061-.075.125-.113.189a5.47 5.47 0 0 0-.197.395c-.03.068-.06.136-.086.204a5.09 5.09 0 0 0-.338 1.538c-.01.18-.01.362-.002.546l2.877 61.054a3.873 3.873 0 0 0 .084.63 3.888 3.888 0 0 0 .18.584l1.586 3.93a3.537 3.537 0 0 1-.241-.93 4.192 4.192 0 0 1-.029-.334L32.012 44.25a5.56 5.56 0 0 1 .068-1.135 5.174 5.174 0 0 1 .386-1.277c.031-.07.066-.14.1-.211.034-.07.07-.138.107-.204.037-.068.077-.134.116-.2a3.15 3.15 0 0 1 .108-.166c.037-.055.074-.11.114-.163l.118-.158c.04-.053.082-.103.126-.154a4.113 4.113 0 0 1 .25-.276l.131-.132c.044-.044.09-.085.136-.127l.143-.125.147-.119.152-.114c.05-.037.103-.072.155-.107.057-.04.117-.077.176-.112a2.34 2.34 0 0 1 .18-.105 3.85 3.85 0 0 1 .184-.1c.062-.03.125-.063.189-.091a4.96 4.96 0 0 1 .502-.205 5.7 5.7 0 0 1 .262-.083c.087-.026.177-.048.265-.07a5.189 5.189 0 0 1 .963-.138c.11-.007.222-.01.332-.01l89.582.352-5.087-.55.014-.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M127.014 39.015c.47 0 .905.125 1.289.347.384.221.715.537.983.928.267.39.467.852.586 1.363.118.511.158 1.069.101 1.654l-4.91 50.025a4.778 4.778 0 0 1-.386 1.457c-.202.46-.469.893-.785 1.272-.316.38-.681.705-1.076.955s-.82.426-1.257.503l-81.443 14.345a5.286 5.286 0 0 1-1.953-.011 4.37 4.37 0 0 1-1.644-.687 3.803 3.803 0 0 1-1.154-1.251 3.766 3.766 0 0 1-.483-1.7l-2.87-63.966a5.281 5.281 0 0 1 1.5-3.95 5.426 5.426 0 0 1 1.754-1.2 5.433 5.433 0 0 1 2.168-.433l89.583.351-.003-.002Zm-2.102 54.343 4.9-50.048c.027-.279.031-.551.016-.815a4.554 4.554 0 0 0-.112-.761 4.257 4.257 0 0 0-.226-.691 3.361 3.361 0 0 0-.757-1.108 2.598 2.598 0 0 0-1.093-.626 2.394 2.394 0 0 0-.643-.085l-89.556-.292a5.222 5.222 0 0 0-2.063.413 4.993 4.993 0 0 0-.895.49 5.25 5.25 0 0 0-.775.653 5.04 5.04 0 0 0-1.365 2.695 5.192 5.192 0 0 0-.064 1.064l2.844 63.926c.014.298.062.586.139.856.077.27.184.527.32.764a3.63 3.63 0 0 0 1.1 1.191c.226.156.471.292.735.402.263.11.54.195.83.252.289.057.592.09.903.092.312.003.63-.024.957-.081l81.467-14.304c.209-.037.413-.096.615-.177.202-.082.395-.183.583-.301.189-.119.369-.257.54-.408a4.73 4.73 0 0 0 .9-1.078 4.853 4.853 0 0 0 .571-1.317c.061-.232.105-.47.129-.708"/>
|
|
11
|
+
<g opacity=".5">
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M47.727 38.96c-10.222 25.275-4.943 52.811 12.214 69.206l-2.136.374C40.95 91.657 35.921 64.177 45.841 38.955l1.886.006Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M54.252 38.982c-11.129 24.906-5.957 52.672 11.743 68.12l-.832.146c-17.565-15.67-22.617-43.397-11.63-68.268l.719.002Zm19.784.065a51.858 51.858 0 0 0-2.25 3.828c-11.683 21.977-5.356 47.74 13.494 57.76a34.289 34.289 0 0 0 5.068 2.191l-3.346.588a36.71 36.71 0 0 1-2.546-1.228l-.464-.251C64.623 91.277 58.394 64.932 69.957 42.582l.279-.532a53.48 53.48 0 0 1 1.727-3.01l2.073.007Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M87.82 39.092a39.1 39.1 0 0 0-6.444 8.88c-9.025 16.98-4.159 36.938 10.47 44.715 10.656 5.664 23.771 3.42 33.597-4.776l-.149 1.528c-10.023 7.88-23.146 9.967-33.962 4.217l-.356-.193c-14.88-8.188-19.666-28.427-10.783-45.597l.215-.408a40.276 40.276 0 0 1 5.912-8.371l1.5.005Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M107.217 39.155c-6.489 1.53-12.608 6.112-16.286 13.032-6.295 11.84-2.92 25.774 7.294 31.204 9.512 5.057 21.818 1.07 28.548-9.065l-.131 1.341c-7.012 9.639-19.169 13.386-28.727 8.306l-.247-.134C87.422 78.2 84.079 64.317 90.056 52.446l.294-.569c3.342-6.286 8.68-10.717 14.526-12.73l2.341.008Zm11.757.038c.75.285 1.489.62 2.213 1.004l.247.134c3.431 1.887 6.087 4.7 7.879 8.052l-.12 1.232c-1.768-3.735-4.585-6.854-8.315-8.837a18.578 18.578 0 0 0-4.11-1.592l2.206.007Z"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M126.997 39.22a2.436 2.436 0 0 1 1.225.33c.182.104.353.231.509.38.156.15.298.317.426.503.127.187.239.389.331.606.092.217.169.447.226.691a4.773 4.773 0 0 1 .096 1.576l-4.9 50.048a4.613 4.613 0 0 1-.366 1.39 5.117 5.117 0 0 1-.749 1.213c-.151.18-.313.349-.485.5-.171.152-.353.29-.54.408a3.463 3.463 0 0 1-.583.301c-.2.079-.406.14-.615.178L40.11 111.647a4.932 4.932 0 0 1-1.861-.011 4.313 4.313 0 0 1-.735-.215l.002-.004c-.06-.025-.119-.053-.178-.08l-.82-.477a3.602 3.602 0 0 1-.934-1.069 3.609 3.609 0 0 1-.459-1.62l-2.84-63.926a5.084 5.084 0 0 1 .796-2.972 5.045 5.045 0 0 1 1.404-1.441 5.028 5.028 0 0 1 1.89-.799c.346-.07.702-.105 1.068-.105l89.554.292Zm-89.245.07a5.31 5.31 0 0 0-1.056.105l-.255.058a4.858 4.858 0 0 0-.728.245 5.306 5.306 0 0 0-.886.486 4.96 4.96 0 0 0-.765.645l-.17.183a4.965 4.965 0 0 0-.908 1.494l-.085.24a4.968 4.968 0 0 0-.247 1.8l2.81 63.189c.012.295.058.58.136.847a3.478 3.478 0 0 0 1.24 1.811l.176.103.714.415c.258.109.533.193.82.25.215.042.437.071.664.084l.23.006c.308.003.625-.023.946-.08l80.523-14.138a3.11 3.11 0 0 0 .458-.12l.149-.056c.197-.078.392-.18.577-.297a4.15 4.15 0 0 0 .404-.294l.129-.11c.127-.112.249-.234.366-.363l.114-.131c.11-.135.216-.275.314-.422l.096-.149a5.18 5.18 0 0 0 .256-.467l.074-.162a5.36 5.36 0 0 0 .185-.501l.049-.171a4.72 4.72 0 0 0 .106-.524l.022-.177 4.844-49.47c.021-.207.028-.41.024-.609l-.009-.197a4.758 4.758 0 0 0-.072-.57l-.039-.183a4.047 4.047 0 0 0-.158-.519l-.065-.164a3.464 3.464 0 0 0-.237-.457l-.091-.141a3.14 3.14 0 0 0-.421-.497 2.584 2.584 0 0 0-.37-.296l-.133-.082a2.386 2.386 0 0 0-1.046-.32l-.164-.005-88.521-.288Z" clip-rule="evenodd"/>
|
|
18
|
+
<ellipse cx="109.869" cy="63.177" fill="var(--sapContent_Illustrative_Color27)" rx="13.444" ry="15.284" transform="rotate(28.383 109.869 63.177)"/>
|
|
19
|
+
<ellipse cx="110.044" cy="63.253" fill="var(--sapContent_Illustrative_Color26)" rx="10.735" ry="12.3" transform="rotate(28.383 110.044 63.253)"/>
|
|
20
|
+
<ellipse cx="91.001" cy="51.805" fill="var(--sapContent_Illustrative_Color17)" rx="3.881" ry="4.121" transform="rotate(28.383 91 51.805)"/>
|
|
21
|
+
<ellipse cx="81.059" cy="82.821" fill="var(--sapContent_Illustrative_Color9)" rx="5.271" ry="5.853" transform="rotate(46.132 81.06 82.821)"/>
|
|
22
|
+
<ellipse cx="56.286" cy="95.127" fill="var(--sapContent_Illustrative_Color1)" rx="4.424" ry="5.141" transform="rotate(58.77 56.286 95.127)"/>
|
|
23
|
+
<ellipse cx="44.933" cy="85.49" fill="var(--sapContent_Illustrative_Color11)" rx="6.402" ry="7.418" transform="rotate(65.41 44.933 85.49)"/>
|
|
24
|
+
<ellipse cx="64.968" cy="60.631" fill="var(--sapContent_Illustrative_Color16)" rx="8.552" ry="9.068" transform="rotate(59.093 64.968 60.63)"/>
|
|
25
|
+
<ellipse cx="57.056" cy="55.281" fill="var(--sapContent_Illustrative_Color15)" rx="4" ry="4.235" transform="rotate(67.093 57.056 55.28)"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m14.619 127.491 3.908-28.392c.316-1.42 4.378-20.99 4.76-22.026.179-.486 2.716-2.166 5.362-3.815.113.451.297.886.509 1.298.295.575.651 1.117 1.033 1.638.343.468.718.907 1.083 1.357.648.796.696.732.821 1.053-.028.37.852 1.1.942 1.264.09.165.31.95.863.759.554-.19 2.372-3.763 2.723-4.305.351-.543 6.673-7.674 8.395-3.91 1.722 3.766-3.224 7.037-4.183 8.093-.96 1.056-2.167 2.84-3.316 6.354-1.15 3.515-1.432 5.29-5.028 10.002-3.595 4.711-3.703 5.199-3.703 5.199l.883 25.43H14.618v.001Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M30.529 77.803a.282.282 0 0 1 .133.05c.177.108.341.239.526.333.185.095.399.155.601.108a.284.284 0 0 0 .054-.017c.248-.095.248.105.248.293 0 .433.897 1.183.948 1.287.05.103.105.235.139.315-.422.405-.814.841-1.204 1.226-.234.231-.474.46-.737.66a2.177 2.177 0 0 1-.107.076c-.039.025-.041.029-.064.04a1.492 1.492 0 0 1 .209-.538c.17-.245.409-.425.62-.633.224-.219.424-.47.469-.79a1.025 1.025 0 0 0-.412-.984c-.265-.193-.582-.285-.833-.496a3.25 3.25 0 0 1-.666-.763c-.018-.028-.035-.058-.031-.09.005-.048.057-.08.105-.08l.002.003Zm-9.15 49.69c-.075-1.454-.655-4.039-.453-5.482.393-2.819 1.196-5.556 1.743-8.345.275-1.404.427-2.827.703-4.232.28-1.429.603-2.864 1.038-4.255.685-2.19 1.73-4.235 3.152-6.037a27.84 27.84 0 0 1 2.36-2.595c.822-.807 1.534-1.628 2.088-2.647 1.12-2.06 1.602-4.387 2.405-6.573.816-2.225 1.992-4.25 3.561-6.029.77-.873 1.602-1.691 2.433-2.507.788-.774 2.221-1.73 2.82-2.67.472-.741.533-1.43.31-2.418a9.55 9.55 0 0 0-.768-2.21c.958-.276 1.783-.093 2.249.923 1.722 3.765-3.225 7.036-4.183 8.092-.96 1.056-2.167 2.84-3.317 6.354-1.149 3.515-1.432 5.29-5.027 10.002-3.595 4.711-3.703 5.199-3.703 5.199l.883 25.431H21.38l-.001-.001Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M119.196 104.007c.166.721 2.883 4.602 4.214 8.095.88 2.31 2.628 6.078 5.586 15.375h17.924c-2.693-5.354-5.17-10.249-5.713-11.162-1.22-2.051-3.992-8.205-4.158-9.924-.555-3.77-1.379-3.953-1.823-4.341-.443-.388-.96-1.718-1.339-2.88-.338-1.04.233-2.671.177-3.89-.055-1.22.257-3.64.379-5.466.055-.832-.166-7.097-.943-8.206-.776-1.109-1.686-5.73-2.24-6.894-.554-1.164-1.776-1.434-2.83-1.213-.332-.72-.981-1.815-1.591-2.425-.61-.61-1.108-.672-1.718-.783-.488-.089-1.251.213-1.491.404a9.625 9.625 0 0 0-1.187-1.693c-.657-.732-2.552-.606-3.247-.314-.608.246-1.668 1.613-2.031 2.21l1.872 4.997.159-.387c.222.295.385.428.518.871.167.555.126 1.845-.151 1.457l-.006-.008a5.216 5.216 0 0 1-.711-1.393l-1.696-5.561c-.123-.433-.279-.697-.338-.855-.234-.625-.887-1.442-1.497-3.549-.61-2.106-2.033-7.59-2.473-7.851-.808-.48-1.523-.195-2.295.555-1.014.986 0 5.8 0 7.296 0 1.8.817 4.88 1.815 7.873.998 2.994 1.036 3.3 1.036 4.462-.278-.969-.852-2.042-2.349-4.093-1.497-2.051-2.968-1.514-3.689-.96-.721.554.581 3.363.581 4.084 0 .72.277 2.939.887 4.88.61 1.94 1.109 4.49 1.109 5.82 0 1.331.388 2.33 1.608 5.268 1.22 2.938 4.435 6.93 5.156 7.706.721.776 2.329 1.774 2.495 2.495Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m42.653 76.103-.57-.297a2.993 2.993 0 0 1-1.239-1.208l-.308-.558s1.953-4.11 4.104-2.353c2.379 1.943-1.987 4.416-1.987 4.416Zm68.61-15.248c.181.515.645.386 1.108.386.701-.144 1.168-.42 1.314-.54-.18-.568-.67-1.944-.876-2.294-.257-.438-1.03-.206-1.391 0s-.541.67-.541.799.206 1.134.386 1.649Zm-1.209 15.123-1.83 1.418h-.438c-.18-.653-.566-2.124-.669-2.783-.129-.825.309-1.03.798-1.185.49-.155 1.572.438 1.83.721.206.227.292 1.314.309 1.83Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M131.976 104.161c-.206-.876 1.958.103 2.576 0 1.87.339 2.37 4.892 2.113 4.843-.258-.052-4.483-3.968-4.689-4.843Zm-6.075-22.591c.888-.533 1.243 1.42 2.308 2.487 1.066 1.065 2.842-.622 3.641 0 .799.621 1.155 10.033.711 10.567-.356.426-1.51 1.776-2.043 2.398-.385-.355-1.208-1.333-1.421-2.398-.266-1.332-1.953-3.108-2.664-3.02-.568.072.237 3.642.711 5.418-.296-.415-1.137-1.776-2.132-3.907 0-1.51-5.86-8.437-5.772-9.058.089-.622 1.954 0 2.576 0 .621 0 3.196-1.954 4.085-2.487Zm-15.064-6.188c.499-.565.695.195 1.628 1.498.934 1.303 1.217 2.8 1.217 3.821 0 1.02.022 2.497 0 2.91-.022.412-.044 3.04-.304 3.343-.261.304 0 2.28 0 2.41 0 .13-.76-1.671-.5-2.04.261-.37-.084-1.144-.149-1.426-.065-.283.38-2.291.281-3.19-.079-.72-.284-1.073-.392-2.007-.109-.933-1.281-1.975-1.651-2.345-.369-.369-.335-2.742-.13-2.974Zm18.196-1.932c.123.202.396.694.5 1.041.13.434.543 2.844.717 3.54.173.694 1.302 2.474 1.129 2.366-.174-.109-1.021-1.107-1.303-1.542-.282-.434-.738-1.997-.934-2.757 0-.799-.478-2.027-.717-2.54l.608-.109Zm-4.82-2.997c.434.97 1.325 2.992 1.412 3.322.108.413.065 1.932.152 2.323s1.063 2.084.499 1.541c-.565-.542-1.715-3.734-2.171-5.645-.087-.344-.355-1.012-.478-1.303l.586-.239Zm-7.057.456c.499-.399 1.528-1.173 1.65-1.086.152.109.304.195.152.586.065.825.912 2.389 1.237 3.344.261.765-.39 4.017-.369 3.322.022-.695-.602-1.532-.602-1.532l-.418.772c-.355-1.158-1.09-3.548-1.195-3.843a35.529 35.529 0 0 1-.455-1.563Z"/>
|
|
31
|
+
</svg>
|
|
32
|
+
`;
|