@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,9 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-ChartPie-alternate">
|
|
2
|
+
<path d="M22.5393 4.17936C22.5788 3.77922 22.2865 3.42137 21.8852 3.39679C18.2854 3.17634 14.6895 3.95789 11.5 5.66155C8.09606 7.4797 5.30773 10.2664 3.48759 13.6692C1.66745 17.0721 0.897239 20.9383 1.27437 24.7788C1.65149 28.6194 3.15902 32.2619 5.6063 35.2457C8.05358 38.2295 11.3307 40.4206 15.0233 41.5419C18.7158 42.6633 22.658 42.6644 26.3512 41.5453C30.0444 40.4261 33.3228 38.237 35.7718 35.2546C38.0666 32.46 39.5367 29.0866 40.0248 25.5133C40.0793 25.1149 39.7855 24.7582 39.3854 24.7187L21.4172 22.9436C21.0171 22.9041 20.7247 22.5477 20.7643 22.1475L22.5393 4.17936Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0289 4.77961C14.382 2.98864 18.1621 2.16704 21.9464 2.39879C22.9381 2.45952 23.6274 3.33825 23.5345 4.2778L21.7862 21.9753L39.4838 23.7236C40.4233 23.8164 41.1502 24.6643 41.0157 25.6487C40.5025 29.4052 38.9572 32.9515 36.5447 35.8893C33.9702 39.0246 30.5238 41.3259 26.6413 42.5024C22.7588 43.6789 18.6146 43.6777 14.7328 42.4989C10.851 41.3202 7.4059 39.0168 4.83319 35.88C2.26048 32.7433 0.675689 28.9141 0.279234 24.8767C-0.117222 20.8393 0.69246 16.775 2.60589 13.1977C4.51932 9.62046 7.45055 6.69095 11.0289 4.77961ZM21.8853 3.39692C22.2866 3.4215 22.5789 3.77935 22.5394 4.17949L20.7644 22.1477C20.7248 22.5478 21.0172 22.9042 21.4173 22.9438L39.3855 24.7188C39.7856 24.7583 40.0793 25.115 40.0249 25.5134C39.5368 29.0867 38.0667 32.4601 35.7719 35.2547C33.3229 38.2371 30.0445 40.4263 26.3513 41.5454C22.658 42.6645 18.7159 42.6634 15.0234 41.5421C11.3308 40.4208 8.05367 38.2297 5.60638 35.2459C3.1591 32.2621 1.65157 28.6196 1.27445 24.779C0.89732 20.9384 1.66753 17.0722 3.48767 13.6694C5.30782 10.2665 8.09615 7.47982 11.5001 5.66167C14.6896 3.95802 18.2855 3.17647 21.8853 3.39692Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M22.5393 4.17962C22.5788 3.77947 22.2864 3.42162 21.8851 3.39705C19.0309 3.22228 16.173 3.67705 13.5141 4.7291C13.1402 4.87704 12.9734 5.30795 13.1351 5.67606L20.1337 21.6005C20.2844 21.9434 20.7924 21.8626 20.8292 21.4898L22.5393 4.17962Z" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
<path d="M39.3854 24.7187C39.7855 24.7582 40.0793 25.1149 40.0248 25.5133C39.6515 28.2456 38.7028 30.8707 37.2382 33.2138C35.6449 35.763 33.4841 37.9095 30.9244 39.4859C28.3648 41.0623 25.4755 42.0259 22.482 42.3016C19.7304 42.555 16.9592 42.2208 14.3513 41.3245C13.971 41.1939 13.7847 40.771 13.9294 40.3959L20.4932 23.3889C20.6111 23.0835 20.9183 22.8943 21.244 22.9265L39.3854 24.7187Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path d="M40.1099 24.7911C39.8624 27.2961 39.1326 29.7296 37.9606 31.9573L20.6927 22.8729L40.1099 24.7911Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M33.5824 3.50231C33.8051 3.16756 34.2578 3.07588 34.5857 3.30869C37.9633 5.70729 40.6661 8.94237 42.4255 12.702C44.1849 16.4617 44.9371 20.6095 44.6147 24.7397C44.5834 25.1405 44.223 25.4294 43.8233 25.3859L21.884 23.0018C21.3411 22.9428 21.054 22.3293 21.3565 21.8747L33.5824 3.50231Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-CodePlaceholder-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 46">
|
|
2
|
+
<rect x="-.02" y="2.35" width="43.44" height="43.44" rx="3.12" ry="3.12" fill="var(--sapContent_Illustrative_Color6)" />
|
|
3
|
+
<path d="m1.54,5.01C1.54,2.81,3.33,1.01,5.54,1.01h35.44c2.21,0,4,1.79,4,4v35.44c0,2.21-1.79,4-4,4H5.54c-2.21,0-4-1.79-4-4V5.01Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
4
|
+
<path d="m40.98,2.01H5.54c-1.66,0-3,1.34-3,3v35.44c0,1.66,1.34,3,3,3h35.44c1.66,0,3-1.34,3-3V5.01c0-1.66-1.34-3-3-3ZM5.54,1.01C3.33,1.01,1.54,2.81,1.54,5.01v35.44c0,2.21,1.79,4,4,4h35.44c2.21,0,4-1.79,4-4V5.01c0-2.21-1.79-4-4-4H5.54Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<path d="m6.74,41.71c-1.35,0-2.45-1.1-2.45-2.45v-4.75c1.1,0,2,.9,2,2v2.75c0,.25.2.45.45.45h2.75c1.1,0,2,.9,2,2h-4.75Zm15.77,0c0-1.1-.9-2-2-2h-5.51c-1.1,0-2,.9-2,2h9.51Zm11.01,0c0-1.1-.9-2-2-2h-5.51c-1.1,0-2,.9-2,2h9.51Zm8.71-7.2c-1.1,0-2,.9-2,2v2.75c0,.25-.2.45-.45.45h-2.75c-1.1,0-2,.9-2,2h4.75c1.35,0,2.45-1.1,2.45-2.45v-4.75Zm0-11.01c-1.1,0-2,.9-2,2v5.51c0,1.1.9,2,2,2v-9.51Zm0-11.01c-1.1,0-2,.9-2,2v5.51c0,1.1.9,2,2,2v-9.51Zm-7.2-8.71c0,1.1.9,2,2,2h2.75c.25,0,.45.2.45.45v2.75c0,1.1.9,2,2,2v-4.75c0-1.35-1.1-2.45-2.45-2.45h-4.75Zm-11.01,0c0,1.1.9,2,2,2h5.51c1.1,0,2-.9,2-2h-9.51Zm-11.01,0c0,1.1.9,2,2,2h5.51c1.1,0,2-.9,2-2h-9.51Zm-8.71,7.2c1.1,0,2-.9,2-2v-2.75c0-.25.2-.45.45-.45h2.75c1.1,0,2-.9,2-2h-4.75c-1.35,0-2.45,1.1-2.45,2.45v4.75Zm0,11.01c1.1,0,2-.9,2-2v-5.51c0-1.1-.9-2-2-2v9.51Zm0,11.01c1.1,0,2-.9,2-2v-5.51c0-1.1-.9-2-2-2v9.51Z" fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" />
|
|
6
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-Company-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<path d="m7.32,2.25h30.36v42.7H7.32V2.25Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
3
|
+
<path d="m36.68,3.25H8.32v40.7h28.36V3.25ZM7.32,2.25v42.7h30.36V2.25H7.32Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
4
|
+
<rect x="19.8" y="3.15" width="5.39" height="40.9" fill="var(--sapContent_Illustrative_Color2)" />
|
|
5
|
+
<rect x="19.8" y="3.15" width="5.39" height="5.51" fill="var(--sapContent_Illustrative_Color14)" />
|
|
6
|
+
<rect x="4.79" y=".03" width="35.42" height="4.84" fill="var(--sapContent_Illustrative_Color2)" />
|
|
7
|
+
<rect x="10.41" y="7.36" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
|
|
8
|
+
<rect x="10.41" y="25.65" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
|
|
9
|
+
<rect x="27.22" y="7.36" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
<rect x="27.22" y="25.65" width="7.37" height="15.69" fill="var(--sapContent_Illustrative_Color5)" />
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Compass-alternate">
|
|
2
|
+
<path d="M42.8369 22.8721C42.8369 34.1038 33.7318 43.209 22.5 43.209C11.2682 43.209 2.16309 34.1038 2.16309 22.8721C2.16309 11.6403 11.2682 2.53516 22.5 2.53516C33.7318 2.53516 42.8369 11.6403 42.8369 22.8721Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.8369 22.8721C43.8369 34.6561 34.2841 44.209 22.5 44.209C10.7159 44.209 1.16309 34.6561 1.16309 22.8721C1.16309 11.088 10.7159 1.53516 22.5 1.53516C34.2841 1.53516 43.8369 11.088 43.8369 22.8721ZM22.5 43.209C33.7318 43.209 42.8369 34.1038 42.8369 22.8721C42.8369 11.6403 33.7318 2.53516 22.5 2.53516C11.2682 2.53516 2.16309 11.6403 2.16309 22.8721C2.16309 34.1038 11.2682 43.209 22.5 43.209Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M38.6452 22.8719C38.6452 31.7889 31.4166 39.0175 22.4996 39.0175C13.5826 39.0175 6.354 31.7889 6.354 22.8719C6.354 13.9549 13.5826 6.72632 22.4996 6.72632C31.4166 6.72632 38.6452 13.9549 38.6452 22.8719Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<path d="M33.1918 13.0113L25.744 26.3898L19.2558 19.3549L33.1918 13.0113Z" fill="var(--sapContent_Illustrative_Color17)"/>
|
|
6
|
+
<path d="M11.808 32.7333L25.7441 26.3897L19.2559 19.3548L11.808 32.7333Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
7
|
+
<path d="M25.2082 25.8086C23.587 27.3038 21.0606 27.2017 19.5653 25.5804C18.0701 23.9592 18.1723 21.4328 19.7935 19.9375C21.4147 18.4423 23.9411 18.5444 25.4364 20.1657C26.9316 21.7869 26.8295 24.3133 25.2082 25.8086Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8862 26.5436C23.859 28.4133 20.6999 28.2856 18.8303 26.2584C16.9606 24.2311 17.0883 21.0721 19.1155 19.2024C21.1427 17.3327 24.3018 17.4605 26.1715 19.4877C28.0411 21.5149 27.9134 24.674 25.8862 26.5436ZM19.5653 25.5804C21.0606 27.2016 23.587 27.3038 25.2082 25.8085C26.8295 24.3133 26.9316 21.7869 25.4364 20.1657C23.9411 18.5444 21.4147 18.4423 19.7935 19.9375C18.1722 21.4328 18.0701 23.9592 19.5653 25.5804Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Components-alternate">
|
|
2
|
+
<rect x="2.37207" y="27.1147" width="40.2163" height="17.6409" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
3
|
+
<path d="M9.29297 3.97297C9.29297 3.51827 9.66158 3.14966 10.1163 3.14966H17.8451C18.2998 3.14966 18.6684 3.51827 18.6684 3.97297V10.1952C18.6684 10.6499 18.2998 11.0185 17.8451 11.0185H10.1163C9.66158 11.0185 9.29297 10.6499 9.29297 10.1952V3.97297Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1163 2.14966H17.8451C18.8521 2.14966 19.6684 2.96598 19.6684 3.97297V10.1952C19.6684 11.2022 18.8521 12.0185 17.8451 12.0185H10.1163C9.10929 12.0185 8.29297 11.2022 8.29297 10.1952V3.97297C8.29297 2.96598 9.10929 2.14966 10.1163 2.14966ZM10.1163 3.14966C9.66158 3.14966 9.29297 3.51827 9.29297 3.97297V10.1952C9.29297 10.6499 9.66158 11.0185 10.1163 11.0185H17.8451C18.2998 11.0185 18.6684 10.6499 18.6684 10.1952V3.97297C18.6684 3.51827 18.2998 3.14966 17.8451 3.14966H10.1163Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M26.4399 3.97297C26.4399 3.51827 26.8086 3.14966 27.2633 3.14966H34.9921C35.4468 3.14966 35.8154 3.51827 35.8154 3.97297V10.1952C35.8154 10.6499 35.4468 11.0185 34.9921 11.0185H27.2633C26.8086 11.0185 26.4399 10.6499 26.4399 10.1952V3.97297Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2633 2.14966H34.9921C35.999 2.14966 36.8154 2.96598 36.8154 3.97297V10.1952C36.8154 11.2022 35.9991 12.0185 34.9921 12.0185H27.2633C26.2563 12.0185 25.4399 11.2022 25.4399 10.1952V3.97297C25.4399 2.96598 26.2563 2.14966 27.2633 2.14966ZM27.2633 3.14966C26.8086 3.14966 26.4399 3.51827 26.4399 3.97297V10.1952C26.4399 10.6499 26.8086 11.0185 27.2633 11.0185H34.9921C35.4468 11.0185 35.8154 10.6499 35.8154 10.1952V3.97297C35.8154 3.51827 35.4468 3.14966 34.9921 3.14966H27.2633Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M3.4082 8.8418H41.6244V25.9186H3.4082V8.8418Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.4082 7.8418H42.6244V26.9186H2.4082V7.8418ZM3.4082 8.8418V25.9186H41.6244V8.8418H3.4082Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5884 28.9021L2.37207 28.9021L2.37207 26.9021L42.5884 26.9021L42.5884 28.9021Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" version="1.1" id="tnt-Dot-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 45 45" enable-background="new 0 0 45 45" xml:space="preserve">
|
|
3
|
+
<g>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color2)" d="M31.3,25.8c-7.1,0-12.9-5.8-12.9-12.9S24.2,0,31.3,0
|
|
5
|
+
s12.9,5.8,12.9,12.9c0,2.3-0.6,4.4-1.7,6.3l2.1,4.8c0.3,0.7-0.3,1.4-1,1.3l-5.5-1.4C36.1,25.1,33.8,25.8,31.3,25.8z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M27.7,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7C27,11.3,27.7,12,27.7,12.9
|
|
7
|
+
z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M33.3,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7
|
|
9
|
+
C32.5,11.3,33.3,12,33.3,12.9z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M38.8,12.9c0,0.9-0.7,1.7-1.7,1.7c-0.9,0-1.7-0.7-1.7-1.7c0-0.9,0.7-1.7,1.7-1.7C38,11.3,38.8,12,38.8,12.9
|
|
11
|
+
z"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color8)" d="M16.9,44.2c8.3,0,15.1-6.8,15.1-15.1S25.2,14,16.9,14
|
|
13
|
+
C8.5,14,1.8,20.8,1.8,29.1c0,2.7,0.7,5.2,1.9,7.4l-2.6,6.1C0.8,43.3,1.4,44,2,43.8L9,42C11.3,43.4,14,44.2,16.9,44.2z"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--sapContent_Illustrative_Color4)" d="M32.7,29.1c0,8.7-7.1,15.8-15.8,15.8c-2.9,0-5.7-0.8-8-2.2
|
|
15
|
+
l-6.7,1.7c-1.3,0.3-2.2-1-1.8-2.1l2.5-5.8C1.7,34.3,1,31.7,1,29.1c0-8.7,7.1-15.8,15.8-15.8C25.6,13.3,32.7,20.4,32.7,29.1z
|
|
16
|
+
M3.7,36.5c-1.2-2.2-1.9-4.7-1.9-7.4C1.8,20.8,8.5,14,16.9,14C25.2,14,32,20.8,32,29.1s-6.8,15.1-15.1,15.1c-2.9,0-5.6-0.8-7.9-2.2
|
|
17
|
+
l-7,1.8c-0.6,0.2-1.2-0.5-0.9-1.1L3.7,36.5z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M11.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1S8.3,27,9.5,27S11.6,28,11.6,29.1z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M18.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1s0.9-2.1,2.1-2.1S18.6,28,18.6,29.1z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M25.6,29.1c0,1.2-0.9,2.1-2.1,2.1s-2.1-0.9-2.1-2.1s0.9-2.1,2.1-2.1S25.6,28,25.6,29.1z"/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
23
|
+
`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-EmptyContentPane-alternate">
|
|
2
|
+
<path d="M1 18.1147C1 16.4579 2.34315 15.1147 4 15.1147H16.4742C17.168 15.1147 17.8403 15.3552 18.3767 15.7952L29.8887 25.2374C30.5834 25.8073 30.9861 26.6585 30.9861 27.557V41.3512C30.9861 43.0081 29.643 44.3512 27.9861 44.3512H4C2.34315 44.3512 1 43.0081 1 41.3512V18.1147Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M4.24951 15.6641C4.24951 14.3945 5.27877 13.3652 6.54842 13.3652H19.1695C19.7015 13.3652 20.217 13.5497 20.6281 13.8872L31.9376 23.1706C32.4696 23.6073 32.7779 24.2593 32.7779 24.9475V38.9032C32.7779 40.1729 31.7486 41.2021 30.479 41.2021H6.54842C5.27877 41.2021 4.24951 40.1729 4.24951 38.9032V15.6641Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.479 42.2021H6.54842C4.72649 42.2021 3.24951 40.7251 3.24951 38.9032V15.6641C3.24951 13.8422 4.72648 12.3652 6.54842 12.3652H19.1695C19.9329 12.3652 20.6726 12.63 21.2626 13.1143L32.5721 22.3977C33.3354 23.0243 33.7779 23.9599 33.7779 24.9475V38.9032C33.7779 40.7251 32.3009 42.2021 30.479 42.2021ZM6.54842 13.3652C5.27877 13.3652 4.24951 14.3945 4.24951 15.6641V38.9032C4.24951 40.1729 5.27877 41.2021 6.54842 41.2021H30.479C31.7486 41.2021 32.7779 40.1729 32.7779 38.9032V24.9475C32.7779 24.2593 32.4696 23.6073 31.9376 23.1706L20.6281 13.8872C20.217 13.5497 19.7015 13.3652 19.1695 13.3652H6.54842Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M20.0641 22.8604C20.0641 23.4127 20.5118 23.8604 21.0641 23.8604H32.2216C32.4091 23.8604 32.4935 23.6255 32.3489 23.5062L20.3914 13.6354C20.261 13.5278 20.0641 13.6205 20.0641 13.7897V22.8604Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.2216 24.8604H21.0641C19.9595 24.8604 19.0641 23.9649 19.0641 22.8604V13.7897C19.0641 12.7749 20.2454 12.2182 21.028 12.8642L32.9855 22.7349C33.8532 23.4512 33.3467 24.8604 32.2216 24.8604ZM20.3914 13.6354C20.261 13.5277 20.0641 13.6205 20.0641 13.7897V22.8604C20.0641 23.4127 20.5118 23.8604 21.0641 23.8604H32.2216C32.4091 23.8604 32.4935 23.6255 32.3489 23.5061L20.3914 13.6354Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M31.1973 1.30627C31.3067 1.39963 31.3888 1.52073 31.4351 1.65685C31.4815 1.79296 31.4902 1.93904 31.4606 2.07972L30.8416 5.44423C30.7395 6.00073 30.2247 6.2156 29.7885 6.13547C29.6088 6.10919 29.4425 6.02528 29.3146 5.89636C29.1867 5.76744 29.104 5.60048 29.0791 5.42057C29.0697 5.33329 29.0735 5.24508 29.0904 5.15894L29.7094 1.79443C29.7335 1.64626 29.7973 1.50737 29.8938 1.39246C29.9904 1.27755 30.1163 1.19088 30.2581 1.14164C30.4157 1.08683 30.5847 1.07318 30.7491 1.10199C30.9135 1.1308 31.0677 1.20112 31.1973 1.30627V1.30627Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
<path d="M44.5221 14.2642C44.5543 14.362 44.5656 14.4654 44.5556 14.5678C44.5455 14.6702 44.5142 14.7694 44.4636 14.859C44.4131 14.9486 44.3444 15.0267 44.2619 15.0883C44.1795 15.1499 44.0852 15.1936 43.9849 15.2166L40.7749 16.1113C40.6594 16.1431 40.5387 16.1515 40.4199 16.1361C40.3011 16.1208 40.1865 16.0819 40.0829 16.0217C39.9793 15.9615 39.8887 15.8814 39.8164 15.7858C39.7441 15.6902 39.6916 15.5812 39.6619 15.4652C39.6483 15.4176 39.6386 15.3691 39.633 15.32C39.6095 15.1388 39.6548 14.9555 39.7598 14.8061C39.8648 14.6567 40.022 14.552 40.2004 14.5128L43.4091 13.6193C43.5245 13.5873 43.6452 13.5787 43.764 13.5939C43.8828 13.6092 43.9974 13.6479 44.101 13.708C44.2047 13.768 44.2953 13.8482 44.3676 13.9437C44.4399 14.0392 44.4925 14.1482 44.5221 14.2642V14.2642Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
<path d="M40.2767 5.93538C40.2828 6.04763 40.266 6.15995 40.2272 6.26546C40.1884 6.37096 40.1284 6.46744 40.0511 6.549L36.6177 10.2426C36.4628 10.4074 36.2502 10.506 36.0244 10.5176C35.7985 10.5293 35.5769 10.4532 35.4058 10.3052C35.2477 10.1673 35.1473 9.97504 35.1243 9.76653C35.1112 9.64632 35.1242 9.5247 35.1624 9.40998C35.2006 9.29526 35.2631 9.19012 35.3456 9.10173L38.7789 5.40809C38.9346 5.24226 39.1485 5.14322 39.3756 5.1318C39.6027 5.12037 39.8254 5.19744 39.9969 5.34681C40.0808 5.42101 40.1488 5.5114 40.1969 5.61254C40.245 5.71368 40.2721 5.82349 40.2767 5.93538V5.93538Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
</svg>
|
|
11
|
+
`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-ExternalLink-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<rect x=".06" y="17.91" width="31.68" height="21.16" rx="2.76" ry="2.76" fill="var(--sapContent_Illustrative_Color6)" />
|
|
3
|
+
<path d="m1.98,19.34c0-1.27,1.03-2.3,2.3-2.3h25.63c1.27,0,2.3,1.03,2.3,2.3v15.65c0,1.27-1.03,2.3-2.3,2.3H4.28c-1.27,0-2.3-1.03-2.3-2.3v-15.65Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
4
|
+
<path d="m4.28,16.04h25.63c1.82,0,3.3,1.48,3.3,3.3v15.65c0,1.82-1.48,3.3-3.3,3.3H4.28c-1.82,0-3.3-1.48-3.3-3.3v-15.65c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v15.65c0,1.27,1.03,2.3,2.3,2.3h25.63c1.27,0,2.3-1.03,2.3-2.3v-15.65c0-1.27-1.03-2.3-2.3-2.3H4.28Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<path d="m1.98,19.34c0-1.27,1.03-2.3,2.3-2.3h25.63c1.27,0,2.3,1.03,2.3,2.3v1.63H1.98v-1.63Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
6
|
+
<path d="m22.95,26.55c.23-3.37,2.93-4.24,7.07-5.52.22-.07.44.1.43.32l.81,2.46c-.01.33.58.34.77.08l5.16-7.57c.14-.2.03-.47-.21-.51l-8.77-2.17c-.33-.05-.78.34-.53.56l.92,2.49c.17.15.13.42-.06.53-3.85,2.11-8.43,2.36-8.12,7.58.14,2.28.41,4.01,2.32,5.81.28.27.59-.17.5-.55-.19-.85-.32-2.74-.27-3.51h0Z" fill="var(--sapContent_Illustrative_Color3)" />
|
|
7
|
+
<path d="m40.39,8.57c.04.1.05.21.04.32-.02.11-.06.21-.13.29l-1.6,2.05c-.26.34-.69.3-.95.1-.11-.08-.19-.2-.24-.33-.04-.13-.04-.27,0-.4.02-.06.06-.12.1-.17l1.6-2.05c.07-.09.16-.16.27-.21.11-.04.22-.06.33-.04.13.02.24.07.34.15.1.08.18.18.23.29Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
8
|
+
<path d="m44.82,21.97c-.01.08-.04.15-.08.22-.04.07-.1.12-.16.16-.07.04-.14.07-.22.08-.08.01-.16,0-.23-.01l-2.48-.52c-.09-.02-.17-.06-.25-.11-.07-.05-.14-.12-.19-.2-.05-.08-.08-.16-.1-.25-.02-.09-.01-.18,0-.27,0-.04.02-.07.03-.11.05-.13.14-.24.27-.3.12-.06.27-.08.4-.04l2.47.52c.09.02.17.06.25.11.07.05.14.12.19.19.05.08.08.16.1.25.02.09.01.18,0,.27Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
9
|
+
<path d="m44.88,14.87c-.04.08-.09.15-.15.2-.06.06-.14.1-.22.13l-3.61,1.28c-.16.06-.34.05-.5-.02s-.28-.2-.34-.36c-.06-.15-.06-.31,0-.46.03-.09.08-.16.15-.23.07-.06.14-.11.23-.14l3.61-1.28c.16-.06.34-.05.5.02.16.07.28.2.34.36.03.08.04.16.04.25,0,.09-.02.17-.06.25Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
</svg>`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-FaceID-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4277 8.40796C11.98 8.40796 12.4277 8.85567 12.4277 9.40796L12.4277 18.8026C12.4277 19.3549 11.98 19.8026 11.4277 19.8026C10.8754 19.8026 10.4277 19.3549 10.4277 18.8026L10.4277 9.40796C10.4277 8.85567 10.8754 8.40796 11.4277 8.40796Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<ellipse cx="11.3751" cy="7.42761" rx="2.71593" ry="2.71716" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.771021 38.2532C0.704656 39.3558 1.60646 40.2541 2.71103 40.2541H41.9444C43.049 40.2541 43.9508 39.3558 43.8844 38.2532C43.0547 24.4674 33.7204 13.6006 22.3277 13.6006C10.935 13.6006 1.6008 24.4674 0.771021 38.2532Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.8862 38.3133C42.0767 24.864 33.0189 14.6006 22.3277 14.6006C11.6365 14.6006 2.57874 24.864 1.76921 38.3133C1.73978 38.8024 2.14296 39.2541 2.71103 39.2541H41.9444C42.5125 39.2541 42.9157 38.8024 42.8862 38.3133ZM2.71103 40.2541C1.60646 40.2541 0.704656 39.3558 0.771021 38.2532C1.6008 24.4674 10.935 13.6006 22.3277 13.6006C33.7204 13.6006 43.0547 24.4674 43.8844 38.2532C43.9508 39.3558 43.049 40.2541 41.9444 40.2541H2.71103Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.6656 34.0624C8.59768 34.6607 9.07788 35.1694 9.68 35.1694H34.975C35.5771 35.1694 36.0573 34.6607 35.9894 34.0624C35.0517 25.8023 29.2924 19.4453 22.3275 19.4453C15.3626 19.4453 9.60328 25.8023 8.6656 34.0624Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<ellipse cx="17.2181" cy="27.3783" rx="2.34991" ry="2.34899" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
8
|
+
<ellipse cx="27.4251" cy="27.3783" rx="2.34991" ry="2.34899" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
9
|
+
<rect x="14.9863" y="44.8901" width="36.8393" height="1.66221" rx="0.831106" transform="rotate(-90 14.9863 44.8901)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.2773 8.40796C33.8296 8.40796 34.2773 8.85567 34.2773 9.40796L34.2773 18.8026C34.2773 19.3549 33.8296 19.8026 33.2773 19.8026C32.7251 19.8026 32.2773 19.3549 32.2773 18.8026L32.2773 9.40796C32.2773 8.85567 32.7251 8.40796 33.2773 8.40796Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<ellipse cx="33.2804" cy="7.42761" rx="2.71593" ry="2.71716" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 40.2541V15.0035C17.5667 14.0938 19.9005 13.6006 22.3277 13.6006C33.7204 13.6006 43.0547 24.4674 43.8844 38.2532C43.9508 39.3558 43.049 40.2541 41.9444 40.2541H15.3887Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3887 15.6829V39.2541H41.9444C42.5125 39.2541 42.9157 38.8024 42.8862 38.3133C42.0767 24.864 33.0189 14.6006 22.3277 14.6006C20.2641 14.6006 18.2709 14.9782 16.3887 15.6829ZM15.3887 15.0035V40.2541H41.9444C43.049 40.2541 43.9508 39.3558 43.8844 38.2532C43.0547 24.4674 33.7204 13.6006 22.3277 13.6006C19.9005 13.6006 17.5667 14.0938 15.3887 15.0035Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 35.1694V21.7478C17.4271 20.284 19.7978 19.4453 22.3275 19.4453C29.2924 19.4453 35.0517 25.8023 35.9894 34.0624C36.0573 34.6607 35.5771 35.1694 34.975 35.1694H15.3887Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3887 28.8528V25.9038C15.8194 25.3704 16.4789 25.0293 17.2181 25.0293C18.5159 25.0293 19.568 26.081 19.568 27.3783C19.568 28.6756 18.5159 29.7273 17.2181 29.7273C16.4789 29.7273 15.8194 29.3861 15.3887 28.8528ZM29.775 27.3783C29.775 28.6756 28.7229 29.7273 27.4251 29.7273C26.1273 29.7273 25.0752 28.6756 25.0752 27.3783C25.0752 26.081 26.1273 25.0293 27.4251 25.0293C28.7229 25.0293 29.775 26.081 29.775 27.3783Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6885 31.9518C19.7785 31.6907 20.063 31.552 20.3241 31.6419C21.497 32.0459 22.7714 32.0459 23.9443 31.6419C24.2054 31.552 24.4899 31.6907 24.5799 31.9518C24.6698 32.2129 24.5311 32.4974 24.27 32.5874C22.886 33.0641 21.3824 33.0641 19.9984 32.5874C19.7373 32.4974 19.5986 32.2129 19.6885 31.9518Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
17
|
+
<rect x="14.9863" y="44.8901" width="36.8393" height="1.66221" rx="0.831106" transform="rotate(-90 14.9863 44.8901)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-Fingerprint-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<circle cx="21.5" cy="23.21" r="21.5" fill="var(--sapContent_Illustrative_Color6)" />
|
|
3
|
+
<path d="m45,21.71c0,11.87-9.63,21.5-21.5,21.5S2,33.58,2,21.71,11.63.21,23.5.21s21.5,9.63,21.5,21.5Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
4
|
+
<path d="m23.5,42.21c11.32,0,20.5-9.18,20.5-20.5S34.82,1.21,23.5,1.21,3,10.38,3,21.71s9.18,20.5,20.5,20.5Zm0,1c11.87,0,21.5-9.63,21.5-21.5S35.37.21,23.5.21,2,9.83,2,21.71s9.63,21.5,21.5,21.5Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<path d="m23.48,8.64c3.55,0,6.88,1.4,9.36,3.94h0c.23.24.23.61,0,.84-.12.11-.26.17-.42.17s-.31-.06-.43-.18c-2.26-2.31-5.28-3.58-8.51-3.58-1.74,0-3.41.37-4.97,1.09-.3.14-.65,0-.79-.29-.14-.3,0-.65.29-.79,1.72-.79,3.56-1.2,5.47-1.2Zm8.77,9.52c-1.46-3.59-4.9-5.9-8.77-5.9-1.8,0-3.36.42-4.67,1.28-1.31.85-2.37,2.12-3.16,3.79-.14.3-.01.65.28.79h0c.3.14.65.02.79-.28.69-1.47,1.6-2.56,2.73-3.29,1.12-.73,2.46-1.1,4.03-1.1,3.38,0,6.39,2.02,7.66,5.16.09.23.32.37.55.37.07,0,.15-.01.22-.04.3-.12.45-.47.33-.78h0Zm4,.71s0,.02,0,.02h0s0,0,0,0c.2.92.31,1.87.31,2.82,0,1.03-.05,2.06-.15,3.07,0,0,0,.02,0,.03h0s0,.02,0,.02l-.02.17h0c-.03.31-.29.53-.59.53-.02,0-.04,0-.07,0h0c-.33-.04-.56-.33-.53-.66v-.13s.02-.05.02-.05c.1-.98.15-1.98.15-2.97,0-.87-.1-1.74-.28-2.59h0l-.04-.15c-.35-1.49-.98-2.88-1.87-4.14-.19-.27-.13-.64.14-.83h0c.27-.19.64-.13.83.14,0,0,0,0,0,0,1,1.41,1.7,2.97,2.08,4.65,0,.02,0,.05.01.06h0Zm-10.77,5.98c-.07.48-.15.95-.25,1.42h0c-.06.28-.31.47-.58.47-.04,0-.08,0-.12-.01h0c-.32-.07-.53-.39-.46-.71.09-.42.16-.85.23-1.28,0-.01,0-.03,0-.04,0-.01,0-.02,0-.02h0c.14-.98.21-1.98.21-2.97,0-.57-.47-1.03-1.03-1.03s-1,.44-1.03.99h0s0,.03,0,.04h0s0,.33,0,.33h0c0,.3-.26.62-.61.59-.33,0-.59-.28-.58-.61v-.26s0-.03,0-.05c0-1.22,1-2.22,2.22-2.22s2.22,1,2.22,2.22c0,1.03-.07,2.06-.22,3.07h0s0,.01,0,.02c0,0,0,0,0,.01h0s0,.01,0,.02h0Zm-3.6.11c.32.08.51.41.43.73h0c-.47,1.85-.88,3.07-1.47,4.19-.59,1.12-1.35,2.14-2.51,3.58-.12.15-.29.22-.47.22-.13,0-.26-.04-.37-.13h0c-.26-.21-.3-.58-.09-.84,1.13-1.41,1.84-2.36,2.38-3.39.54-1.03.92-2.16,1.37-3.93.08-.32.4-.52.73-.43Zm2.26,3.14h0c-.31-.11-.65.06-.76.37-.84,2.4-1.33,3.34-2.77,5.34-.19.27-.13.64.13.83h0c.11.08.23.11.35.11.18,0,.37-.09.48-.25,1.5-2.08,2.05-3.15,2.93-5.64.11-.31-.05-.65-.36-.76Zm-7.17-16.34c.28-.18.35-.55.17-.83-.18-.28-.55-.35-.83-.17-2.85,1.87-4.83,4.72-5.58,8.03,0,.03-.01.05-.01.07,0,0,0,.01,0,.02h0c-.2.93-.31,1.88-.31,2.83,0,.41-.03.82-.1,1.22-.05.33.17.63.49.68h0s.07,0,.1,0c.29,0,.54-.21.59-.5.07-.46.11-.94.11-1.41,0-.87.1-1.74.28-2.59h0l.04-.15c.7-2.97,2.49-5.52,5.05-7.21h0Zm15.39,9.37c.14,0,.29.04.4.14h0c.12.1.19.25.18.43,0,1.01-.06,2.03-.17,3.03v.04s0,0,0,0h0s0,.02,0,.02h0s0,.02,0,.03h0c-.31,2.75-1.02,5.43-2.12,7.96-.1.23-.32.36-.55.36-.08,0-.16-.02-.24-.05-.3-.13-.44-.48-.31-.79,1.05-2.4,1.73-4.94,2.02-7.55h0s0-.03,0-.03l.02-.17h0c.1-.94.15-1.9.15-2.85h0c0-.19.09-.34.21-.44.12-.1.26-.14.4-.14Zm-17.57,3.78s0-.04.01-.05h0s0-.04.01-.06c.27-1.01.4-2.05.4-3.1,0-.01,0-.03,0-.04h0c0-.67.09-1.34.25-1.99.08-.32-.11-.64-.43-.72h0c-.33-.09-.64.12-.72.43h0c-.19.76-.29,1.54-.29,2.32,0,.02,0,.03,0,.05,0,.95-.13,1.89-.37,2.8h0l-.04.14c-.32,1.13-.81,2.19-1.48,3.16-.18.27-.11.64.16.83.1.07.22.1.34.1.19,0,.38-.09.49-.26.76-1.11,1.32-2.33,1.67-3.62h0Zm13.76-6.13l.02.03h0s.18.31.18.31c.37.67.57,1.41.57,2.59,0,1.02-.07,2.06-.19,3.07,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,0,0,0h0c-.26,2.08-.78,4.11-1.55,6.05-.09.23-.32.38-.55.38-.08,0-.15-.01-.22-.04h0s0,0,0,0c-.31-.12-.46-.47-.33-.78.73-1.83,1.22-3.75,1.47-5.71,0-.01,0-.02,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01.12-.98.19-1.98.19-2.97,0-.62-.06-1.06-.18-1.43-.11-.37-.28-.67-.51-1.01-.03-.05-.06-.1-.07-.15-.07-.21,0-.39,0-.39.04-.11.11-.21.22-.29.27-.19.64-.12.83.15.03.05.06.09.09.13h0s.01.03.01.03l.02.03Zm-2.78,13.56c.11-.31.45-.48.76-.37h0c.31.11.48.45.37.76-.22.63-.47,1.19-.76,1.71-.11.2-.31.31-.52.31-.1,0-.2-.03-.29-.07h0s0,0,0,0c-.29-.16-.39-.52-.23-.81.25-.46.47-.96.67-1.53Zm.9-15.53c-.95-.62-2.05-.95-3.19-.95-2.03,0-3.88,1.03-4.95,2.75-.03.04-.05.09-.07.13h0s0,0,0,0c-.01.03-.03.05-.04.07h0s0,.01,0,.02l-.16.28h0c-.4.8-.62,1.68-.62,2.59,0,.02,0,.04,0,.06,0,.97-.1,1.93-.3,2.87v.03s-.01.03-.01.03c0,0,0,.01,0,.02h0s0,.01,0,.01h0s0,0,0,0c-.02.11-.05.22-.07.32-.08.32.12.64.44.72h0s0,0,0,0c.04,0,.09.02.13.02.27,0,.51-.18.58-.46.03-.15.07-.29.1-.44h0s0-.04,0-.05h0s0-.03,0-.03c.21-1.01.31-2.05.31-3.09,0-.02,0-.03,0-.05.01-.85.25-1.68.7-2.41.02-.04.05-.07.08-.12h0s0,0,0,0h0l.06-.08c.87-1.24,2.27-1.98,3.79-1.98.9,0,1.78.26,2.53.75h0c.28.18.65.1.83-.17.18-.28.1-.65-.17-.83h0Zm-9.34,10.28c.28.17.37.54.2.82h0c-.39.64-.62,1.08-.83,1.48h0c-.33.64-.6,1.16-1.31,2.03-.12.15-.29.22-.46.22-.13,0-.26-.04-.37-.13h0c-.26-.21-.29-.58-.09-.84.63-.78.85-1.19,1.18-1.83h0s.01-.03.01-.03c.21-.4.45-.86.85-1.53.17-.28.54-.37.82-.2h0s0,0,0,0Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
6
|
+
<path d="m31.73,22.52h1.19c-.02.75-.07,1.49-.15,2.22v.04s0,.01,0,.02h0s0,.02,0,.03h0c-.31,2.75-1.02,5.43-2.12,7.96-.1.23-.32.36-.55.36-.08,0-.16-.02-.24-.05-.3-.13-.44-.48-.31-.79,1.05-2.4,1.73-4.94,2.02-7.55h0s0-.03,0-.03l.02-.17h0c.07-.68.12-1.36.14-2.04Zm-17.74,0h1.19c-.05.78-.18,1.55-.38,2.3,0,.02,0,.03-.01.04h0s0,.05-.01.07h0c-.35,1.29-.92,2.51-1.67,3.62-.12.17-.3.26-.49.26-.12,0-.23-.03-.34-.1-.27-.19-.34-.56-.16-.83.66-.97,1.16-2.04,1.48-3.16l.04-.14h0c.18-.67.29-1.35.35-2.05Zm22.56,0c-.02.76-.07,1.52-.14,2.27h0s0,.03,0,.03h0s0,.02,0,.02l-.02.17h0c-.03.31-.29.53-.59.53-.02,0-.04,0-.07,0h0c-.33-.04-.56-.33-.53-.66v-.13s.02-.05.02-.05c.07-.72.12-1.44.14-2.17h1.19Zm-26.19,0h1.2c-.02.2-.04.41-.08.61-.05.29-.3.5-.59.5-.03,0-.06,0-.1,0h0c-.32-.05-.54-.36-.49-.68.02-.14.04-.28.05-.42Zm7.26,0h1.2c-.04.77-.14,1.53-.29,2.28,0,0,0,.01,0,.03h0s0,.04,0,.06h0c-.03.15-.06.3-.1.44-.07.27-.31.46-.58.46-.05,0-.09,0-.13-.02h0c-.32-.08-.52-.4-.44-.72.03-.11.05-.21.07-.32h0s0-.01,0-.01h0s0-.02,0-.02v-.03s.01-.03.01-.03c.14-.7.24-1.41.28-2.12Zm3.88,0h.71c-.1.08-.23.13-.37.11-.13,0-.24-.04-.34-.11Zm2.99,0h1.19c-.03.76-.1,1.52-.2,2.27h0s0,.01,0,.02h0s0,.01,0,.01c0,0,0,.01,0,.02h0c-.07.48-.15.95-.25,1.42h0c-.06.28-.31.47-.58.47-.04,0-.08,0-.12-.01h0c-.32-.07-.53-.39-.46-.71.09-.42.16-.85.23-1.28,0-.01,0-.03,0-.04,0-.01,0-.02,0-.02h0c.1-.72.17-1.44.2-2.17Zm3.62,0h1.19c-.03.76-.09,1.52-.18,2.27,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,0,0,0h0c-.26,2.08-.78,4.11-1.55,6.05-.09.23-.32.38-.55.38-.08,0-.15-.01-.22-.04h0s0,0,0,0c-.31-.12-.46-.47-.33-.78.73-1.83,1.22-3.75,1.47-5.71,0-.01,0-.02,0-.02,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,.09-.72.15-1.45.17-2.17Zm-5.8,3.17c.08-.32-.11-.64-.43-.73-.33-.08-.65.11-.73.43-.45,1.77-.83,2.9-1.37,3.93-.54,1.03-1.25,1.98-2.38,3.39-.21.26-.16.63.09.84h0c.11.09.24.13.37.13.17,0,.35-.08.47-.22,1.16-1.44,1.92-2.46,2.51-3.58.59-1.12,1-2.34,1.47-4.19h0Zm1.83,2.42h0c.31.11.47.45.36.76-.88,2.5-1.43,3.56-2.93,5.64-.12.16-.3.25-.48.25-.12,0-.24-.04-.35-.11h0c-.27-.19-.33-.57-.13-.83,1.44-2,1.93-2.94,2.77-5.34.11-.31.45-.48.76-.37h0Zm2.39,3.88c-.31-.11-.65.06-.76.37-.2.57-.42,1.07-.67,1.53-.16.29-.06.65.23.81h0s0,0,0,0c.09.05.19.07.29.07.21,0,.41-.11.52-.31.29-.52.54-1.08.76-1.71.11-.31-.06-.65-.37-.76h0Zm-9-4.06c.17-.28.08-.65-.2-.82h0c-.28-.17-.65-.08-.82.2-.4.66-.64,1.12-.85,1.53h0v.02s-.01,0-.01,0c-.33.63-.54,1.05-1.18,1.83-.21.26-.17.63.09.84h0s0,0,0,0c.11.09.24.13.37.13.17,0,.35-.07.46-.22.71-.87.98-1.39,1.31-2.03h0c.21-.4.44-.84.83-1.48h0Z" fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" />
|
|
7
|
+
<path d="m7.9,21.65h31.2c.55,0,1,.45,1,1h0c0,.55-.45,1-1,1H7.9c-.55,0-1-.45-1-1h0c0-.55.45-1,1-1Z" fill="var(--sapContent_Illustrative_Color3)" />
|
|
8
|
+
</svg>`;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Handshake-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4468 15.5043L5.62265 12.982L1.422 21.45L20.8916 31.9182L21.0032 31.7574L23.8468 34.4236C24.5371 35.0709 25.6215 35.036 26.2688 34.3457C26.5541 34.0414 26.7069 33.6606 26.7294 33.2744C27.4208 33.8924 28.4829 33.8485 29.1207 33.1683C29.5157 32.747 29.6567 32.179 29.5496 31.6531C30.1913 31.9232 30.9605 31.7831 31.4647 31.2454C31.8838 30.7984 32.0169 30.1863 31.8712 29.6345C32.5615 30.1609 33.552 30.0895 34.1586 29.4426C34.8058 28.7522 34.7709 27.6679 34.0806 27.0206L28.1515 21.4613L28.1594 21.45C28.1441 21.3938 28.1284 21.3335 28.1117 21.2696C27.8109 20.1191 27.1982 17.7759 23.8126 16.5631C21.5977 15.7697 18.9405 15.7879 16.9013 16.0434C15.0673 16.2733 13.1428 16.2388 11.4468 15.5043Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
3
|
+
<path d="M33.7591 16.229L39.7316 13.943C39.8552 13.8957 39.9925 13.9657 40.0267 14.0935L42.4867 23.2779C42.5183 23.3957 42.4493 23.5171 42.3319 23.5502L39.2435 24.4214C39.2298 24.4252 39.2165 24.4304 39.2037 24.4369L34.1035 27.0077C34.0205 27.0495 33.9203 27.0355 33.852 26.9725L27.0294 20.6832C26.2114 19.9292 25.0383 19.7378 23.9649 20.0303C20.2664 21.0379 18.3223 19.9319 17.545 18.8506C17.3259 18.5458 17.517 18.1529 17.8734 18.035L24.969 15.6894C25.1828 15.6187 25.4046 15.5804 25.6297 15.5872C26.1867 15.6041 27.3554 15.679 28.5531 15.9994C30.247 16.4524 32.1215 16.8558 33.7591 16.229Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.6233 14.5198L33.9379 16.6959C32.1298 17.388 30.1035 16.9316 28.4239 16.4824C27.2791 16.1762 26.1536 16.1033 25.6146 16.087C25.4566 16.0822 25.2934 16.1088 25.1259 16.1642L18.0304 18.5098C17.9872 18.5241 17.9642 18.5498 17.9555 18.5649C18.5814 19.4297 20.2837 20.515 23.8336 19.5479C25.0404 19.2191 26.4008 19.4237 27.3683 20.3156L34.0498 26.4749L38.9787 23.9904L39.2037 24.4369L38.9787 23.9904C39.02 23.9696 39.0633 23.9527 39.1078 23.9402L41.9331 23.1432L39.6233 14.5198ZM42.1962 23.069L42.1957 23.0691L42.1962 23.069ZM34.1909 26.6049L34.1905 26.6045L34.1909 26.6049ZM39.5529 13.476C39.9535 13.3227 40.3987 13.5498 40.5097 13.9642L42.9697 23.1485C43.0721 23.5306 42.8484 23.924 42.4676 24.0314L39.405 24.8954L34.3286 27.4542C34.0595 27.5898 33.7346 27.5444 33.5131 27.3402L26.6905 21.0509C26.0221 20.4347 25.0363 20.2566 24.0964 20.5127C20.2575 21.5586 18.0713 20.4394 17.1391 19.1425C16.9188 18.836 16.9057 18.4739 17.0341 18.1753C17.1581 17.8867 17.4089 17.662 17.7165 17.5603L24.8121 15.2147C25.0723 15.1287 25.3526 15.0786 25.6449 15.0874C26.2199 15.1049 27.4317 15.1819 28.6823 15.5164C30.3906 15.9732 32.1132 16.3236 33.5804 15.762L39.5529 13.476Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M18.38 32.9455C17.4371 33.0259 16.6075 32.3268 16.5271 31.3839L16.2737 28.414C16.1933 27.471 16.8925 26.6415 17.8354 26.561C18.7783 26.4806 19.6079 27.1798 19.6883 28.1227L19.9416 31.0926C20.0221 32.0355 19.3229 32.8651 18.38 32.9455Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.4225 33.4437C17.2045 33.5476 16.1328 32.6444 16.0289 31.4264L15.7755 28.4564C15.6716 27.2384 16.5748 26.1667 17.7929 26.0628C19.0109 25.9589 20.0826 26.8621 20.1865 28.0802L20.4398 31.0501C20.5437 32.2681 19.6406 33.3398 18.4225 33.4437ZM17.0253 31.3414C17.0822 32.0091 17.6698 32.5043 18.3375 32.4473C19.0053 32.3903 19.5004 31.8028 19.4435 31.1351L19.1901 28.1652C19.1331 27.4974 18.5456 27.0022 17.8779 27.0592C17.2101 27.1162 16.715 27.7037 16.7719 28.3714L17.0253 31.3414Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
7
|
+
<path d="M15.1483 31.5259C14.2054 31.6064 13.3758 30.9072 13.2954 29.9643L13.1457 28.2097C13.0482 27.0668 13.8957 26.0613 15.0386 25.9638C15.7815 25.9004 16.4351 26.4513 16.4985 27.1942L16.71 29.673C16.7904 30.6159 16.0912 31.4455 15.1483 31.5259Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1908 32.0241C13.9728 32.128 12.9011 31.2248 12.7972 30.0068L12.6475 28.2522C12.5266 26.8342 13.5781 25.5866 14.9961 25.4656C16.0142 25.3787 16.9098 26.1336 16.9967 27.1517L17.2082 29.6305C17.3121 30.8485 16.4089 31.9202 15.1908 32.0241ZM13.7936 29.9218C13.8506 30.5895 14.4381 31.0847 15.1058 31.0277C15.7736 30.9708 16.2687 30.3833 16.2118 29.7155L16.0003 27.2367C15.9604 26.7689 15.5489 26.4221 15.0811 26.462C14.2133 26.536 13.5699 27.2995 13.6439 28.1672L13.7936 29.9218Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path d="M11.7004 30.2886C10.7575 30.3691 9.92796 29.6699 9.84752 28.727L9.82954 28.5161C9.73917 27.4568 10.5247 26.5248 11.584 26.4344L12.7701 26.3332C12.9415 26.3186 13.0923 26.4457 13.1069 26.6171L13.2621 28.4357C13.3425 29.3786 12.6433 30.2082 11.7004 30.2886Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7429 30.7868C10.5249 30.8907 9.45324 29.9875 9.34933 28.7695L9.33135 28.5586C9.21751 27.2241 10.207 26.05 11.5415 25.9362L12.7276 25.835C13.1741 25.7969 13.567 26.1281 13.6051 26.5746L13.7603 28.3932C13.8642 29.6112 12.961 30.6829 11.7429 30.7868ZM10.3457 28.6845C10.4027 29.3522 10.9902 29.8474 11.6579 29.7904C12.3257 29.7335 12.8209 29.146 12.7639 28.4782L12.6248 26.8474L11.6265 26.9326C10.8423 26.9995 10.2608 27.6894 10.3277 28.4736L10.3457 28.6845Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M21.8554 33.9012C20.9124 33.9816 20.0829 33.2825 20.0024 32.3396L19.7904 29.8536C19.7099 28.9107 20.4091 28.0811 21.352 28.0007C22.2949 27.9202 23.1245 28.6194 23.2049 29.5623L23.417 32.0483C23.4974 32.9912 22.7983 33.8208 21.8554 33.9012Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8979 34.3994C20.6798 34.5033 19.6081 33.6001 19.5042 32.3821L19.2922 29.8961C19.1883 28.678 20.0915 27.6064 21.3095 27.5025C22.5275 27.3985 23.5992 28.3017 23.7031 29.5198L23.9152 32.0058C24.0191 33.2238 23.1159 34.2955 21.8979 34.3994ZM20.5006 32.2971C20.5576 32.9648 21.1451 33.46 21.8129 33.403C22.4806 33.346 22.9758 32.7585 22.9188 32.0908L22.7067 29.6048C22.6498 28.937 22.0623 28.4419 21.3945 28.4988C20.7267 28.5558 20.2316 29.1433 20.2886 29.8111L20.5006 32.2971Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.285 27.0671C25.4866 26.8784 25.803 26.8888 25.9917 27.0904L29.9602 31.3298C30.149 31.5314 30.1385 31.8478 29.9369 32.0366C29.7353 32.2253 29.4189 32.2148 29.2302 32.0132L25.2617 27.7738C25.073 27.5722 25.0834 27.2558 25.285 27.0671Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.7793 25.2965C27.9765 25.1032 28.293 25.1064 28.4863 25.3036L32.5041 29.4031C32.6974 29.6003 32.6942 29.9169 32.4969 30.1102C32.2997 30.3035 31.9832 30.3003 31.7899 30.1031L27.7721 26.0036C27.5788 25.8064 27.582 25.4898 27.7793 25.2965Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.5444 30.5737C24.7529 30.3927 25.0687 30.4149 25.2497 30.6234L27.3787 33.0748C27.5598 33.2833 27.5376 33.5991 27.3291 33.7801C27.1206 33.9612 26.8048 33.939 26.6237 33.7305L24.4947 31.2791C24.3137 31.0706 24.3359 30.7548 24.5444 30.5737Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<rect x="35.2565" y="13.9539" width="5.94559" height="13.0308" rx="0.891992" transform="rotate(-18.7886 35.2565 13.9539)" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<rect width="5.86326" height="13.0308" rx="0.891992" transform="matrix(-0.892669 -0.450713 -0.450713 0.892669 11.0203 13.5222)" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Help-alternate">
|
|
2
|
+
<path d="M20.1731 44.763C31.3144 44.763 40.3461 35.7312 40.3461 24.5899C40.3461 13.4486 31.3144 4.41684 20.1731 4.41684C9.0318 4.41684 0 13.4486 0 24.5899C0 35.7312 9.0318 44.763 20.1731 44.763Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M23.2795 42.2779C34.4208 42.2779 43.4526 33.2461 43.4526 22.1049C43.4526 10.9636 34.4208 1.93179 23.2795 1.93179C12.1382 1.93179 3.10645 10.9636 3.10645 22.1049C3.10645 33.2461 12.1382 42.2779 23.2795 42.2779Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.4526 22.1049C44.4526 33.7984 34.9731 43.2779 23.2795 43.2779C11.586 43.2779 2.10645 33.7984 2.10645 22.1049C2.10645 10.4113 11.586 0.931793 23.2795 0.931793C34.9731 0.931793 44.4526 10.4113 44.4526 22.1049ZM43.4526 22.1049C43.4526 33.2461 34.4208 42.2779 23.2795 42.2779C12.1382 42.2779 3.10645 33.2461 3.10645 22.1049C3.10645 10.9636 12.1382 1.93179 23.2795 1.93179C34.4208 1.93179 43.4526 10.9636 43.4526 22.1049Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M23.2793 36.4994C31.2292 36.4994 37.6738 30.0548 37.6738 22.1049C37.6738 14.155 31.2292 7.71036 23.2793 7.71036C15.3294 7.71036 8.88477 14.155 8.88477 22.1049C8.88477 30.0548 15.3294 36.4994 23.2793 36.4994Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2796 12.3646C20.1347 12.3646 17.1919 14.5284 17.1919 17.6406C17.1919 18.3131 17.737 18.8582 18.4094 18.8582C19.0819 18.8582 19.627 18.3131 19.627 17.6406C19.627 16.2701 21.045 14.7997 23.2796 14.7997C25.5142 14.7997 26.9322 16.2701 26.9322 17.6406C26.9322 18.3859 26.7171 18.8873 26.4221 19.2726C26.1066 19.6847 25.6556 20.0207 25.1009 20.3445C24.8502 20.4908 24.5988 20.6234 24.3349 20.7626L24.2522 20.8062C23.9719 20.9541 23.6623 21.119 23.3853 21.2958C22.9111 21.5986 22.0621 22.2208 22.0621 23.3225V24.5401C22.0621 25.2125 22.6072 25.7576 23.2796 25.7576C23.952 25.7576 24.4972 25.2125 24.4972 24.5401V23.4888C24.5379 23.4556 24.601 23.4088 24.6958 23.3482C24.8754 23.2335 25.0985 23.113 25.389 22.9597L25.4732 22.9152C25.7314 22.7791 26.0296 22.622 26.3285 22.4475C26.9914 22.0606 27.7579 21.5336 28.3556 20.753C28.9737 19.9456 29.3673 18.9246 29.3673 17.6406C29.3673 14.5284 26.4245 12.3646 23.2796 12.3646Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path d="M25.1059 30.019C25.1059 31.0277 24.2883 31.8453 23.2796 31.8453C22.271 31.8453 21.4533 31.0277 21.4533 30.019C21.4533 29.0104 22.271 28.1927 23.2796 28.1927C24.2883 28.1927 25.1059 29.0104 25.1059 30.019Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-Lock-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<path d="m6.61,41.61h8.37v2.05c0,.67-.54,1.21-1.21,1.21h-5.96c-.67,0-1.21-.54-1.21-1.21v-2.05Z" fill="var(--sapContent_Illustrative_Color4)" />
|
|
3
|
+
<path d="m30.02,41.61h8.37v2.05c0,.67-.54,1.21-1.21,1.21h-5.96c-.67,0-1.21-.54-1.21-1.21v-2.05Z" fill="var(--sapContent_Illustrative_Color4)" />
|
|
4
|
+
<path d="m1.48,9.31c0-3.02,2.45-5.47,5.47-5.47h31.1c3.02,0,5.47,2.45,5.47,5.47v26.03c0,3.02-2.45,5.47-5.47,5.47H6.95c-3.02,0-5.47-2.45-5.47-5.47V9.31Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
5
|
+
<path d="m6.95,2.85h31.1c3.57,0,6.47,2.9,6.47,6.47v26.03c0,3.57-2.9,6.47-6.47,6.47H6.95c-3.57,0-6.47-2.9-6.47-6.47V9.31C.48,5.74,3.38,2.85,6.95,2.85Zm0,1c-3.02,0-5.47,2.45-5.47,5.47v26.03c0,3.02,2.45,5.47,5.47,5.47h31.1c3.02,0,5.47-2.45,5.47-5.47V9.31c0-3.02-2.45-5.47-5.47-5.47H6.95Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
6
|
+
<rect x="5.12" y="7.69" width="34.77" height="29.28" rx="2.94" ry="2.94" fill="var(--sapContent_Illustrative_Color6)" />
|
|
7
|
+
<rect x="3.9" y="11.79" width="2.31" height="8.14" rx="1.15" ry="1.15" fill="var(--sapContent_Illustrative_Color4)" />
|
|
8
|
+
<rect x="3.9" y="24.73" width="2.31" height="8.14" rx="1.15" ry="1.15" fill="var(--sapContent_Illustrative_Color4)" />
|
|
9
|
+
<path d="m30.3,22.33c0,4.54-3.68,8.21-8.21,8.21s-8.21-3.68-8.21-8.21,3.68-8.21,8.21-8.21,8.21,3.68,8.21,8.21Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
10
|
+
<path d="m22.09,29.54c3.98,0,7.21-3.23,7.21-7.21s-3.23-7.21-7.21-7.21-7.21,3.23-7.21,7.21,3.23,7.21,7.21,7.21Zm0,1c4.54,0,8.21-3.68,8.21-8.21s-3.68-8.21-8.21-8.21-8.21,3.68-8.21,8.21,3.68,8.21,8.21,8.21Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
11
|
+
<path d="m25.17,22.53c0-.28.22-.5.5-.5h9.26c.28,0,.5.22.5.5s-.22.5-.5.5h-9.26c-.28,0-.5-.22-.5-.5Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
12
|
+
<circle cx="22.09" cy="22.33" r="4.08" fill="var(--sapContent_Illustrative_Color3)" />
|
|
13
|
+
</svg>`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Mission-alternate">
|
|
2
|
+
<path d="M7.83213 29.5194L20.4898 16.5666L12.7527 16.9674C10.3441 17.0922 8.09954 18.2261 6.56989 20.0908L1.36691 26.4334C1.13218 26.7195 1.25146 27.1518 1.59971 27.2771L7.83213 29.5194Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
3
|
+
<path d="M16.2448 37.9322L29.1977 25.2745L28.7969 33.0116C28.6721 35.4202 27.5382 37.6647 25.6735 39.1944L19.3309 44.3974C19.0447 44.6321 18.6124 44.5128 18.4871 44.1646L16.2448 37.9322Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path d="M42.2694 2.76084C42.6983 2.71407 43.0501 3.06578 43.0033 3.4947C41.9018 13.595 36.4718 22.8833 28.1293 28.9372L16.2968 37.5239C12.5932 36.0758 9.68833 33.171 8.24019 29.4674L16.8269 17.6348C22.8809 9.29237 32.1691 3.86238 42.2694 2.76084Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.4417 38.6545L15.9326 38.4554C11.9691 36.9056 8.85862 33.7952 7.30885 29.8317L7.10979 29.3226L16.0175 17.0476C22.2345 8.48053 31.7755 2.89951 42.161 1.76688C43.2253 1.65081 44.1135 2.53894 43.9974 3.60325C42.8647 13.9888 37.2837 23.5297 28.7166 29.7467L16.4417 38.6545ZM43.0033 3.49484C43.0501 3.06592 42.6983 2.71421 42.2694 2.76098C32.1691 3.86252 22.8808 9.29251 16.8269 17.6349L8.24018 29.4675C9.68832 33.1711 12.5932 36.0759 16.2967 37.5241L28.1293 28.9374C36.4717 22.8834 41.9017 13.5952 43.0033 3.49484Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<circle cx="31.1597" cy="14.7577" r="2.71098" transform="rotate(45 31.1597 14.7577)" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M22.9115 25.5567C23.2271 25.2717 23.2396 24.7805 22.939 24.4799L21.4376 22.9785C21.1369 22.6778 20.6458 22.6904 20.3608 23.006L9.88437 34.6093C9.52466 35.0077 9.54022 35.6181 9.91978 35.9977C10.2993 36.3773 10.9097 36.3928 11.3081 36.0331L22.9115 25.5567Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7276 5.17189C35.7658 3.94034 38.9744 3.1203 42.2695 2.76094C42.6984 2.71417 43.0502 3.06588 43.0034 3.4948C42.6432 6.79749 41.8202 10.0133 40.5839 13.0577C39.3747 11.5887 38.0122 10.0119 36.8084 8.8082C35.6507 7.65044 34.1478 6.34579 32.7276 5.17189Z" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-MissionFailed-alternate">
|
|
2
|
+
<path d="M21.9781 12.2852L33.0945 27.1294L33.9146 19.1471C34.1611 16.7479 33.3853 14.3559 31.7776 12.5581L26.105 6.21491C25.8583 5.93902 25.4128 5.99051 25.2355 6.3154L21.9781 12.2852Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
3
|
+
<path d="M12.1429 19.4749L22.9143 34.5714L15.0595 32.9309C12.6986 32.4378 10.6548 30.9727 9.42953 28.8953L5.10661 21.5654C4.91859 21.2466 5.10283 20.8378 5.46619 20.7674L12.1429 19.4749Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.0788 44.0724H43.241C42.0275 36.2839 38.3199 28.9456 32.5895 23.2552L21.9666 12.7063C17.9914 13.5894 14.5954 16.072 12.5479 19.5918L19.3761 32.9147C21.5716 37.1984 24.5429 40.975 28.0788 44.0724Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.7033 45.0724L27.4205 44.8246C23.7906 41.6448 20.7404 37.7681 18.4867 33.3708L11.4092 19.5615L11.684 19.089C13.872 15.3279 17.5027 12.6737 21.7503 11.7301L22.2839 11.6116L33.2947 22.5456C39.1765 28.3864 42.9833 35.9194 44.2296 43.9184L44.4094 45.0724H27.7033ZM43.2416 44.0724C43.1895 43.7382 43.1328 43.4048 43.0716 43.0724C41.7062 35.6572 38.0746 28.7015 32.5901 23.2552L21.9672 12.7063C17.992 13.5894 14.596 16.072 12.5484 19.5918L19.3766 32.9147C21.5721 37.1984 24.5435 40.975 28.0794 44.0724H43.2416Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<path d="M31.0065 39.8484C30.1017 38.6107 30.3716 36.8738 31.6093 35.969C32.847 35.0642 34.5838 35.3341 35.4886 36.5718C36.3935 37.8095 36.1236 39.5463 34.8859 40.4511C33.6482 41.356 31.9113 41.0861 31.0065 39.8484Z" fill="var(--sapContent_Illustrative_Color14)"/>
|
|
7
|
+
<path d="M23.6168 28.1664C23.8555 28.5305 24.3506 28.6204 24.7021 28.3634L26.4573 27.0803C26.8088 26.8234 26.8733 26.3244 26.5988 25.9864L16.5049 13.5615C16.1583 13.1349 15.5382 13.0546 15.0945 13.379C14.6508 13.7034 14.5391 14.3186 14.8404 14.7783L23.6168 28.1664Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.68652 1.66028C2.68652 1.10799 3.13424 0.660278 3.68652 0.660278H15.6486C17.6168 0.660278 19.2124 2.25585 19.2124 4.22408C19.2124 6.19231 17.6168 7.78788 15.6486 7.78788H8.98831C8.18244 7.78788 7.52915 8.44117 7.52915 9.24704C7.52915 10.0529 8.18244 10.7062 8.98831 10.7062H12.8532C13.4055 10.7062 13.8532 11.1539 13.8532 11.7062C13.8532 12.2585 13.4055 12.7062 12.8532 12.7062H8.98831C7.07787 12.7062 5.52915 11.1575 5.52915 9.24704C5.52915 7.3366 7.07786 5.78788 8.98831 5.78788H15.6486C16.5122 5.78788 17.2124 5.08774 17.2124 4.22408C17.2124 3.36041 16.5123 2.66028 15.6486 2.66028H3.68652C3.13424 2.66028 2.68652 2.21256 2.68652 1.66028Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
9
|
+
</svg>
|
|
10
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-NoApplications-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<rect x=".06" y="14.6" width="35.61" height="23.78" rx="2.76" ry="2.76" fill="var(--sapContent_Illustrative_Color6)" />
|
|
3
|
+
<path d="m2.22,15.92c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v18.16c0,1.27-1.03,2.3-2.3,2.3H4.52c-1.27,0-2.3-1.03-2.3-2.3V15.92Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
4
|
+
<path d="m4.52,12.63h29.38c1.82,0,3.3,1.48,3.3,3.3v18.16c0,1.82-1.48,3.3-3.3,3.3H4.52c-1.82,0-3.3-1.48-3.3-3.3V15.92c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v18.16c0,1.27,1.03,2.3,2.3,2.3h29.38c1.27,0,2.3-1.03,2.3-2.3V15.92c0-1.27-1.03-2.3-2.3-2.3H4.52Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<rect x="4.47" y="20.14" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
|
|
6
|
+
<rect x="16.64" y="20.14" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
|
|
7
|
+
<rect x="4.47" y="27.43" width="9.98" height="5.19" rx="1" ry="1" fill="var(--sapContent_Illustrative_Color20)" />
|
|
8
|
+
<path d="m2.22,15.92c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v2.12H2.22v-2.12Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
9
|
+
<path d="m34.65,1.35c.08.07.15.16.18.27s.04.21.02.32l-.47,2.55c-.08.42-.47.59-.8.52-.14-.02-.26-.08-.36-.18-.1-.1-.16-.22-.18-.36,0-.07,0-.13,0-.2l.47-2.55c.02-.11.07-.22.14-.31.07-.09.17-.15.28-.19.12-.04.25-.05.37-.03.12.02.24.08.34.16Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
<path d="m44.77,11.19c.02.07.03.15.03.23,0,.08-.03.15-.07.22-.04.07-.09.13-.15.17-.06.05-.13.08-.21.1l-2.44.68c-.09.02-.18.03-.27.02-.09-.01-.18-.04-.26-.09-.08-.05-.15-.11-.2-.18-.05-.07-.09-.16-.12-.24-.01-.04-.02-.07-.02-.11-.02-.14.02-.28.1-.39.08-.11.2-.19.33-.22l2.44-.68c.09-.02.18-.03.27-.02.09.01.18.04.26.09.08.05.15.11.2.18.06.07.09.16.12.24Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
11
|
+
<path d="m41.55,4.86c0,.09,0,.17-.04.25-.03.08-.08.15-.13.22l-2.61,2.8c-.12.13-.28.2-.45.21-.17,0-.34-.05-.47-.16-.12-.1-.2-.25-.21-.41,0-.09,0-.18.03-.27.03-.09.08-.17.14-.23l2.61-2.8c.12-.13.28-.2.45-.21.17,0,.34.05.47.16.06.06.12.12.15.2.04.08.06.16.06.25Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
12
|
+
<path d="m36.06,44.45c4.45,0,8.06-3.61,8.06-8.06s-3.61-8.06-8.06-8.06-8.06,3.61-8.06,8.06,3.61,8.06,8.06,8.06Z" fill="var(--sapContent_Illustrative_Color3)" />
|
|
13
|
+
<path d="m36.06,32h0c-.6,0-1.09.49-1.09,1.09v6.6c0,.6.49,1.09,1.09,1.09h0c.6,0,1.09-.49,1.09-1.09v-6.6c0-.6-.49-1.09-1.09-1.09Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
14
|
+
<path d="m31.86,36.26v.25c0,.53.43.97.97.97h6.48c.53,0,.97-.43.97-.97v-.25c0-.53-.43-.97-.97-.97h-6.48c-.53,0-.97.43-.97.97Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
15
|
+
</svg>`;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-NoFlows-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<rect x=".06" y="14.09" width="35.61" height="23.78" rx="2.76" ry="2.76"
|
|
3
|
+
fill="var(--sapContent_Illustrative_Color6)" />
|
|
4
|
+
<path
|
|
5
|
+
d="m2.22,15.42c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v18.16c0,1.27-1.03,2.3-2.3,2.3H4.52c-1.27,0-2.3-1.03-2.3-2.3V15.42Z"
|
|
6
|
+
fill="var(--sapContent_Illustrative_Color8)" />
|
|
7
|
+
<path
|
|
8
|
+
d="m4.52,12.12h29.38c1.82,0,3.3,1.48,3.3,3.3v18.16c0,1.82-1.48,3.3-3.3,3.3H4.52c-1.82,0-3.3-1.48-3.3-3.3V15.42c0-1.82,1.48-3.3,3.3-3.3Zm0,1c-1.27,0-2.3,1.03-2.3,2.3v18.16c0,1.27,1.03,2.3,2.3,2.3h29.38c1.27,0,2.3-1.03,2.3-2.3V15.42c0-1.27-1.03-2.3-2.3-2.3H4.52Z"
|
|
9
|
+
fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
10
|
+
<path d="m25.48,23.29H8.8v-1h16.69v1Z" fill="var(--sapContent_Illustrative_Color18)"
|
|
11
|
+
fill-rule="evenodd" />
|
|
12
|
+
<path d="m9.99,31.63v-9.08h1v9.08h-1Z" fill="var(--sapContent_Illustrative_Color18)"
|
|
13
|
+
fill-rule="evenodd" />
|
|
14
|
+
<rect x="5.46" y="20.2" width="9.98" height="5.19" rx="1" ry="1"
|
|
15
|
+
fill="var(--sapContent_Illustrative_Color20)" />
|
|
16
|
+
<rect x="20.66" y="19.68" width="6.22" height="6.22" rx="1" ry="1"
|
|
17
|
+
transform="translate(-9.16 23.48) rotate(-45)"
|
|
18
|
+
fill="var(--sapContent_Illustrative_Color20)" />
|
|
19
|
+
<rect x="5.46" y="28.49" width="9.98" height="5.19" rx="1" ry="1"
|
|
20
|
+
fill="var(--sapContent_Illustrative_Color20)" />
|
|
21
|
+
<path d="m2.22,15.42c0-1.27,1.03-2.3,2.3-2.3h29.38c1.27,0,2.3,1.03,2.3,2.3v2.12H2.22v-2.12Z"
|
|
22
|
+
fill="var(--sapContent_Illustrative_Color5)" />
|
|
23
|
+
<path
|
|
24
|
+
d="m34.65.85c.08.07.15.16.18.27s.04.21.02.32l-.47,2.55c-.08.42-.47.59-.8.52-.14-.02-.26-.08-.36-.18-.1-.1-.16-.22-.18-.36,0-.07,0-.13,0-.2l.47-2.55c.02-.11.07-.22.14-.31.07-.09.17-.15.28-.19.12-.04.25-.05.37-.03.12.02.24.08.34.16Z"
|
|
25
|
+
fill="var(--sapContent_Illustrative_Color5)" />
|
|
26
|
+
<path
|
|
27
|
+
d="m44.77,10.69c.02.07.03.15.03.23,0,.08-.03.15-.07.22-.04.07-.09.13-.15.17-.06.05-.13.08-.21.1l-2.44.68c-.09.02-.18.03-.27.02-.09-.01-.18-.04-.26-.09-.08-.05-.15-.11-.2-.18-.05-.07-.09-.16-.12-.24-.01-.04-.02-.07-.02-.11-.02-.14.02-.28.1-.39.08-.11.2-.19.33-.22l2.44-.68c.09-.02.18-.03.27-.02.09.01.18.04.26.09.08.05.15.11.2.18.06.07.09.16.12.24Z"
|
|
28
|
+
fill="var(--sapContent_Illustrative_Color5)" />
|
|
29
|
+
<path
|
|
30
|
+
d="m41.55,4.36c0,.09,0,.17-.04.25-.03.08-.08.15-.13.22l-2.61,2.8c-.12.13-.28.2-.45.21-.17,0-.34-.05-.47-.16-.12-.1-.2-.25-.21-.41,0-.09,0-.18.03-.27.03-.09.08-.17.14-.23l2.61-2.8c.12-.13.28-.2.45-.21.17,0,.34.05.47.16.06.06.12.12.15.2.04.08.06.16.06.25Z"
|
|
31
|
+
fill="var(--sapContent_Illustrative_Color5)" />
|
|
32
|
+
<path
|
|
33
|
+
d="m36.06,43.94c4.45,0,8.06-3.61,8.06-8.06s-3.61-8.06-8.06-8.06-8.06,3.61-8.06,8.06,3.61,8.06,8.06,8.06Z"
|
|
34
|
+
fill="var(--sapContent_Illustrative_Color3)" />
|
|
35
|
+
<path
|
|
36
|
+
d="m36.06,31.5h0c-.6,0-1.09.49-1.09,1.09v6.6c0,.6.49,1.09,1.09,1.09h0c.6,0,1.09-.49,1.09-1.09v-6.6c0-.6-.49-1.09-1.09-1.09Z"
|
|
37
|
+
fill="var(--sapContent_Illustrative_Color8)" />
|
|
38
|
+
<path
|
|
39
|
+
d="m31.86,35.76v.25c0,.53.43.97.97.97h6.48c.53,0,.97-.43.97-.97v-.25c0-.53-.43-.97-.97-.97h-6.48c-.53,0-.97.43-.97.97Z"
|
|
40
|
+
fill="var(--sapContent_Illustrative_Color8)" />
|
|
41
|
+
</svg>`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-NoUsers-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<path d="m8.17,27.84c0-5.13,2.16-9.76,5.64-13.01l-1.03-2.37c-.38-.87.26-1.85,1.21-1.85l23.81-.04c.95,0,1.59.97,1.22,1.85l-1.02,2.38c3.49,3.24,5.67,7.86,5.68,12.99.01,6.69-3.68,12.52-9.14,15.56-.24.09-.49.18-.74.27l-15.71.03c-.25-.08-.49-.17-.74-.27-5.47-3.02-9.18-8.84-9.19-15.53Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
3
|
+
<path d="m34.96,44.25l-.07.03c-.26.1-.51.19-.77.28l-.16.06-16.05.03-.16-.05c-.26-.09-.51-.18-.77-.28l-.07-.03-.06-.03c-5.77-3.19-9.69-9.33-9.7-16.4,0-5.17,2.07-9.85,5.45-13.24l-.75-1.74c-.66-1.53.46-3.24,2.13-3.25l23.81-.04c1.67,0,2.8,1.71,2.14,3.24l-.75,1.74c3.38,3.39,5.48,8.06,5.49,13.23.01,7.07-3.89,13.22-9.65,16.43l-.06.03Zm3.03-29.45l1.02-2.38c.38-.87-.27-1.85-1.22-1.85l-23.81.04c-.95,0-1.59.98-1.21,1.85l1.03,2.37c-3.48,3.25-5.65,7.87-5.64,13.01.01,6.69,3.72,12.51,9.19,15.53.25.09.49.18.74.27l15.71-.03c.25-.09.49-.18.74-.27,5.46-3.04,9.15-8.87,9.14-15.56,0-5.13-2.19-9.75-5.68-12.99Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
4
|
+
<path d="m19.01,14.52c.32.45.2,1.08-.25,1.39-3.31,2.31-4.58,5.32-4.8,6.39-.11.54-.64.89-1.18.78-.54-.11-.89-.64-.78-1.18.31-1.55,1.86-5.02,5.62-7.63.45-.32,1.08-.2,1.39.25Z" fill="var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
5
|
+
<path d="m10.39,24.7c4.62,1.68,10.06,1.22,16.97-1.47,4.92-1.91,9.54-1.8,13.39-.91.66,1.75,1.03,3.64,1.03,5.62,0,5.98-3.29,11.19-8.16,13.9-.2.08-.4.15-.6.22-.04.01-.08.02-.11.02l-13.92.02s-.08,0-.11-.02c-.2-.07-.4-.14-.6-.22-4.89-2.7-8.2-7.9-8.21-13.88,0-1.13.11-2.23.34-3.29Z" fill="var(--sapContent_Illustrative_Color19)" fill-rule="evenodd" />
|
|
6
|
+
<path d="m26,42.09c-.25-1.7.02-3.19.47-4.53-.02-.01-.03-.02-.05-.04-2.05-1.66-2.62-3.72-2.61-4.73,0-.55.46-1,1.01-.99.55,0,1,.46.99,1.01,0,.36.24,1.6,1.45,2.78.1-.21.19-.42.29-.63v-.02c.2-.41.38-.8.54-1.19.33-.78.57-1.49.68-2.2.08-.55.59-.93,1.13-.85.55.08.93.59.85,1.13-.14.96-.46,1.85-.82,2.69-.18.42-.37.84-.56,1.25h0c-.19.41-.37.81-.55,1.22-.69,1.6-1.15,3.19-.79,5.07h-2.03Zm4.29,0c-.27-1.42-.07-4.14,1.82-7.34,1.91-3.24,2.4-6.29,2.42-7.31,0-.55.46-.99,1.01-.98.55,0,.99.46.99,1.01-.02,1.36-.6,4.76-2.69,8.3-1.89,3.2-1.72,5.57-1.53,6.15.02.06.03.12.04.18h-2.05Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
7
|
+
<circle cx="16.32" cy="33.25" r="1.35" fill="var(--sapContent_Illustrative_Color8)" />
|
|
8
|
+
<circle cx="21.01" cy="28.71" r="1.01" fill="var(--sapContent_Illustrative_Color8)" />
|
|
9
|
+
<path d="m8.8.79c-.07.08-.11.18-.13.28-.02.1,0,.21.03.31l.83,2.35c.14.39.53.48.84.38.13-.04.24-.12.31-.23.08-.11.12-.24.11-.37,0-.06-.02-.13-.04-.19l-.83-2.35c-.03-.1-.1-.2-.18-.27-.08-.07-.18-.12-.29-.14-.12-.02-.24-.01-.36.03-.11.04-.22.11-.3.2Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
<path d="m.71,11.63c-.01.07,0,.15.01.22.02.07.05.14.1.2.05.06.11.11.17.14.07.03.14.06.21.06l2.41.27c.09,0,.17,0,.26-.02.08-.02.16-.07.23-.12.07-.06.12-.12.16-.2.04-.08.07-.16.07-.25,0-.04,0-.07,0-.11,0-.13-.06-.26-.15-.35-.09-.1-.22-.15-.35-.16l-2.41-.27c-.09,0-.17,0-.26.02-.08.02-.16.07-.23.12-.07.06-.12.12-.16.2s-.07.16-.07.25Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
11
|
+
<path d="m2.8,5.16c0,.08.03.16.07.23.04.07.09.13.16.18l2.89,2.26c.13.1.29.15.46.13s.31-.1.42-.22c.1-.12.15-.27.14-.42,0-.09-.03-.17-.07-.25-.04-.08-.1-.15-.17-.2l-2.89-2.26c-.13-.1-.3-.15-.46-.13-.16.02-.32.1-.42.23-.05.06-.09.14-.11.21-.02.08-.03.16-.02.24Z" fill="var(--sapContent_Illustrative_Color5)" />
|
|
12
|
+
</svg>`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Radar-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.8309 43.5926C37.9574 43.9409 37.6994 44.3089 37.3289 44.3089H22.8536C22.4728 44.3089 22.2143 43.9217 22.3604 43.5699L30.2671 24.5365C30.3569 24.3203 30.6295 24.2514 30.8113 24.399C30.8606 24.439 30.8981 24.4917 30.9198 24.5514L37.8309 43.5926Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.581 25.0839L22.822 43.7616C22.8186 43.7699 22.8187 43.7747 22.819 43.7779C22.8195 43.7822 22.8213 43.7878 22.8252 43.7937C22.8291 43.7995 22.8336 43.8033 22.8374 43.8054C22.8402 43.807 22.8447 43.8089 22.8536 43.8089H37.3288C37.3372 43.8089 37.3416 43.8071 37.3446 43.8055C37.3484 43.8035 37.3529 43.7998 37.3567 43.7943C37.3606 43.7888 37.3625 43.7834 37.3631 43.7791C37.3636 43.7758 37.3637 43.771 37.3608 43.7631L30.581 25.0839ZM29.8052 24.3447C30.0233 23.8198 30.685 23.6525 31.1263 24.0107C31.246 24.1079 31.3371 24.2358 31.3897 24.3807L38.3008 43.4219C38.5456 44.0962 38.0462 44.8089 37.3288 44.8089H22.8536C22.1161 44.8089 21.6156 44.059 21.8986 43.378L29.8052 24.3447Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.1535 27.9085C34.1535 30.0103 32.4498 31.7141 30.3479 31.7141C28.2465 31.7141 26.5427 30.0103 26.5427 27.9085C26.5427 25.807 28.2465 24.1033 30.3479 24.1033C32.4498 24.1033 34.1535 25.807 34.1535 27.9085Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.52373 8.42454C7.37323 8.65606 7.43891 8.96576 7.67043 9.11626L24.2576 19.8989C24.4891 20.0494 24.7988 19.9837 24.9493 19.7522C25.0998 19.5206 25.0342 19.2109 24.8026 19.0604L8.21545 8.27784C7.98393 8.12734 7.67423 8.19302 7.52373 8.42454Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<circle cx="2.0157" cy="2.0157" r="2.0157" transform="matrix(-0.930304 -0.366789 -0.366789 0.930304 10.5575 7.56104)" fill="var(--sapContent_Illustrative_Color9)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.1811 22.8072C17.4273 22.6821 17.5255 22.3812 17.4005 22.135L11.5668 10.6464C11.4418 10.4001 11.1408 10.3019 10.8946 10.4269C10.6484 10.5519 10.5501 10.8529 10.6751 11.0991L16.5089 22.5877C16.6339 22.8339 16.9349 22.9322 17.1811 22.8072Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.5267 11.4693C24.5107 11.745 24.2742 11.9555 23.9985 11.9395L11.2071 11.1957C10.9314 11.1797 10.721 10.9432 10.737 10.6675C10.753 10.3919 10.9895 10.1814 11.2652 10.1974L24.0565 10.9412C24.3322 10.9572 24.5427 11.1937 24.5267 11.4693Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9562 2.417C28.1241 2.16209 28.4725 2.09943 28.7124 2.28814C35.3122 7.47826 36.88 17.0484 32.0984 24.305C27.3168 31.5617 17.9044 33.8967 10.5315 29.8799C10.2634 29.7339 10.1836 29.3891 10.3515 29.1342L27.9562 2.417Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.93401 28.8589C9.6109 29.3493 9.75794 30.0277 10.2923 30.3188C17.8976 34.4623 27.5939 32.0497 32.5159 24.58C37.4378 17.1104 35.8294 7.24875 29.0215 1.89497C28.5432 1.51883 27.8617 1.65139 27.5386 2.14175L9.93401 28.8589ZM10.7644 29.4318C10.7628 29.4252 10.7635 29.4175 10.769 29.4091L28.3736 2.69197C28.3791 2.68362 28.3859 2.67989 28.3927 2.67873C28.396 2.67815 28.3982 2.67846 28.3992 2.67869L28.3992 2.6787C28.3997 2.67881 28.4008 2.67909 28.4033 2.68103C34.795 7.70751 36.3221 16.9861 31.6809 24.0298C27.0396 31.0735 17.9111 33.3309 10.7707 29.4407C10.7679 29.4392 10.7672 29.4383 10.7669 29.4379L10.7669 29.4378C10.7663 29.437 10.7652 29.4351 10.7644 29.4318Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-RoadMap-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.5417 23.8721C22.0323 23.8721 20.8087 25.0957 20.8087 26.6051C20.8087 28.1145 22.0323 29.3382 23.5417 29.3382L35.7989 29.3382C39.3263 29.3382 42.1858 32.1977 42.1858 35.7251C42.1859 39.2525 39.3263 42.1121 35.7989 42.1121H16.665C16.1128 42.1121 15.665 41.6644 15.665 41.1121C15.665 40.5599 16.1128 40.1121 16.665 40.1121H35.7989C38.2217 40.1121 40.1859 38.148 40.1858 35.7251C40.1858 33.3022 38.2217 31.3382 35.7989 31.3382H23.5417C20.9277 31.3382 18.8087 29.2191 18.8087 26.6051C18.8087 23.9911 20.9277 21.8721 23.5417 21.8721L30.594 21.8721C31.1463 21.8721 31.594 22.3198 31.594 22.8721C31.594 23.4244 31.1463 23.8721 30.594 23.8721L23.5417 23.8721Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
3
|
+
<path d="M8.54063 21.7476C4.04888 21.7476 0.416016 25.3804 0.416016 29.8722C0.416016 35.9656 8.54063 44.9608 8.54063 44.9608C8.54063 44.9608 16.6653 35.9656 16.6653 29.8722C16.6653 25.3804 13.0324 21.7476 8.54063 21.7476ZM8.54063 32.7738C6.93892 32.7738 5.63898 31.4739 5.63898 29.8722C5.63898 28.2705 6.93892 26.9705 8.54063 26.9705C10.1423 26.9705 11.4423 28.2705 11.4423 29.8722C11.4423 31.4739 10.1423 32.7738 8.54063 32.7738Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
4
|
+
<path d="M36.355 0.944733C31.8632 0.944733 28.2304 4.5776 28.2304 9.06935C28.2304 15.1628 36.355 24.1579 36.355 24.1579C36.355 24.1579 44.4796 15.1628 44.4796 9.06935C44.4796 4.5776 40.8468 0.944733 36.355 0.944733Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.7304 9.06935C27.7304 4.30146 31.5871 0.444733 36.355 0.444733C41.1229 0.444733 44.9796 4.30146 44.9796 9.06935C44.9796 10.6939 44.441 12.4732 43.6664 14.202C42.889 15.9374 41.8568 17.6591 40.8318 19.1783C39.8058 20.699 38.7808 22.0259 38.0127 22.9723C37.6284 23.4458 37.3079 23.8248 37.0829 24.0859C36.9704 24.2164 36.8818 24.3176 36.821 24.3864C36.7906 24.4208 36.7671 24.4472 36.7512 24.4651L36.7328 24.4855L36.7266 24.4924C36.7265 24.4925 36.726 24.4931 36.355 24.1579C35.9839 24.4931 35.9839 24.493 35.9837 24.4928L35.9772 24.4855L35.9588 24.4651C35.9428 24.4472 35.9194 24.4208 35.889 24.3864C35.8282 24.3176 35.7396 24.2164 35.6271 24.0859C35.4021 23.8248 35.0816 23.4458 34.6973 22.9723C33.9292 22.0259 32.9042 20.699 31.8782 19.1783C30.8532 17.6591 29.821 15.9374 29.0435 14.202C28.269 12.4732 27.7304 10.6939 27.7304 9.06935ZM36.355 24.1579L35.9837 24.4928L36.355 24.9039L36.7266 24.4924L36.355 24.1579ZM36.355 23.3987C36.5726 23.1455 36.8756 22.7866 37.2362 22.3421C37.9915 21.4116 38.9976 20.1089 40.0028 18.619C41.009 17.1278 42.0079 15.4582 42.7538 13.7932C43.5027 12.1217 43.9796 10.4916 43.9796 9.06935C43.9796 4.85374 40.5706 1.44473 36.355 1.44473C32.1394 1.44473 28.7304 4.85374 28.7304 9.06935C28.7304 10.4916 29.2073 12.1217 29.9562 13.7932C30.7021 15.4582 31.701 17.1278 32.7072 18.619C33.7123 20.1089 34.7185 21.4116 35.4738 22.3421C35.8344 22.7866 36.1374 23.1455 36.355 23.3987Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
6
|
+
<circle cx="36.3554" cy="9.01456" r="3.0791" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-Secrets-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<path d="m28.9,22.13v-11.67c0-3.53-2.86-6.39-6.39-6.39s-6.39,2.86-6.39,6.39v11.67c0,3.53,2.86,6.39,6.39,6.39s6.39-2.86,6.39-6.39ZM22.5.7c-5.39,0-9.76,4.37-9.76,9.76v11.67c0,5.39,4.37,9.76,9.76,9.76s9.76-4.37,9.76-9.76v-11.67c0-5.39-4.37-9.76-9.76-9.76Z" fill="var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
3
|
+
<path d="m36.3,29.98c0,7.62-6.18,13.8-13.8,13.8s-13.8-6.18-13.8-13.8,6.18-13.8,13.8-13.8,13.8,6.18,13.8,13.8Z" fill="var(--sapContent_Illustrative_Color8)" />
|
|
4
|
+
<path d="m22.5,16.68c-7.34,0-13.3,5.95-13.3,13.3s5.95,13.3,13.3,13.3,13.3-5.95,13.3-13.3-5.95-13.3-13.3-13.3Zm-14.3,13.3c0-7.9,6.4-14.3,14.3-14.3s14.3,6.4,14.3,14.3-6.4,14.3-14.3,14.3-14.3-6.4-14.3-14.3Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<path d="m24.28,30.68c1.36-.66,2.3-2.06,2.3-3.67,0-2.25-1.83-4.08-4.08-4.08s-4.08,1.83-4.08,4.08c0,1.61.94,3.01,2.3,3.67v4.58c0,.98.8,1.78,1.78,1.78s1.78-.8,1.78-1.78v-4.58Z" fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" />
|
|
6
|
+
</svg>`;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" id="tnt-Dot-Services-alternate">
|
|
2
|
+
<path fill-rule="evenodd" d="M21.372 14.43c.462-.304.981-.328 1.161-.055l9.64 14.644c.18.273-.048.74-.509 1.044-.461.304-.981.329-1.16.056l-9.641-14.644c-.18-.274.048-.741.51-1.045Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
3
|
+
<rect width="16.951" height="12.21" x="8.047" y="9.728" fill="var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 8.047 9.728)"/>
|
|
4
|
+
<rect width="16.951" height="12.336" x="23.951" y="33.886" fill="var(--sapContent_Illustrative_Color2)" rx="1" transform="rotate(-33.358 23.95 33.886)"/>
|
|
5
|
+
<path d="m13.562 28.28 2.908-1.914 2.391 3.633-2.907 1.914z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path d="M14.648 24.52a1 1 0 0 1 .285-1.385L31.8 12.032a1 1 0 0 1 1.385.286l5.189 7.882a1 1 0 0 1-.286 1.385L21.222 32.688a1 1 0 0 1-1.385-.285l-5.19-7.883Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" d="M32.348 12.868 15.483 23.97l5.189 7.883L37.537 20.75l-5.189-7.882ZM14.933 23.135a1 1 0 0 0-.285 1.385l5.189 7.883a1 1 0 0 0 1.385.285l16.865-11.103a1 1 0 0 0 .286-1.385l-5.19-7.882a1 1 0 0 0-1.384-.286L14.933 23.135Zm-7.888 5.092a.5.5 0 0 1 .284.648L4.42 36.308l4.92-3.239c.137-.09.372.023.524.254.152.23.163.49.025.582L5.003 37.12l7.92.265a.5.5 0 1 1-.034 1l-9.044-.303a.499.499 0 0 1-.216-.057l-.177.116c-.138.091-.373-.022-.525-.253-.152-.23-.163-.49-.025-.582l.17-.111a.498.498 0 0 1 .028-.259l3.298-8.427a.5.5 0 0 1 .647-.283Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
8
|
+
<path fill-rule="evenodd" d="M13.782 40.57c.195.297.601.369.864.13 2.857-2.586 3.284-7.274.836-10.992-2.448-3.72-6.922-5.18-10.428-3.578-.323.147-.417.55-.222.846l8.95 13.594Z" fill="var(--sapContent_Illustrative_Color8)" clip-rule="evenodd"/>
|
|
9
|
+
<path fill-rule="evenodd" d="M14.34 39.6c2.11-2.272 2.414-6.143.307-9.343s-5.782-4.45-8.703-3.41l8.396 12.752Zm.306 1.1c-.263.239-.67.167-.864-.13l-8.95-13.594c-.195-.297-.1-.699.222-.846 3.506-1.602 7.98-.141 10.428 3.578 2.448 3.718 2.021 8.406-.836 10.993Z" fill="var(--sapContent_Illustrative_Color4)" clip-rule="evenodd"/>
|
|
10
|
+
<circle cx="2.479" cy="38.268" r="1.239" fill="var(--sapContent_Illustrative_Color9)" transform="rotate(-33.358 2.48 38.268)"/>
|
|
11
|
+
</svg>`;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SessionExpired-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7361C31.5488 40.7361 31.7903 39.9749 31.3479 39.6238C29.6859 38.3049 28.123 36.7357 26.7679 35.2142C24.3417 32.4903 19.6964 32.5335 17.3903 35.3598C16.1836 36.8387 14.8204 38.3659 13.404 39.6858C13.0121 40.051 13.2645 40.7361 13.8002 40.7361H30.9839ZM33.8597 41.3532C33.8551 41.3505 33.8492 41.3522 33.8465 41.3568C33.7394 41.5472 33.535 41.6756 33.3012 41.6756H11.6992C11.5251 41.6756 11.3674 41.6044 11.2539 41.4896C11.2499 41.4855 11.2434 41.4849 11.2387 41.4883C11.233 41.4924 11.2322 41.5005 11.2371 41.5055C11.3406 41.6106 11.4846 41.6757 11.6437 41.6757H33.3558C33.5769 41.6757 33.769 41.5498 33.8635 41.3656C33.8657 41.3611 33.8641 41.3557 33.8597 41.3532Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
5
|
+
<rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SessionExpiring-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.735 30.5277C29.4682 28.9923 27.7025 27.3214 25.2542 25.3532C25.2261 25.3306 25.1991 25.3064 25.1723 25.2822C25.0462 25.1681 24.6429 24.8086 24.1681 24.205C23.8282 23.7724 23.8279 23.0997 24.1665 22.666C24.6504 22.0464 25.063 21.6787 25.1891 21.5646C25.215 21.5412 25.241 21.5178 25.2682 21.496C27.7247 19.5184 29.4911 17.8471 30.7504 16.3204C31.9233 14.8948 32.6613 13.5973 33.1274 12.2998C33.8576 10.2849 33.9217 8.254 33.9271 5.74385C33.9278 5.42852 33.672 5.17261 33.3566 5.17261L11.6448 5.17261C11.332 5.17261 11.0771 5.42462 11.0749 5.73746C11.0572 8.23439 11.1345 10.267 11.8647 12.2998C12.3466 13.5973 13.0922 14.8948 14.2654 16.3204C15.5321 17.8557 17.2979 19.5265 19.746 21.4945C19.7744 21.5173 19.8017 21.5419 19.8288 21.5664C19.9521 21.678 20.3374 22.0217 20.7952 22.5965C21.1586 23.0526 21.1589 23.7716 20.7968 24.2292C20.3309 24.818 19.9372 25.1695 19.8128 25.2821C19.7861 25.3063 19.7591 25.3306 19.731 25.3533C17.275 27.3304 15.5091 29.001 14.2499 30.5277C13.077 31.953 12.3388 33.2508 11.873 34.5483C11.1428 36.5632 11.0786 38.5939 11.0732 41.1042C11.0725 41.4196 11.3284 41.6755 11.6437 41.6755H33.3558C33.6687 41.6755 33.9235 41.4235 33.9257 41.1106C33.9434 38.6137 33.8661 36.5811 33.1356 34.5483C32.6538 33.2508 31.9082 31.953 30.735 30.5277Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.7505 16.3204C29.4911 17.8471 27.7247 19.5184 25.2683 21.496C25.2411 21.5178 25.2151 21.5412 25.1892 21.5646L25.1786 21.5742C25.0412 21.6983 24.6377 22.0627 24.1666 22.666C23.8279 23.0997 23.8282 23.7724 24.1682 24.205C24.6308 24.793 25.0254 25.1495 25.1621 25.2729L25.1724 25.2822C25.1992 25.3064 25.2261 25.3306 25.2543 25.3532C27.7026 27.3214 29.4683 28.9923 30.735 30.5277C31.9082 31.953 32.6538 33.2508 33.1357 34.5483C33.8662 36.5811 33.9435 38.6137 33.9258 41.1106C33.9235 41.4235 33.6687 41.6755 33.3559 41.6755H11.6438C11.3284 41.6755 11.0726 41.4196 11.0733 41.1042C11.0787 38.5939 11.1428 36.5632 11.873 34.5483C12.3389 33.2508 13.0771 31.953 14.25 30.5277C15.5091 29.001 17.2751 27.3304 19.7311 25.3533C19.7592 25.3306 19.7861 25.3063 19.8129 25.2821L19.8234 25.2726C19.9582 25.1507 20.3433 24.8023 20.7969 24.2292C21.1589 23.7716 21.1587 23.0525 20.7953 22.5965C20.3494 22.0366 19.9722 21.696 19.8389 21.5755C19.8354 21.5723 19.832 21.5693 19.8288 21.5664C19.8018 21.5419 19.7744 21.5173 19.746 21.4945C17.2979 19.5265 15.5321 17.8557 14.2654 16.3204C13.0923 14.8948 12.3466 13.5973 11.8648 12.2998C11.1345 10.267 11.0573 8.23439 11.075 5.73746C11.0772 5.42462 11.332 5.17261 11.6449 5.17261L33.3567 5.17261C33.672 5.17261 33.9279 5.42852 33.9272 5.74385C33.9218 8.254 33.8576 10.2849 33.1274 12.2998C32.6613 13.5973 31.9234 14.8948 30.7505 16.3204ZM34.0681 12.6393C34.8642 10.4416 34.9218 8.24861 34.9272 5.746C34.929 4.87648 34.2241 4.17261 33.3567 4.17261L11.6449 4.17261C10.7849 4.17261 10.0811 4.86566 10.075 5.73037C10.0572 8.23466 10.1284 10.4241 10.9236 12.6379L10.9236 12.6379L10.9273 12.648C11.4534 14.0646 12.2602 15.4575 13.4933 16.9558L13.4941 16.9568C14.8209 18.565 16.644 20.2839 19.1195 22.2739C19.1194 22.2739 19.1221 22.276 19.1289 22.282C19.1362 22.2883 19.1445 22.2958 19.1581 22.3081L19.1684 22.3174C19.2875 22.425 19.6178 22.7232 20.0131 23.2195L20.0132 23.2197C20.0858 23.3108 20.0872 23.5145 20.0126 23.6087C19.6104 24.1171 19.2728 24.4222 19.1523 24.5312C19.1486 24.5346 19.145 24.5378 19.1417 24.5409C19.1282 24.553 19.1201 24.5604 19.113 24.5665C19.1064 24.5724 19.1038 24.5744 19.104 24.5743C16.6213 26.5729 14.7979 28.2916 13.4785 29.8914L13.4779 29.8923C12.2441 31.3914 11.4429 32.7876 10.9323 34.209C10.1363 36.4066 10.0787 38.5993 10.0733 41.1021C10.0714 41.9716 10.7764 42.6755 11.6438 42.6755H33.3559C34.2159 42.6755 34.9196 41.9824 34.9257 41.1177C34.9435 38.6134 34.8723 36.424 34.0768 34.2101L34.0768 34.2101L34.0731 34.2001C33.5471 32.7835 32.7402 31.3903 31.5071 29.8922L30.735 30.5277L31.5064 29.8913C30.1795 28.2831 28.3565 26.564 25.8808 24.5738C25.8808 24.5739 25.8804 24.5735 25.8794 24.5727C25.878 24.5715 25.8755 24.5694 25.8717 24.566C25.8646 24.5599 25.8564 24.5525 25.843 24.5404C25.8397 24.5374 25.8362 24.5342 25.8325 24.5309C25.7106 24.4208 25.3647 24.1086 24.9544 23.5871M34.0681 12.6393C33.5573 14.0605 32.7564 15.4563 31.5227 16.9557L31.5219 16.9567C30.2023 18.5565 28.3785 20.2758 25.8954 22.2749L25.8954 22.2749C25.8954 22.2749 25.893 22.2768 25.8872 22.2819L25.8599 22.3063C25.8566 22.3094 25.853 22.3126 25.8492 22.316C25.7269 22.4265 25.3729 22.746 24.9547 23.2815C24.8986 23.3534 24.8995 23.517 24.9544 23.587" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9839 40.7359C31.5488 40.7359 31.7903 39.9747 31.3479 39.6236C29.6859 38.3046 28.123 36.7354 26.7679 35.214C24.3417 32.4901 19.6964 32.5332 17.3903 35.3595C16.1836 36.8384 14.8204 38.3656 13.404 39.6856C13.0121 40.0507 13.2645 40.7359 13.8002 40.7359H30.9839ZM33.8597 41.3529C33.8551 41.3502 33.8492 41.3519 33.8465 41.3566C33.7394 41.547 33.535 41.6754 33.3012 41.6754H11.6992C11.5251 41.6754 11.3674 41.6042 11.2539 41.4893C11.2499 41.4852 11.2434 41.4846 11.2387 41.488C11.233 41.4921 11.2322 41.5003 11.2371 41.5053C11.3406 41.6103 11.4846 41.6755 11.6437 41.6755H33.3558C33.5769 41.6755 33.769 41.5496 33.8635 41.3653C33.8657 41.3609 33.8641 41.3554 33.8597 41.3529Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6204 22.132C21.7987 22.3922 22.0185 22.6473 22.3278 22.7095C22.7759 22.7996 23.1454 22.4478 23.4267 22.0875L23.4268 22.0874C23.9479 21.4202 24.398 21.0136 24.5501 20.8761L24.5561 20.8708C24.5841 20.8454 24.6307 20.8033 24.6837 20.7607C26.0176 19.6867 27.135 18.7124 28.0705 17.8109C28.7733 17.1337 28.2739 16.012 27.298 16.012L17.7189 16.0121C16.743 16.0121 16.2434 17.134 16.9459 17.8113C17.8827 18.7146 18.9995 19.688 20.3312 20.7587C20.3858 20.8026 20.4341 20.8462 20.4632 20.8725L20.4632 20.8725L20.4634 20.8727L20.4687 20.8775C20.6159 21.0105 21.0371 21.391 21.5307 22.0108C21.5621 22.0502 21.592 22.0906 21.6204 22.132ZM30.9995 16.012C30.9995 16.012 30.9995 16.012 30.9994 16.012C30.9189 16.1141 30.8361 16.2168 30.7511 16.3201C29.4924 17.846 27.7273 19.5163 25.2729 21.4925C25.2431 21.5165 25.2144 21.5422 25.186 21.5679L25.1792 21.5739C25.0684 21.674 24.7845 21.9305 24.4316 22.3425C24.4315 22.3426 24.4316 22.3428 24.4318 22.3427C24.4318 22.3427 24.4318 22.3427 24.4318 22.3427C24.7848 21.9307 25.0687 21.6742 25.1795 21.5741L25.1795 21.5741L25.19 21.5646C25.2159 21.5412 25.2419 21.5178 25.2691 21.4959C27.7256 19.5183 29.492 17.8471 30.7513 16.3203C30.8364 16.217 30.9191 16.1143 30.9997 16.0122C30.9997 16.0121 30.9997 16.012 30.9995 16.012ZM16.2461 18.4416C17.0603 19.2297 18.0013 20.063 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C19.0876 20.958 19.0876 20.958 19.0876 20.958C18.0012 20.063 17.0603 19.2297 16.2461 18.4416Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<rect x="6.81152" y="1.36255" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
7
|
+
<rect x="6.81201" y="41.4258" width="31.3769" height="3.88012" rx="1.42741" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
8
|
+
</svg>
|
|
9
|
+
`;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Settings-alternate">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.37189 14.6859C5.39593 12.9519 5.77841 10.7702 7.28604 9.47153L9.44046 7.61575C10.9493 6.31605 13.1658 6.26203 14.7362 7.48669L16.8664 9.148L20.9638 8.48387L22.1546 6.12532C23.1423 4.16895 25.4739 3.30836 27.4958 4.15388L30.5579 5.43441C32.4199 6.21309 33.4591 8.21161 33.027 10.1831L32.5062 12.5593L35.2335 15.7256L37.6606 15.5625C39.6744 15.4272 41.497 16.7508 41.9913 18.7077L42.8096 21.9477C43.3418 24.0543 42.1703 26.2171 40.1151 26.9224L37.5932 27.7878L36.2968 31.7086L37.6216 34.0553C38.6008 35.7899 38.2192 37.9744 36.7101 39.2744L34.5563 41.1296C33.0484 42.4285 30.8336 42.4833 29.2632 41.2607L27.1331 39.6022L23.0667 40.3009L21.8375 42.6663C20.8357 44.5944 18.5232 45.4326 16.5186 44.5943L13.4364 43.3053C11.5736 42.5264 10.5345 40.5267 10.9677 38.5547L11.49 36.177L8.76345 33.0117L6.33459 33.176C4.32015 33.3123 2.49649 31.9885 2.00202 30.0309L1.18938 26.8137C0.652663 24.6889 1.84911 22.5105 3.9302 21.8235L6.43852 20.9954L7.69925 17.0443L6.37189 14.6859ZM26.8119 29.9598C29.8978 27.3016 30.2446 22.6451 27.5864 19.5591C24.9282 16.4732 20.2717 16.1264 17.1857 18.7846C14.0997 21.4428 13.753 26.0993 16.4112 29.1853C19.0693 32.2712 23.7259 32.618 26.8119 29.9598Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.37189 12.6859C6.39593 10.9519 6.77841 8.77017 8.28604 7.47153L10.4405 5.61575C11.9493 4.31605 14.1658 4.26203 15.7362 5.48669L17.8664 7.148L21.9638 6.48387L23.1546 4.12532C24.1423 2.16895 26.4739 1.30836 28.4958 2.15388L31.5579 3.43441C33.4199 4.21309 34.4591 6.21161 34.027 8.18312L33.5062 10.5593L36.2335 13.7256L38.6606 13.5625C40.6744 13.4272 42.497 14.7508 42.9913 16.7077L43.8096 19.9477C44.3418 22.0543 43.1703 24.2171 41.1151 24.9224L38.5932 25.7878L37.2968 29.7086L38.6216 32.0553C39.6008 33.7899 39.2192 35.9744 37.7101 37.2744L35.5563 39.1296C34.0484 40.4285 31.8336 40.4833 30.2632 39.2607L28.1331 37.6022L24.0667 38.3009L22.8375 40.6663C21.8357 42.5944 19.5232 43.4326 17.5186 42.5943L14.4364 41.3053C12.5736 40.5264 11.5345 38.5267 11.9677 36.5547L12.49 34.177L9.76345 31.0117L7.33459 31.176C5.32015 31.3123 3.49649 29.9885 3.00202 28.0309L2.18938 24.8137C1.65266 22.6889 2.84911 20.5105 4.9302 19.8235L7.43852 18.9954L8.69925 15.0443L7.37189 12.6859ZM27.8119 27.9598C30.8978 25.3016 31.2446 20.6451 28.5864 17.5591C25.9282 14.4732 21.2717 14.1264 18.1857 16.7846C15.0997 19.4428 14.753 24.0993 17.4112 27.1853C20.0693 30.2712 24.7259 30.618 27.8119 27.9598Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5956 8.20494L15.1212 6.27525C13.9267 5.34373 12.2408 5.38482 11.0931 6.37342L8.93868 8.22919C7.79192 9.21699 7.50099 10.8765 8.24335 12.1955L9.78432 14.9334L8.23619 19.7851L5.2437 20.7731C3.66074 21.2956 2.75068 22.9526 3.15893 24.5688L3.97157 27.786C4.34768 29.275 5.73482 30.282 7.26707 30.1783L10.1948 29.9802L13.574 33.9032L12.9444 36.7693C12.6149 38.2693 13.4053 39.7903 14.8222 40.3828L17.9044 41.6717C19.4292 42.3093 21.1881 41.6718 21.9502 40.2052L23.4082 37.3994L28.399 36.5418L30.8775 38.4716C32.072 39.4016 33.7567 39.3599 34.9037 38.3719L37.0574 36.5167C38.2053 35.5279 38.4956 33.8663 37.7508 32.5469L36.2085 29.8148L37.7994 25.0029L40.7905 23.9765C42.3538 23.4401 43.2448 21.7949 42.8401 20.1926L42.0217 16.9526C41.6457 15.4641 40.2594 14.4573 38.7277 14.5602L35.802 14.7568L32.4224 10.8333L33.0501 7.96903C33.3788 6.46943 32.5884 4.94928 31.1721 4.35699L28.11 3.07646C26.572 2.43332 24.7985 3.08792 24.0473 4.576L22.6268 7.38945L17.5956 8.20494ZM8.69925 15.0443L7.43852 18.9954L4.9302 19.8235C2.84911 20.5105 1.65266 22.6889 2.18938 24.8137L3.00202 28.0309C3.49649 29.9885 5.32015 31.3123 7.33459 31.176L9.76345 31.0117L12.49 34.177L11.9677 36.5547C11.5345 38.5267 12.5736 40.5264 14.4364 41.3053L17.5186 42.5943C19.5232 43.4326 21.8357 42.5944 22.8375 40.6663L24.0667 38.3009L28.1331 37.6022L30.2632 39.2607C31.8336 40.4833 34.0484 40.4285 35.5563 39.1296L37.7101 37.2744C39.2192 35.9744 39.6008 33.7899 38.6216 32.0553L37.2968 29.7086L38.5932 25.7878L41.1151 24.9224C43.1703 24.2171 44.3418 22.0543 43.8096 19.9477L42.9913 16.7077C42.497 14.7508 40.6744 13.4272 38.6606 13.5625L36.2335 13.7256L33.5062 10.5593L34.027 8.18312C34.4591 6.21161 33.4199 4.21309 31.5579 3.43441L28.4958 2.15388C26.4739 1.30836 24.1423 2.16895 23.1546 4.12532L21.9638 6.48387L17.8664 7.148L15.7362 5.48669C14.1658 4.26203 11.9493 4.31605 10.4405 5.61575L8.28604 7.47153C6.77841 8.77017 6.39593 10.9519 7.37189 12.6859L8.69925 15.0443ZM29.3441 16.9065C32.3627 20.4109 31.9689 25.6989 28.4645 28.7175C24.9601 31.7361 19.6721 31.3423 16.6535 27.8379C13.6349 24.3335 14.0287 19.0455 17.5331 16.0269C21.0375 13.0083 26.3254 13.4021 29.3441 16.9065ZM28.5864 17.5591C31.2446 20.6451 30.8978 25.3016 27.8119 27.9598C24.7259 30.618 20.0693 30.2712 17.4112 27.1853C14.753 24.0993 15.0997 19.4428 18.1857 16.7846C21.2717 14.1264 25.9282 14.4732 28.5864 17.5591Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M31.4848 15.0631C35.5216 19.7495 34.9949 26.821 30.3085 30.8578C25.6221 34.8946 18.5506 34.368 14.5138 29.6816C10.477 24.9952 11.0037 17.9236 15.6901 13.8868C20.3765 9.85006 27.448 10.3767 31.4848 15.0631ZM16.6928 27.8047C19.693 31.2877 24.9486 31.6791 28.4317 28.6789C31.9147 25.6787 32.3061 20.423 29.3059 16.94C26.3057 13.4569 21.05 13.0656 17.567 16.0658C14.0839 19.066 13.6925 24.3217 16.6928 27.8047Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default `<svg width="45" height="45" id="tnt-Dot-Success-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">
|
|
2
|
+
<ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" fill="var(--sapContent_Illustrative_Color5)" />
|
|
3
|
+
<path d="m39.51,43.34s0,0,0,0c0-9.74-7.9-17.64-17.64-17.64s-17.64,7.9-17.64,17.64c0,0,0,0,0,0h35.28Z" fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
4
|
+
<path d="m4.26,42.34c.52-9.28,8.21-16.64,17.61-16.64s17.09,7.36,17.61,16.64c0,0,0,0,0,0,.02.3.03.6.03.91,0,.03,0,.06,0,.09h0s-35.28,0-35.28,0h0s0-.06,0-.09c0-.31.01-.61.03-.91,0,0,0,0,0,0Zm17.61-17.64c10.29,0,18.64,8.35,18.64,18.64,0,.55-.45,1-1,1H4.23c-.55,0-1-.45-1-1,0-10.29,8.35-18.64,18.64-18.64Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
5
|
+
<ellipse cx="21.87" cy="29.88" rx="3.33" ry="1.74" fill="var(--sapContent_Illustrative_Color5)" />
|
|
6
|
+
<path d="m22.08.33c.55,0,1,.45,1,1v27.54c0,.55-.45,1-1,1s-1-.45-1-1V1.33c0-.55.45-1,1-1Z" fill="var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
7
|
+
<path d="m23.22,1.63l17.9,9.18c.07.04.07.14,0,.18l-17.9,7.7c-.06.03-.14-.02-.14-.09V1.72c0-.07.08-.12.14-.09Z" fill="var(--sapContent_Illustrative_Color3)" fill-rule="evenodd" />
|
|
8
|
+
</svg>`;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-SuccessfulAuth-alternate">
|
|
2
|
+
<rect x="0.808594" y="8.30908" width="40.7859" height="29.5334" rx="3.16006" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
3
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V32.7338C42.1965 34.1882 41.0175 35.3672 39.5631 35.3672H5.90877C4.4544 35.3672 3.27539 34.1882 3.27539 32.7338L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.90878 6.10352L39.5631 6.10352C41.5698 6.10352 43.1965 7.73024 43.1965 9.7369V32.7338C43.1965 34.7405 41.5698 36.3672 39.5631 36.3672H5.90877C3.90211 36.3672 2.27539 34.7405 2.27539 32.7338L2.27539 9.7369C2.27539 7.73024 3.90211 6.10352 5.90878 6.10352ZM5.90878 7.10352C4.4544 7.10352 3.27539 8.28252 3.27539 9.7369L3.27539 32.7338C3.27539 34.1882 4.4544 35.3672 5.90877 35.3672H39.5631C41.0175 35.3672 42.1965 34.1882 42.1965 32.7338V9.7369C42.1965 8.28252 41.0175 7.10352 39.5631 7.10352L5.90878 7.10352Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
5
|
+
<path d="M3.27539 9.7369C3.27539 8.28252 4.4544 7.10352 5.90878 7.10352L39.5631 7.10352C41.0175 7.10352 42.1965 8.28252 42.1965 9.7369V12.1642L3.27539 12.1642L3.27539 9.7369Z" fill="var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<rect x="10.9805" y="22.4062" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<rect x="10.9805" y="28.0417" width="23.5117" height="3.84558" rx="1" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<circle cx="22.501" cy="17.4316" r="3.19238" fill="var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<rect x="32.5098" y="32.8049" width="9.13667" height="8.84562" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path d="M37.0605 29.168C35.4663 29.168 33.9078 29.6407 32.5823 30.5263C31.2568 31.4119 30.2236 32.6707 29.6136 34.1434C29.0035 35.6161 28.8439 37.2367 29.1549 38.8001C29.4659 40.3636 30.2336 41.7997 31.3609 42.9269C32.4881 44.0541 33.9244 44.8217 35.488 45.1327C37.0515 45.4437 38.6722 45.2841 40.1451 44.674C41.6179 44.064 42.8768 43.031 43.7625 41.7055C44.6482 40.3801 45.1209 38.8218 45.1209 37.2278C45.1146 35.0921 44.2634 33.0457 42.7531 31.5356C41.2428 30.0255 39.1963 29.1743 37.0605 29.168ZM40.8464 35.374L36.0101 40.2099C35.9372 40.287 35.8494 40.3485 35.7519 40.3905C35.6545 40.4325 35.5495 40.4541 35.4433 40.4541C35.3372 40.4541 35.2322 40.4325 35.1348 40.3905C35.0373 40.3485 34.9495 40.287 34.8766 40.2099L33.2645 38.5979C33.1142 38.4476 33.0297 38.2438 33.0297 38.0312C33.0297 37.8187 33.1142 37.6148 33.2645 37.4645C33.4148 37.3142 33.6187 37.2298 33.8312 37.2298C34.0438 37.2298 34.2477 37.3142 34.398 37.4645L35.4459 38.5123L39.7179 34.2406C39.8682 34.0903 40.0721 34.0059 40.2847 34.0059C40.3899 34.0059 40.4941 34.0266 40.5914 34.0669C40.6886 34.1071 40.777 34.1662 40.8514 34.2406C40.9258 34.315 40.9849 34.4034 41.0252 34.5006C41.0654 34.5978 41.0862 34.7021 41.0862 34.8073C41.0862 34.9126 41.0654 35.0168 41.0252 35.114C40.9849 35.2112 40.9258 35.2996 40.8514 35.374H40.8464Z" fill="var(--sapContent_Illustrative_Color12)"/>
|
|
11
|
+
</svg>
|
|
12
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default `<svg width="45" height="46" viewBox="0 0 45 46" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dot-Systems-alternate">
|
|
2
|
+
<path d="M43.2885 9.75756L29.8718 6.37808C29.3029 6.2348 28.7432 6.51445 28.6216 7.00267L24.4485 23.7571C24.3269 24.2454 24.6895 24.7573 25.2583 24.9006L38.675 28.2801C39.2438 28.4234 39.8035 28.1437 39.9251 27.6555L44.0982 10.901C44.2198 10.4128 43.8573 9.90084 43.2885 9.75756Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.0487 10.7202L29.632 7.34069C29.6031 7.33342 29.5794 7.33235 29.5615 7.33364L25.4326 23.9108C25.4478 23.9204 25.4692 23.9307 25.4981 23.938L38.9148 27.3175C38.9436 27.3247 38.9673 27.3258 38.9853 27.3245L43.1142 10.7474C43.099 10.7377 43.0776 10.7274 43.0487 10.7202ZM29.8718 6.37808L43.2885 9.75756C43.8573 9.90084 44.2198 10.4128 44.0982 10.901L39.9251 27.6555C39.8035 28.1437 39.2438 28.4234 38.675 28.2801L25.2583 24.9006C24.6895 24.7573 24.3269 24.2454 24.4485 23.7571L28.6216 7.00267C28.7432 6.51445 29.3029 6.2348 29.8718 6.37808Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
4
|
+
<path d="M35.2299 12.2077C34.4632 11.9734 33.6446 11.9725 32.8778 12.2053C32.111 12.4381 31.4302 12.8941 30.9217 13.5156C30.4132 14.1371 30.0997 14.8962 30.0208 15.6969C29.942 16.4976 30.1013 17.304 30.4787 18.0141C30.8561 18.7242 31.4346 19.3062 32.1411 19.6864C32.8475 20.0666 33.6502 20.228 34.4477 20.1501C35.2451 20.0723 36.0015 19.7587 36.6212 19.249C37.2409 18.7394 37.6961 18.0565 37.9292 17.2868L34.0502 16.1027L35.2299 12.2077Z" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<path d="M36.3806 11.5496L35.2041 15.4409L39.0797 16.6253C39.2344 16.1143 39.2874 15.5776 39.2355 15.0459C39.1836 14.5142 39.0279 13.9979 38.7772 13.5265C38.5266 13.0551 38.1859 12.6379 37.7746 12.2987C37.3634 11.9595 36.8897 11.7049 36.3806 11.5496Z" fill="var(--sapContent_Illustrative_Color3)"/>
|
|
6
|
+
<path d="M6.36995 25.3629C6.30291 24.8732 6.26502 24.3719 6.26502 23.8648C6.26502 17.9043 11.0975 13.0688 17.0609 13.0688C21.3746 13.0688 25.0967 15.5988 26.825 19.2596C27.8714 18.7728 29.0373 18.5018 30.2673 18.5018C34.3303 18.5018 37.7026 21.466 38.338 25.3512C41.4246 25.5203 43.8787 28.0794 43.8787 31.2097C43.8787 34.4508 41.2526 37.0769 38.0115 37.0769H6.90042C3.65931 37.0769 1.0332 34.4508 1.0332 31.2097C1.0332 28.1493 3.37659 25.6369 6.36703 25.3687L6.36995 25.3629Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.29296 24.542C5.27978 24.3183 5.27283 24.0924 5.27283 23.8648C5.27283 17.3566 10.5493 12.0769 17.0608 12.0769C21.4382 12.0769 25.2559 14.4629 27.2881 18.0048C28.2231 17.6836 29.2254 17.5098 30.2671 17.5098C34.5608 17.5098 38.1648 20.461 39.163 24.4467C42.4018 24.9948 44.8706 27.8145 44.8706 31.2098C44.8706 34.9988 41.8003 38.069 38.0113 38.069H6.90025C3.11127 38.069 0.0410156 34.9988 0.0410156 31.2098C0.0410156 27.9751 2.27972 25.2646 5.29296 24.542ZM6.27769 24.3808C6.29272 24.6854 6.32058 24.9871 6.35932 25.2847C6.36272 25.3108 6.36621 25.3369 6.36978 25.363L6.36686 25.3688C6.31198 25.3737 6.25731 25.3794 6.20286 25.3858C6.13031 25.3944 6.05817 25.4043 5.98645 25.4154C3.18006 25.8531 1.03303 28.2804 1.03303 31.2098C1.03303 34.4509 3.65914 37.077 6.90025 37.077H38.0113C41.2524 37.077 43.8786 34.4509 43.8786 31.2098C43.8786 28.0794 41.4244 25.5204 38.3378 25.3513C37.7024 21.4661 34.3301 18.5018 30.2671 18.5018C29.0371 18.5018 27.8712 18.7729 26.8249 19.2597C25.0965 15.5988 21.3745 13.0689 17.0608 13.0689C11.0974 13.0689 6.26485 17.9043 6.26485 23.8648C6.26485 24.0376 6.26925 24.2096 6.27769 24.3808Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.4709 25.5251C42.0038 26.1742 43.8783 28.4736 43.8783 31.2094C43.8783 34.4505 41.2522 37.0766 38.0111 37.0766H6.89997C5.45103 37.0766 4.125 36.5518 3.10156 35.6818C14.3786 35.8434 27.246 33.127 34.1499 31.4244C37.0128 30.7184 39.2834 28.3995 39.4709 25.5251Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
9
|
+
<path d="M3.04297 11.6021L16.6072 8.64816C17.1822 8.52291 17.7308 8.80207 17.8324 9.27165L21.3189 25.3864C21.4205 25.8559 21.0366 26.3382 20.4616 26.4634L6.89736 29.4174C6.32228 29.5426 5.77372 29.2635 5.67212 28.7939L2.18565 12.6792C2.08405 12.2096 2.46788 11.7274 3.04297 11.6021Z" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.25274 12.5717L16.8169 9.61774C16.8462 9.61137 16.8709 9.60988 16.8908 9.61066L20.3219 25.4695C20.3042 25.4785 20.281 25.4874 20.2518 25.4938L6.68759 28.4478C6.65835 28.4542 6.63359 28.4557 6.61375 28.4549L3.18262 12.596C3.20035 12.587 3.2235 12.5781 3.25274 12.5717ZM16.6072 8.64816L3.04297 11.6021C2.46788 11.7274 2.08405 12.2096 2.18565 12.6792L5.67212 28.7939C5.77372 29.2635 6.32228 29.5426 6.89736 29.4174L20.4616 26.4634C21.0366 26.3382 21.4205 25.8559 21.3189 25.3864L17.8324 9.27165C17.7308 8.80207 17.1822 8.52291 16.6072 8.64816Z" fill="var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8183 14.1463C14.0515 14.203 14.1946 14.4381 14.1379 14.6713L12.6563 20.7657C12.6213 20.9096 12.5156 21.0257 12.3757 21.074C12.2358 21.1222 12.0809 21.096 11.9647 21.0043L9.86133 19.3449L8.50862 24.2528C8.44483 24.4843 8.20551 24.6202 7.97408 24.5564C7.74265 24.4926 7.60674 24.2533 7.67053 24.0218L9.19728 18.4825C9.23598 18.3421 9.34245 18.2304 9.48085 18.185C9.61925 18.1396 9.77119 18.1665 9.88555 18.2567L11.9715 19.9024L13.2932 14.466C13.3499 14.2327 13.585 14.0896 13.8183 14.1463Z" fill="var(--sapContent_Illustrative_Color1)"/>
|
|
12
|
+
<path d="M5.01869 14.3347C4.99326 14.2174 5.06775 14.1017 5.18506 14.0763L5.82761 13.937C5.94492 13.9116 6.06062 13.9861 6.08604 14.1034L8.29053 24.2761C8.31595 24.3934 8.24146 24.5091 8.12415 24.5345L7.4816 24.6738C7.3643 24.6992 7.24859 24.6247 7.22317 24.5074L5.01869 14.3347Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M7.56766 24.9964C7.45047 25.0224 7.33442 24.9485 7.30846 24.8313L7.16625 24.1894C7.14029 24.0722 7.21424 23.9561 7.33143 23.9302L17.4938 21.6787C17.611 21.6528 17.7271 21.7267 17.753 21.8439L17.8952 22.4858C17.9212 22.603 17.8473 22.719 17.7301 22.745L7.56766 24.9964Z" fill="var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
</svg>
|
|
15
|
+
`;
|