@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,41 @@
|
|
|
1
|
+
<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>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<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>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<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
|
+
<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
|
+
<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>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Settings">
|
|
2
|
+
<circle cx="80" cy="80" r="80" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M128.303 32.2762C128.303 31.4052 125.775 30.7081 122.397 30.5497C122.204 27.1761 121.46 24.6675 120.589 24.6694C119.718 24.6714 118.994 27.1992 118.809 30.5903C115.421 30.822 112.903 31.579 112.914 32.4519C112.926 33.3248 115.442 34.0219 118.82 34.1783C119.023 37.552 119.757 40.0606 120.626 40.0587C121.495 40.0567 122.223 37.5289 122.409 34.1378C125.796 33.9061 128.313 33.1491 128.303 32.2762Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M52.2145 135.475C52.2145 134.894 50.5291 134.429 48.2771 134.324C48.1484 132.075 47.6526 130.402 47.072 130.404C46.4913 130.405 46.0084 132.09 45.8848 134.351C43.6264 134.505 41.9474 135.01 41.9551 135.592C41.9628 136.174 43.6406 136.639 45.8925 136.743C46.0277 138.992 46.517 140.664 47.0964 140.663C47.6758 140.662 48.1612 138.977 48.2848 136.716C50.5433 136.561 52.221 136.057 52.2145 135.475Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
5
|
+
<rect x="18.3984" y="38.1812" width="3.66238" height="4.91851" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2318 14.7784L12.7452 15.0807L12.7522 15.0835L11.3243 15.9916C10.7159 16.3786 10.375 17.1021 10.3674 18.0379C10.3615 18.7723 10.5604 19.5649 10.9433 20.3348L12.4193 23.3282L6.59146 26.9482C5.78012 27.22 5.26078 28.027 5.2514 29.1871L5.21107 34.1739C5.19717 35.8915 6.3053 37.8617 7.84288 38.8518L11.4986 41.2168C11.8647 42.7162 12.3496 44.2344 12.9427 45.7427L10.7842 48.0229C10.3918 48.4374 10.1814 49.0544 10.1755 49.7888C10.1679 50.7245 10.4945 51.7659 11.0923 52.6938L14.2726 57.7063C15.3612 59.4179 17.0936 60.3783 18.3723 59.9657L21.4174 58.9836C22.5428 60.1533 23.7123 61.2124 24.9259 62.1729L25.4971 66.3818C25.7419 68.1941 27.0564 70.0331 28.6178 70.7487L33.1513 72.8266C34.1437 73.2814 35.0444 73.1948 35.6389 72.6668L42.8279 68.2167L36.1583 65.008L36.0375 66.0658C34.5105 65.3255 33.2354 63.5177 32.9948 61.7356L32.4236 57.5266C31.3253 56.6574 30.2631 55.7074 29.237 54.6677C29.087 54.5739 28.938 54.4771 28.7901 54.3777L25.87 55.3195C24.5913 55.7321 22.8589 54.7717 21.7703 53.0601L18.59 48.0476C17.9922 47.1197 17.6656 46.0783 17.6731 45.1426C17.6791 44.4082 17.8894 43.7912 18.2819 43.3766L20.2169 41.3326C20.1276 40.8695 20.0582 40.4069 20.0099 39.9467C19.6088 38.8189 19.2695 37.6895 18.9962 36.5706L15.3406 34.2055C13.8486 33.2448 12.7609 31.3612 12.7104 29.6811L15.0762 30.6473L14.0297 22.3279L13.4261 22.7028C13.9078 22.2401 14.6139 22.0763 15.4368 22.3012L19.0173 23.2764C19.4054 22.0633 19.9223 20.9567 20.5465 19.9588L19.5019 17.8402L21.4571 18.6387L20.4105 10.3193L14.8056 13.8009C14.7215 13.8381 14.6401 13.8819 14.5618 13.9325L13.2318 14.7784Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7735 42.8547L11.1656 47.6173L10.7827 48.0219C10.3902 48.4364 10.1799 49.0534 10.174 49.7878C10.1664 50.7235 10.493 51.7649 11.0908 52.6928L14.2711 57.7053C15.3597 59.4169 17.0921 60.3773 18.3708 59.9647L21.4159 58.9826C22.5413 60.1523 23.7108 61.2114 24.9244 62.1719L25.4956 66.3808C25.7307 68.122 26.9533 69.8878 28.4336 70.6584L35.8902 65.9905C34.4284 65.2088 33.2262 63.4597 32.9933 61.7346L32.4221 57.5257C31.3238 56.6564 30.2615 55.7064 29.2355 54.6667C29.0855 54.5729 28.9365 54.4761 28.7886 54.3767L25.8685 55.3185C24.5897 55.7311 22.8574 54.7707 21.7688 53.059L18.5885 48.0466C17.9907 47.1187 17.6641 46.0773 17.6716 45.1416C17.6776 44.4072 17.8879 43.7902 18.2804 43.3756L18.7735 42.8547ZM36.0564 65.8864L36.8938 65.3622L36.1568 65.0077L36.0564 65.8864Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.049 34.0002L7.58594 38.6722C7.67104 38.7351 7.75769 38.795 7.84574 38.8517L11.5014 41.2168C11.5227 41.3039 11.5444 41.3911 11.5664 41.4783L19.0538 36.7912C19.0353 36.7176 19.017 36.6441 18.9991 36.5706L15.3434 34.2055C15.2434 34.1411 15.1452 34.0726 15.049 34.0002ZM22.3758 53.8614L14.9053 58.5381C15.9608 59.7138 17.3219 60.3056 18.3752 59.9657L21.4202 58.9835C22.5457 60.1532 23.7152 61.2124 24.9288 62.1728L24.9622 62.4196L32.454 57.7297L32.4264 57.5266C31.3281 56.6574 30.2659 55.7074 29.2398 54.6677C29.0898 54.5738 28.9408 54.4771 28.7929 54.3776L25.8728 55.3195C24.8105 55.6623 23.4351 55.0574 22.3758 53.8614ZM33.8081 63.9429L26.3315 68.6234C26.9094 69.557 27.7244 70.3379 28.6207 70.7487L33.1542 72.8265C34.1459 73.2811 35.046 73.1949 35.6406 72.6678L42.8307 68.217L36.1611 65.0083L36.0404 66.0658C35.164 65.6409 34.3706 64.8644 33.8081 63.9429Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
9
|
+
<path d="M55.9551 59.5291L63.5262 54.8424L56.8566 51.6338L55.9551 59.5291Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<path d="M34.095 9.48047L26.4297 14.2418L35.1415 17.7999L34.095 9.48047Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.2267 64.4909L47.99 62.936C46.8647 63.0861 45.6865 63.093 44.4771 62.9548L43.82 66.6959C43.5746 68.1163 42.4657 68.764 41.1055 68.3532L43.4239 71.2681C44.6866 72.8454 46.4215 73.4861 47.5298 72.7694L50.2445 71.0428L55.9153 67.5325L49.2457 64.3238L49.2267 64.4909Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.6541 14.5098L33.3001 10.8111C33.5722 9.23572 34.9067 8.61089 36.4679 9.35022L41.0014 11.4281C42.5628 12.1437 43.8774 13.9827 44.1221 15.795L44.6929 20.0513C45.8957 21.0068 47.0651 22.0897 48.1905 23.2594L51.2031 22.2861C52.4818 21.8735 54.2142 22.8339 55.3028 24.5456L58.4832 29.5462C59.0808 30.4859 59.4076 31.5154 59.4 32.4512C59.3941 33.1856 59.1837 33.8025 58.7913 34.2171L56.6326 36.521C57.2149 38.0243 57.689 39.5376 58.0551 41.0488L61.6678 43.3823C63.2054 44.3723 64.3135 46.3426 64.2996 48.0601L64.2592 53.0588C64.2453 54.7763 63.1136 55.72 61.5714 55.2985L57.9479 54.3035C57.5713 55.4268 57.0981 56.4702 56.5177 57.405L58.6445 61.7206C59.0273 62.4905 59.2263 63.2831 59.2203 64.0175C59.2128 64.9533 58.8719 65.6768 58.2635 66.0638L55.026 68.1229C53.9177 68.8395 52.1828 68.1989 50.9201 66.6215L47.9885 62.9357C46.8632 63.0857 45.685 63.0926 44.4756 62.9544L43.8185 66.6955C43.5464 68.2709 42.2119 68.8958 40.6505 68.1801L36.117 66.1023C34.5556 65.3866 33.241 63.5477 32.9963 61.7354L32.4251 57.5264C31.2115 56.566 30.042 55.5068 28.9165 54.3371L25.8715 55.3193C24.5928 55.7319 22.8604 54.7714 21.7718 53.0598L18.5915 48.0473C17.9937 47.1195 17.6671 46.0781 17.6746 45.1423C17.6806 44.4079 17.8909 43.791 18.2834 43.3764L20.4419 41.0962C19.8488 39.5879 19.3639 38.0698 18.9977 36.5704L15.342 34.2053C13.8045 33.2153 12.6963 31.245 12.7102 29.5275L12.7506 24.5407C12.7645 22.8231 13.8962 21.8794 15.4383 22.3009L19.0188 23.2762C19.4069 22.063 19.9238 20.9565 20.548 19.9586L18.4425 15.6884C18.0596 14.9185 17.8607 14.1258 17.8666 13.3914C17.8742 12.4556 18.2151 11.7321 18.8235 11.3452L22.061 9.28608C23.1692 8.56944 24.9042 9.21007 26.1668 10.7875L29.1307 14.4999C30.2559 14.3617 31.4339 14.3666 32.6541 14.5098ZM49.5823 43.8175C49.6367 37.0879 44.7213 29.3593 38.6034 26.5553C32.4855 23.7513 27.4818 26.9336 27.4274 33.6633C27.373 40.3929 32.2884 48.1215 38.4063 50.9255C44.5242 53.7295 49.5279 50.5472 49.5823 43.8175Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M41.555 51.8687C41.8899 50.87 42.0753 49.7296 42.0856 48.4636C42.14 41.734 37.2246 34.0054 31.1067 31.2014C30.0147 30.7009 28.9582 30.3911 27.959 30.2582C29.4048 25.9481 33.6373 24.2787 38.6044 26.5552C39.1566 26.8083 39.699 27.1015 40.2288 27.4305C40.4928 27.5944 40.5184 27.6081 40.8683 27.849C45.0888 30.7538 48.4044 35.905 49.3268 40.9627C49.3972 41.3487 49.4554 41.7439 49.4985 42.1458C49.5588 42.7076 49.5877 43.2659 49.5832 43.8175C49.5385 49.3459 46.1537 52.4804 41.555 51.8687Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.0821 48.6664C42.0547 49.8517 41.8717 50.9238 41.5547 51.8689C46.1534 52.4806 49.5383 49.3461 49.583 43.8177C49.5869 43.3347 49.5652 42.8466 49.5193 42.3555C47.3889 46.5682 44.5158 48.3302 42.0821 48.6664Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.463 88.3549L149.129 89.2973C151.542 89.6941 152.514 91.7277 151.403 94.1251L148.28 101.086C147.205 103.483 144.408 105.517 141.639 105.913L135.135 106.839C133.688 108.691 132.046 110.493 130.271 112.229L131.797 116.825C132.444 118.776 130.996 121.438 128.392 123.125L120.782 128.052C119.351 128.977 117.781 129.49 116.349 129.49C115.226 129.49 114.279 129.176 113.64 128.581L110.089 125.307C107.797 126.216 105.488 126.96 103.181 127.539L99.6559 133.094C98.1605 135.458 95.1603 137.178 92.5328 137.178H84.8859C82.2584 137.178 80.8009 135.458 81.4266 133.094L82.9038 127.539C81.1808 126.977 79.5789 126.266 78.1418 125.39L71.5666 128.696C70.3936 129.292 69.1836 129.606 68.0601 129.606C66.6285 129.606 65.5175 129.093 64.9181 128.167L61.7283 123.24C60.6183 121.554 61.5768 118.892 63.9741 116.941L69.576 112.411C69.3326 110.691 69.3074 108.889 69.5038 107.038L63.773 106.079C61.3597 105.682 60.3874 103.648 61.4628 101.251L64.5852 94.2904C65.6606 91.893 68.4574 89.8594 71.2266 89.4626L77.658 88.5368C79.1121 86.6685 80.7178 84.8664 82.4932 83.1304L80.9531 78.4845C80.3061 76.5336 81.7539 73.8717 84.3587 72.1853L91.9869 67.2583C93.3988 66.3325 94.9878 65.8199 96.4193 65.8199C97.5428 65.8199 98.4891 66.1341 99.1282 66.7293L102.643 70.0029C104.943 69.077 107.259 68.3165 109.548 67.7378L113.121 62.1165C114.616 59.7522 117.616 58.0327 120.244 58.0327H127.873C130.5 58.0327 131.958 59.7522 131.332 62.1165L129.884 67.6055C131.745 68.1842 133.444 68.9613 134.978 69.9037L141.484 66.6301C142.657 66.0349 143.867 65.7207 144.991 65.7207C146.422 65.7207 147.533 66.2333 148.133 67.1591L151.323 72.0861C152.433 73.7725 151.474 76.4344 149.077 78.3853L143.435 82.965C143.66 84.6845 143.667 86.4866 143.463 88.3549ZM98.8405 114.613C109.136 114.613 120.897 106.999 125.111 97.6053C129.324 88.2121 124.394 80.5974 114.099 80.5974C103.804 80.5974 92.0428 88.2121 87.8292 97.6053C83.6156 106.999 88.5456 114.613 98.8405 114.613Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.369 80.9126C112.496 80.0805 114.635 79.3905 116.75 78.8558L120.323 73.2345C121.818 70.8702 124.818 69.1507 127.446 69.1507H132.928L138.155 70.4731C138.667 71.1845 138.823 72.1405 138.534 73.2345L137.086 78.7235C138.947 79.3022 140.646 80.0793 142.18 81.0217L148.686 77.7481C148.788 77.6964 148.89 77.6468 148.993 77.5994L159.001 84.169L151.738 73.1475C151.673 72.7659 151.536 72.4082 151.324 72.0861L148.135 67.1591C147.535 66.2333 146.424 65.7207 144.993 65.7207C143.869 65.7207 142.659 66.0349 141.486 66.6301L137.106 68.8342L131.221 59.7309L131.204 59.7789C130.697 58.7017 129.513 58.0327 127.874 58.0327H120.246C117.618 58.0327 114.618 59.7522 113.122 62.1165L109.55 67.7378C107.261 68.3165 104.944 69.077 102.645 70.0029L99.1299 66.7293C98.4909 66.1341 97.5445 65.8199 96.4211 65.8199C94.9895 65.8199 93.4006 66.3325 91.9886 67.2583L84.3604 72.1853C81.7556 73.8717 80.3079 76.5336 80.9549 78.4845L82.4949 83.1304C80.7196 84.8664 79.1139 86.6685 77.6597 88.5368L71.2283 89.4626C68.4591 89.8594 65.6623 91.8931 64.5869 94.2904L61.4646 101.251C60.6957 102.965 60.9736 104.493 62.0765 105.37L67.716 113.917L63.9758 116.941C61.5786 118.892 60.6201 121.554 61.73 123.24L62.5336 124.481L62.4144 124.477L69.5628 135.31L73.827 125.915L76.7778 123.529C76.5344 121.809 76.5092 120.007 76.7057 118.156L70.9748 117.197C69.4306 116.943 68.4763 116.019 68.2712 114.758L68.8978 115.708L73.6141 105.316L71.8603 105.251C72.9852 102.923 75.72 100.969 78.4284 100.581L84.8598 99.6548C86.314 97.7865 87.9197 95.9844 89.695 94.2484L88.155 89.6025C87.508 87.6516 88.9557 84.9897 91.5605 83.3033L99.1887 78.3763C100.601 77.4505 102.19 76.9379 103.621 76.9379C104.745 76.9379 105.691 77.2521 106.33 77.8473L109.741 81.0243C109.951 80.9844 110.16 80.9471 110.369 80.9126Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path d="M159.001 102.239L152.055 91.4937L149.146 99.7456L159.001 102.239Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M88.8086 146.806L81.6602 135.973L93.5248 136.415L88.8086 146.806Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M150.664 99.4731L156.33 100.415C158.743 100.812 159.716 102.846 158.604 105.243L155.482 112.204C154.406 114.601 151.609 116.635 148.84 117.032L142.336 117.957C140.89 119.809 139.248 121.611 137.472 123.347L138.998 127.944C139.645 129.894 138.198 132.556 135.593 134.243L127.983 139.17C126.553 140.096 124.982 140.608 123.55 140.608C122.427 140.608 121.48 140.294 120.841 139.699L117.29 136.425C114.998 137.334 112.689 138.078 110.382 138.657L106.857 144.212C105.362 146.577 102.361 148.296 99.734 148.296H92.0871C89.4596 148.296 88.0021 146.577 88.6278 144.212L90.105 138.657C88.382 138.095 86.7801 137.384 85.343 136.508L78.7678 139.814C77.5948 140.41 76.3847 140.724 75.2612 140.724C73.8297 140.724 72.7187 140.211 72.1193 139.285L68.9295 134.358C67.8195 132.672 68.778 130.01 71.1753 128.059L76.7772 123.529C76.5337 121.81 76.5086 120.008 76.705 118.156L70.9742 117.197C68.5609 116.8 67.5886 114.766 68.664 112.369L71.7864 105.409C72.8617 103.011 75.6585 100.978 78.4278 100.581L84.8591 99.6549C86.3133 97.7867 87.919 95.9845 89.6944 94.2485L88.1543 89.6027C87.5073 87.6517 88.9551 84.9898 91.5599 83.3034L99.188 78.3765C100.6 77.4506 102.189 76.9381 103.62 76.9381C104.744 76.9381 105.69 77.2522 106.329 77.8474L109.844 81.121C112.144 80.1952 114.46 79.4346 116.749 78.856L120.322 73.2346C121.817 70.8703 124.818 69.1509 127.445 69.1509H135.074C137.701 69.1509 139.159 70.8703 138.533 73.2346L137.086 78.7237C138.946 79.3024 140.645 80.0794 142.179 81.0218L148.685 77.7482C149.859 77.153 151.069 76.8389 152.192 76.8389C153.624 76.8389 154.735 77.3514 155.334 78.2773L158.524 83.2042C159.634 84.8906 158.675 87.5525 156.278 89.5035L150.636 94.0832C150.861 95.8027 150.868 97.6048 150.664 99.4731ZM106.042 125.731C116.337 125.731 128.098 118.117 132.312 108.724C136.525 99.3303 131.595 91.7156 121.3 91.7156C111.006 91.7156 99.244 99.3303 95.0304 108.724C90.8168 118.117 95.7467 125.731 106.042 125.731Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path d="M109.693 81.9736V80.7979H110.634L109.693 81.9736Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
21
|
+
<path d="M110.139 125.353L110.09 125.307C110.007 125.34 109.924 125.372 109.842 125.404C108.564 125.619 107.292 125.731 106.041 125.731C97.6973 125.731 92.8776 120.729 93.5934 113.833C95.1329 114.34 96.8906 114.613 98.8408 114.613C109.136 114.613 120.897 106.998 125.111 97.6052C125.91 95.8247 126.38 94.1082 126.547 92.4954C133.134 94.6641 135.726 101.109 132.311 108.723C131.804 109.853 131.188 110.957 130.479 112.025C130.41 112.093 130.341 112.161 130.271 112.229L130.294 112.299C125.84 118.819 117.912 123.954 110.139 125.353Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M88.0711 87.8801L80.8258 77.0498C80.765 77.5518 80.8032 78.0368 80.9516 78.4844L82.4917 83.1302C81.212 84.3816 80.0204 85.6673 78.9102 86.9874L86.2429 97.9484C87.3152 96.6833 88.4629 95.4499 89.6918 94.2482L88.1517 89.6024C87.9751 89.0698 87.9546 88.4843 88.0711 87.8801Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.751 78.8565C114.636 79.3912 112.498 80.0811 110.37 80.9133C110.161 80.9478 109.952 80.9851 109.742 81.025L109.736 81.0193L101.905 69.3138L102.646 70.0036C104.945 69.0777 107.262 68.3172 109.551 67.7385L110.614 66.0654L117.93 77.0012L116.751 78.8565ZM70.502 89.6045C70.7438 89.5454 70.9867 89.4981 71.2293 89.4633L77.6607 88.5375C78.1924 87.8544 78.7443 87.1802 79.3173 86.5149L86.6514 97.4779C86.0303 98.1935 85.4338 98.9193 84.8608 99.6555L78.4294 100.581C78.2556 100.606 78.0817 100.638 77.9081 100.675L70.502 89.6045Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.9078 115.679L68.8733 115.675L68.8947 115.708L68.9078 115.679ZM68.3035 114.941L67.2301 113.059L67.138 113.045L67.7129 113.917L66.2754 115.079L73.703 126.182L73.8239 125.915L76.7747 123.529C76.5313 121.81 76.5061 120.008 76.7026 118.156L70.9717 117.197C69.503 116.955 68.568 116.108 68.3035 114.941Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path d="M38.9902 67.1528L61.256 81.4912L30.7025 128.937C26.7431 135.086 18.549 136.86 12.4005 132.901C6.25192 128.942 4.4773 120.748 8.43672 114.599L38.9902 67.1528Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<ellipse cx="49.8761" cy="74.7045" rx="13.2414" ry="6.68259" transform="rotate(32.78 49.8761 74.7045)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
27
|
+
<path d="M48.9156 63.1072C45.9606 66.1058 42.8516 65.6893 41.5141 65.7973L61.4371 78.627C60.4561 75.9821 60.0623 71.9651 60.7447 70.7247L48.9156 63.1072Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0562 70.3333C64.0685 70.3153 64.0806 70.297 64.0924 70.2786C64.1043 70.2602 64.1159 70.2417 64.1272 70.223L66.2469 66.9313L62.7506 64.6798C61.7471 63.4015 60.3525 62.1336 58.6687 61.0493C56.9848 59.965 55.2536 59.2199 53.6746 58.8352L50.1768 56.5827L47.9758 60.0005L47.9779 60.0018C46.6318 62.2569 49.0554 66.332 53.4461 69.1594C57.8368 71.9868 62.5494 72.5073 64.0455 70.3488L64.046 70.3491L64.0562 70.3333Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<ellipse cx="58.2128" cy="61.7576" rx="9.55691" ry="4.82311" transform="rotate(32.78 58.2128 61.7576)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.1484 4.40008L89.3448 7.33684L55.4543 59.9649L55.524 60.0098C55.4012 60.8111 56.2039 61.9856 57.5211 62.8338C58.8382 63.682 60.2396 63.9269 60.9183 63.4835L60.9855 63.5268L61.1675 63.2442C61.1733 63.2359 61.1789 63.2275 61.1844 63.2189C61.1899 63.2104 61.1952 63.2018 61.2004 63.1931L94.876 10.8987L95.1484 4.40008Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.9638 6.51484L89.2835 13.504L94.9483 9.0849L95.1447 4.3992L90.9638 6.51484Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
32
|
+
<rect width="3.56838" height="46.7534" rx="1.78419" transform="matrix(0.703914 0.710286 -0.541415 0.840756 36.6035 77.2834)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
33
|
+
<rect width="3.56838" height="46.7534" rx="1.78419" transform="matrix(-0.937878 -0.346966 -0.541415 0.840756 53.1816 87.9597)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
34
|
+
<rect x="42.3535" y="83.2205" width="3.62" height="46.7534" rx="1.81" transform="rotate(32.78 42.3535 83.2205)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
35
|
+
<rect x="70.252" y="37.751" width="2.01298" height="23.5347" rx="1.00649" transform="rotate(32.78 70.252 37.751)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
36
|
+
<rect x="73.8379" y="32.1812" width="2.01298" height="4.44992" rx="1.00649" transform="rotate(32.78 73.8379 32.1812)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Success">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M120.217689,102.304026 C120.272689,97.2990258 124.133689,93.7590258 129.327689,93.6400258 C145.452689,93.2690258 158.477689,78.8280258 156.864689,61.4130258 C155.461689,46.2570258 142.859689,35.0210258 128.481689,35.0200258 C105.123689,35.0185258 66.9076889,35.0185258 43.5496889,35.0200258 C29.1716889,35.0210258 16.5696889,46.2570258 15.1656889,61.4130258 C13.5536889,78.8280258 26.5746889,93.6400258 42.7026889,93.6400258 L42.7876889,93.6400258 C46.0606889,93.6400258 48.7286889,96.4750258 48.7186889,99.9410258 L48.7186889,100.011026 L48.7186889,100.081026 C48.7286889,103.547026 46.0606889,106.383026 42.7876889,106.383026 L19.1636889,106.383026 C11.7846889,106.383026 5.0186889,111.547026 3.4006889,119.172026 C1.1226889,129.906026 8.8736889,139.516026 18.6406889,139.516026 L34.3586889,139.516026 L104.672689,139.516026 L114.341689,139.516026 C121.948689,139.516026 128.853689,134.018026 130.252689,126.097026 C131.566689,118.660026 127.281689,113.068026 122.557689,108.544026 C121.207689,107.252026 120.189689,104.933026 120.217689,102.304026" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_AccentColor)" d="M30.7091824 76.4125338C26.2730516 74.7693562 24.1035788 70.7279469 22.4185369 66.6043039 22.3392936 66.414419 22.1523989 66.2888258 21.9475624 66.2888258 21.7472114 66.3082628 21.5692877 66.4248851 21.4735977 66.6013136 19.2816975 71.8493146 16.4080058 74.1174678 12.2738967 76.9791983 12.0466328 77.1361897 11.9883217 77.4486776 12.1453132 77.6789317 12.2111001 77.7716315 12.305295 77.8419038 12.4174318 77.8747973 15.8951669 78.9348636 21.1162551 85.462719 21.1461583 88.7894433 21.1476534 89.0406297 21.3360432 89.252942 21.5857344 89.2843403 21.6111521 89.2873306 21.6365698 89.2888258 21.6589971 89.2888258 21.886261 89.2873306 22.0821265 89.1393101 22.1449231 88.9225123 22.9941723 85.9785482 25.7303096 79.8364433 30.019915 77.6639802 30.2471789 77.5488531 30.4804234 77.4441921 30.7166582 77.3544827 30.9753203 77.2558023 31.1068941 76.9657418 31.0082138 76.7070797 30.9558833 76.5695252 30.848232 76.4618739 30.7091824 76.4125338M139.504941 31.274244C136.175032 30.2026065 134.546553 27.5669048 133.281703 24.8775724 133.222221 24.7537344 133.081931 24.6718258 132.928174 24.6718258 132.777784 24.6845021 132.644228 24.7605601 132.5724 24.8756222 130.927086 28.2982315 128.769996 29.7774619 125.666795 31.6438078 125.496203 31.7461936 125.452433 31.94999 125.570276 32.1001557 125.619657 32.1606121 125.690363 32.2064419 125.774537 32.2278942 128.385042 32.9192418 132.304167 37.1765388 132.326613 39.3461416 132.327736 39.5099588 132.469147 39.6484233 132.656574 39.6689005 132.675653 39.6708507 132.694733 39.6718258 132.711567 39.6718258 132.882159 39.6708507 133.029183 39.5743155 133.07632 39.4329257 133.713795 37.5129491 135.767632 33.5072285 138.987554 32.0904047 139.158146 32.0153218 139.333227 31.9470647 139.510553 31.8885585 139.704713 31.8242018 139.803477 31.6350319 139.729404 31.4663392 139.690123 31.3766298 139.609317 31.3064224 139.504941 31.274244" class="sapIllus_AccentColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M78.6365889,40.1399258 L112.548589,57.5339258 C112.727589,57.6249258 112.718589,57.8829258 112.533589,57.9629258 L78.6215889,72.5519258 C78.4645889,72.6189258 78.2895889,72.5049258 78.2895889,72.3339258 L78.2895889,40.3509258 C78.2895889,40.1729258 78.4785889,40.0589258 78.6365889,40.1399258" class="sapIllus_BrandColorSecondary"/>
|
|
5
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M77.6111889,99.0051258 L77.1241889,99.0051258 C76.5721889,99.0051258 76.1241889,98.5581258 76.1241889,98.0051258 L76.1241889,36.8081258 C76.1241889,36.2561258 76.5721889,35.8081258 77.1241889,35.8081258 L77.6111889,35.8081258 C78.1641889,35.8081258 78.6111889,36.2561258 78.6111889,36.8081258 L78.6111889,98.0051258 C78.6111889,98.5581258 78.1641889,99.0051258 77.6111889,99.0051258" class="sapIllus_StrokeDetailColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_Layering1)" d="M139.413989,128.234626 C136.201989,120.708626 131.796989,114.146626 126.197989,108.547626 C120.600989,102.950626 114.037989,98.5456258 106.512989,95.3326258 C98.9869889,92.1206258 91.0029889,90.5146258 82.5599889,90.5146258 C73.9329889,90.5146258 65.9019889,92.1206258 58.4679889,95.3326258 C51.0339889,98.5456258 44.5179889,102.950626 38.9199889,108.547626 C33.3209889,114.146626 28.9159889,120.708626 25.7039889,128.234626 C23.5499889,133.282626 21.6199889,143.022626 21.6199889,143.022626 C21.5129889,143.561626 21.8759889,144.003626 22.4259889,144.003626 L142.692989,144.003626 C143.242989,144.003626 143.604989,143.561626 143.498989,143.022626 C143.498989,143.022626 141.568989,133.282626 139.413989,128.234626" class="sapIllus_Layering1"/>
|
|
7
|
+
<path fill="var(--sapIllus_Layering2)" d="M68.0662889 121.270826C68.0662889 128.272826 62.3892889 133.949826 55.3872889 133.949826 48.3852889 133.949826 42.7092889 128.272826 42.7092889 121.270826 42.7092889 114.267826 48.3852889 108.591826 55.3872889 108.591826 62.3892889 108.591826 68.0662889 114.267826 68.0662889 121.270826M103.796789 106.862626C103.796789 111.000626 100.442789 114.354626 96.3047889 114.354626 92.1667889 114.354626 88.8137889 111.000626 88.8137889 106.862626 88.8137889 102.724626 92.1667889 99.3716258 96.3047889 99.3716258 100.442789 99.3716258 103.796789 102.724626 103.796789 106.862626M125.696189 122.423126C125.696189 125.606126 123.116189 128.186126 119.933189 128.186126 116.751189 128.186126 114.170189 125.606126 114.170189 122.423126 114.170189 119.240126 116.751189 116.660126 119.933189 116.660126 123.116189 116.660126 125.696189 119.240126 125.696189 122.423126" class="sapIllus_Layering2"/>
|
|
8
|
+
<path fill="var(--sapIllus_BrandColorPrimary)" d="M95.0711889 23.2239258L92.2491889 20.9949258C91.8501889 20.6789258 91.7821889 20.0999258 92.0971889 19.7009258L94.3271889 16.8779258C94.6421889 16.4789258 95.2211889 16.4119258 95.6211889 16.7269258L98.4431889 18.9559258C98.8421889 19.2719258 98.9101889 19.8509258 98.5941889 20.2499258L96.3651889 23.0729258C96.0501889 23.4719258 95.4701889 23.5389258 95.0711889 23.2239258M111.373889 84.1643258L110.106889 81.5493258C109.885889 81.0913258 110.076889 80.5403258 110.534889 80.3183258L113.149889 79.0533258C113.607889 78.8313258 114.158889 79.0223258 114.380889 79.4803258L115.645889 82.0953258C115.867889 82.5533258 115.676889 83.1033258 115.218889 83.3253258L112.603889 84.5923258C112.145889 84.8133258 111.595889 84.6223258 111.373889 84.1643258zM48.7703889 56.6770258L45.4823889 54.7790258C45.0413889 54.5250258 44.8903889 53.9610258 45.1443889 53.5210258L47.0423889 50.2330258C47.2973889 49.7910258 47.8613889 49.6410258 48.3013889 49.8950258L51.5893889 51.7930258C52.0303889 52.0480258 52.1813889 52.6120258 51.9263889 53.0520258L50.0283889 56.3400258C49.7743889 56.7810258 49.2103889 56.9320258 48.7703889 56.6770258" class="sapIllus_BrandColorPrimary"/>
|
|
9
|
+
<path fill="var(--sapIllus_Layering1)" d="M27.1277889 38.1477258C26.7267889 38.1547258 26.3957889 37.8347258 26.3897889 37.4327258L26.3897889 32.9607258C26.4027889 32.5517258 26.7457889 32.2327258 27.1537889 32.2467258 27.5417889 32.2597258 27.8547889 32.5717258 27.8667889 32.9607258L27.8667889 37.4317258C27.8607889 37.8347258 27.5297889 38.1547258 27.1287889 38.1477258L27.1277889 38.1477258zM27.1277889 21.9133258C26.7267889 21.9203258 26.3957889 21.6003258 26.3897889 21.1983258L26.3897889 21.1973258 26.3897889 16.7183258C26.4007889 16.3093258 26.7407889 15.9883258 27.1487889 16.0003258 27.5407889 16.0113258 27.8567889 16.3263258 27.8667889 16.7183258L27.8667889 21.1973258C27.8607889 21.5993258 27.5297889 21.9203258 27.1287889 21.9133258L27.1277889 21.9133258zM21.2478889 27.8098258L16.7728889 27.8098258C16.3648889 27.8098258 16.0348889 27.4798258 16.0348889 27.0718258 16.0348889 26.6638258 16.3648889 26.3328258 16.7728889 26.3328258L21.2478889 26.3328258C21.6548889 26.3328258 21.9858889 26.6638258 21.9858889 27.0718258 21.9858889 27.4798258 21.6548889 27.8098258 21.2478889 27.8098258M37.4891889 27.8118258L33.0201889 27.8118258C32.6131889 27.7988258 32.2941889 27.4578258 32.3061889 27.0518258 32.3191889 26.6628258 32.6311889 26.3498258 33.0201889 26.3378258L37.4891889 26.3378258C37.8961889 26.3508258 38.2161889 26.6918258 38.2031889 27.0978258 38.1901889 27.4878258 37.8781889 27.7988258 37.4891889 27.8118258M139.785089 100.520826C139.494089 100.525826 139.255089 100.293826 139.250089 100.002826L139.250089 96.7658258C139.260089 96.4698258 139.508089 96.2398258 139.804089 96.2498258 140.085089 96.2588258 140.310089 96.4848258 140.320089 96.7658258L140.320089 100.002826C140.315089 100.292826 140.076089 100.525826 139.785089 100.520826M139.785089 88.7708258C139.494089 88.7758258 139.255089 88.5438258 139.250089 88.2528258L139.250089 88.2518258 139.250089 85.0108258C139.259089 84.7148258 139.505089 84.4828258 139.800089 84.4908258 140.084089 84.4998258 140.311089 84.7268258 140.319089 85.0108258L140.319089 88.2518258C140.315089 88.5428258 140.076089 88.7758258 139.785089 88.7708258M135.529189 93.0383258L132.290189 93.0383258C131.995189 93.0383258 131.756189 92.7993258 131.756189 92.5043258 131.756189 92.2093258 131.995189 91.9703258 132.290189 91.9703258L135.529189 91.9703258C135.824189 91.9703258 136.063189 92.2093258 136.063189 92.5043258 136.063189 92.7993258 135.824189 93.0383258 135.529189 93.0383258M147.284089 93.0403258L144.049089 93.0403258C143.755089 93.0303258 143.523089 92.7843258 143.533089 92.4893258 143.542089 92.2083258 143.767089 91.9813258 144.049089 91.9733258L147.284089 91.9733258C147.578089 91.9823258 147.809089 92.2283258 147.801089 92.5233258 147.791089 92.8053258 147.565089 93.0303258 147.284089 93.0403258" class="sapIllus_Layering1"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-SuccessfulAuth">
|
|
2
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M139.0221,41.3125 L138.9651,41.3125 L137.7471,41.3125 L137.7471,51.4495 L137.7471,55.3305 L137.7471,120.3605 C137.7471,122.4735 136.0351,124.1855 133.9211,124.1855 L28.1561,124.1855 L28.1581,126.7345 C28.1581,128.8475 29.8691,130.5605 31.9811,130.5605 L139.0221,130.5605 C141.1341,130.5605 142.8461,128.8475 142.8461,126.7355 L142.8461,45.1375 C142.8461,43.0255 141.1341,41.3125 139.0221,41.3125" class="sapIllus_PatternShadow"/>
|
|
3
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M133.6406,124.2474 L27.1076,124.2474 C24.8396,124.2474 23.0006,122.4084 23.0006,120.1414 L23.0006,39.1064 C23.0006,36.8394 24.8396,35.0004 27.1076,35.0004 L133.6406,35.0004 C135.9086,35.0004 137.7466,36.8394 137.7466,39.1064 L137.7466,120.1414 C137.7466,122.4084 135.9086,124.2474 133.6406,124.2474" class="sapIllus_ObjectFillColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M137.747,51.5746 L23,51.5746 L23,39.1936 C23,36.8776 24.878,35.0006 27.194,35.0006 L133.373,35.0006 C135.789,35.0006 137.747,36.9586 137.747,39.3746 L137.747,51.5746 Z" class="sapIllus_BrandColorSecondary"/>
|
|
5
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M133.9218,122.973 L26.8248,122.973 C25.4168,122.973 24.2758,121.831 24.2758,120.422 L24.2758,51.575 L26.5978,51.575 L136.4728,51.586 L136.4728,120.422 C136.4728,121.831 135.3308,122.973 133.9218,122.973 M136.4728,38.825 L136.4728,50.299 L24.2758,50.299 L24.2758,38.825 C24.2758,37.416 25.4168,36.275 26.8248,36.275 L133.9218,36.275 C135.3308,36.275 136.4728,37.416 136.4728,38.825 M133.9218,35 L133.3178,35 L26.3028,35 L26.2448,35 C24.0418,35 23.0008,37.157 23.0008,38.694 L23.0008,51.575 L23.0008,120.422 C23.0008,122.536 24.7128,124.247 26.8248,124.247 L133.9218,124.247 C136.0348,124.247 137.7468,122.536 137.7468,120.422 L137.7468,55.392 L137.7468,51.511 L137.7468,38.825 C137.7468,36.712 136.0348,35 133.9218,35" class="sapIllus_StrokeDetailColor"/>
|
|
6
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M35.1547 43.2875C35.1547 44.6565 34.0447 45.7665 32.6757 45.7665 31.3057 45.7665 30.1957 44.6565 30.1957 43.2875 30.1957 41.9175 31.3057 40.8085 32.6757 40.8085 34.0447 40.8085 35.1547 41.9175 35.1547 43.2875M42.7807 43.2875C42.7807 44.6565 41.6707 45.7665 40.3007 45.7665 38.9317 45.7665 37.8217 44.6565 37.8217 43.2875 37.8217 41.9175 38.9317 40.8085 40.3007 40.8085 41.6707 40.8085 42.7807 41.9175 42.7807 43.2875M50.4067 43.2875C50.4067 44.6565 49.2967 45.7665 47.9267 45.7665 46.5577 45.7665 45.4477 44.6565 45.4477 43.2875 45.4477 41.9175 46.5577 40.8085 47.9267 40.8085 49.2967 40.8085 50.4067 41.9175 50.4067 43.2875" class="sapIllus_ObjectFillColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_AccentColor)" d="M62.414,90.8383 C59.028,90.8383 56.282,88.0933 56.282,84.7063 C56.282,81.3193 59.028,78.5743 62.414,78.5743 C65.801,78.5743 68.546,81.3193 68.546,84.7063 C68.546,88.0933 65.801,90.8383 62.414,90.8383 M108.44,81.7743 L74.863,81.7743 C73.498,76.1043 68.407,71.8853 62.317,71.8853 C55.183,71.8853 49.399,77.6683 49.399,84.8033 C49.399,91.9383 55.183,97.7223 62.317,97.7223 C68.494,97.7223 73.65,93.3843 74.926,87.5903 L93.365,87.5903 L93.365,94.0453 C93.365,94.3173 93.586,94.5383 93.858,94.5383 L97.591,94.5383 C97.865,94.5383 98.087,94.3143 98.084,94.0393 L98.08,92.3843 C98.076,92.1093 98.298,91.8853 98.572,91.8853 L102.268,91.8853 C102.54,91.8853 102.761,92.1063 102.761,92.3783 L102.761,94.0453 C102.761,94.3173 102.982,94.5383 103.254,94.5383 L106.896,94.5383 C107.169,94.5383 107.39,94.3173 107.39,94.0453 L107.39,87.5903 L108.44,87.5903 C110.047,87.5903 111.349,86.2883 111.349,84.6823 C111.349,83.0753 110.047,81.7743 108.44,81.7743" class="sapIllus_AccentColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M140.8463,146.0674 C140.8463,148.5524 114.5123,150.5674 82.0273,150.5674 C49.5413,150.5674 23.2073,148.5524 23.2073,146.0674 C23.2073,143.5824 49.5413,141.5674 82.0273,141.5674 C114.5123,141.5674 140.8463,143.5824 140.8463,146.0674" class="sapIllus_BackgroundColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M157.7133 10.5657C155.0103 9.5007 153.6983 6.9137 152.6843 4.2757 152.6223 4.1127 152.4683 4.0037 152.2933 4.0007L152.2883 4.0007C152.1153 4.0017 151.9613 4.1057 151.8973 4.2657 150.5433 7.5447 148.5313 9.2207 146.2023 11.1617L146.1493 11.2067C146.0223 11.3137 145.9653 11.4837 146.0033 11.6457 146.0413 11.8077 146.1673 11.9337 146.3293 11.9697 148.3843 12.4157 151.5643 16.4277 151.5643 18.5757 151.5623 18.7897 151.7173 18.9727 151.9293 19.0057 151.9483 19.0087 151.9693 19.0107 151.9893 19.0107 152.1803 19.0087 152.3473 18.8817 152.3983 18.6987 153.0793 16.3217 155.0583 12.4127 157.7123 11.3797 157.9373 11.2887 158.0453 11.0327 157.9543 10.8077 157.9093 10.6977 157.8223 10.6107 157.7133 10.5657M142.727 24.801C141.292 24.215 140.589 22.771 140.041 21.297 139.986 21.136 139.835 21.026 139.665 21.021L139.661 21.021C139.492 21.024 139.342 21.129 139.283 21.287 138.613 22.834 137.542 24.175 136.182 25.171L136.152 25.197C136.028 25.307 135.974 25.476 136.012 25.637 136.045 25.796 136.167 25.922 136.326 25.96 137.383 26.198 139.085 28.425 139.085 29.57 139.081 29.78 139.23 29.963 139.437 30 139.456 30.003 139.476 30.005 139.496 30.005 139.682 30.001 139.843 29.873 139.889 29.693 140.256 28.364 141.316 26.183 142.726 25.613 142.951 25.514 143.051 25.251 142.952 25.027 142.907 24.926 142.828 24.846 142.727 24.801" class="sapIllus_BrandColorSecondary"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Systems">
|
|
2
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M128.3767,71.6423 C128.0287,71.3123 127.8597,70.9063 127.8707,70.1513 C127.8937,68.5003 127.7237,66.8383 127.3947,65.2213 C126.7407,62.0073 125.4067,58.9423 123.5057,56.2703 C123.5057,56.2583 123.4947,56.2473 123.4827,56.2353 C119.1997,50.2043 112.1607,46.2853 104.1937,46.2853 C103.3257,46.2853 102.4687,46.3323 101.6247,46.4263 C100.1707,46.5913 98.7677,46.8983 97.4097,47.3093 C97.3947,47.3123 97.3827,47.3103 97.3667,47.3153 C96.5337,47.5533 96.1927,47.0623 96.1927,47.0623 C94.8427,45.1063 93.3057,43.3033 91.5807,41.6863 C85.5497,35.9843 77.4307,32.4993 68.4907,32.4993 C67.8097,32.4993 67.1297,32.5233 66.4607,32.5703 C56.0777,33.1803 46.9607,38.5073 41.2347,46.4383 C36.0897,53.5133 34.5597,61.5873 35.0627,70.1583 C35.0757,70.3773 35.0857,70.6093 34.9847,70.8033 C34.8637,71.0383 34.6087,71.1673 34.3697,71.2803 C24.3317,76.0593 17.4997,85.5723 17.4997,96.9133 C17.4997,104.5513 20.5617,111.4733 25.5247,116.5073 C27.1907,118.2083 29.0677,119.6983 31.1217,120.9183 C32.8927,122.0563 34.7707,123.0653 36.7527,123.9223 C40.5897,125.6003 44.6497,126.5273 48.8617,126.6913 L103.1967,126.6913 C110.4127,126.6913 116.6067,125.8583 121.6407,124.2153 C122.4857,123.9453 123.2947,123.6523 124.0807,123.3243 C124.1157,123.3123 124.1397,123.3003 124.1747,123.2883 C124.5387,123.1593 124.9137,123.0193 125.2777,122.8543 C125.8407,122.6203 126.3807,122.3733 126.9207,122.1273 C126.9317,122.1153 126.9437,122.1033 126.9667,122.1033 C136.3887,117.4693 142.8887,107.7663 142.8887,96.5493 C142.8887,86.8463 137.9217,77.4243 129.5217,72.4043 C129.0307,72.1113 128.6487,71.9003 128.3767,71.6423" class="sapIllus_ObjectFillColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M68.491,32.9995 C67.821,32.9995 67.15,33.0225 66.496,33.0685 C56.544,33.6535 47.486,38.6335 41.64,46.7315 C37,53.1115 35.012,60.7655 35.562,70.1295 C35.576,70.3605 35.596,70.7105 35.429,71.0325 C35.226,71.4245 34.841,71.6095 34.586,71.7315 C24.355,76.6025 18,86.2505 18,96.9135 C18,104.1685 20.799,111.0015 25.882,116.1565 C27.541,117.8505 29.388,119.3085 31.377,120.4885 C33.169,121.6395 35.039,122.6375 36.951,123.4635 C40.722,125.1125 44.735,126.0295 48.881,126.1905 L103.196,126.1905 C110.348,126.1905 116.502,125.3665 121.485,123.7395 C122.353,123.4635 123.138,123.1765 123.887,122.8625 L124.175,123.2885 L124.008,122.8165 C124.359,122.6925 124.721,122.5575 125.073,122.3985 C125.613,122.1725 126.123,121.9405 126.631,121.7095 L126.714,121.6275 L126.824,121.6175 C136.427,116.8565 142.388,107.2605 142.388,96.5495 C142.388,86.7585 137.36,77.6715 129.264,72.8325 L129.064,72.7135 C128.658,72.4735 128.307,72.2665 128.033,72.0055 C127.557,71.5555 127.359,70.9985 127.37,70.1445 C127.392,68.5665 127.236,66.9435 126.904,65.3205 C126.268,62.1945 124.952,59.1655 123.098,56.5605 L123.006,56.4165 C118.611,50.3575 111.616,46.7855 104.194,46.7855 C103.348,46.7855 102.503,46.8315 101.679,46.9235 C100.337,47.0755 98.948,47.3665 97.554,47.7875 L97.459,47.8085 C96.548,48.0425 95.979,47.6315 95.782,47.3465 C94.434,45.3955 92.906,43.6135 91.239,42.0505 C85.065,36.2135 76.987,32.9995 68.491,32.9995 M103.196,127.1905 L48.861,127.1905 C44.571,127.0235 40.436,126.0785 36.553,124.3805 C34.593,123.5335 32.674,122.5105 30.85,121.3395 C28.803,120.1235 26.887,118.6115 25.168,116.8565 C19.901,111.5165 17,104.4325 17,96.9135 C17,85.8605 23.573,75.8665 34.155,70.8295 C34.289,70.7655 34.492,70.6675 34.541,70.5725 C34.582,70.4945 34.572,70.3165 34.564,70.1875 C34,60.5835 36.05,52.7185 40.831,46.1455 C46.852,37.8035 56.183,32.6735 66.431,32.0705 C67.103,32.0235 67.798,31.9995 68.491,31.9995 C77.244,31.9995 85.566,35.3115 91.925,41.3225 C93.641,42.9335 95.217,44.7695 96.604,46.7775 C96.61,46.7815 96.78,46.9635 97.229,46.8345 L97.312,46.8155 C98.748,46.3855 100.179,46.0875 101.568,45.9295 C102.429,45.8335 103.311,45.7855 104.194,45.7855 C112.01,45.7855 119.372,49.5835 123.889,55.9455 L123.982,56.0785 C125.88,58.7745 127.228,61.8985 127.885,65.1215 C128.23,66.8145 128.393,68.5095 128.37,70.1575 C128.361,70.8075 128.498,71.0675 128.72,71.2785 L128.721,71.2795 C128.914,71.4625 129.205,71.6355 129.574,71.8535 L129.778,71.9755 C138.174,76.9915 143.388,86.4085 143.388,96.5495 C143.388,107.6625 137.192,117.6185 127.216,122.5385 L127.128,122.5825 C127.127,122.5835 127.126,122.5835 127.124,122.5845 L127.081,122.6045 C126.552,122.8455 126.022,123.0855 125.471,123.3155 C125.106,123.4805 124.719,123.6265 124.342,123.7605 C123.497,124.1095 122.685,124.4065 121.793,124.6915 C116.712,126.3505 110.454,127.1905 103.196,127.1905" class="sapIllus_StrokeDetailColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M142.2695,95.9609 C142.2695,107.1779 136.4345,116.8169 126.3475,121.5149 C126.3245,121.5149 126.3125,121.5269 126.3005,121.5389 C125.7615,121.7849 125.2215,122.0309 124.6585,122.2659 C124.2945,122.4299 123.9195,122.5709 123.5555,122.6999 C123.5205,122.7119 123.4965,122.7239 123.4615,122.7349 C122.6755,123.0639 121.8665,123.3569 121.0215,123.6269 C115.9875,125.2699 109.7925,126.1029 102.5775,126.1029 L48.2425,126.1029 C44.0305,125.9379 40.4475,124.8809 36.6115,123.2029 C34.6285,122.3459 32.7755,121.2049 31.0045,120.0669 C28.9505,118.8459 27.6625,117.7189 25.9965,116.0179 C24.8705,114.8679 23.5965,113.4539 22.6935,112.1289 C23.8895,113.1729 24.3305,114.1699 25.6915,114.9799 C35.6075,121.5319 39.2195,120.5879 43.4315,120.7529 L97.7665,120.7529 C104.9825,120.7529 111.1775,119.9199 116.2105,118.2769 C117.0555,118.0069 117.8655,117.7139 118.6515,117.3849 C118.6865,117.3739 118.7095,117.3619 118.7455,117.3499 C119.1085,117.2209 119.4845,117.0799 119.8475,116.9159 C120.4115,116.6809 120.9505,116.4349 121.4905,116.1879 C121.5025,116.1769 121.5145,116.1649 121.5375,116.1649 C130.9585,111.5309 137.4585,101.8269 137.4585,90.6109 C137.4585,84.7909 135.7425,79.9919 132.4925,75.2629 C138.7465,80.5779 142.2695,87.7009 142.2695,95.9609" class="sapIllus_PatternShadow"/>
|
|
5
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M71.6111,60.8229 L59.8401,61.5699 C59.2891,61.6049 58.8141,61.1859 58.7791,60.6349 L58.0321,48.8639 C57.9971,48.3129 58.4151,47.8379 58.9661,47.8029 L70.7371,47.0559 C71.2891,47.0209 71.7641,47.4399 71.7991,47.9909 L72.5461,59.7619 C72.5811,60.3129 72.1621,60.7879 71.6111,60.8229" class="sapIllus_BrandColorSecondary"/>
|
|
6
|
+
<path fill="var(--sapIllus_Layering1)" d="M109.5795,109.3939 L95.3195,107.3989 C94.7725,107.3219 94.3905,106.8169 94.4675,106.2699 L96.4625,92.0099 C96.5395,91.4629 97.0445,91.0809 97.5915,91.1579 L111.8515,93.1529 C112.3985,93.2299 112.7805,93.7349 112.7035,94.2819 L110.7085,108.5419 C110.6315,109.0889 110.1265,109.4709 109.5795,109.3939" class="sapIllus_Layering1"/>
|
|
7
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M49.6758,100.6829 C49.6758,96.4819 46.2708,93.0769 42.0698,93.0769 C37.8688,93.0769 34.4638,96.4819 34.4638,100.6829 C34.4638,104.8839 37.8688,108.2889 42.0698,108.2889 C46.2708,108.2889 49.6758,104.8839 49.6758,100.6829" class="sapIllus_BrandColorSecondary"/>
|
|
8
|
+
<path fill="var(--sapIllus_AccentColor)" d="M88.7962,81.6153 L112.0942,73.5993 C112.8222,73.3493 113.0062,72.4043 112.4252,71.8993 L93.8342,55.7303 C93.2532,55.2253 92.3432,55.5383 92.1962,56.2943 L87.4892,80.4783 C87.3422,81.2343 88.0682,81.8653 88.7962,81.6153" class="sapIllus_AccentColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_Layering2)" d="M71.9274,94.7569 L53.8824,82.1759 C53.4294,81.8599 53.3184,81.2369 53.6344,80.7839 L57.2584,75.5859 C57.5734,75.1329 58.1974,75.0219 58.6504,75.3379 L76.6954,87.9189 C77.1484,88.2349 77.2594,88.8579 76.9434,89.3109 L73.3194,94.5089 C73.0034,94.9619 72.3804,95.0729 71.9274,94.7569" class="sapIllus_Layering2"/>
|
|
10
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M80.1942,139.794 C101.1812,139.794 118.1942,142.48 118.1942,145.794 C118.1942,149.108 101.1812,151.794 80.1942,151.794 C59.2072,151.794 42.1942,149.108 42.1942,145.794 C42.1942,142.48 59.2072,139.794 80.1942,139.794" class="sapIllus_BackgroundColor"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Teams">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M146.6653,101.129551 C144.5553,108.329551 140.1353,114.209551 132.4253,116.799551 C132.1053,116.899551 131.7853,116.999551 131.4553,117.099551 C131.4053,117.109551 131.3653,117.129551 131.3153,117.139551 C123.9353,119.229551 112.1053,120.299551 104.6253,121.429551 C103.0053,121.679551 101.3753,121.919551 99.7253,122.159551 C99.5553,122.189551 99.3953,122.209551 99.2253,122.229551 C99.0653,122.259551 98.8953,122.279551 98.7353,122.299551 C98.3653,122.359551 97.9953,122.409551 97.6253,122.459551 C90.8153,123.429551 83.8053,124.279551 76.9053,124.659551 C76.5753,124.669551 76.2353,124.689551 75.9053,124.709551 C75.4253,124.729551 74.9353,124.749551 74.4553,124.769551 C71.6853,124.879551 68.5353,124.959551 65.1653,124.950395 C58.4353,124.919551 50.8153,124.519551 43.5553,123.159551 C40.1653,122.529551 36.8553,121.689551 33.7453,120.579551 C33.3953,120.459551 33.0553,120.339551 32.7153,120.199551 C24.8553,117.219551 18.4053,112.429551 15.4853,104.869551 C15.3953,104.669551 15.3253,104.459551 15.2453,104.249551 C15.1753,104.039551 15.1053,103.829551 15.0353,103.619551 C15.0153,103.569551 15.0053,103.519551 14.9853,103.469551 C14.8353,102.979551 14.6853,102.489551 14.5353,101.999551 C11.4753,91.7095512 10.0753,80.3695512 11.6553,69.6195512 C11.8353,68.3595512 12.0653,67.1095512 12.3353,65.8795512 C13.5953,60.1095512 15.7753,54.5895512 19.1153,49.5695512 C24.2953,41.7695512 32.0253,35.6195512 40.9253,32.7095512 C42.6053,32.1595512 44.3053,31.7295512 46.0153,31.3995512 C53.4153,29.9495512 61.0853,30.3095512 68.5853,30.7395512 C77.4153,31.2395512 86.1953,31.0095512 95.0253,31.2795512 C95.4553,31.2895512 95.8753,31.3095512 96.2953,31.3295512 C96.5153,31.3395512 96.7353,31.3495512 96.9453,31.3495512 C101.3953,31.5295512 105.5953,31.8995512 110.0053,32.9295512 C114.8153,34.0495512 119.4753,35.7995512 123.7253,38.3295512 C123.8653,38.4095512 124.0053,38.4995512 124.1353,38.5795512 C131.4353,43.0695512 136.6153,50.7195512 140.4953,58.4895512 C140.7653,59.0195512 141.0253,59.5595512 141.2853,60.0995512 C141.9253,61.4295512 142.5353,62.7795512 143.1253,64.1495512 C147.5153,74.3295512 150.1153,89.4595512 146.6653,101.129551" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_AccentColor)" d="M132.1481,38.4289512 C128.5841,37.1089512 126.8401,33.8609512 125.4861,30.5479512 C125.4221,30.3949512 125.2731,30.2949512 125.1071,30.2949512 C124.9461,30.3099512 124.8041,30.4039512 124.7261,30.5449512 C122.9651,34.7619512 120.6561,36.5849512 117.3341,38.8849512 C117.1511,39.0109512 117.1041,39.2619512 117.2311,39.4459512 C117.2831,39.5219512 117.3601,39.5779512 117.4491,39.6039512 C120.2441,40.4559512 124.4391,45.7009512 124.4621,48.3749512 C124.4651,48.5769512 124.6171,48.7469512 124.8181,48.7729512 C124.8371,48.7749512 124.8571,48.7769512 124.8761,48.7759512 C125.0571,48.7749512 125.2161,48.6559512 125.2671,48.4819512 C125.9481,46.1159512 128.1471,41.1799512 131.5951,39.4349512 C131.7771,39.3419512 131.9641,39.2589512 132.1531,39.1859512 C132.3621,39.1069512 132.4671,38.8739512 132.3881,38.6659512 C132.3471,38.5559512 132.2591,38.4689512 132.1481,38.4289512 Z" class="sapIllus_AccentColor"/>
|
|
4
|
+
<path fill="var(--sapIllus_BrandColorPrimary)" d="M95.1508,49.6686512 L92.8398,50.2876512 C92.3488,50.4196512 91.8438,50.1276512 91.7118,49.6366512 L91.0928,47.3256512 C90.9608,46.8346512 91.2528,46.3286512 91.7438,46.1976512 L94.0548,45.5786512 C94.5458,45.4466512 95.0518,45.7386512 95.1828,46.2296512 L95.8018,48.5406512 C95.9338,49.0316512 95.6418,49.5366512 95.1508,49.6686512" class="sapIllus_BrandColorPrimary"/>
|
|
5
|
+
<path fill="var(--sapIllus_Layering1)" d="M35.3107 37.1168512C35.0187 37.1218512 34.7777 36.8888512 34.7727 36.5968512 34.7727 36.5968512 34.7727 36.5958512 34.7727 36.5958512L34.7727 33.3418512C34.7827 33.0448512 35.0327 32.8118512 35.3297 32.8218512 35.6117 32.8318512 35.8387 33.0588512 35.8487 33.3418512L35.8487 36.5958512C35.8437 36.8878512 35.6037 37.1218512 35.3107 37.1168512 35.3107 37.1168512 35.3107 37.1168512 35.3107 37.1168512M35.3107 25.3032512C35.0187 25.3082512 34.7777 25.0742512 34.7727 24.7822512 34.7727 24.7822512 34.7727 24.7822512 34.7727 24.7822512L34.7727 21.5222512C34.7817 21.2252512 35.0287 20.9912512 35.3257 21.0002512 35.6107 21.0082512 35.8407 21.2372512 35.8487 21.5222512L35.8487 24.7822512C35.8437 25.0742512 35.6037 25.3072512 35.3107 25.3032512zM31.0316 29.5939512L27.7756 29.5939512C27.4786 29.5939512 27.2386 29.3539512 27.2386 29.0569512 27.2386 28.7599512 27.4786 28.5199512 27.7756 28.5199512L31.0316 28.5199512C31.3286 28.5199512 31.5686 28.7599512 31.5686 29.0569512 31.5686 29.3539512 31.3286 29.5939512 31.0316 29.5939512M42.8504 29.5952512L39.5984 29.5952512C39.3024 29.5862512 39.0694 29.3382512 39.0794 29.0422512 39.0884 28.7592512 39.3154 28.5322512 39.5984 28.5232512L42.8504 28.5232512C43.1464 28.5322512 43.3794 28.7802512 43.3694 29.0762512 43.3604 29.3592512 43.1334 29.5862512 42.8504 29.5952512M127.2591 135.059851C127.0581 135.062851 126.8931 134.902851 126.8901 134.702851L126.8901 134.702851 126.8901 132.468851C126.8971 132.264851 127.0681 132.104851 127.2721 132.111851 127.4661 132.118851 127.6221 132.274851 127.6281 132.468851L127.6281 134.702851C127.6251 134.902851 127.4601 135.062851 127.2591 135.059851 127.2591 135.059851 127.2591 135.059851 127.2591 135.059851M127.2591 126.950851C127.0581 126.953851 126.8931 126.793851 126.8901 126.593851L126.8901 126.592851 126.8901 124.355851C126.8961 124.151851 127.0661 123.990851 127.2691 123.996851 127.4651 124.002851 127.6231 124.159851 127.6281 124.355851L127.6281 126.592851C127.6251 126.793851 127.4601 126.953851 127.2591 126.950851 127.2591 126.950851 127.2591 126.950851 127.2591 126.950851M124.3218 129.896051L122.0868 129.896051C121.8828 129.896051 121.7178 129.731051 121.7178 129.527051 121.7178 129.324051 121.8828 129.159051 122.0868 129.159051L124.3218 129.159051C124.5258 129.159051 124.6908 129.324051 124.6908 129.527051 124.6908 129.731051 124.5258 129.896051 124.3218 129.896051M132.4344 129.896951L130.2024 129.896951C129.9984 129.890951 129.8394 129.720951 129.8454 129.516951 129.8514 129.322951 130.0074 129.166951 130.2024 129.160951L132.4344 129.160951C132.6374 129.166951 132.7974 129.336951 132.7904 129.540951 132.7844 129.734951 132.6284 129.890951 132.4344 129.896951M130.2829 69.7077512L130.2829 75.3407512 130.2829 80.9727512C130.2829 80.9727512 134.2409 80.3917512 134.0869 76.1587512L134.0869 75.3407512 134.0869 74.5217512C134.2409 70.2887512 130.2829 69.7077512 130.2829 69.7077512M99.6241 69.7077512L99.6241 75.3407512 99.6241 80.9727512C99.6241 80.9727512 95.6661 80.3917512 95.8201 76.1587512L95.8201 75.3407512 95.8201 74.5217512C95.6661 70.2887512 99.6241 69.7077512 99.6241 69.7077512" class="sapIllus_Layering1"/>
|
|
6
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M141.8753,92.5695512 C141.8453,92.5395512 141.8253,92.5195512 141.7953,92.4995512 C141.5353,92.2495512 141.2653,92.0095512 140.9953,91.7795512 C140.8753,91.6795512 140.7553,91.5895512 140.6353,91.4895512 C140.3853,91.2895512 140.1353,91.0995512 139.8753,90.9195512 C139.6253,90.7495512 139.3653,90.5795512 139.0953,90.4095512 C138.8253,90.2395512 138.5453,90.0695512 138.2653,89.9095512 C137.5553,89.5195512 136.8153,89.1495512 136.0353,88.7795512 C135.3153,88.4395512 134.5753,88.1295512 133.7853,87.8095512 C133.3553,87.6295512 132.9253,87.4595512 132.4753,87.2795512 C132.4253,87.2595512 132.3753,87.2395512 132.3253,87.2195512 C131.9453,87.0695512 131.5553,86.9195512 131.1453,86.7595512 C130.1653,86.3795512 128.8953,86.0195512 127.4653,85.6795512 C127.1553,85.6095512 126.8353,85.5295512 126.5053,85.4695512 C126.5033,85.4685512 126.4993,85.4685512 126.4963,85.4675512 C129.5833,83.3335512 131.4303,79.9725512 131.4843,75.1865512 C131.5913,65.8465512 124.6753,57.2045512 114.9623,57.1025512 C105.2463,57.0005512 98.5313,65.4745512 98.4223,74.8115512 C98.3683,79.7795512 100.2603,83.2555512 103.4943,85.4495512 C103.4843,85.4405512 103.4753,85.4495512 103.4653,85.4495512 C103.1253,85.5195512 102.7953,85.5995512 102.4753,85.6795512 C101.0353,86.0095512 99.7453,86.3795512 98.7553,86.7595512 C98.3553,86.9195512 97.9553,87.0695512 97.5753,87.2195512 C97.5253,87.2395512 97.4753,87.2595512 97.4353,87.2795512 C97.1353,87.3995512 96.8453,87.5095512 96.5553,87.6295512 C96.3253,87.7195512 96.0953,87.8195512 95.8653,87.9195512 C94.8753,88.3195512 93.9453,88.7295512 93.0753,89.1695512 C92.8053,89.2895512 92.5453,89.4295512 92.2853,89.5595512 C91.7753,89.8295512 91.2853,90.1095512 90.8153,90.4095512 C90.5553,90.5795512 90.2953,90.7495512 90.0353,90.9295512 C89.7853,91.0995512 89.5453,91.2795512 89.3053,91.4695512 C89.0253,91.6795512 88.7553,91.9095512 88.4953,92.1395512 C88.3353,92.2795512 88.1753,92.4195512 88.0253,92.5695512 C87.2453,93.3195512 86.5353,94.1695512 85.8853,95.1595512 C85.7953,95.2995512 85.7053,95.4395512 85.6153,95.5895512 C83.3953,94.3595512 80.8753,93.2995512 78.0353,92.1695512 C77.5353,91.9795512 77.0053,91.7695512 76.4653,91.5695512 C75.1553,91.0695512 73.4653,90.5795512 71.5653,90.1295512 C71.3753,90.0795512 71.1753,90.0395512 70.9853,89.9995512 C70.7553,89.9395512 70.5153,89.8895512 70.2853,89.8395512 C70.2813,89.8385512 70.2773,89.8375512 70.2733,89.8365512 C74.3833,86.9925512 76.8413,82.5155512 76.9133,76.1395512 C77.0563,63.6925512 67.8383,52.1745512 54.8943,52.0395512 C41.9453,51.9025512 32.9953,63.1965512 32.8503,75.6405512 C32.7773,82.2545512 35.2953,86.8845512 39.5963,89.8095512 C39.5963,89.8095512 39.5953,89.8095512 39.5953,89.8095512 C39.5953,89.8095512 39.5853,89.8195512 39.5753,89.8195512 C39.3553,89.8695512 39.1353,89.9095512 38.9153,89.9695512 C38.6853,90.0195512 38.4553,90.0695512 38.2353,90.1095512 C36.3253,90.5695512 34.6153,91.0595512 33.2953,91.5695512 C32.7553,91.7695512 32.2353,91.9795512 31.7253,92.1695512 C26.4253,94.2695512 22.2453,96.1495512 18.9953,99.3095512 C17.5753,100.679551 16.3253,102.279551 15.2453,104.249551 C15.3253,104.459551 15.3953,104.669551 15.4853,104.869551 C18.4053,112.429551 24.8553,117.219551 32.7153,120.199551 C33.0553,120.339551 33.3953,120.459551 33.7453,120.579551 C36.8553,121.689551 40.1653,122.529551 43.5553,123.159551 C50.8153,124.519551 58.4353,124.919551 65.1653,124.949551 C68.5353,124.959551 71.6853,124.879551 74.4553,124.769551 C74.9353,124.749551 75.4253,124.729551 75.9053,124.709551 C76.2353,124.689551 76.5753,124.669551 76.9053,124.659551 C83.8053,124.279551 90.8153,123.429551 97.6253,122.459551 C97.9953,122.409551 98.3653,122.359551 98.7353,122.299551 C98.8953,122.279551 99.0653,122.259551 99.2253,122.229551 C99.3953,122.209551 99.5553,122.189551 99.7253,122.159551 C101.3753,121.919551 103.0053,121.679551 104.6253,121.429551 C112.1053,120.299551 123.9353,119.229551 131.3153,117.139551 C131.3653,117.129551 131.4053,117.109551 131.4553,117.099551 C131.7853,116.999551 132.1053,116.899551 132.4253,116.799551 C140.1353,114.209551 144.5553,108.329551 146.6653,101.129551 C145.4953,97.1795512 143.9253,94.5395512 141.8753,92.5695512" class="sapIllus_ObjectFillColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_Layering1)" d="M95.9113 92.8853512C98.0673 91.2593512 97.5783 87.9953512 97.4323 87.2773512 93.5513 88.8103512 90.4913 90.1853512 88.1113 92.4983512 89.0653 92.9003512 92.6293 94.2583512 95.0153 93.3743512 99.4683 106.618351 97.5493 114.716351 97.5273 114.802351L98.4973 115.046351C98.5903 114.682351 100.5493 106.508351 95.9113 92.8853512M141.7986 92.4979512C139.4186 90.1849512 136.3586 88.8099512 132.4786 87.2759512 132.3316 87.9939512 131.8426 91.2569512 133.9976 92.8839512 133.9966 92.8859512 133.9956 92.8879512 133.9956 92.8899512 129.9256 105.189951 131.1056 114.889951 131.4556 117.099951 131.7856 116.999951 132.1056 116.899951 132.4256 116.799951 132.0556 114.449951 131.0156 105.159951 134.8856 93.3699512 137.2716 94.2609512 140.8436 92.8999512 141.7986 92.4979512M129.266 75.0621512C129.18 82.6901512 123.377 85.9971512 114.784 85.9061512 106.192 85.8121512 100.588 82.3531512 100.671 74.7291512 100.761 67.1041512 106.512 62.1571512 115.105 62.2471512 123.694 62.3381512 129.354 67.4351512 129.266 75.0621512M119.7498 113.116251L110.1568 113.116251C108.0038 113.116251 106.2428 111.354251 106.2428 109.201251L106.2428 106.835251C106.2428 104.682251 108.0038 102.920251 110.1568 102.920251L119.7498 102.920251C121.9028 102.920251 123.6648 104.682251 123.6648 106.835251L123.6648 109.201251C123.6648 111.354251 121.9028 113.116251 119.7498 113.116251" class="sapIllus_Layering1"/>
|
|
8
|
+
<path fill="var(--sapIllus_Layering1)" d="M115.1501,88.3885512 L114.7871,88.3885512 C114.7871,88.3885512 106.9951,88.6535512 102.2841,84.5245512 C102.2701,84.5115512 102.2491,84.5175694 102.250066,84.5355512 C102.2881,85.1515512 102.9731,92.1525512 114.7871,92.1525512 L115.1501,92.1525512 C126.9651,92.1525512 127.6501,85.1515512 127.687134,84.5355512 C127.6881,84.5175694 127.6671,84.5115512 127.6531,84.5245512 C122.9431,88.6535512 115.1501,88.3885512 115.1501,88.3885512" class="sapIllus_Layering1"/>
|
|
9
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M82.8053 96.1295512C82.1653 97.7495512 81.6053 99.3295512 81.0953 100.849551 77.4453 111.729551 76.8353 119.969551 76.9053 124.659551 76.5753 124.669551 76.2353 124.689551 75.9053 124.709551 75.8353 119.899551 76.4553 111.469551 80.1953 100.389551 80.6953 98.8895512 81.2553 97.3495512 81.8753 95.7595512L82.8053 96.1295512zM32.7154 120.199551C32.3754 115.419551 31.3354 108.849551 28.6554 100.849551 28.1454 99.3295512 27.5854 97.7495512 26.9454 96.1295512L27.8754 95.7595512C28.4954 97.3495512 29.0554 98.8795512 29.5554 100.379551 32.3854 108.779551 33.4354 115.649551 33.7454 120.579551 33.3954 120.459551 33.0554 120.339551 32.7154 120.199551" class="sapIllus_StrokeDetailColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M19.3801 99.7001512C20.7881 100.292151 26.4621 102.459151 29.5461 100.392151 32.6961 98.2921512 32.0031 93.7231512 31.8021 92.7401512 26.6301 94.7851512 22.5531 96.6171512 19.3801 99.7001512M90.3647 99.7001512C88.9567 100.292151 83.2827 102.459151 80.1987 100.392151 77.0487 98.2921512 77.7417 93.7231512 77.9427 92.7401512 83.1147 94.7851512 87.1917 96.6171512 90.3647 99.7001512" class="sapIllus_BrandColorSecondary"/>
|
|
11
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M98.5153,114.949551 L98.5153,114.939551 C98.3153,113.979551 98.1053,113.059551 97.8753,112.189551 C97.4753,110.589551 97.0253,109.129551 96.5353,107.789551 C95.1253,103.949551 93.3553,101.109551 91.1153,98.9495512 C89.5653,97.4395512 87.8153,96.2295512 85.8853,95.1595512 C83.5553,93.8695512 80.9753,92.7995512 78.2153,91.7095512 L76.6453,91.0995512 C75.3553,90.5995512 73.6353,90.0995512 71.6853,89.6495512 C71.7153,89.5595512 71.7353,89.4695512 71.7453,89.3895512 C73.5553,87.8795512 74.9553,86.0295512 75.9053,83.8395512 C76.5653,83.7095512 81.0853,82.6695512 80.8953,77.4395512 L80.8953,75.2495512 C81.0553,70.8495512 77.8753,69.4095512 76.4753,68.9995512 C75.3553,64.9395512 73.2353,61.1895512 70.3053,58.1895512 C66.1653,53.9595512 60.6953,51.5995512 54.8953,51.5395512 C45.6153,51.4195512 36.0453,57.8395512 33.2053,69.0195512 C31.7653,69.4695512 28.7153,70.9295512 28.8653,75.2495512 L28.8653,77.4395512 C28.6753,82.7495512 33.3453,83.7395512 33.8853,83.8395512 C34.8353,85.9595512 36.2253,87.7895512 38.0353,89.2895512 L38.0453,89.2895512 C38.0653,89.3995512 38.0853,89.5095512 38.1153,89.6395512 C36.1553,90.0995512 34.4253,90.5995512 33.1153,91.0995512 L31.5453,91.7095512 C26.5153,93.6995512 22.0853,95.6095512 18.6453,98.9495512 C17.2753,100.279551 16.0753,101.809551 15.0353,103.619551 C15.1053,103.829551 15.1753,104.039551 15.2453,104.249551 C15.3253,104.459551 15.3953,104.669551 15.4853,104.869551 C16.5753,102.809551 17.8553,101.109551 19.3453,99.6695512 C22.6453,96.4595512 26.9853,94.5895512 31.9053,92.6395512 L33.4753,92.0395512 C34.7553,91.5495512 36.4553,91.0595512 38.3953,90.6095512 C39.4453,93.5895512 42.9553,98.7495512 54.6653,98.7495512 L55.1453,98.7495512 C66.8453,98.7495512 70.3553,93.5895512 71.4053,90.6095512 C73.3253,91.0595512 75.0153,91.5495512 76.2853,92.0395512 L77.8553,92.6395512 C80.5553,93.7095512 83.0853,94.7595512 85.3653,96.0095512 C87.2353,97.0495512 88.9253,98.2295512 90.4153,99.6695512 L90.4253,99.6695512 C94.6753,103.759551 97.1653,110.529551 98.7353,122.299551 C98.8953,122.279551 99.0653,122.259551 99.2253,122.229551 C99.3953,122.209551 99.5553,122.189551 99.7253,122.159551 C99.3753,119.519551 98.9753,117.129551 98.5153,114.949551" class="sapIllus_StrokeDetailColor"/>
|
|
12
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M70.1753,89.3095512 C69.9853,89.4395512 69.7953,89.5695512 69.5953,89.6895512 C69.3953,89.8295512 69.1853,89.9595512 68.9653,90.0795512 C65.4853,92.1395512 60.8353,93.2095512 55.1153,93.2095512 L54.6353,93.2095512 C48.9953,93.1495512 44.3853,92.0895512 40.8953,90.0595512 C40.6753,89.9395512 40.4653,89.8095512 40.2553,89.6695512 C40.0553,89.5495512 39.8653,89.4195512 39.6853,89.2895512 C39.4953,89.1595512 39.3153,89.0295512 39.1353,88.8895512 C36.5153,86.8795512 34.7753,84.1995512 33.9353,80.8995512 C33.5253,79.2995512 33.3353,77.5495512 33.3553,75.6495512 C33.3753,73.7695512 33.5753,71.9795512 33.9353,70.3095512 C36.3053,59.0495512 45.6453,52.5395512 54.6853,52.5395512 L54.8853,52.5395512 C60.4153,52.5995512 65.6453,54.8495512 69.5953,58.8895512 C72.7153,62.0795512 74.8653,66.1495512 75.8253,70.5395512 C76.2153,72.2795512 76.4153,74.0595512 76.4153,75.8595512 L76.4153,76.1295512 C76.3953,77.8395512 76.1953,79.4295512 75.8253,80.8895512 C74.9253,84.4295512 73.0253,87.2495512 70.1753,89.3095512" class="sapIllus_ObjectFillColor"/>
|
|
13
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M73.9573,75.9744512 C73.8423,86.1414512 66.1083,90.5484512 54.6563,90.4274512 C43.2053,90.3024512 35.7353,85.6914512 35.8473,75.5304512 C35.9663,65.3684512 43.6323,58.7744512 55.0833,58.8954512 C66.5313,59.0154512 74.0743,65.8094512 73.9573,75.9744512" class="sapIllus_BrandColorSecondary"/>
|
|
14
|
+
<path fill="var(--sapIllus_PatternHighlight)" d="M46.827,75.6443512 C46.712,85.8113512 52.217,87.9483512 54.657,90.4273512 C43.206,90.3023512 35.736,85.6913512 35.848,75.5303512 C35.966,65.3683512 43.632,58.7743512 55.084,58.8953512 C51.866,63.6333512 46.944,65.4793512 46.827,75.6443512" class="sapIllus_PatternHighlight"/>
|
|
15
|
+
<path fill="var(--sapIllus_Layering1)" d="M66.4953,118.319551 L66.4953,121.469551 C66.4953,122.809551 65.9853,124.019551 65.1653,124.949551 C58.4353,124.919551 50.8153,124.519551 43.5553,123.159551 C43.3753,122.629551 43.2753,122.059551 43.2753,121.469551 L43.2753,118.319551 C43.2753,115.449551 45.6153,113.099551 48.4853,113.099551 L61.2753,113.099551 C64.1453,113.099551 66.4953,115.449551 66.4953,118.319551" class="sapIllus_Layering1"/>
|
|
16
|
+
<path fill="var(--sapIllus_AccentColor)" d="M29.5732,132.173651 C27.2272,131.934651 25.6742,130.253651 24.3462,128.473651 C24.2842,128.391651 24.1792,128.354651 24.0792,128.380651 C23.9852,128.414651 23.9142,128.492651 23.8892,128.590651 C23.4872,131.397651 22.3822,132.850651 20.7442,134.748651 C20.6532,134.853651 20.6652,135.011651 20.7692,135.101651 C20.8122,135.139651 20.8672,135.160651 20.9252,135.162651 C22.7362,135.240651 26.0712,137.740651 26.5012,139.342651 C26.5342,139.463651 26.6512,139.542651 26.7762,139.526651 C26.7882,139.525651 26.8002,139.522651 26.8122,139.519651 C26.9202,139.490651 26.9972,139.394651 27.0012,139.282651 C27.0432,137.754651 27.5972,134.448651 29.3972,132.863651 C29.4922,132.779651 29.5912,132.700651 29.6942,132.627651 C29.8072,132.547651 29.8342,132.391651 29.7542,132.278651 C29.7122,132.218651 29.6462,132.180651 29.5732,132.173651 Z" class="sapIllus_AccentColor"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-Tools">
|
|
2
|
+
<path fill="var(--sapIllus_BackgroundColor)" d="M131,140.2929 C131,142.7779 108.39,144.7929 80.5,144.7929 C52.61,144.7929 30,142.7779 30,140.2929 C30,137.8079 52.61,135.7929 80.5,135.7929 C108.39,135.7929 131,137.8079 131,140.2929" class="sapIllus_BackgroundColor"/>
|
|
3
|
+
<path fill="var(--sapIllus_PatternShadow)" d="M129.3847,45.0278 C129.3847,42.9508 127.7007,41.2678 125.6247,41.2678 L125.5687,41.2678 L45.4587,41.2678 L45.4017,41.2678 C43.3257,41.2678 41.6427,42.9518 41.6427,45.0288 L41.6997,125.2478 C41.6997,127.3248 43.3827,129.0088 45.4587,129.0088 L125.6247,129.0088 C127.7007,129.0088 129.3847,127.3258 129.3847,125.2488 L129.3847,45.0278 Z" class="sapIllus_PatternShadow"/>
|
|
4
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M120.653478,122 L39.6047217,122 C37.9617343,122 36.6291,120.667366 36.6291,119.024378 L36.6291,37.9756217 C36.6291,36.3326343 37.9617343,35 39.6047217,35 L120.653478,35 C122.296466,35 123.6291,36.3326343 123.6291,37.9756217 L123.6291,119.024378 C123.6291,120.667366 122.296466,122 120.653478,122" class="sapIllus_ObjectFillColor"/>
|
|
5
|
+
<path fill="var(--sapIllus_BrandColorSecondary)" d="M123.6289,51.2951 L36.6289,51.2951 L36.6289,38.2358794 C36.6289,36.6118229 37.9585597,35.2951 39.5985724,35.2951 L120.659228,35.2951 C122.29924,35.2951 123.6289,36.6118229 123.6289,38.2358794 L123.6289,51.2951 Z" class="sapIllus_BrandColorSecondary"/>
|
|
6
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M120.6105,121.4885 L40.3895,121.4885 C39.0045,121.4885 37.8825,120.3665 37.8825,118.9815 L37.8825,51.2955 L40.1655,51.2955 L123.1175,54.9355 L123.1175,118.9815 C123.1175,120.3665 121.9955,121.4885 120.6105,121.4885 M123.1175,38.7605 L123.1175,50.0415 L37.8825,50.0415 L37.8825,38.7605 C37.8825,37.3765 39.0045,36.2535 40.3895,36.2535 L120.6105,36.2535 C121.9955,36.2535 123.1175,37.3765 123.1175,38.7605 M120.6105,35.0005 L120.0165,35.0005 L39.8755,35.0005 L39.8185,35.0005 C37.6535,35.0005 36.6295,37.1205 36.6295,38.6315 L36.6295,51.2955 L36.6295,118.9815 C36.6295,121.0585 38.3125,122.7415 40.3895,122.7415 L120.6105,122.7415 C122.6875,122.7415 124.3705,121.0585 124.3705,118.9815 L124.3705,55.0475 L124.3705,51.2325 L124.3705,38.7605 C124.3705,36.6835 122.6875,35.0005 120.6105,35.0005" class="sapIllus_StrokeDetailColor"/>
|
|
7
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M90.2775,64.3958 L89.3355,63.5738 C89.2275,63.4788 89.0665,63.4788 88.9585,63.5738 L85.1915,66.8718 C85.0615,66.9868 85.0615,67.1898 85.1935,67.3038 L85.4315,67.5108 L70.3395,84.4328 C70.2765,84.4998 70.2675,84.5868 70.3155,84.6338 L71.5595,85.7398 C71.6075,85.7868 71.6915,85.7618 71.7535,85.6948 L86.8635,68.7518 L87.1785,69.0248 C87.3105,69.1388 87.5125,69.1098 87.6065,68.9638 L90.3295,64.7678 C90.4075,64.6478 90.3845,64.4898 90.2775,64.3958" class="sapIllus_StrokeDetailColor"/>
|
|
8
|
+
<path fill="var(--sapIllus_AccentColor)" d="M76.2078,85.8356 L69.9138,80.2246 C69.3958,79.7626 68.6018,79.8086 68.1398,80.3266 L67.4368,81.1146 C66.9758,81.6326 67.0208,82.4266 67.5388,82.8886 L67.8478,83.1646 C67.9608,83.2646 67.9698,83.4366 67.8698,83.5496 L66.9778,84.5496 C66.7258,84.8326 66.2918,84.8576 66.0088,84.6056 L66.0078,84.6056 C65.4898,84.1436 64.6958,84.1896 64.2348,84.7076 L46.2738,104.8546 C45.8118,105.3726 45.8578,106.1666 46.3758,106.6286 L52.6698,112.2396 C53.1878,112.7006 53.9818,112.6556 54.4438,112.1376 L72.4038,91.9906 C72.8658,91.4726 72.8208,90.6786 72.3028,90.2166 L72.3028,90.2166 C72.0188,89.9636 71.9948,89.5296 72.2468,89.2466 L73.1388,88.2466 C73.2388,88.1336 73.4118,88.1236 73.5238,88.2236 L73.8328,88.4996 C74.3508,88.9616 75.1448,88.9156 75.6068,88.3976 L76.3098,87.6096 C76.7718,87.0916 76.7258,86.2976 76.2078,85.8356" class="sapIllus_AccentColor"/>
|
|
9
|
+
<path fill="var(--sapIllus_StrokeDetailColor)" d="M56.77 101.5742C56.652 101.5742 56.533 101.5322 56.437 101.4472 56.231 101.2632 56.213 100.9472 56.397 100.7412L67.079 88.7552C67.261 88.5502 67.577 88.5302 67.785 88.7152 67.991 88.8982 68.008 89.2152 67.825 89.4212L57.143 101.4072C57.044 101.5172 56.908 101.5742 56.77 101.5742M61.7837 100.2089C61.6657 100.2089 61.5467 100.1669 61.4507 100.0819 61.2447 99.8979 61.2267 99.5819 61.4107 99.3759L68.7287 91.1649C68.9117 90.9599 69.2267 90.9399 69.4347 91.1249 69.6407 91.3089 69.6587 91.6249 69.4747 91.8309L62.1567 100.0419C62.0577 100.1519 61.9217 100.2089 61.7837 100.2089" class="sapIllus_StrokeDetailColor"/>
|
|
10
|
+
<path fill="var(--sapIllus_Layering2)" d="M100.4132,113.9749 C100.3622,114.2689 100.0932,114.4739 99.8122,114.4229 L82.2532,111.8009 C81.8312,111.7499 81.6522,111.2379 81.9332,110.9309 L103.3802,87.1449 C103.7382,86.7609 104.3772,87.0549 104.3012,87.5789 L100.4132,113.9749 Z M115.5932,59.5079 L63.8122,116.9419 C63.1212,117.6959 63.5562,118.9109 64.5672,119.0519 L106.9612,125.3819 C107.6512,125.4849 108.3042,124.9989 108.4062,124.3079 L117.8052,60.5569 C117.9842,59.3039 116.4372,58.5749 115.5932,59.5079 L115.5932,59.5079 Z" class="sapIllus_Layering2"/>
|
|
11
|
+
<path fill="var(--sapIllus_ObjectFillColor)" d="M109.3677 119.2353C109.3437 119.2353 109.3177 119.2333 109.2937 119.2293L103.1217 118.3123C102.8477 118.2723 102.6597 118.0173 102.7007 117.7453 102.7407 117.4723 103.0037 117.2813 103.2677 117.3243L109.4397 118.2413C109.7137 118.2813 109.9017 118.5363 109.8607 118.8083 109.8247 119.0563 109.6107 119.2353 109.3677 119.2353M112.2475 99.8378C112.2235 99.8378 112.1975 99.8358 112.1735 99.8318L106.0015 98.9148C105.7275 98.8748 105.5395 98.6198 105.5805 98.3478 105.6205 98.0748 105.8825 97.8868 106.1475 97.9268L112.3195 98.8438C112.5935 98.8838 112.7815 99.1388 112.7405 99.4108 112.7045 99.6588 112.4905 99.8378 112.2475 99.8378M115.1284 80.4394C115.1044 80.4394 115.0784 80.4374 115.0544 80.4334L108.8814 79.5174C108.6074 79.4774 108.4194 79.2234 108.4604 78.9504 108.5004 78.6764 108.7614 78.4874 109.0274 78.5294L115.2004 79.4454C115.4744 79.4854 115.6624 79.7394 115.6214 80.0124 115.5854 80.2604 115.3714 80.4394 115.1284 80.4394M109.9438 115.3554C109.9198 115.3554 109.8938 115.3534 109.8698 115.3494L106.3458 114.8264C106.0728 114.7864 105.8838 114.5314 105.9248 114.2584 105.9648 113.9864 106.2248 113.7964 106.4928 113.8374L110.0158 114.3614C110.2898 114.4014 110.4778 114.6564 110.4368 114.9284 110.4008 115.1764 110.1868 115.3554 109.9438 115.3554M110.52 111.4755C110.496 111.4755 110.47 111.4735 110.446 111.4695L106.921 110.9475C106.648 110.9075 106.459 110.6535 106.5 110.3795 106.541 110.1075 106.803 109.9165 107.068 109.9585L110.592 110.4815C110.866 110.5215 111.054 110.7755 111.013 111.0485 110.977 111.2965 110.763 111.4755 110.52 111.4755M111.0962 107.5966C111.0722 107.5966 111.0462 107.5946 111.0222 107.5906L107.4972 107.0676C107.2242 107.0276 107.0352 106.7726 107.0762 106.4996 107.1172 106.2266 107.3752 106.0366 107.6442 106.0786L111.1682 106.6026C111.4422 106.6426 111.6302 106.8976 111.5892 107.1696 111.5532 107.4176 111.3392 107.5966 111.0962 107.5966M111.6723 103.7167C111.6483 103.7167 111.6223 103.7147 111.5983 103.7107L108.0733 103.1877C107.8003 103.1477 107.6113 102.8927 107.6523 102.6197 107.6933 102.3477 107.9533 102.1567 108.2203 102.1987L111.7443 102.7227C112.0183 102.7627 112.2063 103.0177 112.1653 103.2897 112.1293 103.5377 111.9153 103.7167 111.6723 103.7167M112.8237 95.958C112.7997 95.958 112.7737 95.956 112.7497 95.952L109.2257 95.429C108.9527 95.389 108.7637 95.134 108.8047 94.861 108.8447 94.588 109.1037 94.397 109.3727 94.44L112.8957 94.964C113.1697 95.004 113.3577 95.259 113.3167 95.531 113.2807 95.779 113.0667 95.958 112.8237 95.958M113.3999 92.0781C113.3759 92.0781 113.3499 92.0761 113.3259 92.0721L109.8019 91.5501C109.5289 91.5101 109.3399 91.2561 109.3809 90.9821 109.4209 90.7101 109.6819 90.5171 109.9489 90.5611L113.4719 91.0841C113.7459 91.1241 113.9339 91.3781 113.8929 91.6511 113.8569 91.8991 113.6429 92.0781 113.3999 92.0781M113.9761 88.1992C113.9521 88.1992 113.9261 88.1972 113.9021 88.1932L110.3771 87.6702C110.1041 87.6302 109.9151 87.3752 109.9561 87.1022 109.9971 86.8302 110.2601 86.6372 110.5241 86.6812L114.0481 87.2052C114.3221 87.2452 114.5101 87.5002 114.4691 87.7722 114.4331 88.0202 114.2191 88.1992 113.9761 88.1992M114.5522 84.3193C114.5282 84.3193 114.5022 84.3173 114.4782 84.3133L110.9532 83.7903C110.6802 83.7503 110.4912 83.4953 110.5322 83.2223 110.5732 82.9503 110.8322 82.7573 111.1002 82.8013L114.6242 83.3253C114.8982 83.3653 115.0862 83.6203 115.0452 83.8923 115.0092 84.1403 114.7952 84.3193 114.5522 84.3193M115.7036 76.5605C115.6796 76.5605 115.6536 76.5585 115.6296 76.5545L112.1056 76.0315C111.8326 75.9915 111.6436 75.7365 111.6846 75.4635 111.7246 75.1915 111.9886 75.0035 112.2526 75.0425L115.7756 75.5665C116.0496 75.6065 116.2376 75.8615 116.1966 76.1335 116.1606 76.3815 115.9466 76.5605 115.7036 76.5605M116.2798 72.6806C116.2558 72.6806 116.2298 72.6786 116.2058 72.6746L112.6818 72.1516C112.4088 72.1116 112.2198 71.8566 112.2608 71.5836 112.3008 71.3116 112.5608 71.1236 112.8288 71.1626L116.3518 71.6866C116.6258 71.7266 116.8138 71.9816 116.7728 72.2536 116.7368 72.5016 116.5228 72.6806 116.2798 72.6806" class="sapIllus_ObjectFillColor"/>
|
|
12
|
+
</svg>
|