@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,49 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Avatar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M22.881 68.863c0-.437-1.27-.788-2.967-.867-.097-1.695-.47-2.956-.908-2.954-.438 0-.802 1.27-.895 2.974-1.702.117-2.967.497-2.962.936.006.438 1.27.788 2.968.867.102 1.695.47 2.955.907 2.954.437 0 .802-1.27.896-2.974 1.702-.117 2.966-.497 2.961-.936Z"/>
|
|
4
|
+
<circle cx="138.334" cy="78.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
<circle cx="13.334" cy="108.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
6
|
+
<circle cx="48.334" cy="88.018" r="1" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<circle cx="51.334" cy="94.018" r="1.5" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M27.15 75.513c0-.283-.822-.51-1.92-.561-.062-1.096-.304-1.911-.587-1.91-.283 0-.518.821-.578 1.923-1.101.075-1.92.322-1.916.605.004.284.822.51 1.92.561.065 1.096.304 1.911.586 1.91.282 0 .519-.821.58-1.923 1.1-.075 1.918-.321 1.914-.605Zm105.999 15c0-.283-.821-.51-1.919-.561-.062-1.096-.304-1.911-.587-1.91-.283 0-.518.821-.578 1.923-1.101.075-1.919.322-1.916.605.004.284.822.51 1.919.561.066 1.096.305 1.911.587 1.91.282 0 .519-.821.579-1.923 1.101-.075 1.919-.321 1.915-.605Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M112.085 45.582c-3.434-1.283-4.372-.265-5.83 0-1.281 18.373-3.176 55.523 1.08 56.045 5.496.675 6.442 1.296 10.142-.449.966-.456 1.224-5.67 1.773-9.817.499-3.762 3.17-30.409 3.435-33.589.265-3.18.544-7.198-2.679-8.603-1.992-.868-6.365-3.006-7.921-3.587Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M116.941 52.441c-.53-.742-8.119-5.018-12.448-5.416-2.208 16.784-6.532 52.697-5.79 53.015.927.397 13.515 2.517 15.105 2.252 1.59-.265.927-4.372 1.987-9.142s3.711-28.753 4.108-30.343c.398-1.59-2.299-9.438-2.962-10.366Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M55.504 95.61c-.066-.492 1.037-2.361 1.596-3.234l6.674 3.234c.013.382-.164 1.31-.983 1.965.573.778 0 3.07 0 3.439 0 .368-.205 1.351 0 2.62.205 1.269-.368 2.661-.573 2.784-.205.122-.983-.246-1.228-.696-.246-.451-.45-2.17-.86-2.498-.41-.327-.778.451-1.187.655-.41.205-.9 1.597-1.105 2.825-.205 1.228-.041 1.228-.738 2.497-.392 0-.873-.573-1.064-.859-.054.177-.237.597-.532.859-.45-.081-.819-.45-1.105-1.269-.246-.163-.574-.696-.82-1.228-.245-.532-.04-3.07 0-3.725.042-.655.492-1.433.574-2.948.082-1.515.9-2.006 1.35-2.456.451-.45.083-1.351 0-1.965Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M68.482 73.462c.294-.753 1.078-2.088 1.432-2.661l2.211 2.456 9.867 6.305c-1.556.109-4.741.434-5.036.86-.368.532-2.497 1.8-2.948 2.66-.45.86-3.52 4.545-4.298 5.937-.778 1.392-2.661 2.988-3.644 3.52.491.41-.327 2.498-.491 3.07-.164.574-1.351.738-1.801 1.393.032-.884-4.818-3.343-7.247-4.462 1.106-2.088 3.357-6.444 3.521-7.165.205-.9 2.129-3.03 2.538-3.971.41-.942 1.76-.328 2.661-2.825.901-2.497 2.866-4.176 3.235-5.117Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M78.627 60.638c1.671-1.226 5.71-1.81 7.52-1.95 26.738-4.596 20.401.557 22.003.835 1.601.279.557 3.134 1.88 4.248 1.323 1.114 1.81.975 4.317 2.298 2.005 1.058-2.925 12.045-5.64 17.407-.882 4.827-2.437 14.775-1.602 15.945 1.045 1.462-.766 2.228 0 3.899.766 1.671-.487 1.532 0 2.437.488.905.209 1.601-.487 2.506 1.058.836.441 2.902 0 3.83-.627-.766-2.423-2.353-4.595-2.576-2.716-.279-8.217.557-10.793 1.532-2.06.779-3.551 2.692-4.038 3.551-.534-.557-2.061-1.978-3.9-3.203-2.297-1.532-7.868-7.242-8.425-9.748-.557-2.507 1.671-5.083 2.855-7.52-1.323-.488-.348-1.67 0-3.132-1.95-2.801-.617-3.519-.686-5.19-.07-1.67 2.079-6.648 2.01-7.136-.07-.487-2.716-.835-4.179-1.532-1.462-.696-3.62-3.76-5.291-6.057-1.671-2.298-.21-2.646.417-3.969s6.546-4.944 8.634-6.475Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M80.206 59.376c.74-.822 2.542-.775 3.536-.432l.462-.875c.583.274 1.449.547 2.682 2.027 1.542 1.85 5.55 3.083 3.186 3.083s2.672 2.364.925 2.364c-6.793 0-8.64.825-8.838 3.134-.1 1.167 12.024 2.519 14.697 3.752 2.137.987.89 2.398 0 4.42-.583.822-1.768 2.59-1.85 3.083-.103.617 4.37 4.996-4.934 2.775-11.635-2.778-5.96 1.028-7.913 2.467-1.563 1.15-5.163 2.03-4.077 6.194-1.797-2.203-.92-5.042-.755-6.768.164-1.727 1.068-3.126 1.582-4.668-1.116-.23-2.455.819-3.03 1.394-.576.576-5.16 5.735-6.951 8.944.993-1.952 2.758-6.896 4.531-8.244 1.322-1.005 1.916-1.991 1.916-2.71 0-.72.862-1.258 0-1.954-2-1.614 1.916-4.507 1.338-6.05-1.318-3.514 4.436-4.272 4.436-5.402s-2.793-2.32-3.615-2.73c-.658-.33-.826-.527-1.214-.953.839-.963 3.146-2.028 3.886-2.85Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M80.27 59.281c-.418.302-.574.518-1.135.935.605 1.477 3.736 2.713 5.566 3.721 1.143.63 5.237 2.178 6.967 1.462l-6.625-6.185c-.59-.164-1.93-.523-2.557-.639-.784-.145-1.693.328-2.216.706Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M108.209 83.512c-.646-.387-2.198-.691-2.863-1.287-1.524-2.364-1.403-5.049 0-8.616 1.208-3.073 3.625-3.783 8.064-4.728 4.44-.946 9.715 6.33 10.193 6.882.841.971 2.101 2.706 2.128 4.492.026 1.786-.394 3.047-2.312 4.965-2.121 2.121-5.674 1.655-7.723 1.313-2.049-.341-3.336-.63-4.098-1.024s-2.207-1.287-3.389-1.997ZM81.11 79.176l.45-9.617 16.152 3.609-.985 9.663-15.617-3.655Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m81.564 69.56 3.11-1.54 15.277 3.099-2.231 2.045-16.156-3.604Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m98.355 80.796-1.627 2.036.985-9.667 2.232-2.048-1.59 9.68Zm-15.969-9.682 13.956 3.028-.346 3.283-13.782-3.502.172-2.81Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M83.656 57.432c0-.784 1.034-3.248 1.41-4.246 2.932-2.722 7.725-1.198 14.605.38 5.171 1.188 7.725 2.669 8.797 4.356 1.071 1.688-.911 3.29-2.087 4.192-2.199 1.688-7.894 3.376-12.35 3.43-4.454.055-7.234-2.026-8.965-3.43-1.559-1.264-1.41-3.702-1.41-4.682Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.832 58.422c-.614-.964.42-3.223.823-3.99 1.808-5.37 19.96.236 21.549.565 1.589.329 2.905 1.753 0 4.493-2.904 2.74-10.849 3.288-14.52 2.959-3.671-.329-7.085-2.821-7.852-4.027Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M113.227 70.613c.63-1.156 1.523-1.182 2.968-1.55 4.807-.499 7.661.695 9.01 1.55 1.866 1.183.657 2.417.894 3.652.189.987-.289 2.198-.552 2.68.079.796.031 2.847-.788 4.675-1.025 2.285-3.704 3.021-5.674 2.969-1.971-.053-4.256-2.417-5.044-3.205-.63-.63-.595-1.77-.499-2.26.026-.744.063-2.253 0-2.337-.079-.106-1.182-1.734-1.261-2.522-.106-1.059.315-2.496.946-3.652Zm-40.846 34.176c.429-1.284 1.704-1.897 2.287-2.043.13.34.633 1.44 1.606 3.114.973 1.674 6.764 6.212 9.537 8.272l3.114 4.525c-.956 1.233-2.919 3.883-3.114 4.623-.243.924-.876.924-.73 1.411.117.389-.275 1.784-.486 2.336H69.024c.146-.957.35-3.28 0-4.136-.35-.857.6-2.855 1.12-3.747-.228-.698-.682-2.209-.682-2.676 0-.468.454-2.369.681-3.261-.065-.584-.156-1.946 0-2.725.195-.973 1.363-.486 1.46-.729.097-.244.243-3.358.778-4.964Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M114.68 57.468c1.383 0 2.21 2.183 2.841 3.469.281 0 1.024-.491 1.361-1.108.421-.772 1.08-1.711 1.781-3.395.701-1.683 1.825-3.338 2.861-3.158 2.034.353-.147 3-.428 4.753.632-1.473 1.614-3.227 2.595-3.577.982-.351 1.578.355 1.578 1.126 0 .617-.929 2.866-1.908 4.765.398-.771 1.389-2.24 2.006-2.689.772-.561 1.599-.617 2.16.294.447.727-1.643 3.761-2.631 5.241.382-.568.789-.826 1.593-1.16 1.247-.515 1.809.043 1.908.969.082.775-2.227 3.4-3.513 4.5-.117.373-.386 1.081-1.06 1.867a4.954 4.954 0 0 1-3.99 4.725c-1.613.28-5.925-1.906-6.907-3.098-.982-1.192-.247-1.952-.247-3.495-1.473-3.366-.104-3.994-.104-4.485 0-.491-.317-2.248-.738-3.51-.421-1.263-.162-2.034.842-2.034Zm-7.945 56.81c-.038-.389-.567-1.946-.827-2.676-.827-.535-3.892-1.314-8.272-1.557-4.38-.243-9.245 3.552-9.683 4.233-.438.682-.779 2.482-.779 2.725 0 .243.39 1.898 0 2.238-.389.341 0 1.412 0 1.85 0 .437-.389 1.216-.778 1.751-.39.536-.097 1.363 0 1.655.078.233.487 1.818.715 2.531h16.69c.292-1.378.988-4.332 1.183-4.721.243-.487.584-1.946.924-2.53.341-.584 0-2.287.827-3.017.828-.73.049-1.995 0-2.482Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m104.285 127.039 1.612-6.968c.801-4.377-.183-2.096-.312-1.665-.316 1.056-.335 2.294-4.294 2.184-2.073-.058.633.978 2.073 1.094 1.439.115 1.512 1.5 1.109 2.422-.403.921-2.003-1.05-3.739-.245-1.388.643 1.018.718.557 1.754-.369.83-2.783 1.27-3.57 1.424h6.564Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M104.156 111.371c1.996.295 2.468 1.65 2.454 2.291.368-.491.368-1.391.327-2.004-.041-.614-1.045-1.207-2.045-1.677-1.39-.655-6.07-.857-8.67-.532-3.6.45-5.767 2.004-7.199 2.904-1.431.9-2.045 1.84-2.127 2.249-.065.328.219.641.368 1.146.982-1.159 3.632-2.978 6.38-4.09 3.485-1.411 8.017-.655 10.512-.287Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M104.563 90.825c.165 3.618 1.795 5.098 2.411 5.303l1.7-11.983c3.659 2.409 4.338 1.685 6.475 2.672 2.673 1.233 6.74-.275 8.384-1.405 1.316-.905 2.767-4.248 2.1-5.995-.069-.993.353-3.026-.387-2.614-.925.514-7.424 1.072-4.958 1.072 2.467 0 3.948 2.673 2.059 4.067-.762.562-3.909.147-5.861-.778-1.953-.925-2.089-4.728-4.153-7.042-1.071-1.2 2.02 2.828.791 5.295-.514 1.03.79 3.27.79 3.886-1.816-.034-6.391-2.344-7.295-2.755-1.131-.514-1.797-1.13-1.797-4.11 0-2.98 5.695-6.787 4.349-6.268-.998.385-4.608 1.641-5.533 6.266-.925 4.625 1.542 5.756 2.262 6.578.719.823-1.542 3.29-1.337 7.811Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M109.697 79.275c-1.215-1.562-.203-6.474 1.898-6.802-2.894 0-3.183 4.99-3.183 6.22 0 1.23.362 3.472-1.953 1.592s.868-8.714 0-7.484c-4.861 6.886-2.17 7.99-1.664 9.364.405 1.1 2.58 1.857 3.617 2.098.386.169 4.137 2.16 7.112 2.754 4.457.892 2.52-.674-.338-2.754-.571-.415-2.649-3.523-2.07-4.76-.603-.555-2.204 1.335-3.419-.228Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M108.581 59.965c-.329.822-3.661 4.125-13.27 5.27 3.894 1.246 10.142-1.622 11.581-1.999-.103.343.343 1.28 1.988.869 2.055-.514-1.895 4.672-2.294 5.196-.639.838 4.33-3.826 6.043-4.066l-2.824-1.644c-.172-1.576-.896-4.448-1.224-3.626ZM63.312 93.214c-1.148.177-5.025-.596-5.486-.736-.46-.14-1.292.07-1.292.07 2.254 1.003 8.761 3.563 9.026 3.121.332-.552.912-2.857.55-3.191-.352-.326-1.362.515-2.798.736Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M61.163 96.938c2.095-1.715-1.21-2.291-2.298-3.416 1.516.257 3.745.533 4.896 1.026 1.438.617 1.58-.307 2.374-.789-.231 2.591-1.62 2.799-2.374 3.244l-.959.583c.703.841-.101 3.286.136 5.369.222 1.94-.235 3.847-.852 3.539-.617-.309.189-3.541 0-4.656-.385-2.273-1.727-2.217-2.436-4.04-.264-.678.872-.335 1.514-.86Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M92.26 98.413c-2.569 0-7.436-.334-12.78-1.361-.761-.147-1.546-2.904-2.255-1.908-1.171 1.644-1.679 2.364-2.261 4.008-.623 3.038-.33 6.763 0 8.736.41 2.467 4.214 2.878 7.297 4.831 3.083 1.953-1.028 0-3.597-.719-2.57-.72-1.542 0-.925.719s3.63 1.604 3.63 3.351c0 1.747-3.116.863-3.63 1.685-.514.822 3.022.712 5.386 2.048 2.364 1.336 2.04 2.577 4.301-2.048 1.233-4.275-2.39-5.139-4.034-5.755-3.495-1.311-3.639-4.934-4.214-8.223-.72-4.11 7.81 3.906 8.839 1.645 1.027-2.261-2.364-3.597-4.625-5.139-2.261-1.542 1.907-1.13 6.166-1.13 4.24 0 5.272-.74 2.703-.74ZM78.566 122.68c.725.123 3.32.613 4.52.919 1.312.318.987 2.488.644 3.428H68.806c.346-2.209-.1-3.964-.176-4.347-.077-.383.434-2.493 1.356-3.256.18-.149-.394-3.557 0-2.899 1.736 2.899 1.564 3.796 1.182 4.203-.78.83-1.489 1.952-1.183 2.871.246.736 8.985 1.382 7.815.767l-3.294-1.686c-1.249-.568 2.379-.284 4.06 0Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M90.68 121.053c-2.303.658.535 4.603 1.186 5.973h-4.349c.206-1.439-.323-2.537-.323-3.03 0-.617 3.29-4.489 1.542-5.517-1.398-.822-1.49-2.079-1.216-3.21 0 0 4.564-3.646 7.177-3.984 2.613-.338-4.399 3.453-5.139 4.933-.925 1.85 8.12.617 8.84.822 1.257.36-3.187.411-6.99 2.467-3.802 2.056 2.18-1.674 6.27 0 2.489 1.019-4.12.724-6.998 1.546Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M71.058 75.925c-.332-.743-.822-2.891-.89-3.953 1.405 2.064 4.59 4.947 6.543 6.111l-1.85 2.364c-1.028-1.267-3.156-3.072-3.803-4.522Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M117.34 64.988c.083-.657.132-3.777.44-3.03 1.098 3.25 1.402.275 5.534 4.407 2.723 2.724-4.014 1.916-4.875 3.906-1.099 2.535 4.854 3.808 2.877 3.808-2.35 0-6.878-2.558-7.138-4.171-.098-.61 1.318-.484 0-4.349-.273-.802 3.06.252 3.162-.57Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M85.184 58.25c-1.49-1.663-1.44-1.925-1.042-2.913.474-1.178 14.4 2.112 18.518 3.282-4.82 3.165-7.596 2.621-10.274 2.621-2.628 0-5.94-1.583-7.202-2.99Zm-2.25-16.18c.426-1.124 1.177-.469 1.5 0 .161 2.725.087 8.158-1.5 8.08-1.984-.096-2.226-1.403-2.226-4.113 0-2.71 1.694-2.565 2.226-3.968Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M87.151 37.662c3.256-3.077 7.135-3.985 12.007-3.493 3.838.387 7.32 2.797 9.349 5.56 2.312 3.15 2.313 8.906 2.116 11.17-.197 2.263-2.313 7.43-7.627 9.152-2.994.97-14.707 3.075-18.748-4.674-1.312-2.517-2.165-4.626-1.624-8.218.541-3.592.935-6.101 4.527-9.497Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M104.84 35.847c2.795 1.55 4.471 4.514 4.824 5.318.848 1.938.872 3.685.872 5.09-1.285-5.878-6.458-10.408-14.273-10.408-5.261 0-5.364-.873-2.515-1.481 2.849-.608 7.597-.456 11.092 1.481Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M91.96 34.614c-2.416.554-4.858 2.712-6.011 4.02-2.83 3.589-2.822 5.093-3.518 9.531-.697 4.439 2.485 8.346 2.485 8.346-1.765-5.025-1.032-12.423 2.775-16.814 6.144-7.086 15.585-4.75 12.973-5.279-3.048-.617-5.71-.49-8.703.196Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M93.677 60.403c6.044.158 10.123-2.337 11.407-3.605.231-.527.751-1.728.988-2.32-1.235-.643-.988-1.877-.988-3.359 0-1.185.889-1.91 1.334-2.123.098-.099.108-.82-.642-2.914-.939-2.617-3.556-5.382-8.494-6.962s-8.05.395-10.913 2.32c-2.865 1.926-2.815 8.988-2.519 10.864.296 1.877 2.272 7.902 9.827 8.1Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M85.261 52.434c-1.704-5.755 1.13-9.718 2.781-10.699.837-.497-1.613 2.313-2.275 4.577-1.041 3.562.453 7.821-.506 6.122Z"/>
|
|
39
|
+
<circle cx="91.875" cy="42.192" r=".515" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
40
|
+
<circle cx="88.826" cy="43.849" r=".515" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<circle cx="91.36" cy="48.283" r="1.03" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m105.109 82.203 3.688 2.098-1.78 11.254c-.127 1.124.068 2.258.373 3.224.382 1.209-.119 2.372-.373 2.944-.204.458.416 1.517.373 2.196-.508-.806-2.153-2.298-1.645-3.467.636-1.463.445-2.035-.636-5.85-1.081-3.815-.635-6.563 0-8.852.509-1.831.424-3.293 0-3.547Z"/>
|
|
43
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M103.429 86.288c.316-.737.394-2.588.394-3.42l2.237 1.183c0 .548-.118 1.947-.592 3.158-.474 1.21.197 8.134.592 11.445-.439-1.184-1.5-3.683-2.237-4.21-.92-.657-4.801-.329-4.275-.526.526-.197 2.565-.197 3.881-.526 1.315-.329.394-1.25 0-1.974-.395-.723-1.382-1.578-2.105-1.907-.724-.329-.526-.395 0-.79.526-.394 1.71-1.512 2.105-2.433Z"/>
|
|
44
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M74.398 80.84v-4.43c.6.4 1.883 1.209 2.216 1.246.415.046 1.154-1.016 2.077-2.216.923-1.2.326-.163 1.178 1.235 1.553 2.544-.733 5-.933 4.985.216 1.062.013 2.163-.245 3.53-.323 1.707-2.077 3.064-1.132 5.133.83 1.816-.945-.492-.945-2.08 0-.94.37-3.086.9-4.98.114-.41.648-1.78 1.177-3.253-.277-.046-1.016.185-1.662.462-.646.277-2.03 3.58-4.25 4.717-.857.44-2.247 4.2-4.574 5.67.754-1.446 2.14-2.514 2.327-5.215.122-1.754 3.866-4.526 3.866-4.803Z"/>
|
|
45
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M105.347 50.062c.427-.601 1.653-.966 2.12-.977-.587.49-1.207.88-1.304 2.576-.098 1.696 1.203 2.41.526 2.41-.628 0-1.134.096-1.493-.62-.358-.718-.512-2.455.151-3.39Z"/>
|
|
46
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M75.104 104.569c-.546-1.077-.733-2.676-.2-3.21.294.347.775 2.258 2.391 4.118 1.176 1.353 5.003 4.936 10.205 8.455l.132 1.816c-1.2-.72-4.04-2.713-6.087-4.184-2.559-1.84-5.622-5.379-6.441-6.995Zm27.179-31.779c.956-3.468 4.649-8.782 5.945-8.832l1.43-.42c.668-.21 3.281 1.395 1.812 1.222-1.39-.162-6.84 6.91-7.322 8.58-.483 1.67-.808 3.837-.38 6.647.343 2.247 3.476 3.93 5.027 4.46l1.23.661c-1.397 1.944-3.868.947-6.257-2.043-2.769-3.467-2.681-5.94-1.485-10.275Zm-23.098-3.332c.37-2.223 1.436-10.23 3.112-10.913h1.38s-.005.312.1 1.129c-.791.59-.877 2.237-1.155 2.747-.347.636-2.456 14.367-2.167 15.583.232.972-1.742 2.989-2.379 3.741l.508-1.847c.155-2.701.23-8.218.6-10.44Z"/>
|
|
47
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M109.369 53.583c-1.289 1.464-2.532.908-3.317.894 0 .228-.639 1.499-1.393 2.424-.754.925-2.389 1.911-5.5 2.891 0 0 2.769-.084 4.159-.653 1.39-.569 2.753-2.834 3.512-2.632.975.26 2.98-3.424 2.539-2.924Z"/>
|
|
48
|
+
</svg>
|
|
49
|
+
`;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Calculator" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m68.58 115.89 44.977-7.399c.549-.089.603-.896.076-1.069L68.909 94.429a8.356 8.356 0 0 0-4.165-.289l-37.31 4.476c-.519.098-.595.847-.106 1.056L63.9 115.318a8.436 8.436 0 0 0 4.68.572Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M102.149 34c.552-.022 1.1.078 1.626.273a5.124 5.124 0 0 1 1.46.852 5.44 5.44 0 0 1 1.143 1.294 5.2 5.2 0 0 1 .673 1.615l4.38 19.696-49.83 3.495-3.91-21.142a4.259 4.259 0 0 1 .034-1.758 3.671 3.671 0 0 1 1.964-2.462 4.12 4.12 0 0 1 1.682-.413L102.149 34Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m106.703 49.718-2.377-10.798a2.359 2.359 0 0 0-.304-.739 2.533 2.533 0 0 0-.522-.59 2.35 2.35 0 0 0-.669-.386 1.977 1.977 0 0 0-.743-.122l-11.611.465-2.416.095-2.673.109-6.749.269-15.852.634a1.871 1.871 0 0 0-.76.19 1.63 1.63 0 0 0-.565.461 1.652 1.652 0 0 0-.318.664 1.97 1.97 0 0 0-.013.8l2.151 11.484c.044.23.122.447.23.652.11.203.274.351.43.516.157.165.37.27.566.382.195.113.634.26.852.313l39.948-2.336c.252-.017.482-.087.682-.195.196-.113.365-.265.491-.452a1.69 1.69 0 0 0 .257-.643 2.087 2.087 0 0 0-.022-.764l-.013-.009Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m101.071 49.254-4.798.273.965-1.372 2.326-.13 1.507 1.229Zm-7.205-3.282.717 3.395-1.524-1.238-.37-1.767.608-.855.57.465Zm2.704.186.377 1.758-.965 1.373-.716-3.392.36-.507.943.768Zm7.187 2.944-1.221.069-.278-1.294 1.217-.07.282 1.295Zm-4.085-4.173-.474.677-2.629.135-.76-.616.482-.678 2.629-.13.752.612Zm-6.118-.43-.36.521-.953-.786-.369-1.758.974-1.35.708 3.373Zm6.644-.33-.352.513-.943-.778-.374-1.74.948-1.338.721 3.343ZM91.59 42.25l-2.364.108-1.53-1.255 4.867-.216-.973 1.363Zm6.666-.312-2.321.108-1.512-1.242 4.78-.213-.947 1.346Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m90.477 37.543-2.325.096 2.325-.096ZM64.03 53.487s.048.03.07.048a.682.682 0 0 1-.109-.087c.013.013.022.026.04.035v.004Zm.387.257c-.04-.022-.074-.044-.113-.066.034.022.074.044.113.066Zm.33.164s.014 0 .018.01a.062.062 0 0 1-.027-.01h.009Zm.495.17-.07-.022c.023.009.049.013.07.022Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M65.355 54.108h.022c-.044-.013-.096-.021-.135-.034.04.013.083.026.117.034h-.004Zm-.182-.052Zm-.665-.261c.06.035.143.074.235.11a2.762 2.762 0 0 1-.322-.162l.087.052Zm-.204-.117a2.424 2.424 0 0 1-.204-.139c.065.048.13.1.204.14Zm-.361-.265.052.04a1.735 1.735 0 0 1-.156-.153c.035.035.07.074.104.11v.003Zm-.634-1.072c.043.195.113.382.204.556a1.5 1.5 0 0 0 .235.313 1.988 1.988 0 0 1-.187-.252 2.1 2.1 0 0 1-.252-.617Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M88.152 37.639h-.096l-16.904 16.13 2.569-.147 16.756-16.079-2.325.096Zm-9.512.378L63.309 52.34a1.952 1.952 0 0 0 .439.869l.086.09c.048.053.1.105.157.153.035.03.07.056.109.086.065.048.13.096.204.14.039.021.074.043.113.065.1.056.204.112.321.16.009 0 .018.005.026.009.126.052.261.1.409.143l.07.022c.043.013.09.022.134.03l2.942-.173 17.07-16.188-6.75.27Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m70.057 106.934-8.456-45.71 49.83-3.494 9.438 42.439a5.17 5.17 0 0 1 .079 1.832 4.377 4.377 0 0 1-.548 1.585 3.684 3.684 0 0 1-1.082 1.173 3.485 3.485 0 0 1-1.521.586l-42.152 5.905a4.528 4.528 0 0 1-1.886-.134 5.017 5.017 0 0 1-1.681-.856 5.363 5.363 0 0 1-1.295-1.441 5.547 5.547 0 0 1-.726-1.881v-.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m118.527 105.163-.234.078a4.145 4.145 0 0 1-.496.104l-42.151 5.905a4.527 4.527 0 0 1-1.886-.134 5.015 5.015 0 0 1-1.682-.856 5.29 5.29 0 0 1-1.295-1.441 5.427 5.427 0 0 1-.726-1.881l-8.456-45.713-3.911-21.142a4.339 4.339 0 0 1-.06-.46c0-.052 0-.104-.005-.156-.005-.1-.013-.196-.009-.291 0-.057.009-.113.013-.174.005-.087.009-.174.018-.26.008-.061.021-.122.034-.178.013-.079.026-.161.044-.24.013-.06.035-.116.052-.177.022-.074.039-.148.065-.217.022-.057.048-.113.07-.17.03-.07.056-.139.087-.208.026-.057.06-.109.09-.16.035-.066.07-.131.105-.192.035-.052.074-.1.109-.152.043-.06.082-.121.126-.178l-2.62 3.274s-.005.009-.01.009c-.043.052-.078.113-.117.17-.034.047-.074.095-.104.147-.04.06-.07.126-.109.19-.026.053-.06.1-.082.153v.008a4.1 4.1 0 0 0-.083.196c-.021.056-.052.113-.07.17-.025.069-.043.142-.064.212-.018.056-.04.113-.053.174-.017.078-.03.156-.043.234-.009.056-.026.113-.03.174-.013.087-.013.178-.022.265 0 .052-.009.104-.013.156 0 .096 0 .191.008.286v.152c.014.148.03.3.061.452l3.78 20.712 8.166 44.732a5.277 5.277 0 0 0 1.973 3.244 4.84 4.84 0 0 0 1.647.833c.591.17 1.217.217 1.847.131l41.4-5.871c.082-.013.165-.026.247-.043a3.967 3.967 0 0 0 .47-.135 2.19 2.19 0 0 0 .221-.091c1.308-.582 2.616-1.164 3.929-1.746a2.012 2.012 0 0 1-.226.091l-.005.014Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m110.223 74.729-.921.595a4.092 4.092 0 0 1-.378.213c-.131.065-.27.121-.409.169a3.584 3.584 0 0 1-.434.121c-.148.03-.305.057-.461.074a4.348 4.348 0 0 1-1.812-.212 5.422 5.422 0 0 1-1.643-.908 5.858 5.858 0 0 1-2.042-3.322 5.179 5.179 0 0 1-.109-1.376 4.68 4.68 0 0 1 .244-1.255 3.942 3.942 0 0 1 1.39-1.898l.891-.642c-.322.23-.6.512-.834.83a3.999 3.999 0 0 0-.561 1.072c-.135.39-.222.816-.243 1.259-.022.443.008.907.113 1.385a5.92 5.92 0 0 0 2.055 3.343c.5.404 1.06.717 1.651.917a4.34 4.34 0 0 0 1.821.217 3.998 3.998 0 0 0 1.313-.365c.13-.065.26-.135.382-.213"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m99.52 75.688-.878.6a4.489 4.489 0 0 1-.422.251 3.55 3.55 0 0 1-.456.2 4.097 4.097 0 0 1-1.013.226 4.672 4.672 0 0 1-1.881-.213 5.492 5.492 0 0 1-1.7-.92 5.827 5.827 0 0 1-2.08-3.374 5.17 5.17 0 0 1-.1-1.355c.026-.438.108-.851.243-1.237.135-.387.321-.747.547-1.069a3.88 3.88 0 0 1 .817-.846l.843-.647a3.896 3.896 0 0 0-.817.85c-.23.326-.417.687-.552 1.073a4.631 4.631 0 0 0-.243 1.242c-.026.434.004.895.1 1.36.14.685.404 1.328.765 1.901.36.573.813 1.081 1.33 1.49a5.49 5.49 0 0 0 1.703.924 4.726 4.726 0 0 0 1.89.217 4.145 4.145 0 0 0 1.017-.226 3.92 3.92 0 0 0 .882-.451"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M95.574 66.496a4.742 4.742 0 0 1 1.878.235c.604.2 1.173.517 1.681.925.509.408.952.903 1.308 1.467.357.565.617 1.199.761 1.872a5.08 5.08 0 0 1 .043 1.945 4.396 4.396 0 0 1-.656 1.659 3.938 3.938 0 0 1-1.243 1.198c-.5.304-1.082.504-1.725.565a4.642 4.642 0 0 1-1.89-.218 5.516 5.516 0 0 1-1.704-.925 5.989 5.989 0 0 1-1.33-1.489 5.699 5.699 0 0 1-.764-1.902 5.072 5.072 0 0 1-.026-1.962 4.425 4.425 0 0 1 .682-1.659 3.91 3.91 0 0 1 1.264-1.181 4.044 4.044 0 0 1 1.726-.534l-.005.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M114.69 99.114a3.444 3.444 0 0 1-.604.182 7.09 7.09 0 0 1-.322.057c-.63.082-1.26.022-1.86-.165a5.17 5.17 0 0 1-1.69-.899 5.9 5.9 0 0 1-1.33-1.485 6.071 6.071 0 0 1-.782-1.928l-2.573-12.127a5.287 5.287 0 0 1-.108-1.485 4.81 4.81 0 0 1 .291-1.346c.156-.417.374-.8.643-1.134.265-.334.587-.625.947-.855l-.912.582c-.361.23-.678.517-.943.85a4.232 4.232 0 0 0-.639 1.13 4.848 4.848 0 0 0-.291 1.341c-.035.474 0 .973.109 1.477l2.55 12.067c.148.694.418 1.341.774 1.914a5.824 5.824 0 0 0 1.321 1.477 5.1 5.1 0 0 0 1.682.89 4.373 4.373 0 0 0 1.851.16c.108-.013.217-.034.321-.056a3.507 3.507 0 0 0 .604-.182c.096-.04.192-.078.283-.126l.965-.47a5.758 5.758 0 0 1-.283.127l-.004.004Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m101.775 87.937-.899.534c-.122.07-.244.14-.374.196-.13.056-.261.113-.395.156a4.337 4.337 0 0 1-.865.191c-.643.074-1.282 0-1.895-.186a5.241 5.241 0 0 1-1.708-.912 5.869 5.869 0 0 1-2.103-3.413c-.1-.504-.13-.995-.095-1.463.034-.47.134-.921.29-1.334a4.36 4.36 0 0 1 .635-1.137c.265-.339.574-.634.93-.873l.865-.586a3.98 3.98 0 0 0-.934.877 4.374 4.374 0 0 0-.635 1.142 4.828 4.828 0 0 0-.291 1.342c-.035.473-.004.968.1 1.472a5.933 5.933 0 0 0 2.112 3.434 5.294 5.294 0 0 0 1.716.916c.613.191 1.26.265 1.904.191.152-.017.3-.043.443-.073.143-.03.287-.07.421-.118a4.45 4.45 0 0 0 .774-.356M88.408 76.678l-.826.604a4.07 4.07 0 0 1-.965.521 4.363 4.363 0 0 1-1.12.26 4.787 4.787 0 0 1-1.939-.212 5.53 5.53 0 0 1-1.738-.934 5.965 5.965 0 0 1-1.347-1.507 5.623 5.623 0 0 1-.76-1.923 5.332 5.332 0 0 1-.092-1.324c.026-.426.109-.838.24-1.22a4.23 4.23 0 0 1 1.317-1.923l.79-.652c-.304.247-.57.538-.791.864a4.47 4.47 0 0 0-.535 1.068 4.71 4.71 0 0 0-.239 1.224c-.026.426 0 .877.092 1.333.134.7.404 1.35.765 1.937a5.94 5.94 0 0 0 1.351 1.515 5.452 5.452 0 0 0 1.747.938c.626.2 1.286.282 1.947.217a4.37 4.37 0 0 0 1.126-.26 4.068 4.068 0 0 0 .964-.521"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M109.015 77.343a4.522 4.522 0 0 1 1.834.208 5.24 5.24 0 0 1 1.651.903c.5.4.943.895 1.295 1.455s.622 1.194.77 1.871l2.62 11.963c.152.69.169 1.363.074 1.989a4.696 4.696 0 0 1-.617 1.719 4.038 4.038 0 0 1-1.2 1.268 3.915 3.915 0 0 1-1.677.63 4.348 4.348 0 0 1-1.86-.166 5.202 5.202 0 0 1-1.69-.898 5.975 5.975 0 0 1-1.33-1.485 5.98 5.98 0 0 1-.782-1.928l-2.573-12.128a5.224 5.224 0 0 1-.052-1.971c.104-.62.326-1.185.643-1.672.317-.486.73-.898 1.217-1.203a3.848 3.848 0 0 1 1.677-.56v.005Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M100.572 90.595a4.605 4.605 0 0 1 1.899.186 5.31 5.31 0 0 1 1.703.912 5.946 5.946 0 0 1 2.108 3.422c.147.703.16 1.385.052 2.023a4.847 4.847 0 0 1-.652 1.75c-.322.517-.747.96-1.252 1.29-.504.33-1.09.56-1.738.642a4.596 4.596 0 0 1-1.916-.165 5.243 5.243 0 0 1-1.73-.911 5.859 5.859 0 0 1-1.351-1.511 5.917 5.917 0 0 1-.782-1.959 5.441 5.441 0 0 1-.035-2.05 4.726 4.726 0 0 1 .682-1.75c.335-.511.76-.946 1.273-1.271a4.081 4.081 0 0 1 1.743-.612l-.004.004Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m104.039 100.404-.921.469a3.725 3.725 0 0 1-.643.26 4.231 4.231 0 0 1-.7.152 4.484 4.484 0 0 1-1.908-.161 5.27 5.27 0 0 1-1.72-.903 5.901 5.901 0 0 1-2.12-3.452 5.668 5.668 0 0 1-.097-1.589c.044-.508.165-.994.348-1.437.182-.443.43-.851.73-1.203a4.14 4.14 0 0 1 1.056-.89l.886-.521a4.18 4.18 0 0 0-1.06.894 4.435 4.435 0 0 0-.73 1.212 5.07 5.07 0 0 0-.348 1.446 5.422 5.422 0 0 0 .096 1.598c.143.712.417 1.372.782 1.958a5.86 5.86 0 0 0 1.352 1.511 5.397 5.397 0 0 0 1.729.912 4.539 4.539 0 0 0 1.917.165 4.21 4.21 0 0 0 1.034-.274c.108-.043.213-.091.313-.143M90.586 89.149l-.848.538c-.13.083-.27.161-.408.23a4.365 4.365 0 0 1-1.395.4 4.764 4.764 0 0 1-1.951-.187 5.483 5.483 0 0 1-1.752-.925 5.807 5.807 0 0 1-1.355-1.515 5.725 5.725 0 0 1-.77-1.954 5.471 5.471 0 0 1-.086-1.446c.034-.465.134-.907.29-1.324.157-.417.366-.795.622-1.138a4.1 4.1 0 0 1 .908-.89l.813-.586a4.343 4.343 0 0 0-1.534 2.036 5.096 5.096 0 0 0-.291 1.329c-.04.465-.009.955.087 1.454a5.871 5.871 0 0 0 2.138 3.487c.53.417 1.13.738 1.76.934.63.195 1.295.265 1.96.19.169-.016.334-.047.495-.086.16-.04.317-.082.47-.135a3.951 3.951 0 0 0 .855-.412"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M86.735 79.57a4.807 4.807 0 0 1 1.943.213 5.749 5.749 0 0 1 3.076 2.432c.361.581.63 1.233.774 1.932a5.29 5.29 0 0 1 .026 2.019 4.695 4.695 0 0 1-.695 1.737 4.206 4.206 0 0 1-1.3 1.268 4.31 4.31 0 0 1-1.79.616 4.815 4.815 0 0 1-1.96-.19 5.418 5.418 0 0 1-1.76-.934c-.53-.421-1-.934-1.364-1.524a5.905 5.905 0 0 1-.774-1.963 5.267 5.267 0 0 1-.008-2.037 4.657 4.657 0 0 1 .721-1.732 4.21 4.21 0 0 1 1.321-1.246 4.317 4.317 0 0 1 1.795-.586l-.005-.005Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m76.971 77.677-.773.608a3.965 3.965 0 0 1-.504.339c-.178.1-.36.19-.556.269a4.068 4.068 0 0 1-.605.19 5.175 5.175 0 0 1-.647.11 5.009 5.009 0 0 1-1.999-.218 5.634 5.634 0 0 1-1.782-.946 5.913 5.913 0 0 1-1.368-1.529 5.681 5.681 0 0 1-.76-1.958c-.084-.443-.11-.873-.084-1.29a4.692 4.692 0 0 1 .735-2.249c.209-.325.46-.616.747-.873l.735-.655a4.409 4.409 0 0 0-.752.877 4.581 4.581 0 0 0-.508 1.06 4.723 4.723 0 0 0-.23 1.202c-.027.421 0 .856.082 1.298.135.713.4 1.377.769 1.967.37.591.839 1.116 1.377 1.537a5.749 5.749 0 0 0 1.79.956 5.051 5.051 0 0 0 2.008.217 4.439 4.439 0 0 0 1.26-.304c.196-.078.383-.17.561-.27.178-.1.348-.216.504-.342"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M72.704 68.39a5.037 5.037 0 0 1 1.99.238 5.793 5.793 0 0 1 1.764.951c.53.417.991.934 1.356 1.516.365.581.63 1.237.765 1.936.135.7.13 1.38 0 2.01a4.649 4.649 0 0 1-.734 1.72c-.352.504-.813.93-1.352 1.246a4.535 4.535 0 0 1-1.847.59 4.976 4.976 0 0 1-2.007-.216 5.66 5.66 0 0 1-1.79-.956 6.05 6.05 0 0 1-1.378-1.537 5.739 5.739 0 0 1-.77-1.967 5.065 5.065 0 0 1 .022-2.032c.14-.638.4-1.216.765-1.715a4.37 4.37 0 0 1 3.22-1.785h-.004Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m92.767 101.849-.87.469a4.193 4.193 0 0 1-1.494.482 4.766 4.766 0 0 1-1.965-.16 5.33 5.33 0 0 1-1.764-.916c-.534-.417-1-.934-1.369-1.524a5.812 5.812 0 0 1-.86-3.557c.048-.508.165-.99.348-1.433.182-.442.425-.855.72-1.211a4.38 4.38 0 0 1 1.044-.916l.834-.521c-.395.247-.747.56-1.047.92-.3.36-.543.773-.726 1.22-.182.448-.3.934-.347 1.442a5.624 5.624 0 0 0 .082 1.585 6.01 6.01 0 0 0 .782 1.993c.37.599.839 1.116 1.378 1.533a5.423 5.423 0 0 0 1.773.92 4.718 4.718 0 0 0 2.373.091c.13-.026.26-.065.382-.104a3.71 3.71 0 0 0 .365-.139 5.07 5.07 0 0 0 .348-.169M79.061 90.382l-.795.538a4.29 4.29 0 0 1-.943.487 4.268 4.268 0 0 1-1.078.256 4.986 4.986 0 0 1-2.012-.187 5.506 5.506 0 0 1-1.794-.938 5.876 5.876 0 0 1-2.156-3.525 5.418 5.418 0 0 1-.078-1.416c.035-.456.135-.894.283-1.303a4.6 4.6 0 0 1 1.477-2.045l.756-.59c-.334.26-.63.569-.878.911a4.832 4.832 0 0 0-.886 2.453c-.035.461-.013.939.078 1.425.135.725.404 1.398.778 1.997a6 6 0 0 0 1.39 1.55 5.614 5.614 0 0 0 1.804.947 4.95 4.95 0 0 0 2.577.096 4.562 4.562 0 0 0 1.473-.647m2.09 12.935-.813.469a4.06 4.06 0 0 1-.387.199 4.716 4.716 0 0 1-.838.283 4.899 4.899 0 0 1-2.477-.079 5.464 5.464 0 0 1-1.808-.929 5.883 5.883 0 0 1-2.177-3.565 5.416 5.416 0 0 1-.07-1.558c.052-.504.165-.982.348-1.425.182-.443.417-.855.708-1.215.291-.36.635-.682 1.021-.938l.778-.521c-.39.26-.734.577-1.025.942a4.833 4.833 0 0 0-.713 1.224c-.178.448-.3.93-.348 1.433a5.647 5.647 0 0 0 .074 1.568 5.914 5.914 0 0 0 2.19 3.586 5.444 5.444 0 0 0 1.821.934 4.923 4.923 0 0 0 2.486.078c.148-.035.291-.074.434-.122a4.036 4.036 0 0 0 .8-.36"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M106.438 65.597a4.385 4.385 0 0 1 1.804.235c.577.2 1.129.512 1.625.912.495.4.925.89 1.273 1.446a5.86 5.86 0 0 1 .756 1.845c.148.669.161 1.316.065 1.915a4.242 4.242 0 0 1-.608 1.628 3.8 3.8 0 0 1-1.178 1.177 3.817 3.817 0 0 1-1.647.551 4.398 4.398 0 0 1-1.82-.217 5.255 5.255 0 0 1-1.652-.916 6.019 6.019 0 0 1-1.295-1.468 5.828 5.828 0 0 1-.76-1.875 5.08 5.08 0 0 1-.048-1.928c.104-.6.322-1.155.634-1.629a3.77 3.77 0 0 1 1.2-1.159 3.79 3.79 0 0 1 1.651-.525v.008Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.05 78.441a4.608 4.608 0 0 1 1.887.209 5.388 5.388 0 0 1 1.69.916 5.9 5.9 0 0 1 2.09 3.382c.144.69.157 1.36.048 1.985a4.554 4.554 0 0 1-.656 1.706 4.11 4.11 0 0 1-1.247 1.246c-.5.317-1.087.53-1.73.604-.643.074-1.29 0-1.903-.191a5.38 5.38 0 0 1-1.716-.916 5.933 5.933 0 0 1-2.112-3.435 5.191 5.191 0 0 1-.03-2.002 4.555 4.555 0 0 1 .681-1.702c.335-.5.76-.916 1.27-1.224a4.118 4.118 0 0 1 1.733-.573l-.004-.005ZM84.32 67.43a4.832 4.832 0 0 1 1.929.239 5.619 5.619 0 0 1 1.72.938c.522.412.974.916 1.33 1.493.356.578.626 1.216.765 1.902.139.686.139 1.36.022 1.976a4.472 4.472 0 0 1-.696 1.689 4.136 4.136 0 0 1-1.295 1.22 4.293 4.293 0 0 1-1.781.577 4.837 4.837 0 0 1-1.947-.217 5.535 5.535 0 0 1-1.747-.938 5.87 5.87 0 0 1-2.116-3.452 5.062 5.062 0 0 1 0-1.997 4.47 4.47 0 0 1 .721-1.685 4.18 4.18 0 0 1 1.317-1.203 4.264 4.264 0 0 1 1.781-.547l-.004.005Zm4.875 24.498a4.718 4.718 0 0 1 1.956.186c.63.196 1.216.508 1.742.92a5.93 5.93 0 0 1 2.138 3.479c.143.712.148 1.411.03 2.058a4.898 4.898 0 0 1-.695 1.78 4.427 4.427 0 0 1-1.303 1.316 4.366 4.366 0 0 1-1.8.66 4.719 4.719 0 0 1-1.972-.161 5.344 5.344 0 0 1-1.773-.92 5.98 5.98 0 0 1-1.378-1.533 5.794 5.794 0 0 1-.782-1.993 5.52 5.52 0 0 1-.013-2.084 4.91 4.91 0 0 1 .721-1.785 4.328 4.328 0 0 1 3.129-1.923ZM75.05 80.738a4.95 4.95 0 0 1 2.004.213 5.688 5.688 0 0 1 1.777.942c.535.417 1 .938 1.369 1.524.37.586.634 1.25.773 1.963a5.26 5.26 0 0 1 .005 2.054 4.87 4.87 0 0 1-.735 1.767 4.382 4.382 0 0 1-1.355 1.294 4.55 4.55 0 0 1-1.856.63 4.95 4.95 0 0 1-2.02-.192 5.611 5.611 0 0 1-1.804-.946 6.014 6.014 0 0 1-1.39-1.55 5.754 5.754 0 0 1-.778-1.998 5.282 5.282 0 0 1 .017-2.075c.139-.651.4-1.246.765-1.763a4.43 4.43 0 0 1 1.377-1.272 4.561 4.561 0 0 1 1.856-.6l-.005.01Zm2.395 12.57a4.927 4.927 0 0 1 2.016.183 5.484 5.484 0 0 1 1.79.938 6.005 6.005 0 0 1 1.382 1.537c.374.595.643 1.272.782 1.997.14.725.135 1.433.01 2.097a4.942 4.942 0 0 1-.735 1.815 4.54 4.54 0 0 1-3.224 2.015 4.934 4.934 0 0 1-2.034-.16 5.624 5.624 0 0 1-1.821-.934 5.814 5.814 0 0 1-1.404-1.559 5.891 5.891 0 0 1-.786-2.028 5.533 5.533 0 0 1 .008-2.123c.135-.668.4-1.28.765-1.815a4.552 4.552 0 0 1 1.382-1.32 4.625 4.625 0 0 1 1.864-.642h.005Z"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartArea" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.579 75.414-13.466c.47-.085.487-.747.029-.86l-47.29-11.78a4.354 4.354 0 0 0-1.73-.08l-59.544 9.178c-1.053.164-1.256 1.59-.289 2.043l31.696 14.738a2.837 2.837 0 0 0 1.714.221v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.083 36.003c.282-.015.564.035.83.13.267.096.524.247.755.438a2.823 2.823 0 0 1 .951 1.518l1.317 5.727-85.61 5.154-1.106-6.365a2.247 2.247 0 0 1 .03-.956 2.057 2.057 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.806-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.722 1.722 0 0 0 .332-1.398 2.063 2.063 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.673 1.673 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.188 2.188 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.7.01-1.026-.081a2.729 2.729 0 0 1-.91-.462 2.902 2.902 0 0 1-.695-.77 2.702 2.702 0 0 1-.377-.995l-9.3-53.358-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.27 2.27 0 0 1 .146-.417c.06-.13.14-.257.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.173 2.173 0 0 0-.171 1.332l1.092 6.296 9.14 52.774a2.786 2.786 0 0 0 1.056 1.745c.271.206.573.362.9.458a2.48 2.48 0 0 0 1.016.08l82.024-10.363 2.359-1.136-82.768 10.373Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.928 42.303a2.13 2.13 0 0 1 .795.11 2.324 2.324 0 0 1 1.227.976c.14.226.241.478.287.744a1.721 1.721 0 0 1-.332 1.398 1.655 1.655 0 0 1-.549.453 1.87 1.87 0 0 1-.739.196 2.13 2.13 0 0 1-.795-.11 2.251 2.251 0 0 1-.7-.383 2.397 2.397 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.325 48.97 85.605-5.149 11.001 47.837c.075.322.085.639.05.93a2.057 2.057 0 0 1-.272.805 1.852 1.852 0 0 1-.543.588 1.713 1.713 0 0 1-.764.287l-82.768 10.373a2.639 2.639 0 0 1-1.936-.543 2.915 2.915 0 0 1-.695-.769 2.75 2.75 0 0 1-.377-.996l-9.3-53.363Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M110.484 58.732c.365-.033.758.094 1.085.382.637.57.792 1.545.349 2.182l-2.448 3.495-8.911 12.738a3.314 3.314 0 0 1-.61.665 3.26 3.26 0 0 1-1.727.742l-23.107 2.725a.833.833 0 0 0-.393.15L60.344 92.007l-.122.088-1.584 1.125c-.2.138-.426.216-.653.238-.543.05-1.114-.222-1.468-.748-.504-.753-.371-1.744.293-2.215l2.736-1.933.122-.089 9.416-6.651 3.843-2.714a3.404 3.404 0 0 1 1.584-.604l23.118-2.68a.828.828 0 0 0 .581-.35l9.156-13.054 1.296-1.85.936-1.334a1.2 1.2 0 0 1 .88-.515l.006.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M108.369 52.136c.493-.044 1.025.205 1.363.698.504.714.421 1.672-.177 2.138l-1.723 1.34-8.64 6.718-.415.321c-.31.244-.66.427-1.036.543l-23.516 7.233a.984.984 0 0 0-.244.117l-15.53 10.95-.122.088-2.58 1.822c-.2.138-.422.216-.654.233-.543.05-1.119-.222-1.473-.754-.51-.753-.383-1.744.288-2.215l3.738-2.625.122-.089 14.41-10.113c.294-.205.615-.366.953-.465l11.298-3.45 12.24-3.74a.747.747 0 0 0 .255-.132l10.224-7.92.576-.449c.188-.144.404-.227.626-.244l.016-.005Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.07 75.413-13.465c.469-.085.486-.747.028-.86l-47.288-11.78a4.356 4.356 0 0 0-1.731-.079l-59.543 9.177c-1.053.164-1.256 1.59-.289 2.042l31.695 14.739a2.837 2.837 0 0 0 1.715.221v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.699.01-1.026-.081a2.728 2.728 0 0 1-.91-.462 2.902 2.902 0 0 1-.694-.77 2.704 2.704 0 0 1-.377-.995l-9.3-53.357-1.107-6.366c-.03-.16-.04-.322-.035-.477 0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.179 2.179 0 0 0-.171 1.332l1.092 6.295 9.14 52.774c.06.357.19.689.372.986a2.785 2.785 0 0 0 1.584 1.217 2.48 2.48 0 0 0 1.016.08l82.022-10.363 2.359-1.136-82.767 10.373Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M104.716 52.326c.584.501.938 1.253 1.092 2.017l.706 3.668a18.037 18.037 0 0 0-3.623-.045c-7.06.617-12.668 5.281-17.769 9.527-.064.065-.141.116-.212.174-3.11 2.589-6.045 5.017-9.148 6.662-3.893 2.055-7.87 2.993-11.403 3.302a31.944 31.944 0 0 1-6.334-.077l-.379-.045-.546-2.833c-.186-.964-.026-1.934.507-2.66 2.043-2.743 4.844-5.05 8.583-5.377.867-.077 1.78-.045 2.75.11 2.248.359 4.336.43 6.282.256 5.872-.514 10.459-3.186 14.172-6.507 4.67-4.176 8.12-9.206 11.731-9.521 1.162-.103 2.344.283 3.584 1.349h.007Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m109.516 73.59 2.634 13.638c.25 1.317-.508 2.512-1.69 2.66L63.468 95.7c-1.285.116-2.448-.816-2.73-2.113l-.547-2.814c3.309-4.323 8.93-8.82 17.063-9.533 1.934-.168 4.009-.123 6.231.186 2.46.347 4.825.392 7.073.193 8.011-.7 14.577-4.414 18.958-8.037v.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M103.215 59.765a16.628 16.628 0 0 1 3.649.084l5.28 27.386c.251 1.317-.507 2.512-1.689 2.66l-46.993 5.813c-1.285.116-2.448-.816-2.73-2.113.276 1.297 1.445 2.229 2.653 2.12l47.063-5.82c1.189-.148 1.947-1.343 1.69-2.66l-2.634-13.639c-4.375 3.624-10.947 7.337-18.958 8.037a30.98 30.98 0 0 1-7.073-.193c-2.222-.314-4.297-.36-6.231-.186-8.133.713-13.754 5.21-17.063 9.527l-2.184-11.377c.276.032.559.058.848.083.38.032.649.052.925.071 1.478.083 3.11.077 4.85-.07 3.72-.328 7.902-1.318 12.007-3.489 3.264-1.728 6.315-4.266 9.392-6.829 5.249-4.368 10.58-8.814 17.191-9.392l.007-.013Z"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.564 75.414-13.466c.47-.085.487-.747.029-.86l-47.289-11.78a4.356 4.356 0 0 0-1.731-.079l-59.544 9.177c-1.053.164-1.256 1.59-.289 2.043l31.696 14.739a2.83 2.83 0 0 0 1.714.22v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.323 48.97 85.606-5.149L129.93 91.66c.075.322.085.638.05.93a2.057 2.057 0 0 1-.272.805c-.14.236-.321.437-.543.588-.221.15-.478.251-.764.287l-82.77 10.373a2.639 2.639 0 0 1-1.937-.543 2.917 2.917 0 0 1-.693-.77 2.736 2.736 0 0 1-.377-.995l-9.3-53.364Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.281-.015.563.035.829.13a2.772 2.772 0 0 1 1.348 1.112c.161.256.287.543.358.844l1.317 5.727-85.61 5.154-1.107-6.365a2.249 2.249 0 0 1 .03-.956 2.059 2.059 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.808-4.048ZM38.615 46.185a1.85 1.85 0 0 0 .74-.197 1.65 1.65 0 0 0 .548-.452 1.722 1.722 0 0 0 .332-1.398 2.066 2.066 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.191 1.674 1.674 0 0 0-.865 1.091 1.85 1.85 0 0 0-.02.764 2.188 2.188 0 0 0 .82 1.343c.212.166.448.296.7.382a2.1 2.1 0 0 0 .794.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.632 104.636c-.352.046-.7.011-1.026-.08a2.73 2.73 0 0 1-.91-.463 2.898 2.898 0 0 1-.695-.769 2.711 2.711 0 0 1-.377-.995l-9.3-53.359-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.28 2.28 0 0 1 .146-.417c.06-.13.14-.257.226-.372l-1.403 1.825a2.472 2.472 0 0 0-.226.367 2.187 2.187 0 0 0-.171 1.333l1.091 6.295 9.14 52.775a2.786 2.786 0 0 0 1.056 1.745c.272.206.573.362.9.457.327.096.67.126 1.016.081L126.042 95.4l2.359-1.137-82.769 10.373Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.927 42.302c.271-.015.538.026.794.111a2.312 2.312 0 0 1 1.228.976c.14.226.241.477.286.744a1.722 1.722 0 0 1-.332 1.398 1.654 1.654 0 0 1-.548.452 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.399 2.399 0 0 1-.532-.593 2.054 2.054 0 0 1-.287-.75 1.937 1.937 0 0 1 .02-.764c.055-.236.166-.457.312-.638a1.714 1.714 0 0 1 1.293-.644v.005Zm67.177 10.518c-.296-1.526-1.642-2.662-3.053-2.537v.005l-44.12 3.145c-1.471.14-2.422 1.55-2.122 3.142l3.12 16.1c.3 1.557 1.686 2.678 3.217 2.543l43.908-4.644c1.386-.175 2.262-1.566 1.967-3.107l-2.917-14.646Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M99.094 55.783c2.049-.177 4.043 1.49 4.48 3.745.405 2.104-.681 3.998-2.481 4.452a3.13 3.13 0 0 1-.465.084c-.022 0-.05 0-.072.005a3.637 3.637 0 0 1-.886-.033c-1.474-.244-2.803-1.39-3.379-2.941a4.79 4.79 0 0 1-.3-1.55c-.038-1.95 1.214-3.562 3.042-3.75h.055l.006-.012Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M99.668 64.036c.293.05.587.061.886.034.022 0 .05 0 .072-.006a3.12 3.12 0 0 0 .465-.083l1.202 6.236 1.197 6.204-1.402.16-1.196-6.209-1.224-6.341v.005ZM68.813 63.2a4.512 4.512 0 0 0-.221-.781l5.887-.62.305 1.578-5.888.626c0-.26-.033-.532-.083-.803Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M87.042 55.96c.537-.044 1.036.377 1.147.942l.653 3.384.3 1.562.653 3.384c.105.576-.222 1.086-.748 1.147l-6.68.725-1.44.155-4.33.471c-.538.05-1.058-.371-1.164-.947l-.653-3.412-.305-1.578-.759-3.744c-.11-.582.227-1.091.76-1.147l12.555-.947.011.006Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m82.37 67.11 1.009 5.234 1.323 6.885a.94.94 0 0 0-.537-.117.844.844 0 0 0-.642.388l-.183.277-1.401-7.272-1.008-5.24 1.44-.155Zm13.626-7.57c0 .254.033.514.083.78a4.4 4.4 0 0 0 .216.77l-7.15.759-.3-1.562 7.15-.753v.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M64.16 59.383c1.89-.166 3.723 1.136 4.437 3.035.094.25.166.516.222.782.05.27.077.537.083.802.033 1.989-1.269 3.634-3.174 3.839-.028 0-.055.005-.083.005-2.132.189-4.21-1.506-4.647-3.816-.448-2.337.942-4.42 3.107-4.641h.056v-.006Zm20.006 19.729a.94.94 0 0 1 .537.116c.061.034.117.072.172.117l3.805 3.074.277.221c.393.316.543.864.377 1.302a1.056 1.056 0 0 1-.09.177l-2.658 4.099a.836.836 0 0 1-.648.393.986.986 0 0 1-.703-.227l-4.104-3.296a1.233 1.233 0 0 1-.15-.144c-.326-.376-.393-.936-.132-1.335l.182-.276 2.315-3.55.183-.278a.844.844 0 0 1 .643-.387l-.006-.006Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m88.68 82.419 6.69-.798.3 1.556-6.337.76c.166-.438.017-.987-.376-1.302l-.277-.222v.006Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M107.217 75.983c.527-.044 1.019.365 1.125.925l1.589 8.252c.111.57-.216 1.08-.731 1.147l-11.697 1.44c-.537.05-1.036-.366-1.141-.925l-.704-3.645-.299-1.556-.603-3.118c-.111-.576.221-1.091.742-1.152l6.58-.764 1.401-.161 3.727-.432.011-.011Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M73.073 85.354a4.959 4.959 0 0 0-.327-1.041l8.286-.986-.183.277c-.26.399-.194.958.133 1.335l-7.837.941a4.452 4.452 0 0 0-.072-.526Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M68.482 81.577c1.778-.155 3.5.997 4.265 2.736a4.969 4.969 0 0 1 .399 1.567c.166 2.11-1.164 3.922-3.152 4.165-.044 0-.089.011-.127.011-2.11.183-4.154-1.478-4.597-3.777-.449-2.337.941-4.442 3.096-4.691.038 0 .077-.011.116-.011Z"/>
|
|
17
|
+
</svg>
|
|
18
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartBar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.193 75.413-13.465c.469-.085.486-.747.028-.86l-47.288-11.78a4.354 4.354 0 0 0-1.731-.079l-59.543 9.177c-1.053.164-1.256 1.59-.289 2.043l31.695 14.738a2.837 2.837 0 0 0 1.715.221v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.045-.699.01-1.026-.081a2.728 2.728 0 0 1-.91-.462 2.902 2.902 0 0 1-.694-.77 2.704 2.704 0 0 1-.377-.995l-9.3-53.357-1.107-6.366c-.03-.16-.04-.322-.035-.477 0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.179 2.179 0 0 0-.171 1.332l1.092 6.295 9.14 52.774c.06.357.19.689.372.986a2.785 2.785 0 0 0 1.584 1.217 2.48 2.48 0 0 0 1.016.08l82.022-10.363 2.359-1.136-82.767 10.373Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M86.165 73.065c.556-.051 1.071.374 1.185.952l.838 4.363c.114.59-.226 1.117-.77 1.179L65.34 82.154c-.573.051-1.094-.374-1.207-.963l-.85-4.426c-.114-.6.243-1.133.793-1.196l22.09-2.504Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M100.301 52.204c.539-.045 1.049.38 1.156.958l.833 4.306c.114.584-.221 1.105-.748 1.156l-39.904 3.607c-.566.051-1.099-.385-1.212-.974l-.85-4.42c-.12-.601.238-1.128.793-1.185l39.926-3.454.006.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M90.772 62.825c.544-.046 1.06.38 1.167.963l.84 4.335c.112.59-.227 1.11-.76 1.173l-28.46 2.972c-.572.051-1.093-.38-1.207-.969l-.85-4.426c-.119-.6.238-1.127.794-1.184l28.476-2.864Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M81.637 83.895c.56-.05 1.07.374 1.184.952l.839 4.375c.113.595-.233 1.128-.777 1.196l-15.47 1.91c-.572.05-1.1-.374-1.207-.964l-.85-4.42c-.12-.6.238-1.139.793-1.207l15.482-1.847.006.005Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.747 75.413-13.474c.469-.085.486-.747.028-.86L82.187 88.626a4.352 4.352 0 0 0-1.731-.079L20.913 97.73c-1.053.164-1.256 1.59-.289 2.043L52.32 114.52a2.83 2.83 0 0 0 1.715.221v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.307c.271-.015.538.025.794.11a2.318 2.318 0 0 1 1.228.977c.14.226.241.478.287.744a1.723 1.723 0 0 1-.332 1.399 1.655 1.655 0 0 1-.549.453c-.216.11-.468.181-.74.196a2.13 2.13 0 0 1-.794-.11 2.253 2.253 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.594 2.057 2.057 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.764c.055-.237.166-.458.312-.64a1.711 1.711 0 0 1 1.293-.644v.006Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.978 85.604-5.152 11 47.864c.076.322.086.64.05.931-.035.292-.13.569-.271.805a1.853 1.853 0 0 1-.543.589 1.72 1.72 0 0 1-.765.286L45.634 104.68a2.61 2.61 0 0 1-1.026-.08 2.658 2.658 0 0 1-.91-.463 2.917 2.917 0 0 1-.694-.77 2.75 2.75 0 0 1-.378-.996l-9.3-53.393Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.282-.015.564.035.83.13.267.096.523.247.755.438a2.824 2.824 0 0 1 .95 1.52l1.318 5.73-85.609 5.156-1.106-6.369a2.249 2.249 0 0 1 .03-.956 2.058 2.058 0 0 1 1.097-1.358 2.41 2.41 0 0 1 .93-.241l80.805-4.05ZM38.618 46.19a1.85 1.85 0 0 0 .74-.196c.216-.11.402-.267.548-.453a1.723 1.723 0 0 0 .331-1.398 2.068 2.068 0 0 0-.286-.745 2.31 2.31 0 0 0-1.227-.976 2.115 2.115 0 0 0-.795-.11c-.272.015-.518.08-.74.19a1.673 1.673 0 0 0-.865 1.092c-.055.237-.07.498-.02.765a2.19 2.19 0 0 0 .82 1.343c.211.166.448.297.7.383.25.085.522.125.794.11"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.675c-.352.045-.699.01-1.026-.081a2.712 2.712 0 0 1-.91-.463 2.913 2.913 0 0 1-.694-.769 2.712 2.712 0 0 1-.377-.997l-9.3-53.388-1.107-6.369a2.21 2.21 0 0 1-.035-.478c0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.826a2.498 2.498 0 0 0-.227.367 2.181 2.181 0 0 0-.171 1.333l1.092 6.3 9.14 52.804a2.81 2.81 0 0 0 1.056 1.745c.271.207.573.363.9.458.327.096.669.126 1.016.081l82.022-10.37 2.359-1.136-82.767 10.379Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M70.286 75.472c.554-.05 1.064.371 1.169.942l2.442 12.696c.111.582-.227 1.108-.764 1.174l-3.965.488c-.56.05-1.07-.366-1.18-.942L65.54 77.09c-.11-.588.238-1.108.775-1.17l3.971-.448Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M99.806 68.313c.531-.044 1.024.366 1.135.93l3.118 16.177c.105.576-.221 1.086-.731 1.152l-3.821.471c-.538.05-1.03-.36-1.141-.925l-3.124-16.231c-.11-.577.221-1.08.737-1.142l3.827-.427v-.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M77.083 56.575c.537-.05 1.046.377 1.157.948l3.534 18.365-5.843.67-3.545-18.426c-.11-.581.233-1.091.764-1.152l3.933-.405Zm1.157 32.002-2.005-10.44 5.843-.676 2 10.401c.11.582-.227 1.103-.754 1.17l-3.92.476h-.034c-.52.045-1.019-.365-1.13-.936v.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m88.37 87.337-3.346-17.379 5.771-.643 3.334 17.318c.111.576-.221 1.092-.742 1.158l-3.871.477c-.543.05-1.041-.36-1.152-.931h.006Zm.13-24.931c.532-.045 1.036.37 1.147.936l.847 4.411-5.776.638-.853-4.423c-.11-.576.222-1.086.753-1.141l3.877-.416.006-.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M82.372 75.821c.388-.033.764.283.848.704.083.432-.172.82-.565.864l-.576.067-5.843.676-.582.066c-.41.034-.792-.277-.875-.709-.083-.438.177-.826.576-.87l.576-.067 5.843-.67.576-.067h.022v.006Zm8.696-8.13c.399-.033.775.277.858.698.084.433-.166.815-.559.86l-.565.06-5.77.643-.571.061c-.41.033-.787-.283-.87-.71-.083-.431.166-.82.565-.858l.576-.061 5.777-.638.57-.06-.011.005Zm-20.942-1.323c.416-.04.798.277.88.709.084.432-.176.826-.575.87l-7.095.776c-.415.038-.803-.283-.886-.715-.083-.438.177-.826.581-.87l7.095-.765v-.005Zm29.774-5.51c.394-.033.771.277.854.704.083.426-.167.809-.554.848l-6.835.737c-.398.033-.775-.277-.858-.704-.083-.427.172-.815.56-.854l6.828-.731h.006Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.439 75.413-13.466c.469-.084.486-.746.028-.86l-47.288-11.78a4.354 4.354 0 0 0-1.731-.078l-59.543 9.177c-1.053.164-1.256 1.589-.289 2.042l31.695 14.739a2.83 2.83 0 0 0 1.715.22v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.72 1.72 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.322.086.638.05.93-.035.291-.13.568-.271.804a1.85 1.85 0 0 1-.543.589 1.72 1.72 0 0 1-.765.286L45.634 104.64a2.61 2.61 0 0 1-1.026-.08 2.658 2.658 0 0 1-.91-.463 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.282-.015.564.035.83.13.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.115 2.115 0 0 0-.795-.111c-.272.015-.518.08-.74.19a1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635c-.352.046-.699.01-1.026-.08a2.75 2.75 0 0 1-.91-.463 2.898 2.898 0 0 1-.694-.769 2.714 2.714 0 0 1-.377-.996l-9.3-53.357-1.107-6.365a2.223 2.223 0 0 1-.035-.478c0-.156.025-.306.06-.452a2.28 2.28 0 0 1 .146-.418c.06-.13.14-.256.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.217 2.217 0 0 0-.206.86c0 .156.005.312.035.473l1.092 6.295 9.14 52.774c.06.357.19.689.372.985a2.765 2.765 0 0 0 1.584 1.217c.327.096.669.126 1.016.081l82.022-10.363 2.359-1.136-82.767 10.372Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M98.329 73.607c.366-.014.704.31.74.705l.022.317c-.029-.396-.36-.72-.726-.72l-6.307.036c-.395.03-.633.346-.618.734a11.408 11.408 0 0 1-.619 4.264c-.546 1.56-1.438 2.92-2.603 3.977a8.999 8.999 0 0 1-5.336 2.33 9.927 9.927 0 0 1-2.869-.18c-.072-.015-.136-.022-.208-.015a.648.648 0 0 0-.583.554l-1.035 6.716c-.058.382.172.77.525.87-3.258-.776-6.364-2.466-8.975-4.91a22.745 22.745 0 0 1-6.212-10.018c-1.158-3.825-1.252-7.824-.274-11.47a18.3 18.3 0 0 1 1.705-4.199c-.159.324-.022.762.301.985l5.796 3.826c.144.093.302.13.446.115a.65.65 0 0 0 .504-.317 9.198 9.198 0 0 1 3.07-3.127c.173-.108.353-.21.532-.302-.51.273-1 .59-1.452.956-1.582 1.273-2.711 3.07-3.265 5.148-.554 2.079-.503 4.358.165 6.551a12.941 12.941 0 0 0 3.538 5.724c1.647 1.547 3.632 2.568 5.703 2.949a10.05 10.05 0 0 0 2.617.13 9.105 9.105 0 0 0 3.308-.936c1.79-.906 3.229-2.394 4.15-4.264.812-1.668 1.186-3.58 1.07-5.544-.02-.388.216-.712.569-.74l6.35-.145h-.03Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M84.125 49.992h.079a18.15 18.15 0 0 1 6.378 1.51c2.273.986 4.401 2.431 6.242 4.25a22.572 22.572 0 0 1 4.509 6.321 22.407 22.407 0 0 1 2.035 6.717c.05.38-.187.697-.525.726l-7.608.021c-.367 0-.705-.33-.763-.726a11.71 11.71 0 0 0-.97-3.027 11.563 11.563 0 0 0-2.28-3.186 10.415 10.415 0 0 0-3.15-2.128 9.161 9.161 0 0 0-2.869-.727c-.374-.028-.704-.352-.755-.755l-.834-8.29c-.036-.367.187-.684.518-.713l-.007.008Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M77.495 54.415c.28-.021.568-.043.849-.05.373-.015.704.316.747.719l.705 6.932c.043.403-.23.726-.59.755a.896.896 0 0 0-.15.014c-.36.029-.691.08-1.022.144-.065.014-.115.022-.165.036-.05.014-.1.022-.144.036-.021 0-.043.014-.072.014-.029 0-.043.015-.072.015l-.093.021c-.403.108-.77.23-1.122.374l-.13.05a2.527 2.527 0 0 0-.237.108c-.021.015-.043.022-.064.03l-.094.042c-.28.137-.532.274-.777.425a9.263 9.263 0 0 0-3.07 3.128.65.65 0 0 1-.504.316.695.695 0 0 1-.445-.115l-5.796-3.826c-.324-.222-.46-.654-.302-.985.165-.302.323-.56.489-.82.072-.107.122-.194.18-.28.071-.108.129-.194.194-.287.064-.094.122-.173.172-.245a141.111 141.111 0 0 1 .173-.245c.029-.035.05-.071.079-.1.036-.043.072-.094.108-.137l.172-.215c.022-.03.05-.058.072-.087.043-.05.08-.1.123-.144a.504.504 0 0 0 .057-.072l.13-.15c.014-.022.035-.037.05-.058.158-.18.316-.352.482-.525.064-.065.115-.122.172-.18.252-.252.482-.474.72-.69.02-.022.043-.036.064-.058.05-.043.094-.086.144-.122.029-.029.057-.05.086-.072.05-.043.108-.086.158-.136.058-.05.123-.101.18-.151.029-.03.065-.05.1-.08.044-.035.087-.064.13-.1.022-.022.05-.036.072-.058.05-.043.108-.079.165-.122.015-.014.037-.022.05-.036.066-.05.138-.1.202-.151.317-.223.626-.431.942-.626a15.838 15.838 0 0 1 6.89-2.258l-.008.022Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m92 73.952 6.357-.043c.367 0 .705.331.733.726.015.166.022.324.03.49 0 .136.006.208.014.28 0 .18.007.302.007.431v.849c0 .093 0 .187-.007.28v.123c0 .057 0 .122-.008.18 0 .043 0 .086-.007.129 0 .057-.007.122-.014.18 0 .035 0 .079-.007.115l-.022.28c0 .043-.007.08-.014.122 0 .058-.015.108-.015.166 0 .05-.014.108-.014.158 0 .043-.007.079-.014.122 0 .058-.015.115-.022.173 0 .021 0 .05-.007.072a18.88 18.88 0 0 1-.913 3.81 17.216 17.216 0 0 1-3.028 5.387 1.832 1.832 0 0 1-.108.122c-.021.029-.043.05-.065.08a2.39 2.39 0 0 1-.18.2 15.575 15.575 0 0 1-4.782 3.66 15.733 15.733 0 0 1-3.495 1.237 16 16 0 0 1-2.192.346 17.092 17.092 0 0 1-5.45-.41.804.804 0 0 1-.569-.885l1.035-6.716a.648.648 0 0 1 .583-.554c.065 0 .137 0 .209.015a9.927 9.927 0 0 0 2.869.18 8.998 8.998 0 0 0 5.336-2.33 9.735 9.735 0 0 0 2.602-3.977c.475-1.338.684-2.79.619-4.264-.014-.389.223-.698.568-.727L92 73.953Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m53.994 114.979 75.325-13.45c.469-.085.486-.746.028-.859L82.114 88.904a4.35 4.35 0 0 0-1.729-.08l-59.473 9.167c-1.051.164-1.255 1.588-.288 2.04l31.658 14.722c.53.248 1.13.327 1.712.22v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.44 48.955 85.503-5.142 10.987 47.78c.076.321.086.638.051.929a2.053 2.053 0 0 1-.272.804c-.14.236-.321.437-.542.587a1.72 1.72 0 0 1-.764.286l-82.67 10.361c-.351.045-.698.01-1.025-.08a2.65 2.65 0 0 1-.909-.462 2.897 2.897 0 0 1-.693-.769 2.743 2.743 0 0 1-.377-.994l-9.29-53.3Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.1 36.003a2.13 2.13 0 0 1 .828.13c.267.096.523.246.754.437a2.823 2.823 0 0 1 .95 1.517l1.316 5.72-85.509 5.148-1.105-6.358a2.245 2.245 0 0 1 .03-.955 2.055 2.055 0 0 1 1.095-1.356 2.42 2.42 0 0 1 .93-.24l80.711-4.043Zm-76.375 10.17c.27-.016.522-.086.738-.196.216-.11.402-.267.548-.452a1.717 1.717 0 0 0 .331-1.397 2.063 2.063 0 0 0-.286-.743 2.306 2.306 0 0 0-1.226-.974 2.112 2.112 0 0 0-.794-.11c-.271.014-.517.08-.738.19a1.67 1.67 0 0 0-.864 1.09c-.056.236-.07.497-.02.763a2.184 2.184 0 0 0 .819 1.341c.21.166.447.297.698.382a2.1 2.1 0 0 0 .794.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.732 104.555c-.351.045-.698.01-1.024-.081a2.724 2.724 0 0 1-.91-.462 2.892 2.892 0 0 1-.693-.768 2.707 2.707 0 0 1-.377-.994l-9.29-53.295-1.105-6.358c-.03-.16-.04-.322-.035-.477 0-.156.025-.306.06-.452a2.147 2.147 0 0 1 .372-.789l-1.401 1.823a2.48 2.48 0 0 0-.227.367 2.215 2.215 0 0 0-.206.859c0 .156.005.311.036.472l1.09 6.288L41.15 103.4a2.807 2.807 0 0 0 1.055 1.742c.27.206.572.362.899.457.326.096.668.126 1.015.081l81.926-10.35 2.356-1.136-82.67 10.361Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M38.036 42.295a2.13 2.13 0 0 1 .794.111 2.308 2.308 0 0 1 1.226.974c.14.226.241.478.286.744a1.718 1.718 0 0 1-.332 1.396 1.653 1.653 0 0 1-.547.452c-.216.11-.467.181-.739.196a2.126 2.126 0 0 1-.793-.11 2.25 2.25 0 0 1-.699-.382 2.398 2.398 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.748 1.937 1.937 0 0 1 .02-.764 1.62 1.62 0 0 1 .312-.638 1.713 1.713 0 0 1 1.291-.643v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M109.718 64.534c.681-.057 1.326.473 1.462 1.204l1.069 5.579c.143.738-.28 1.398-.94 1.47l-11.12 1.275c-.695.065-1.34-.473-1.477-1.204l-.243-1.262-.387-2.015-.452-2.337c-.144-.745.294-1.405.96-1.477l11.121-1.233h.007Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m90.666 70.414 7.413-.832.388 2.015-7.887.889.244-.373c.323-.51.244-1.219-.158-1.7Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M83.29 64.814c.308-.029.638.072.918.301l6.252 5.09c.079.065.143.13.208.208.408.488.487 1.198.157 1.7l-.243.372-3.57 5.478-.259.394a1.091 1.091 0 0 1-.824.502 1.212 1.212 0 0 1-.66-.129 1.736 1.736 0 0 1-.258-.165l-5.9-4.775-.38-.308c-.51-.409-.703-1.111-.495-1.67a1.11 1.11 0 0 1 .121-.244l4.102-6.245a1.07 1.07 0 0 1 .824-.495l.007-.014Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m87.018 77.963 1.843 9.571c.035.187.193.323.358.308l6.008-.724.387 2.022-5.993.724s-.05 0-.072.007c-1.169.1-2.295-.831-2.545-2.115l-1.735-9.033c.215.107.444.15.66.129.329-.029.63-.201.824-.502l.258-.394.007.007Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M68.383 69.1c.703-.064 1.37.481 1.513 1.227l.451 2.366.395 2.043.244 1.276c.15.76-.294 1.427-.99 1.506L57.55 78.945c-.724.064-1.391-.488-1.535-1.233l-1.104-5.729c-.143-.76.309-1.434 1.011-1.505l5.377-.596 1.893-.208 5.184-.573h.007Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m61.61 61.416 1.591 8.26-1.893.207-1.591-8.266 1.893-.201Zm16.632 10.388c-.208.56-.014 1.262.495 1.67l.38.309-8.367.946-.394-2.043 7.893-.882h-.007Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M112.893 81.448c.688-.058 1.319.466 1.456 1.19l1.075 5.578c.143.738-.28 1.398-.946 1.484l-17.1 2.093c-.703.065-1.34-.466-1.484-1.197l-.28-1.463-.387-2.021-.408-2.144c-.144-.746.286-1.413.96-1.491l17.114-2.037v.008Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M69.71 51.73c.702-.065 1.369.487 1.512 1.233l1.14 5.922c.144.753-.3 1.413-.99 1.491l-9.764 1.033-1.893.2-6.216.66c-.717.065-1.39-.487-1.534-1.233l-1.147-5.987c-.144-.76.308-1.426 1.01-1.498l17.882-1.828v.007Z"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50.584" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 115.317 75.413-13.466c.47-.085.487-.747.029-.86l-47.289-11.78a4.356 4.356 0 0 0-1.731-.079L20.913 98.31c-1.053.164-1.256 1.59-.289 2.043L52.32 115.09a2.837 2.837 0 0 0 1.714.221v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303a2.13 2.13 0 0 1 .795.11 2.31 2.31 0 0 1 1.227.976c.14.226.241.478.287.744a1.72 1.72 0 0 1-.332 1.398 1.654 1.654 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.13 2.13 0 0 1-.794-.11 2.25 2.25 0 0 1-.7-.383 2.4 2.4 0 0 1-.532-.593 2.055 2.055 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11.001 47.837c.075.322.085.638.05.93a2.057 2.057 0 0 1-.272.805c-.14.236-.322.437-.543.588-.221.15-.478.251-.764.287L45.634 104.64c-.352.046-.699.01-1.026-.08a2.658 2.658 0 0 1-.91-.463 2.896 2.896 0 0 1-.694-.769 2.748 2.748 0 0 1-.377-.996l-9.3-53.362Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003c.281-.015.563.035.83.13.266.096.523.247.754.438a2.827 2.827 0 0 1 .951 1.518l1.318 5.727-85.61 5.154-1.106-6.366a2.245 2.245 0 0 1 .03-.955 2.059 2.059 0 0 1 1.096-1.358c.277-.135.59-.22.931-.24l80.806-4.048ZM38.617 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .332-1.398 2.066 2.066 0 0 0-.287-.744 2.31 2.31 0 0 0-1.227-.975 2.115 2.115 0 0 0-.795-.111c-.272.015-.518.08-.74.19a1.672 1.672 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.186 2.186 0 0 0 .82 1.343c.211.166.448.296.7.382.25.085.522.126.794.11"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.632 104.635a2.612 2.612 0 0 1-1.937-.543 2.913 2.913 0 0 1-.694-.769 2.714 2.714 0 0 1-.377-.996l-9.3-53.357-1.107-6.366a2.21 2.21 0 0 1-.035-.477c0-.156.025-.307.06-.453a2.11 2.11 0 0 1 .372-.789l-1.403 1.825a2.487 2.487 0 0 0-.226.367 2.185 2.185 0 0 0-.171 1.332l1.091 6.296 9.14 52.774a2.795 2.795 0 0 0 1.956 2.202c.327.095.669.126 1.016.08l82.023-10.362 2.359-1.137-82.767 10.373Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M64.454 56.775c.398-.033.78.288.864.715l.553 2.869-1.462.15-.554-2.875c-.083-.438.178-.826.582-.864h.017v.005Zm5.734 33.812L65.64 66.938l1.462-.16 4.541 23.626c.083.438-.177.831-.576.88-.415.04-.797-.27-.88-.703v.006Zm13.368-15.169 1.39-.161h.039l2.542 13.203c.083.432-.166.82-.56.87-.415.039-.78-.271-.864-.698l-2.542-13.209-.005-.005Zm-3.166-20.26c.399-.034.786.277.87.709l2.508 13.037-1.429.155-2.509-13.043c-.083-.432.167-.82.565-.858h-.005Zm21.312 31.552-.543-2.82 1.402-.171.542 2.82c.083.426-.166.813-.554.863h-.022c-.376.033-.747-.271-.825-.698v.006ZM96.03 53.562c.393-.033.77.277.852.703l4.464 23.162-1.401.166-4.464-23.184c-.083-.426.16-.808.554-.847h-.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M74.374 59.483c.537-.05 1.052.37 1.163.947l.82 4.28c.11.582-.227 1.092-.759 1.147l-8.496.92-1.462.16-5.24.565c-.553.05-1.074-.376-1.184-.953l-.831-4.325c-.111-.587.238-1.108.78-1.163l5.24-.543 1.462-.15 8.502-.886h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M105.87 76.902c.532-.044 1.019.366 1.124.925l.814 4.21c.111.564-.216 1.08-.725 1.14l-4.525.548-1.401.172-10.418 1.257c-.543.05-1.041-.36-1.152-.93l-.82-4.26c-.11-.575.222-1.09.748-1.151l10.423-1.219 1.402-.166 4.524-.531.006.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M83.553 68.945c.548-.04 1.041.376 1.152.936l.825 4.264c.105.56-.21 1.07-.72 1.147h-.039l-1.39.16-12.572 1.44c-.554.05-1.063-.37-1.174-.947l-.825-4.303c-.117-.587.227-1.102.764-1.163l12.578-1.39 1.395-.155.006.01Zm12.183-1.365c.532-.045 1.03.365 1.136.935l.814 4.232c.11.57-.222 1.08-.737 1.14l-8.202.942c-.537.05-1.041-.365-1.152-.936l-.82-4.259c-.11-.576.222-1.085.748-1.146l8.208-.909h.005Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m53.513 115.143 74.259-13.259c.462-.084.479-.736.028-.847l-46.564-11.6a4.287 4.287 0 0 0-1.705-.078l-58.632 9.037c-1.036.162-1.237 1.565-.284 2.011l31.21 14.513a2.79 2.79 0 0 0 1.688.217v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.077 49.003 85.825-5.162 11.028 47.96c.076.323.086.64.051.933-.036.292-.131.57-.273.806a1.846 1.846 0 0 1-.544.59 1.722 1.722 0 0 1-.767.287l-82.98 10.4a2.652 2.652 0 0 1-1.942-.545 2.894 2.894 0 0 1-.695-.771 2.747 2.747 0 0 1-.379-.998l-9.324-53.5Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.044 36.003c.282-.016.565.035.832.13.267.096.525.248.757.44a2.835 2.835 0 0 1 .953 1.522l1.321 5.741-85.83 5.167-1.109-6.382c-.06-.337-.045-.66.03-.957a2.065 2.065 0 0 1 1.1-1.361 2.43 2.43 0 0 1 .933-.242l81.013-4.058ZM38.383 46.21c.272-.015.524-.086.74-.197a1.66 1.66 0 0 0 .55-.454 1.725 1.725 0 0 0 .333-1.401 2.07 2.07 0 0 0-.287-.746 2.317 2.317 0 0 0-1.23-.978 2.121 2.121 0 0 0-.797-.111c-.273.015-.52.08-.742.192a1.679 1.679 0 0 0-.867 1.093c-.055.237-.07.5-.02.767a2.19 2.19 0 0 0 .822 1.346c.212.166.449.297.7.383.253.085.525.126.797.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.416 104.811c-.353.046-.701.01-1.029-.08a2.742 2.742 0 0 1-.913-.464 2.923 2.923 0 0 1-.695-.771 2.722 2.722 0 0 1-.379-.998l-9.324-53.495-1.11-6.382a2.206 2.206 0 0 1-.035-.479c0-.156.026-.307.06-.454a2.159 2.159 0 0 1 .373-.791l-1.406 1.83a2.49 2.49 0 0 0-.227.368 2.19 2.19 0 0 0-.172 1.336l1.095 6.311 9.163 52.91c.06.358.191.691.373.988a2.778 2.778 0 0 0 1.588 1.22 2.48 2.48 0 0 0 1.02.081l82.233-10.39 2.365-1.14-82.98 10.4Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.69 42.319c.272-.016.54.025.796.11a2.317 2.317 0 0 1 1.23.978c.142.227.243.48.288.746a1.727 1.727 0 0 1-.333 1.401 1.658 1.658 0 0 1-.55.454 1.842 1.842 0 0 1-.74.197 2.135 2.135 0 0 1-.797-.11 2.26 2.26 0 0 1-.701-.384 2.407 2.407 0 0 1-.535-.595 2.06 2.06 0 0 1-.287-.75 1.94 1.94 0 0 1 .02-.767c.055-.237.166-.459.313-.64a1.719 1.719 0 0 1 1.296-.645v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M106.12 81.933c-1.2.108-2.373-.863-2.63-2.199-.263-1.368.52-2.582 1.754-2.724h.06c1.207-.108 2.374.87 2.637 2.205.256 1.356-.519 2.576-1.747 2.718-.02 0-.047 0-.067.006l-.007-.006Zm1.801 1.47c1.106-.095 2.205.357 3.035 1.166-.594 1.625-1.936 2.812-3.682 3.028-.054 0-.101.013-.155.013-1.693.149-3.358-.66-4.512-2.023.506-1.018 1.437-1.726 2.59-1.868l2.616-.31a.584.584 0 0 0 .108-.013v.007Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M105.466 74.764c3.385-.013 6.555 2.779 7.283 6.535.775 4.012-1.525 7.62-5.146 8.058l-.209.02h-.067c-.033 0-.067 0-.101.007h-.756c-.033 0-.074 0-.108-.007h-.054a.744.744 0 0 1-.121-.013h-.04c-.047 0-.088-.014-.135-.02-.081-.014-.135-.02-.182-.027-2.96-.506-5.556-3.089-6.204-6.447-.445-2.306.128-4.478 1.376-5.989.384-.465.836-.87 1.335-1.193a5.67 5.67 0 0 1 2.468-.876c.054 0 .108-.014.162-.014.168-.014.337-.02.499-.02v-.014Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M105.291 76.996c1.207-.108 2.374.87 2.637 2.206.248 1.313-.472 2.5-1.633 2.701l-.12.01a.229.229 0 0 1-.067.007c-1.201.108-2.367-.864-2.63-2.2-.257-1.368.519-2.582 1.753-2.724h.06Zm2.616 6.407c1.106-.101 2.206.35 3.035 1.167l.013.006c-.587 1.625-1.936 2.812-3.682 3.028a1.172 1.172 0 0 1-.156.013c-1.699.149-3.364-.66-4.511-2.023l-.008-.01c.507-1.013 1.436-1.716 2.585-1.857l2.616-.31a.607.607 0 0 1 .108-.014Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M79.651 51.715c3.554-.115 6.932 2.779 7.68 6.67.783 4.053-1.577 7.66-5.28 8.065a.88.88 0 0 0-.134.013h-.088c-3.641.27-7.175-2.67-7.937-6.662-.789-4.073 1.612-7.688 5.328-8.066.027 0 .06 0 .088-.006.114-.007.229-.02.343-.02v.006Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M80.576 58.945c-1.24.108-2.448-.897-2.717-2.253-.263-1.369.539-2.596 1.793-2.724h.027c1.248-.108 2.462.89 2.725 2.252.263 1.37-.54 2.59-1.794 2.725h-.04.006Zm1.759 1.503c1.147-.102 2.286.37 3.15 1.213-.607 1.626-1.983 2.813-3.777 3.001-.034 0-.067 0-.094.007-1.754.155-3.487-.681-4.667-2.084.52-1.018 1.477-1.726 2.65-1.847l2.678-.29h.067-.007Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M85.127 77.151c3.331.156 6.38 2.914 7.088 6.596l-.008-.007c.358 1.841.062 3.601-.714 5.017-.93 1.686-2.542 2.88-4.552 3.13-.074.006-.142.02-.216.02h-.06c-.048.006-.082.006-.108.006h-.783c-.04-.006-.074-.006-.107-.006h-.068c-.04-.007-.074-.014-.115-.014h-.053c-.04 0-.081-.013-.122-.013h-.047l-.135-.02c-.087-.014-.135-.028-.188-.034-2.954-.587-5.51-3.15-6.15-6.481-.702-3.655 1.139-6.966 4.2-7.924a6.598 6.598 0 0 1 1.12-.235c.06 0 .114-.014.168-.014a4.95 4.95 0 0 1 .445-.02c.135-.007.27 0 .405 0Z" clip-rule="evenodd"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M86.605 90.12c-.054 0-.101.013-.155.013-1.733.148-3.433-.661-4.6-2.037.52-1.032 1.47-1.746 2.65-1.888l2.671-.324c.04 0 .074-.007.115-.013 1.126-.101 2.252.357 3.102 1.18-.607 1.639-1.983 2.846-3.77 3.061l-.013.007Zm-1.167-5.726c-1.227.108-2.42-.877-2.677-2.226-.263-1.375.54-2.61 1.794-2.75.02 0 .047 0 .067-.008 1.227-.108 2.42.877 2.677 2.226.27 1.369-.54 2.603-1.787 2.751-.02 0-.047 0-.067.007h-.007Zm-21.113 2.515c-1.254.108-2.475-.884-2.731-2.246-.263-1.396.56-2.637 1.84-2.792h.062c1.26-.108 2.474.884 2.737 2.253.263 1.382-.553 2.63-1.834 2.785-.02 0-.047 0-.067.006l-.007-.006Zm1.86 1.491c1.153-.102 2.3.357 3.162 1.186-.62 1.66-2.03 2.88-3.857 3.096l-.168.02c-1.767.155-3.494-.66-4.687-2.05.532-1.045 1.51-1.774 2.71-1.915l2.725-.324c.04 0 .074-.007.115-.013Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M63.685 79.579c3.526-.02 6.824 2.825 7.56 6.662.788 4.093-1.626 7.789-5.402 8.254-.074.007-.149.02-.23.027-.06 0-.115.007-.175.013-3.648.223-7.141-2.676-7.91-6.655-.789-4.12 1.652-7.816 5.449-8.254l.175-.02c.175-.014.351-.02.52-.027h.013Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m86.341 63.833 15.996 11.848a5.78 5.78 0 0 0-1.336 1.194l-15.84-11.727a5.993 5.993 0 0 0 1.187-1.322l-.007.007Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M63.481 81.865c1.261-.107 2.475.884 2.738 2.253.263 1.382-.553 2.63-1.834 2.785-.02.006-.046.006-.066.006h-.001c-1.255.108-2.469-.883-2.732-2.245-.255-1.353.51-2.56 1.723-2.774l.112-.025h.06Zm1.849 10.851c-1.767.155-3.5-.661-4.687-2.05v-.014c.533-1.038 1.51-1.773 2.71-1.915v-.007l2.725-.324c.04-.006.074-.013.115-.013 1.153-.1 2.3.358 3.163 1.187v.02c-.621 1.66-2.03 2.873-3.858 3.096-.054.006-.115.02-.169.02Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M80.886 66.463c.31.02.627.02.937 0h.088a.833.833 0 0 0 .135-.013c.202-.02.404-.054.6-.094l2.077 10.789a4.91 4.91 0 0 0-.445.02c-.054 0-.108.014-.169.014a6.587 6.587 0 0 0-1.12.236l-2.11-10.952h.007Zm-4.147-1.76a7.95 7.95 0 0 0 1.618 1.065L67.373 80.631a7.195 7.195 0 0 0-1.827-.796L76.74 64.703Z"/>
|
|
19
|
+
</svg>
|
|
20
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ChartPie" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m54.034 114.947 75.413-13.466c.469-.085.486-.747.028-.86l-47.288-11.78a4.356 4.356 0 0 0-1.731-.078l-59.543 9.176c-1.053.165-1.256 1.59-.289 2.043L52.32 114.72a2.836 2.836 0 0 0 1.715.22v.006Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m33.326 48.97 85.604-5.149 11 47.837c.076.321.086.638.05.93-.035.291-.13.568-.271.804a1.852 1.852 0 0 1-.543.589c-.222.15-.478.251-.765.286L45.634 104.64a2.639 2.639 0 0 1-1.936-.543 2.913 2.913 0 0 1-.694-.769 2.75 2.75 0 0 1-.378-.996l-9.3-53.362Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M115.082 36.003a2.13 2.13 0 0 1 .83.13c.267.096.523.247.755.438a2.823 2.823 0 0 1 .95 1.518l1.318 5.727-85.609 5.154-1.106-6.366a2.247 2.247 0 0 1 .03-.955 2.058 2.058 0 0 1 1.097-1.358c.276-.135.588-.22.93-.24l80.805-4.048ZM38.618 46.184a1.85 1.85 0 0 0 .74-.196 1.65 1.65 0 0 0 .548-.452 1.72 1.72 0 0 0 .331-1.398 2.067 2.067 0 0 0-.286-.744 2.31 2.31 0 0 0-1.227-.975 2.117 2.117 0 0 0-.795-.111 1.87 1.87 0 0 0-.74.19 1.674 1.674 0 0 0-.865 1.092 1.85 1.85 0 0 0-.02.764 2.187 2.187 0 0 0 .82 1.343c.211.165.448.296.7.382.25.085.522.125.794.11"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M45.633 104.635a2.61 2.61 0 0 1-1.026-.08 2.75 2.75 0 0 1-.91-.463 2.898 2.898 0 0 1-.694-.769 2.716 2.716 0 0 1-.377-.996l-9.3-53.357-1.107-6.365a2.223 2.223 0 0 1-.035-.478c0-.156.025-.306.06-.452a2.28 2.28 0 0 1 .146-.418c.06-.13.14-.256.226-.372l-1.403 1.825a2.48 2.48 0 0 0-.227.367 2.217 2.217 0 0 0-.206.86c0 .156.005.312.035.473l1.092 6.295 9.14 52.774a2.82 2.82 0 0 0 1.056 1.744c.271.207.573.362.9.458.327.096.669.126 1.016.08l82.022-10.362 2.359-1.137-82.767 10.373Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.929 42.303c.271-.015.538.025.794.11a2.31 2.31 0 0 1 1.228.976c.14.226.241.478.287.744a1.722 1.722 0 0 1-.332 1.398 1.656 1.656 0 0 1-.549.453 1.85 1.85 0 0 1-.74.196 2.131 2.131 0 0 1-.794-.11 2.252 2.252 0 0 1-.7-.383 2.402 2.402 0 0 1-.532-.593 2.056 2.056 0 0 1-.287-.75 1.938 1.938 0 0 1 .02-.764c.055-.236.166-.457.312-.639a1.714 1.714 0 0 1 1.293-.644v.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M81.81 72.59c.04.377.357.68.708.68l15.62-.074-15.775.074c-.31.027-.52.23-.56.506L79.235 90.44c-.054.358.168.728.505.83-3.155-.755-6.148-2.42-8.642-4.82a21.278 21.278 0 0 1-5.676-9.472c-1.032-3.6-1.065-7.335-.095-10.732.971-3.391 2.886-6.283 5.508-8.306-.243.216-.256.634-.027.93l10.409 13.544a.34.34 0 0 0 .296.142c.149-.014.277-.142.263-.33l.04.37-.006-.007Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m82.315 73.27 15.822-.074c.31 0 .6.25.667.58a.528.528 0 0 1 .014.108c0 .088.013.182.013.27 0 .047 0 .094.007.141v.297c.007.276.013.492.007.708v.256c0 .256-.014.472-.027.687 0 .129-.014.19-.014.25v.087c0 .061-.007.115-.013.176 0 .047-.007.087-.014.135 0 .074-.013.155-.02.229 0 .054-.013.108-.013.155 0 .04-.007.08-.014.121 0 .054-.013.115-.02.169a.492.492 0 0 1-.014.1c-.013.088-.02.176-.033.264a3.74 3.74 0 0 1-.047.29c-.02.134-.034.209-.048.29-.027.148-.04.229-.06.316-.02.115-.04.21-.061.304-.027.121-.04.195-.06.27 0 .026-.014.053-.02.087-.014.06-.028.121-.048.189-.007.033-.014.06-.02.094l-.04.162c-.028.094-.048.189-.075.283a19.241 19.241 0 0 1-.357 1.14c-.89 2.54-2.333 4.765-4.227 6.498a14.689 14.689 0 0 1-2.07 1.59l-.06.041a14.583 14.583 0 0 1-4.24 1.807c-.061.013-.095.02-.135.034l-.182.04c-.075.014-.149.034-.216.047l-.108.02c-.02 0-.04.007-.067.014a15.392 15.392 0 0 1-3.89.27c-.101 0-.162-.007-.23-.014-.047 0-.1-.006-.148-.013-.04 0-.074 0-.114-.007-.715-.06-1.43-.168-2.144-.324l-.256-.06a.764.764 0 0 1-.533-.836l2.569-16.665a.566.566 0 0 1 .512-.505l.027-.02Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M91.691 51.88a.545.545 0 0 1 .358.088c3.067 1.813 5.73 4.402 7.752 7.51a24.457 24.457 0 0 1 3.755 10.233c.047.357-.182.647-.499.674l-17.81-.06c-.472 0-.836-.553-.654-1.005l6.64-17.082a.527.527 0 0 1 .458-.351v-.007Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M78.58 54.921c.27-.02.532-.04.802-.047.323-.014.627.256.694.607 0 .02.007.047.014.067l1.685 16.658c.013.202-.115.33-.263.344a.348.348 0 0 1-.296-.142l-10.41-13.543c-.228-.297-.222-.715.028-.93a14.768 14.768 0 0 1 7.746-3.014Z"/>
|
|
12
|
+
</svg>
|
|
13
|
+
`;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="160" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M131 37a4 4 0 0 1 4 4v90a4 4 0 0 1-4 4H41a4 4 0 0 1-4-4v-1h89a4 4 0 0 0 4-4V37h1Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M30 34a4 4 0 0 1 4-4h92a4 4 0 0 1 4 4v92a4 4 0 0 1-4 4H34a4 4 0 0 1-4-4V34Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M36 122v-2.917a1 1 0 0 1 2 0V122h2.917a1 1 0 0 1 0 2H38a2 2 0 0 1-2-2Zm18.917 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0 .102.005a1 1 0 0 1 0 1.99l-.102.005h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834ZM122 122v-2.917a1 1 0 0 1 2 0V122a2 2 0 0 1-2 2h-2.917a1 1 0 0 1 0-2H122Zm-86-11.083v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm86 0v-5.834a1 1 0 0 1 2 0v5.834a1 1 0 0 1-2 0Zm-86-14V38a2 2 0 0 1 2-2h2.917l.102.005a1 1 0 0 1 0 1.99l-.102.005H38v2.917a1 1 0 0 1-2 0Zm86 0V38h-2.917a1 1 0 0 1 0-2H122a2 2 0 0 1 2 2v2.917a1 1 0 0 1-2 0ZM54.917 36a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Zm14 0 .102.005a1 1 0 0 1 0 1.99l-.102.005h-5.834a1 1 0 0 1 0-2h5.834Zm14 0a1 1 0 0 1 0 2h-5.834a1 1 0 0 1 0-2h5.834Z"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Company" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m54.85 100.827 18.813-.876V34L54.438 45.152l.412 55.675Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m70.681 61.059-13.721 5.61.03 2.749 13.695 2.754-.004-11.113Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m94.56 108.094-20.898 3.274V34l20.897 8.202v65.892Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M92.445 76.507 76.47 74.835V37.078l15.975 6.038v33.391Zm0 35.068-15.975 2.916V76.728l15.975 1.456v33.391Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m81.348 38.35-.019 36.914h-1.516l.019-36.914h1.516Zm4.557 1.088-.045 37.093-1.516-.002.045-37.092 1.516.001Zm3.905 2.056v34.66h-1.515v-34.66h1.516Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M64.537 65.558v18.178l19.894-6.963-19.894-11.215Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m66.814 68.93 16.953 8.576-5.699 1.775-11.22-3.865-.034-6.485Zm-.03 7.52.035 6.568 10.345-3.294-10.38-3.275Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m119.11 126.499-21.3.226v-55.03l21.221 10.94.079 43.864Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M40.144 126.725V77.383l24.393-11.825.083 18.045 33.26-11.894-.025 55.016h-57.71Zm77.58-35.521-17.765-7.587v-8.678l17.706 9.302.059 6.963Zm-.113 7.897-17.652-5.36v-8.673l17.593 7.076.059 6.957Zm-.005 8.265-17.721-3.309v-8.673l17.662 5.035.059 6.947Zm.152 8.393-17.883-1.632v-8.679l17.824 3.363.059 6.948Zm-.074 8.33-17.878.433v-8.673l17.819 1.303.059 6.937Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="M65.274 85.982 95.917 75.75l.015 5.817-30.643 8.57-.015-4.155Zm.016 8.453 30.637-7.489.005 5.827-30.643 6.077v-4.415Zm0 8.57 30.642-5.502v5.846l-30.643 4.067v-4.411Zm0 8.63 30.642-3.634v5.856l-30.643 2.183v-4.405Zm.024 8.393 30.617-1.303v5.571H65.314v-4.268ZM41.977 79.6l20.042-8.584.025 4.066-20.027 8.113-.04-3.594Zm.04 7.134 20.066-7.454.024 4.106-20.09 6.977v-3.629Zm-.04 6.876 20.096-6.167.02 4.136-20.116 5.689v-3.659Zm.04 6.618 20.041-5.044.025 4.17-20.066 4.552v-3.678Zm-.04 6.902 20.072-3.702.024 4.204-20.056 3.201-.04-3.703Zm.054 6.875 20.008-2.503.02 4.238-20.042 1.997.014-3.732Zm-.014 6.923 20.007-1.175.03 4.538-20.037.384v-3.747Zm28.058-79.701-13.13 6.963.007 14.38 13.168-5.524-.045-15.82Z"/>
|
|
13
|
+
</svg>
|
|
14
|
+
`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Compass" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M96.593 62.699c-.94-8.95-12.543-12.501-21.699-12.687H56.743c-.292 1.113 1.525 3.124 2.327 3.6a4.21 4.21 0 0 0 1.623.563L62.6 56.33c-.194.374-.374.755-.541 1.143H60.61l-.007.002c-1.875-.022-3.422.363-4.353 1.527-1.674 2.092-3.453 6.12-3.174 9.328l-.013-.003v-.023s-.406-.291-1.45.331a7.859 7.859 0 0 0-1.531 1.172c-1.32 1.19-2.47 2.813-2.394 3.811.111 1.45.552 3.265.506 4.474l-.064.105c-1.057.789-1.428 3.178-1.563 6.209a22.93 22.93 0 0 0-.047.937 174.06 174.06 0 0 0-.044 5.429 120.902 120.902 0 0 1-.074 3.98c-.273 6.949.326 11.362 1.371 12.725 1.045 1.362 1.579 2.132.534 4.539-.427.983-.797 3.096-1.12 6.995h28.507c-.068-3.433.042-6.382.508-8.077 1.534-5.578 2.816-5.788 6.303-9.135 3.487-3.347 12.97-15.061 14.923-17.432 1.953-2.37 5.298-6.564 5.911-7.694 1.17-2.156-1.113-7.339-.332-8.343l.026-.038c.766-.964 1.469-5.48 1.916-7.362a.822.822 0 0 0-.236-.05l.004-.02c-.605-.744-2.221-1.697-3.943-1.177-.898.272-1.875.821-2.844 1.7v-.003c-.374.29-.84.737-1.338 1.32Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M90.425 103.064c-1.227 4.447-.124 18.382.899 23.801H60.9c0-3.335.398-10.151.566-12.479.19-2.625.498-8.442 2.122-12.754-.372-1.714-2.01-1.612-2.516-6.327-.285-2.654-.469-12.877-.329-17.74.112-3.892 1.162-6.44 1.674-7.227.046-1.204-.395-3.012-.506-4.457-.14-1.807 3.773-5.67 5.387-5.27-.279-3.197 1.501-7.21 3.175-9.295 1.673-2.084 5.336-1.663 9.32-.884 2.057.402 25.772 18.458 27.585 11.927 1.813-6.531 5.043-9.588 7.619-10.364 1.722-.519 3.338.431 3.942 1.173-.371 2.084-.928 6.442-1.709 7.443-.781 1 1.502 6.165.332 8.313-.614 1.126-3.958 5.305-5.911 7.667-1.952 2.363-11.437 14.036-14.924 17.37-3.487 3.336-4.768 3.545-6.302 9.103ZM82.757 35.56c-.66 1.611.32 4.416 1.378 6.147 3.913 1.134 11.094 2.399 9.704-1.373-1.737-4.715-4.672-6.207-6.29-6.863-1.617-.656-3.888-.122-4.792 2.089Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M74.832 49.792h4.536c.067 5.051-.201 14.802-1.806 13.395-2.007-1.76-3.706-6.243-3.532-10.436.04-.96.522-2.959.802-2.959ZM92.826 76.7c-1.91 0-5.005 0-6.381-.231l-.716-5.472c7.522-2.856 21.82-8.805 22.297-7.853.597 1.19-.627 5.028-2.595 7.853-2.892 4.152-10.217 5.703-12.605 5.703Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M72.096 72.12c.912-.329 2.591-1.27 3.2-3.028.608-1.758.659-4.42.608-5.53l23.724 10c-2.839.378-8.927 1.409-10.57 2.5-1.99 1.322-11.92 6.777-13.073 9.524-.202.829-.281 1.12-.081.248.018-.08.046-.163.082-.248.412-1.693 1.337-5.63 1.439-6.494.152-1.288-.913-3.03-2.13-3.03-.973 0-2.128.504-2.585.757l-.614-4.7Zm2.214-26.296 2.756 3.103 4.074-3.103h-6.83Zm-7.682 24.404c-.487-.909-2.445-6.33-2.395-8.071 0 0 .56-.622 1.603-1.243 1.044-.62 1.45-.33 1.45-.33 0 1.572-.254 2.974-.254 6.186 0 4.016 1.629 5.07 4.006 5.428-2.281 1.212-3.802-.833-4.41-1.97Zm-1.052 9.062c-.654-.725-2.302-6.276-3.044-8.962-2.362 1.267-1.635 9.686-1.908 16.61-.272 6.925.327 11.323 1.372 12.68 1.045 1.359 1.579 2.125.534 4.524-.836 1.919-1.56 9.365-1.826 22.721H67.5c.257-6.397.838-23.966 1.71-25.305 1.09-1.675 4.18-2.444 3.589-2.806-.591-.362-6.996-1.63-8.632-3.486-1.635-1.855-1.635-8.101-.772-12.22.863-4.118 2.998-2.851 2.18-3.756Zm22.868 20.246c-4.535.579-9.253-2.076-11.046-3.475.194 1.158.698 3.851 1.163 5.357.581 1.882 9.011 1.159 9.883-1.882Zm23.355-34.168c-.501-.125-3.393.312-4.777.546-.376-6.116 3.383-10.876 5.132-12.229 0 1.639-.449 5.322-.825 6.695-.47 1.716 1.096 5.144.47 4.988Z"/>
|
|
7
|
+
<ellipse cx="92.866" cy="56.901" fill="var(--sapContent_Illustrative_Color2)" rx="18.051" ry="17.985"/>
|
|
8
|
+
<ellipse cx="92.652" cy="56.883" fill="var(--sapContent_Illustrative_Color8)" rx="16.559" ry="16.498"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M92.205 69.773h.775c.07-.561-.21-1.123-1.339-1.123-1.198 0-1.339.492-1.339.913 0 .42.353.701.846.912.493.21.775.351.775.491s-.07.281-.353.281c-.225 0-.375-.28-.422-.421h-.846c-.07.632.705.912 1.268.912.564 0 1.198-.28 1.198-.772 0-.631-.514-.818-.986-.912-.564-.112-.564-.35-.564-.491 0-.14.07-.351.493-.351s.47.374.494.561ZM79.17 54.26v-.772l2.89.983-.142.982-1.761.14 1.62.843v.912l-2.959.14v-.841h1.691l-1.48-.773v-.912l1.692-.14-1.55-.562Zm28.656 3.814-3.01-.374-.282 2.316.705.07.141-1.403.563.07-.141 1.474.634.07.141-1.404.494.07-.141 1.474.634.07.262-2.433ZM93.473 45.837l.316-2.968.952.09.954 1.746.103-1.605.916.07-.353 2.947-.814-.06-1.038-1.69-.17 1.52-.866-.05Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m96.15 50.468-1.409-3.86-2.466 3.44 3.875.42Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m95.737 53.023-1.177-5.247-2.425 4.487-4.157-2.554 1.316 4.832-5.404 1.243 4.919 2.554-2.98 4.418 5.128-1.657 1.178 5.315 2.725-5.117 4.688 3.392-1.593-5.451 4.85-.9-4.85-2.554 2.771-4.418-4.989 1.657Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m84.553 45.414 6.83 12.654s7.94 7.613 8.436 7.172c.495-.442-4.604-9.91-4.604-9.91l-10.662-9.916Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m84.553 45.414 6.83 12.654s2.29-.182 2.786-.624c.495-.44 1.046-2.113 1.046-2.113l-10.662-9.917Z"/>
|
|
14
|
+
<ellipse cx="93.415" cy="56.624" fill="var(--sapContent_Illustrative_Color2)" rx="1.139" ry="1.135"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M67.995 66.512c0-1.44 1.506-2.814 2.26-3.32 2.258-.675 3.049.563 3.614 1.07.451.404.451 2.494.395 3.488-.395.431-1.468 1.384-2.598 1.744-1.13.36-2.579.15-3.163 0-.169-.394-.508-1.542-.508-2.982Zm-2.09 8.496.34 3.433c.083.852 1.298 1.52 2.654 1.632 1.084.09 2.296-1.05 2.767-1.632-.132-1.144-.407-3.5-.452-3.77-.056-.338-1.694-1.182-2.767-1.238-.859-.045-2.052 1.032-2.542 1.575Zm49.803-16.464c-.321-.825.134-2.455.402-3.167 1.081-1.856 2.453-2.374 3.061-2.141-.45 1.89-1.159 6.443-1.931 7.358-.913.073-1.13-1.02-1.532-2.05Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M77.575 46.39c1.582-.191 2.197-.718 2.839-1.661.642-.944.426-1.411.426-1.411l2.636-1.85c-.959-1.492-2.787-2.056-3.684-2.268-1.969-.465-3.804-.239-5.721 0-1.917.239-2.876 2.208-3.175 3.342-.293 1.109 1.594 2.928 2.396 3.402 1.395.824 2.702.636 4.283.445Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M75.867 38.876c.772-.029 2.038.558 2.574.855h-2.18c-.858 0-3.396.427-4.362.64.787-1.495 3.003-1.46 3.968-1.495Z"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Components" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M70.91 97.955h-.01l-1.692.819a.545.545 0 0 0-.241.192c-.038.07-.048.14-.038.21a.528.528 0 0 0 .086.203.902.902 0 0 0 .144.17c.134.14.332.236.579.322.246.086.519.155.824.246.3.086.61.188.91.332.3.139.584.327.83.573.15.155.251.31.294.466a.696.696 0 0 1-.021.455 1.096 1.096 0 0 1-.22.326l-.278.048a8.8 8.8 0 0 1-2.987-.107 6.438 6.438 0 0 1-1.264-.396c-.369-.166-.674-.364-.888-.583-.252-.257-.348-.471-.37-.653-.02-.182.049-.343.124-.482.075-.14.176-.268.208-.396.033-.129.022-.252-.112-.391a1.648 1.648 0 0 0-.273-.225 1.675 1.675 0 0 0-.45-.22 2.85 2.85 0 0 0-.647-.139 4.158 4.158 0 0 0-.878.027l-10.284 1.408-.026-.027-1.537.809 11.825 12.371-.026.01h.032l.016.011.07-.027 22.354-3.442 4.646-.712h.006l20.732-3.19 4.743-.728h.027l2.189-.728h-.043v.005h-.026l-12.147-11.59h.011L95.347 81.709 69.85 84.802l-.01-.01-1.639.942 4.186 4.186c-.064 0-.128-.011-.192-.016-.29-.032-.594-.086-.921-.134a9.163 9.163 0 0 0-1.114-.107c-.417-.011-.899 0-1.46.075-.483.058-.895.16-1.243.289-.342.133-.605.289-.792.47-.027.028-.043.049-.064.076.016-.016.021-.038.037-.054a1.81 1.81 0 0 1 .44-.326l-1.628.894a1.574 1.574 0 0 0-.434.32.865.865 0 0 0-.203.338 1.524 1.524 0 0 0-.3-.118 4.479 4.479 0 0 0-.605-.123 8.923 8.923 0 0 0-.562-.053c-.064 0-.118-.006-.182-.006h-.171c-.054 0-.107.006-.16.011-.054 0-.103.01-.156.016-.075.01-.14.021-.209.032-.07.016-.134.027-.203.043l-.21.048c-.069.016-.138.032-.213.054-.075.021-.15.037-.22.053a3.01 3.01 0 0 1-.235.054c-.08.016-.166.032-.257.048a3.955 3.955 0 0 1-.284.043c-.112.01-.225.027-.353.037-.129.01-.257.016-.396.022-.14.005-.29.005-.45 0-.16 0-.332-.011-.508-.016a9.079 9.079 0 0 1-1.505-.215 5.81 5.81 0 0 1-1.21-.412c-.342-.166-.62-.353-.803-.556-.181-.204-.278-.418-.262-.637a.673.673 0 0 1 .086-.279c.075-.016.144-.037.225-.048a6.712 6.712 0 0 1 .899-.123c.128-.01.257-.016.39-.022h.408c.139 0 .273.006.417.017a9.714 9.714 0 0 1 1.483.192c.396.086.696.188.969.284.273.096.508.193.76.273.252.08.52.14.851.155.07 0 .14.01.225.01h.257c.086 0 .182 0 .268-.01.085-.01.176-.016.262-.027.059-.005.112-.016.171-.026.054-.011.113-.022.16-.038.049-.016.097-.027.145-.048.048-.016.086-.037.129-.059l1.558-.878s.02-.005.026-.01a.495.495 0 0 0 .188-.156.412.412 0 0 0 .075-.214l.192-4.4-29.484-1.847v-.027l-1.296.99-1.44 12.195-.032.021h.032v.016l.021-.01 11.263.6c.364.015.643.064.857.128.22.064.375.144.482.23a.618.618 0 0 1 .203.273c.032.09.032.171.032.24a.25.25 0 0 1-.032.108l-.032.048-1.108.648a1.879 1.879 0 0 0-.241.16 1.387 1.387 0 0 0-.203.193.957.957 0 0 0-.22.525c-.016.225.07.45.252.658.182.209.46.402.808.568.348.171.765.31 1.237.422a8.811 8.811 0 0 0 1.964.22c.145 0 .278 0 .423-.011.14-.005.273-.016.407-.027a7.031 7.031 0 0 0 .872-.128 5.69 5.69 0 0 0 .45-.112 3.74 3.74 0 0 0 .396-.14c.123-.048.241-.101.348-.16.471-.257.953-.509 1.424-.766.043-.021.091-.037.129-.059.219-.117.39-.257.513-.401a.848.848 0 0 0 .21-.477.919.919 0 0 0-.22-.658 2.292 2.292 0 0 0-.552-.455c-.198-.128-.407-.246-.556-.364a.57.57 0 0 1-.214-.262c.053 0 .112 0 .176.005l10.995.584 1.606-.825h.011v-.005l.016-.01h-.016l.182-4.128c.204.187.471.353.792.498.359.16.771.289 1.226.385a8.682 8.682 0 0 0 2.896.123c.204-.026.386-.059.546-.09.16-.033.31-.07.434-.108a2.93 2.93 0 0 0 .348-.117c.102-.043.192-.08.273-.124l1.322-.674c.048-.01.091-.016.144-.027.14-.016.322-.037.52-.048.192-.01.412-.005.626.016.214.021.428.064.626.134.049.016.097.037.145.059.134.064.262.144.364.246l3.817 3.811-7.618 1.044c-.326.043-.551.113-.701.188m-4.497-7.061v.01-.01Zm.097-.204s-.022.032-.027.049c.01-.016.016-.032.027-.049Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m84.152 46.34 2.136 10.374 2.056-1.664-2.174-10.482-2.018 1.772Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M88.344 55.038c.038.171.049.327.049.466s-.022.262-.06.37a.973.973 0 0 1-.343.503l-2.044 1.648c.075-.059.145-.134.204-.214a.935.935 0 0 0 .139-.284c.032-.107.053-.23.059-.37a1.818 1.818 0 0 0-.048-.46l2.05-1.659m1.527 7.393a1.993 1.993 0 0 0-.354-.802 1.549 1.549 0 0 0-.546-.44 1.87 1.87 0 0 0-.6-.165 2.186 2.186 0 0 0-.53 0 1.112 1.112 0 0 0-.401.096c-.059.027-.117.053-.171.086-.054.032-.107.07-.155.107l-1.8 1.407a3.512 3.512 0 0 1-.418.129c-.176.037-.364.07-.572.086a3.627 3.627 0 0 1-1.456-.182 4.307 4.307 0 0 1-1.312-.718 4.613 4.613 0 0 1-1.017-1.14 4.295 4.295 0 0 1-.578-1.45 3.876 3.876 0 0 1-.075-.986c.016-.315.075-.615.166-.904a3.162 3.162 0 0 1 .958-1.424l-1.986 1.665a2.89 2.89 0 0 0-.567.631 3.2 3.2 0 0 0-.38.782c-.091.284-.15.578-.166.894-.016.316 0 .637.075.974.101.52.305.996.567 1.435a4.4 4.4 0 0 0 1.007 1.124c.39.316.83.551 1.295.706a3.672 3.672 0 0 0 2.013.097c.171-.038.332-.086.47-.145.145-.053.274-.117.392-.187.117-.07.224-.145.32-.22.53-.417 1.06-.824 1.585-1.241.048-.011.097-.022.15-.027.145-.01.327-.016.52 0 .192.021.4.07.594.166.198.09.385.23.54.433.038.048.075.107.113.166.101.172.187.386.24.632l2.185 10.6 2.12-1.484-2.222-10.711h-.01l.005.01Zm-10.461-8.447-1.965 1.687a.957.957 0 0 1-.31.182.9.9 0 0 1-.172.048.994.994 0 0 1-.176.021h-.268c-.085 0-.176-.021-.262-.037a3.295 3.295 0 0 1-.246-.059c-.08-.022-.15-.048-.214-.07-.316-.112-.541-.3-.75-.524-.209-.23-.39-.498-.605-.771a5.312 5.312 0 0 0-.803-.846 4.495 4.495 0 0 0-1.343-.739 3.734 3.734 0 0 0-.397-.123 5.194 5.194 0 0 0-.396-.08 3.334 3.334 0 0 0-.39-.038h-.38c-.188.011-.37.043-.541.08a2.877 2.877 0 0 0-.514.167 3.02 3.02 0 0 0-.471.246c-.15.096-.29.203-.423.321l1.884-1.724a3.07 3.07 0 0 1 .423-.326 3.35 3.35 0 0 1 1.541-.492c.13-.011.258-.011.386 0 .129.01.263.016.391.037.129.021.262.048.396.08s.268.075.402.123a4.819 4.819 0 0 1 1.354.744c.343.279.589.568.808.852.22.283.407.55.61.781a1.904 1.904 0 0 0 .975.605 2.794 2.794 0 0 0 .508.096c.086 0 .182.011.273 0 .06 0 .118-.01.177-.021a.995.995 0 0 0 .171-.048.736.736 0 0 0 .161-.075c.048-.032.102-.064.15-.107"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M70.707 51.73a3.07 3.07 0 0 1 .423-.326 3.27 3.27 0 0 1 1.542-.492 2.25 2.25 0 0 1 .385 0c.129.01.262.015.39.037.13.021.263.048.397.08s.268.075.401.123a4.821 4.821 0 0 1 1.355.744c.342.279.589.568.808.852.22.283.407.55.61.781.209.23.445.417.76.535.065.027.14.048.215.07a2.796 2.796 0 0 0 .508.096c.086.006.182.011.273 0 .059 0 .118-.01.177-.021a.995.995 0 0 0 .171-.048.739.739 0 0 0 .16-.075c.049-.032.102-.064.15-.107-.653.562-1.311 1.124-1.964 1.686a.957.957 0 0 1-.31.182.9.9 0 0 1-.172.048.994.994 0 0 1-.177.021h-.267c-.086 0-.177-.02-.263-.037a3.345 3.345 0 0 1-.246-.059c-.08-.021-.15-.048-.214-.07-.316-.112-.54-.3-.75-.53-.208-.23-.39-.497-.604-.77a5.312 5.312 0 0 0-.803-.846 4.495 4.495 0 0 0-1.344-.739 3.734 3.734 0 0 0-.396-.123 5.194 5.194 0 0 0-.396-.08 3.334 3.334 0 0 0-.39-.038c-.13 0-.258 0-.38.006-.188.01-.37.042-.541.08a2.877 2.877 0 0 0-.514.166 3.05 3.05 0 0 0-.471.246c-.15.096-.29.204-.423.321l1.884-1.723m25.26 52.135 26.45-3.453 2.451-1.172-26.674 3.452-2.227 1.173ZM81.73 83.828l-2.035 1.386a3.209 3.209 0 0 0 1.21-1.547c.117-.316.198-.659.23-1.023a3.937 3.937 0 0 0-.07-1.113 4.79 4.79 0 0 0-.535-1.467 5.205 5.205 0 0 0-.723-.931c-.251-.262-.481-.477-.68-.723-.197-.246-.347-.503-.412-.84a2.925 2.925 0 0 1-.059-.418c-.01-.155-.01-.316.011-.476.022-.16.064-.321.134-.466a.987.987 0 0 1 .321-.38l2.013-1.488c-.145.107-.246.24-.321.385a1.413 1.413 0 0 0-.14.471 2.375 2.375 0 0 0-.01.477c.01.155.032.3.059.423.07.342.22.6.417.845.198.247.445.472.686.728.246.263.508.552.728.943.224.39.422.861.54 1.482.08.386.102.766.07 1.13a3.785 3.785 0 0 1-.23 1.028c-.124.32-.29.615-.498.883a3.129 3.129 0 0 1-.728.68"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M81.129 74.353c-.145.107-.246.24-.321.385a1.413 1.413 0 0 0-.14.472 2.435 2.435 0 0 0-.01.481c.01.156.032.3.059.423.07.343.22.6.417.846.198.246.445.471.686.728.246.262.508.551.728.942.224.39.422.862.54 1.483a3.87 3.87 0 0 1-.16 2.157 3.56 3.56 0 0 1-.493.883 3.126 3.126 0 0 1-.728.68l-2.034 1.387a3.19 3.19 0 0 0 1.21-1.547c.123-.322.198-.659.23-1.023a4.13 4.13 0 0 0-.07-1.113 4.652 4.652 0 0 0-.54-1.467 5.197 5.197 0 0 0-.723-.931c-.252-.263-.487-.477-.68-.723-.192-.246-.348-.503-.412-.84a2.898 2.898 0 0 1-.059-.418c-.01-.155-.01-.316.01-.476a1.55 1.55 0 0 1 .135-.466.988.988 0 0 1 .32-.38l2.014-1.488"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M65.103 66.676a1.831 1.831 0 0 1 .39.096l.005-.005 10.465 3.682-1.964 1.542-10.364-3.629v-.002a2.185 2.185 0 0 0-.38-.094c-.058-.006-.123-.016-.182-.016h-.166a1.123 1.123 0 0 0-.363.09c-.053.028-.102.049-.15.08a1.265 1.265 0 0 0-.134.103l1.842-1.584v-.005c.042-.038.085-.07.133-.103a.85.85 0 0 1 .156-.08 1.032 1.032 0 0 1 .363-.09h.166c.053.004.118.004.183.015Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m52.704 34.949-7.039 27.156 1.676-1.686L54.412 33l-1.708 1.949Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M62.613 74.674a3.606 3.606 0 0 1-.942.385c-.166.043-.343.07-.52.086-.133.01-.267.016-.401.016a3.619 3.619 0 0 1-.83-.102 4.481 4.481 0 0 1-1.82-.92 4.673 4.673 0 0 1-1.012-1.215 4.148 4.148 0 0 1-.519-1.467 3.864 3.864 0 0 1 .054-1.547 4.62 4.62 0 0 1 .203-.632 4.09 4.09 0 0 1 .257-.508c.038-.06.075-.102.113-.156l1.52-1.349c.059-.053.112-.101.16-.16.049-.054.097-.118.14-.177.042-.064.08-.134.112-.203.032-.075.059-.155.08-.241.038-.155.075-.348.08-.557.011-.209 0-.434-.069-.653a1.466 1.466 0 0 0-.364-.632 1.949 1.949 0 0 0-.776-.481l-10.76-3.785-1.675 1.686 10.652 3.726c.343.118.589.284.766.476.182.193.294.407.358.621.065.22.08.445.07.648-.01.209-.048.396-.08.546a1.342 1.342 0 0 1-.08.236c-.017.037-.038.07-.054.101l-1.37 1.22a2.9 2.9 0 0 0-.311.317 2.911 2.911 0 0 0-.29.396c-.09.15-.176.316-.25.498a4.766 4.766 0 0 0-.204.626 3.909 3.909 0 0 0-.059 1.536c.08.503.262.996.52 1.45a4.406 4.406 0 0 0 2.387 1.992 4.057 4.057 0 0 0 1.236.214c.134 0 .268 0 .396-.016.177-.016.348-.048.514-.085a3.62 3.62 0 0 0 .482-.155 3.525 3.525 0 0 0 .862-.514c.61-.504 1.231-1.007 1.841-1.51a2.893 2.893 0 0 1-.417.29Zm35.555 28.008-2.222 1.172-28.088 3.661 1.96-1.161 28.344-3.667.005-.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m69.823 106.353-1.959 1.161-5.712-30.234 1.852-1.499 5.82 30.566v.006Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m112.236 43.004 6.178 27.654-9.561.905a1.518 1.518 0 0 1-.803-.123 1.427 1.427 0 0 1-.535-.434 2.333 2.333 0 0 1-.321-.567 3.466 3.466 0 0 1-.161-.54 1.598 1.598 0 0 1 .048-.863c.086-.267.214-.514.337-.797.124-.284.241-.6.295-1.001.053-.402.043-.867-.086-1.462a4.46 4.46 0 0 0-1.563-2.521 4.092 4.092 0 0 0-1.258-.696 3.534 3.534 0 0 0-1.397-.182 2.905 2.905 0 0 0-2.205 1.29 3.248 3.248 0 0 0-.493 1.242c-.08.46-.075.958.038 1.472a4.97 4.97 0 0 0 .535 1.435c.219.375.471.658.706.915.241.257.477.471.664.712.193.241.343.493.412.825.033.155.065.347.075.546.011.203 0 .417-.069.605-.064.192-.166.38-.337.519-.172.139-.407.24-.728.267l-9.941.937-2.216-10.685c-.075-.353-.198-.615-.359-.819a1.548 1.548 0 0 0-.546-.438 1.906 1.906 0 0 0-.6-.167 2.187 2.187 0 0 0-.53 0c-.31.027-.54.145-.749.316-.209.172-.396.391-.605.605-.214.22-.47.45-.803.621a3.51 3.51 0 0 1-1.343.37 3.63 3.63 0 0 1-1.456-.182 4.31 4.31 0 0 1-1.312-.718 4.602 4.602 0 0 1-1.017-1.14 4.188 4.188 0 0 1-.578-1.45 3.696 3.696 0 0 1-.01-1.494c.096-.471.272-.889.53-1.253.261-.364.588-.664.979-.888.396-.225.84-.364 1.333-.397a3.987 3.987 0 0 1 1.445.145c.401.118.728.3 1.028.476.3.177.562.364.83.493.267.128.54.214.85.187.15-.01.327-.037.51-.085.181-.049.363-.129.513-.252.155-.123.284-.284.353-.503.07-.22.086-.498.011-.84l-2.168-10.455 26.075-1.6v.01l.005.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M103.398 62.384c.471-.038.947.026 1.397.182.45.155.873.396 1.258.696.385.305.717.68.985 1.108.268.428.471.904.578 1.413.129.589.139 1.065.086 1.461a3.77 3.77 0 0 1-.295 1.001c-.123.29-.257.536-.337.798-.08.262-.118.535-.048.862.032.155.086.342.161.54.074.199.182.397.321.568.139.177.316.332.535.433.22.102.482.15.803.124l9.561-.905 6.386 28.596-26.6 3.442-2.29-11.06c-.076-.358-.065-.642 0-.877a1.06 1.06 0 0 1 .342-.535c.15-.134.332-.225.503-.29.177-.064.359-.096.509-.112.315-.037.594.038.867.16.273.124.54.306.84.482.3.177.627.348 1.028.46.401.113.856.167 1.424.102a3.086 3.086 0 0 0 1.322-.465c.386-.246.701-.573.948-.953.246-.385.417-.825.497-1.306a4.06 4.06 0 0 0-.042-1.52 4.631 4.631 0 0 0-.595-1.462 4.45 4.45 0 0 0-1.006-1.135 3.977 3.977 0 0 0-1.29-.696 3.421 3.421 0 0 0-1.435-.155c-.562.064-.99.214-1.322.407a3.3 3.3 0 0 0-.792.658c-.214.236-.396.46-.6.632-.208.177-.439.31-.744.343a2.596 2.596 0 0 1-.54 0 1.814 1.814 0 0 1-.605-.161 1.404 1.404 0 0 1-.541-.439 2.028 2.028 0 0 1-.359-.824l-2.243-10.819 9.941-.937c.327-.032.557-.128.728-.267.171-.14.278-.322.337-.514.059-.198.075-.412.07-.605 0-.198-.038-.396-.075-.552a1.906 1.906 0 0 0-.412-.824c-.193-.24-.428-.455-.664-.712a4.825 4.825 0 0 1-.707-.915 4.635 4.635 0 0 1-.535-1.435 3.803 3.803 0 0 1-.037-1.472c.08-.46.246-.878.487-1.242a2.91 2.91 0 0 1 2.205-1.29v.01h-.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m92.055 73.16 2.242 10.823c.075.359.204.626.365.835.16.209.353.348.556.44.204.09.412.138.605.154.198.016.38.011.53-.005a1.38 1.38 0 0 0 .77-.348c.215-.182.402-.407.611-.637.214-.236.466-.466.792-.653.327-.187.75-.343 1.312-.407.482-.048.963.01 1.424.16.46.15.894.391 1.279.697a4.505 4.505 0 0 1 1.585 2.585 4.05 4.05 0 0 1 .043 1.515 3.492 3.492 0 0 1-.493 1.3 3.12 3.12 0 0 1-.937.954c-.38.246-.813.412-1.3.47a3.623 3.623 0 0 1-1.424-.1c-.402-.113-.723-.285-1.023-.456-.3-.176-.567-.353-.835-.482-.273-.128-.54-.198-.851-.166-.16.016-.348.054-.535.113a1.49 1.49 0 0 0-.53.284c-.16.133-.29.31-.359.54-.07.236-.08.52 0 .883l2.291 11.06-28.344 3.667-5.82-30.566 10.59-1.001c.347-.032.626.016.861.123a1.5 1.5 0 0 1 .562.45c.15.181.252.39.332.588.08.204.128.402.16.557.07.343.022.62-.069.9-.091.278-.246.54-.385.84-.14.3-.279.637-.343 1.054-.064.418-.07.916.053 1.547a4.492 4.492 0 0 0 1.628 2.656c.407.32.856.561 1.343.711.482.15.985.21 1.494.156a3.254 3.254 0 0 0 1.37-.46c.402-.247.734-.573.996-.959.262-.39.444-.83.53-1.317a4.046 4.046 0 0 0-.016-1.541 4.846 4.846 0 0 0-.54-1.483 5.128 5.128 0 0 0-.729-.942c-.251-.263-.492-.487-.685-.728a1.966 1.966 0 0 1-.418-.846 3.387 3.387 0 0 1-.064-.568 1.898 1.898 0 0 1 .08-.626 1.07 1.07 0 0 1 .365-.53c.182-.144.433-.246.765-.278l10.176-.964h-.01Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m54.385 33.055 27.643 10.352-2.216 9.84a1.881 1.881 0 0 1-.171.465.961.961 0 0 1-.252.305 1.191 1.191 0 0 1-.31.177 1.263 1.263 0 0 1-.337.07h-.273c-.091 0-.177-.022-.263-.038a3.237 3.237 0 0 1-.246-.059c-.08-.021-.15-.048-.214-.07-.316-.117-.546-.305-.76-.535-.214-.23-.396-.503-.61-.781a5.152 5.152 0 0 0-.809-.851 4.495 4.495 0 0 0-1.354-.744 3.822 3.822 0 0 0-.402-.123 5.713 5.713 0 0 0-.396-.08 3.189 3.189 0 0 0-.39-.038c-.13-.006-.258 0-.386 0a3.21 3.21 0 0 0-1.841.722 3.122 3.122 0 0 0-.654.75 3.225 3.225 0 0 0-.401.974 3.793 3.793 0 0 0-.043 1.494c.08.497.262.974.52 1.418.256.444.583.846.979 1.183.396.337.851.61 1.354.792.172.06.332.113.487.15.156.038.3.07.44.086.139.016.267.032.395.037.129.006.241 0 .36 0 .1 0 .197-.021.294-.037.096-.016.187-.038.273-.054a1.92 1.92 0 0 0 .251-.07c.08-.026.16-.047.241-.074.08-.027.155-.054.23-.075.075-.022.15-.048.225-.07a3.32 3.32 0 0 1 .22-.053c.075-.016.144-.027.22-.032h.154c.054.005.107 0 .16.01.054.011.108.017.167.033.059.016.112.032.171.053.15.054.332.134.52.236.187.101.369.24.53.406.16.166.288.375.358.61.07.242.086.53.01.863l-2.301 10.197-10.444-3.677a1.91 1.91 0 0 0-.214-.065c-.07-.016-.134-.032-.198-.037-.064 0-.123-.016-.182-.016h-.166c-.204.016-.375.08-.52.171a1.368 1.368 0 0 0-.358.343 1.693 1.693 0 0 0-.225.423 4.31 4.31 0 0 0-.128.406c-.075.327-.038.616.053.916.091.3.236.6.37.937.133.337.262.706.32 1.14.06.433.049.931-.09 1.53a3.55 3.55 0 0 1-.423 1.023 3.376 3.376 0 0 1-.68.798 3.264 3.264 0 0 1-.883.54c-.321.134-.67.225-1.033.257a4.91 4.91 0 0 1-.402.016 3.618 3.618 0 0 1-.83-.101 4.481 4.481 0 0 1-1.82-.92 4.675 4.675 0 0 1-1.011-1.216 4.147 4.147 0 0 1-.52-1.467 3.964 3.964 0 0 1 .054-1.547c.15-.6.364-1.028.605-1.36.246-.331.524-.562.787-.76.267-.198.519-.364.733-.556.214-.193.375-.423.455-.745.038-.155.075-.347.08-.556.006-.209 0-.434-.07-.653a1.522 1.522 0 0 0-.363-.632 1.98 1.98 0 0 0-.787-.487l-10.733-3.774 7.05-27.37Z"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-Dialog" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M101.427 99.983c.495.52.701.999.619 1.417-.088.417-.479.772-1.149 1.045-.67.274-1.628.459-2.885.531l6.908 3.632c.124.062.216.123.289.18a.726.726 0 0 1 .149.165.147.147 0 0 1 .015.144.295.295 0 0 1-.123.119c-.026.01-.057.02-.078.031 0 0-.01.005-.02.005 0 0-.01 0-.01.005l-1.623.51a.558.558 0 0 1-.088.02l-.098.016c-.03 0-.067.01-.103.015a.85.85 0 0 0-.118.011h-.35c-.047 0-.083 0-.129-.011-.016 0-.031-.005-.041-.005-.078-.01-.165-.015-.242-.026-.098-.015-.191-.025-.289-.046h-.005l-19.622-3.626-4.646.185.108.057c1.072.577 1.834 1.133 2.292 1.653.454.521.608 1 .464 1.412-.144.417-.592.767-1.324 1.035-.02.005-.036.016-.062.021l-1.313.494a5.02 5.02 0 0 1-.603.186.751.751 0 0 1-.103.02c-.026.005-.057.016-.088.021-.098.021-.2.046-.303.062l-.083.015c-.046.01-.087.021-.134.026a9.642 9.642 0 0 1-.834.108c-.294.031-.619.046-.943.067l-10.746.5-4.09 4.188a.514.514 0 0 1-.103.067c-.016.01-.046.015-.072.026h-.005c-.005.005-.01.01-.031.015-.031.015-.067.026-.108.041-.031.016-.067.026-.103.041-.036.011-.067.026-.109.042-.03.015-.066.025-.108.041-.03.015-.067.026-.108.041-.03.015-.067.026-.108.041-.031.016-.072.026-.103.041a.957.957 0 0 0-.108.042c-.031.015-.072.025-.108.041-.031.015-.073.026-.109.041a.157.157 0 0 1-.051.021c-.016.005-.031.015-.052.02-.051.016-.077.026-.123.036h-.01c-.021.006-.047.011-.073.016H58.4a.867.867 0 0 1-.13.02 1.095 1.095 0 0 1-.144.011h-.366c-.061 0-.133-.005-.195-.011-.072-.005-.145-.015-.217-.02a6.014 6.014 0 0 1-.51-.083 8.714 8.714 0 0 1-.49-.118 5.473 5.473 0 0 1-.437-.149 2.45 2.45 0 0 1-.366-.176l-6.48-3.585c-.783.026-1.618 0-2.473-.046h-.067c-.087 0-.175-.011-.267-.016a42.521 42.521 0 0 1-1.129-.093c-.098-.01-.19-.015-.283-.025-.088-.011-.17-.016-.258-.026-.139-.015-.283-.036-.432-.052-.078-.01-.155-.015-.227-.025a45.57 45.57 0 0 1-4.121-.711l-.592-.139c-.104-.026-.212-.047-.315-.072a25.813 25.813 0 0 1-.592-.15c-.134-.036-.263-.067-.397-.103-.283-.077-.566-.154-.845-.232-.17-.051-.345-.097-.515-.149-.01 0-.02-.005-.03-.01l-.444-.139c-.19-.062-.38-.124-.561-.186a13.133 13.133 0 0 1-.366-.123 22.34 22.34 0 0 1-.845-.31c-.077-.03-.16-.061-.231-.092-.16-.062-.315-.124-.464-.186-.036-.015-.062-.025-.098-.046a19.907 19.907 0 0 1-1.921-.922L20.103 100.4c-.587-.329-1.066-.649-1.432-.958-.01-.005-.02-.015-.02-.02l-.021-.016s-.036-.03-.047-.046a3.057 3.057 0 0 1-.262-.247c-.026-.026-.052-.057-.083-.083-.077-.082-.139-.16-.206-.237-.015-.015-.036-.036-.041-.056-.026-.037-.041-.067-.062-.098-.02-.031-.046-.062-.062-.093-.01-.016-.015-.031-.025-.047-.021-.046-.047-.092-.067-.138-.016-.047-.036-.088-.047-.135-.01-.035-.03-.077-.036-.113-.015-.051-.01-.098-.015-.144v-.052c0-.123 0-.252.051-.365.016-.052.052-.103.083-.155 0-.01.005-.015.01-.02.067-.114.15-.222.263-.32.015-.02.051-.046.067-.067.01-.01.025-.02.04-.03a.46.46 0 0 1 .073-.068c.026-.015.052-.046.077-.067.01-.01.031-.025.036-.036.02-.02.057-.046.078-.067l.025-.025.124-.109s.03-.025.041-.036c.02-.02.057-.046.078-.072a.11.11 0 0 1 .025-.02l.041-.036c.304-.294.794-.547 1.458-.737.85-.247 1.984-.402 3.4-.438l17.386-.484-1.581-.86c-.65-.35-1.185-.701-1.592-1.036-.407-.335-.7-.654-.87-.958-.181-.304-.238-.587-.186-.85.051-.263.216-.5.484-.71l.618-.485c.283-.33.783-.613 1.504-.824.86-.242 2.02-.392 3.457-.423l4.878-.098 2.236-.046 19.276-.397h.016c1.35-.03 2.853.057 4.42.242 1.57.186 3.188.464 4.78.825 1.592.355 3.148.788 4.585 1.267 1.432.484 2.75 1.02 3.848 1.597l12.152 6.341c1.097.572 1.89 1.128 2.39 1.643l-.021-.01Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M115.877 76.72a7.19 7.19 0 0 1-.757.422 9.217 9.217 0 0 1-.804.345c-.278.103-.566.19-.855.268-.298.072-.592.134-.901.18l-.062.01.165.743a7.458 7.458 0 0 0 .87-.474l2.344-1.49v-.004Zm-1.906 12.214a.846.846 0 0 1-.118.057c-.042.015-.088.03-.124.04-.036.011-.082.021-.124.032a.553.553 0 0 1-.128.02c-.078.006-.155.006-.237.006-.083 0-.16-.016-.243-.031a1.122 1.122 0 0 1-.242-.078 1.498 1.498 0 0 1-.237-.118h-.01l-14.97-9.427.041-.026h-.066v.005l-7.285.706.258 1.231 4.899-.479 14.784 9.345h.011c.072.04.154.077.226.108.067.026.139.051.206.067.011 0 .021.01.031.015a.72.72 0 0 0 .119.02.785.785 0 0 0 .118.011h.119c.036 0 .077-.005.113-.005.041-.005.088-.01.129-.02l.124-.031c.036-.01.077-.026.118-.042a.846.846 0 0 0 .118-.056l2.355-1.34c-.031.016-.062.036-.098.047l.098-.057h.015ZM68.104 47.583c.232-.788.551-1.53.953-2.21A8.984 8.984 0 0 1 70.5 43.53h-.005l-1.896 1.865a9.021 9.021 0 0 0-1.432 1.829 9.447 9.447 0 0 0-.948 2.19 10.09 10.09 0 0 0-.402 2.467c-.036.865.03 1.761.211 2.673h.005l.454 2.323 2.189-.257-.762-3.853a11.224 11.224 0 0 1-.212-2.69c.037-.87.17-1.704.402-2.493Zm12.544 47.131L69.18 96.007l1.18-1.262 12.342-1.38h.02l.031-.006c.16-.02.294-.036.449-.061.597-.16 1.2-.268 1.782-.48.186-.072.366-.149.54-.226.088-.041.166-.083.253-.124a9.01 9.01 0 0 0 .618-.345l-1.972 1.267a7.65 7.65 0 0 1-.85.48c-.047.02-.088.035-.134.056a2.085 2.085 0 0 0-.119.057c-.129.056-.257.113-.391.164a.81.81 0 0 1-.103.037c-.057.02-.114.051-.17.072-.32.113-.644.206-.98.283-.334.082-.68.124-1.03.17v.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M55.272 72.908a3.64 3.64 0 0 0-1.355-.154h-.01c-.464.03-.886.165-1.257.376a3.008 3.008 0 0 0-1.453 1.988 3.398 3.398 0 0 0-.016 1.37 3.9 3.9 0 0 0 .516 1.324 3.959 3.959 0 0 0 2.137 1.68c.438.139.897.195 1.365.15a3.09 3.09 0 0 0 1.263-.392c.37-.212.685-.5.927-.835.242-.34.417-.737.51-1.159.093-.422.103-.886.01-1.365a3.91 3.91 0 0 0-.515-1.314 3.96 3.96 0 0 0-2.117-1.669h-.005Zm11.606-.943a3.538 3.538 0 0 0-1.355-.154h-.01c-.464.03-.886.164-1.257.375a3.007 3.007 0 0 0-1.453 1.989 3.399 3.399 0 0 0-.015 1.37c.093.48.268.927.515 1.324a3.96 3.96 0 0 0 2.138 1.68c.438.138.896.195 1.365.149a3.06 3.06 0 0 0 1.262-.392c.37-.21.685-.5.927-.834.242-.34.417-.737.51-1.16.093-.422.103-.885.01-1.364A3.91 3.91 0 0 0 69 73.634a3.96 3.96 0 0 0-2.117-1.669h-.005Zm11.477-1.101a3.55 3.55 0 0 0-1.36-.155h-.01c-.464.03-.886.165-1.257.376a3.007 3.007 0 0 0-1.453 1.988 3.396 3.396 0 0 0-.015 1.37c.092.48.267.928.515 1.325a3.963 3.963 0 0 0 2.137 1.679c.438.139.897.196 1.366.15a3.1 3.1 0 0 0 1.262-.392c.37-.211.685-.5.927-.835.242-.34.417-.736.51-1.159.093-.422.103-.886.01-1.365a3.91 3.91 0 0 0-.515-1.314 3.96 3.96 0 0 0-2.117-1.668Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M56.555 105.964h.005l.005-.005-.01.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m38.015 71.296 2.931 16.53c.144.83.386 1.623.696 2.38l.04.114c.068.16.14.314.212.469.036.082.072.164.113.247.134.268.278.53.433.788.026.041.046.082.067.124.041.067.087.128.129.195.103.16.206.32.32.474.081.119.164.242.257.36l.015.027c.103.134.211.257.314.386.17.206.346.407.531.603l.258.273c.128.129.257.257.391.381.072.067.144.129.216.19.14.119.268.248.412.361a12.025 12.025 0 0 0 3.169 1.829c.067.026.128.051.195.072.119.046.237.098.36.14.073.025.15.04.222.06.083.027.165.047.248.073.33.093.664.175 1.004.237.083.015.16.036.242.046.02 0 .041 0 .062.005.794.13 1.602.176 2.416.119l1.695 9.236a1.678 1.678 0 0 0 .376.83 1.698 1.698 0 0 0 .917.577c.057.015.123.02.18.031.062.01.119.01.18.01.068 0 .124-.005.186-.01.051-.006.108-.011.16-.026a1.39 1.39 0 0 0 .154-.052c.01 0 .016-.005.026-.005.005-.005.01-.005.02-.01.032-.016.062-.026.093-.041.005 0 .01-.006.016-.011.062-.031.093-.046.17-.092.026-.016.051-.036.077-.052.026-.015.051-.036.082-.051a2.68 2.68 0 0 1 .16-.103c.052-.031.108-.073.16-.103.051-.031.108-.067.16-.103.051-.037.108-.067.16-.104.05-.036.107-.066.159-.103.051-.036.108-.067.16-.103.051-.036.108-.067.16-.103.05-.036.107-.067.159-.103.051-.036.108-.072.16-.103.051-.031.108-.072.16-.103.025-.015.03-.025.061-.041-.01.005 0 0-.01 0a1.883 1.883 0 0 1-.175.088 1.896 1.896 0 0 1-.35.098c-.042.005-.078.01-.12.01h-.185c-.03 0-.061 0-.092-.01-.026 0-.057-.011-.083-.016a2.985 2.985 0 0 0-.087-.015h-.016c-.061-.011-.123-.036-.185-.057a3.791 3.791 0 0 1-.289-.139 1.556 1.556 0 0 1-.273-.196c-.082-.067-.144-.154-.216-.237a1.831 1.831 0 0 1-.211-.335 2.285 2.285 0 0 1-.15-.448s-1.725-9.344-1.725-9.35c-.36.026-.721.031-1.082.021-.443-.051-.886-.072-1.33-.134-.138-.02-.277-.051-.416-.077a13.336 13.336 0 0 1-1.232-.31 12.273 12.273 0 0 1-.432-.149c-.165-.056-.325-.123-.485-.185-.123-.051-.252-.103-.376-.16a12.91 12.91 0 0 1-.757-.376c-.123-.067-.242-.139-.365-.211a7.303 7.303 0 0 1-.428-.263c-.134-.087-.273-.175-.402-.268-.139-.092-.268-.195-.402-.293a9.42 9.42 0 0 1-.293-.222c-.088-.067-.17-.144-.253-.216-.144-.124-.283-.242-.422-.371a8.453 8.453 0 0 1-.335-.325 9.801 9.801 0 0 1-.32-.334c-.144-.155-.283-.31-.417-.47-.144-.17-.288-.344-.422-.524-.093-.119-.175-.243-.263-.366-.113-.165-.226-.33-.33-.5-.056-.093-.118-.185-.175-.278a12.32 12.32 0 0 1-1.53-4.075s-2.982-16.7-2.977-16.7a10.86 10.86 0 0 1-.16-2.494c.01-.16.02-.32.036-.479a10.059 10.059 0 0 1 .36-1.875c.16-.53.361-1.04.604-1.53l.03-.062c.073-.144.15-.288.227-.427.052-.098.114-.19.17-.284.103-.17.217-.34.33-.504l.185-.263c.083-.113.17-.222.258-.33.062-.077.129-.15.196-.221.072-.083.144-.165.216-.242l-.062.067s.041-.042.057-.067a.952.952 0 0 0-.062.072l-.129.139-.056.056c-.047.052-.119.124-.165.175a1.764 1.764 0 0 1-.098.104l-.258.273s-.04.04-.056.061c-.047.047-.119.119-.165.17-.02.026-.052.057-.083.088-.051.046-.113.124-.165.17a2.519 2.519 0 0 0-.164.17 1.22 1.22 0 0 1-.083.087c-.046.052-.113.119-.16.17-.247.263-.473.541-.69.825l-.04.056c-.099.134-.202.263-.29.402a9.078 9.078 0 0 0-.607 1.087c-.057.124-.124.242-.175.366-.042.098-.072.196-.114.293a7.461 7.461 0 0 0-.247.7.81.81 0 0 1-.041.12l-.062.237c-.02.087-.052.17-.072.257-.01.046-.016.098-.026.144a8.274 8.274 0 0 0-.113.613l-.031.217c-.031.21-.052.422-.067.633 0 .036-.01.078-.01.114v.092c-.042.799 0 1.628.154 2.468h-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M75.248 56.17c1.376-.097 2.74.109 4.034.547a11.937 11.937 0 0 1 3.59 1.988 12.744 12.744 0 0 1 2.787 3.127 12.133 12.133 0 0 1 1.607 3.966l2.617 12.652.16.773.19.896.29 1.39a11.43 11.43 0 0 1 .087 4.256 9.845 9.845 0 0 1-1.422 3.642 8.894 8.894 0 0 1-2.704 2.663 8.883 8.883 0 0 1-3.745 1.288l-12.374 1.38-10.802 12.055a2.019 2.019 0 0 1-.186.165 1.48 1.48 0 0 1-.211.128c-.067.036-.15.062-.227.093a.9.9 0 0 1-.242.046c-.056 0-.123.011-.18.011-.057 0-.124 0-.18-.011l-.191-.03a.877.877 0 0 1-.185-.057 1.74 1.74 0 0 1-.742-.526 1.883 1.883 0 0 1-.248-.386 1.886 1.886 0 0 1-.144-.438l-1.725-9.35a11.025 11.025 0 0 1-4.24-.55 12.146 12.146 0 0 1-3.766-2.072 12.622 12.622 0 0 1-2.874-3.28 12.234 12.234 0 0 1-1.582-4.179l-2.977-16.71a10.65 10.65 0 0 1 .098-4.323 9.655 9.655 0 0 1 1.7-3.621 9.245 9.245 0 0 1 2.993-2.555 9.848 9.848 0 0 1 3.987-1.133l19.905-1.37.334-.021 1.86-.129 4.719-.32-.01-.005Zm2.9 21.337c.439-.04.84-.17 1.19-.38a2.86 2.86 0 0 0 .871-.815c.232-.335.386-.716.469-1.128a3.28 3.28 0 0 0-.016-1.324 3.91 3.91 0 0 0-1.406-2.282 3.713 3.713 0 0 0-1.154-.628 3.227 3.227 0 0 0-1.293-.155 2.763 2.763 0 0 0-1.19.371c-.35.206-.644.48-.875.804a3.03 3.03 0 0 0-.48 1.128 3.3 3.3 0 0 0 .006 1.329c.092.463.267.901.515 1.293.247.391.551.731.901 1.01.35.278.747.494 1.164.628.418.134.86.185 1.299.15ZM55.195 79.64a3.156 3.156 0 0 0 1.262-.391c.371-.212.68-.5.927-.835a3.07 3.07 0 0 0 .51-1.16 3.47 3.47 0 0 0 .01-1.364 3.787 3.787 0 0 0-.514-1.314 3.89 3.89 0 0 0-.917-1.025 3.977 3.977 0 0 0-1.2-.644 3.443 3.443 0 0 0-1.36-.154c-.47.04-.886.17-1.257.38a3.014 3.014 0 0 0-.933.83c-.247.34-.422.732-.52 1.16a3.308 3.308 0 0 0-.016 1.37 3.9 3.9 0 0 0 .516 1.323 3.959 3.959 0 0 0 2.137 1.68c.438.139.897.196 1.366.15m11.61-1.088a2.933 2.933 0 0 0 1.227-.386c.36-.211.659-.49.896-.824.237-.34.402-.727.49-1.144a3.373 3.373 0 0 0 0-1.344 3.701 3.701 0 0 0-.516-1.293 4.07 4.07 0 0 0-.906-1.015 3.77 3.77 0 0 0-1.175-.634 3.38 3.38 0 0 0-1.324-.154c-.453.036-.865.17-1.226.376a2.85 2.85 0 0 0-.901.814 3.135 3.135 0 0 0-.5 1.143 3.22 3.22 0 0 0 0 1.35 3.972 3.972 0 0 0 1.427 2.333c.355.284.762.5 1.185.64.422.138.876.195 1.329.148"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M103.617 39.538c1.391-.072 2.771.16 4.095.64 1.319.478 2.566 1.2 3.683 2.116a13.801 13.801 0 0 1 2.89 3.266 12.992 12.992 0 0 1 1.716 4.111l3.704 16.34a11.65 11.65 0 0 1 .195 4.235 9.753 9.753 0 0 1-1.272 3.642 8.57 8.57 0 0 1-2.54 2.694 8.429 8.429 0 0 1-3.59 1.36l2.066 9.36c.03.16.051.319.046.463a1.73 1.73 0 0 1-.072.428 1.31 1.31 0 0 1-.181.376 1.3 1.3 0 0 1-.283.299c-.046.036-.098.067-.144.098-.046.025-.103.051-.155.077-.051.02-.108.036-.164.051-.057.016-.114.02-.17.026a.913.913 0 0 1-.237 0c-.083 0-.16-.015-.243-.03a1.117 1.117 0 0 1-.242-.078 1.304 1.304 0 0 1-.237-.119l-14.964-9.478-7.351.716-.186-.896-.16-.773-2.616-12.652a12.166 12.166 0 0 0-1.602-3.966 12.549 12.549 0 0 0-2.787-3.127 12 12 0 0 0-3.59-1.989 10.28 10.28 0 0 0-4.034-.546l-4.714.32-1.864.128-.763-3.853c-.304-1.56-.288-3.07 0-4.456a9.531 9.531 0 0 1 1.643-3.709 8.889 8.889 0 0 1 2.983-2.58c1.185-.634 2.54-1.015 4.018-1.087l5.012-.258 2.298-.118 19.812-1.026.015-.01-.015.005Z"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg id="tnt-Dialog-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m40.41 112.484 66.869-11.94c.416-.075.431-.662.025-.762l-41.93-10.445a3.86 3.86 0 0 0-1.535-.07l-52.796 8.137c-.933.145-1.114 1.41-.256 1.811l28.104 13.069c.471.22 1.003.291 1.52.195v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M109.583 38.499a2.01 2.01 0 0 1 .785.123c.252.09.494.233.713.414.219.18.409.395.561.637.153.243.272.514.338.8l1.247 5.416-80.968 4.874-1.046-6.02a2.124 2.124 0 0 1 .028-.904 1.946 1.946 0 0 1 1.037-1.284 2.29 2.29 0 0 1 .88-.228l76.425-3.828Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m32.26 50.764 80.962-4.87 10.404 45.243c.071.305.081.604.048.88a1.965 1.965 0 0 1-.257.76 1.76 1.76 0 0 1-.514.557 1.624 1.624 0 0 1-.723.271l-78.28 9.811a2.483 2.483 0 0 1-1.83-.514 2.738 2.738 0 0 1-.657-.727c-.176-.286-.3-.6-.357-.942L32.26 50.764Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M101.263 51.277c2.872-.19 5.734 1.97 6.386 4.812l6.054 26.368c.69 3.002-1.127 5.772-4.063 6.137l-52.428 6.559c-3.475.435-6.807-1.947-7.368-5.276l-4.915-29.16c-.528-3.135 1.832-5.867 5.21-6.089l51.124-3.35Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.405 61.458c.37.602.626 1.233.767 1.896a5.76 5.76 0 0 1 .068 2.02 4.146 4.146 0 0 1-.773 1.804l-5.694 7.66c-.852 1.158-2.021 1.813-3.51 1.965-.703.07-1.415.02-2.13-.159a6.78 6.78 0 0 1-2.062-1.039l-.825-.603a2.942 2.942 0 0 1-.387-.338 63.558 63.558 0 0 0-.324-.342l1.069-1.409 1.644 1.208c.795.583 1.67.827 2.625.733.951-.095 1.669-.494 2.278-1.211l5.654-7.699c.539-.726.716-1.519.534-2.377-.183-.858-.692-1.652-1.509-2.257l-.807-.649a3.743 3.743 0 0 0-2.6-.748c-.964.074-1.649.446-2.168 1.123l-3.683 4.884-2.794.24 4.811-6.31a4.182 4.182 0 0 1 1.537-1.248 4.676 4.676 0 0 1 1.91-.557c1.48-.11 2.843.3 4.092 1.23l.79.588c.622.465 1.12.998 1.487 1.598h-.001l.001-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m77.707 83.27 2.799-3.782 2.809-.297-3.933 5.351c-.851 1.162-2.066 1.834-3.643 2.018a6.32 6.32 0 0 1-2.195-.134 5.83 5.83 0 0 1-2.102-.984l-.857-.676c-1.332-.967-2.14-2.207-2.422-3.716-.28-1.503.04-2.852.958-4.046l5.192-6.82a4.462 4.462 0 0 1 1.6-1.315 5.696 5.696 0 0 1 1.992-.546c1.532-.135 2.934.248 4.206 1.153l.824.659.148.108-1.09 1.452-1.876-1.178c-.513-.24-1.12-.327-1.827-.263-1 .09-1.751.49-2.252 1.195l-5.236 6.776c-.546.818-.733 1.685-.56 2.6.174.917.677 1.717 1.507 2.394l.907.604c.816.592 1.713.831 2.697.721.938-.105 1.724-.533 2.356-1.281v.005l-.002.001Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M36.612 44.458c.257-.014.51.024.752.105a2.184 2.184 0 0 1 1.16.922c.134.214.23.452.272.704.043.252.038.494-.02.718a1.626 1.626 0 0 1-.294.604 1.563 1.563 0 0 1-.519.428 1.75 1.75 0 0 1-.699.185 2.016 2.016 0 0 1-.752-.104 2.131 2.131 0 0 1-.66-.362 2.273 2.273 0 0 1-.505-.56 1.94 1.94 0 0 1-.271-.71 1.812 1.812 0 0 1 .019-.722c.052-.224.157-.433.295-.604a1.622 1.622 0 0 1 1.223-.609v.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M43.9 103.411a2.464 2.464 0 0 1-.97-.076 2.595 2.595 0 0 1-.861-.438c-.257-.2-.48-.442-.657-.727-.175-.281-.3-.6-.356-.942L32.26 50.764l-1.047-6.02a2.08 2.08 0 0 1-.033-.452 2.148 2.148 0 0 1 .195-.823c.057-.124.133-.242.214-.352l-1.327 1.726c-.081.11-.153.224-.214.347a2.104 2.104 0 0 0-.195.814c0 .147.004.294.033.447l1.032 5.953 8.644 49.913a2.668 2.668 0 0 0 .999 1.65c.257.195.542.342.852.433.309.09.632.119.96.076l77.576-9.8 2.231-1.076-78.28 9.811Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m126.907 101.147-1.943 1.252s-.043.029-.062.039c-.02.009-.044.029-.063.039-.019.009-.044.029-.063.038-.019.01-.043.029-.063.039a12.968 12.968 0 0 1-2.627 1.228 13.355 13.355 0 0 1-2.869.629c-.245.029-.496.048-.742.063-.246.014-.501.019-.752.024-.251.005-.506 0-.762-.019-.255-.02-.511-.029-.766-.058a15.703 15.703 0 0 1-2.3-.407 16.591 16.591 0 0 1-2.251-.749 17.218 17.218 0 0 1-2.165-1.083 18.547 18.547 0 0 1-3.886-3.076 19.108 19.108 0 0 1-2.965-4.004 18.558 18.558 0 0 1-1.061-2.258 17.594 17.594 0 0 1-.737-2.356 17.687 17.687 0 0 1-.4-2.384 16.22 16.22 0 0 1-.058-2.37 15.26 15.26 0 0 1 .289-2.31 14.336 14.336 0 0 1 1.519-4.136 13.116 13.116 0 0 1 2.647-3.331l1.716-1.553a12.845 12.845 0 0 0-1.466 1.567 13.467 13.467 0 0 0-1.2 1.8 14.147 14.147 0 0 0-.916 2.001 14.64 14.64 0 0 0-.608 2.176c-.154.764-.25 1.548-.289 2.336a16.55 16.55 0 0 0 .058 2.394c.077.803.212 1.61.405 2.408.193.798.443 1.596.747 2.38a19.74 19.74 0 0 0 1.07 2.282 18.82 18.82 0 0 0 1.365 2.123 20.01 20.01 0 0 0 1.629 1.93 18.817 18.817 0 0 0 3.929 3.115 18.34 18.34 0 0 0 2.184 1.096c.743.315 1.505.566 2.276.764.771.199 1.543.334 2.319.416.26.024.516.044.776.058.26.015.511.02.767.02.255 0 .506-.01.761-.02.256-.009.502-.034.752-.063.497-.053.989-.135 1.476-.237.487-.101.959-.237 1.422-.391a13.85 13.85 0 0 0 1.36-.542c.443-.203.872-.435 1.287-.691.024-.015.043-.029.067-.039.024-.01.044-.029.063-.039.019-.009.043-.029.063-.038.019-.01.043-.03.062-.044"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M126.054 74.917a19.397 19.397 0 0 1 4.242 4.822 18.83 18.83 0 0 1 2.397 5.905 17.055 17.055 0 0 1 .342 4.642 15.734 15.734 0 0 1-.314 2.248 14.924 14.924 0 0 1-.636 2.152 13.71 13.71 0 0 1-2.184 3.787 12.885 12.885 0 0 1-3.259 2.838 12.708 12.708 0 0 1-2.647 1.234c-.463.154-.94.285-1.422.391-.482.107-.974.184-1.475.237a12.773 12.773 0 0 1-1.514.082c-.256 0-.511-.004-.767-.019a15.353 15.353 0 0 1-3.095-.474 16.569 16.569 0 0 1-2.275-.764 17.993 17.993 0 0 1-4.243-2.515 18.9 18.9 0 0 1-1.87-1.697 18.79 18.79 0 0 1-1.63-1.93 18.943 18.943 0 0 1-2.435-4.406 18.194 18.194 0 0 1-.747-2.378 17.277 17.277 0 0 1-.405-2.409c-.077-.802-.096-1.6-.058-2.393a15.578 15.578 0 0 1 .912-4.55c.26-.712.578-1.389.94-2.037.361-.648.776-1.252 1.239-1.823a12.884 12.884 0 0 1 3.254-2.872 13.117 13.117 0 0 1 3.997-1.64c.713-.164 1.441-.27 2.188-.319a14.882 14.882 0 0 1 3.004.116c.998.14 1.991.377 2.965.706.974.33 1.923.75 2.844 1.262a18.643 18.643 0 0 1 2.652 1.79v.014Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M121.847 76.612c.937-.082 1.793.186 2.57.807a4.01 4.01 0 0 1 1.466 2.411l2.624 12.944c.2.987.048 1.847-.455 2.58-.504.73-1.222 1.137-2.159 1.22l-10.493.918a5.162 5.162 0 0 1-2.082-.254 6.6 6.6 0 0 1-1.855-.989 7.125 7.125 0 0 1-1.42-1.622 6.228 6.228 0 0 1-.833-2.069c-.153-.754-.157-1.454-.012-2.102.14-.674.38-1.277.724-1.81a4.071 4.071 0 0 1 1.396-1.271 4.473 4.473 0 0 1 1.909-.603l4.692-.411-1.48-1.18a1.15 1.15 0 0 1-.438-.675c-.058-.286-.019-.528.116-.724a.83.83 0 0 1 .639-.374.978.978 0 0 1 .72.215l3.454 2.752c.22.22.354.446.401.68.057.286.02.527-.116.724l-2.237 3.251c-.155.224-.355.349-.601.37a1.108 1.108 0 0 1-.758-.212 1.284 1.284 0 0 1-.408-.719.917.917 0 0 1 .153-.726l.958-1.394-4.692.41a2.75 2.75 0 0 0-1.202.384 2.86 2.86 0 0 0-.884.831c-.213.31-.363.68-.452 1.111-.094.405-.093.843.003 1.31.189.936.66 1.714 1.413 2.336.772.593 1.602.852 2.488.774l10.493-.917c.419-.037.734-.211.947-.52.213-.309.275-.685.185-1.127l-2.624-12.944a1.743 1.743 0 0 0-.629-1.056 1.525 1.525 0 0 0-1.121-.339l-12.266 1.073c-.419.037-.734.21-.947.52-.212.309-.274.685-.184 1.127l.6 2.964c.058.286.021.54-.109.762-.136.197-.338.308-.61.331a1.111 1.111 0 0 1-.757-.211 1.28 1.28 0 0 1-.409-.718l-.6-2.964c-.2-.986-.048-1.847.455-2.579.503-.731 1.222-1.137 2.158-1.22l12.266-1.073.003-.002Z"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|