@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,18 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Mission">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M120.221357,98.36 C120.221357,93.81 124.131357,90.59 129.331357,90.49 C145.451357,90.19 158.481357,77.02 156.861357,61.19 C155.461357,47.41 142.861357,37.19 128.481357,37.19 L43.5513569,37.19 C29.1713569,37.19 16.5513569,47.4 15.1713569,61.19 C13.5513569,77.02 26.5713569,90.49 42.7013569,90.49 L42.7913569,90.49 C45.9998818,90.4341698 48.6502866,92.9817765 48.7213569,96.19 L48.7213569,96.32 C48.6611308,99.5376466 46.0091761,102.100159 42.7913569,102.05 L19.1613569,102.05 C11.7913569,102.05 5.0213569,106.74 3.4013569,113.68 C1.1213569,123.45 8.8713569,132.19 18.6413569,132.19 L114.341357,132.19 C121.951357,132.19 128.851357,127.19 130.251357,119.99 C131.571357,113.23 127.251357,108.15 122.561357,103.99 C121.018278,102.530071 120.167695,100.483583 120.221357,98.36 Z" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_AccentColor)" d="M150.121357 129.86C144.801357 127.86 142.201357 123.04 140.181357 118.1 140.084939 117.870335 139.860439 117.720669 139.611357 117.72 139.371806 117.748997 139.160258 117.890028 139.041357 118.1 136.421357 124.39 132.971357 127.1 128.041357 130.54 127.907731 130.629353 127.815548 130.768589 127.78547 130.926498 127.755393 131.084406 127.789936 131.247781 127.881357 131.38 127.963779 131.49014 128.079497 131.570792 128.211357 131.61 132.381357 132.88 138.641357 140.71 138.671357 144.7 138.678624 145.00035 138.903503 145.250686 139.201357 145.290018L139.291357 145.290018C139.558948 145.292044 139.795545 145.116635 139.871357 144.86 140.871357 141.33 144.171357 133.96 149.311357 131.36 149.581428 131.222374 149.858468 131.098874 150.141357 130.99 150.380087 130.904679 150.539429 130.678519 150.539429 130.425 150.539429 130.171481 150.380087 129.945321 150.141357 129.86L150.121357 129.86zM33.3813569 24.6C30.0213569 23.25 28.3813569 19.95 27.1213569 16.6 27.0224172 16.324227 26.764244 16.1375479 26.4713569 16.13 26.1901869 16.1608417 25.9427794 16.3295286 25.8113569 16.58 24.1213569 20.77 21.5913569 22.91 18.6713569 25.4L18.5913569 25.46C18.3817701 25.6483043 18.2900267 25.9350023 18.3513569 26.21 18.4141328 26.480005 18.6225491 26.6922809 18.8913569 26.76 21.4413569 27.32 25.3813569 32.39 25.3813569 35.1 25.371372 35.4588956 25.6273207 35.7702998 25.9813569 35.83L26.0813569 35.83C26.4016191 35.8269268 26.6801747 35.6098173 26.7613569 35.3 27.6113569 32.3 30.0813569 27.3 33.3813569 25.98 33.5673345 25.9010417 33.7135886 25.750387 33.7870006 25.5621511 33.8604127 25.3739151 33.8547723 25.1640217 33.7713569 24.98 33.6964705 24.8046007 33.5567562 24.6648864 33.3813569 24.59L33.3813569 24.6z" class="sapIllus_AccentColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M94.4513791,97.86 C94.4513791,104.07 92.1713569,120.72 70.3913569,133.18 C69.8875833,133.469205 69.2522242,133.382915 68.8438304,132.969827 C68.4354366,132.556739 68.3564138,131.920436 68.6513569,131.42 C71.6513569,126.47 75.5713569,118.26 72.1513569,113.42 C71.7756533,112.856525 71.9125712,112.096852 72.4613569,111.7 L92.4013569,96.83 C92.7900902,96.537248 93.3112051,96.490252 93.746043,96.7087315 C94.1808809,96.9272111 94.4542158,97.3733696 94.4513791,97.86 Z" class="sapIllus_BrandColorSecondary"/>
|
|
5
|
+
<path fill="var(--sapIllus_PatternHighlight)" d="M92.1113569,99.38 C86.1113569,105.78 84.6413569,106.08 82.2013569,110.2 C81.5313569,111.34 67.9613569,132.55 68.6513569,131.42 C71.6513569,126.47 75.5713569,118.26 72.1513569,113.42 C71.7756533,112.856525 71.9125712,112.096852 72.4613569,111.7 L92.4013569,96.83 C93.2513569,96.19 92.8313569,98.6 92.1113569,99.38 Z" class="sapIllus_PatternHighlight"/>
|
|
6
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M58.2713569,61.69 C52.0713569,61.69 35.4213569,63.97 22.9513569,85.75 C22.6553154,86.2559326 22.740776,86.898308 23.158796,87.309243 C23.5768161,87.7201779 24.2205584,87.7946461 24.7213569,87.49 C29.7213569,84.49 37.8713569,80.56 42.7213569,83.99 C43.2884608,84.3582089 44.0446226,84.2175276 44.4413569,83.67 L59.3113569,63.74 C59.5971286,63.3480608 59.6388829,62.828944 59.4194297,62.396368 C59.1999765,61.9637919 58.7564146,61.6908842 58.2713569,61.69 L58.2713569,61.69 Z" class="sapIllus_BrandColorSecondary"/>
|
|
7
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M46.4924671,97.0483559 L64.9824671,97.0483559 C65.4850463,97.0483559 65.8924671,97.4557768 65.8924671,97.9583559 L65.8924671,102.198356 C65.8924671,103.457565 64.8716764,104.478378 63.6124671,104.478378 L47.8724671,104.478378 C47.2660428,104.481016 46.6835435,104.241977 46.2537953,103.814105 C45.8240471,103.386234 45.5824671,102.804786 45.5824671,102.198356 L45.5824671,97.9983559 C45.5824671,97.4957768 45.989888,97.0883559 46.4924671,97.0883559 L46.4924671,97.0483559 Z" class="sapIllus_StrokeDetailColor" transform="rotate(45 55.737 100.763)"/>
|
|
8
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M134.631357,21.5 C127.631357,14.5 101.231357,25.69 81.0913569,44.12 L112.141357,75.12 C127.201357,58.06 141.581357,28.45 134.631357,21.5 Z" class="sapIllus_BrandColorSecondary"/>
|
|
9
|
+
<path fill="var(--sapIllus_PatternHighlight)" d="M135.001357,23.37 C134.581357,24.24 131.821357,26.17 131.211357,32.06 C130.86244,34.4905689 130.014691,36.8227303 128.721357,38.91 C127.021357,41.8 124.171357,44.48 123.141357,44.54 C119.301357,44.77 118.711357,49.16 116.781357,51.54 C116.651357,51.71 114.631357,53.28 114.361357,54.13 C113.011357,58.33 112.831357,56.22 111.981357,57.23 C109.981357,59.6 108.401357,61.23 108.041357,61.63 C107.221357,62.49 106.531357,63.16 106.141357,63.54 C104.991357,64.66 103.951357,65.54 103.141357,66.32 L112.591357,75.88 C127.281357,59.13 142.001357,30.31 135.001357,23.37 Z" class="sapIllus_PatternHighlight"/>
|
|
10
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M81.4913569,43.66 C80.1813569,44.85 79.2913569,45.86 78.0413569,47.1 C57.5613569,67.58 48.4913569,82.19 48.4913569,82.19 C45.9476053,86.3721077 46.4733986,91.7319384 49.7813569,95.34 L60.7113569,106.27 C64.2746792,109.564111 69.634551,109.978001 73.6613569,107.27 C86.1383127,98.7550959 97.8493021,89.1688146 108.661357,78.62 C109.861357,77.42 111.331357,76.11 112.541357,74.74 L81.4913569,43.66 Z" class="sapIllus_ObjectFillColor"/>
|
|
11
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M112.801357,75.4 L112.801357,75.4 C120.603951,66.32398 127.140135,56.2320857 132.231357,45.4 C135.381357,38.53 139.951357,26.27 135.121357,21.4 C127.691357,13.98 101.921357,24.59 81.0413569,43.66 C79.7413569,44.85 78.4613569,46.07 77.2413569,47.29 C57.5213569,67.01 48.4913569,80.88 48.1113569,81.46 C45.3855379,86.0793674 46.0201077,91.9410022 49.6713569,95.87 L60.6013569,106.8 C64.4915771,110.462262 70.3870357,110.97527 74.8513569,108.04 C87.0147481,99.3102376 98.4946993,89.6656076 109.191357,79.19 C110.561357,77.86 111.741357,76.61 112.801357,75.4 Z M134.411357,22.11 C141.531357,29.23 126.411357,57.99 112.781357,73.89 L82.5413569,43.65 C102.901357,25.39 127.431357,15.13 134.411357,22.11 Z M74.2813569,107.19 C70.2115631,109.878559 64.8262215,109.410449 61.2813569,106.06 L50.3813569,95.19 C47.0440219,91.5873096 46.4819922,86.2154459 49.0013569,82 C49.3813569,81.43 58.3513569,67.64 78.0013569,48 C79.2113569,46.79 80.4713569,45.58 81.7613569,44.41 L81.8513569,44.33 L112.181357,74.66 L112.101357,74.75 C111.101357,75.94 109.881357,77.18 108.531357,78.53 C97.8611194,88.9415097 86.4111426,98.5227166 74.2813569,107.19 L74.2813569,107.19 Z" class="sapIllus_StrokeDetailColor"/>
|
|
12
|
+
<circle cx="106.181" cy="50.87" r="6.63" fill="var(--sapIllus_StrokeDetailColor)" class="sapIllus_StrokeDetailColor"/>
|
|
13
|
+
<circle cx="106.611" cy="49.86" r="6.63" fill="var(--sapIllus_ObjectFillColor)" class="sapIllus_ObjectFillColor"/>
|
|
14
|
+
<rect width="2" height="14.84" x="43.144" y="105.37" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 44.144 112.79)"/>
|
|
15
|
+
<rect width="2" height="14.84" x="42.129" y="114.147" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 43.129 121.567)"/>
|
|
16
|
+
<rect width="2" height="14.84" x="36.67" y="103.225" fill="var(--sapIllus_Layering1)" class="sapIllus_Layering1" rx="1" transform="rotate(45 37.67 110.645)"/>
|
|
17
|
+
<path fill="var(--sapIllus_Layering1)" d="M59.0013569 21.57C58.6793745 21.5700863 58.4168142 21.3119361 58.4113569 20.99L58.4113569 20.99 58.4113569 17.38C58.4501978 17.0810231 58.7048676 16.8572981 59.0063569 16.8572981 59.3078462 16.8572981 59.562516 17.0810231 59.6013569 17.38L59.6013569 20.99C59.5987271 21.146485 59.53403 21.2955134 59.4215032 21.4042893 59.3089765 21.5130652 59.1578411 21.5726748 59.0013569 21.57L59.0013569 21.57zM59.0013569 8.57000001C58.6793745 8.57008629 58.4168142 8.31193613 58.4113569 7.99000001L58.4113569 7.99000001 58.4113569 4.38000001C58.4501978 4.08102313 58.7048676 3.85729813 59.0063569 3.85729813 59.3078462 3.85729813 59.562516 4.08102313 59.6013569 4.38000001L59.6013569 7.99000001C59.5987271 8.14648501 59.53403 8.29551343 59.4215032 8.40428932 59.3089765 8.51306521 59.1578411 8.57267476 59.0013569 8.57000001L59.0013569 8.57000001zM54.2113569 13.19L50.6013569 13.19C50.4431538 13.1926818 50.2905031 13.1317072 50.1776843 13.0207687 50.0648655 12.9098303 50.0013569 12.7582259 50.0013569 12.6 50.0013569 12.2686292 50.2699861 12 50.6013569 12L54.2113569 12C54.3695828 11.9999773 54.5211872 12.0635086 54.6321256 12.1763274 54.7430641 12.2891462 54.8040387 12.4417969 54.8013569 12.6 54.8040932 12.7573006 54.7428117 12.9089645 54.6315666 13.0202097 54.5203214 13.1314548 54.3686575 13.1927363 54.2113569 13.19zM67.3213569 13.19L63.7113569 13.19C63.5530935 13.1874089 63.4025084 13.1213347 63.2934405 13.0066254 63.1843726 12.8919161 63.1259701 12.738193 63.1313569 12.58 63.146448 12.2661382 63.3974951 12.0150911 63.7113569 12L67.3213569 12C67.6488504 12.0161989 67.9026871 12.2923019 67.8913569 12.62 67.8810013 12.9304117 67.6317686 13.1796444 67.3213569 13.19L67.3213569 13.19zM100.561357 147.19C100.448244 147.192694 100.338828 147.149636 100.257886 147.070577 100.176945 146.991518 100.131325 146.883145 100.131357 146.77L100.131357 146.77 100.131357 144.19C100.131357 143.952518 100.323874 143.76 100.561357 143.76 100.798839 143.76 100.991357 143.952518 100.991357 144.19L100.991357 146.79C100.985924 147.023568 100.794988 147.210063 100.561357 147.21L100.561357 147.19zM100.561357 137.75C100.448244 137.752694 100.338828 137.709636 100.257886 137.630577 100.176945 137.551518 100.131325 137.443145 100.131357 137.33L100.131357 137.33 100.131357 134.73C100.131357 134.492518 100.323874 134.3 100.561357 134.3 100.798839 134.3 100.991357 134.492518 100.991357 134.73L100.991357 137.33C100.980885 137.561344 100.792883 137.744974 100.561357 137.75L100.561357 137.75zM97.1413569 141.19L94.5413569 141.19C94.3038745 141.19 94.1113569 140.997482 94.1113569 140.76 94.1113569 140.522518 94.3038745 140.33 94.5413569 140.33L97.1413569 140.33C97.3788393 140.33 97.5713569 140.522518 97.5713569 140.76 97.5713569 140.997482 97.3788393 141.19 97.1413569 141.19L97.1413569 141.19zM106.581357 141.19L104.001357 141.19C103.763874 141.19 103.571357 140.997482 103.571357 140.76 103.571357 140.522518 103.763874 140.33 104.001357 140.33L106.591357 140.33C106.828839 140.33 107.021357 140.522518 107.021357 140.76 107.021357 140.997482 106.828839 141.19 106.591357 141.19L106.581357 141.19z" class="sapIllus_Layering1"/>
|
|
18
|
+
</svg>`;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-MissionFailed">
|
|
2
|
+
<circle cx="79.8644" cy="84.02" r="75.9797" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.303 103.572C154.959 97.3333 155.842 90.7797 155.842 84.0199C155.842 74.3482 154.035 65.0985 150.74 56.5901C147.995 55.7553 144.892 56.3893 142.676 58.5174C139.841 61.2388 139.389 65.5086 141.372 68.7223C135.682 66.5024 129.043 67.5621 124.427 71.9941C122.973 73.3903 121.845 75.0007 121.044 76.7324L121.007 76.6937C113.914 69.3065 102.176 69.0676 94.7888 76.16C87.4015 83.2525 87.1626 94.9907 94.2551 102.378C101.348 109.765 113.086 110.004 120.473 102.912C122.622 100.848 124.166 98.3921 125.101 95.7641C131.281 101.323 140.628 101.456 146.729 95.9618C147.66 97.7607 148.862 99.4578 150.336 100.993C151.262 101.958 152.256 102.817 153.303 103.572ZM147.323 72.7075C147.265 72.6478 147.208 72.5885 147.15 72.5298C147.778 72.6223 148.415 72.6418 149.048 72.588C148.755 72.9537 148.475 73.3267 148.209 73.7065C147.929 73.3649 147.634 73.0316 147.323 72.7075ZM39.5671 68.3552C32.9325 74.7251 32.7179 85.2674 39.0878 91.902C45.4577 98.5366 55.9999 98.7512 62.6345 92.3813C69.2691 86.0114 69.4837 75.4691 63.1138 68.8345C56.7439 62.1999 46.2017 61.9853 39.5671 68.3552Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M139.847 130.66C131.494 134.73 121.131 133.176 114.35 126.112C105.937 117.35 106.22 103.426 114.983 95.0132C123.745 86.6002 137.669 86.8836 146.082 95.6462C149.435 99.139 151.407 103.452 152.011 107.909C149.26 116.221 145.113 123.897 139.847 130.66Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M140.841 129.358H84.5783L77.4043 89.334L91.7524 62.1481L96.2833 89.334L121.581 53.0862L114.785 94.6201L131.398 86.6909L125.735 97.6408L154.058 100.473C153.517 102.923 152.858 105.329 152.087 107.684L129.133 120.296L144.819 123.459C143.584 125.49 142.256 127.458 140.841 129.358Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.66548 94.9617C4.56582 94.2707 4.47546 93.5767 4.39453 92.8799L43.4217 103.682L60.0353 145.216L24.841 136.417C20.4491 131.807 16.6307 126.645 13.5003 121.046L15.1031 120.673L12.4065 119.018C10.9756 116.266 9.70818 113.415 8.61716 110.479H23.0323L4.66548 94.9617Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.807 118.064C135.322 142.932 109.585 160 79.8624 160C50.1829 160 24.4779 142.982 11.9727 118.172C24.4454 117.061 37.4352 114.988 47.5203 111.218C69.3441 103.059 81.7652 106.044 102.229 111.218C116.133 114.733 132.196 116.837 147.807 118.064Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.291 135.833L30.6929 133.922L49.1195 136.033L54.3978 131.107L52.1106 125.3V122.561L49.1195 118.791L48.2347 110.953C51.2011 109.867 53.9941 108.989 56.6587 108.296L98.4538 110.269C99.6832 110.575 100.94 110.892 102.229 111.218C104.121 111.696 106.054 112.149 108.02 112.576L109.974 114.941L108.743 116.112L114.197 121.45L127.942 125.3L124.951 131.986H134.627V136.033H135.25C134.709 136.609 134.16 137.176 133.601 137.734L133.044 137.792V133.922H120.376L122.312 127.764L107.532 126.708L104.541 133.922L90.642 137.792V140.959H102.43L99.4307 143.226L104.541 146.738L98.4538 143.965L87.299 152.396L93.2811 144.654H86.4194L83.4283 138.672C77.5049 138.086 65.1655 136.314 63.195 133.922L58.9374 137.792H53.3811L45.0466 140.959L40.4163 137.792L29.4581 136.033L25.0997 136.687C24.828 136.404 24.5584 136.12 24.291 135.833Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M142.877 126.487C142.672 126.791 142.465 127.092 142.256 127.393L136.406 126.487H142.877Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C134.71 136.609 134.16 137.176 133.602 137.734L133.044 137.792V133.922H120.376L122.312 127.764L114.252 127.188V121.466L127.942 125.3L124.951 131.986H134.628V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C134.709 136.609 134.16 137.176 133.601 137.735L133.046 137.792V133.922H125.123V131.986H134.629V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.25 136.033C135.035 136.262 134.818 136.49 134.6 136.717V132.302H134.629V136.033H135.25Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.151 127.181L108.949 126.809V116.314L114.151 121.405V127.181ZM109.012 115.856H108.949V115.915L109.012 115.856Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0997 136.687C24.828 136.404 24.5584 136.12 24.291 135.833L30.6926 133.922L49.1081 136.032V139.416L45.0464 140.959L40.4161 137.792L29.4578 136.033L25.0997 136.687Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.5564 133.963L24.293 135.833C24.5604 136.12 24.8301 136.404 25.1019 136.687L29.458 136.033L30.5564 136.21V133.963Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.6094 148.114L93.2831 144.654H90.6094V139.254H90.644V140.959H102.432L99.4327 143.226L102.537 145.36V145.824L98.4558 143.965L90.6094 149.895V148.114Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.2494 147.904V144.704L87.306 152.396L93.2494 147.904ZM93.2494 144.654H86.4263L86.4121 144.626H93.2494V144.654Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.296 133.922H120.373L122.274 127.872H122.296V133.922Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M34.3637 39.1488C31.6549 39.7324 24.3963 33.8241 30.7759 32.9403C31.795 32.7991 32.8218 32.7291 33.833 32.5167C34.4834 32.3777 35.3452 32.2326 35.3104 31.3333C35.281 30.5225 34.5173 30.2076 33.8577 30.0296C32.1839 29.5726 30.4528 29.4058 28.7053 29.3596C20.7967 27.6312 26.3966 19.3315 17.2596 20.8482C15.9854 21.0596 15.0655 20.0919 14.2473 19.2784C10.7866 15.8584 9.39201 4.00429 15.9831 0.696903C16.243 0.592154 16.488 0.467831 16.7479 0.363082C19.1475 0.130194 20.9634 1.3433 22.6555 2.82009C25.2986 5.54949 27.5203 5.97627 29.6819 4.14987C32.1074 2.06143 34.107 1.93166 36.7506 3.88941C38.7573 5.37417 40.7076 6.88629 43.1357 7.72716C44.793 8.30471 45.4535 9.88589 45.4661 11.5889C45.4891 17.5727 44.1319 19.5443 38.6206 21.7541C37.6947 21.8554 36.8861 22.2534 36.2487 22.9379C35.0753 23.5666 34.5238 24.6487 34.7792 25.8587C35.0447 27.1228 36.2473 27.6907 37.3961 27.883C39.2139 28.1843 39.3701 28.8371 38.8176 30.568C37.8089 33.7097 31.8735 35.3695 34.3958 39.1707L34.3637 39.1488Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.5143 36.9618C30.9159 38.3161 33.1186 39.4166 34.3623 39.1487L34.3944 39.1706C32.8244 36.8046 34.5313 35.2682 36.2872 33.6876C37.3522 32.7289 38.4354 31.754 38.8162 30.5679C39.3687 28.837 39.2125 28.1842 37.3946 27.8829C36.2459 27.6906 35.0432 27.1226 34.7777 25.8586C34.5224 24.6485 35.0739 23.5665 36.2473 22.9378C36.8846 22.2533 37.6933 21.8553 38.6191 21.754C44.1305 19.5441 45.4877 17.5726 45.4646 11.5887C45.4521 9.88576 44.7916 8.30458 43.1343 7.72703C40.8596 6.93929 39.0043 5.56246 37.129 4.1709C37.0025 4.07703 36.876 3.9831 36.7491 3.88928C34.1056 1.93153 32.106 2.0613 29.6805 4.14974C27.5189 5.97613 25.2972 5.54936 22.6541 2.81995C20.9619 1.34317 19.1461 0.130061 16.7465 0.36295C16.6165 0.415326 16.4903 0.472593 16.3641 0.529859C16.2379 0.587126 16.1117 0.644397 15.9817 0.696772C13.922 1.73035 12.6421 3.59858 11.9614 5.78324C12.1982 5.63621 12.4489 5.50207 12.714 5.38204C12.8331 5.33901 12.9488 5.29178 13.0645 5.24456C13.1802 5.19734 13.2959 5.15012 13.415 5.10708C15.6232 4.9345 17.3085 5.98107 18.8825 7.24978C21.3456 9.58963 23.3966 9.97413 25.3691 8.44893C27.582 6.70442 29.4228 6.61508 31.8782 8.30111C31.996 8.38191 32.1136 8.4628 32.2311 8.54363C33.9729 9.74202 35.6963 10.9277 37.7999 11.6186C39.3326 12.1251 39.9574 13.4716 39.9865 14.9146C40.0694 19.9849 38.8395 21.6414 33.7851 23.457C32.9332 23.5333 32.1924 23.8622 31.6123 24.4355C30.5378 24.9561 30.0409 25.8673 30.2886 26.8952C30.5462 27.9689 31.66 28.4625 32.7202 28.6373C34.0649 28.857 34.4286 29.2569 34.2672 30.159C34.7977 30.3571 35.2856 30.6883 35.3089 31.3332C35.3424 32.1972 34.5482 32.3651 33.909 32.5002C33.8829 32.5057 33.8571 32.5111 33.8316 32.5166C33.4721 32.5921 33.1106 32.6496 32.7482 32.6987C32.4353 32.987 32.0966 33.2664 31.7598 33.5442C30.5027 34.5813 29.2731 35.5957 29.5143 36.9618Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M81.0162 39.743L84.834 46.1387C86.7181 49.2949 87.583 52.9554 87.3108 56.6211L85.7323 77.8772C76.7871 75.9549 67.8604 59.0588 67.1461 55.7332L75.6556 39.866C76.7874 37.7557 79.7887 37.6868 81.0162 39.743Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M81.0201 39.749L81.0167 39.7433C79.7892 37.6871 76.7879 37.756 75.6562 39.8663L67.1466 55.7335C67.8489 59.0032 76.49 75.3913 85.2821 77.7681C70.4885 61.0218 75.2262 46.7825 81.0201 39.749Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path d="M51.1181 114.667C30.8483 89.2333 26.6543 61.2993 27.9985 49.4856C30.8348 38.219 42.4863 35.0002 48.3965 36.1373C57.4374 39.8268 70.3757 53.2447 83.3184 71.8295C90.3373 81.9082 95.648 93.1958 99.6957 107.011C100.053 108.229 104.479 110.794 104.805 112C105.066 112.965 101.915 115.713 102.156 116.666C102.426 117.738 105.487 118.914 105.731 119.966C106.123 121.659 103.676 123.209 103.996 124.832C101.079 133.42 78.6632 136.888 64.7293 130.122C63.0903 128.455 58.8683 129.579 57.1833 127.719C55.9544 126.362 57.2723 122.068 56.0231 120.609C55.1534 119.593 53.0997 119.801 52.3415 118.88C51.5832 117.959 51.8817 115.625 51.1181 114.667Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9709 49.1167L25.9554 49.253C24.5486 61.6171 28.9045 90.0631 49.4693 115.897C49.4799 115.924 49.5019 115.986 49.5289 116.094C49.5899 116.341 49.6344 116.641 49.6957 117.075L49.7018 117.118C49.7553 117.497 49.8257 117.996 49.9426 118.465C50.0594 118.933 50.2746 119.605 50.754 120.187C51.2544 120.794 51.8834 121.116 52.3464 121.303C52.7692 121.473 53.2237 121.593 53.5414 121.677C53.5662 121.683 53.5901 121.689 53.6132 121.696C53.9899 121.795 54.2148 121.86 54.3883 121.934C54.4078 121.942 54.4247 121.949 54.4391 121.956C54.4594 122.026 54.4906 122.158 54.5154 122.376C54.5692 122.851 54.565 123.429 54.5547 124.174L54.5537 124.25C54.5444 124.913 54.5329 125.728 54.6157 126.469C54.6957 127.186 54.8996 128.261 55.6594 129.099C56.4436 129.965 57.4387 130.389 58.2939 130.626C59.1375 130.859 60.037 130.959 60.7509 131.037L60.8175 131.044C61.5685 131.125 62.1313 131.187 62.6112 131.303C63.1011 131.422 63.2415 131.542 63.263 131.563L63.5117 131.816L63.8308 131.971C71.254 135.576 80.7757 136.407 88.7825 135.27C92.8001 134.7 96.5506 133.619 99.5415 132.055C102.491 130.513 104.97 128.355 105.942 125.494L106.119 124.974L106.033 124.539C106.04 124.52 106.05 124.494 106.065 124.462C106.163 124.242 106.323 123.992 106.613 123.547L106.628 123.524C106.873 123.149 107.231 122.6 107.479 121.999C107.747 121.353 107.961 120.484 107.733 119.502C107.506 118.523 106.773 117.873 106.434 117.587C106.022 117.239 105.53 116.907 105.147 116.649L105.103 116.619C104.91 116.489 104.741 116.374 104.593 116.271C104.739 116.075 104.911 115.855 105.107 115.604L105.131 115.573C105.471 115.14 105.894 114.598 106.211 114.091C106.374 113.83 106.56 113.499 106.692 113.132C106.809 112.803 106.983 112.178 106.79 111.463C106.636 110.895 106.314 110.454 106.101 110.191C105.86 109.896 105.58 109.617 105.311 109.37C104.786 108.887 104.138 108.373 103.565 107.92L103.538 107.899C102.925 107.412 102.392 106.989 101.987 106.619C101.806 106.453 101.686 106.33 101.613 106.245C97.5179 92.329 92.1343 80.8913 85.0052 70.6545C78.4877 61.2958 71.9469 53.202 65.8663 46.9626C59.8282 40.7667 54.0935 36.2416 49.173 34.2336L48.9845 34.1567L48.7846 34.1182C45.33 33.4536 40.4725 34.0735 36.1003 36.3335C31.6617 38.628 27.5897 42.6863 26.0045 48.9836L25.9709 49.1167ZM101.551 106.167C101.551 106.167 101.554 106.171 101.562 106.181C101.555 106.171 101.552 106.166 101.551 106.167ZM103.965 115.768C103.965 115.768 103.969 115.774 103.98 115.786C103.971 115.774 103.966 115.768 103.965 115.768ZM64.7289 130.122C78.6628 136.888 101.078 133.42 103.996 124.832C103.839 124.037 104.346 123.259 104.858 122.474C105.392 121.656 105.93 120.83 105.73 119.966C105.609 119.44 104.783 118.884 103.954 118.324C103.124 117.764 102.291 117.202 102.155 116.666C102.036 116.193 102.752 115.278 103.472 114.358C104.202 113.425 104.936 112.486 104.805 112C104.641 111.395 103.446 110.449 102.251 109.502C101.062 108.56 99.8733 107.618 99.6954 107.011C95.6477 93.1956 90.337 81.908 83.3181 71.8294C70.3754 53.2446 57.4371 39.8267 48.3962 36.1372C42.4859 35.0001 30.8344 38.2188 27.9982 49.4855C26.654 61.2992 30.8479 89.2331 51.1177 114.667C51.4996 115.146 51.6158 115.969 51.7315 116.787C51.8471 117.606 51.962 118.419 52.3411 118.88C52.7119 119.33 53.3926 119.51 54.0931 119.696C54.8249 119.89 55.5784 120.089 56.0228 120.609C56.6501 121.341 56.63 122.789 56.6102 124.221C56.5906 125.64 56.5712 127.043 57.183 127.719C58.0505 128.676 59.5905 128.843 61.1043 129.007C62.5307 129.161 63.9338 129.313 64.7289 130.122Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M40.4921 86.7874C47.4174 70.4829 63.1736 67.5321 73.4932 68.2869C74.283 68.3447 74.2491 69.2942 73.4624 69.3854C65.1699 70.3459 54.5575 72.7321 49.8608 79.7958C48.06 82.5042 44.5089 87.8413 43.2402 88.9328C40.5195 91.2735 41.0085 87.0594 40.4921 86.7874Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.5911 132.439C50.8345 113.77 40.432 90.8771 33.6884 40.3746C31.1165 42.5103 29.0038 45.4925 27.9985 49.4858C26.6543 61.2995 30.8483 89.2335 51.118 114.667C51.4999 115.146 51.6162 115.969 51.7318 116.788C51.8474 117.606 51.9623 118.42 52.3414 118.88C52.7123 119.33 53.3929 119.511 54.0934 119.696C54.8253 119.89 55.5788 120.09 56.0231 120.609C56.6504 121.342 56.6304 122.79 56.6106 124.221C56.591 125.64 56.5715 127.044 57.1833 127.719C58.0508 128.677 59.5909 128.843 61.1046 129.007C62.531 129.162 63.9341 129.314 64.7293 130.122C72.9791 134.128 84.202 134.547 92.5911 132.439Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
27
|
+
<path d="M63.3904 47.3808C58.7242 44.7254 50.2412 45.7025 42.171 50.2679C34.6599 54.5169 29.6287 60.6736 28.8647 65.8336C27.7149 59.0689 27.5533 53.3946 27.9981 49.4854C30.8343 38.2188 42.4858 35.0001 48.396 36.1371C52.6626 37.8783 57.797 41.7859 63.3904 47.3808Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3095 48.3891C28.3442 48.2797 28.3798 48.1711 28.4162 48.0633C29.5278 44.7744 31.4311 42.2485 33.6879 40.3745C34.3648 45.443 35.0784 50.2335 35.8569 54.7695C31.9094 58.3037 29.3877 62.3021 28.8648 65.8337C27.7149 59.0689 27.5533 53.3947 27.9981 49.4855C28.0924 49.1112 28.1963 48.7458 28.3095 48.3891Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
29
|
+
<ellipse cx="4.50551" cy="16.4899" rx="4.50551" ry="16.4899" transform="matrix(0.847876 -0.530195 -0.530195 -0.847876 65.5215 95.4709)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
30
|
+
<ellipse cx="11.9763" cy="14.9444" rx="11.9763" ry="14.9444" transform="matrix(0.958199 -0.286104 -0.286104 -0.958199 84.1133 130.464)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
31
|
+
<ellipse cx="8.80317" cy="10.8946" rx="8.80317" ry="10.8946" transform="matrix(0.958199 -0.286104 -0.286104 -0.958199 88.8203 124.849)" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.8989 122.072C91.9685 121.919 91.9834 121.74 91.9277 121.568L91.3707 119.841L93.9999 115.637L97.6666 114.896C98.046 114.82 98.2913 114.45 98.2146 114.071C98.138 113.691 97.7683 113.446 97.389 113.523L93.1314 114.383L90.8083 118.097L89.9055 115.298L94.1753 109.027L91.8931 104.248C91.7264 103.899 91.3081 103.751 90.9589 103.917C90.6097 104.084 90.4618 104.502 90.6285 104.852L92.5636 108.904L88.3613 115.076L90.3254 121.165C90.8318 121.526 91.3588 121.83 91.8989 122.072Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.4751 101.646C94.8373 102.482 98.6707 105.833 100.096 110.608C101.325 114.722 100.478 118.933 98.1797 121.997C102.314 120.182 104.337 114.735 102.722 109.329C101.001 103.563 95.7952 100.027 91.0952 101.43C90.8838 101.493 90.6771 101.565 90.4751 101.646Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
34
|
+
<path d="M11.8857 81.2605L15.7788 87.6106C17.7001 90.7444 20.541 93.2094 23.9143 94.6696L43.4749 103.137C45.9239 94.3215 35.101 78.5725 32.4869 76.3963L14.4827 76.5694C12.0881 76.5924 10.6341 79.2189 11.8857 81.2605Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.7845 99.1163C43.0748 90.2074 34.7376 78.2702 32.4866 76.3963L14.9211 76.5652C14.8242 77.2351 14.9473 77.95 15.3487 78.6048L19.2419 84.9549C21.1631 88.0887 24.004 90.5537 27.3773 92.0139L43.7845 99.1163Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
36
|
+
<path d="M90.984 87.5792C90.2065 87.1406 89.5687 86.5426 89.0703 85.8051C90.3062 81.599 93.077 78.2302 95.2498 74.5425C98.1601 69.5989 101.369 64.8347 103.482 59.4725C105.675 53.8712 106.512 48.1302 105.416 42.1501C105.276 41.3727 105.356 40.5554 105.336 39.7581C108.366 43.7448 109.502 48.3894 110.14 53.2333C110.978 59.632 108.466 64.7949 104.499 69.579C100.293 74.6421 96.3262 79.9047 92.2597 85.0874C91.6816 85.8449 91.0238 86.5625 91.0039 87.5991L90.984 87.5792Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
<path d="M91.9407 11.0736C92.0802 12.15 91.6417 13.1068 91.3028 14.0836C88.6317 21.7182 88.8709 29.2332 92.1799 36.6286C92.6185 37.6054 92.9174 38.642 93.4158 40.0174C84.1865 32.1635 84.1267 23.273 88.7513 13.7846C89.3493 12.5487 90.3859 11.4324 91.9008 11.0337L91.9407 11.0736Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
38
|
+
<path d="M95.3104 43.0873C99.2772 46.9345 100.852 51.4994 99.1775 56.8815C98.3004 59.6722 96.9649 62.2437 94.9715 64.5959C94.2539 63.7586 94.832 63.2603 95.0512 62.7619C97.5828 57.2403 98.0214 51.6389 95.709 45.9179C95.3502 45.0209 95.1908 44.1039 95.2506 43.1272L95.3104 43.0674L95.3104 43.0873Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
39
|
+
<path d="M62.6852 121.075L61.4551 100.777L65.5146 114.801L69.0821 111.725L73.6338 115.539L80.0307 133.869C75.7005 133.869 72.1576 132.802 70.9274 132.269C69.4512 128.825 67.852 121.895 67.2369 118.86L62.6852 121.075Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
40
|
+
<path d="M62.6852 121.075L61.4551 100.777L63.6554 119.297L67.8842 117.107L72.7926 132.739L70.9274 132.269C69.4512 128.825 67.852 121.895 67.2369 118.86L62.6852 121.075Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
41
|
+
</svg>
|
|
42
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoApplications">
|
|
2
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M122.5004,121.078912 L38.5004,121.078912 C36.8434,121.078912 35.5004,119.735912 35.5004,118.078912 L35.5004,34.0789117 C35.5004,32.4229117 36.8434,31.0789117 38.5004,31.0789117 L122.5004,31.0789117 C124.1564,31.0789117 125.4994,32.4229117 125.4994,34.0789117 L125.4994,118.078912 C125.4994,119.735912 124.1564,121.078912 122.5004,121.078912" class="sapIllus_ObjectFillColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M125.4995,47.5789117 L35.4995,47.5789117 L35.4995,33.7039117 C35.4995,32.2539117 36.6745,31.0789117 38.1245,31.0789117 L122.8755,31.0789117 C124.3245,31.0789117 125.4995,32.2539117 125.4995,33.7039117 L125.4995,47.5789117 Z" class="sapIllus_BrandColorSecondary"/>
|
|
4
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M38.5,31.5789117 C37.122,31.5789117 36,32.7009117 36,34.0789117 L36,118.078912 C36,119.457912 37.122,120.578912 38.5,120.578912 L122.5,120.578912 C123.878,120.578912 125,119.457912 125,118.078912 L125,34.0789117 C125,32.7009117 123.878,31.5789117 122.5,31.5789117 L38.5,31.5789117 Z M122.5,121.578912 L38.5,121.578912 C36.57,121.578912 35,120.008912 35,118.078912 L35,34.0789117 C35,32.1489117 36.57,30.5789117 38.5,30.5789117 L122.5,30.5789117 C124.429,30.5789117 126,32.1489117 126,34.0789117 L126,118.078912 C126,120.008912 124.429,121.578912 122.5,121.578912 L122.5,121.578912 Z" class="sapIllus_StrokeDetailColor"/>
|
|
5
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M36,47.5789117 L36,34.0789117 C36,32.7009117 37.122,31.5789117 38.5,31.5789117 L122.5,31.5789117 C123.878,31.5789117 125,32.7009117 125,34.0789117 L125,47.5789117 L36,47.5789117 Z M122.5,120.578912 L38.5,120.578912 C37.122,120.578912 36,119.457912 36,118.078912 L36,47.5819117 L125,51.1819117 L125,118.078912 C125,119.457912 123.878,120.578912 122.5,120.578912 L122.5,120.578912 Z M122.5,30.5789117 L38.5,30.5789117 C36.57,30.5789117 35,32.1489117 35,34.0789117 L35,118.078912 C35,120.008912 36.57,121.578912 38.5,121.578912 L122.5,121.578912 C124.429,121.578912 126,120.008912 126,118.078912 L126,34.0789117 C126,32.1489117 124.429,30.5789117 122.5,30.5789117 L122.5,30.5789117 Z" class="sapIllus_StrokeDetailColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_AccentColor)" d="M112.1049,49.1609117 C109.2429,49.6509117 106.1399,49.9659117 103.3399,49.2099117 L100.3359,47.9179117 L100.3579,60.5149117 C100.3729,70.0549117 101.0059,76.2439117 102.3339,85.7229117 C102.6029,87.6409117 102.7249,89.5859117 102.6969,91.5569117 C102.6759,92.9839117 103.8199,94.1649117 105.2479,94.1859117 L107.7769,94.2292813 C108.4929,94.2409117 109.1439,93.9599117 109.6229,93.4979117 C110.0989,93.0359117 110.4029,92.3919117 110.4149,91.6779117 C110.4469,89.7269117 110.6339,87.7539117 110.9729,85.8109117 C112.6209,76.3649117 113.4629,70.1939117 113.7919,60.6749117 L114.2009,48.8029117 L112.1049,49.1609117 Z" class="sapIllus_AccentColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M107.687,23.1678117 L107.687,23.1678117 C103.917,23.1058117 100.835,26.1558117 100.857872,29.9258117 L100.888,48.6368117 L101.667,48.8468117 C105.609,49.9078117 109.774,49.8048117 113.658,48.5478117 L114.291,30.1468117 C114.437,26.3798117 111.457,23.2298117 107.687,23.1678117" class="sapIllus_ObjectFillColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M101.3867,48.2537117 L101.7977,48.3637117 C105.5427,49.3727117 109.4687,49.3067117 113.1707,48.1767117 L113.7907,30.1297117 C113.8567,28.4417117 113.2537,26.8367117 112.0937,25.6107117 C110.9337,24.3857117 109.3657,23.6947117 107.6787,23.6677117 C105.9637,23.6327117 104.4017,24.2777117 103.2027,25.4647117 C102.0037,26.6517117 101.3477,28.2357117 101.357587,29.9227117 L101.3867,48.2537117 Z M107.1607,50.0747117 C105.2737,50.0747117 103.3857,49.8267117 101.5377,49.3287117 L100.7587,49.1187117 C100.5407,49.0607117 100.3877,48.8627117 100.3877,48.6377117 L100.35756,29.9267117 C100.3457,27.9697117 101.1067,26.1317117 102.4997,24.7537117 C103.8907,23.3757117 105.7247,22.6217117 107.6947,22.6677117 C109.6537,22.6997117 111.4737,23.5007117 112.8197,24.9237117 C114.1667,26.3467117 114.8667,28.2087117 114.7907,30.1667117 L114.1577,48.5657117 C114.1497,48.7757117 114.0117,48.9587117 113.8117,49.0237117 C111.6467,49.7237117 109.4057,50.0747117 107.1607,50.0747117 L107.1607,50.0747117 Z" class="sapIllus_StrokeDetailColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_AccentColor)" d="M105.1069,26.1902117 L110.1669,26.2732117 L110.3089,17.6062117 C110.3229,16.7512117 109.6409,16.0462117 108.7859,16.0322117 L106.8239,16.0002117 C105.9679,15.9862117 105.2639,16.6682117 105.2499,17.5232117 L105.1069,26.1902117 Z" class="sapIllus_AccentColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M105.2475 94.1863117C104.9015 94.1813117 104.5745 94.1053117 104.2735 93.9773117L105.3645 99.2233117C105.6485 100.315312 107.1885 100.340312 107.5085 99.2593117L108.7715 94.0463117C108.4635 94.1683117 108.1285 94.2353117 107.7765 94.2293117L105.2475 94.1863117zM107.9213 27.2205117C106.7603 27.2205117 105.2683 26.9555117 104.5323 26.2105117 104.3383 26.0135117 104.3403 25.6975117 104.5363 25.5035117 104.7333 25.3085117 105.0493 25.3125117 105.2433 25.5075117 105.6583 25.9285117 106.7573 26.2205117 107.9203 26.2205117L107.9433 26.2205117C108.9913 26.2165117 109.6853 25.9845117 109.9073 25.7555117 110.1033 25.5585117 110.4193 25.5545117 110.6143 25.7455117 110.8133 25.9385117 110.8173 26.2555117 110.6243 26.4525117 109.9553 27.1395117 108.5283 27.2185117 107.9463 27.2205117L107.9213 27.2205117z" class="sapIllus_StrokeDetailColor"/>
|
|
11
|
+
<polygon fill="var(--sapIllus_ObjectFillColor)" points="82.143 100.213 95.751 100.213 95.751 17.425 82.143 17.425" class="sapIllus_ObjectFillColor"/>
|
|
12
|
+
<path fill="var(--sapIllus_Layering1)" d="M95.2504,99.7127117 L82.6424,99.7127117 L82.6424,97.3437117 L86.7814,97.3437117 C87.0574,97.3437117 87.2814,97.1197117 87.2814,96.8437117 C87.2814,96.5667117 87.0574,96.3437117 86.7814,96.3437117 L82.6424,96.3437117 L82.6424,92.4937117 L86.7814,92.4937117 C87.0574,92.4937117 87.2814,92.2707117 87.2814,91.9937117 C87.2814,91.7177117 87.0574,91.4937117 86.7814,91.4937117 L82.6424,91.4937117 L82.6424,87.6437117 L90.0924,87.6437117 C90.3684,87.6437117 90.5924,87.4197117 90.5924,87.1437117 C90.5924,86.8667117 90.3684,86.6437117 90.0924,86.6437117 L82.6424,86.6437117 L82.6424,82.7927117 L86.7814,82.7927117 C87.0574,82.7927117 87.2814,82.5687117 87.2814,82.2927117 C87.2814,82.0167117 87.0574,81.7927117 86.7814,81.7927117 L82.6424,81.7927117 L82.6424,77.9417117 L86.7814,77.9417117 C87.0574,77.9417117 87.2814,77.7187117 87.2814,77.4417117 C87.2814,77.1657117 87.0574,76.9417117 86.7814,76.9417117 L82.6424,76.9417117 L82.6424,73.0917117 L86.7814,73.0917117 C87.0574,73.0917117 87.2814,72.8677117 87.2814,72.5917117 C87.2814,72.3157117 87.0574,72.0917117 86.7814,72.0917117 L82.6424,72.0917117 L82.6424,68.2407117 L86.7814,68.2407117 C87.0574,68.2407117 87.2814,68.0177117 87.2814,67.7407117 C87.2814,67.4647117 87.0574,67.2407117 86.7814,67.2407117 L82.6424,67.2407117 L82.6424,63.3907117 L90.0924,63.3907117 C90.3684,63.3907117 90.5924,63.1667117 90.5924,62.8907117 C90.5924,62.6137117 90.3684,62.3907117 90.0924,62.3907117 L82.6424,62.3907117 L82.6424,58.5397117 L86.7814,58.5397117 C87.0574,58.5397117 87.2814,58.3167117 87.2814,58.0397117 C87.2814,57.7637117 87.0574,57.5397117 86.7814,57.5397117 L82.6424,57.5397117 L82.6424,53.6897117 L86.7814,53.6897117 C87.0574,53.6897117 87.2814,53.4657117 87.2814,53.1897117 C87.2814,52.9127117 87.0574,52.6897117 86.7814,52.6897117 L82.6424,52.6897117 L82.6424,48.8387117 L86.7814,48.8387117 C87.0574,48.8387117 87.2814,48.6147117 87.2814,48.3387117 C87.2814,48.0627117 87.0574,47.8387117 86.7814,47.8387117 L82.6424,47.8387117 L82.6424,43.9887117 L86.7814,43.9887117 C87.0574,43.9887117 87.2814,43.7657117 87.2814,43.4887117 C87.2814,43.2127117 87.0574,42.9887117 86.7814,42.9887117 L82.6424,42.9887117 L82.6424,39.1387117 L90.0924,39.1387117 C90.3684,39.1387117 90.5924,38.9147117 90.5924,38.6387117 C90.5924,38.3617117 90.3684,38.1387117 90.0924,38.1387117 L82.6424,38.1387117 L82.6424,34.1247117 L86.7814,34.1247117 C87.0574,34.1247117 87.2814,33.9007117 87.2814,33.6247117 C87.2814,33.3487117 87.0574,33.1247117 86.7814,33.1247117 L82.6424,33.1247117 L82.6424,17.9247117 L95.2504,17.9247117 L95.2504,99.7127117 Z M95.7504,16.9247117 L82.1424,16.9247117 C81.8654,16.9247117 81.6424,17.1487117 81.6424,17.4247117 L81.6424,100.212712 C81.6424,100.488712 81.8654,100.712712 82.1424,100.712712 L95.7504,100.712712 C96.0264,100.712712 96.2504,100.488712 96.2504,100.212712 L96.2504,17.4247117 C96.2504,17.1487117 96.0264,16.9247117 95.7504,16.9247117 L95.7504,16.9247117 Z" class="sapIllus_Layering1"/>
|
|
13
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M131,145.5 C131,147.985 108.391,150 80.5,150 C52.61,150 30,147.985 30,145.5 C30,143.015 52.61,141 80.5,141 C108.391,141 131,143.015 131,145.5" class="sapIllus_BackgroundColor"/>
|
|
14
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M127.0833,37.9891 L125.9973,37.9891 L125.9973,118.4891 C125.9973,120.004742 124.4293,121.578912 122.4993,121.578912 L41.0563,121.578912 L41.0563,124.1311 C41.0563,126.2611 42.7823,127.9891 44.9113,127.9891 L127.1373,127.9891 C129.2693,127.9891 130.9973,126.2601 130.9973,124.1291 L130.9973,41.8491 C130.9973,39.7181 129.2693,37.9891 127.1373,37.9891 L127.0833,37.9891 Z" class="sapIllus_PatternShadow"/>
|
|
15
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoFlows">
|
|
2
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M122.7803,125.5 L38.2193,125.5 C36.7173,125.5 35.5003,124.282 35.5003,122.78 L35.5003,38.22 C35.5003,36.718 36.7173,35.5 38.2193,35.5 L122.7803,35.5 C124.2823,35.5 125.5003,36.718 125.5003,38.22 L125.5003,122.78 C125.5003,124.282 124.2823,125.5 122.7803,125.5" class="sapIllus_ObjectFillColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.738 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.738 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
|
|
4
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.789 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
|
|
5
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M38.5,36 C37.122,36 36,37.121 36,38.5 L36,122.5 C36,123.878 37.122,125 38.5,125 L122.5,125 C123.878,125 125,123.878 125,122.5 L125,38.5 C125,37.121 123.878,36 122.5,36 L38.5,36 Z M122.5,126 L38.5,126 C36.57,126 35,124.43 35,122.5 L35,38.5 C35,36.57 36.57,35 38.5,35 L122.5,35 C124.43,35 126,36.57 126,38.5 L126,122.5 C126,124.43 124.43,126 122.5,126 L122.5,126 Z" class="sapIllus_StrokeDetailColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.121 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.121 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M88.4444,77.9092 L77.1224,77.9092 L77.1224,71.5282 C77.1224,71.0042 76.6964,70.5792 76.1724,70.5792 L51.9694,70.5792 C51.4444,70.5792 51.0194,71.0042 51.0194,71.5282 L51.0194,85.2902 C51.0194,85.8142 51.4444,86.2402 51.9694,86.2402 L63.5704,86.2402 L63.5704,95.9772 L51.9694,95.9772 C51.4444,95.9772 51.0194,96.4032 51.0194,96.9282 L51.0194,110.6892 C51.0194,111.2142 51.4444,111.6392 51.9694,111.6392 L76.1724,111.6392 C76.6964,111.6392 77.1224,111.2142 77.1224,110.6892 L77.1224,96.9282 C77.1224,96.4032 76.6964,95.9772 76.1724,95.9772 L64.5704,95.9772 L64.5704,86.2402 L76.1724,86.2402 C76.6964,86.2402 77.1224,85.8142 77.1224,85.2902 L77.1224,78.9092 L88.4444,78.9092 L88.4444,77.9092 Z" class="sapIllus_BackgroundColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_AccentColor)" d="M100.3389,67.0166 C99.7489,67.0166 99.1589,67.2416 98.7109,67.6896 L89.6179,76.7826 C89.1839,77.2166 88.9439,77.7946 88.9439,78.4106 C88.9439,79.0246 89.1839,79.6026 89.6179,80.0376 L98.7109,89.1296 C99.6069,90.0256 101.0679,90.0276 101.9659,89.1296 L111.0589,80.0376 C111.9559,79.1396 111.9559,77.6796 111.0589,76.7826 L101.9659,67.6896 C101.5179,67.2416 100.9279,67.0166 100.3389,67.0166 M100.3389,90.8036 C99.4559,90.8036 98.6269,90.4596 98.0039,89.8366 L88.9109,80.7446 C88.2879,80.1206 87.9439,79.2916 87.9439,78.4106 C87.9439,77.5276 88.2879,76.6986 88.9109,76.0756 L98.0039,66.9826 C99.2499,65.7376 101.4259,65.7356 102.6729,66.9826 L111.7659,76.0756 C112.3889,76.6986 112.7329,77.5276 112.7329,78.4106 C112.7329,79.2916 112.3889,80.1206 111.7659,80.7446 L102.6729,89.8366 C102.0499,90.4596 101.2209,90.8036 100.3389,90.8036" class="sapIllus_AccentColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M127.1388,42.0002 L127.0858,42.0002 L125.9998,42.0002 L125.9998,122.5002 C125.9998,124.4302 124.4298,126.0002 122.4998,126.0002 L41.0568,126.0002 L41.0578,128.1422 C41.0578,130.2722 42.7848,132.0002 44.9138,132.0002 L127.1388,132.0002 C129.2718,132.0002 130.9998,130.2712 130.9998,128.1392 L130.9998,45.8602 C130.9998,43.7292 129.2718,42.0002 127.1388,42.0002" class="sapIllus_PatternShadow"/>
|
|
10
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M131,146.5 C131,148.985 108.391,151 80.5,151 C52.609,151 30,148.985 30,146.5 C30,144.015 52.609,142 80.5,142 C108.391,142 131,144.015 131,146.5" class="sapIllus_BackgroundColor"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-NoUsers">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M145.787189,55.4620348 C140.131189,47.0210348 127.565189,34.8970348 115.188189,32.3200348 C93.1781891,27.7400348 65.3081891,17.1680348 43.2771891,24.5380348 C22.7071891,31.4190348 7.23418913,53.1530348 6.08818913,76.6310348 C4.00318913,119.336035 39.2381891,145.277035 74.7251891,147.961035 C91.1371891,149.202035 108.016189,146.805035 122.330189,138.461035 C151.501189,121.457035 162.755189,80.7850348 145.787189,55.4620348" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M137.5808,83.8248154 C137.5808,107.454815 122.8258,127.713815 101.8368,136.262815 L57.2448,136.262815 C36.2558,127.713815 21.4998,107.454815 21.4998,83.8248154 C21.4998,65.3168154 30.5528,48.8778154 44.5618,38.5118154 L114.9598,38.8418154 C128.7188,49.2228154 137.5808,65.5128154 137.5808,83.8248154" class="sapIllus_ObjectFillColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_Layering2)" d="M107.861,129.291615 C105.444,130.760615 102.902,132.043615 100.251,133.123615 L58.832,133.123615 C55.885,131.919615 53.071,130.473615 50.412,128.793615 C50.506,128.661615 50.614,128.529615 50.731,128.412615 C51.229,127.915615 51.921,127.604615 52.682,127.604615 L105.319,127.604615 C106.462,127.604615 107.441,128.296615 107.861,129.291615" class="sapIllus_Layering2"/>
|
|
5
|
+
<polygon fill="var(--sapIllus_BrandColorSecondary)" points="80.062 127.605 104.239 127.605 104.239 100.933 80.062 100.933" class="sapIllus_BrandColorSecondary"/>
|
|
6
|
+
<polygon fill="var(--sapIllus_BrandColorSecondary)" points="108.769 87.426 108.769 100.929 75.531 100.929 75.531 87.426 80.593 87.426 80.593 90.788 85.154 90.788 85.154 87.426 89.865 87.426 89.865 90.788 94.435 90.788 94.435 87.426 99.147 87.426 99.147 90.788 103.708 90.788 103.708 87.426" class="sapIllus_BrandColorSecondary"/>
|
|
7
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M92.1784,112.295515 C88.9004,112.295515 86.2414,114.953515 86.2414,118.232515 L86.2414,127.605515 L98.1154,127.605515 L98.1154,118.232515 C98.1154,114.953515 95.4564,112.295515 92.1784,112.295515" class="sapIllus_StrokeDetailColor"/>
|
|
8
|
+
<polygon fill="var(--sapIllus_StrokeDetailColor)" points="80.062 100.929 104.239 100.929 104.239 102.185 82.149 102.185" class="sapIllus_StrokeDetailColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M44.6926,113.879515 C44.5466,113.879515 44.4016,113.816515 44.3026,113.692515 C37.5426,105.307515 33.8186,94.7445154 33.8186,83.9515154 C33.8186,79.8925154 34.3326,75.8595154 35.3466,71.9675154 C35.4166,71.6995154 35.6896,71.5325154 35.9566,71.6095154 C36.2236,71.6795154 36.3836,71.9515154 36.3146,72.2195154 C35.3216,76.0295154 34.8186,79.9775154 34.8186,83.9515154 C34.8186,94.5175154 38.4636,104.857515 45.0816,113.066515 C45.2546,113.280515 45.2206,113.595515 45.0056,113.769515 C44.9136,113.843515 44.8026,113.879515 44.6926,113.879515" class="sapIllus_StrokeDetailColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M54.9987 92.6627154C54.9987 94.6367154 53.3987 96.2357154 51.4257 96.2357154 49.4527 96.2357154 47.8527 94.6367154 47.8527 92.6627154 47.8527 90.6897154 49.4527 89.0907154 51.4257 89.0907154 53.3987 89.0907154 54.9987 90.6897154 54.9987 92.6627154M60.9172 101.794615C60.9172 103.056615 59.8942 104.079615 58.6322 104.079615 57.3702 104.079615 56.3472 103.056615 56.3472 101.794615 56.3472 100.532615 57.3702 99.5096154 58.6322 99.5096154 59.8942 99.5096154 60.9172 100.532615 60.9172 101.794615M58.1823 72.5309154C58.1823 73.5439154 57.3613 74.3659154 56.3473 74.3659154 55.3343 74.3659154 54.5123 73.5439154 54.5123 72.5309154 54.5123 71.5169154 55.3343 70.6959154 56.3473 70.6959154 57.3613 70.6959154 58.1823 71.5169154 58.1823 72.5309154" class="sapIllus_BackgroundColor"/>
|
|
11
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M101.739,135.763315 L57.343,135.763315 C35.87,126.975315 22,106.598315 22,83.8253154 C22,66.0863154 30.281,49.7623154 44.726,39.0123154 L114.791,39.3403154 C128.959,50.0933154 137.081,66.2973154 137.081,83.8253154 C137.081,106.599315 123.212,126.975315 101.739,135.763315 M138.081,83.8253154 C138.081,65.9263154 129.763,49.3853154 115.26,38.4423154 C115.175,38.3773154 115.07,38.3423154 114.962,38.3413154 L44.565,38.0113154 C44.461,37.9713154 44.352,38.0453154 44.265,38.1093154 C29.48,49.0493154 21,65.7113154 21,83.8253154 C21,106.242315 34.2,126.373315 54.831,135.763315 L44.692,135.763315 C44.416,135.763315 44.192,135.987315 44.192,136.263315 C44.192,136.539315 44.416,136.763315 44.692,136.763315 L57.245,136.763315 L101.837,136.763315 L115.66,136.763315 C115.936,136.763315 116.16,136.539315 116.16,136.263315 C116.16,135.987315 115.936,135.763315 115.66,135.763315 L104.251,135.763315 C124.881,126.373315 138.081,106.242315 138.081,83.8253154" class="sapIllus_StrokeDetailColor"/>
|
|
12
|
+
<path fill="var(--sapIllus_AccentColor)" d="M75.7956,115.577815 C73.7806,117.970815 77.0866,124.053815 74.8256,127.503815 C72.1036,121.263815 76.1026,113.714815 74.6226,108.525815 C73.9866,106.673815 71.2156,107.462815 71.9786,109.419815 C73.5126,113.356815 71.1616,119.733815 72.5156,124.676815 C71.5226,122.485815 70.9316,120.545815 71.1126,118.295815 C71.3336,116.972815 69.2596,116.707815 68.8626,118.647815 C68.3266,122.221815 70.6566,125.426815 73.0346,127.604815 L73.9496,127.604815 L74.7686,127.604815 L74.8646,127.604815 L75.8616,127.604815 C78.2656,124.742815 77.0926,119.345815 77.7466,117.184815 C78.5926,115.119815 76.8886,114.585815 75.7956,115.577815" class="sapIllus_AccentColor"/>
|
|
13
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M133.4177,84.4186154 C133.4177,106.365615 119.7077,125.184615 100.2147,133.124615 L58.7967,133.124615 C44.6007,127.343615 33.4797,115.790615 28.4887,101.468615 C38.7247,113.399615 53.9097,120.950615 70.8647,120.950615 C101.7097,120.950615 126.6997,95.9506154 126.6997,65.1156154 C126.6997,63.0206154 126.5837,60.9456154 126.3527,58.9136154 L126.6997,58.9136154 C130.9757,66.4746154 133.4177,75.1736154 133.4177,84.4186154" class="sapIllus_PatternShadow"/>
|
|
14
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M100.1491,132.622715 L58.9311,132.622715 C39.0051,124.463715 26.1351,105.553715 26.1351,84.4207154 C26.1351,75.8387154 28.3061,67.3397154 32.4161,59.8217154 L40.4361,59.7877154 C39.9581,60.5927154 39.4991,61.4077154 39.0701,62.2387154 C38.9441,62.4847154 39.0401,62.7857154 39.2861,62.9127154 C39.3591,62.9507154 39.4371,62.9687154 39.5141,62.9687154 C39.6951,62.9687154 39.8701,62.8697154 39.9591,62.6977154 C40.4711,61.7047154 41.0341,60.7377154 41.6191,59.7827154 L126.4421,59.4177154 C130.6981,67.0407154 132.9461,75.6797154 132.9461,84.4207154 C132.9461,105.554715 120.0761,124.463715 100.1491,132.622715 M127.1701,58.6707154 C127.0801,58.5127154 126.8721,58.3997154 126.7321,58.4167154 L42.2481,58.7787154 C45.1311,54.3317154 48.7771,50.3507154 52.9781,47.1207154 C53.1971,46.9527154 53.2381,46.6387154 53.0701,46.4197154 C52.9011,46.2007154 52.5881,46.1617154 52.3691,46.3277154 C47.9071,49.7577154 44.0611,54.0207154 41.0651,58.7847154 L32.1181,58.8227154 C31.9371,58.8237154 31.7701,58.9227154 31.6821,59.0807154 C27.3991,66.8097154 25.1351,75.5717154 25.1351,84.4207154 C25.1351,105.994715 38.2891,125.292715 58.6451,133.585715 C58.7041,133.609715 58.7691,133.622715 58.8331,133.622715 L100.2481,133.622715 C100.3121,133.622715 100.3771,133.609715 100.4361,133.585715 C120.7931,125.293715 133.9461,105.994715 133.9461,84.4207154 C133.9461,75.4097154 131.6021,66.5057154 127.1701,58.6707154" class="sapIllus_StrokeDetailColor"/>
|
|
15
|
+
</svg>`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Radar">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M120.217689,114.182 C120.272689,109.633 124.133689,106.414 129.327689,106.306 C145.452689,105.969 158.477689,92.841 156.864689,77.01 C155.461689,63.232 142.859689,53.018 128.481689,53.017 C105.123689,53.0155 66.9076889,53.0155 43.5496889,53.017 C29.1716889,53.018 16.5696889,63.232 15.1656889,77.01 C13.5536889,92.841 26.5746889,106.306 42.7026889,106.306 L42.7876889,106.306 C46.0606889,106.306 48.7286889,108.883 48.7186889,112.034 L48.7186889,112.098 L48.7186889,112.162 C48.7286889,115.313 46.0606889,117.89 42.7876889,117.89 L19.1636889,117.89 C11.7846889,117.89 5.0186889,122.585 3.4006889,129.517 C1.1226889,139.275 8.8736889,148.01 18.6406889,148.01 L34.3586889,148.01 L104.672689,148.01 L114.341689,148.01 C121.948689,148.01 128.853689,143.012 130.252689,135.812 C131.566689,129.051 127.281689,123.968 122.557689,119.855 C121.207689,118.68 120.189689,116.573 120.217689,114.182" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_Layering1)" d="M28.7537889 35.3343C28.4607889 35.3393 28.2197889 35.1053 28.2147889 34.8133L28.2147889 34.8123 28.2147889 31.5493C28.2257889 31.2513 28.4757889 31.0193 28.7737889 31.0283 29.0567889 31.0383 29.2837889 31.2663 29.2937889 31.5493L29.2937889 34.8123C29.2887889 35.1053 29.0477889 35.3383 28.7547889 35.3343L28.7537889 35.3343zM28.7537889 23.4916C28.4607889 23.4956 28.2197889 23.2626 28.2147889 22.9696L28.2147889 19.7016C28.2237889 19.4036 28.4717889 19.1696 28.7697889 19.1776 29.0557889 19.1846 29.2847889 19.4156 29.2927889 19.7016L29.2927889 22.9696C29.2887889 23.2626 29.0477889 23.4956 28.7547889 23.4916L28.7537889 23.4916zM24.4646889 27.7923L21.1996889 27.7923C20.9026889 27.7923 20.6616889 27.5513 20.6616889 27.2543 20.6616889 26.9563 20.9026889 26.7153 21.1996889 26.7153L24.4646889 26.7153C24.7616889 26.7153 25.0026889 26.9563 25.0026889 27.2543 25.0026889 27.5513 24.7616889 27.7923 24.4646889 27.7923M36.3123889 27.7943L33.0523889 27.7943C32.7553889 27.7843 32.5223889 27.5363 32.5323889 27.2393 32.5413889 26.9553 32.7683889 26.7283 33.0523889 26.7193L36.3123889 26.7193C36.6093889 26.7283 36.8423889 26.9773 36.8333889 27.2733 36.8243889 27.5573 36.5963889 27.7843 36.3123889 27.7943M143.499889 91.013C143.227889 91.018 143.003889 90.801 142.998889 90.529L142.998889 87.499C143.008889 87.223 143.239889 87.006 143.516889 87.016 143.779889 87.025 143.990889 87.237 143.999889 87.499L143.999889 90.529C143.995889 90.8 143.770889 91.017 143.499889 91.013M143.499889 80.0179C143.227889 80.0229 143.003889 79.8059 142.998889 79.5339L142.998889 76.4989C143.006889 76.2229 143.236889 76.0049 143.513889 76.0129 143.778889 76.0209 143.991889 76.2339 143.999889 76.4989L143.999889 79.5339C143.995889 79.8049 143.770889 80.0229 143.499889 80.0179M139.516489 84.0121L136.486489 84.0121C136.210489 84.0121 135.986489 83.7871 135.986489 83.5121 135.986489 83.2361 136.210489 83.0121 136.486489 83.0121L139.516489 83.0121C139.792489 83.0121 140.016489 83.2361 140.016489 83.5121 140.016489 83.7871 139.792489 84.0121 139.516489 84.0121M150.516489 84.013L147.489489 84.013C147.213489 84.004 146.997489 83.774 147.006489 83.498 147.014489 83.235 147.226489 83.023 147.489489 83.015L150.516489 83.015C150.791489 83.024 151.008489 83.254 150.999489 83.53 150.991489 83.793 150.780489 84.004 150.516489 84.013" class="sapIllus_Layering1"/>
|
|
4
|
+
<path fill="var(--sapIllus_AccentColor)" d="M142.118989 23.182C137.219989 21.368 134.821989 16.903 132.960989 12.349 132.873989 12.138 132.668989 12 132.439989 12 132.219989 12.021 132.022989 12.151 131.916989 12.345 129.496989 18.141 126.321989 20.647 121.756989 23.808 121.504989 23.982 121.439989 24.328 121.613989 24.579 121.685989 24.684 121.791989 24.76 121.913989 24.796 125.755989 25.967 131.521989 33.178 131.554989 36.853 131.557989 37.131 131.765989 37.365 132.042989 37.4 132.069989 37.404 132.096989 37.405 132.123989 37.405 132.371989 37.404 132.590989 37.239 132.660989 37 133.597989 33.748 136.618989 26.963 141.357989 24.565 141.608989 24.437 141.864989 24.323 142.125989 24.222 142.412989 24.114 142.556989 23.793 142.448989 23.507 142.391989 23.356 142.270989 23.237 142.118989 23.182M26.6463889 109.9017C23.1633889 108.6117 21.4593889 105.4377 20.1363889 102.2007 20.0743889 102.0507 19.9273889 101.9527 19.7653889 101.9527 19.6093889 101.9677 19.4693889 102.0597 19.3943889 102.1977 17.6723889 106.3187 15.4173889 108.0997 12.1703889 110.3467 11.9913889 110.4707 11.9463889 110.7157 12.0693889 110.8947 12.1213889 110.9697 12.1963889 111.0237 12.2823889 111.0497 15.0133889 111.8817 19.1133889 117.0077 19.1363889 119.6207 19.1393889 119.8187 19.2873889 119.9847 19.4833889 120.0087 19.5023889 120.0117 19.5213889 120.0127 19.5413889 120.0127 19.7173889 120.0117 19.8733889 119.8947 19.9223889 119.7257 20.5873889 117.4137 22.7363889 112.5897 26.1053889 110.8847 26.2843889 110.7947 26.4653889 110.7137 26.6513889 110.6407 26.8553889 110.5637 26.9583889 110.3377 26.8813889 110.1327 26.8403889 110.0257 26.7543889 109.9407 26.6463889 109.9017" class="sapIllus_AccentColor"/>
|
|
5
|
+
<polygon fill="var(--sapIllus_Layering2)" points="67.469 144.534 51.771 144.534 59.987 78.584 60.417 79.748" class="sapIllus_Layering2"/>
|
|
6
|
+
<path fill="var(--sapIllus_Layering1)" d="M104.747889,146.8636 L37.1918889,146.8636 L37.1918889,146.2806 C37.1918889,144.3346 38.7838889,142.7426 40.7298889,142.7426 L101.209889,142.7426 C103.155889,142.7426 104.747889,144.3346 104.747889,146.2806 L104.747889,146.8636 Z" class="sapIllus_Layering1"/>
|
|
7
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M108.705989 147.9056L34.5559889 147.9056C34.2789889 147.9056 34.0559889 147.6816 34.0559889 147.4056 34.0559889 147.1306 34.2789889 146.9056 34.5559889 146.9056L108.705989 146.9056C108.981989 146.9056 109.205989 147.1306 109.205989 147.4056 109.205989 147.6816 108.981989 147.9056 108.705989 147.9056M135.198089 147.9056L112.650089 147.9056C112.375089 147.9056 112.150089 147.6806 112.150089 147.4056 112.150089 147.1316 112.375089 146.9056 112.650089 146.9056L135.198089 146.9056C135.472089 146.9056 135.698089 147.1316 135.698089 147.4056 135.698089 147.6806 135.472089 147.9056 135.198089 147.9056M29.2322889 147.9056L18.4592889 147.9056C18.1832889 147.9056 17.9592889 147.6806 17.9592889 147.4056 17.9592889 147.1316 18.1832889 146.9056 18.4592889 146.9056L29.2322889 146.9056C29.5072889 146.9056 29.7322889 147.1316 29.7322889 147.4056 29.7322889 147.6806 29.5072889 147.9056 29.2322889 147.9056" class="sapIllus_StrokeDetailColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M105.443289,49.7816 C107.318289,47.9066 110.357289,47.9066 112.231289,49.7816 C114.106289,51.6556 114.106289,54.6946 112.231289,56.5696 C110.357289,58.4436 107.318289,58.4436 105.443289,56.5696 C103.569289,54.6946 103.569289,51.6556 105.443289,49.7816" class="sapIllus_BrandColorSecondary"/>
|
|
9
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M57.7215889,104.2914 C79.7355889,126.3064 115.359589,126.3994 137.499589,104.5914 L57.4215889,24.5134 C35.6135889,46.6534 35.7065889,82.2774 57.7215889,104.2914" class="sapIllus_ObjectFillColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M58.0750889,103.9379 C36.4750889,82.3389 36.2260889,47.1349 57.4260889,25.2239 L136.789089,104.5869 C114.877089,125.7859 79.6750889,125.5369 58.0750889,103.9379 M137.853089,104.2379 L98.2490889,64.6329 L104.751089,58.1309 C104.990089,57.8909 104.990089,57.5019 104.751089,57.2629 C104.511089,57.0239 104.122089,57.0239 103.883089,57.2629 L97.3810889,63.7649 L57.7750889,24.1599 C57.6800889,24.0649 57.5340889,24.0379 57.4200889,24.0129 C57.2870889,24.0139 57.1590889,24.0669 57.0650889,24.1629 C35.1260889,46.4359 35.2620889,82.5399 57.3680889,104.6449 C68.4750889,115.7529 83.1170889,121.3139 97.7630889,121.3139 C112.264089,121.3129 126.769089,115.8619 137.850089,104.9479 C137.946089,104.8539 137.999089,104.7259 138.000103,104.5929 C138.001089,104.4589 137.948089,104.3319 137.853089,104.2379" class="sapIllus_StrokeDetailColor"/>
|
|
11
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M61.9676889,100.0453 C80.2386889,118.3163 108.937689,120.9983 127.313689,102.8983 L59.1146889,34.6993 C41.0146889,53.0753 43.6966889,81.7743 61.9676889,100.0453" class="sapIllus_BrandColorSecondary"/>
|
|
12
|
+
<path fill="var(--sapIllus_PatternHighlight)" d="M90.5072153,128.867282 C92.4242153,115.739282 93.2112153,105.555282 111.587215,87.4532822 L87.6542153,63.5212822 C69.5542153,81.8972822 72.2362153,110.596282 90.5072153,128.867282" class="sapIllus_PatternHighlight" transform="scale(1 -1) rotate(88 193.087 0)"/>
|
|
13
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M65.0887889,111.7494 C65.0887889,115.2404 64.9997889,117.5134 61.5287889,118.0714 C57.6837889,118.6904 53.3117889,115.2404 53.3117889,111.7494 C53.3117889,108.2574 56.4697889,105.4264 60.3647889,105.4264 C64.2607889,105.4264 65.0887889,108.2574 65.0887889,111.7494" class="sapIllus_StrokeDetailColor"/>
|
|
14
|
+
<path fill="var(--sapIllus_Layering1)" d="M68.8279889,107.8021 C68.8279889,112.8301 64.7519889,116.9071 59.7239889,116.9071 C54.6939889,116.9071 50.6179889,112.8301 50.6179889,107.8021 C50.6179889,102.7741 54.6939889,98.6971 59.7239889,98.6971 C64.7519889,98.6971 68.8279889,102.7741 68.8279889,107.8021" class="sapIllus_Layering1"/>
|
|
15
|
+
</svg>`;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-RoadMap">
|
|
2
|
+
<circle cx="82.1222" cy="80.0001" r="77.8781" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M71.6919 32.5953C72.6809 31.6062 72.6809 30.0027 71.6919 29.0136C70.7028 28.0245 69.0992 28.0245 68.1102 29.0136C67.1211 30.0027 67.1211 31.6062 68.1102 32.5953C69.0992 33.5844 70.7028 33.5844 71.6919 32.5953Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M145.098 69.8025C145.632 69.268 145.632 68.4014 145.098 67.8669C144.563 67.3324 143.697 67.3324 143.162 67.8669C142.628 68.4014 142.628 69.268 143.162 69.8025C143.697 70.337 144.563 70.337 145.098 69.8025Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
5
|
+
<path d="M89.8678 22.3609C90.4338 21.7948 90.4338 20.8771 89.8678 20.311C89.3017 19.7449 88.384 19.7449 87.8179 20.311C87.2518 20.8771 87.2518 21.7948 87.8179 22.3609C88.384 22.9269 89.3017 22.9269 89.8678 22.3609Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path d="M132.016 51.5825C140.833 51.5825 147.981 44.4349 147.981 35.618C147.981 26.8011 140.833 19.6536 132.016 19.6536C123.199 19.6536 116.052 26.8011 116.052 35.618C116.052 44.4349 123.199 51.5825 132.016 51.5825Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<path d="M129.065 39.5394C129.01 39.6991 127.796 38.9981 126.636 39.5394C125.256 40.1805 125.117 42.0339 124.812 41.969C124.463 41.8967 123.972 39.2999 125.354 38.392C126.845 37.4091 129.143 39.3124 129.065 39.5394Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path d="M136.014 27.631C135.96 27.7906 134.745 27.0922 133.585 27.631C132.205 28.2745 132.066 30.1254 131.761 30.063C131.412 29.9882 130.921 27.3915 132.303 26.4835C133.794 25.5032 136.092 27.4065 136.014 27.631Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<path d="M140.744 36.8128C140.689 36.97 139.474 36.2715 138.314 36.8128C136.935 37.4539 136.795 39.3073 136.491 39.2424C136.142 39.1676 135.65 36.5709 137.032 35.6654C138.524 34.6826 140.814 36.5858 140.744 36.8128Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path d="M145.388 26.905C146.34 30.5722 145.957 34.4584 144.307 37.8689C142.656 41.2793 139.847 43.9917 136.381 45.5212C132.914 47.0507 129.017 47.2976 125.386 46.2177C121.754 45.1379 118.625 42.8017 116.558 39.6267C117.139 41.8663 118.2 43.9528 119.668 45.7417C121.135 47.5305 122.974 48.979 125.057 49.9868C127.14 50.9946 129.417 51.5376 131.73 51.5782C134.043 51.6188 136.338 51.156 138.455 50.2219C140.572 49.2879 142.46 47.9048 143.99 46.1685C145.519 44.4322 146.653 42.3843 147.312 40.1664C147.972 37.9486 148.141 35.6139 147.809 33.3241C147.477 31.0343 146.651 28.844 145.388 26.905Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.3045 10.214C92.2177 10.2065 91.1233 10.2365 90.0231 10.3035C89.5587 10.3318 89.1592 9.97821 89.131 9.51375C89.1027 9.04929 89.4563 8.64985 89.9207 8.62157C91.058 8.55233 92.1905 8.52116 93.3162 8.52902C93.7815 8.53227 94.1561 8.91211 94.1528 9.37742C94.1496 9.84272 93.7698 10.2173 93.3045 10.214ZM95.8069 9.44737C95.8436 8.9835 96.2494 8.63724 96.7133 8.67397C97.85 8.76398 98.9775 8.89593 100.094 9.07089C100.553 9.14294 100.868 9.57402 100.796 10.0337C100.724 10.4934 100.292 10.8077 99.8328 10.7356C98.76 10.5675 97.6752 10.4405 96.5803 10.3538C96.1164 10.3171 95.7701 9.91124 95.8069 9.44737ZM87.4827 9.66807C87.5405 10.1298 87.2131 10.551 86.7514 10.6088C85.6713 10.7441 84.5876 10.9137 83.5019 11.1167C83.0445 11.2022 82.6044 10.9008 82.5188 10.4434C82.4333 9.98597 82.7348 9.54584 83.1921 9.46031C84.3104 9.25121 85.4276 9.07642 86.542 8.93681C87.0037 8.87896 87.4249 9.20636 87.4827 9.66807ZM102.419 10.3547C102.528 9.90232 102.983 9.62389 103.436 9.73282C104.543 9.99951 105.637 10.3115 106.714 10.67C107.156 10.8169 107.395 11.2939 107.248 11.7354C107.101 12.177 106.624 12.4158 106.182 12.2689C105.151 11.9258 104.103 11.6268 103.041 11.3711C102.589 11.2621 102.31 10.8071 102.419 10.3547ZM80.9012 10.7947C81.0126 11.2465 80.7367 11.7031 80.285 11.8146C79.226 12.0758 78.167 12.3681 77.1094 12.6908C76.6644 12.8266 76.1935 12.5758 76.0577 12.1308C75.9219 11.6857 76.1726 11.2148 76.6177 11.079C77.7038 10.7477 78.7923 10.4472 79.8813 10.1785C80.3331 10.0671 80.7897 10.343 80.9012 10.7947ZM108.794 12.3258C108.979 11.8989 109.475 11.7031 109.902 11.8883C110.944 12.3404 111.967 12.8399 112.969 13.3877C113.378 13.6108 113.528 14.1227 113.305 14.5311C113.082 14.9394 112.57 15.0895 112.161 14.8664C111.204 14.3433 110.227 13.8662 109.231 13.4341C108.804 13.2489 108.608 12.7526 108.794 12.3258ZM74.4874 12.6553C74.6461 13.0928 74.4201 13.576 73.9827 13.7347C72.9552 14.1073 71.9309 14.5082 70.911 14.9366C70.482 15.1168 69.9882 14.9151 69.8079 14.4861C69.6277 14.0571 69.8294 13.5632 70.2584 13.383C71.3037 12.9439 72.3541 12.5329 73.4081 12.1506C73.8456 11.9919 74.3288 12.2179 74.4874 12.6553ZM68.2972 15.1644C68.4978 15.5842 68.3201 16.0872 67.9002 16.2878C66.9123 16.7599 65.9302 17.2577 64.9554 17.7807C64.5453 18.0006 64.0346 17.8466 63.8146 17.4365C63.5946 17.0265 63.7487 16.5157 64.1588 16.2958C65.1565 15.7605 66.1619 15.2509 67.1737 14.7674C67.5936 14.5668 68.0966 14.7445 68.2972 15.1644ZM114.719 15.3901C114.978 15.004 115.502 14.9014 115.888 15.161C116.825 15.7914 117.741 16.4687 118.631 17.1939C118.992 17.4877 119.047 18.0184 118.753 18.3792C118.459 18.7401 117.928 18.7944 117.568 18.5007C116.717 17.8079 115.843 17.1612 114.948 16.5594C114.562 16.2998 114.459 15.7763 114.719 15.3901ZM62.3731 18.2529C62.6115 18.6525 62.4809 19.1697 62.0812 19.4081C61.1395 19.97 60.2061 20.5554 59.2825 21.1639C58.8939 21.4199 58.3714 21.3124 58.1154 20.9238C57.8594 20.5352 57.9669 20.0127 58.3555 19.7567C59.2999 19.1345 60.2545 18.5357 61.2179 17.961C61.6175 17.7226 62.1347 17.8533 62.3731 18.2529ZM119.987 19.4804C120.312 19.1472 120.845 19.1404 121.179 19.4652C121.982 20.2487 122.761 21.0764 123.514 21.9491C123.818 22.3014 123.779 22.8335 123.427 23.1375C123.075 23.4415 122.543 23.4023 122.239 23.05C121.517 22.2136 120.771 21.4212 120.002 20.6718C119.669 20.3469 119.662 19.8135 119.987 19.4804ZM56.7527 21.8654C57.0255 22.2423 56.9411 22.7691 56.5641 23.0419C55.6756 23.685 54.7978 24.3498 53.9321 25.0357C53.5673 25.3247 53.0374 25.2633 52.7485 24.8986C52.4595 24.5339 52.5209 24.0039 52.8856 23.715C53.7705 23.0139 54.6678 22.3343 55.5761 21.6769C55.9531 21.404 56.4798 21.4884 56.7527 21.8654ZM124.454 24.433C124.83 24.1588 125.357 24.2413 125.631 24.6172C125.966 25.0765 126.295 25.5462 126.617 26.0264C126.876 26.4128 126.773 26.9362 126.387 27.1954C126 27.4546 125.477 27.3514 125.218 26.965C124.908 26.5031 124.592 26.0515 124.27 25.6103C123.996 25.2343 124.078 24.7073 124.454 24.433ZM51.4741 25.9539C51.7786 26.3058 51.7402 26.8379 51.3883 27.1424C50.558 27.8608 49.7406 28.5993 48.9376 29.3573C48.5992 29.6767 48.0659 29.6613 47.7465 29.3229C47.4271 28.9845 47.4426 28.4513 47.7809 28.1319C48.6017 27.3572 49.4371 26.6024 50.2857 25.8681C50.6376 25.5636 51.1697 25.602 51.4741 25.9539ZM46.5674 30.485C46.9012 30.8092 46.9088 31.3426 46.5846 31.6764C45.8189 32.4644 45.0684 33.271 44.3343 34.0955C44.0249 34.443 43.4923 34.4739 43.1448 34.1645C42.7973 33.855 42.7664 33.3225 43.0758 32.9749C43.8263 32.1321 44.5934 31.3076 45.376 30.5021C45.7003 30.1684 46.2337 30.1607 46.5674 30.485ZM42.0708 35.4252C42.4315 35.7191 42.4857 36.2498 42.1918 36.6106C41.4977 37.4627 40.8208 38.3318 40.1623 39.2176C39.8847 39.591 39.3569 39.6687 38.9835 39.3911C38.6101 39.1135 38.5324 38.5857 38.81 38.2123C39.4835 37.3064 40.1757 36.4175 40.8854 35.5463C41.1793 35.1855 41.71 35.1313 42.0708 35.4252ZM38.026 40.7409C38.4115 41.0015 38.5128 41.5252 38.2522 41.9107C37.6372 42.8204 37.0414 43.7459 36.466 44.6865C36.2231 45.0834 35.7045 45.2083 35.3076 44.9655C34.9106 44.7227 34.7857 44.204 35.0286 43.8071C35.6174 42.8445 36.227 41.8977 36.8562 40.967C37.1168 40.5815 37.6405 40.4803 38.026 40.7409ZM34.4766 46.3965C34.8843 46.6208 35.0329 47.1331 34.8086 47.5408C34.5433 48.0231 34.2833 48.509 34.0286 48.9985C33.8139 49.4113 33.3052 49.5719 32.8924 49.3572C32.4796 49.1424 32.319 48.6337 32.5337 48.2209C32.7944 47.7197 33.0606 47.2223 33.3323 46.7286C33.5566 46.3209 34.0689 46.1722 34.4766 46.3965Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path d="M30.0741 85.4815C42.0754 85.4815 51.8044 75.246 51.8044 62.6199C51.8044 49.9938 42.0754 39.7583 30.0741 39.7583C18.0728 39.7583 8.34375 49.9938 8.34375 62.6199C8.34375 75.246 18.0728 85.4815 30.0741 85.4815Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M26.5794 62.5654H25.2132C25.0258 62.5654 24.8462 62.6437 24.7137 62.7831C24.5812 62.9225 24.5068 63.1115 24.5068 63.3085C24.5068 63.5056 24.5812 63.6947 24.7137 63.834C24.8462 63.9734 25.0258 64.0517 25.2132 64.0517H26.5794C26.7668 64.0517 26.9464 63.9734 27.0789 63.834C27.2114 63.6947 27.2858 63.5056 27.2858 63.3085C27.2858 63.1115 27.2114 62.9225 27.0789 62.7831C26.9464 62.6437 26.7668 62.5654 26.5794 62.5654Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
14
|
+
<path d="M43.5654 52.3255C43.5654 52.423 43.5837 52.5195 43.6192 52.6096C43.6547 52.6997 43.7068 52.7815 43.7724 52.8504C43.838 52.9193 43.9159 52.9739 44.0016 53.0111C44.0873 53.0483 44.1791 53.0673 44.2718 53.0671H49.8202C49.5988 52.5621 49.3607 52.0672 49.1056 51.5823H44.2786C44.1852 51.5812 44.0926 51.5996 44.006 51.6364C43.9194 51.6733 43.8407 51.7278 43.7743 51.797C43.708 51.8661 43.6553 51.9485 43.6195 52.0392C43.5836 52.1299 43.5652 52.2272 43.5654 52.3255Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<path d="M39.5579 53.0697H40.9242C41.1115 53.0697 41.2912 52.9914 41.4236 52.8521C41.5561 52.7127 41.6305 52.5237 41.6305 52.3266C41.6305 52.1295 41.5561 51.9405 41.4236 51.8012C41.2912 51.6618 41.1115 51.5835 40.9242 51.5835H39.5579C39.3706 51.5835 39.1909 51.6618 39.0584 51.8012C38.926 51.9405 38.8516 52.1295 38.8516 52.3266C38.8516 52.5237 38.926 52.7127 39.0584 52.8521C39.1909 52.9914 39.3706 53.0697 39.5579 53.0697Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
16
|
+
<path d="M44.1171 70.925C43.9584 71.2391 43.7274 71.5064 43.4454 71.7025C43.1633 71.8986 42.839 72.0172 42.5022 72.0476L41.1359 72.1727C40.9702 72.1695 40.8086 72.2264 40.678 72.3336C40.5474 72.4409 40.4559 72.5921 40.4186 72.762C40.3968 72.8702 40.3983 72.9823 40.423 73.0898C40.4476 73.1974 40.4948 73.2979 40.561 73.3838C40.6273 73.4698 40.7109 73.5391 40.8059 73.5867C40.9009 73.6343 41.0048 73.6589 41.1099 73.6589H49.1148C49.7117 72.517 50.2145 71.3235 50.6177 70.0913H45.4369C45.1691 70.107 44.9089 70.1911 44.6789 70.3364C44.449 70.4816 44.2561 70.6837 44.1171 70.925Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3979 76.4936C21.3319 75.4913 27.2767 73.4905 33.4465 70.6062C41.0211 67.066 47.4288 62.8961 51.5481 59.0942C51.6373 59.7056 51.7038 60.3246 51.7475 60.9513C47.1952 64.6411 40.9896 68.4804 33.8632 71.8108C29.8648 73.68 25.9477 75.2156 22.2807 76.3945C22.2814 76.3949 22.282 76.3954 22.2827 76.3958C20.453 76.9923 18.6019 77.5119 16.7336 77.9536C16.308 78.0547 15.8878 78.1499 15.4734 78.2391C15.1165 78.3165 14.7589 78.391 14.4008 78.4628C14.1949 78.2366 13.9936 78.0071 13.7968 77.7743L13.7723 77.7441C13.5737 77.5083 13.3811 77.2688 13.1943 77.0254C13.1962 77.0251 13.198 77.0249 13.1998 77.0247C13.1989 77.0235 13.1981 77.0224 13.1972 77.0213C13.3318 77.0048 13.4675 76.9874 13.6042 76.9691C14.5396 76.8367 15.4711 76.6782 16.3979 76.4936Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3663 62.7812C22.4985 62.9203 22.5728 63.109 22.5728 63.3057C22.5731 63.5016 22.4998 63.6898 22.3687 63.829C22.2376 63.9682 22.0595 64.0473 21.8732 64.0488H13.0847H8.38416C8.35683 63.5773 8.3418 63.1015 8.3418 62.6215V62.564H8.34655H12.6748H21.8678C22.0547 62.564 22.2341 62.6421 22.3663 62.7812Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
19
|
+
<rect x="29.0117" y="68.4321" width="21.3526" height="2.51203" rx="1.25601" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1784 54.2113C12.1785 54.2104 12.1786 54.2094 12.1787 54.2085H9.85608L9.81099 54.3321C9.75087 54.4945 9.69212 54.657 9.6361 54.8208C9.63149 54.8342 9.62688 54.8474 9.62228 54.8607C9.60508 54.9102 9.58806 54.9592 9.57189 55.0091C9.53311 55.1244 9.49597 55.2423 9.45911 55.3593C9.42844 55.4566 9.39798 55.5533 9.36695 55.6473C9.35821 55.674 9.35059 55.7012 9.34302 55.7283C9.33875 55.7436 9.33449 55.7588 9.33006 55.7738C9.27404 55.9607 9.22077 56.1475 9.16885 56.3373L9.12375 56.504C9.065 56.7311 9.00762 56.9596 8.95434 57.1896L8.94613 57.2241C8.89422 57.4469 8.84779 57.6712 8.8027 57.8954L8.77398 58.0391C8.68244 58.5178 8.60321 59.0022 8.54036 59.4909L8.52398 59.6116C8.49392 59.856 8.46659 60.1018 8.44336 60.349L8.4492 60.349C8.44915 60.3495 8.44911 60.3499 8.44906 60.3504H25.9017L45.4091 60.405H51.6939C51.6018 59.3918 51.4452 58.3863 51.2253 57.3952H39.2227C38.9864 57.3952 38.7598 57.4939 38.5928 57.6696C38.4257 57.8454 38.3319 58.0838 38.3319 58.3323C38.3319 58.4556 38.3088 58.5776 38.264 58.6915C38.2191 58.8054 38.1534 58.9089 38.0706 58.996C37.9877 59.0832 37.8894 59.1523 37.7811 59.1995C37.6729 59.2467 37.5569 59.2709 37.4397 59.2709H30.0687C29.2501 59.2705 28.465 58.9281 27.8863 58.319C27.3075 57.7098 26.9824 56.8838 26.9824 56.0224V55.1485C26.9824 55.0253 26.9593 54.9033 26.9144 54.7895C26.8696 54.6758 26.8038 54.5724 26.721 54.4853C26.6381 54.3983 26.5397 54.3293 26.4315 54.2823C26.3233 54.2353 26.2073 54.2112 26.0902 54.2113H12.1784Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
21
|
+
<path d="M45.3006 56.974C45.3006 68.1704 36.6731 77.247 26.0307 77.247C18.2493 77.247 11.5452 72.3946 8.50293 65.4092C9.81053 76.7198 18.9693 85.4818 30.0732 85.4818C42.0745 85.4818 51.8036 75.2463 51.8036 62.6202C51.8036 53.1595 46.3412 45.041 38.5535 41.5649C42.6832 45.2832 45.3006 50.807 45.3006 56.974Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.5346 48.8229C58.3282 45.9654 53.0435 45.3731 45.7354 46.7789C46.1589 47.2417 46.5629 47.7209 46.9472 48.2163C51.8986 47.6083 55.3675 48.2752 56.2542 50.3724C57.1409 52.4695 55.2882 55.626 51.5433 59.0844C51.5439 59.0881 51.5444 59.0918 51.545 59.0955C47.4257 62.8971 41.0184 67.0665 33.4445 70.6065C27.2737 73.4912 21.3278 75.4922 16.3933 76.4944C15.4677 76.6787 14.5373 76.837 13.6032 76.9692C13.4661 76.9876 13.3301 77.005 13.1952 77.0215L13.1953 77.0217C8.24446 77.6281 4.77591 76.9611 3.88789 74.8612C3.00119 72.7612 4.8552 69.6061 8.60012 66.1492C8.50448 65.5024 8.43571 64.8474 8.39381 64.1843C2.4137 68.9938 -0.779249 73.5661 0.438088 76.4466C1.65508 79.3263 7.00671 79.896 14.3962 78.4602C14.3971 78.4611 14.3979 78.4621 14.3988 78.463C14.7594 78.3908 15.1195 78.3157 15.479 78.2377C15.8876 78.1497 16.3017 78.0559 16.7211 77.9563C18.5929 77.5141 20.4476 76.9936 22.2807 76.3961L22.2787 76.3947C25.9457 75.2159 29.8628 73.6803 33.8612 71.811C40.9876 68.4806 47.1931 64.6413 51.7455 60.9516C51.7453 60.9477 51.745 60.9438 51.7447 60.9399C57.6197 56.1899 60.7408 51.6729 59.5346 48.8229Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<circle cx="101.037" cy="110.599" r="39.6548" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
24
|
+
<path d="M138.838 118.333C138.704 118.085 138.082 116.988 137.08 116.9C136.29 116.83 135.631 117.34 134.756 118.446C132.418 121.393 132.328 122.132 132.973 124.059C133.071 124.374 133.273 124.648 133.545 124.834C133.823 125.011 134.147 125.1 134.475 125.09C135.67 125.122 136.923 124.269 137.22 124.061C137.421 123.923 137.608 123.766 137.779 123.592C139.439 121.894 138.985 119.099 138.838 118.333Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
25
|
+
<path d="M98.2158 105.35C97.2911 105.367 96.3684 105.443 95.4531 105.576C95.024 105.647 94.5911 105.692 94.1566 105.71C93.6001 105.655 93.054 105.522 92.5343 105.316C91.8688 105.052 91.1665 104.894 90.4526 104.846C89.7104 104.846 88.7624 105.15 88.4569 106.694C88.3684 106.997 88.3513 107.317 88.4071 107.628C88.4632 107.939 88.5902 108.233 88.7782 108.487C89.1991 108.997 89.9435 109.244 90.9843 109.244C91.5727 109.231 92.1598 109.183 92.7424 109.099C93.0155 109.058 93.2892 109.031 93.5638 109.017C93.9032 109.017 94.0684 109.16 94.4236 109.505C94.9295 110.056 95.5685 110.467 96.279 110.699L96.5053 110.777C97.6828 111.226 98.9205 111.497 100.178 111.581H100.193C100.568 111.61 100.945 111.557 101.298 111.425C101.65 111.295 101.969 111.088 102.232 110.82C102.482 110.483 102.657 110.097 102.743 109.686C102.828 109.274 102.82 108.848 102.721 108.439C102.422 106.377 100.911 105.35 98.2158 105.35Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
26
|
+
<path d="M121.348 122.215C119.913 122.222 118.489 122.462 117.13 122.925C116.663 123.099 116.174 123.208 115.677 123.247C115.352 123.244 115.036 123.141 114.772 122.95C114.25 122.515 113.858 121.943 113.641 121.297C113.152 120.209 112.546 118.851 110.473 118.851H110.021C109.151 118.854 108.29 118.683 107.487 118.35C106.685 118.017 105.958 117.527 105.348 116.909C105.05 116.592 104.69 116.341 104.289 116.172C103.889 116.003 103.457 115.921 103.022 115.929C102.346 115.957 101.675 116.074 101.029 116.276C100.55 116.426 100.055 116.518 99.5537 116.55C98.8425 116.517 98.1507 116.307 97.5399 115.941C96.9303 115.576 96.4192 115.067 96.0511 114.458C95.904 114.157 95.5058 113.37 94.7613 113.37C94.1708 113.37 93.63 113.835 92.8562 114.975C92.7385 115.172 92.6299 115.342 92.5304 115.494C92.3738 115.768 92.1896 116.025 91.9805 116.26C91.5363 115.89 91.1496 115.455 90.8333 114.97C90.5777 114.628 90.3333 114.302 90.107 113.984C88.7087 112.126 87.7222 110.752 86.6338 110.233C86.2861 110.065 85.9269 109.922 85.559 109.804C84.8373 109.578 84.3078 109.385 84.0001 108.768C83.8984 108.503 83.844 108.223 83.8394 107.939C83.7421 106.715 83.4253 105.617 80.6717 105.617C79.7485 105.617 79.1398 105.425 78.9656 105.098C78.7394 104.645 79.0584 103.738 79.9567 102.398C80.6513 101.295 81.4365 100.778 82.2194 100.778C82.8687 100.778 83.5769 101.154 84.3327 101.911C85.4799 103.056 86.618 103.636 87.7131 103.636C88.1901 103.625 88.6598 103.516 89.0934 103.317C89.5232 103.118 89.9082 102.833 90.2247 102.48C91.4443 101.283 92.0575 100.05 92.6548 97.6562C93.277 95.1627 94.3835 92.2566 97.4064 91.7375C98.0852 91.6241 98.764 91.5357 99.3953 91.4473C102.063 91.0801 104.176 90.7831 105.215 89.228C106.699 87.0043 107.426 83.3977 104.577 80.5528C103.061 78.949 100.98 78.0021 98.7776 77.9142C97.7497 77.9323 96.739 78.1818 95.8203 78.6441C94.9029 79.1057 94.1016 79.769 93.4762 80.5845C91.9511 82.4139 90.7609 83.6312 89.874 83.6312C89.3314 83.5584 88.839 83.2751 88.5028 82.8423C88.252 82.5414 88.0711 82.1883 87.9733 81.8086C87.8765 81.4281 87.8665 81.0307 87.9439 80.6457C88.0103 80.1914 88.1866 79.7602 88.4575 79.3899C88.729 79.0181 89.0871 78.7185 89.5006 78.5172C90.2736 78.2157 91.1029 78.0865 91.9307 78.1386C93.544 78.1023 95.3768 78.066 96.6009 76.0281C97.2299 74.9831 97.3793 74.0446 97.0534 73.2354C96.8608 72.8429 96.587 72.4959 96.2502 72.2176C95.9141 71.9371 95.4728 71.5601 95.0513 71.4431H94.8453C88.3352 72.3507 82.2106 75.0686 76.9496 79.0159C71.6943 82.953 67.526 88.1658 64.8375 94.163C64.7606 94.3194 62.8961 98.0915 63.5093 100.537C63.8591 101.781 64.5983 102.879 65.6181 103.67C66.639 104.463 67.886 104.909 69.1773 104.942C71.3427 104.942 72.8111 105.461 73.8497 108.052C75.0037 110.933 77.7981 112.751 79.8752 113.44C80.1603 113.533 80.4454 113.613 80.726 113.69C82.0994 114.073 83.2828 114.399 84.1471 116.566C84.4134 117.385 84.9455 118.09 85.6586 118.57C86.3767 119.046 87.2322 119.271 88.091 119.207H89.3671C89.8717 119.232 90.5618 119.275 90.7587 119.631C90.8718 119.844 91.0121 120.538 89.9215 122.435C87.514 126.642 88.1113 128.535 89.3264 130.938C90.0234 132.353 91.0435 133.583 92.3041 134.529C93.572 135.475 95.0451 136.107 96.6032 136.374C96.9359 136.402 97.2568 136.511 97.5376 136.691C97.8208 136.871 98.0543 137.119 98.2164 137.412C98.8545 138.67 98.2164 140.874 97.3815 142.52C96.986 143.293 96.5162 144.025 95.9787 144.707C95.4447 145.428 95.0238 145.983 95.0238 146.781C95.0775 147.745 95.2837 148.695 95.6347 149.594L95.7501 149.878L96.0556 149.916C97.5172 150.085 99.0668 150.257 100.538 150.254C101.217 150.254 101.871 150.238 102.525 150.234L104.357 150.138L102.658 149.166C102.622 149.148 101.819 148.688 101.819 146.806C101.819 146.221 103.002 145.596 106.319 145.596H107.647C108.236 145.551 108.784 145.278 109.175 144.834L109.444 144.501C110.648 142.993 113.546 139.459 114.802 138.625C115.358 138.27 115.97 138.01 116.612 137.859C117.697 137.619 118.69 137.068 119.467 136.272C119.852 135.903 120.16 135.46 120.373 134.971C120.586 134.48 120.698 133.951 120.703 133.416C120.704 132.778 120.885 132.154 121.223 131.614C121.673 131.017 122.247 130.525 122.904 130.172C123.767 129.655 124.805 128.995 125.323 127.581C126.041 125.67 126.124 124.466 125.484 123.555C124.844 122.644 123.558 122.215 121.348 122.215Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
27
|
+
<path d="M102.572 75.8783C103.327 76.1111 104.115 76.2168 104.905 76.1912C105.403 76.1912 105.71 76.1912 105.837 76.3226C106.016 76.5698 106.147 76.848 106.224 77.1432C106.487 77.8709 106.81 78.7686 107.711 79.2016C108.445 79.5019 109.235 79.6447 110.028 79.6209C110.743 79.6209 112.517 79.5189 113.521 78.551C115.574 76.5743 112.638 72.8398 112.509 72.6901L112.413 72.5791L112.266 72.5337C108.553 71.3704 104.513 70.9164 100.622 70.9457H99.7891L99.8886 71.5305C99.9565 71.9091 100.595 75.2436 102.572 75.8783Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
28
|
+
<path d="M135.684 102.036C136.872 99.7691 136.723 97.3073 135.268 94.9362C132.528 90.4886 125.973 87.5032 121.565 87.5032C118.816 87.5032 116.958 88.6071 116.329 90.5952C115.789 92.2088 115.655 93.9314 115.94 95.6094C116.225 97.2898 116.92 98.8736 117.963 100.22C120.452 103.566 124.828 105.815 128.862 105.815C132 105.815 134.417 104.473 135.684 102.036Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.257 79.9966C119.403 74.3414 110.617 70.9443 101.037 70.9443C79.1359 70.9443 61.3818 88.6984 61.3818 110.599C61.3818 132.5 79.1359 150.254 101.037 150.254C117.462 150.254 131.555 140.267 137.575 126.035C131.555 140.267 117.462 150.254 101.037 150.254C85.3068 150.254 71.7159 141.095 65.306 127.819C72.1601 133.474 80.9465 136.871 90.5262 136.871C112.427 136.871 130.181 119.117 130.181 97.2164C130.181 91.0459 128.772 85.2045 126.257 79.9966Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M129.487 89.7869C126.835 88.3397 123.9 87.5032 121.567 87.5032C118.818 87.5032 116.96 88.6071 116.331 90.5952C115.791 92.2088 115.657 93.9314 115.942 95.6094C116.227 97.2898 116.922 98.8736 117.965 100.22C120.454 103.566 124.83 105.815 128.864 105.815C128.994 105.815 129.122 105.813 129.249 105.808C129.86 103.042 130.182 100.167 130.182 97.2164C130.182 94.6771 129.944 92.1935 129.487 89.7869Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.311 122.216C119.889 122.227 118.477 122.466 117.13 122.925C116.663 123.1 116.174 123.208 115.677 123.247C115.352 123.245 115.036 123.141 114.772 122.95C114.25 122.515 113.858 121.943 113.641 121.297L113.639 121.292C113.15 120.205 112.542 118.852 110.473 118.852H110.021C109.151 118.854 108.29 118.684 107.487 118.351C106.685 118.017 105.958 117.527 105.348 116.909C105.05 116.592 104.69 116.341 104.289 116.172C103.889 116.004 103.457 115.921 103.022 115.93C102.346 115.958 101.675 116.074 101.029 116.276C100.55 116.426 100.055 116.518 99.5537 116.551C98.8425 116.517 98.1507 116.308 97.5399 115.941C96.9303 115.576 96.4192 115.067 96.0511 114.458C95.904 114.157 95.5058 113.37 94.7613 113.37C94.1708 113.37 93.63 113.835 92.8562 114.975C92.7385 115.172 92.6299 115.342 92.5304 115.494C92.3738 115.768 92.1896 116.025 91.9805 116.261C91.5363 115.89 91.1496 115.455 90.8333 114.971L90.798 114.923C90.5552 114.598 90.3229 114.287 90.107 113.985C90.0229 113.873 89.9402 113.763 89.8589 113.654C88.5896 111.964 87.6566 110.721 86.6338 110.233C86.2861 110.065 85.9269 109.922 85.559 109.805C84.8373 109.578 84.3078 109.385 84.0001 108.769C83.8984 108.504 83.844 108.223 83.8394 107.939C83.7421 106.715 83.4253 105.618 80.6717 105.618C79.7485 105.618 79.1398 105.425 78.9656 105.099C78.7394 104.645 79.0584 103.738 79.9567 102.399C80.6513 101.295 81.4365 100.778 82.2194 100.778C82.8687 100.778 83.5769 101.154 84.3327 101.911C85.4799 103.056 86.618 103.636 87.7131 103.636C88.1901 103.625 88.6598 103.517 89.0934 103.317C89.5232 103.118 89.9082 102.833 90.2247 102.48C91.4443 101.283 92.0575 100.05 92.6548 97.6565C93.277 95.1629 94.3835 92.2568 97.4064 91.7377C97.944 91.6479 98.4816 91.5738 98.9956 91.5029C99.1306 91.4843 99.264 91.4659 99.3953 91.4475C102.063 91.0803 104.176 90.7834 105.215 89.2283C106.699 87.0045 107.426 83.3979 104.577 80.553C103.061 78.9492 100.98 78.0023 98.7776 77.9144C97.7497 77.9326 96.739 78.182 95.8203 78.6443C94.9029 79.1059 94.1016 79.7692 93.4762 80.5848C91.9511 82.4141 90.7609 83.6314 89.874 83.6314C89.3314 83.5587 88.839 83.2754 88.5028 82.8426C88.252 82.5416 88.0711 82.1885 87.9733 81.8089C87.8765 81.4284 87.8665 81.0309 87.9439 80.646C88.0103 80.1916 88.1866 79.7605 88.4575 79.3901C88.729 79.0184 89.0871 78.7187 89.5006 78.5174C90.2736 78.216 91.1029 78.0868 91.9307 78.1388L91.9426 78.1386C93.553 78.1024 95.3798 78.0613 96.6009 76.0284C97.2299 74.9834 97.3793 74.0449 97.0534 73.2356C96.8608 72.8431 96.587 72.4962 96.2502 72.2178C96.2386 72.2081 96.2269 72.1984 96.2151 72.1885C95.8837 71.9117 95.4583 71.5563 95.0513 71.4434H94.8453C88.3352 72.3509 82.2106 75.0688 76.9496 79.0161C71.6943 82.9533 67.526 88.166 64.8375 94.1632L64.8363 94.1656C64.7437 94.3539 62.8989 98.1028 63.5093 100.538C63.8591 101.781 64.5983 102.879 65.6181 103.67C66.639 104.463 67.886 104.909 69.1773 104.942C71.3427 104.942 72.8111 105.461 73.8497 108.052C75.0037 110.933 77.7981 112.751 79.8752 113.441C80.1603 113.534 80.4454 113.613 80.726 113.69L80.7338 113.692C82.1039 114.074 83.2844 114.404 84.1471 116.567C84.4134 117.385 84.9455 118.09 85.6586 118.57C86.3767 119.047 87.2322 119.271 88.091 119.207H89.3671C89.8717 119.232 90.5618 119.275 90.7587 119.631C90.8718 119.844 91.0121 120.538 89.9215 122.435C87.514 126.643 88.1113 128.536 89.3264 130.938C90.0234 132.353 91.0435 133.583 92.3041 134.529C93.572 135.475 95.0451 136.107 96.6032 136.374C96.6462 136.378 96.6891 136.383 96.7318 136.389C106.609 134.837 115.276 129.639 121.311 122.216ZM98.9995 150.203C99.5171 150.236 100.032 150.255 100.538 150.254C100.628 150.254 100.717 150.254 100.805 150.253C100.2 150.25 99.598 150.233 98.9995 150.203ZM102.23 150.237C102.328 150.235 102.427 150.234 102.525 150.234L104.357 150.139L104.325 150.12C103.631 150.177 102.933 150.216 102.23 150.237Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
32
|
+
<path d="M98.2158 105.35C97.2911 105.368 96.3684 105.443 95.4531 105.577C95.024 105.647 94.5911 105.692 94.1566 105.71C93.6001 105.655 93.054 105.523 92.5343 105.316C91.8688 105.053 91.1665 104.894 90.4526 104.847C89.7104 104.847 88.7624 105.15 88.4569 106.694C88.3684 106.997 88.3513 107.317 88.4071 107.628C88.4632 107.939 88.5902 108.233 88.7782 108.487C89.1991 108.997 89.9435 109.244 90.9843 109.244C91.5727 109.231 92.1598 109.183 92.7424 109.099C93.0155 109.059 93.2892 109.031 93.5638 109.018C93.9032 109.018 94.0684 109.161 94.4236 109.505C94.9295 110.056 95.5685 110.468 96.279 110.7L96.5053 110.777C97.6828 111.226 98.9205 111.497 100.178 111.582H100.193C100.568 111.61 100.945 111.557 101.298 111.425C101.65 111.295 101.969 111.089 102.232 110.82C102.482 110.483 102.657 110.097 102.743 109.686C102.828 109.274 102.82 108.849 102.721 108.44C102.422 106.377 100.911 105.35 98.2158 105.35Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
33
|
+
<path d="M102.573 75.8783C103.328 76.1111 104.116 76.2168 104.906 76.1912C105.404 76.1912 105.711 76.1912 105.838 76.3226C106.017 76.5698 106.148 76.848 106.225 77.1432C106.488 77.8709 106.811 78.7686 107.712 79.2016C108.446 79.5019 109.236 79.6447 110.029 79.6209C110.744 79.6209 112.518 79.5189 113.522 78.551C115.574 76.5743 112.638 72.8398 112.51 72.6901L112.414 72.5791L112.267 72.5337C108.554 71.3704 104.514 70.9164 100.623 70.9457H99.79L99.8896 71.5305C99.9575 71.9091 100.596 75.2436 102.573 75.8783Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
34
|
+
<path d="M23.3725 107.713L23.3218 107.745C22.4586 108.343 21.8818 109.238 21.7171 110.235C21.5525 111.231 21.8134 112.248 22.4429 113.065C23.0707 113.879 24.0145 114.428 25.0696 114.591C26.1247 114.755 27.2058 114.521 28.0784 113.939C28.1038 113.924 28.1273 113.905 28.1484 113.885L47.1072 95.7685C47.18 95.6891 47.2215 95.5885 47.2244 95.4837C47.2274 95.3789 47.1918 95.2764 47.1235 95.1935C47.0553 95.1106 46.9587 95.0525 46.8501 95.0289C46.7415 95.0054 46.6276 95.0179 46.5277 95.0644L23.3725 107.713Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
35
|
+
<path d="M26.014 113.16C27.4995 113.16 28.7038 112.027 28.7038 110.63C28.7038 109.232 27.4995 108.099 26.014 108.099C24.5285 108.099 23.3242 109.232 23.3242 110.63C23.3242 112.027 24.5285 113.16 26.014 113.16Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
36
|
+
<path d="M38.8591 110.382L38.8301 110.412C38.3606 110.936 38.1309 111.614 38.1911 112.298C38.2512 112.981 38.5964 113.615 39.1513 114.059C39.7038 114.5 40.4182 114.719 41.1406 114.669C41.8631 114.62 42.536 114.305 43.0145 113.794L43.0507 113.746L52.5132 98.9254C52.555 98.8621 52.5706 98.7866 52.5571 98.7132C52.5436 98.6398 52.502 98.5736 52.4401 98.5272C52.3782 98.4807 52.3003 98.4572 52.2212 98.4611C52.1422 98.465 52.0674 98.4961 52.011 98.5484L38.8591 110.382Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
37
|
+
<path d="M41.0978 113.637C42.1086 113.637 42.928 112.866 42.928 111.915C42.928 110.964 42.1086 110.194 41.0978 110.194C40.087 110.194 39.2676 110.964 39.2676 111.915C39.2676 112.866 40.087 113.637 41.0978 113.637Z" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.4801 43.8115C52.5033 44.5866 51.8937 45.2339 51.1185 45.2571C49.5752 45.3032 48.0582 45.5331 46.5953 45.9352C45.8475 46.1408 45.0747 45.7012 44.8692 44.9534C44.6636 44.2056 45.1032 43.4327 45.851 43.2272C47.5287 42.7661 49.2674 42.5027 51.0345 42.4499C51.8097 42.4267 52.4569 43.0363 52.4801 43.8115ZM54.5943 43.9985C54.7509 43.239 55.4936 42.7502 56.2531 42.9068C57.9198 43.2505 59.5813 43.7864 61.2116 44.5233C61.9183 44.8428 62.2322 45.6746 61.9128 46.3813C61.5933 47.088 60.7615 47.4019 60.0548 47.0825C58.6119 46.4303 57.1481 45.9589 55.686 45.6574C54.9264 45.5008 54.4376 44.7581 54.5943 43.9985ZM42.9062 45.7558C43.2834 46.4335 43.0398 47.2886 42.3622 47.6657C41.0369 48.4034 39.7929 49.302 38.6582 50.3508C38.0887 50.8772 37.2003 50.8423 36.6739 50.2728C36.1475 49.7032 36.1824 48.8148 36.7519 48.2884C38.051 47.0877 39.4765 46.0577 40.9963 45.2118C41.674 44.8346 42.5291 45.0782 42.9062 45.7558ZM63.7404 47.4522C64.1954 46.8242 65.0733 46.6839 65.7014 47.1389C67.0471 48.1139 68.3489 49.2453 69.5909 50.5378C70.1282 51.097 70.1105 51.986 69.5513 52.5233C68.992 53.0606 68.1031 53.0429 67.5658 52.4837C66.4361 51.308 65.26 50.2873 64.0536 49.4132C63.4256 48.9582 63.2853 48.0803 63.7404 47.4522ZM35.2973 51.8849C35.9408 52.3177 36.1117 53.1902 35.6789 53.8337C35.2556 54.4631 34.8626 55.1242 34.5029 55.8158C34.145 56.5039 33.2971 56.7715 32.6091 56.4137C31.9211 56.0558 31.6534 55.208 32.0113 54.5199C32.4194 53.7351 32.8662 52.9835 33.3484 52.2665C33.7812 51.6229 34.6538 51.4521 35.2973 51.8849ZM70.8858 54.1595C71.5203 53.7135 72.3962 53.8664 72.8421 54.5008C73.7795 55.8344 74.6642 57.2835 75.4874 58.8511C75.8479 59.5377 75.5836 60.3867 74.897 60.7472C74.2104 61.1078 73.3615 60.8435 73.0009 60.1569C72.2316 58.6918 71.4094 57.3464 70.5445 56.1158C70.0985 55.4813 70.2513 54.6054 70.8858 54.1595ZM75.7732 62.6811C76.495 62.3974 77.3101 62.7525 77.5938 63.4743C78.1845 64.9769 78.726 66.5653 79.2131 68.2412C79.4296 68.9859 79.0013 69.765 78.2566 69.9815C77.5119 70.198 76.7327 69.7697 76.5163 69.025C76.0521 67.4281 75.538 65.9212 74.9801 64.5017C74.6963 63.7799 75.0515 62.9648 75.7732 62.6811ZM78.7665 72.0538C79.5258 71.8964 80.2691 72.3844 80.4265 73.1438C80.7528 74.7182 81.0359 76.3582 81.2723 78.0651C81.3788 78.8333 80.8423 79.5423 80.0741 79.6487C79.3059 79.7551 78.5969 79.2186 78.4905 78.4504C78.2623 76.8031 77.9897 75.2247 77.6765 73.7138C77.5191 72.9544 78.0071 72.2112 78.7665 72.0538ZM80.299 81.7404C81.0721 81.6787 81.7488 82.2553 81.8106 83.0284C81.8766 83.855 81.9325 84.6955 81.978 85.5501C82.0193 86.3245 81.4249 86.9857 80.6505 87.027C79.876 87.0682 79.2148 86.4739 79.1736 85.6994C79.1293 84.8693 79.0751 84.0535 79.011 83.252C78.9493 82.4789 79.5259 81.8022 80.299 81.7404Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
39
|
+
<path d="M93.9969 39.3298C85.9371 39.3298 81.6943 46.1451 81.6943 53.6386C81.6943 61.6513 89.6529 72.3149 93.024 76.4724C93.8454 77.4854 95.2959 77.6277 96.2821 76.7742C100.365 73.2404 110.067 63.7776 110.067 53.6386C110.067 44.6584 102.057 39.3298 93.9969 39.3298ZM96.2728 58.4794C93.3987 58.4794 91.0662 56.3107 91.0662 53.6386C91.0662 50.9665 93.3987 48.7978 96.2728 48.7978C99.1468 48.7978 101.479 50.9665 101.479 53.6386C101.479 56.3107 99.1468 58.4794 96.2728 58.4794Z" fill="var(--sapContent_Illustrative_Color16)"/>
|
|
40
|
+
<path d="M93.021 39.342C85.5274 39.342 79.4668 45.4027 79.4668 52.8962C79.4668 60.7463 87.5495 71.4831 91.2316 75.967C92.1714 77.1115 93.8705 77.1115 94.8103 75.967C98.4925 71.4831 106.575 60.7463 106.575 52.8962C106.575 45.4027 100.514 39.342 93.021 39.342ZM93.021 57.737C90.3489 57.737 88.1802 55.5683 88.1802 52.8962C88.1802 50.2241 90.3489 48.0554 93.021 48.0554C95.6931 48.0554 97.8617 50.2241 97.8617 52.8962C97.8617 55.5683 95.6931 57.737 93.021 57.737Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
41
|
+
</svg>
|
|
42
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Secrets">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M86.4169,8.4274 C95.7209,9.5424 107.6409,13.7414 114.8479,19.6794 C124.5979,27.7144 130.2389,33.6324 137.6379,43.0304 C145.3479,52.8254 148.8069,70.7454 151.3579,82.9464 C154.5999,98.4504 150.1789,115.4384 139.5399,127.1724 C129.0859,138.7004 114.9909,143.1884 100.3799,146.8004 C85.3419,150.5174 68.7539,154.1294 53.6489,148.7064 C32.2199,141.0114 19.2919,119.3384 14.1899,97.1484 C9.0769,74.9114 12.7289,51.0814 27.1349,33.3874 C41.3759,15.8934 64.0189,5.7434 86.4169,8.4274" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_AccentColor)" d="M142.263 39.4542C139.37 38.3142 137.967 35.5452 136.881 32.7232 136.816 32.5482 136.65 32.4312 136.463 32.4272L136.458 32.4272C136.273 32.4282 136.107 32.5412 136.038 32.7122 134.59 36.2202 132.438 38.0142 129.945 40.0912L129.888 40.1392C129.751 40.2542 129.691 40.4362 129.732 40.6102 129.772 40.7832 129.907 40.9172 130.081 40.9562 132.279 41.4332 135.682 45.7282 135.682 48.0252 135.68 48.2542 135.846 48.4512 136.073 48.4872 136.094 48.4902 136.116 48.4912 136.138 48.4912 136.342 48.4902 136.52 48.3532 136.575 48.1572 137.304 45.6132 139.421 41.4292 142.262 40.3252 142.503 40.2272 142.619 39.9532 142.521 39.7122 142.474 39.5952 142.381 39.5022 142.264 39.4542L142.263 39.4542zM124.0845 56.8282C122.5495 56.2012 121.7975 54.6552 121.2115 53.0782 121.1515 52.9062 120.9905 52.7882 120.8085 52.7832L120.8035 52.7832C120.6225 52.7862 120.4625 52.8992 120.3985 53.0682 119.6815 54.7242 118.5365 56.1582 117.0805 57.2242L117.0485 57.2522C116.9155 57.3702 116.8585 57.5512 116.8985 57.7232 116.9345 57.8932 117.0655 58.0282 117.2345 58.0692 118.3665 58.3232 120.1875 60.7062 120.1875 61.9312 120.1825 62.1572 120.3425 62.3522 120.5635 62.3922 120.5845 62.3952 120.6055 62.3972 120.6265 62.3972 120.8265 62.3932 120.9985 62.2562 121.0475 62.0632 121.4405 60.6412 122.5745 58.3062 124.0835 57.6982 124.3235 57.5912 124.4325 57.3102 124.3255 57.0692 124.2775 56.9622 124.1925 56.8762 124.0855 56.8282L124.0845 56.8282z" class="sapIllus_AccentColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M64.1306,60.4003 L64.1306,42.6983 L64.1156,42.6983 C64.1586,33.8993 71.3366,26.7363 80.1636,26.7363 C88.9776,26.7363 96.1546,33.8993 96.1976,42.6983 L96.1976,59.4223 C91.5906,57.5583 86.5586,56.5213 81.2816,56.5213 C75.1406,56.5213 69.3246,57.9153 64.1306,60.4003 M104.8956,64.2883 L104.8956,42.6983 L104.8806,42.6983 C104.8376,29.1093 93.7666,18.0543 80.1636,18.0543 C66.5616,18.0543 55.4766,29.1093 55.4336,42.6983 L55.4336,66.0733 C46.9026,73.3723 41.4896,84.2073 41.4896,96.3143 C41.4896,118.2913 59.3056,136.1063 81.2816,136.1063 C103.2586,136.1063 121.0746,118.2913 121.0746,96.3143 C121.0746,83.1793 114.7076,71.5353 104.8956,64.2883" class="sapIllus_ObjectFillColor"/>
|
|
5
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M78.3189,65.4348 C95.3729,63.7978 110.5249,76.2968 112.1619,93.3508 C113.7979,110.4058 101.2999,125.5568 84.2449,127.1938 C67.1909,128.8298 52.0389,116.3318 50.4029,99.2778 C48.7659,82.2238 61.2639,67.0718 78.3189,65.4348 C78.3189,65.4348 78.3189,65.4348 78.3189,65.4348" class="sapIllus_BrandColorSecondary"/>
|
|
6
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M81.1774 80.5892C80.9014 80.5892 80.6774 80.3652 80.6774 80.0892L80.6774 74.4872C80.6774 74.2112 80.9014 73.9872 81.1774 73.9872 81.4534 73.9872 81.6774 74.2112 81.6774 74.4872L81.6774 80.0892C81.6774 80.3652 81.4534 80.5892 81.1774 80.5892M81.1774 118.2181C80.9014 118.2181 80.6774 117.9941 80.6774 117.7181L80.6774 112.1161C80.6774 111.8401 80.9014 111.6161 81.1774 111.6161 81.4534 111.6161 81.6774 111.8401 81.6774 112.1161L81.6774 117.7181C81.6774 117.9941 81.4534 118.2181 81.1774 118.2181M65.1637 96.8079L59.5627 96.8079C59.2867 96.8079 59.0627 96.5839 59.0627 96.3079 59.0627 96.0319 59.2867 95.8079 59.5627 95.8079L65.1637 95.8079C65.4397 95.8079 65.6637 96.0319 65.6637 96.3079 65.6637 96.5839 65.4397 96.8079 65.1637 96.8079M66.3834 90.4749C66.3194 90.4749 66.2544 90.4629 66.1924 90.4369L61.0174 88.2929C60.7624 88.1879 60.6414 87.8949 60.7464 87.6399 60.8534 87.3839 61.1474 87.2619 61.4004 87.3699L66.5744 89.5129C66.8294 89.6189 66.9504 89.9119 66.8454 90.1659 66.7654 90.3589 66.5794 90.4749 66.3834 90.4749M73.0953 116.6507C73.0323 116.6507 72.9663 116.6387 72.9043 116.6127 72.6493 116.5067 72.5283 116.2137 72.6333 115.9597L74.7773 110.7847C74.8833 110.5287 75.1783 110.4077 75.4303 110.5137 75.6853 110.6197 75.8063 110.9127 75.7003 111.1677L73.5573 116.3417C73.4773 116.5347 73.2913 116.6507 73.0953 116.6507M87.4948 81.886C87.4308 81.886 87.3658 81.874 87.3038 81.848 87.0488 81.742 86.9278 81.449 87.0328 81.195L89.1768 76.02C89.2818 75.765 89.5748 75.641 89.8298 75.749 90.0848 75.855 90.2058 76.148 90.0998 76.403L87.9568 81.577C87.8768 81.77 87.6908 81.886 87.4948 81.886M69.8541 85.2796C69.7261 85.2796 69.5981 85.2306 69.5001 85.1336L65.5411 81.1726C65.3451 80.9766 65.3451 80.6606 65.5411 80.4656 65.7361 80.2696 66.0521 80.2696 66.2481 80.4656L70.2081 84.4256C70.4031 84.6216 70.4031 84.9376 70.2081 85.1336 70.1101 85.2306 69.9821 85.2796 69.8541 85.2796M96.4615 111.887C96.3335 111.887 96.2055 111.838 96.1075 111.741L92.1485 107.78C91.9525 107.584 91.9525 107.268 92.1485 107.073 92.3435 106.877 92.6595 106.877 92.8555 107.073L96.8155 111.033C97.0105 111.229 97.0105 111.545 96.8155 111.741 96.7175 111.838 96.5895 111.887 96.4615 111.887M66.0387 112.0315C65.9107 112.0315 65.7827 111.9825 65.6847 111.8855 65.4897 111.6895 65.4897 111.3735 65.6847 111.1775L69.6457 107.2175C69.8417 107.0215 70.1577 107.0215 70.3527 107.2175 70.5487 107.4125 70.5487 107.7285 70.3527 107.9245L66.3927 111.8855C66.2947 111.9825 66.1667 112.0315 66.0387 112.0315M92.6461 85.4241C92.5181 85.4241 92.3901 85.3751 92.2921 85.2781 92.0971 85.0821 92.0971 84.7661 92.2921 84.5701L96.2531 80.6101C96.4491 80.4141 96.7651 80.4141 96.9601 80.6101 97.1561 80.8051 97.1561 81.1211 96.9601 81.3171L93.0001 85.2781C92.9021 85.3751 92.7741 85.4241 92.6461 85.4241M75.0494 81.8079C74.8534 81.8079 74.6674 81.6919 74.5874 81.4989L72.4444 76.3249C72.3384 76.0699 72.4594 75.7769 72.7144 75.6709 72.9704 75.5639 73.2624 75.6879 73.3674 75.9419L75.5114 81.1169C75.6164 81.3709 75.4954 81.6639 75.2404 81.7699 75.1784 81.7959 75.1124 81.8079 75.0494 81.8079M89.4498 116.5726C89.2538 116.5726 89.0678 116.4566 88.9878 116.2636L86.8448 111.0896C86.7388 110.8346 86.8598 110.5416 87.1148 110.4356 87.3718 110.3286 87.6628 110.4526 87.7678 110.7066L89.9118 115.8816C90.0168 116.1356 89.8958 116.4286 89.6408 116.5346 89.5788 116.5606 89.5128 116.5726 89.4498 116.5726M61.2867 105.0638C61.0907 105.0638 60.9047 104.9478 60.8247 104.7548 60.7197 104.5008 60.8407 104.2078 61.0957 104.1018L66.2697 101.9588C66.5257 101.8518 66.8177 101.9738 66.9237 102.2288 67.0287 102.4838 66.9077 102.7768 66.6527 102.8818L61.4777 105.0258C61.4157 105.0518 61.3497 105.0638 61.2867 105.0638" class="sapIllus_StrokeDetailColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M120.7946,93.5285 C120.4806,89.6435 119.5896,85.8275 118.1516,82.2045 C115.3736,75.4115 110.8056,69.4995 104.9336,65.0975 C108.2386,71.0665 110.3766,77.6105 111.2316,84.3785 C112.2616,90.5665 111.9226,96.9045 110.2366,102.9465 C108.7736,108.0725 106.1586,112.7965 102.5906,116.7575 C101.6456,117.7225 100.6446,118.6315 99.5936,119.4795 C97.9626,120.7345 96.2256,121.8425 94.4006,122.7915 C87.1256,126.4905 76.4576,126.5355 76.4576,126.5355 C67.3136,126.4655 58.3066,124.3025 50.1286,120.2115 C54.0656,125.5005 59.2726,129.7125 65.2666,132.4585 C69.6736,134.4825 74.4176,135.6685 79.2576,135.9555 C81.0106,136.0505 82.7686,136.0415 84.5206,135.9275 C85.5236,135.8565 86.3856,135.7485 86.7626,135.7015 C87.3196,135.6435 87.8726,135.5565 88.4206,135.4395 C89.0586,135.2915 89.3096,135.1735 90.3346,134.8385 C91.2016,134.5545 91.6586,134.4295 92.1326,134.2845 C94.6356,133.4755 97.0886,132.5225 99.4816,131.4315 C100.8406,130.8695 102.1556,130.2045 103.4136,129.4435 C104.3206,128.8635 105.1906,128.2295 106.0206,127.5445 C107.7336,126.1535 109.3446,124.6395 110.8396,123.0155 C114.0316,119.3115 116.5916,115.1075 118.4176,110.5725 C120.4546,105.1355 121.2666,99.3155 120.7946,93.5285" class="sapIllus_PatternShadow"/>
|
|
8
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M125.0627,108.8893 L83.4317,108.8893 C76.4867,108.8893 70.8567,103.2593 70.8567,96.3143 L70.8567,96.3143 C70.8567,89.3693 76.4867,83.7393 83.4317,83.7393 L125.0627,83.7393 C132.0077,83.7393 137.6377,89.3693 137.6377,96.3143 L137.6377,96.3143 C137.6377,103.2593 132.0077,108.8893 125.0627,108.8893" class="sapIllus_ObjectFillColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_BrandColorPrimary)" d="M81.8917 98.7422L79.8527 102.1092C79.7297 102.3122 79.4657 102.3762 79.2627 102.2542L78.0147 101.4982C77.7967 101.3662 77.7407 101.0742 77.8947 100.8712L80.4147 97.5472C80.5997 97.3022 80.4777 96.9482 80.1807 96.8712L76.4877 95.9092C76.2467 95.8462 76.1097 95.5932 76.1887 95.3572L76.6627 93.9452C76.7417 93.7112 77.0007 93.5912 77.2307 93.6832L80.7197 95.0862C81.0077 95.2022 81.3197 94.9842 81.3087 94.6732L81.1757 90.7282C81.1677 90.4852 81.3627 90.2832 81.6057 90.2832L83.0087 90.2832C83.2527 90.2832 83.4487 90.4872 83.4387 90.7312L83.2797 94.6432C83.2667 94.9532 83.5767 95.1742 83.8647 95.0612L87.3237 93.7112C87.5517 93.6222 87.8077 93.7412 87.8867 93.9732L88.3577 95.3542C88.4387 95.5912 88.3007 95.8462 88.0587 95.9092L84.3117 96.8742C84.0167 96.9502 83.8927 97.3012 84.0737 97.5462L86.5607 100.9062C86.7107 101.1102 86.6537 101.3992 86.4367 101.5302L85.1907 102.2832C84.9857 102.4072 84.7177 102.3382 84.5977 102.1312L82.6307 98.7492C82.4667 98.4672 82.0607 98.4632 81.8917 98.7422M96.5406 98.7422L94.5016 102.1092C94.3786 102.3122 94.1146 102.3762 93.9116 102.2542L92.6636 101.4982C92.4456 101.3662 92.3896 101.0742 92.5436 100.8712L95.0636 97.5472C95.2486 97.3022 95.1266 96.9482 94.8296 96.8712L91.1366 95.9092C90.8956 95.8462 90.7586 95.5932 90.8376 95.3572L91.3116 93.9452C91.3906 93.7112 91.6496 93.5912 91.8796 93.6832L95.3686 95.0862C95.6566 95.2022 95.9686 94.9842 95.9576 94.6732L95.8256 90.7282C95.8166 90.4852 96.0116 90.2832 96.2546 90.2832L97.6576 90.2832C97.9016 90.2832 98.0976 90.4872 98.0876 90.7312L97.9286 94.6432C97.9156 94.9532 98.2256 95.1742 98.5136 95.0612L101.9726 93.7112C102.2006 93.6222 102.4566 93.7412 102.5356 93.9732L103.0066 95.3542C103.0876 95.5912 102.9496 95.8462 102.7076 95.9092L98.9606 96.8742C98.6656 96.9502 98.5416 97.3012 98.7226 97.5462L101.2096 100.9062C101.3596 101.1102 101.3026 101.3992 101.0856 101.5302L99.8396 102.2832C99.6346 102.4072 99.3666 102.3382 99.2466 102.1312L97.2796 98.7492C97.1156 98.4672 96.7096 98.4632 96.5406 98.7422M111.1895 98.7422L109.1505 102.1092C109.0275 102.3122 108.7635 102.3762 108.5605 102.2542L107.3125 101.4982C107.0945 101.3662 107.0385 101.0742 107.1925 100.8712L109.7125 97.5472C109.8975 97.3022 109.7755 96.9482 109.4785 96.8712L105.7855 95.9092C105.5445 95.8462 105.4075 95.5932 105.4865 95.3572L105.9605 93.9452C106.0395 93.7112 106.2985 93.5912 106.5285 93.6832L110.0175 95.0862C110.3055 95.2022 110.6175 94.9842 110.6065 94.6732L110.4735 90.7282C110.4655 90.4852 110.6605 90.2832 110.9035 90.2832L112.3065 90.2832C112.5505 90.2832 112.7465 90.4872 112.7365 90.7312L112.5775 94.6432C112.5645 94.9532 112.8745 95.1742 113.1625 95.0612L116.6215 93.7112C116.8495 93.6222 117.1055 93.7412 117.1845 93.9732L117.6555 95.3542C117.7365 95.5912 117.5985 95.8462 117.3565 95.9092L113.6095 96.8742C113.3145 96.9502 113.1905 97.3012 113.3715 97.5462L115.8585 100.9062C116.0085 101.1102 115.9515 101.3992 115.7345 101.5302L114.4885 102.2832C114.2835 102.4072 114.0155 102.3382 113.8955 102.1312L111.9285 98.7492C111.7645 98.4672 111.3585 98.4632 111.1895 98.7422M125.8385 98.7422L123.7995 102.1092C123.6765 102.3122 123.4125 102.3762 123.2095 102.2542L121.9615 101.4982C121.7435 101.3662 121.6875 101.0742 121.8415 100.8712L124.3615 97.5472C124.5465 97.3022 124.4245 96.9482 124.1275 96.8712L120.4345 95.9092C120.1935 95.8462 120.0565 95.5932 120.1355 95.3572L120.6095 93.9452C120.6885 93.7112 120.9475 93.5912 121.1775 93.6832L124.6665 95.0862C124.9545 95.2022 125.2665 94.9842 125.2555 94.6732L125.1225 90.7282C125.1145 90.4852 125.3095 90.2832 125.5525 90.2832L126.9555 90.2832C127.1995 90.2832 127.3955 90.4872 127.3855 90.7312L127.2265 94.6432C127.2135 94.9532 127.5235 95.1742 127.8115 95.0612L131.2705 93.7112C131.4985 93.6222 131.7545 93.7412 131.8335 93.9732L132.3045 95.3542C132.3855 95.5912 132.2475 95.8462 132.0055 95.9092L128.2585 96.8742C127.9635 96.9502 127.8395 97.3012 128.0205 97.5462L130.5075 100.9062C130.6575 101.1102 130.6005 101.3992 130.3835 101.5302L129.1375 102.2832C128.9325 102.4072 128.6645 102.3382 128.5445 102.1312L126.5775 98.7492C126.4135 98.4672 126.0075 98.4632 125.8385 98.7422" class="sapIllus_BrandColorPrimary"/>
|
|
10
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M125.0596,108.3938 L83.4296,108.3938 C76.7696,108.3938 71.3596,102.9738 71.3596,96.3138 C71.3596,89.6538 76.7696,84.2438 83.4296,84.2438 L125.0596,84.2438 C131.7196,84.2438 137.1396,89.6538 137.1396,96.3138 C137.1396,102.9738 131.7196,108.3938 125.0596,108.3938 L125.0596,108.3938 Z M81.2796,135.6038 C59.6196,135.6038 41.9896,117.9838 41.9896,96.3138 C41.9896,84.7738 46.9896,74.3938 54.9296,67.2038 C55.2596,66.8938 55.5896,66.6038 55.9296,66.3138 C58.2796,64.3238 60.8596,62.6138 63.6296,61.2138 C63.9596,61.0438 64.2896,60.8838 64.6296,60.7338 C69.6896,58.3538 75.3296,57.0238 81.2796,57.0238 C86.3696,57.0238 91.2396,57.9938 95.6996,59.7638 C96.0396,59.8938 96.3696,60.0338 96.6996,60.1738 C99.4396,61.3438 102.0196,62.8238 104.3996,64.5538 C104.7396,64.8038 105.0696,65.0538 105.3996,65.3138 C111.2696,69.8838 115.8196,76.0938 118.3396,83.2438 L83.4296,83.2438 C76.2196,83.2438 70.3596,89.1038 70.3596,96.3138 C70.3596,103.5238 76.2196,109.3938 83.4296,109.3938 L118.3396,109.3938 C112.9396,124.6538 98.3696,135.6038 81.2796,135.6038 L81.2796,135.6038 Z M64.6196,42.3738 C64.8396,33.9938 71.7396,27.2338 80.1596,27.2338 C88.6896,27.2338 95.6596,34.1738 95.6996,42.6938 L95.6996,58.6938 C91.2196,56.9638 86.3596,56.0238 81.2796,56.0238 C75.3496,56.0238 69.7096,57.3138 64.6296,59.6238 L64.6296,42.6938 L64.6196,42.3738 Z M55.9296,42.7038 C55.9796,29.3838 66.8496,18.5538 80.1596,18.5538 C93.4796,18.5538 104.3396,29.3838 104.3796,42.7038 L104.3996,63.3338 C102.0096,61.6538 99.4296,60.2238 96.6996,59.0938 L96.6996,42.6938 C96.6496,33.6238 89.2396,26.2338 80.1596,26.2338 C71.0796,26.2338 63.6596,33.6238 63.6196,42.6938 L63.6296,60.1038 C60.8696,61.4538 58.2896,63.1038 55.9296,65.0238 L55.9296,42.7038 Z M125.0596,83.2438 L119.3996,83.2438 C116.7496,75.5238 111.8096,68.8538 105.3996,64.0538 L105.3996,42.6938 L105.3796,42.1938 L105.3696,42.1938 C105.0596,28.5638 93.8596,17.5538 80.1596,17.5538 C66.2996,17.5538 54.9796,28.8338 54.9296,42.6938 L54.9296,65.8538 C46.3996,73.2538 40.9896,84.1638 40.9896,96.3138 C40.9896,118.5338 59.0696,136.6038 81.2796,136.6038 C98.9196,136.6038 113.9596,125.2138 119.3996,109.3938 L125.0596,109.3938 C132.2696,109.3938 138.1396,103.5238 138.1396,96.3138 C138.1396,89.1038 132.2696,83.2438 125.0596,83.2438 L125.0596,83.2438 Z" class="sapIllus_StrokeDetailColor"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Services">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M120.217689,89.8495569 C120.272689,85.2995569 124.133689,82.0815569 129.327689,81.9725569 C145.452689,81.6365569 158.477689,68.5085569 156.864689,52.6765569 C155.461689,38.8995569 142.859689,28.6845569 128.481689,28.6828069 C105.123689,28.6828069 66.9076889,28.6828069 43.5496889,28.6828069 C29.1716889,28.6845569 16.5696889,38.8995569 15.1656889,52.6765569 C13.5536889,68.5085569 26.5746889,81.9725569 42.7026889,81.9725569 L42.7876889,81.9725569 C46.0606889,81.9725569 48.7286889,84.5505569 48.7186889,87.7015569 L48.7186889,87.7655569 L48.7186889,87.8285569 C48.7286889,90.9805569 46.0606889,93.5575569 42.7876889,93.5575569 L19.1636889,93.5575569 C11.7846889,93.5575569 5.0186889,98.2515569 3.4006889,105.184557 C1.1226889,114.941557 8.8736889,123.677557 18.6406889,123.677557 L34.3586889,123.677557 L104.672689,123.677557 L114.341689,123.677557 C121.948689,123.677557 128.853689,118.679557 130.252689,111.479557 C131.566689,104.718557 127.281689,99.6345569 122.557689,95.5225569 C121.207689,94.3475569 120.189689,92.2395569 120.217689,89.8495569" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_Layering1)" d="M78.0027889 149.177657C77.7137889 149.182657 77.4747889 148.950657 77.4697889 148.660657L77.4697889 145.431657C77.4797889 145.136657 77.7277889 144.906657 78.0217889 144.915657 78.3027889 144.925657 78.5267889 145.151657 78.5367889 145.431657L78.5367889 148.660657C78.5317889 148.950657 78.2937889 149.182657 78.0037889 149.177657L78.0027889 149.177657zM78.0027889 137.455957C77.7137889 137.459957 77.4747889 137.227957 77.4697889 136.938957L77.4697889 136.937957 77.4697889 133.703957C77.4787889 133.408957 77.7237889 133.177957 78.0187889 133.184957 78.3017889 133.192957 78.5287889 133.420957 78.5367889 133.703957L78.5367889 136.937957C78.5317889 137.227957 78.2937889 137.459957 78.0037889 137.455957L78.0027889 137.455957zM73.7576889 141.712857L70.5266889 141.712857C70.2326889 141.712857 69.9926889 141.474857 69.9926889 141.180857 69.9926889 140.885857 70.2326889 140.647857 70.5266889 140.647857L73.7576889 140.647857C74.0516889 140.647857 74.2896889 140.885857 74.2896889 141.180857 74.2896889 141.474857 74.0516889 141.712857 73.7576889 141.712857M85.4842889 141.714757L82.2572889 141.714757C81.9632889 141.704757 81.7332889 141.458757 81.7422889 141.164757 81.7512889 140.884757 81.9762889 140.658757 82.2572889 140.650757L85.4842889 140.650757C85.7782889 140.658757 86.0082889 140.904757 86.0002889 141.198757 85.9912889 141.480757 85.7652889 141.704757 85.4842889 141.714757" class="sapIllus_Layering1"/>
|
|
4
|
+
<path fill="var(--sapIllus_AccentColor)" d="M148.293789 22.0458569C143.572789 20.2968569 141.263789 15.9958569 139.470789 11.6078569 139.386789 11.4048569 139.188789 11.2728569 138.968789 11.2728569 138.755789 11.2918569 138.566789 11.4168569 138.464789 11.6048569 136.131789 17.1898569 133.073789 19.6038569 128.674789 22.6498569 128.431789 22.8168569 128.369789 23.1498569 128.536789 23.3928569 128.606789 23.4928569 128.708789 23.5668569 128.825789 23.6018569 132.526789 24.7298569 138.083789 31.6768569 138.114789 35.2178569 138.118789 35.4858569 138.318789 35.7108569 138.585789 35.7448569 138.610789 35.7478569 138.637789 35.7498569 138.662789 35.7488569 138.902789 35.7478569 139.112789 35.5898569 139.180789 35.3588569 140.082789 32.2268569 142.994789 25.6898569 147.560789 23.3778569 147.802789 23.2548569 148.049789 23.1448569 148.300789 23.0478569 148.576789 22.9428569 148.716789 22.6358569 148.611789 22.3588569 148.557789 22.2128569 148.440789 22.0988569 148.293789 22.0458569M19.1941889 87.9237569C16.9201889 87.0077569 15.8111889 84.7737569 14.9511889 82.4937569 14.8841889 82.3087569 14.7101889 82.1827569 14.5121889 82.1777569 14.3231889 82.1997569 14.1561889 82.3147569 14.0651889 82.4827569 12.9191889 85.3197569 11.2071889 86.7747569 9.2261889 88.4587569L9.1761889 88.5007569C9.0331889 88.6257569 8.9691889 88.8197569 9.0131889 89.0057569 9.0531889 89.1897569 9.1961889 89.3337569 9.3801889 89.3767569 11.1031889 89.7587569 13.7711889 93.1947569 13.7711889 95.0317569 13.7671889 95.2757569 13.9411889 95.4857569 14.1811889 95.5267569 14.2041889 95.5297569 14.2271889 95.5307569 14.2501889 95.5307569 14.4651889 95.5277569 14.6531889 95.3817569 14.7081889 95.1727569 15.2861889 93.1187569 16.9581889 89.7417569 19.1911889 88.8567569 19.4491889 88.7457569 19.5691889 88.4477569 19.4591889 88.1907569 19.4081889 88.0697569 19.3131889 87.9757569 19.1931889 87.9237569L19.1941889 87.9237569z" class="sapIllus_AccentColor"/>
|
|
5
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M79.8357889,112.903257 L118.358789,74.3802569 C120.713789,72.0262569 114.820789,62.3182569 105.198789,52.6962569 C95.5777889,43.0742569 85.8697889,37.1822569 83.5167889,39.5362569 L44.9927889,78.0592569 L79.8357889,112.903257 Z" class="sapIllus_ObjectFillColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M120.281984,68.4820866 C110.660984,58.8600866 100.952984,52.9680866 98.5989841,55.3220866 L60.0759841,93.8450866 L77.8229841,111.592087 L120.281984,68.4820866 Z" class="sapIllus_PatternShadow" transform="scale(1 -1) rotate(90 173.377 0)"/>
|
|
7
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M126.883689,85.2772569 L143.028689,107.511257 C143.868689,108.353257 143.888689,109.696257 143.071689,110.512257 L115.328689,138.256257 C114.512689,139.072257 113.168689,139.052257 112.327689,138.212257 L90.0926889,122.067257 C89.2516889,121.226257 89.2326889,119.882257 90.0486889,119.066257 L123.882689,85.2322569 C124.698689,84.4162569 126.041689,84.4362569 126.883689,85.2772569" class="sapIllus_ObjectFillColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M118.516489 115.663057L125.308489 122.454057C125.597489 122.744057 125.570489 123.241057 125.246489 123.564057L114.519489 134.292057C114.196489 134.615057 113.699489 134.642057 113.409489 134.352057L105.553489 128.626057C105.263489 128.336057 105.290489 127.839057 105.614489 127.516057L117.406489 115.724057C117.729489 115.400057 118.226489 115.373057 118.516489 115.663057M109.063389 106.208857L115.675389 112.821857C115.965389 113.110857 115.938389 113.607857 115.615389 113.931857L103.355389 126.190857C103.032389 126.514857 102.535389 126.541857 102.245389 126.252857L94.4893889 120.782857C94.1993889 120.493857 94.2263889 119.996857 94.5493889 119.673857L107.953389 106.270857C108.276389 105.945857 108.773389 105.919857 109.063389 106.208857M133.270389 100.909057L138.842389 108.920057C139.132389 109.209057 139.105389 109.706057 138.782389 110.029057L128.167389 120.643057C127.844389 120.967057 127.347389 120.994057 127.057389 120.705057L120.266389 113.913057C119.976389 113.623057 120.003389 113.126057 120.327389 112.803057L132.160389 100.970057C132.483389 100.646057 132.980389 100.619057 133.270389 100.909057M125.386589 89.8856569L130.856589 97.6416569C131.145589 97.9316569 131.117589 98.4286569 130.794589 98.7516569L118.534589 111.011657C118.211589 111.334657 117.714589 111.362657 117.424589 111.072657L110.812589 104.459657C110.523589 104.169657 110.549589 103.672657 110.873589 103.349657L124.277589 89.9466569C124.600589 89.6226569 125.097589 89.5956569 125.386589 89.8856569" class="sapIllus_BrandColorSecondary"/>
|
|
9
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M53.7498889,12.1434569 L69.8948889,34.3784569 C70.7348889,35.2194569 70.7548889,36.5624569 69.9378889,37.3784569 L42.1948889,65.1224569 C41.3788889,65.9394569 40.0348889,65.9184569 39.1938889,65.0784569 L16.9588889,48.9334569 C16.1178889,48.0924569 16.0988889,46.7484569 16.9148889,45.9324569 L50.7488889,12.0984569 C51.5648889,11.2824569 52.9088889,11.3024569 53.7498889,12.1434569" class="sapIllus_ObjectFillColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M45.3826889 42.5292569L52.1746889 49.3202569C52.4636889 49.6102569 52.4376889 50.1072569 52.1126889 50.4302569L41.3856889 61.1582569C41.0626889 61.4812569 40.5656889 61.5082569 40.2756889 61.2182569L32.4196889 55.4922569C32.1296889 55.2032569 32.1566889 54.7062569 32.4806889 54.3822569L44.2726889 42.5902569C44.5966889 42.2662569 45.0936889 42.2392569 45.3826889 42.5292569M35.9295889 33.0751569L42.5415889 39.6881569C42.8315889 39.9771569 42.8045889 40.4741569 42.4815889 40.7991569L30.2215889 53.0571569C29.8985889 53.3821569 29.4015889 53.4091569 29.1115889 53.1191569L21.3555889 47.6501569C21.0655889 47.3601569 21.0925889 46.8631569 21.4155889 46.5401569L34.8195889 33.1371569C35.1425889 32.8131569 35.6395889 32.7861569 35.9295889 33.0751569M60.1365889 27.7753569L65.7085889 35.7863569C65.9985889 36.0763569 65.9715889 36.5733569 65.6485889 36.8963569L55.0335889 47.5093569C54.7105889 47.8343569 54.2135889 47.8603569 53.9235889 47.5713569L47.1325889 40.7793569C46.8425889 40.4903569 46.8695889 39.9933569 47.1935889 39.6693569L59.0265889 27.8363569C59.3505889 27.5123569 59.8475889 27.4853569 60.1365889 27.7753569M52.2537889 16.7518569L57.7227889 24.5078569C58.0117889 24.7978569 57.9847889 25.2948569 57.6607889 25.6178569L45.4017889 37.8778569C45.0777889 38.2008569 44.5807889 38.2288569 44.2917889 37.9388569L37.6787889 31.3258569C37.3897889 31.0358569 37.4167889 30.5388569 37.7397889 30.2158569L51.1437889 16.8128569C51.4667889 16.4888569 51.9637889 16.4618569 52.2537889 16.7518569" class="sapIllus_BrandColorSecondary"/>
|
|
11
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M55.4275889,102.468657 C47.1255889,94.1666569 34.8385889,92.8496569 27.2715889,99.2006569 L58.6955889,130.623657 C65.0455889,123.056657 63.7295889,110.770657 55.4275889,102.468657" class="sapIllus_ObjectFillColor"/>
|
|
12
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M69.3018018,116.246895 C60.9998018,107.944895 48.7128018,106.627895 41.1458018,112.978895 L50.9978018,122.831895 C57.3498018,115.264895 60.8738018,116.955895 69.3018018,116.246895" class="sapIllus_PatternShadow" transform="scale(-1 1) rotate(-90 0 171.132)"/>
|
|
13
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M37.9412889,126.321257 C36.1832889,128.079257 33.3332889,128.079257 31.5752889,126.321257 C29.8162889,124.562257 29.8162889,121.712257 31.5752889,119.954257 C33.3332889,118.196257 36.1832889,118.196257 37.9412889,119.954257 C39.6992889,121.712257 39.6992889,124.562257 37.9412889,126.321257" class="sapIllus_BrandColorSecondary"/>
|
|
14
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M142.718589,110.159057 L114.975589,137.902057 C114.354589,138.523057 113.325589,138.502057 112.621589,137.807057 L90.4475889,121.713057 C90.1325889,121.398057 89.9555889,120.985057 89.9484752,120.550057 C89.9435889,120.120057 90.1035889,119.719057 90.4025889,119.420057 L124.236589,85.5860569 C124.529589,85.2930569 124.920589,85.1330569 125.342589,85.1330569 L125.366589,85.1330569 C125.790589,85.1380569 126.193589,85.3050569 126.503589,85.6040569 L142.674589,107.865057 C143.319589,108.510057 143.338589,109.539057 142.718589,110.159057 L142.718589,110.159057 Z M79.8365889,112.195057 L45.6995889,78.0580569 L83.8695889,39.8880569 C85.7205889,38.0410569 94.7865889,42.9900569 104.846589,53.0490569 C114.904589,63.1080569 119.854589,72.1780569 118.006589,74.0250569 L79.8365889,112.195057 Z M58.6555889,129.878057 L28.0175889,99.2390569 C35.4395889,93.4360569 47.2075889,94.9550569 55.0735889,102.821057 C62.9415889,110.688057 64.4595889,122.456057 58.6555889,129.878057 L58.6555889,129.878057 Z M41.8415889,64.7680569 C41.2205889,65.3890569 40.1915889,65.3680569 39.4885889,64.6740569 L17.3135889,48.5800569 C16.9985889,48.2650569 16.8225889,47.8520569 16.8163699,47.4160569 C16.8095889,46.9860569 16.9705889,46.5850569 17.2685889,46.2860569 L51.1025889,12.4520569 C51.3955889,12.1590569 51.7865889,11.9990569 52.2085889,11.9990569 L52.2335889,11.9990569 C52.6565889,12.0050569 53.0595889,12.1720569 53.3695889,12.4710569 L69.5405889,34.7310569 C70.1855889,35.3760569 70.2055889,36.4050569 69.5855889,37.0250569 L41.8415889,64.7680569 Z M143.432589,107.218057 L127.287589,84.9820569 L127.237589,84.9230569 C126.201589,83.8880569 124.538589,83.8700569 123.529589,84.8790569 L106.505589,101.902057 L99.0255889,94.4210569 L118.713589,74.7320569 C121.710589,71.7350569 114.170589,60.9590569 105.553589,52.3420569 C96.9375889,43.7250569 86.1575889,36.1790569 83.1625889,39.1810569 L63.4875889,58.8570569 L56.3265889,51.6980569 L70.2925889,37.7320569 C71.3025889,36.7220569 71.2825889,35.0580569 70.2985889,34.0840569 L54.1545889,11.8480569 L54.1035889,11.7890569 C53.0685889,10.7540569 51.4055889,10.7350569 50.3955889,11.7450569 L16.5615889,45.5790569 C15.5515889,46.5890569 15.5715889,48.2530569 16.6655889,49.3380569 L38.8405889,65.4310569 C39.3655889,65.9570569 40.0535889,66.2200569 40.7355889,66.2200569 C41.3965889,66.2200569 42.0515889,65.9720569 42.5485889,65.4750569 L55.5125889,52.5120569 L62.6725889,59.6720569 L44.6395889,77.7050569 C44.4445889,77.9000569 44.4445889,78.2170569 44.6395889,78.4120569 L61.6545889,95.4270569 L55.3565889,101.724057 C46.9755889,93.7020569 34.6065889,92.3910569 26.9495889,98.8170569 C26.8425889,98.9070569 26.7785889,99.0380569 26.7715889,99.1790569 C26.7655889,99.3180569 26.8185889,99.4550569 26.9175889,99.5540569 L42.2225889,114.858057 L38.5375889,118.543057 C38.3435889,118.737057 38.3435889,119.055057 38.5375889,119.250057 L38.6455889,119.357057 C38.8395889,119.552057 39.1575889,119.552057 39.3525889,119.357057 L43.0355889,115.673057 L58.3415889,130.977057 C58.4355889,131.071057 58.5625889,131.124057 58.6955889,131.124057 L58.7165889,131.124057 C58.8575889,131.117057 58.9885889,131.053057 59.0775889,130.945057 C65.5045889,123.289057 64.1935889,110.920057 56.1705889,102.538057 L62.4675889,96.2410569 L79.4835889,113.256057 C79.5805889,113.353057 79.7085889,113.402057 79.8365889,113.402057 C79.9645889,113.402057 80.0925889,113.353057 80.1905889,113.256057 L98.2105889,95.2350569 L105.692589,102.716057 L89.6955889,118.713057 C89.2035889,119.204057 88.9395889,119.862057 88.9485889,120.564057 C88.9595889,121.262057 89.2405889,121.921057 89.7995889,122.471057 L111.974589,138.565057 C112.499589,139.091057 113.187589,139.354057 113.868589,139.354057 C114.530589,139.354057 115.185589,139.106057 115.682589,138.609057 L143.425589,110.866057 C144.435589,109.856057 144.415589,108.192057 143.432589,107.218057 L143.432589,107.218057 Z" class="sapIllus_StrokeDetailColor"/>
|
|
15
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M58.3475889,69.6483569 C58.5725889,69.8733569 58.9365889,69.8733569 59.1615889,69.6483569 L67.7835889,61.0273569 C68.0085889,60.8013569 68.0085889,60.4373569 67.7835889,60.2123569 C67.5585889,59.9883569 67.1945889,59.9883569 66.9695889,60.2123569 L58.3475889,68.8353569 C58.1225889,69.0593569 58.1225889,69.4233569 58.3475889,69.6483569" class="sapIllus_StrokeDetailColor"/>
|
|
16
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-SessionExpired">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M138.612,77.1945 C139.305,104.5815 126.726,129.1895 105.505,140.3015 C84.304,151.3155 52.263,150.1805 35.968,131.6625 C19.742,113.2635 17.007,75.9195 31.177,49.8115 C45.348,23.7055 76.554,7.2835 104.907,14.8505 C130.029,21.7505 137.896,49.9065 138.612,77.1945" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M103.2321,99.425 C100.0311,95.545 95.5601,91.32 89.3521,86.336 C89.2761,86.246 88.1261,85.312 86.7301,83.536 C85.8761,82.45 85.8751,80.759 86.7261,79.669 C88.1411,77.858 89.3131,76.904 89.3901,76.813 C95.6181,71.806 100.0881,67.581 103.2701,63.724 C106.2181,60.141 108.0731,56.881 109.2451,53.62 C111.2161,48.178 111.255608,42.69 111.255608,35.709 L53.8401,35.709 C53.7631,42.644 53.8401,48.132 55.8121,53.62 C57.0231,56.881 58.8971,60.141 61.8451,63.724 C65.0461,67.604 69.5171,71.829 75.7251,76.813 C75.8001,76.901 76.9011,77.796 78.2541,79.495 C79.1681,80.641 79.1681,82.448 78.2581,83.597 C76.8851,85.332 75.7621,86.247 75.6871,86.336 C69.4591,91.343 64.9881,95.568 61.8071,99.425 C58.8591,103.008 57.0041,106.268 55.8331,109.529 C53.8611,114.971 53.8215924,119.853 53.8215924,126.833 L111.2371,126.833 C111.3141,119.899 111.2371,115.017 109.2651,109.529 C108.0541,106.268 106.1801,103.008 103.2321,99.425" class="sapIllus_ObjectFillColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_Layering1)" d="M110.985,117.0353 C108.311,118.8363 103.464,119.0683 100.504,117.7333 L82.703,106.0273 C82.541,105.9453 82.355,105.9413 82.191,106.0163 L63.319,117.5913 C61.779,118.2463 56.176,119.1633 54.143,116.8253 C53.842,119.7353 53.822,122.8343 53.822,126.3333 L111.237,126.3333 C111.277,122.9283 111.269,119.8953 110.985,117.0353" class="sapIllus_Layering1"/>
|
|
5
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M64.9445 103.1173C64.8305 103.1173 64.7165 103.0783 64.6225 102.9993 64.4115 102.8213 64.3845 102.5063 64.5625 102.2953 67.3215 99.0233 69.2915 97.2353 72.1765 94.8903 72.3915 94.7183 72.7055 94.7503 72.8805 94.9633 73.0535 95.1783 73.0215 95.4923 72.8075 95.6663 69.9095 98.0213 68.0505 99.7103 65.3275 102.9393 65.2285 103.0563 65.0875 103.1173 64.9445 103.1173M74.8268 93.5958C74.6928 93.5958 74.5578 93.5418 74.4598 93.4358 74.2718 93.2328 74.2848 92.9158 74.4868 92.7288 75.3248 91.9528 76.1408 91.2128 76.9358 90.5048 77.1408 90.3228 77.4578 90.3388 77.6418 90.5468 77.8258 90.7528 77.8068 91.0698 77.6008 91.2528 76.8108 91.9548 75.9998 92.6918 75.1668 93.4628 75.0708 93.5518 74.9488 93.5958 74.8268 93.5958" class="sapIllus_StrokeDetailColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M108.7946,109.6974 C108.1246,107.8924 107.2676,106.1494 106.1946,104.4014 C101.1686,114.0484 80.6496,123.5794 54.3276,124.9534 C54.3246,125.4084 54.3236,125.8704 54.3236,126.3334 L110.7446,126.3334 C110.7966,119.8674 110.6176,114.7724 108.7946,109.6974" class="sapIllus_PatternShadow"/>
|
|
7
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M46.1178 35.2091L118.9738 35.2091C120.3948 35.2091 121.5468 34.0581 121.5468 32.6371L121.5468 28.7811C121.5468 27.3601 120.3948 26.2091 118.9738 26.2091L46.1178 26.2091C44.6978 26.2091 43.5458 27.3601 43.5458 28.7811L43.5458 32.6371C43.5458 34.0581 44.6978 35.2091 46.1178 35.2091M46.1085 136.3332L118.9645 136.3332C120.3855 136.3332 121.5365 135.1822 121.5365 133.7612L121.5365 129.9052C121.5365 128.4842 120.3855 127.3332 118.9645 127.3332L46.1085 127.3332C44.6885 127.3332 43.5365 128.4842 43.5365 129.9052L43.5365 133.7612C43.5365 135.1822 44.6885 136.3332 46.1085 136.3332" class="sapIllus_BrandColorSecondary"/>
|
|
8
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M110.7418,126.3302 L54.3218,126.3302 C54.3238,119.9582 54.3728,115.0262 56.3038,109.6972 C57.5208,106.3102 59.3918,103.1462 62.1928,99.7432 C65.3498,95.9152 69.8668,91.6572 76.0508,86.6792 L76.1458,86.5912 C76.4768,86.2922 77.4838,85.3822 78.6508,83.9072 C79.7008,82.5802 79.6998,80.5062 78.6458,79.1842 C77.4988,77.7442 76.5108,76.8512 76.1848,76.5582 L76.0378,76.4232 C69.9278,71.5172 65.4108,67.2602 62.2308,63.4062 C59.4308,60.0032 57.5408,56.8382 56.2828,53.4512 C54.4018,48.2162 54.2678,42.9732 54.3348,36.2162 L110.7558,36.2162 C110.7548,42.5872 110.7038,48.1232 108.7738,53.4512 C107.5568,56.8392 105.6848,60.0022 102.8848,63.4052 C99.7268,67.2332 95.2108,71.4912 89.0258,76.4702 L88.9298,76.5592 C88.5858,76.8692 87.5388,77.8162 86.3328,79.3612 C85.3318,80.6422 85.3338,82.5692 86.3368,83.8452 C87.5238,85.3552 88.5538,86.2852 88.8908,86.5902 L89.0388,86.7262 C95.1508,91.6322 99.6668,95.8902 102.8458,99.7422 C105.6458,103.1452 107.5368,106.3102 108.7948,109.6972 C110.6758,114.9322 110.8088,119.5692 110.7418,126.3302 M116.6228,126.3302 L111.7408,126.3302 C111.8078,119.5052 111.6698,114.7422 109.7338,109.3542 C108.4338,105.8542 106.4908,102.5992 103.6178,99.1072 L103.6178,99.1062 C100.3948,95.2002 95.8308,90.8952 89.7338,86.0132 C89.7158,85.9912 89.6578,85.9342 89.5608,85.8482 C89.2388,85.5572 88.2578,84.6712 87.1228,83.2262 C86.4078,82.3172 86.4068,80.8912 87.1198,79.9762 C88.2738,78.5002 89.2718,77.5972 89.6008,77.3002 C89.6608,77.2452 89.7058,77.2032 89.7188,77.1902 C95.8978,72.2212 100.4578,67.9202 103.6558,64.0412 C106.4928,60.5942 108.4748,57.2402 109.7148,53.7902 C111.7028,48.3022 111.7538,42.6792 111.7548,36.2162 L116.7108,36.2162 C116.9868,36.2162 117.2108,35.9912 117.2108,35.7162 C117.2108,35.4382 116.9868,35.2162 116.7108,35.2162 L111.2868,35.2162 C111.2758,35.2142 111.2658,35.2092 111.2558,35.2092 L53.8408,35.2092 C53.8288,35.2092 53.8198,35.2142 53.8088,35.2162 L48.4698,35.2162 C48.1928,35.2162 47.9698,35.4382 47.9698,35.7162 C47.9698,35.9912 48.1928,36.2162 48.4698,36.2162 L53.3368,36.2162 C53.2688,43.0692 53.4068,48.4042 55.3438,53.7942 C56.6428,57.2942 58.5858,60.5502 61.4588,64.0422 C64.6838,67.9492 69.2478,72.2552 75.3448,77.1372 C75.3618,77.1572 75.4188,77.2142 75.5148,77.3002 C75.8578,77.6092 76.7678,78.4312 77.8638,79.8072 C78.6268,80.7642 78.6278,82.3252 77.8668,83.2862 C76.7508,84.6952 75.7908,85.5632 75.4758,85.8502 C75.4158,85.9032 75.3708,85.9452 75.3588,85.9582 C69.1788,90.9282 64.6198,95.2282 61.4208,99.1072 C58.5838,102.5552 56.6018,105.9082 55.3628,109.3582 C53.3748,114.8462 53.3238,119.8972 53.3228,126.3302 L48.3818,126.3302 C48.1048,126.3302 47.8818,126.5542 47.8818,126.8302 C47.8818,127.1062 48.1048,127.3302 48.3818,127.3302 L53.8068,127.3302 C53.8128,127.3302 53.8168,127.3332 53.8218,127.3332 L111.2368,127.3332 C111.2418,127.3332 111.2468,127.3302 111.2518,127.3302 L116.6228,127.3302 C116.8988,127.3302 117.1228,127.1062 117.1228,126.8302 C117.1228,126.5542 116.8988,126.3302 116.6228,126.3302" class="sapIllus_StrokeDetailColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_Layering1)" d="M135.225 11.4534L128.663 17.9294C128.268 18.3164 128.264 18.9494 128.653 19.3434 128.828 19.5194 129.051 19.6174 129.281 19.6374 129.561 19.6604 129.85 19.5654 130.066 19.3514L136.628 12.8764C137.023 12.4884 137.027 11.8554 136.638 11.4624 136.251 11.0704 135.618 11.0654 135.225 11.4534M144.5404 27.7611C144.4264 27.2211 143.8974 26.8731 143.3554 26.9891L137.3134 28.2621C136.7724 28.3761 136.4284 28.9071 136.5414 29.4481 136.6344 29.8901 137.0074 30.2011 137.4364 30.2381 137.5304 30.2451 137.6284 30.2401 137.7264 30.2191L143.7684 28.9471C144.3094 28.8321 144.6544 28.3021 144.5404 27.7611M120.7064 4.0306C120.1664 3.8946 119.6284 4.2216 119.4924 4.7576L118.0294 10.5886C117.8954 11.1246 118.2214 11.6676 118.7574 11.8016 118.8114 11.8156 118.8644 11.8246 118.9184 11.8286 119.3974 11.8686 119.8494 11.5566 119.9714 11.0756L121.4344 5.2436C121.5674 4.7086 121.2424 4.1656 120.7064 4.0306" class="sapIllus_Layering1"/>
|
|
10
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M82.5538,73.3004 C89.1498,67.8134 100.0348,55.4674 107.3818,38.6874 C109.6928,52.1594 93.9648,72.8944 82.5538,73.3004" class="sapIllus_PatternShadow"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-SessionExpiring">
|
|
2
|
+
<path fill="var(--sapIllus_Layering1)" d="M134.225 11.4534L127.663 17.9294C127.268 18.3164 127.264 18.9494 127.653 19.3434 127.828 19.5194 128.051 19.6174 128.281 19.6374 128.561 19.6604 128.85 19.5654 129.066 19.3514L135.628 12.8764C136.023 12.4884 136.027 11.8554 135.638 11.4624 135.251 11.0704 134.618 11.0654 134.225 11.4534M143.5404 27.7611C143.4264 27.2211 142.8974 26.8731 142.3554 26.9891L136.3134 28.2621C135.7724 28.3761 135.4284 28.9071 135.5414 29.4481 135.6344 29.8901 136.0074 30.2011 136.4364 30.2381 136.5304 30.2451 136.6284 30.2401 136.7264 30.2191L142.7684 28.9471C143.3094 28.8321 143.6544 28.3021 143.5404 27.7611M119.7064 4.0306C119.1664 3.8946 118.6284 4.2216 118.4924 4.7576L117.0294 10.5886C116.8954 11.1246 117.2214 11.6676 117.7574 11.8016 117.8114 11.8156 117.8644 11.8246 117.9184 11.8286 118.3974 11.8686 118.8494 11.5566 118.9714 11.0756L120.4344 5.2436C120.5674 4.7086 120.2424 4.1656 119.7064 4.0306" class="sapIllus_Layering1"/>
|
|
3
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M138.612,77.195 C139.305,104.582 126.726,129.19 105.505,140.301 C84.304,151.316 52.263,150.18 35.968,131.663 C19.742,113.263 17.007,75.919 31.177,49.812 C45.348,23.706 76.554,7.283 104.907,14.851 C130.029,21.75 137.896,49.906 138.612,77.195" class="sapIllus_BackgroundColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M103.2321,99.4254 C100.0311,95.5444 95.5601,91.3204 89.3521,86.3364 C89.2761,86.2464 88.1261,85.3124 86.7301,83.5364 C85.8761,82.4494 85.8751,80.7594 86.7261,79.6694 C88.1411,77.8584 89.3131,76.9034 89.3901,76.8124 C95.6181,71.8064 100.0881,67.5814 103.2701,63.7234 C106.2181,60.1414 108.0731,56.8804 109.2451,53.6194 C111.2161,48.1774 111.255608,42.6904 111.255608,35.7094 L53.8401,35.7094 C53.7631,42.6444 53.8401,48.1314 55.8121,53.6194 C57.0231,56.8804 58.8971,60.1414 61.8451,63.7234 C65.0461,67.6044 69.5171,71.8284 75.7251,76.8124 C75.8001,76.9004 76.9011,77.7954 78.2541,79.4944 C79.1681,80.6404 79.1681,82.4474 78.2581,83.5974 C76.8851,85.3314 75.7621,86.2474 75.6871,86.3364 C69.4591,91.3424 64.9881,95.5674 61.8071,99.4254 C58.8591,103.0074 57.0041,106.2684 55.8331,109.5294 C53.8611,114.9714 53.8215924,119.8524 53.8215924,126.8324 L111.2371,126.8324 C111.3141,119.8984 111.2371,115.0174 109.2651,109.5294 C108.0541,106.2684 106.1801,103.0074 103.2321,99.4254" class="sapIllus_ObjectFillColor"/>
|
|
5
|
+
<path fill="var(--sapIllus_AccentColor)" d="M110.985,117.0348 C108.311,118.8358 103.464,119.0678 100.504,117.7338 L83.054,106.2588 L83.054,80.7808 C83.646,79.5138 84.357,78.4118 85.092,77.4858 C85.131,77.4368 85.091,77.3708 85.024,77.3708 L80.086,77.3297888 C80.017,77.3288 79.976,77.3948 80.016,77.4448 C80.748,78.3608 81.46,79.4528 82.054,80.7068 L82.054,106.1008 L63.319,117.5908 C61.779,118.2468 56.176,119.1638 54.143,116.8258 C53.842,119.7358 53.822,122.8338 53.822,126.3338 L111.237,126.3338 C111.277,122.9288 111.269,119.8948 110.985,117.0348" class="sapIllus_AccentColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M64.9445 103.1168C64.8305 103.1168 64.7165 103.0778 64.6225 102.9988 64.4115 102.8208 64.3845 102.5058 64.5625 102.2948 67.3215 99.0228 69.2915 97.2348 72.1765 94.8898 72.3915 94.7178 72.7055 94.7498 72.8805 94.9628 73.0535 95.1778 73.0215 95.4918 72.8075 95.6658 69.9095 98.0208 68.0505 99.7098 65.3275 102.9388 65.2285 103.0558 65.0875 103.1168 64.9445 103.1168M74.8268 93.5954C74.6928 93.5954 74.5578 93.5414 74.4598 93.4354 74.2718 93.2324 74.2848 92.9154 74.4868 92.7284 75.3248 91.9524 76.1408 91.2124 76.9358 90.5044 77.1408 90.3224 77.4578 90.3384 77.6418 90.5464 77.8258 90.7524 77.8068 91.0694 77.6008 91.2524 76.8108 91.9544 75.9998 92.6914 75.1668 93.4624 75.0708 93.5514 74.9488 93.5954 74.8268 93.5954" class="sapIllus_StrokeDetailColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M82.5538 73.3004C89.1498 67.8134 100.0348 55.4674 107.3818 38.6874 109.6928 52.1594 93.9648 72.8944 82.5538 73.3004M108.7946 109.6969C108.1246 107.8919 107.2676 106.1499 106.1946 104.4009 101.1686 114.0489 80.6496 123.5789 54.3276 124.9529 54.3246 125.4079 54.3236 125.8699 54.3236 126.3329L110.7446 126.3329C110.7966 119.8669 110.6176 114.7719 108.7946 109.6969" class="sapIllus_PatternShadow"/>
|
|
8
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M46.1178 35.2086L118.9738 35.2086C120.3948 35.2086 121.5468 34.0576 121.5468 32.6376L121.5468 28.7806C121.5468 27.3606 120.3948 26.2086 118.9738 26.2086L46.1178 26.2086C44.6978 26.2086 43.5458 27.3606 43.5458 28.7806L43.5458 32.6376C43.5458 34.0576 44.6978 35.2086 46.1178 35.2086M46.1085 136.3327L118.9645 136.3327C120.3855 136.3327 121.5365 135.1817 121.5365 133.7617L121.5365 129.9047C121.5365 128.4847 120.3855 127.3327 118.9645 127.3327L46.1085 127.3327C44.6885 127.3327 43.5365 128.4847 43.5365 129.9047L43.5365 133.7617C43.5365 135.1817 44.6885 136.3327 46.1085 136.3327" class="sapIllus_BrandColorSecondary"/>
|
|
9
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M110.7418,126.3297 L54.3218,126.3297 C54.3238,119.9577 54.3728,115.0257 56.3038,109.6967 C57.5208,106.3097 59.3918,103.1457 62.1928,99.7427 C65.3498,95.9147 69.8668,91.6567 76.0508,86.6787 L76.1458,86.5907 C76.4768,86.2917 77.4838,85.3817 78.6508,83.9067 C79.7008,82.5797 79.6998,80.5057 78.6458,79.1837 C77.4988,77.7437 76.5108,76.8507 76.1848,76.5577 L76.0378,76.4227 C69.9278,71.5167 65.4108,67.2597 62.2308,63.4057 C59.4308,60.0027 57.5408,56.8377 56.2828,53.4507 C54.4018,48.2157 54.2678,42.9727 54.3348,36.2157 L110.7558,36.2157 C110.7548,42.5867 110.7038,48.1227 108.7738,53.4507 C107.5568,56.8387 105.6848,60.0017 102.8848,63.4047 C99.7268,67.2327 95.2108,71.4907 89.0258,76.4697 L88.9298,76.5587 C88.5858,76.8687 87.5388,77.8157 86.3328,79.3607 C85.3318,80.6417 85.3338,82.5687 86.3368,83.8447 C87.5238,85.3547 88.5538,86.2847 88.8908,86.5897 L89.0388,86.7257 C95.1508,91.6317 99.6668,95.8897 102.8458,99.7417 C105.6458,103.1447 107.5368,106.3097 108.7948,109.6967 C110.6758,114.9317 110.8088,119.5687 110.7418,126.3297 M116.6228,126.3297 L111.7408,126.3297 C111.8078,119.5057 111.6698,114.7417 109.7338,109.3537 C108.4338,105.8537 106.4908,102.5987 103.6178,99.1067 L103.6178,99.1057 C100.3948,95.1997 95.8308,90.8947 89.7338,86.0127 C89.7158,85.9907 89.6578,85.9337 89.5608,85.8477 C89.2388,85.5567 88.2578,84.6707 87.1228,83.2257 C86.4078,82.3167 86.4068,80.8907 87.1198,79.9757 C88.2738,78.4997 89.2718,77.5967 89.6008,77.2997 C89.6608,77.2447 89.7058,77.2027 89.7188,77.1897 C95.8978,72.2207 100.4578,67.9197 103.6558,64.0407 C106.4928,60.5937 108.4748,57.2397 109.7148,53.7897 C111.7028,48.3017 111.7538,42.6787 111.7548,36.2157 L116.7108,36.2157 C116.9868,36.2157 117.2108,35.9917 117.2108,35.7157 C117.2108,35.4387 116.9868,35.2157 116.7108,35.2157 L111.2868,35.2157 C111.2758,35.2147 111.2658,35.2087 111.2558,35.2087 L53.8408,35.2087 C53.8288,35.2087 53.8198,35.2147 53.8088,35.2157 L48.4698,35.2157 C48.1928,35.2157 47.9698,35.4387 47.9698,35.7157 C47.9698,35.9917 48.1928,36.2157 48.4698,36.2157 L53.3368,36.2157 C53.2688,43.0687 53.4068,48.4037 55.3438,53.7937 C56.6428,57.2937 58.5858,60.5497 61.4588,64.0417 C64.6838,67.9487 69.2478,72.2547 75.3448,77.1367 C75.3618,77.1567 75.4188,77.2137 75.5148,77.2997 C75.8578,77.6087 76.7678,78.4307 77.8638,79.8067 C78.6268,80.7637 78.6278,82.3247 77.8668,83.2857 C76.7508,84.6947 75.7908,85.5627 75.4758,85.8497 C75.4158,85.9027 75.3708,85.9447 75.3588,85.9577 C69.1788,90.9277 64.6198,95.2277 61.4208,99.1067 C58.5838,102.5547 56.6018,105.9077 55.3628,109.3577 C53.3748,114.8457 53.3238,119.8967 53.3228,126.3297 L48.3818,126.3297 C48.1048,126.3297 47.8818,126.5537 47.8818,126.8297 C47.8818,127.1057 48.1048,127.3297 48.3818,127.3297 L53.8068,127.3297 C53.8128,127.3297 53.8168,127.3327 53.8218,127.3327 L111.2368,127.3327 C111.2418,127.3327 111.2468,127.3297 111.2518,127.3297 L116.6228,127.3297 C116.8988,127.3297 117.1228,127.1057 117.1228,126.8297 C117.1228,126.5537 116.8988,126.3297 116.6228,126.3297" class="sapIllus_StrokeDetailColor"/>
|
|
10
|
+
</svg>`;
|