@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +172 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +234 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +45 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +432 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +252 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +74 -0
- package/dist/NavigationLayout.js +127 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +37 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +84 -0
- package/dist/Page.js +127 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +88 -0
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +123 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +169 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +30 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +119 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +137 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +44 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +361 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -0
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -0
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -0
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -0
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +24 -0
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +29 -0
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +51 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +106 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +79 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +91 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +78 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +32 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +13 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +27 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBullet-alternate">
|
|
2
|
+
<rect x="-1.47461" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9194)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3279 141.442C32.6081 142.526 28.7143 140.388 27.6308 136.669L6.21577 63.1493Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M6.21577 63.1493C5.13226 59.4295 7.26937 55.5357 10.9891 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02508 72.7939L6.21577 63.1493Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="17.8004" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8004 61.6041)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="29.2501" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.2501 58.2691)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="40.7003" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.7003 54.9341)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<rect x="55.4121" y="118.675" width="19.3766" height="11.6259" rx="1.37989" transform="rotate(-106.24 55.4121 118.675)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<rect x="74.8301" y="113.019" width="42.7318" height="11.6259" rx="1.37976" transform="rotate(-106.24 74.8301 113.019)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
<rect x="94.248" y="107.363" width="33.6323" height="11.6259" rx="1.37989" transform="rotate(-106.24 94.248 107.363)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
13
|
+
<rect x="113.666" y="101.707" width="24.3351" height="11.6259" rx="1.37976" transform="rotate(-106.24 113.666 101.707)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.5335 90.5634C44.3737 90.0146 44.689 89.4403 45.2377 89.2804L59.3724 85.1632C59.9211 85.0034 60.4955 85.3186 60.6553 85.8673C60.8151 86.4161 60.4999 86.9904 59.9512 87.1503L45.8165 91.2675C45.2678 91.4273 44.6934 91.1121 44.5335 90.5634Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.8421 98.264C67.6823 97.7153 67.9976 97.1409 68.5463 96.9811L82.681 92.8639C83.2297 92.7041 83.8041 93.0193 83.9639 93.568C84.1237 94.1167 83.8085 94.6911 83.2598 94.851L69.1251 98.9682C68.5764 99.128 68.002 98.8127 67.8421 98.264Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.6732 83.7274C84.5134 83.1787 84.8286 82.6043 85.3773 82.4445L99.512 78.3273C100.061 78.1674 100.635 78.4827 100.795 79.0314C100.955 79.5801 100.64 80.1545 100.091 80.3143L85.9561 84.4315C85.4074 84.5914 84.833 84.2761 84.6732 83.7274Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.952 70.725C101.792 70.1763 102.107 69.6019 102.656 69.442L116.79 65.3248C117.339 65.165 117.913 65.4802 118.073 66.029C118.233 66.5777 117.918 67.1521 117.369 67.3119L103.234 71.4291C102.686 71.5889 102.111 71.2737 101.952 70.725Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartDoughnut-alternate">
|
|
2
|
+
<rect x="-1.47473" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47473 59.9194)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3277 141.442C32.608 142.526 28.7142 140.388 27.6307 136.669L6.21565 63.1493Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.494 24.6187L159.909 98.1381C161.378 103.184 158.48 108.465 153.434 109.935L37.0269 143.842C31.9815 145.312 26.7 142.413 25.2304 137.368L3.81538 63.8484C2.34574 58.803 5.24444 53.5215 10.2898 52.0519ZM10.989 54.4521C7.26922 55.5356 5.13212 59.4295 6.21562 63.1492L27.6307 136.669C28.7142 140.388 32.608 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.989 54.4521Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02496 72.7939L6.21565 63.1493Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="17.8002" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8002 61.6041)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="29.25" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.25 58.2691)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="40.6998" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.6998 54.9341)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M55.9777 78.4367C55.8958 78.0355 55.5038 77.7754 55.1059 77.8722C51.5568 78.7362 48.3094 80.5635 45.7255 83.159C42.9671 85.9298 41.0875 89.4529 40.3222 93.2871C39.5568 97.1212 39.9398 101.096 41.4231 104.713C42.9064 108.331 45.424 111.43 48.6607 113.624C51.8975 115.817 55.7093 117.006 59.619 117.043C63.5286 117.08 67.3621 115.962 70.6395 113.83C73.9168 111.698 76.4923 108.646 78.0432 105.057C79.4961 101.696 79.9895 98.0022 79.4764 94.3856C79.4189 93.9803 79.0319 93.7126 78.629 93.7852L71.7349 95.0271C71.332 95.0997 71.0667 95.4851 71.1129 95.8919C71.3367 97.8625 71.042 99.8621 70.2519 101.69C69.3635 103.746 67.8883 105.494 66.0111 106.715C64.1339 107.937 61.9381 108.577 59.6987 108.556C57.4593 108.535 55.2759 107.853 53.4219 106.597C51.568 105.341 50.1259 103.566 49.2763 101.493C48.4267 99.4214 48.2073 97.1447 48.6457 94.9485C49.0841 92.7524 50.1607 90.7344 51.7407 89.1473C53.146 87.7357 54.8939 86.7208 56.807 86.1983C57.202 86.0904 57.4616 85.7012 57.3797 85.3L55.9777 78.4367Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M56.2879 78.3758C56.2126 77.9734 55.8249 77.7068 55.4256 77.797C52.4659 78.466 49.6953 79.8048 47.3288 81.7145C44.9624 83.6241 43.0684 86.0494 41.7894 88.8009C41.6168 89.1722 41.7955 89.6075 42.1729 89.7661L48.6309 92.48C49.0084 92.6386 49.4408 92.4599 49.6236 92.0935C50.3516 90.635 51.386 89.3471 52.6591 88.3198C53.9322 87.2925 55.4095 86.5535 56.9889 86.15C57.3856 86.0487 57.6516 85.6638 57.5763 85.2614L56.2879 78.3758Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M83.1217 88.2739C83.5242 88.1986 83.7908 87.811 83.7005 87.4116C83.1807 85.1118 82.2552 82.9209 80.9655 80.9424C79.5408 78.7567 77.6995 76.873 75.5467 75.3989C73.394 73.9248 70.972 72.8891 68.419 72.351C66.108 71.864 63.7307 71.7932 61.3986 72.1401C60.9936 72.2004 60.7285 72.5891 60.8039 72.9915L62.3501 81.2551C62.4254 81.6575 62.8126 81.9198 63.2195 81.8746C64.2727 81.7575 65.3394 81.8088 66.3794 82.028C67.6616 82.2983 68.878 82.8184 69.9592 83.5588C71.0403 84.2991 71.9651 85.2451 72.6806 86.3429C73.261 87.2332 73.6946 88.2093 73.9662 89.2335C74.0712 89.6293 74.4558 89.8955 74.8582 89.8202L83.1217 88.2739Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path d="M78.6058 93.6582C79.0083 93.5829 79.397 93.848 79.4572 94.253C79.8704 97.0304 79.6904 99.8669 78.9259 102.575C78.0941 105.52 76.5929 108.234 74.5394 110.504C72.4859 112.774 69.9357 114.539 67.0877 115.661C64.4699 116.692 61.6656 117.155 58.8608 117.021C58.4518 117.002 58.1492 116.641 58.1839 116.234L58.7766 109.269C58.8113 108.861 59.1703 108.561 59.5796 108.569C61.0826 108.599 62.5793 108.331 63.9825 107.779C65.616 107.135 67.0787 106.123 68.2566 104.821C69.4344 103.519 70.2954 101.962 70.7725 100.273C71.1823 98.8211 71.2993 97.3052 71.1195 95.8127C71.0705 95.4062 71.3331 95.019 71.7356 94.9437L78.6058 93.6582Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.2214 86.1419C79.509 85.648 80.1425 85.4808 80.6364 85.7684L94.9668 94.1135L110.73 89.5218C111.279 89.362 111.854 89.6773 112.013 90.226C112.173 90.7747 111.858 91.3491 111.309 91.5089L95.1192 96.2248C94.847 96.3041 94.5541 96.2682 94.3091 96.1255L79.5949 87.5569C79.101 87.2693 78.9338 86.6358 79.2214 86.1419Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.6299 72.9094C94.3103 71.812 94.9408 70.6632 96.0382 70.3436L126.2 61.5579C127.298 61.2382 128.446 61.8687 128.766 62.9661C129.086 64.0636 128.455 65.2123 127.358 65.532L97.1958 74.3177C96.0984 74.6373 94.9496 74.0068 94.6299 72.9094Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.683 83.3909C97.3633 82.2934 97.9938 81.1447 99.0912 80.825L120.113 74.7018C121.21 74.3821 122.359 75.0126 122.679 76.11C122.998 77.2074 122.368 78.3562 121.27 78.6759L100.249 84.7991C99.1514 85.1188 98.0026 84.4883 97.683 83.3909Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartFlow-alternate">
|
|
2
|
+
<rect x="-1.47461" y="59.9193" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47461 59.9193)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L157.508 98.8376C158.592 102.557 156.455 106.451 152.735 107.535L36.3279 141.442C32.6081 142.526 28.7143 140.389 27.6308 136.669L6.21577 63.1495Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0522L126.697 18.1446C131.742 16.675 137.024 19.5737 138.493 24.6191L159.909 98.1385C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.843C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8487C2.34568 58.8033 5.24438 53.5218 10.2898 52.0522ZM10.9889 54.4524C7.26916 55.5359 5.13206 59.4298 6.21556 63.1495L27.6306 136.669C28.7141 140.389 32.6079 142.526 36.3277 141.442L152.735 107.535C156.455 106.451 158.592 102.557 157.508 98.8376L136.093 25.3182C135.01 21.5985 131.116 19.4614 127.396 20.5449L10.9889 54.4524Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M6.21577 63.1495C5.13226 59.4298 7.26937 55.536 10.9891 54.4524L127.396 20.5449C131.116 19.4614 135.01 21.5985 136.093 25.3182L138.903 34.9628L9.02508 72.7941L6.21577 63.1495Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="17.8004" cy="61.604" r="3.15681" transform="rotate(-16.24 17.8004 61.604)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="29.2506" cy="58.269" r="3.15681" transform="rotate(-16.24 29.2506 58.269)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="40.6998" cy="54.9339" r="3.15681" transform="rotate(-16.24 40.6998 54.9339)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="21.7148" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7148 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.0244 96.6934L49.1409 83.361L51.1279 82.7822L55.0114 96.1146L53.0244 96.6934Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.9116 96.3087L101.238 82.2321L101.816 84.2192L53.4904 98.2958L52.9116 96.3087Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.2114 102.852L81.1543 88.9236L83.1414 88.3448L87.1985 102.273C87.2518 102.456 87.4432 102.561 87.6261 102.508L100.903 98.6407L101.482 100.628L88.2049 104.495C86.9246 104.868 85.5844 104.132 85.2114 102.852Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<rect x="32.9932" y="80.8998" width="32.9365" height="9.49589" rx="1.09532" transform="rotate(-16.24 32.9932 80.8998)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<rect x="43.5723" y="94.778" width="19.227" height="9.21459" rx="1.09532" transform="rotate(-16.24 43.5723 94.778)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<rect x="98.2695" y="78.8455" width="24.9159" height="9.21459" rx="1.09532" transform="rotate(-16.24 98.2695 78.8455)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<rect x="97.4541" y="95.6313" width="35.8694" height="9.21459" rx="1.09532" transform="rotate(-16.24 97.4541 95.6313)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
17
|
+
<rect x="79.8105" y="80.6082" width="11.8224" height="11.8224" rx="1.09532" transform="rotate(28.76 79.8105 80.6082)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartGantt-alternate">
|
|
2
|
+
<rect x="-1.13843" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.13843 59.9194)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M6.55195 63.1493C5.46845 59.4295 7.60555 55.5357 11.3253 54.4522L127.733 20.5446C131.452 19.4611 135.346 21.5982 136.43 25.318L157.845 98.8374C158.928 102.557 156.791 106.451 153.071 107.534L36.664 141.442C32.9443 142.526 29.0505 140.388 27.967 136.669L6.55195 63.1493Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6261 52.0519L127.033 18.1443C132.079 16.6747 137.36 19.5734 138.83 24.6187L160.245 98.1381C161.714 103.184 158.816 108.465 153.77 109.935L37.3631 143.842C32.3177 145.312 27.0363 142.413 25.5666 137.368L4.15162 63.8484C2.68198 58.803 5.58068 53.5215 10.6261 52.0519ZM11.3252 54.4521C7.60546 55.5356 5.46836 59.4295 6.55186 63.1492L27.9669 136.669C29.0504 140.388 32.9442 142.525 36.664 141.442L153.071 107.534C156.791 106.451 158.928 102.557 157.845 98.8373L136.43 25.3179C135.346 21.5981 131.452 19.461 127.732 20.5445L11.3252 54.4521Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M6.55195 63.1493C5.46844 59.4295 7.60555 55.5357 11.3253 54.4522L127.733 20.5446C131.452 19.4611 135.346 21.5982 136.43 25.318L139.239 34.9626L9.36126 72.7939L6.55195 63.1493Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="18.1365" cy="61.6041" r="3.15681" transform="rotate(-16.24 18.1365 61.6041)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="29.5863" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.5863 58.2691)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="41.0361" cy="54.9341" r="3.15681" transform="rotate(-16.24 41.0361 54.9341)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="22.0502" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 22.0502 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.1716 80.181C31.7203 80.0212 32.2947 80.3364 32.4546 80.8851L44.4945 122.219C44.6543 122.768 44.3391 123.342 43.7904 123.502C43.2417 123.662 42.6673 123.347 42.5074 122.798L30.4675 81.4639C30.3077 80.9152 30.6229 80.3408 31.1716 80.181Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.6399 71.3055C62.1886 71.1457 62.763 71.4609 62.9228 72.0096L74.9628 113.344C75.1226 113.892 74.8073 114.467 74.2586 114.627C73.7099 114.786 73.1355 114.471 72.9757 113.922L60.9358 72.5884C60.7759 72.0397 61.0912 71.4653 61.6399 71.3055Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.1082 62.431C92.6569 62.2712 93.2313 62.5864 93.3911 63.1351L105.431 104.469C105.591 105.018 105.276 105.592 104.727 105.752C104.178 105.912 103.604 105.597 103.444 105.048L91.404 63.7139C91.2442 63.1652 91.5594 62.5908 92.1082 62.431Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.576 53.556C123.125 53.3962 123.699 53.7114 123.859 54.2601L135.899 95.5941C136.059 96.1429 135.744 96.7172 135.195 96.8771C134.646 97.0369 134.072 96.7217 133.912 96.1729L121.872 54.8389C121.712 54.2902 122.028 53.7158 122.576 53.556Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<rect x="32.9149" y="84.5654" width="41.2104" height="8.39441" rx="1.37976" transform="rotate(-16.24 32.9149 84.5654)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<rect x="94.226" y="94.978" width="42.9112" height="8.39441" rx="1.37976" transform="rotate(-16.24 94.226 94.978)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<rect x="90.4019" y="81.8491" width="22.143" height="8.39441" rx="1.37976" transform="rotate(-16.24 90.4019 81.8491)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<rect x="54.2207" y="92.3882" width="34.2317" height="8.39441" rx="1.37976" transform="rotate(-16.24 54.2207 92.3882)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartOrg-alternate">
|
|
2
|
+
<rect x="-1.3064" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.3064 59.9194)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M6.38398 63.1493C5.30048 59.4295 7.43758 55.5357 11.1573 54.4522L127.565 20.5446C131.284 19.4611 135.178 21.5982 136.262 25.318L157.677 98.8374C158.76 102.557 156.623 106.451 152.903 107.534L36.4961 141.442C32.7763 142.526 28.8825 140.388 27.799 136.669L6.38398 63.1493Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4582 52.0519L126.865 18.1443C131.911 16.6747 137.192 19.5734 138.662 24.6187L160.077 98.1381C161.547 103.184 158.648 108.465 153.602 109.935L37.1952 143.842C32.1498 145.312 26.8684 142.413 25.3987 137.368L3.98371 63.8484C2.51407 58.803 5.41277 53.5215 10.4582 52.0519ZM11.1573 54.4521C7.43755 55.5356 5.30045 59.4295 6.38396 63.1492L27.799 136.669C28.8825 140.388 32.7763 142.525 36.4961 141.442L152.903 107.534C156.623 106.451 158.76 102.557 157.677 98.8373L136.262 25.3179C135.178 21.5981 131.284 19.461 127.565 20.5445L11.1573 54.4521Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M6.38398 63.1493C5.30048 59.4295 7.43758 55.5357 11.1573 54.4522L127.565 20.5446C131.284 19.4611 135.178 21.5982 136.262 25.318L139.071 34.9626L9.19329 72.7939L6.38398 63.1493Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<circle cx="17.9685" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.9685 61.6041)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<circle cx="29.4183" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.4183 58.2691)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="40.8682" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.8682 54.9341)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<rect x="21.8822" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.8822 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.2822 103.833L80.9376 77.2927L82.3439 78.8112L53.6886 105.351L52.2822 103.833Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.829 84.1576L81.4036 77.157L81.0326 79.1931L119.458 86.1937L119.829 84.1576Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.5318 96.5539L80.1381 78.0368L82.1251 77.458L87.5189 95.9751L85.5318 96.5539Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<rect x="71.4215" y="71.2051" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 71.4215 71.2051)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M88.9346 74.0627C90.226 78.4959 87.6789 83.1365 83.2457 84.4279C78.8125 85.7192 74.1718 83.1722 72.8805 78.739C71.5892 74.3057 74.1362 69.6651 78.5694 68.3738C83.0026 67.0824 87.6433 69.6294 88.9346 74.0627Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.4278 83.4603C76.2207 81.22 77.6305 79.1372 79.8017 78.5048L82.9941 77.5749C85.1578 76.9446 87.457 77.9355 88.4906 79.9227C87.5092 82.0335 85.6564 83.7259 83.2459 84.4281C80.8459 85.1272 78.3851 84.7013 76.4278 83.4603ZM82.7943 72.7261C83.2309 74.225 82.3697 75.7941 80.8708 76.2307C79.3719 76.6673 77.8029 75.8061 77.3662 74.3072C76.9296 72.8083 77.7908 71.2393 79.2897 70.8027C80.7886 70.366 82.3576 71.2272 82.7943 72.7261Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M82.6793 82.4835C86.0386 81.5049 87.9687 77.9884 86.9901 74.629C86.0116 71.2697 82.4951 69.3397 79.1357 70.3182C75.7764 71.2967 73.8464 74.8132 74.8249 78.1726C75.8034 81.532 79.32 83.462 82.6793 82.4835ZM83.2457 84.4279C87.6789 83.1365 90.2259 78.4959 88.9346 74.0627C87.6432 69.6294 83.0026 67.0824 78.5694 68.3738C74.1361 69.6651 71.5891 74.3057 72.8805 78.739C74.1718 83.1722 78.8124 85.7192 83.2457 84.4279Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<rect x="45.2495" y="104.696" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 45.2495 104.696)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path d="M62.7625 107.554C64.0538 111.987 61.5068 116.628 57.0736 117.919C52.6404 119.21 47.9997 116.663 46.7084 112.23C45.4171 107.797 47.9641 103.156 52.3973 101.865C56.8305 100.574 61.4712 103.121 62.7625 107.554Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.2558 116.951C50.0487 114.711 51.4584 112.628 53.6297 111.996L56.822 111.066C58.9857 110.436 61.2849 111.427 62.3186 113.414C61.3372 115.525 59.4843 117.217 57.0738 117.919C54.6738 118.618 52.213 118.193 50.2558 116.951ZM56.6222 106.217C57.0588 107.716 56.1976 109.285 54.6987 109.722C53.1998 110.158 51.6308 109.297 51.1942 107.798C50.7576 106.3 51.6187 104.73 53.1176 104.294C54.6165 103.857 56.1856 104.718 56.6222 106.217Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.5072 115.975C59.8666 114.996 61.7966 111.48 60.8181 108.12C59.8395 104.761 56.323 102.831 52.9637 103.809C49.6043 104.788 47.6743 108.304 48.6528 111.664C49.6314 115.023 53.1479 116.953 56.5072 115.975ZM57.0736 117.919C61.5068 116.628 64.0538 111.987 62.7625 107.554C61.4712 103.121 56.8305 100.574 52.3973 101.865C47.9641 103.156 45.4171 107.797 46.7084 112.23C47.9997 116.663 52.6404 119.21 57.0736 117.919Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<rect x="78.3671" y="95.0494" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 78.3671 95.0494)" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
22
|
+
<path d="M95.8802 97.9074C97.1715 102.341 94.6245 106.981 90.1913 108.273C85.7581 109.564 81.1174 107.017 79.8261 102.584C78.5347 98.1505 81.0818 93.5098 85.515 92.2185C89.9482 90.9272 94.5889 93.4742 95.8802 97.9074Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.3734 107.305C83.1664 105.065 84.5761 102.982 86.7474 102.349L89.9397 101.42C92.1034 100.789 94.4026 101.78 95.4362 103.767C94.4549 105.878 92.602 107.571 90.1915 108.273C87.7915 108.972 85.3307 108.546 83.3734 107.305ZM89.7399 96.5708C90.1765 98.0697 89.3153 99.6388 87.8164 100.075C86.3175 100.512 84.7485 99.6508 84.3119 98.1519C83.8753 96.653 84.7364 95.084 86.2353 94.6474C87.7342 94.2108 89.3033 95.0719 89.7399 96.5708Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.6249 106.328C92.9842 105.35 94.9143 101.833 93.9358 98.4738C92.9572 95.1144 89.4407 93.1844 86.0813 94.1629C82.722 95.1414 80.792 98.658 81.7705 102.017C82.749 105.377 86.2656 107.307 89.6249 106.328ZM90.1913 108.273C94.6245 106.981 97.1715 102.341 95.8802 97.9074C94.5889 93.4742 89.9482 90.9272 85.515 92.2185C81.0818 93.5098 78.5347 98.1505 79.8261 102.584C81.1174 107.017 85.7581 109.564 90.1913 108.273Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
25
|
+
<rect x="111.485" y="85.4029" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 111.485 85.4029)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path d="M128.998 88.2609C130.289 92.6941 127.742 97.3348 123.309 98.6261C118.876 99.9174 114.235 97.3704 112.944 92.9372C111.652 88.504 114.199 83.8633 118.633 82.572C123.066 81.2807 127.707 83.8277 128.998 88.2609Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.491 97.658C116.284 95.4177 117.694 93.335 119.865 92.7025L123.057 91.7726C125.221 91.1424 127.52 92.1332 128.554 94.1204C127.573 96.2313 125.72 97.9237 123.309 98.6258C120.909 99.3249 118.448 98.8991 116.491 97.658ZM122.858 86.9239C123.294 88.4228 122.433 89.9918 120.934 90.4284C119.435 90.865 117.866 90.0039 117.43 88.505C116.993 87.0061 117.854 85.437 119.353 85.0004C120.852 84.5638 122.421 85.425 122.858 86.9239Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.743 96.6817C126.102 95.7032 128.032 92.1866 127.053 88.8273C126.075 85.4679 122.558 83.5379 119.199 84.5164C115.84 85.4949 113.91 89.0115 114.888 92.3708C115.867 95.7302 119.383 97.6602 122.743 96.6817ZM123.309 98.6261C127.742 97.3348 130.289 92.6941 128.998 88.2609C127.707 83.8277 123.066 81.2807 118.633 82.572C114.199 83.8633 111.652 88.504 112.944 92.9372C114.235 97.3704 118.876 99.9174 123.309 98.6261Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartPie-alternate">
|
|
3
|
+
<rect x="-1.47473" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47473 59.9194)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
4
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3277 141.442C32.608 142.526 28.7142 140.388 27.6307 136.669L6.21565 63.1493Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02496 72.7939L6.21565 63.1493Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<circle cx="17.8002" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8002 61.6041)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="29.25" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.25 58.2691)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<circle cx="40.6998" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.6998 54.9341)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" fill="var(--sapContent_Illustrative_Color7)"/>
|
|
11
|
+
<path d="M56.3117 76.0022C56.2324 75.5784 55.8241 75.2977 55.4036 75.3927C51.6317 76.2453 48.1643 78.1281 45.3916 80.8384C42.4327 83.7308 40.3978 87.4357 39.5445 91.4845C38.6911 95.5334 39.0575 99.7444 40.5974 103.585C42.1373 107.426 44.7815 110.723 48.1956 113.061C51.6097 115.399 55.6404 116.672 59.7779 116.719C63.9155 116.766 67.9741 115.585 71.4405 113.326C74.9069 111.066 77.6255 107.829 79.2523 104.025C80.7767 100.46 81.2785 96.5462 80.7095 92.7212C80.6461 92.2948 80.2367 92.0157 79.813 92.095L60.7833 95.6557C60.3595 95.735 59.9517 95.4557 59.8724 95.0319L56.3117 76.0022Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M56.3114 76.002C56.2321 75.5783 55.8239 75.2975 55.4033 75.3926C52.4127 76.0685 49.607 77.3937 47.1852 79.274C46.8447 79.5384 46.8021 80.0321 47.0791 80.3625L59.0589 94.6574C59.3169 94.9652 59.8156 94.7297 59.7417 94.3349L56.3114 76.002Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
13
|
+
<path d="M79.813 92.095C80.2367 92.0157 80.6461 92.2948 80.7095 92.7212C81.1446 95.646 80.9551 98.6329 80.15 101.484C79.2741 104.586 77.6933 107.444 75.5309 109.834C73.3686 112.225 70.6831 114.083 67.6842 115.265C64.9275 116.35 61.9745 116.837 59.021 116.697C58.5903 116.676 58.2717 116.297 58.3082 115.867L59.9656 96.3911C59.9953 96.0414 60.2548 95.7545 60.5998 95.69L79.813 92.095Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<path d="M79.813 92.0949C80.2367 92.0156 80.6461 92.2947 80.7095 92.7211C81.0295 94.8721 81.0121 97.0598 80.658 99.2054C80.5878 99.6308 80.1741 99.9034 79.7516 99.8174L61.9739 96.1978C61.5539 96.1123 61.5587 95.5105 61.98 95.4316L79.813 92.0949Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M67.4768 71.9937C67.6058 71.5823 68.0443 71.3522 68.4516 71.4936C72.648 72.95 76.4005 75.4699 79.3391 78.8127C82.2777 82.1555 84.2959 86.2 85.2024 90.5484C85.2904 90.9705 85.006 91.3759 84.5815 91.4511L61.281 95.5755C60.7045 95.6776 60.2249 95.1321 60.4001 94.5734L67.4768 71.9937Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.97 86.2151C79.2576 85.7212 79.8911 85.554 80.385 85.8416L94.7154 94.1868L110.479 89.5951C111.028 89.4352 111.602 89.7505 111.762 90.2992C111.922 90.8479 111.607 91.4223 111.058 91.5821L94.8678 96.298C94.5956 96.3773 94.3027 96.3414 94.0577 96.1987L79.3435 87.6301C78.8496 87.3425 78.6824 86.709 78.97 86.2151Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.3785 72.9827C94.0588 71.8852 94.6893 70.7365 95.7867 70.4168L125.949 61.6311C127.046 61.3115 128.195 61.942 128.514 63.0394C128.834 64.1368 128.204 65.2856 127.106 65.6052L96.9443 74.3909C95.8469 74.7106 94.6981 74.0801 94.3785 72.9827Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.4316 83.4641C97.1119 82.3667 97.7424 81.2179 98.8398 80.8983L119.861 74.775C120.959 74.4553 122.108 75.0858 122.427 76.1833C122.747 77.2807 122.116 78.4295 121.019 78.7491L99.9974 84.8724C98.9 85.192 97.7512 84.5615 97.4316 83.4641Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-CodePlaceholder-alternate">
|
|
2
|
+
<path d="M136.813 2.18595C137.007 2.43257 137.131 2.72692 137.172 3.03806C137.212 3.34919 137.169 3.66558 137.045 3.95393L134.279 10.8893C133.823 12.0366 132.629 12.276 131.73 11.9177C131.356 11.7845 131.036 11.5337 130.818 11.203C130.599 10.8724 130.494 10.4797 130.518 10.084C130.535 9.89313 130.581 9.70598 130.654 9.52888L133.419 2.59351C133.534 2.28674 133.73 2.01679 133.986 1.81222C134.242 1.60765 134.549 1.47608 134.873 1.43142C135.234 1.38161 135.601 1.42476 135.941 1.55681C136.28 1.68886 136.58 1.90541 136.813 2.18595Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path d="M159.786 35.6195C159.813 35.8424 159.793 36.0685 159.728 36.2834C159.662 36.4982 159.553 36.6971 159.406 36.8672C159.26 37.0374 159.079 37.1751 158.877 37.2716C158.674 37.3681 158.453 37.4212 158.229 37.4277L150.976 37.9678C150.715 37.9864 150.453 37.9527 150.206 37.8689C149.958 37.7851 149.729 37.6528 149.533 37.4797C149.337 37.3066 149.178 37.0962 149.064 36.8607C148.95 36.6252 148.884 36.3695 148.871 36.1083C148.862 36.0008 148.862 35.8928 148.871 35.7852C148.898 35.3876 149.074 35.0146 149.362 34.7398C149.651 34.465 150.032 34.3083 150.431 34.3007L157.68 33.7626C157.941 33.7436 158.203 33.7768 158.451 33.8603C158.699 33.9438 158.927 34.0758 159.123 34.2487C159.319 34.4216 159.479 34.6319 159.593 34.8673C159.707 35.1027 159.773 35.3584 159.786 35.6195Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M154.27 15.9773C154.235 16.2202 154.15 16.4533 154.022 16.6625C153.894 16.8717 153.724 17.0525 153.524 17.1939L144.594 23.6285C144.192 23.9148 143.695 24.0347 143.207 23.9629C142.718 23.8911 142.277 23.6333 141.974 23.2434C141.695 22.8806 141.562 22.4261 141.602 21.97C141.626 21.7072 141.706 21.4525 141.836 21.2233C141.967 20.9942 142.146 20.7959 142.361 20.6421L151.29 14.2075C151.694 13.9192 152.194 13.7989 152.685 13.8717C153.176 13.9445 153.62 14.2048 153.923 14.5979C154.071 14.7926 154.177 15.0152 154.237 15.2522C154.297 15.4893 154.308 15.7359 154.27 15.9773Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<rect x="0.824219" y="29.3467" width="128.915" height="128.915" rx="9.25136" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M5.45117 33.9726C5.45117 29.2282 9.29729 25.3821 14.0417 25.3821H125.776C130.52 25.3821 134.366 29.2282 134.366 33.9726V145.707C134.366 150.451 130.52 154.297 125.776 154.297H14.0417C9.2973 154.297 5.45117 150.451 5.45117 145.707V33.9726Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.776 27.8821H14.0417C10.678 27.8821 7.95117 30.6089 7.95117 33.9726V145.707C7.95117 149.07 10.678 151.797 14.0417 151.797H125.776C129.139 151.797 131.866 149.07 131.866 145.707V33.9726C131.866 30.6089 129.139 27.8821 125.776 27.8821ZM14.0417 25.3821C9.29729 25.3821 5.45117 29.2282 5.45117 33.9726V145.707C5.45117 150.451 9.2973 154.297 14.0417 154.297H125.776C130.52 154.297 134.366 150.451 134.366 145.707V33.9726C134.366 29.2282 130.52 25.3821 125.776 25.3821H14.0417Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6908 144.342C17.7711 144.342 15.4043 141.975 15.4043 139.055V125.853C18.1657 125.853 20.4043 128.091 20.4043 130.853V139.055C20.4043 139.214 20.5326 139.342 20.6908 139.342H28.8935C31.6549 139.342 33.8935 141.581 33.8935 144.342H20.6908ZM66.7043 144.342C66.7043 141.581 64.4658 139.342 61.7043 139.342H45.2989C42.5375 139.342 40.2989 141.581 40.2989 144.342H66.7043ZM99.5152 144.342C99.5152 141.581 97.2766 139.342 94.5152 139.342H78.1098C75.3483 139.342 73.1098 141.581 73.1098 144.342H99.5152ZM124.41 125.853C121.648 125.853 119.41 128.091 119.41 130.853V139.055C119.41 139.214 119.282 139.342 119.123 139.342H110.921C108.159 139.342 105.921 141.581 105.921 144.342H119.123C122.043 144.342 124.41 141.975 124.41 139.055V125.853ZM124.41 93.0419C121.648 93.0419 119.41 95.2805 119.41 98.0419V114.447C119.41 117.209 121.648 119.447 124.41 119.447V93.0419ZM124.41 60.2311C121.648 60.2311 119.41 62.4696 119.41 65.2311V81.6365C119.41 84.3979 121.648 86.6365 124.41 86.6365V60.2311ZM105.921 35.3364C105.921 38.0978 108.159 40.3364 110.921 40.3364H119.123C119.282 40.3364 119.41 40.4647 119.41 40.6229V48.8256C119.41 51.5871 121.648 53.8256 124.41 53.8256V40.6229C124.41 37.7033 122.043 35.3364 119.123 35.3364H105.921ZM73.1098 35.3364C73.1098 38.0978 75.3483 40.3364 78.1098 40.3364H94.5152C97.2766 40.3364 99.5152 38.0978 99.5152 35.3364H73.1098ZM40.2989 35.3364C40.2989 38.0978 42.5375 40.3364 45.2989 40.3364H61.7043C64.4658 40.3364 66.7043 38.0978 66.7043 35.3364H40.2989ZM15.4043 53.8256C18.1657 53.8256 20.4043 51.5871 20.4043 48.8256V40.6229C20.4043 40.4647 20.5326 40.3364 20.6908 40.3364H28.8935C31.6549 40.3364 33.8935 38.0978 33.8935 35.3364H20.6908C17.7711 35.3364 15.4043 37.7033 15.4043 40.6229V53.8256ZM15.4043 86.6365C18.1657 86.6365 20.4043 84.3979 20.4043 81.6365V65.231C20.4043 62.4696 18.1657 60.231 15.4043 60.231V86.6365ZM15.4043 119.447C18.1657 119.447 20.4043 117.209 20.4043 114.447V98.0419C20.4043 95.2805 18.1657 93.0419 15.4043 93.0419V119.447Z" fill="var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Company-alternate">
|
|
2
|
+
<rect x="122.899" y="70.1621" width="36.8421" height="77.1654" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 84.9155H150.635V89.9155H130.438V84.9155Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 99.822H150.635V104.822H130.438V99.822Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 114.729H150.635V119.729H130.438V114.729Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path d="M35.0293 23.7183H122.9V147.327H35.0293V23.7183Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.4 26.2183H37.5293V144.827H120.4V26.2183ZM35.0293 23.7183V147.327H122.9V23.7183H35.0293Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<rect width="118.374" height="12.4874" transform="matrix(-3.58932e-08 1 1 5.32325e-08 72.7197 26.6484)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
9
|
+
<rect width="7.12347" height="12.4874" transform="matrix(-3.58932e-08 1 1 5.32325e-08 72.7197 26.6484)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
<rect width="102.52" height="11.5841" transform="matrix(1 0 0 -1 27.7041 26.6484)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<rect x="42.9258" y="34.3347" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
12
|
+
<rect x="42.9258" y="70.7458" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<rect x="42.9258" y="107.157" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<rect x="91.252" y="34.3347" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<rect x="91.252" y="70.7458" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<rect x="91.252" y="107.157" width="23.7522" height="31.1224" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<path d="M35.0293 49.2576L1.2933 78.6785V147.327H35.0293V49.2576Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.63086 86.1318V96.3311H14.6309V86.1318H9.63086Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.3994 86.1318V96.3311H26.3994V86.1318H21.3994Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.63086 102.607V112.807H14.6309V102.607H9.63086Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.3994 102.607V112.807H26.3994V102.607H21.3994Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Compass-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.69 35.6859L96.209 27.515C90.9998 25.2119 88.644 19.122 90.9471 13.9128C93.2502 8.70359 99.3401 6.34775 104.549 8.65087L123.03 16.8217C128.239 19.1248 130.595 25.2148 128.292 30.424C125.989 35.6332 119.899 37.989 114.69 35.6859ZM94.1872 32.088C86.4524 28.6683 82.9544 19.6257 86.3741 11.891C89.7939 4.15617 98.8364 0.658135 106.571 4.07788L125.052 12.2487C132.787 15.6685 136.285 24.711 132.865 32.4458C129.445 40.1806 120.403 43.6786 112.668 40.2589L94.1872 32.088Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M93.3619 27.2838C94.6738 24.3165 98.1427 22.9746 101.11 24.2865L113.779 29.8878C116.746 31.1997 118.088 34.6687 116.776 37.6359L111.834 48.8154C110.522 51.7827 107.053 53.1246 104.086 51.8127L91.4164 46.2114C88.4492 44.8995 87.1073 41.4305 88.4192 38.4633L93.3619 27.2838Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M124.019 122.328C110.234 153.507 73.7833 167.608 42.604 153.823C11.4247 140.038 -2.67608 103.587 11.1091 72.4077C24.8943 41.2284 61.3452 27.1276 92.5245 40.9128C123.704 54.6979 137.805 91.1488 124.019 122.328Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path d="M132.048 120.091C118.624 150.453 83.1283 164.184 52.7662 150.76C22.4041 137.336 8.67295 101.841 22.0968 71.4788C35.5206 41.1167 71.0162 27.3855 101.378 40.8094C131.74 54.2332 145.472 89.7288 132.048 120.091Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M134.334 121.102C120.352 152.727 83.3799 167.029 51.755 153.047C20.1301 139.065 5.82784 102.093 19.81 70.4679C33.7922 38.843 70.764 24.5407 102.389 38.5229C134.014 52.5051 148.316 89.4769 134.334 121.102ZM52.7659 150.76C83.128 164.184 118.624 150.453 132.047 120.091C145.471 89.7288 131.74 54.2332 101.378 40.8094C71.0159 27.3855 35.5203 41.1167 22.0965 71.4788C8.67264 101.841 22.4038 137.336 52.7659 150.76Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M120.717 115.081C110.06 139.186 81.8797 150.087 57.7751 139.43C33.6704 128.773 22.7692 100.593 33.4264 76.4879C44.0837 52.3832 72.2638 41.482 96.3685 52.1392C120.473 62.7965 131.374 90.9766 120.717 115.081Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.2291 122.57C66.4919 123.129 67.063 124.605 66.5047 125.868L62.9025 134.015C62.3442 135.278 60.8679 135.849 59.6051 135.291C58.3423 134.733 57.7712 133.256 58.3295 131.993L61.9317 123.846C62.49 122.583 63.9663 122.012 65.2291 122.57Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.5026 56.3594C95.7654 56.9177 96.3365 58.394 95.7781 59.6568L92.1759 67.8043C91.6176 69.0671 90.1413 69.6382 88.8785 69.0799C87.6157 68.5216 87.0446 67.0453 87.6029 65.7825L91.2052 57.6349C91.7635 56.3721 93.2398 55.801 94.5026 56.3594Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.3073 83.9999C49.749 85.2627 48.2727 85.8338 47.0099 85.2755L38.8623 81.6732C37.5996 81.1149 37.0285 79.6386 37.5868 78.3758C38.1451 77.113 39.6214 76.5419 40.8842 77.1002L49.0317 80.7025C50.2945 81.2608 50.8656 82.7371 50.3073 83.9999Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.519 113.274C115.961 114.537 114.485 115.108 113.222 114.549L105.074 110.947C103.811 110.389 103.24 108.913 103.799 107.65C104.357 106.387 105.833 105.816 107.096 106.374L115.244 109.976C116.506 110.535 117.078 112.011 116.519 113.274Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M117.761 81.9072L80.6048 106.142L73.5397 85.428L117.761 81.9072Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
13
|
+
<path d="M36.3846 109.663L80.6055 106.142L73.5404 85.4276L36.3846 109.663Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M79.8526 103.939C75.3493 105.475 70.4535 103.069 68.9175 98.5659C67.3815 94.0626 69.787 89.1667 74.2903 87.6307C78.7937 86.0947 83.6895 88.5003 85.2255 93.0036C86.7615 97.5069 84.356 102.403 79.8526 103.939Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.6596 106.305C74.8495 108.287 68.533 105.183 66.5513 99.3729C64.5696 93.5628 67.6731 87.2463 73.4833 85.2646C79.2934 83.2828 85.6099 86.3864 87.5916 92.1965C89.5733 98.0066 86.4698 104.323 80.6596 106.305ZM68.9174 98.5659C70.4534 103.069 75.3493 105.475 79.8526 103.939C84.3559 102.403 86.7614 97.5069 85.2255 93.0036C83.6895 88.5002 78.7936 86.0947 74.2903 87.6307C69.787 89.1667 67.3815 94.0625 68.9174 98.5659Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Components-alternate">
|
|
2
|
+
<rect x="7.82666" y="22.3318" width="16.3605" height="13.7314" rx="2.15507" transform="rotate(-40.3434 7.82666 22.3318)" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
3
|
+
<rect x="6.43066" y="36.5505" width="36.7859" height="29.7997" transform="rotate(-40.3434 6.43066 36.5505)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M30.5981 113.866C30.5981 113.073 31.2414 112.429 32.0349 112.429H45.5219C46.3154 112.429 46.9586 113.073 46.9586 113.866V124.724C46.9586 125.518 46.3154 126.161 45.5219 126.161H32.0349C31.2414 126.161 30.5981 125.518 30.5981 124.724V113.866Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0349 109.929H45.5219C47.6961 109.929 49.4586 111.692 49.4586 113.866V124.724C49.4586 126.898 47.6961 128.661 45.5219 128.661H32.0349C29.8607 128.661 28.0981 126.898 28.0981 124.724V113.866C28.0981 111.692 29.8607 109.929 32.0349 109.929ZM32.0349 112.429C31.2414 112.429 30.5981 113.073 30.5981 113.866V124.724C30.5981 125.518 31.2414 126.161 32.0349 126.161H45.5219C46.3154 126.161 46.9586 125.518 46.9586 124.724V113.866C46.9586 113.073 46.3154 112.429 45.5219 112.429H32.0349Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path d="M60.5215 113.866C60.5215 113.073 61.1647 112.429 61.9582 112.429H75.4452C76.2387 112.429 76.8819 113.073 76.8819 113.866V124.724C76.8819 125.518 76.2387 126.161 75.4452 126.161H61.9582C61.1647 126.161 60.5215 125.518 60.5215 124.724V113.866Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.9582 109.929H75.4452C77.6194 109.929 79.3819 111.692 79.3819 113.866V124.724C79.3819 126.898 77.6194 128.661 75.4452 128.661H61.9582C59.784 128.661 58.0215 126.898 58.0215 124.724V113.866C58.0215 111.692 59.784 109.929 61.9582 109.929ZM61.9582 112.429C61.1647 112.429 60.5215 113.073 60.5215 113.866V124.724C60.5215 125.518 61.1647 126.161 61.9582 126.161H75.4452C76.2387 126.161 76.8819 125.518 76.8819 124.724V113.866C76.8819 113.073 76.2387 112.429 75.4452 112.429H61.9582Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M90.4443 113.866C90.4443 113.073 91.0876 112.429 91.881 112.429H105.368C106.162 112.429 106.805 113.073 106.805 113.866V124.724C106.805 125.518 106.162 126.161 105.368 126.161H91.881C91.0876 126.161 90.4443 125.518 90.4443 124.724V113.866Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.881 109.929H105.368C107.542 109.929 109.305 111.692 109.305 113.866V124.724C109.305 126.898 107.542 128.661 105.368 128.661H91.881C89.7069 128.661 87.9443 126.898 87.9443 124.724V113.866C87.9443 111.692 89.7069 109.929 91.881 109.929ZM91.881 112.429C91.0876 112.429 90.4443 113.073 90.4443 113.866V124.724C90.4443 125.518 91.0876 126.161 91.881 126.161H105.368C106.162 126.161 106.805 125.518 106.805 124.724V113.866C106.805 113.073 106.162 112.429 105.368 112.429H91.881Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M20.3286 122.363H117.073V152.162H20.3286V122.363Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8286 119.863H119.573V154.662H17.8286V119.863ZM20.3286 122.363V152.162H117.073V122.363H20.3286Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<rect x="96.4351" y="80.3601" width="16.3605" height="13.7314" rx="2.15507" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<rect x="126.358" y="80.3601" width="16.3605" height="13.7314" rx="2.15507" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
14
|
+
<rect x="86.166" y="90.2932" width="66.6886" height="29.7997" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
15
|
+
<path d="M63.0913 51.997C63.0913 51.2035 63.7345 50.5603 64.528 50.5603H78.0151C78.8085 50.5603 79.4518 51.2035 79.4518 51.997V62.855C79.4518 63.6484 78.8085 64.2917 78.0151 64.2917H64.528C63.7345 64.2917 63.0913 63.6484 63.0913 62.855V51.997Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.528 48.0603H78.0151C80.1892 48.0603 81.9518 49.8228 81.9518 51.997V62.855C81.9518 65.0291 80.1893 66.7917 78.0151 66.7917H64.528C62.3538 66.7917 60.5913 65.0291 60.5913 62.855V51.997C60.5913 49.8228 62.3538 48.0603 64.528 48.0603ZM64.528 50.5603C63.7345 50.5603 63.0913 51.2035 63.0913 51.997V62.855C63.0913 63.6484 63.7345 64.2917 64.528 64.2917H78.0151C78.8085 64.2917 79.4518 63.6484 79.4518 62.855V51.997C79.4518 51.2035 78.8085 50.5603 78.0151 50.5603H64.528Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M93.0142 51.997C93.0142 51.2035 93.6574 50.5603 94.4509 50.5603H107.938C108.731 50.5603 109.375 51.2035 109.375 51.997V62.855C109.375 63.6484 108.731 64.2917 107.938 64.2917H94.4509C93.6574 64.2917 93.0142 63.6484 93.0142 62.855V51.997Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4509 48.0603H107.938C110.112 48.0603 111.875 49.8228 111.875 51.997V62.855C111.875 65.0291 110.112 66.7917 107.938 66.7917H94.4509C92.2767 66.7917 90.5142 65.0291 90.5142 62.855V51.997C90.5142 49.8228 92.2767 48.0603 94.4509 48.0603ZM94.4509 50.5603C93.6574 50.5603 93.0142 51.2035 93.0142 51.997V62.855C93.0142 63.6484 93.6574 64.2917 94.4509 64.2917H107.938C108.731 64.2917 109.375 63.6484 109.375 62.855V51.997C109.375 51.2035 108.731 50.5603 107.938 50.5603H94.4509Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path d="M52.8223 60.4934H119.511V90.2931H52.8223V60.4934Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.3223 57.9934H122.011V92.7931H50.3223V57.9934ZM52.8223 60.4934V90.2931H119.511V60.4934H52.8223Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="160" height="160" version="1.1" id="tnt-Dialog-Dialog-alternate" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
2
|
+
viewBox="0 0 160 160" enable-background="new 0 0 160 160" xml:space="preserve">
|
|
3
|
+
<g>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color2)" d="M116.6,82.1c-22.7,0-41.1-18.4-41.1-41.1c0-22.6,18.4-41,41.1-41
|
|
5
|
+
s41.1,18.4,41.1,41.1c0,7.3-1.9,14.2-5.3,20.2l6.6,15.4c0.9,2.2-1,4.6-3.3,4L138.1,76C131.9,79.9,124.5,82.1,116.6,82.1z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M105,41.1c0,2.9-2.4,5.3-5.3,5.3s-5.3-2.4-5.3-5.3c0-2.9,2.4-5.3,5.3-5.3C102.6,35.7,105,38.1,105,41.1z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M122.7,41.1c0,2.9-2.4,5.3-5.3,5.3S112,44,112,41.1s2.4-5.3,5.3-5.3S122.7,38.1,122.7,41.1z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M140.4,41.1c0,2.9-2.4,5.3-5.3,5.3c-2.9,0-5.3-2.4-5.3-5.3c0-2.9,2.4-5.3,5.3-5.3
|
|
9
|
+
C138,35.7,140.4,38.1,140.4,41.1z"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color6)" d="M59.4,160c30.8,0,55.8-25,55.8-55.8s-25-55.8-55.8-55.8
|
|
11
|
+
s-55.8,25-55.8,55.8c0,10,2.6,19.3,7.2,27.4L1,154.2c-1,2.3,1.1,4.8,3.4,4.2l25.7-6.7C38.6,157,48.7,160,59.4,160z"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M68.4,154.3c29.5,0,53.4-23.9,53.4-53.4S97.9,47.5,68.4,47.5
|
|
13
|
+
S15,71.4,15,100.9c0,9.5,2.5,18.5,6.9,26.2l-9.3,21.7c-0.9,2.2,1,4.6,3.3,4l24.6-6.4C48.5,151.4,58.1,154.3,68.4,154.3z"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M124.3,100.9c0,30.9-25,55.9-55.9,55.9C58,156.8,48.3,154,40,149
|
|
15
|
+
l-23.5,6.2c-4.5,1.2-7.9-3.6-6.2-7.4l8.8-20.5c-4.2-7.8-6.6-16.8-6.6-26.3c0-30.9,25-55.9,55.9-55.9
|
|
16
|
+
C99.3,45,124.3,70.1,124.3,100.9z M21.9,127.1c-4.4-7.7-6.9-16.7-6.9-26.2c0-29.5,23.9-53.4,53.4-53.4s53.4,23.9,53.4,53.4
|
|
17
|
+
s-23.9,53.4-53.4,53.4c-10.3,0-19.9-2.9-28-7.9l-24.6,6.4c-2.2,0.6-4.2-1.8-3.3-4L21.9,127.1z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M49.8,100.9c0,4.1-3.3,7.5-7.5,7.5s-7.5-3.3-7.5-7.5c0-4.1,3.3-7.5,7.5-7.5S49.8,96.8,49.8,100.9z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M74.6,100.9c0,4.1-3.3,7.5-7.5,7.5s-7.5-3.3-7.5-7.5c0-4.1,3.3-7.5,7.5-7.5S74.6,96.8,74.6,100.9z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M99.4,100.9c0,4.1-3.3,7.5-7.5,7.5s-7.5-3.3-7.5-7.5c0-4.1,3.3-7.5,7.5-7.5S99.4,96.8,99.4,100.9z"/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-EmptyContentPane-alternate">
|
|
2
|
+
<path d="M131.929 2.57554C132.155 2.86263 132.299 3.2053 132.347 3.56749C132.394 3.92969 132.343 4.29801 132.199 4.63369L128.98 12.7073C128.448 14.0429 127.059 14.3216 126.012 13.9045C125.577 13.7494 125.205 13.4575 124.95 13.0725C124.696 12.6876 124.573 12.2304 124.601 11.7698C124.621 11.5476 124.674 11.3298 124.759 11.1236L127.979 3.04998C128.113 2.69287 128.341 2.37862 128.639 2.14047C128.937 1.90233 129.293 1.74916 129.671 1.69717C130.091 1.63918 130.519 1.68942 130.914 1.84314C131.309 1.99686 131.659 2.24896 131.929 2.57554V2.57554Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path d="M158.673 41.4965C158.704 41.7561 158.681 42.0193 158.605 42.2694C158.529 42.5195 158.401 42.751 158.231 42.9491C158.06 43.1472 157.85 43.3075 157.614 43.4198C157.378 43.5321 157.121 43.594 156.86 43.6015L148.417 44.2303C148.113 44.2519 147.808 44.2127 147.52 44.1152C147.231 44.0176 146.965 43.8636 146.737 43.662C146.509 43.4605 146.323 43.2156 146.191 42.9415C146.058 42.6674 145.982 42.3696 145.966 42.0656C145.955 41.9404 145.956 41.8147 145.966 41.6895C145.998 41.2266 146.202 40.7923 146.538 40.4724C146.874 40.1525 147.318 39.9702 147.782 39.9613L156.221 39.3349C156.525 39.3128 156.83 39.3514 157.118 39.4486C157.407 39.5458 157.673 39.6995 157.901 39.9008C158.129 40.1021 158.315 40.3469 158.448 40.6209C158.58 40.8949 158.657 41.1926 158.673 41.4965V41.4965Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M152.25 18.6305C152.209 18.9132 152.111 19.1846 151.961 19.4281C151.812 19.6716 151.615 19.8821 151.381 20.0468L140.987 27.5374C140.518 27.8708 139.94 28.0102 139.371 27.9267C138.803 27.8432 138.288 27.5431 137.936 27.0891C137.611 26.6668 137.456 26.1377 137.503 25.6068C137.531 25.3008 137.624 25.0043 137.776 24.7375C137.928 24.4707 138.136 24.2399 138.386 24.0608L148.781 16.5702C149.251 16.2346 149.833 16.0945 150.405 16.1793C150.977 16.264 151.493 16.5671 151.846 17.0247C152.018 17.2514 152.142 17.5105 152.212 17.7864C152.281 18.0623 152.294 18.3495 152.25 18.6305V18.6305Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M20.1953 43.6277C20.1953 37.7997 24.9199 33.0751 30.7479 33.0751H74.6262C77.0665 33.0751 79.4315 33.9209 81.3184 35.4686L121.812 68.6819C124.256 70.6863 125.672 73.6804 125.672 76.841V125.363C125.672 131.191 120.948 135.915 115.12 135.915H30.7479C24.9199 135.915 20.1953 131.191 20.1953 125.363V43.6277Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
6
|
+
<path d="M28.4529 37.386C28.4529 32.92 32.0733 29.2996 36.5393 29.2996H86.357C88.4164 29.2996 90.3982 30.0853 91.8981 31.4964L126.257 63.8218C127.881 65.35 128.802 67.4812 128.802 69.7114V119.13C128.802 123.596 125.182 127.216 120.716 127.216H36.5394C32.0733 127.216 28.4529 123.596 28.4529 119.13V37.386Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.716 129.716H36.5394C30.6926 129.716 25.9529 124.977 25.9529 119.13V37.386C25.9529 31.5393 30.6926 26.7996 36.5393 26.7996H86.357C89.0531 26.7996 91.6475 27.8282 93.6112 29.6756L127.97 62.0009C130.096 64.0016 131.302 66.7917 131.302 69.7114V119.13C131.302 124.977 126.562 129.716 120.716 129.716ZM36.5393 29.2996C32.0733 29.2996 28.4529 32.92 28.4529 37.386V119.13C28.4529 123.596 32.0733 127.216 36.5394 127.216H120.716C125.182 127.216 128.802 123.596 128.802 119.13V69.7114C128.802 67.4812 127.881 65.35 126.257 63.8218L91.8981 31.4964C90.3982 30.0853 88.4164 29.2996 86.357 29.2996H36.5393Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M89.1666 63.0425C89.1666 64.9851 90.7415 66.56 92.6841 66.56H127.03C127.667 66.56 127.976 65.7804 127.512 65.3439L90.352 30.4138C89.9029 29.9917 89.1666 30.3101 89.1666 30.9264V63.0425Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.03 69.06H92.6841C89.3608 69.06 86.6666 66.3658 86.6666 63.0425V30.9264C86.6666 28.1199 90.0194 26.67 92.0642 28.5922L129.224 63.5223C131.338 65.5099 129.932 69.06 127.03 69.06ZM90.352 30.4138C89.9029 29.9917 89.1666 30.3101 89.1666 30.9264V63.0425C89.1666 64.9851 90.7415 66.56 92.6841 66.56H127.03C127.667 66.56 127.976 65.7804 127.512 65.3439L90.352 30.4138Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<rect x="39.2521" y="120.363" width="119.051" height="30.6132" rx="7.42363" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<g clip-path="url(#clip0_620_3344)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.4818 129.344L58.4809 129.346L56.8116 133.164L58.9839 133.164C59.0073 133.164 59.0306 133.165 59.0536 133.167C59.3912 133.14 59.7302 133.304 59.9112 133.617L61.0994 135.669L63.3915 133.423C63.7493 133.073 64.3235 133.078 64.6742 133.436C65.0248 133.794 65.019 134.368 64.6612 134.719L62.0375 137.29L63.754 140.255C64.005 140.689 63.857 141.244 63.4234 141.495C62.9899 141.746 62.435 141.598 62.184 141.164L60.7001 138.601L58.581 140.677C57.9923 141.253 57.2475 141.631 56.4511 141.775V141.775L55.6073 141.928C55.1143 142.017 54.6425 141.689 54.5534 141.196C54.4643 140.703 54.7917 140.231 55.2847 140.142L56.1285 139.99C56.5722 139.91 56.9865 139.699 57.3126 139.38V139.38L59.7619 136.98L58.6032 134.978L56.0183 134.978L52.3529 143.361C51.8575 144.493 50.7521 145.246 49.5028 145.276L48.5203 145.307C48.0196 145.322 47.6011 144.929 47.5856 144.428C47.5702 143.927 47.9635 143.509 48.4642 143.493L49.4578 143.463C49.9962 143.451 50.4751 143.127 50.6908 142.634L54.0383 134.978L51.3693 134.978C50.8684 134.978 50.4623 134.572 50.4623 134.071C50.4623 133.57 50.8684 133.164 51.3693 133.164L54.8316 133.164L56.8232 128.61C57.2102 127.739 58.0701 127.166 59.0347 127.166L60.5088 127.166C61.0097 127.166 61.4158 127.572 61.4158 128.073C61.4158 128.574 61.0097 128.98 60.5088 128.98L59.0347 128.98C58.8002 128.98 58.5831 129.118 58.4818 129.344Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
</g>
|
|
14
|
+
<rect x="76.6683" y="132.835" width="64.6278" height="6.80293" rx="3.40146" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
15
|
+
<rect x="1" y="63.5019" width="38.2085" height="39.5731" rx="7.09587" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.9767 81.8244C25.7583 82.5794 25.7583 83.8034 24.9767 84.5583L18.9725 90.3578C18.4001 90.9107 17.5392 91.0761 16.7914 90.7769C16.0435 90.4776 15.5559 89.7727 15.5559 88.9909L15.5559 77.3919C15.5559 76.61 16.0435 75.9051 16.7914 75.6059C17.5392 75.3067 18.4001 75.4721 18.9725 76.025L24.9767 81.8244Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_620_3344">
|
|
19
|
+
<rect width="18.1411" height="18.1411" fill="var(--sapContent_Illustrative_Color8)" transform="translate(47.1887 127.166)"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ExternalLink-alternate">
|
|
2
|
+
<rect x="-1.39062" y="81.1748" width="123.826" height="82.7005" rx="7.35339" transform="rotate(-16.2387 -1.39062 81.1748)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M5.32686 83.9966C4.38048 80.7473 6.24735 77.3461 9.49663 76.3997L111.181 46.7832C114.43 45.8368 117.831 47.7037 118.778 50.953L137.483 115.174C138.429 118.423 136.562 121.824 133.313 122.771L31.6287 152.387C28.3794 153.334 24.9782 151.467 24.0318 148.217L5.32686 83.9966Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.79729 73.9994L110.481 44.3829C115.056 43.0504 119.845 45.6789 121.178 50.2538L139.883 114.475C141.215 119.05 138.587 123.838 134.012 125.171L32.3276 154.787C27.7527 156.12 22.9638 153.491 21.6313 148.916L2.92635 84.6957C1.59386 80.1208 4.22238 75.3319 8.79729 73.9994ZM9.49639 76.3997C6.2471 77.3461 4.38023 80.7473 5.32662 83.9966L24.0315 148.217C24.9779 151.467 28.3792 153.334 31.6285 152.387L133.313 122.771C136.562 121.824 138.429 118.423 137.482 115.174L118.778 50.9529C117.831 47.7037 114.43 45.8368 111.181 46.7832L9.49639 76.3997Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<rect x="19.7129" y="97.6641" width="98.1843" height="46.5805" rx="3.06391" transform="rotate(-16.2387 19.7129 97.6641)" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path d="M5.32686 83.9966C4.38048 80.7473 6.24735 77.3461 9.49663 76.3997L111.181 46.7832C114.43 45.8368 117.831 47.7037 118.778 50.953L121.232 59.3777L7.78065 92.4214L5.32686 83.9966Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<circle cx="15.446" cy="82.6467" r="2.75752" transform="rotate(-16.2387 15.446 82.6467)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<circle cx="25.4479" cy="79.7336" r="2.75752" transform="rotate(-16.2387 25.4479 79.7336)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<circle cx="35.4499" cy="76.8205" r="2.75752" transform="rotate(-16.2387 35.4499 76.8205)" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9569 105.272C30.5708 103.946 31.3324 102.559 32.6581 102.172L91.8632 84.9284C93.1888 84.5423 94.5764 85.304 94.9625 86.6296C95.3486 87.9552 94.587 89.3428 93.2614 89.729L34.0563 106.973C32.7306 107.359 31.343 106.597 30.9569 105.272Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.6991 114.685C33.313 113.36 34.0746 111.972 35.4003 111.586L94.6053 94.3418C95.931 93.9557 97.3186 94.7173 97.7047 96.0429C98.0908 97.3685 97.3292 98.7562 96.0035 99.1423L36.7985 116.386C35.4728 116.772 34.0852 116.011 33.6991 114.685Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.4413 124.099C36.0552 122.773 36.8168 121.385 38.1424 120.999L71.632 111.245C72.9576 110.859 74.3452 111.621 74.7313 112.946C75.1174 114.272 74.3558 115.659 73.0302 116.046L39.5406 125.8C38.215 126.186 36.8274 125.424 36.4413 124.099Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M112.38 73.0709C109.42 64.5621 115.127 59.62 123.926 52.1482C124.389 51.7574 125.1 51.9367 125.308 52.4932L129.864 57.6829C130.174 58.4949 131.654 57.9163 131.841 57.0592L136.553 33.1035C136.692 32.4672 136.132 31.9187 135.5 32.0792L111.722 35.9418C110.867 36.1513 110.178 37.6007 111.002 37.8857L115.872 43.0277C116.439 43.218 116.636 43.9112 116.267 44.388C109.043 53.5818 98.0674 59.0104 104.304 71.46C107.031 76.9172 109.5 80.8598 116.069 83.2638C117.04 83.6226 117.331 82.2262 116.728 81.3906C115.366 79.5153 113.067 75.0215 112.386 73.0775L112.38 73.0709Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
14
|
+
<path d="M135.638 5.5536C135.838 5.76469 135.978 6.02587 136.042 6.30965C136.106 6.59344 136.093 6.88933 136.003 7.16619L134.044 13.8069C133.721 14.9053 132.639 15.2287 131.778 14.9749C131.422 14.8839 131.105 14.6797 130.875 14.3931C130.645 14.1065 130.514 13.7529 130.502 13.3855C130.501 13.2078 130.528 13.0311 130.58 12.8613L132.539 6.2206C132.619 5.9275 132.777 5.66146 132.996 5.45065C133.215 5.23984 133.486 5.09209 133.782 5.02305C134.111 4.94615 134.454 4.95452 134.779 5.04736C135.103 5.14021 135.399 5.31446 135.638 5.5536Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<path d="M159.715 34.457C159.759 34.6606 159.76 34.871 159.718 35.075C159.676 35.279 159.592 35.472 159.471 35.6417C159.35 35.8113 159.196 35.9539 159.017 36.0604C158.838 36.1669 158.638 36.2349 158.432 36.26L151.781 37.3801C151.542 37.4195 151.297 37.4109 151.061 37.3548C150.825 37.2986 150.603 37.196 150.407 37.0529C150.211 36.9099 150.046 36.7293 149.921 36.5216C149.796 36.3139 149.713 36.0834 149.678 35.8435C149.661 35.7449 149.651 35.6451 149.651 35.5451C149.642 35.1756 149.772 34.8161 150.015 34.5377C150.258 34.2592 150.596 34.0819 150.964 34.0407L157.612 32.9228C157.851 32.883 158.095 32.8912 158.331 32.947C158.567 33.0029 158.79 33.1052 158.985 33.2481C159.181 33.391 159.347 33.5715 159.472 33.779C159.597 33.9866 159.68 34.2171 159.715 34.457Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<path d="M152.937 16.7931C152.925 17.0203 152.867 17.2428 152.767 17.4469C152.667 17.6511 152.526 17.8326 152.353 17.9803L144.659 24.6866C144.312 24.9855 143.863 25.1387 143.406 25.1143C142.949 25.0898 142.519 24.8896 142.206 24.5555C141.917 24.2445 141.756 23.8362 141.754 23.4116C141.753 23.1669 141.805 22.9249 141.906 22.7021C142.007 22.4792 142.155 22.2809 142.34 22.1205L150.034 15.4141C150.382 15.1134 150.834 14.9594 151.293 14.9846C151.753 15.0097 152.185 15.2121 152.498 15.5491C152.652 15.7162 152.769 15.9126 152.845 16.1263C152.92 16.3401 152.951 16.5669 152.937 16.7931Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="160" height="160" id="tnt-Dialog-FaceID-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160">
|
|
2
|
+
<ellipse cx="15.29" cy="88.66" rx="14.52" ry="11.75" transform="translate(-69.87 59.63) rotate(-61.39)" fill="var(--sapContent_Illustrative_Color5)" />
|
|
3
|
+
<path d="m44.43,29.95c1.38,0,2.5,1.12,2.5,2.5v30.91c0,1.38-1.12,2.5-2.5,2.5s-2.5-1.12-2.5-2.5v-30.91c0-1.38,1.12-2.5,2.5-2.5Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
4
|
+
<circle cx="44.12" cy="26.86" r="8.56" fill="var(--sapContent_Illustrative_Color5)" />
|
|
5
|
+
<path d="m.5,126.48c-.15,2.73,2.08,4.94,4.81,4.94h149.28c2.73,0,4.96-2.22,4.81-4.94-2.42-44.09-37.07-79.05-79.45-79.05S2.93,82.39.5,126.48Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
6
|
+
<path d="m156.9,126.62c-2.36-42.89-36.02-76.68-76.95-76.68S5.36,83.73,3,126.62c-.07,1.21.93,2.31,2.31,2.31h149.28c1.39,0,2.38-1.1,2.31-2.31Zm-151.59,4.81c-2.73,0-4.96-2.22-4.81-4.94C2.93,82.39,37.57,47.43,79.95,47.43s77.02,34.96,79.45,79.05c.15,2.73-2.08,4.94-4.81,4.94H5.31Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
7
|
+
<path d="m29.65,111.88c-.25,1.89,1.27,3.52,3.18,3.52h94.23c1.91,0,3.43-1.62,3.18-3.52-3.46-26.01-24.66-46.03-50.29-46.03s-46.83,20.02-50.29,46.03Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
8
|
+
<ellipse cx="144.61" cy="88.66" rx="11.75" ry="14.52" transform="translate(-24.8 80.07) rotate(-28.61)" fill="var(--sapContent_Illustrative_Color5)" />
|
|
9
|
+
<path d="m116.37,29.95c1.38,0,2.5,1.12,2.5,2.5v30.91c0,1.38-1.12,2.5-2.5,2.5s-2.5-1.12-2.5-2.5v-30.91c0-1.38,1.12-2.5,2.5-2.5Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
10
|
+
<circle cx="116.05" cy="26.86" r="8.56" fill="var(--sapContent_Illustrative_Color5)" />
|
|
11
|
+
<path d="m56.21,131.42V51.23c7.5-2.47,15.47-3.8,23.74-3.8,42.38,0,77.02,34.96,79.45,79.05.15,2.73-2.08,4.94-4.81,4.94H56.21Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
12
|
+
<path d="m58.71,53.07v75.86h95.87c1.39,0,2.38-1.1,2.31-2.31-2.36-42.89-36.02-76.68-76.95-76.68-7.37,0-14.49,1.09-21.24,3.13Zm-2.5-1.83v80.19h98.37c2.73,0,4.96-2.22,4.81-4.94-2.42-44.09-37.07-79.05-79.45-79.05-8.27,0-16.24,1.33-23.74,3.8Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
13
|
+
<path d="m56.21,115.4v-43.36c7.08-3.95,15.16-6.19,23.73-6.19,25.63,0,46.83,20.02,50.29,46.03.25,1.89-1.27,3.52-3.18,3.52H56.21Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
14
|
+
<path d="m56.21,96.35v-11.01c1.31-1.18,3.05-1.9,4.95-1.9,4.09,0,7.4,3.31,7.4,7.4s-3.31,7.4-7.4,7.4c-1.9,0-3.64-.72-4.95-1.9Zm49.92-5.5c0,4.09-3.31,7.4-7.4,7.4s-7.4-3.31-7.4-7.4,3.31-7.4,7.4-7.4,7.4,3.31,7.4,7.4Z" fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" />
|
|
15
|
+
<path d="m70.2,105.41c.25-.64.97-.96,1.62-.72,4.78,1.84,10.06,1.84,14.84,0,.64-.25,1.37.07,1.62.72.25.65-.07,1.37-.72,1.62-5.35,2.06-11.28,2.06-16.63,0-.64-.25-.97-.97-.72-1.62Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
16
|
+
<path d="m52.94,142.97V33c0-1.69,1.37-3.06,3.06-3.06h0c1.69,0,3.06,1.37,3.06,3.06v109.97c0,1.69-1.37,3.06-3.06,3.06h0c-1.69,0-3.06-1.37-3.06-3.06Z" fill="var(--sapContent_Illustrative_Color3)" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Fingerprint-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.14673 33.04C2.14673 26.9564 7.07846 22.0247 13.1621 22.0247H21.9341C23.3148 22.0247 24.4341 23.1439 24.4341 24.5247C24.4341 25.9054 23.3148 27.0247 21.9341 27.0247H13.1621C9.83988 27.0247 7.14673 29.7178 7.14673 33.04V41.812C7.14673 43.1928 6.02744 44.312 4.64673 44.312C3.26602 44.312 2.14673 43.1928 2.14673 41.812V33.04Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.14673 123.662C2.14673 129.746 7.07846 134.677 13.1621 134.677H21.9341C23.3148 134.677 24.4341 133.558 24.4341 132.177C24.4341 130.797 23.3148 129.677 21.9341 129.677H13.1621C9.83988 129.677 7.14673 126.984 7.14673 123.662V114.89C7.14673 113.509 6.02744 112.39 4.64673 112.39C3.26602 112.39 2.14673 113.509 2.14673 114.89V123.662Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.853 33.04C157.853 26.9564 152.921 22.0247 146.838 22.0247H138.066C136.685 22.0247 135.566 23.1439 135.566 24.5247C135.566 25.9054 136.685 27.0247 138.066 27.0247H146.838C150.16 27.0247 152.853 29.7178 152.853 33.04V41.812C152.853 43.1928 153.972 44.312 155.353 44.312C156.734 44.312 157.853 43.1928 157.853 41.812V33.04Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.853 123.662C157.853 129.746 152.921 134.677 146.838 134.677H138.066C136.685 134.677 135.566 133.558 135.566 132.177C135.566 130.797 136.685 129.677 138.066 129.677H146.838C150.16 129.677 152.853 126.984 152.853 123.662V114.89C152.853 113.509 153.972 112.39 155.353 112.39C156.734 112.39 157.853 113.509 157.853 114.89V123.662Z" fill="var(--sapContent_Illustrative_Color13)"/>
|
|
6
|
+
<circle cx="74.2915" cy="81.9187" r="56.4583" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<path d="M136.458 78.3511C136.458 109.532 111.181 134.809 79.9998 134.809C48.8187 134.809 23.5415 109.532 23.5415 78.3511C23.5415 47.17 48.8187 21.8928 79.9998 21.8928C111.181 21.8928 136.458 47.17 136.458 78.3511Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.9998 132.309C109.8 132.309 133.958 108.151 133.958 78.3511C133.958 48.5508 109.8 24.3928 79.9998 24.3928C50.1994 24.3928 26.0415 48.5508 26.0415 78.3511C26.0415 108.151 50.1994 132.309 79.9998 132.309ZM79.9998 134.809C111.181 134.809 136.458 109.532 136.458 78.3511C136.458 47.17 111.181 21.8928 79.9998 21.8928C48.8187 21.8928 23.5415 47.17 23.5415 78.3511C23.5415 109.532 48.8187 134.809 79.9998 134.809Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.9465 44.2039C89.1363 44.2039 97.7377 47.8273 104.156 54.4008H104.155C104.751 55.0135 104.742 55.9888 104.132 56.5834C103.83 56.8776 103.454 57.0232 103.052 57.0232C102.65 57.0232 102.25 56.8655 101.95 56.5591C96.1133 50.5817 88.2991 47.2904 79.945 47.2904C75.451 47.2904 71.1222 48.2383 67.0802 50.1039C66.3066 50.4573 65.392 50.1267 65.0326 49.3486C64.6792 48.5766 65.0144 47.659 65.7864 47.301C70.238 45.2474 75.0035 44.2039 79.9465 44.2039ZM102.626 68.8358C98.8618 59.561 89.9586 53.5684 79.9482 53.5684C75.304 53.5684 71.2589 54.6665 67.8584 56.8688C64.4579 59.0696 61.7324 62.3533 59.6924 66.6714C59.3253 67.4449 59.6605 68.3641 60.4265 68.7266H60.428C61.1939 69.0875 62.1176 68.766 62.4831 67.9909C64.2714 64.2007 66.6329 61.3735 69.5344 59.4912C72.4344 57.6105 75.9062 56.6534 79.9482 56.6534C88.6967 56.6534 96.4744 61.8877 99.7673 69.9945C100.01 70.5997 100.592 70.9577 101.196 70.9577C101.387 70.9577 101.587 70.9213 101.777 70.8439C102.566 70.5224 102.945 69.6229 102.625 68.8342L102.626 68.8358ZM112.967 70.6658C112.972 70.6992 112.975 70.7159 112.978 70.728V70.7341L112.981 70.731C113.504 73.1123 113.785 75.5663 113.785 78.0356C113.785 80.6914 113.648 83.3638 113.389 85.9726C113.387 85.9923 113.386 86.0135 113.384 86.0408V86.0621L113.381 86.0879L113.336 86.5247V86.5277V86.5307C113.246 87.3164 112.582 87.9034 111.804 87.9034C111.746 87.9034 111.69 87.9003 111.632 87.8943H111.631C110.78 87.8018 110.175 87.0358 110.266 86.191L110.301 85.8603L110.314 85.7254C110.568 83.1955 110.698 80.6079 110.698 78.0341C110.698 75.7741 110.451 73.5264 109.967 71.3468H109.958L109.864 70.9494C108.957 67.0939 107.34 63.4947 105.035 60.2474C104.542 59.5528 104.704 58.5912 105.397 58.0982H105.399C106.087 57.6083 107.056 57.763 107.549 58.4638C107.55 58.4644 107.55 58.465 107.55 58.4655C107.551 58.4663 107.551 58.4668 107.551 58.4668C110.14 62.1115 111.954 66.1596 112.94 70.499C112.955 70.5657 112.962 70.6294 112.967 70.6658ZM85.1148 86.1458C84.9389 87.3789 84.7205 88.6013 84.4672 89.8071L84.4687 89.8041C84.317 90.5321 83.6724 91.0281 82.9611 91.0281C82.861 91.0281 82.7548 91.019 82.6456 90.9978H82.6426H82.6395C81.8053 90.8218 81.2714 90.0013 81.4474 89.1686C81.6764 88.0765 81.8705 86.9709 82.0328 85.8515C82.0374 85.8136 82.0435 85.7802 82.048 85.759L82.0509 85.7456L82.0528 85.7357C82.0549 85.7239 82.0556 85.718 82.0556 85.718V85.7135V85.7089C82.4181 83.1851 82.6016 80.6067 82.6016 78.0373C82.6016 76.5752 81.3746 75.3846 79.9458 75.3846C78.5171 75.3846 77.3477 76.5191 77.2946 77.9342L77.295 77.9384L77.295 77.9384C77.2979 77.9718 77.3007 78.0039 77.3007 78.0373V78.0404V78.0434L77.2931 78.8928V78.8958V78.8988C77.2764 79.6815 76.609 80.4914 75.7172 80.408C74.8648 80.3928 74.1914 79.686 74.2065 78.8397L74.2126 78.1572C74.2096 78.1193 74.2065 78.0813 74.2065 78.0404C74.2065 74.875 76.7819 72.2981 79.9473 72.2981C83.1127 72.2981 85.6897 74.875 85.6897 78.0404C85.6897 80.7022 85.497 83.3747 85.13 85.9895V85.9941V85.9986C85.1285 86.0062 85.127 86.0168 85.1239 86.0532C85.1233 86.0572 85.1228 86.0616 85.1222 86.0665L85.1202 86.0873C85.1188 86.1025 85.1173 86.1196 85.1148 86.1367V86.1412V86.1458ZM75.8113 86.4402C76.6333 86.6525 77.1354 87.4882 76.9246 88.3163V88.3148C75.7081 93.091 74.6434 96.2473 73.1191 99.1549C71.5978 102.058 69.6276 104.689 66.6336 108.422C66.3272 108.801 65.8798 108.998 65.4293 108.998C65.0926 108.998 64.7498 108.888 64.4662 108.659H64.4647C63.8019 108.125 63.6972 107.154 64.2281 106.493C67.1553 102.844 68.9906 100.391 70.392 97.7185C71.7904 95.0491 72.7657 92.137 73.9351 87.5565C74.1414 86.7359 74.9695 86.2218 75.8113 86.4402ZM81.6547 94.5746H81.6532H81.6501C80.8402 94.2849 79.9651 94.7248 79.6845 95.521C77.5034 101.738 76.243 104.169 72.5164 109.335C72.0189 110.027 72.1691 110.989 72.8607 111.489H72.8622C73.1383 111.689 73.4538 111.782 73.7662 111.782C74.2394 111.782 74.7157 111.56 75.0175 111.142C78.9049 105.753 80.3306 103.006 82.5981 96.5403C82.8787 95.7395 82.4585 94.8582 81.6547 94.5746ZM63.0991 52.3153C63.8135 51.8481 64.0091 50.8881 63.5435 50.1782C63.0733 49.4608 62.1162 49.2652 61.4049 49.7338C54.0351 54.5722 48.9041 61.948 46.9581 70.5008C46.9414 70.5706 46.9323 70.6373 46.9278 70.6737C46.9246 70.6937 46.9229 70.7072 46.9217 70.7171L46.9202 70.7283V70.7344C46.3939 73.1172 46.1163 75.5697 46.1163 78.0359C46.1163 79.0931 46.0314 80.1563 45.8661 81.1877C45.728 82.031 46.2983 82.8181 47.134 82.9577H47.1386H47.1431C47.2296 82.9728 47.3115 82.9789 47.3919 82.9789C48.1366 82.9789 48.7903 82.439 48.9147 81.6821C49.1058 80.4824 49.2059 79.2584 49.2059 78.0359C49.2059 75.7775 49.4531 73.5267 49.9354 71.3472H49.9415L50.0355 70.9513C51.845 63.2812 56.4695 56.6683 63.1006 52.3138L63.0991 52.3153ZM102.915 76.5519C103.274 76.5534 103.655 76.6672 103.95 76.9235L103.947 76.9205C104.251 77.1844 104.43 77.5712 104.416 78.0368C104.415 80.6562 104.267 83.2877 103.987 85.8646L103.978 85.9617L103.976 85.9818C103.975 85.9913 103.974 86.0018 103.973 86.0148L103.972 86.0276C103.971 86.0461 103.97 86.0674 103.967 86.0906V86.0936V86.0967C103.171 93.204 101.323 100.125 98.4736 106.668C98.2203 107.25 97.6515 107.595 97.06 107.595C96.8522 107.595 96.6444 107.555 96.4412 107.466C95.66 107.125 95.3066 106.216 95.6479 105.435C98.3537 99.2239 100.112 92.655 100.881 85.904L100.884 85.8722L100.886 85.8501L100.888 85.8312L100.937 85.4005H100.938C101.198 82.9707 101.33 80.4939 101.33 78.0368V78.0277V78.0186C101.346 77.5439 101.556 77.1617 101.87 76.9068C102.174 76.6611 102.555 76.5519 102.915 76.5519ZM57.4976 86.1981L57.4976 86.1981L57.5052 86.1639C57.5128 86.1305 57.5219 86.0941 57.5325 86.0532C58.2181 83.4535 58.573 80.7628 58.573 78.0388C58.573 78.0023 58.5702 77.9686 58.5673 77.9337L58.5673 77.9336L58.5669 77.9296C58.5745 76.1899 58.7945 74.4593 59.2146 72.7879C59.4254 71.9628 58.9249 71.1286 58.1043 70.9193H58.0998H58.0952C57.2489 70.6978 56.4268 71.2272 56.2251 72.0371V72.0386C55.7307 73.9922 55.4819 76.0109 55.4819 78.0403C55.4819 78.0797 55.4834 78.1222 55.488 78.1647C55.4774 80.6233 55.1498 83.0561 54.5203 85.404H54.5127L54.4066 85.7786C53.5769 88.6968 52.2998 91.4527 50.5859 93.9629C50.1082 94.6666 50.2887 95.6282 50.9909 96.109C51.2578 96.291 51.5612 96.3775 51.86 96.3775C52.3514 96.3775 52.8368 96.1439 53.1371 95.7041C55.0936 92.8329 56.5497 89.6812 57.4658 86.3368V86.3322C57.4786 86.2843 57.4888 86.2383 57.4976 86.1981ZM93.0497 70.4752L93.1028 70.5586L93.1043 70.5602L93.573 71.3504C94.5239 73.0794 95.0548 74.992 95.0548 78.0406C95.0548 80.6873 94.8834 83.3628 94.5619 85.9913C94.5603 86.0034 94.5588 86.0186 94.5573 86.0474C94.5563 86.0572 94.5554 86.0695 94.5544 86.0822L94.5528 86.1035L94.5512 86.1126V86.1217C93.8763 91.4818 92.5234 96.7449 90.5319 101.758C90.2908 102.363 89.7099 102.73 89.0986 102.73C88.903 102.73 88.7149 102.692 88.5359 102.625L88.5314 102.621H88.5268C87.7351 102.304 87.3483 101.409 87.6638 100.616C89.543 95.8834 90.8231 90.9146 91.4677 85.8533C91.4708 85.826 91.4753 85.8032 91.4784 85.7896C91.4829 85.7737 91.4832 85.7714 91.4837 85.7674L91.4844 85.7623C91.4853 85.7574 91.4862 85.7534 91.487 85.7499L91.4888 85.7423C91.4898 85.738 91.4905 85.7348 91.4905 85.7319C91.809 83.1869 91.9698 80.6009 91.9698 78.0391C91.9698 76.4481 91.809 75.2954 91.5117 74.3368C91.216 73.3813 90.7776 72.5926 90.1876 71.7341C90.1012 71.6097 90.0435 71.4793 90.0041 71.3519C89.835 70.8056 90.0238 70.3342 90.0238 70.3342C90.1209 70.049 90.3029 69.7821 90.5865 69.5879C91.2903 69.1056 92.2504 69.2861 92.7297 69.9868C92.81 70.1036 92.8859 70.2189 92.9587 70.3326L92.9723 70.3539C92.9981 70.3948 93.0239 70.4358 93.0497 70.4752ZM85.8713 105.544C86.1534 104.743 87.0286 104.314 87.8355 104.598L87.837 104.602C88.6409 104.883 89.0671 105.761 88.7834 106.568C88.2116 108.2 87.5716 109.647 86.8253 110.991C86.5432 111.497 86.0154 111.784 85.4755 111.784C85.2176 111.784 84.9643 111.719 84.7338 111.596L84.7292 111.593L84.7247 111.59C83.983 111.174 83.713 110.234 84.1271 109.489C84.7838 108.308 85.3541 107.017 85.8713 105.544ZM88.192 65.3757C85.7395 63.7771 82.888 62.9308 79.9501 62.9308C74.7099 62.9308 69.917 65.5896 67.1338 70.0381C67.0629 70.1545 67.0039 70.2708 66.9556 70.3661L66.9458 70.3855C66.9109 70.4567 66.8805 70.5159 66.8487 70.5735L66.8396 70.5887C66.8335 70.5993 66.8275 70.6099 66.8229 70.6205L66.4164 71.3471H66.4377C65.4078 73.4174 64.8466 75.697 64.8466 78.0358C64.8466 78.0813 64.8496 78.1298 64.8542 78.1814C64.8451 80.6779 64.5827 83.176 64.0776 85.6027C64.0723 85.6247 64.0674 85.6463 64.0625 85.6679C64.0575 85.6896 64.0526 85.7112 64.0473 85.7332C64.0428 85.7499 64.0397 85.765 64.0382 85.7772C64.0364 85.7844 64.0351 85.79 64.0341 85.795C64.0334 85.7983 64.0328 85.8014 64.0321 85.8044L64.0321 85.8045V85.8121L64.0291 85.8196C63.9715 86.1002 63.9093 86.3763 63.8425 86.6523C63.6454 87.4804 64.1535 88.3146 64.9816 88.5149L64.9922 88.5179H65.0028C65.1075 88.5406 65.2228 88.5573 65.3471 88.5573C66.0463 88.5573 66.6743 88.0826 66.8472 87.3773C66.9367 86.9996 67.0201 86.6205 67.1005 86.2367V86.2337C67.1104 86.1864 67.1163 86.1411 67.1206 86.1079L67.1232 86.0881C67.1278 86.0517 67.1308 86.0335 67.1338 86.0183C67.6647 83.4065 67.9438 80.7219 67.9438 78.0373C67.9438 77.9964 67.9407 77.9494 67.9362 77.8993C67.962 75.6894 68.5884 73.5418 69.7547 71.6747C69.8139 71.5791 69.8837 71.4866 69.9686 71.3744C69.9716 71.3706 69.9747 71.3664 69.9777 71.3622C69.9807 71.3581 69.9838 71.3539 69.9868 71.3501H69.9929L70.146 71.1317C72.406 67.9253 76.0112 66.0188 79.9532 66.0188C82.2905 66.0188 84.558 66.6922 86.5069 67.9632V67.9648C87.2213 68.4243 88.1753 68.2287 88.641 67.5128C89.1066 66.7984 88.9034 65.8414 88.192 65.3772V65.3757ZM64.0452 91.9788C64.7717 92.4232 65.0037 93.3696 64.5654 94.0992L64.5639 94.0961C63.5584 95.7543 62.9596 96.9059 62.4264 97.9315L62.4238 97.9365C61.5608 99.5973 60.8676 100.927 59.0339 103.19C58.729 103.57 58.2831 103.764 57.8342 103.764C57.4975 103.764 57.1501 103.655 56.865 103.421H56.8635L56.862 103.419C56.2022 102.883 56.099 101.912 56.6345 101.252C58.2739 99.2295 58.8286 98.1635 59.6827 96.5217L59.6876 96.5123L59.7211 96.448C60.2637 95.406 60.886 94.211 61.9248 92.4975C62.3692 91.768 63.3156 91.542 64.0421 91.9758L64.0436 91.9788H64.0452Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.298 80.1121H104.385C104.328 82.0414 104.193 83.9678 103.987 85.8646L103.978 85.9616L103.976 85.9817C103.975 85.9912 103.974 86.0017 103.973 86.0147L103.972 86.0275C103.971 86.046 103.97 86.0673 103.967 86.0906V86.0936V86.0966C103.171 93.204 101.323 100.125 98.4736 106.668C98.2203 107.25 97.6515 107.595 97.06 107.595C96.8522 107.595 96.6444 107.555 96.4412 107.466C95.66 107.124 95.3066 106.216 95.6479 105.435C98.3537 99.2239 100.112 92.6549 100.881 85.904L100.884 85.8721L100.886 85.8501L100.888 85.8312L100.937 85.4004H100.938C101.125 83.6537 101.245 81.8826 101.298 80.1121ZM55.4131 80.1121H58.5044C58.3708 82.1271 58.0435 84.1154 57.5325 86.0531C57.5219 86.094 57.5128 86.1304 57.5052 86.1638L57.4976 86.198L57.4976 86.1981C57.4888 86.2382 57.4786 86.2843 57.4658 86.3322V86.3367C56.5497 89.6811 55.0936 92.8328 53.1371 95.704C52.8368 96.1439 52.3514 96.3774 51.86 96.3774C51.5612 96.3774 51.2578 96.291 50.9909 96.109C50.2887 95.6282 50.1082 94.6666 50.5859 93.9628C52.2998 91.4526 53.5769 88.6967 54.4066 85.7786L54.5127 85.4039H54.5203C54.983 83.678 55.2826 81.9063 55.4131 80.1121ZM113.757 80.1121C113.705 82.0787 113.58 84.043 113.389 85.9725C113.387 85.9923 113.386 86.0135 113.384 86.0408V86.062L113.381 86.0878L113.336 86.5246V86.5277V86.5307C113.246 87.3164 112.582 87.9033 111.804 87.9033C111.746 87.9033 111.69 87.9003 111.632 87.8942H111.631C110.78 87.8017 110.175 87.0358 110.266 86.1909L110.301 85.8603L110.314 85.7253C110.499 83.8757 110.619 81.9954 110.67 80.1121H113.757ZM46.0081 80.1121H49.111C49.0631 80.6385 48.9974 81.1626 48.9147 81.6821C48.7903 82.4389 48.1366 82.9789 47.3919 82.9789C47.3115 82.9789 47.2296 82.9728 47.1431 82.9576H47.1386H47.134C46.2983 82.8181 45.728 82.0309 45.8661 81.1876C45.923 80.8323 45.9704 80.4733 46.0081 80.1121ZM64.7968 80.1121H67.8886C67.7832 82.1011 67.5278 84.0797 67.1338 86.0183C67.1308 86.0334 67.1278 86.0516 67.1232 86.088L67.1206 86.1079C67.1163 86.1411 67.1104 86.1863 67.1005 86.2336V86.2367C67.0201 86.6204 66.9367 86.9996 66.8472 87.3773C66.6743 88.0825 66.0463 88.5573 65.3471 88.5573C65.2228 88.5573 65.1075 88.5406 65.0028 88.5178H64.9922L64.9816 88.5148C64.1535 88.3146 63.6454 87.4804 63.8425 86.6523C63.9093 86.3762 63.9715 86.1002 64.0291 85.8196L64.0321 85.812V85.8044L64.0321 85.8043L64.0341 85.7949C64.0344 85.7932 64.0349 85.7913 64.0353 85.7893C64.0361 85.7857 64.037 85.7817 64.0382 85.7771C64.0397 85.765 64.0428 85.7498 64.0473 85.7331C64.0526 85.7111 64.0575 85.6895 64.0625 85.6679C64.0674 85.6463 64.0723 85.6247 64.0776 85.6027C64.4524 83.8018 64.6936 81.9617 64.7968 80.1121ZM74.8382 80.1121H76.6861C76.423 80.3218 76.0897 80.4428 75.7172 80.4079C75.3876 80.4021 75.0848 80.2928 74.8382 80.1121ZM82.5618 80.1121H85.6511C85.578 82.0843 85.4019 84.0527 85.13 85.9895V85.994V85.9986C85.1285 86.0062 85.127 86.0168 85.1239 86.0532C85.1233 86.0571 85.1228 86.0616 85.1222 86.0664L85.1202 86.0873C85.1188 86.1025 85.1173 86.1195 85.1148 86.1366V86.1412V86.1457C84.9389 87.3788 84.7205 88.6013 84.4672 89.8071L84.4687 89.804C84.317 90.5321 83.6724 91.028 82.9611 91.028C82.861 91.028 82.7548 91.0189 82.6456 90.9977H82.6426H82.6395C81.8053 90.8218 81.2714 90.0012 81.4474 89.1685C81.6764 88.0765 81.8705 86.9708 82.0328 85.8515C82.0374 85.8135 82.0435 85.7802 82.048 85.7589L82.0509 85.7455L82.0528 85.7357C82.0549 85.7239 82.0556 85.718 82.0556 85.718V85.7134V85.7089C82.3205 83.8642 82.4899 81.9903 82.5618 80.1121ZM91.9349 80.1121H95.0203C94.9554 82.0771 94.7997 84.047 94.5619 85.9913C94.5603 86.0034 94.5588 86.0186 94.5573 86.0474C94.5563 86.0571 94.5554 86.0694 94.5544 86.0822L94.5528 86.1035L94.5512 86.1126V86.1217C93.8763 91.4818 92.5234 96.7448 90.5319 101.758C90.2908 102.363 89.7099 102.73 89.0986 102.73C88.903 102.73 88.7149 102.692 88.5359 102.625L88.5314 102.621H88.5268C87.7351 102.304 87.3483 101.409 87.6638 100.616C89.543 95.8833 90.8231 90.9145 91.4677 85.8532C91.4708 85.8259 91.4753 85.8032 91.4784 85.7895C91.4829 85.7736 91.4832 85.7713 91.4837 85.7674L91.4844 85.7622C91.4848 85.7601 91.4852 85.7581 91.4856 85.7562C91.4861 85.7539 91.4865 85.7518 91.487 85.7498L91.4888 85.7423C91.4898 85.738 91.4905 85.7348 91.4905 85.7319C91.7233 83.872 91.8718 81.9902 91.9349 80.1121ZM76.9246 88.3163C77.1354 87.4882 76.6333 86.6525 75.8113 86.4401C74.9695 86.2217 74.1414 86.7359 73.9351 87.5564C72.7657 92.1369 71.7904 95.049 70.392 97.7185C68.9906 100.391 67.1553 102.843 64.2281 106.493C63.6972 107.154 63.8019 108.125 64.4647 108.659H64.4662C64.7498 108.888 65.0926 108.998 65.4293 108.998C65.8798 108.998 66.3272 108.801 66.6336 108.422C69.6276 104.689 71.5978 102.058 73.1191 99.1548C74.6434 96.2472 75.7081 93.0909 76.9246 88.3148V88.3163ZM81.6532 94.5746H81.6547C82.4585 94.8582 82.8787 95.7394 82.5981 96.5402C80.3306 103.006 78.9049 105.753 75.0175 111.142C74.7157 111.56 74.2394 111.782 73.7662 111.782C73.4538 111.782 73.1383 111.689 72.8622 111.489H72.8607C72.1691 110.989 72.0189 110.027 72.5164 109.335C76.243 104.169 77.5034 101.738 79.6845 95.521C79.9651 94.7247 80.8402 94.2849 81.6501 94.5746H81.6532ZM87.8355 104.598C87.0286 104.314 86.1534 104.743 85.8713 105.544C85.3541 107.017 84.7838 108.308 84.1271 109.489C83.713 110.234 83.983 111.174 84.7247 111.59L84.7292 111.593L84.7338 111.596C84.9643 111.719 85.2176 111.784 85.4755 111.784C86.0154 111.784 86.5432 111.497 86.8253 110.991C87.5716 109.647 88.2116 108.2 88.7834 106.568C89.0671 105.761 88.6409 104.883 87.837 104.602L87.8355 104.598ZM64.5654 94.0991C65.0037 93.3696 64.7717 92.4231 64.0452 91.9787H64.0436L64.0421 91.9757C63.3156 91.5419 62.3692 91.7679 61.9248 92.4975C60.886 94.2109 60.2637 95.406 59.7211 96.4479L59.7211 96.448L59.6876 96.5122L59.6827 96.5216C58.8286 98.1634 58.2739 99.2295 56.6345 101.252C56.099 101.912 56.2022 102.882 56.862 103.419L56.8635 103.421H56.865C57.1501 103.654 57.4975 103.764 57.8342 103.764C58.2831 103.764 58.729 103.57 59.0339 103.19C60.8676 100.927 61.5608 99.5972 62.4238 97.9364L62.4264 97.9314L62.4264 97.9314C62.9596 96.9058 63.5584 95.7542 64.5639 94.0961L64.5654 94.0991Z" fill="var(--sapContent_Illustrative_Color15)"/>
|
|
11
|
+
<rect x="37.0601" y="77.8408" width="85.8794" height="4.98591" rx="2.49295" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Handshake-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.6223 61.1307L26.5119 53.2876L13.4497 79.6192L73.9916 112.171L74.3392 111.67L83.1828 119.962C85.3295 121.975 88.7013 121.866 90.7141 119.72C91.601 118.774 92.076 117.59 92.1462 116.39C94.2963 118.31 97.5978 118.173 99.5805 116.058C100.809 114.748 101.247 112.981 100.914 111.346C102.91 112.187 105.303 111.751 106.871 110.079C108.173 108.69 108.587 106.788 108.136 105.073C110.282 106.706 113.36 106.484 115.245 104.473C117.257 102.326 117.149 98.9545 115.002 96.9417L96.566 79.6554L96.5911 79.6192C96.5438 79.4445 96.4948 79.2571 96.4428 79.0583C95.5075 75.4809 93.6024 68.1943 83.0745 64.4231C76.1873 61.956 67.9244 62.0126 61.5834 62.8073C55.8807 63.5219 49.8962 63.4147 44.6223 61.1307Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9195 51.6689L45.119 59.9837C50.0978 62.1398 55.8237 62.2693 61.4279 61.567C67.8545 60.7616 76.3428 60.6839 83.496 63.2463C88.9974 65.217 92.3196 68.1394 94.3815 71.0988C96.4182 74.022 97.1745 76.915 97.6453 78.7158L97.6521 78.7421C97.6785 78.843 97.7037 78.9392 97.728 79.0314L115.857 96.0299C118.508 98.5148 118.642 102.678 116.157 105.328C114.406 107.195 111.824 107.813 109.523 107.147C109.375 108.516 108.798 109.851 107.783 110.934C106.306 112.509 104.238 113.194 102.248 112.972C102.128 114.394 101.546 115.79 100.492 116.913C98.5146 119.022 95.4745 119.538 92.9794 118.408C92.6833 119.19 92.2325 119.928 91.6259 120.575C89.141 123.225 84.9781 123.359 82.3278 120.874L74.5403 113.572L74.3822 113.8L11.7924 80.1474L25.9195 51.6689ZM73.601 110.542L74.138 109.768L84.0378 119.05C85.6808 120.591 88.2616 120.508 89.8022 118.865C90.4817 118.14 90.8445 117.236 90.8984 116.316L91.0495 113.734L92.9789 115.457C94.6241 116.927 97.1512 116.822 98.6686 115.203C99.6081 114.201 99.9449 112.851 99.6892 111.595L99.2166 109.275L101.399 110.194C102.929 110.838 104.76 110.503 105.959 109.224C106.955 108.162 107.274 106.707 106.927 105.391L106.001 101.877L108.893 104.078C110.534 105.328 112.89 105.156 114.333 103.618C115.873 101.975 115.79 99.3942 114.147 97.8536L94.9237 79.8291L95.2351 79.3806C95.2345 79.3786 95.234 79.3765 95.2334 79.3745C94.7685 77.596 94.102 75.0709 92.3303 72.528C90.5738 70.0069 87.6795 67.4005 82.6529 65.5999C76.0317 63.228 67.9942 63.2637 61.7388 64.0476C55.9377 64.7746 49.6946 64.6896 44.1255 62.2778L27.1042 54.9063L15.107 79.0911L73.601 110.542Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M113.849 63.6731L144.193 52.9167C144.574 52.7815 144.99 53.0001 145.094 53.3908L152.749 81.9701C152.847 82.336 152.634 82.7127 152.269 82.8165L131.059 88.8582C131.017 88.8702 130.976 88.8862 130.937 88.9059L115.076 96.9005C114.818 97.0306 114.507 96.987 114.294 96.7912L93.0792 77.2342C90.5357 74.8894 86.8879 74.2944 83.5501 75.2038C72.0492 78.337 66.004 74.898 63.587 71.5355C62.9056 70.5876 63.4998 69.3659 64.6082 68.9995L86.6721 61.7056C87.3371 61.4858 88.0267 61.3665 88.7267 61.3877C90.4958 61.4415 94.249 61.6834 98.0559 62.7343C103.186 64.1506 108.833 65.4514 113.849 63.6731Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M144.043 54.2961L114.267 64.8513C108.831 66.7784 102.814 65.3445 97.7233 63.9392C94.0537 62.9263 90.4128 62.6895 88.6888 62.6372C88.1568 62.621 87.6134 62.711 87.0645 62.8925L65.0005 70.1863C64.77 70.2625 64.629 70.4171 64.5749 70.5431C64.5494 70.6024 64.5455 70.648 64.5482 70.679C64.5507 70.706 64.56 70.7475 64.602 70.8059C66.6316 73.6294 72.0715 77.0354 83.2216 73.9977C86.893 72.9975 91.0091 73.6257 93.9265 76.3151L114.858 95.6108L130.374 87.7897L130.374 87.7897C130.484 87.7344 130.598 87.6897 130.717 87.6561L151.4 81.7644L144.043 54.2961ZM151.542 82.2936C151.542 82.2929 151.542 82.2923 151.541 82.2916L151.542 82.2936ZM151.926 81.6147C151.926 81.6145 151.927 81.6144 151.927 81.6143L151.926 81.6147ZM143.775 51.7385C144.844 51.3597 146.008 51.9723 146.302 53.0674L153.957 81.6467C154.231 82.672 153.633 83.7279 152.612 84.0186L131.452 90.0459L115.639 98.0167C114.916 98.3813 114.043 98.2591 113.447 97.7102L92.232 78.1532C90.0624 76.1532 86.8828 75.5914 83.8787 76.4098C72.0269 79.6387 65.3765 76.1665 62.572 72.2651C61.9545 71.4061 61.9175 70.3945 62.2781 69.5558C62.6277 68.7424 63.338 68.1028 64.2159 67.8126L86.2798 60.5188C87.0609 60.2606 87.8966 60.1119 88.7647 60.1383C90.5788 60.1934 94.4442 60.4405 98.3886 61.5294C103.559 62.9566 108.835 64.1244 113.432 62.4949L143.775 51.7385L144.193 52.9167L144.193 52.9182M143.775 51.7385L144.193 52.9167L143.775 51.7385Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path d="M66.1836 115.365C63.2516 115.615 60.672 113.441 60.4219 110.509L59.634 101.274C59.3839 98.342 61.558 95.7623 64.4901 95.5122C67.4221 95.2621 70.0017 97.4362 70.2518 100.368L71.0397 109.603C71.2898 112.535 69.1157 115.115 66.1836 115.365Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.2899 116.611C62.67 116.919 59.4852 114.235 59.1764 110.615L58.3886 101.38C58.0798 97.7603 60.7639 94.5755 64.3838 94.2667C68.0037 93.9579 71.1885 96.6421 71.4973 100.262L72.2851 109.497C72.5939 113.117 69.9098 116.302 66.2899 116.611ZM61.6674 110.403C61.8588 112.647 63.8332 114.311 66.0774 114.12C68.3216 113.928 69.9856 111.954 69.7942 109.71L69.0064 100.474C68.8149 98.2303 66.8405 96.5662 64.5963 96.7577C62.3521 96.9491 60.6881 98.9236 60.8795 101.168L61.6674 110.403Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M56.1365 110.951C53.2045 111.201 50.6249 109.027 50.3748 106.095L49.9093 100.639C49.6062 97.0849 52.2414 93.9581 55.7954 93.6549C58.1055 93.4578 60.1379 95.1708 60.335 97.4809L60.9925 105.189C61.2427 108.121 59.0685 110.701 56.1365 110.951Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.2428 112.196C52.6229 112.505 49.4381 109.821 49.1293 106.201L48.6639 100.745C48.302 96.5033 51.4473 92.7713 55.6892 92.4094C58.6871 92.1537 61.3247 94.3767 61.5805 97.3746L62.238 105.083C62.5468 108.703 59.8627 111.887 56.2428 112.196ZM51.6202 105.988C51.8117 108.233 53.7861 109.897 56.0303 109.705C58.2744 109.514 59.9385 107.539 59.7471 105.295L59.0895 97.5871C58.9511 95.9649 57.5239 94.762 55.9017 94.9004C53.0356 95.1449 50.9103 97.6665 51.1548 100.533L51.6202 105.988Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M45.4131 107.103C42.4811 107.354 39.9015 105.179 39.6514 102.247L39.5954 101.592C39.3144 98.2977 41.757 95.3995 45.0511 95.1185L48.7392 94.8039C49.2722 94.7584 49.7413 95.1537 49.7867 95.6868L50.2691 101.342C50.5193 104.274 48.3452 106.853 45.4131 107.103Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M45.5194 108.349C41.8995 108.658 38.7147 105.974 38.4059 102.354L38.35 101.698C38.0103 97.7161 40.9629 94.2127 44.9449 93.873L48.6329 93.5584C49.8539 93.4543 50.9281 94.3596 51.0322 95.5806L51.5146 101.235C51.8234 104.855 49.1393 108.04 45.5194 108.349ZM40.8968 102.141C41.0883 104.385 43.0627 106.049 45.3069 105.858C47.5511 105.667 49.2151 103.692 49.0237 101.448L48.5652 96.0733L45.1574 96.364C42.5511 96.5863 40.6186 98.8793 40.8409 101.486L40.8968 102.141Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M76.9902 118.338C74.0582 118.588 71.4786 116.414 71.2285 113.482L70.569 105.751C70.3189 102.819 72.493 100.24 75.425 99.9897C78.357 99.7396 80.9367 101.914 81.1868 104.846L81.8462 112.576C82.0964 115.508 79.9222 118.088 76.9902 118.338Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.0965 119.583C73.4766 119.892 70.2918 117.208 69.983 113.588L69.3235 105.858C69.0147 102.238 71.6989 99.053 75.3188 98.7442C78.9386 98.4354 82.1235 101.12 82.4323 104.739L83.0917 112.47C83.4005 116.09 80.7164 119.274 77.0965 119.583ZM72.4739 113.376C72.6654 115.62 74.6398 117.284 76.884 117.092C79.1281 116.901 80.7922 114.926 80.6008 112.682L79.9413 104.952C79.7499 102.708 77.7754 101.044 75.5313 101.235C73.2871 101.427 71.623 103.401 71.8145 105.645L72.4739 113.376Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.8612 97.3083C88.3652 96.8365 89.1562 96.8626 89.628 97.3666L101.968 110.549C102.44 111.053 102.414 111.844 101.91 112.316C101.406 112.788 100.615 112.762 100.143 112.258L87.8029 99.0751C87.3311 98.5711 87.3572 97.78 87.8612 97.3083Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M95.6228 91.7982C96.1158 91.315 96.9072 91.323 97.3904 91.816L109.884 104.564C110.367 105.057 110.359 105.848 109.866 106.331C109.373 106.815 108.582 106.807 108.098 106.314L95.605 93.5659C95.1217 93.0728 95.1297 92.2814 95.6228 91.7982Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.0052 109.304C86.51 108.833 87.3009 108.86 87.7719 109.365L93.9021 115.934C94.3731 116.439 94.3457 117.23 93.841 117.701C93.3363 118.172 92.5453 118.144 92.0743 117.64L85.9441 111.07C85.4731 110.566 85.5005 109.775 86.0052 109.304Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<rect x="113.841" y="59.304" width="18.4882" height="40.5202" rx="2.7737" transform="rotate(-18.7886 113.841 59.304)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path d="M125.313 55.0604C124.697 53.2476 125.666 51.278 127.479 50.6613L144.032 45.03L159.481 90.443L142.929 96.0743C141.116 96.6911 139.146 95.7215 138.53 93.9087L125.313 55.0604Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<rect width="18.2321" height="40.5202" rx="2.7737" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 46.7098 57.1264)" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path d="M36.1686 51.442C37.0316 49.7327 36.3456 47.6474 34.6363 46.7844L22.0406 40.4248L0.420312 83.2453L13.0159 89.6049C14.7253 90.468 16.8106 89.7819 17.6736 88.0726L36.1686 51.442Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Help-alternate">
|
|
2
|
+
<path d="M105.675 155.393C136.259 148.301 155.303 117.758 148.21 87.1733C141.118 56.5889 110.575 37.5449 79.9903 44.6374C49.4059 51.73 30.3619 82.2731 37.4544 112.858C44.5469 143.442 75.0901 162.486 105.675 155.393Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M112.619 146.594C143.204 139.501 162.248 108.958 155.155 78.3738C148.063 47.7894 117.52 28.7455 86.9351 35.838C56.3507 42.9305 37.3067 73.4736 44.3992 104.058C51.4917 134.642 82.0349 153.686 112.619 146.594Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.59 77.809C164.995 109.738 145.113 141.625 113.184 149.029C81.2543 156.434 49.3679 136.552 41.9635 104.623C34.5591 72.6934 54.4406 40.807 86.37 33.4026C118.299 25.9982 150.186 45.8796 157.59 77.809ZM155.155 78.3738C162.247 108.958 143.203 139.501 112.619 146.594C82.0346 153.686 51.4914 134.642 44.3989 104.058C37.3064 73.4736 56.3504 42.9305 86.9348 35.838C117.519 28.7455 148.062 47.7894 155.155 78.3738Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M109.941 135.041C134.145 129.428 149.216 105.257 143.603 81.053C137.99 56.8491 113.819 41.778 89.6147 47.3909C65.4107 53.0038 50.3397 77.1751 55.9526 101.379C61.5654 125.583 85.7368 140.654 109.941 135.041Z" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.9629 70.4566C88.2603 72.0109 83.0577 78.0769 84.5959 84.7101C84.9283 86.1432 86.3595 87.0356 87.7926 86.7033C89.2257 86.3709 90.1181 84.9397 89.7858 83.5066C89.1084 80.5855 91.4039 76.7509 96.1664 75.6465C100.929 74.542 104.678 76.9749 105.355 79.896C105.724 81.4844 105.513 82.6594 105.075 83.6264C104.606 84.6606 103.811 85.5996 102.789 86.5637C102.327 86.9995 101.856 87.4063 101.363 87.8334L101.208 87.9673C100.684 88.4211 100.105 88.9254 99.6024 89.4392C98.7413 90.319 97.2393 92.0645 97.7838 94.4127L98.3856 97.0076C98.7179 98.4408 100.149 99.3331 101.582 99.0008C103.015 98.6684 103.908 97.2372 103.575 95.8041L103.056 93.5636C103.126 93.4726 103.238 93.3416 103.41 93.1657C103.736 92.8325 104.152 92.4654 104.695 91.995L104.853 91.8587C105.336 91.4411 105.893 90.9587 106.444 90.4392C107.666 89.287 109.039 87.7848 109.927 85.8257C110.845 83.7994 111.18 81.429 110.545 78.6925C109.007 72.0593 101.666 68.9023 94.9629 70.4566Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M107.581 107.18C108.079 109.33 106.741 111.477 104.591 111.975C102.441 112.474 100.295 111.135 99.7961 108.986C99.2975 106.836 100.636 104.689 102.786 104.191C104.936 103.692 107.082 105.031 107.581 107.18Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path d="M51.601 3.23763C51.1905 3.55129 50.8722 3.96979 50.6795 4.44911C50.4869 4.92842 50.4269 5.45082 50.5061 5.96132L52.0719 18.1528C52.3299 20.1692 54.135 21.0404 55.7154 20.8378C56.3653 20.7784 56.9783 20.5098 57.4623 20.0722C57.9464 19.6345 58.2753 19.0516 58.3997 18.411C58.4506 18.0997 58.4541 17.7825 58.41 17.4701L56.8443 5.27866C56.7866 4.74238 56.5849 4.23168 56.2608 3.80059C55.9366 3.36951 55.502 3.03409 55.0028 2.82982C54.448 2.60248 53.8443 2.5206 53.249 2.59197C52.6536 2.66334 52.0864 2.88559 51.601 3.23763Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<path d="M1.26459 47.1247C1.13032 47.4692 1.06935 47.8378 1.08557 48.2072C1.10178 48.5766 1.19483 48.9385 1.35877 49.2699C1.5227 49.6013 1.75393 49.8948 2.03769 50.1318C2.32144 50.3688 2.65149 50.544 3.00676 50.6462L14.349 54.481C14.7572 54.6175 15.1886 54.6712 15.6179 54.6392C16.0472 54.6071 16.4658 54.4898 16.8493 54.2942C17.2328 54.0985 17.5734 53.8285 17.8514 53.4997C18.1293 53.1709 18.339 52.7901 18.4681 52.3794C18.5261 52.2115 18.5702 52.0392 18.6 51.8642C18.7195 51.2189 18.5929 50.5523 18.2451 49.9958C17.8974 49.4392 17.3539 49.0332 16.7216 48.8577L5.38356 45.0275C4.97561 44.8903 4.54439 44.8359 4.11515 44.8674C3.6859 44.8989 3.26726 45.0158 2.88371 45.211C2.50015 45.4063 2.1594 45.6762 1.88139 46.0047C1.60338 46.3333 1.39368 46.7141 1.26459 47.1247Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M18.1164 18.0702C18.0728 18.4717 18.1114 18.878 18.2301 19.264C18.3488 19.6501 18.5449 20.0079 18.8066 20.3156L30.4055 34.2357C30.9292 34.8571 31.6728 35.252 32.4809 35.3378C33.2889 35.4236 34.0989 35.1937 34.7414 34.6961C35.3354 34.2322 35.7333 33.5619 35.8563 32.8183C35.9266 32.3895 35.9035 31.9507 35.7888 31.5317C35.6741 31.1126 35.4704 30.7233 35.1916 30.3901L23.5928 16.4699C23.0666 15.8447 22.3186 15.4477 21.506 15.3625C20.6933 15.2773 19.8792 15.5105 19.2349 16.013C18.9195 16.2629 18.6579 16.5739 18.4657 16.9274C18.2735 17.2809 18.1547 17.6696 18.1164 18.0702Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Lock-alternate">
|
|
2
|
+
<path d="M22.7832 149.254H49.8143V155.316C49.8143 158.221 47.4598 160.575 44.5553 160.575H28.0422C25.1377 160.575 22.7832 158.221 22.7832 155.316V149.254Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M110.181 149.254H137.212V155.316C137.212 158.221 134.857 160.575 131.953 160.575H115.44C112.535 160.575 110.181 158.221 110.181 155.316V149.254Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M3.29785 20.8913C3.29785 14.5983 8.39934 9.49683 14.6924 9.49683H145.307C151.6 9.49683 156.701 14.5983 156.701 20.8913V137.891C156.701 144.184 151.6 149.286 145.307 149.286H14.6924C8.39935 149.286 3.29785 144.184 3.29785 137.891V20.8913Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6924 6.99683H145.307C152.981 6.99683 159.201 13.2176 159.201 20.8913V137.891C159.201 145.565 152.981 151.786 145.307 151.786H14.6924C7.01865 151.786 0.797852 145.565 0.797852 137.891V20.8913C0.797852 13.2176 7.01863 6.99683 14.6924 6.99683ZM14.6924 9.49683C8.39934 9.49683 3.29785 14.5983 3.29785 20.8913V137.891C3.29785 144.184 8.39935 149.286 14.6924 149.286H145.307C151.6 149.286 156.701 144.184 156.701 137.891V20.8913C156.701 14.5983 151.6 9.49683 145.307 9.49683H14.6924Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<rect x="23.8789" y="32.1235" width="112.24" height="94.5348" rx="6.1355" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
7
|
+
<rect x="19.9395" y="45.3616" width="7.44341" height="26.2838" rx="3.72171" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<rect x="19.9395" y="87.1384" width="7.44341" height="26.2838" rx="3.72171" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<rect x="119.604" y="47.4563" width="8.18838" height="62.3361" rx="4.09419" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M105.953 79.3916C105.953 97.3462 91.3979 111.901 73.4433 111.901C55.4887 111.901 40.9336 97.3462 40.9336 79.3916C40.9336 61.4369 55.4887 46.8818 73.4433 46.8818C91.3979 46.8818 105.953 61.4369 105.953 79.3916Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.4433 109.401C90.0172 109.401 103.453 95.9655 103.453 79.3916C103.453 62.8176 90.0172 49.3818 73.4433 49.3818C56.8694 49.3818 43.4336 62.8176 43.4336 79.3916C43.4336 95.9655 56.8694 109.401 73.4433 109.401ZM73.4433 111.901C91.3979 111.901 105.953 97.3462 105.953 79.3916C105.953 61.4369 91.3979 46.8818 73.4433 46.8818C55.4887 46.8818 40.9336 61.4369 40.9336 79.3916C40.9336 97.3462 55.4887 111.901 73.4433 111.901Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<circle cx="73.444" cy="79.3917" r="9.92735" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.5088 57.6738C74.1991 57.6738 74.7588 58.2335 74.7588 58.9238L74.7588 64.9458C74.7588 65.6362 74.1991 66.1958 73.5088 66.1958C72.8184 66.1958 72.2588 65.6362 72.2588 64.9458L72.2588 58.9238C72.2588 58.2335 72.8184 57.6738 73.5088 57.6738Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.5088 92.5874C74.1991 92.5874 74.7588 93.147 74.7588 93.8374L74.7588 99.8594C74.7588 100.55 74.1991 101.109 73.5088 101.109C72.8184 101.109 72.2588 100.55 72.2588 99.8594L72.2588 93.8374C72.2588 93.147 72.8184 92.5874 73.5088 92.5874Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.8496 80.6421C94.8496 81.3324 94.29 81.8921 93.5996 81.8921L87.5776 81.8921C86.8873 81.8921 86.3276 81.3324 86.3276 80.6421C86.3276 79.9517 86.8873 79.3921 87.5776 79.3921L93.5996 79.3921C94.29 79.3921 94.8496 79.9517 94.8496 80.6421Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.9355 80.6421C59.9355 81.3324 59.3759 81.8921 58.6855 81.8921L52.6636 81.8921C51.9732 81.8921 51.4136 81.3324 51.4136 80.6421C51.4136 79.9517 51.9732 79.3921 52.6636 79.3921L58.6855 79.3921C59.3759 79.3921 59.9355 79.9517 59.9355 80.6421Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.6056 95.6317C87.1174 96.1199 86.326 96.1199 85.8378 95.6317L81.5796 91.3736C81.0915 90.8854 81.0915 90.094 81.5796 89.6058C82.0678 89.1176 82.8592 89.1176 83.3474 89.6058L87.6056 93.864C88.0937 94.3521 88.0937 95.1436 87.6056 95.6317Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.919 70.9433C62.4309 71.4314 61.6394 71.4314 61.1513 70.9433L56.8931 66.6851C56.4049 66.1969 56.4049 65.4055 56.8931 64.9173C57.3813 64.4292 58.1727 64.4292 58.6609 64.9173L62.919 69.1755C63.4072 69.6637 63.4072 70.4551 62.919 70.9433Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.3739 64.9198C89.8621 65.408 89.8621 66.1994 89.3739 66.6876L85.1158 70.9458C84.6276 71.4339 83.8361 71.4339 83.348 70.9458C82.8598 70.4576 82.8598 69.6662 83.348 69.178L87.6062 64.9198C88.0943 64.4317 88.8858 64.4317 89.3739 64.9198Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.6864 89.6073C65.1746 90.0955 65.1746 90.8869 64.6864 91.3751L60.4283 95.6333C59.9401 96.1214 59.1486 96.1214 58.6605 95.6333C58.1723 95.1451 58.1723 94.3537 58.6605 93.8655L62.9187 89.6073C63.4068 89.1192 64.1983 89.1192 64.6864 89.6073Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Mission-alternate">
|
|
3
|
+
<path d="M35.2531 96.1955L77.4151 53.0502L51.6433 54.3853C43.6203 54.8009 36.1438 58.5778 31.0486 64.789L13.7178 85.916C12.9359 86.8691 13.3332 88.3091 14.4932 88.7265L35.2531 96.1955Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M63.2752 124.218L106.42 82.056L105.085 107.828C104.67 115.851 100.893 123.327 94.6817 128.422L73.5547 145.753C72.6016 146.535 71.1616 146.138 70.7442 144.978L63.2752 124.218Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M149.962 7.06465C151.391 6.90883 152.562 8.08038 152.406 9.50907C148.737 43.1527 130.65 74.0914 102.862 94.2568L63.4484 122.859C51.112 118.035 41.4361 108.359 36.6125 96.0226L65.2143 56.609C85.3797 28.8208 116.318 10.7338 149.962 7.06465Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8362 125.884L62.4737 125.351C49.4417 120.255 39.2155 110.029 34.1198 96.9972L33.5871 95.6348L63.0481 55.0371C83.6499 26.6477 115.265 8.15644 149.672 4.40406C152.801 4.06279 155.408 6.66997 155.067 9.79921C151.315 44.2061 132.823 75.8211 104.434 96.4229L63.8362 125.884ZM152.406 9.50905C152.562 8.08037 151.391 6.90882 149.962 7.06463C116.318 10.7338 85.3796 28.8208 65.2142 56.609L36.6124 96.0226C41.4361 108.359 51.1119 118.035 63.4484 122.859L102.862 94.2568C130.65 74.0914 148.737 43.1527 152.406 9.50905Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.8469 95.6995L36.6122 96.0229C41.4359 108.359 51.1117 118.035 63.4482 122.859L102.862 94.257C116.31 84.4976 127.487 72.2147 135.856 58.3231C130.843 62.8794 125.336 67.6699 119.298 72.6791C81.9013 103.704 51.6274 102.066 36.8469 95.6995Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
8
|
+
<circle cx="112.956" cy="47.0262" r="9.03014" transform="rotate(45 112.956 47.0262)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
9
|
+
<path d="M85.4818 82.9962C86.5331 82.0471 86.5748 80.411 85.5733 79.4095L80.5723 74.4085C79.5708 73.407 77.9347 73.4487 76.9856 74.5L42.0891 113.15C40.8909 114.477 40.9428 116.51 42.2071 117.775C43.4713 119.039 45.5045 119.091 46.8316 117.893L85.4818 82.9962Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.179 15.0953C128.298 10.9931 138.986 8.26156 149.962 7.06456C151.391 6.90875 152.562 8.0803 152.406 9.50898C151.207 20.51 148.465 31.2219 144.347 41.3624C140.319 36.4694 135.781 31.2173 131.772 27.2078C127.915 23.3513 122.909 19.0055 118.179 15.0953Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.04255 134.238C6.06624 133.262 6.06624 131.679 7.04255 130.703L21.6408 116.104C22.6172 115.128 24.2001 115.128 25.1764 116.104C26.1527 117.081 26.1527 118.664 25.1764 119.64L10.5781 134.238C9.60177 135.215 8.01886 135.215 7.04255 134.238Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.9495 145.219C33.9732 144.243 33.9732 142.66 34.9495 141.683L45.8554 130.777C46.8318 129.801 48.4147 129.801 49.391 130.777C50.3673 131.754 50.3673 133.337 49.391 134.313L38.4851 145.219C37.5088 146.195 35.9258 146.195 34.9495 145.219Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.23224 156.034C4.25593 155.058 4.25593 153.475 5.23224 152.498L26.9534 130.777C27.9297 129.801 29.5126 129.801 30.489 130.777C31.4653 131.753 31.4653 133.336 30.489 134.313L8.76778 156.034C7.79147 157.01 6.20856 157.01 5.23224 156.034Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
</svg>
|