@ui5/webcomponents-fiori 0.0.0-037d08c67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +4053 -0
- package/LICENSE.txt +201 -0
- package/README.md +77 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +137 -0
- package/dist/BarcodeScannerDialog.js +366 -0
- package/dist/BarcodeScannerDialog.js.map +1 -0
- package/dist/BarcodeScannerDialogTemplate.d.ts +2 -0
- package/dist/BarcodeScannerDialogTemplate.js +8 -0
- package/dist/BarcodeScannerDialogTemplate.js.map +1 -0
- package/dist/DynamicPage.d.ts +165 -0
- package/dist/DynamicPage.js +398 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +57 -0
- package/dist/DynamicPageHeader.js +93 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +181 -0
- package/dist/DynamicPageHeaderActions.js.map +1 -0
- package/dist/DynamicPageHeaderActionsTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderActionsTemplate.js +8 -0
- package/dist/DynamicPageHeaderActionsTemplate.js.map +1 -0
- package/dist/DynamicPageHeaderTemplate.d.ts +2 -0
- package/dist/DynamicPageHeaderTemplate.js +5 -0
- package/dist/DynamicPageHeaderTemplate.js.map +1 -0
- package/dist/DynamicPageTemplate.d.ts +2 -0
- package/dist/DynamicPageTemplate.js +14 -0
- package/dist/DynamicPageTemplate.js.map +1 -0
- package/dist/DynamicPageTitle.d.ts +172 -0
- package/dist/DynamicPageTitle.js +246 -0
- package/dist/DynamicPageTitle.js.map +1 -0
- package/dist/DynamicPageTitleTemplate.d.ts +2 -0
- package/dist/DynamicPageTitleTemplate.js +16 -0
- package/dist/DynamicPageTitleTemplate.js.map +1 -0
- package/dist/DynamicSideContent.d.ts +234 -0
- package/dist/DynamicSideContent.js +413 -0
- package/dist/DynamicSideContent.js.map +1 -0
- package/dist/DynamicSideContentTemplate.d.ts +2 -0
- package/dist/DynamicSideContentTemplate.js +14 -0
- package/dist/DynamicSideContentTemplate.js.map +1 -0
- package/dist/FilterItem.d.ts +45 -0
- package/dist/FilterItem.js +48 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +38 -0
- package/dist/FilterItemOption.js +54 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +432 -0
- package/dist/FlexibleColumnLayout.js +1177 -0
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +40 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/GroupItem.d.ts +38 -0
- package/dist/GroupItem.js +54 -0
- package/dist/GroupItem.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +252 -0
- package/dist/IllustratedMessage.js +426 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +27 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +178 -0
- package/dist/MediaGallery.js +441 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +117 -0
- package/dist/MediaGalleryItem.js +238 -0
- package/dist/MediaGalleryItem.js.map +1 -0
- package/dist/MediaGalleryItemTemplate.d.ts +2 -0
- package/dist/MediaGalleryItemTemplate.js +7 -0
- package/dist/MediaGalleryItemTemplate.js.map +1 -0
- package/dist/MediaGalleryTemplate.d.ts +2 -0
- package/dist/MediaGalleryTemplate.js +10 -0
- package/dist/MediaGalleryTemplate.js.map +1 -0
- package/dist/NavigationLayout.d.ts +74 -0
- package/dist/NavigationLayout.js +127 -0
- package/dist/NavigationLayout.js.map +1 -0
- package/dist/NavigationLayoutTemplate.d.ts +2 -0
- package/dist/NavigationLayoutTemplate.js +5 -0
- package/dist/NavigationLayoutTemplate.js.map +1 -0
- package/dist/NavigationMenu.d.ts +37 -0
- package/dist/NavigationMenu.js +68 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +86 -0
- package/dist/NavigationMenuItem.js +159 -0
- package/dist/NavigationMenuItem.js.map +1 -0
- package/dist/NavigationMenuItemTemplate.d.ts +3 -0
- package/dist/NavigationMenuItemTemplate.js +34 -0
- package/dist/NavigationMenuItemTemplate.js.map +1 -0
- package/dist/NavigationMenuTemplate.d.ts +2 -0
- package/dist/NavigationMenuTemplate.js +12 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +73 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +93 -0
- package/dist/NotificationListGroupItem.js +224 -0
- package/dist/NotificationListGroupItem.js.map +1 -0
- package/dist/NotificationListGroupItemTemplate.d.ts +2 -0
- package/dist/NotificationListGroupItemTemplate.js +10 -0
- package/dist/NotificationListGroupItemTemplate.js.map +1 -0
- package/dist/NotificationListGroupList.d.ts +23 -0
- package/dist/NotificationListGroupList.js +52 -0
- package/dist/NotificationListGroupList.js.map +1 -0
- package/dist/NotificationListInternal.d.ts +21 -0
- package/dist/NotificationListInternal.js +161 -0
- package/dist/NotificationListInternal.js.map +1 -0
- package/dist/NotificationListItem.d.ts +200 -0
- package/dist/NotificationListItem.js +454 -0
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +103 -0
- package/dist/NotificationListItemBase.js.map +1 -0
- package/dist/NotificationListItemTemplate.d.ts +2 -0
- package/dist/NotificationListItemTemplate.js +19 -0
- package/dist/NotificationListItemTemplate.js.map +1 -0
- package/dist/NotificationListTemplate.d.ts +2 -0
- package/dist/NotificationListTemplate.js +6 -0
- package/dist/NotificationListTemplate.js.map +1 -0
- package/dist/Page.d.ts +84 -0
- package/dist/Page.js +127 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +11 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +79 -0
- package/dist/ProductSwitch.js +142 -0
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +117 -0
- package/dist/ProductSwitchItem.js +156 -0
- package/dist/ProductSwitchItem.js.map +1 -0
- package/dist/ProductSwitchItemTemplate.d.ts +2 -0
- package/dist/ProductSwitchItemTemplate.js +15 -0
- package/dist/ProductSwitchItemTemplate.js.map +1 -0
- package/dist/ProductSwitchTemplate.d.ts +2 -0
- package/dist/ProductSwitchTemplate.js +5 -0
- package/dist/ProductSwitchTemplate.js.map +1 -0
- package/dist/Search.d.ts +186 -0
- package/dist/Search.js +446 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +155 -0
- package/dist/SearchField.js +233 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +17 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +99 -0
- package/dist/SearchItem.js +216 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +42 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemShowMore.d.ts +49 -0
- package/dist/SearchItemShowMore.js +112 -0
- package/dist/SearchItemShowMore.js.map +1 -0
- package/dist/SearchItemShowMoreTemplate.d.ts +2 -0
- package/dist/SearchItemShowMoreTemplate.js +5 -0
- package/dist/SearchItemShowMoreTemplate.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +16 -0
- package/dist/SearchItemTemplate.js.map +1 -0
- package/dist/SearchMessageArea.d.ts +27 -0
- package/dist/SearchMessageArea.js +41 -0
- package/dist/SearchMessageArea.js.map +1 -0
- package/dist/SearchMessageAreaTemplate.d.ts +2 -0
- package/dist/SearchMessageAreaTemplate.js +8 -0
- package/dist/SearchMessageAreaTemplate.js.map +1 -0
- package/dist/SearchPopoverTemplate.d.ts +3 -0
- package/dist/SearchPopoverTemplate.js +25 -0
- package/dist/SearchPopoverTemplate.js.map +1 -0
- package/dist/SearchScope.d.ts +30 -0
- package/dist/SearchScope.js +37 -0
- package/dist/SearchScope.js.map +1 -0
- package/dist/SearchTemplate.d.ts +2 -0
- package/dist/SearchTemplate.js +7 -0
- package/dist/SearchTemplate.js.map +1 -0
- package/dist/ShellBar.d.ts +556 -0
- package/dist/ShellBar.js +1390 -0
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarBranding.d.ts +79 -0
- package/dist/ShellBarBranding.js +116 -0
- package/dist/ShellBarBranding.js.map +1 -0
- package/dist/ShellBarBrandingTemplate.d.ts +2 -0
- package/dist/ShellBarBrandingTemplate.js +5 -0
- package/dist/ShellBarBrandingTemplate.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +88 -0
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +9 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +26 -0
- package/dist/ShellBarSearch.js +97 -0
- package/dist/ShellBarSearch.js.map +1 -0
- package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarSearchPopoverTemplate.js +12 -0
- package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearchTemplate.d.ts +2 -0
- package/dist/ShellBarSearchTemplate.js +7 -0
- package/dist/ShellBarSearchTemplate.js.map +1 -0
- package/dist/ShellBarSpacer.d.ts +17 -0
- package/dist/ShellBarSpacer.js +38 -0
- package/dist/ShellBarSpacer.js.map +1 -0
- package/dist/ShellBarTemplate.d.ts +2 -0
- package/dist/ShellBarTemplate.js +62 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +543 -0
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +56 -0
- package/dist/SideNavigationGroup.js +166 -0
- package/dist/SideNavigationGroup.js.map +1 -0
- package/dist/SideNavigationGroupTemplate.d.ts +2 -0
- package/dist/SideNavigationGroupTemplate.js +16 -0
- package/dist/SideNavigationGroupTemplate.js.map +1 -0
- package/dist/SideNavigationItem.d.ts +77 -0
- package/dist/SideNavigationItem.js +278 -0
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +81 -0
- package/dist/SideNavigationItemBase.js +122 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +26 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +13 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +150 -0
- package/dist/SideNavigationSelectableItemBase.js +256 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +64 -0
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +10 -0
- package/dist/SideNavigationSubItemTemplate.js.map +1 -0
- package/dist/SideNavigationTemplate.d.ts +2 -0
- package/dist/SideNavigationTemplate.js +20 -0
- package/dist/SideNavigationTemplate.js.map +1 -0
- package/dist/SortItem.d.ts +38 -0
- package/dist/SortItem.js +54 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +146 -0
- package/dist/Timeline.js +380 -0
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +71 -0
- package/dist/TimelineGroupItem.js +164 -0
- package/dist/TimelineGroupItem.js.map +1 -0
- package/dist/TimelineGroupItemTemplate.d.ts +2 -0
- package/dist/TimelineGroupItemTemplate.js +17 -0
- package/dist/TimelineGroupItemTemplate.js.map +1 -0
- package/dist/TimelineItem.d.ts +123 -0
- package/dist/TimelineItem.js +194 -0
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +29 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +18 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +124 -0
- package/dist/UploadCollection.js +221 -0
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +169 -0
- package/dist/UploadCollectionItem.js +400 -0
- package/dist/UploadCollectionItem.js.map +1 -0
- package/dist/UploadCollectionItemTemplate.d.ts +3 -0
- package/dist/UploadCollectionItemTemplate.js +22 -0
- package/dist/UploadCollectionItemTemplate.js.map +1 -0
- package/dist/UploadCollectionTemplate.d.ts +2 -0
- package/dist/UploadCollectionTemplate.js +24 -0
- package/dist/UploadCollectionTemplate.js.map +1 -0
- package/dist/UserMenu.d.ts +169 -0
- package/dist/UserMenu.js +366 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +61 -0
- package/dist/UserMenuAccount.js +121 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +36 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.js.map +1 -0
- package/dist/UserMenuItemGroup.d.ts +35 -0
- package/dist/UserMenuItemGroup.js +52 -0
- package/dist/UserMenuItemGroup.js.map +1 -0
- package/dist/UserMenuItemGroupTemplate.d.ts +2 -0
- package/dist/UserMenuItemGroupTemplate.js +5 -0
- package/dist/UserMenuItemGroupTemplate.js.map +1 -0
- package/dist/UserMenuItemTemplate.d.ts +2 -0
- package/dist/UserMenuItemTemplate.js +5 -0
- package/dist/UserMenuItemTemplate.js.map +1 -0
- package/dist/UserMenuTemplate.d.ts +2 -0
- package/dist/UserMenuTemplate.js +57 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsAccountView.d.ts +30 -0
- package/dist/UserSettingsAccountView.js +108 -0
- package/dist/UserSettingsAccountView.js.map +1 -0
- package/dist/UserSettingsAccountViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAccountViewTemplate.js +18 -0
- package/dist/UserSettingsAccountViewTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceView.d.ts +29 -0
- package/dist/UserSettingsAppearanceView.js +108 -0
- package/dist/UserSettingsAppearanceView.js.map +1 -0
- package/dist/UserSettingsAppearanceViewGroup.d.ts +30 -0
- package/dist/UserSettingsAppearanceViewGroup.js +48 -0
- package/dist/UserSettingsAppearanceViewGroup.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItem.d.ts +31 -0
- package/dist/UserSettingsAppearanceViewItem.js +108 -0
- package/dist/UserSettingsAppearanceViewItem.js.map +1 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js +13 -0
- package/dist/UserSettingsAppearanceViewItemTemplate.js.map +1 -0
- package/dist/UserSettingsAppearanceViewTemplate.d.ts +2 -0
- package/dist/UserSettingsAppearanceViewTemplate.js +6 -0
- package/dist/UserSettingsAppearanceViewTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +119 -0
- package/dist/UserSettingsDialog.js +262 -0
- package/dist/UserSettingsDialog.js.map +1 -0
- package/dist/UserSettingsDialogTemplate.d.ts +2 -0
- package/dist/UserSettingsDialogTemplate.js +23 -0
- package/dist/UserSettingsDialogTemplate.js.map +1 -0
- package/dist/UserSettingsItem.d.ts +137 -0
- package/dist/UserSettingsItem.js +215 -0
- package/dist/UserSettingsItem.js.map +1 -0
- package/dist/UserSettingsItemTemplate.d.ts +4 -0
- package/dist/UserSettingsItemTemplate.js +20 -0
- package/dist/UserSettingsItemTemplate.js.map +1 -0
- package/dist/UserSettingsView.d.ts +44 -0
- package/dist/UserSettingsView.js +68 -0
- package/dist/UserSettingsView.js.map +1 -0
- package/dist/UserSettingsViewTemplate.d.ts +2 -0
- package/dist/UserSettingsViewTemplate.js +5 -0
- package/dist/UserSettingsViewTemplate.js.map +1 -0
- package/dist/ViewSettingsDialog.d.ts +315 -0
- package/dist/ViewSettingsDialog.js +743 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +53 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +361 -0
- package/dist/Wizard.js +827 -0
- package/dist/Wizard.js.map +1 -0
- package/dist/WizardPopoverTemplate.d.ts +2 -0
- package/dist/WizardPopoverTemplate.js +12 -0
- package/dist/WizardPopoverTemplate.js.map +1 -0
- package/dist/WizardStep.d.ts +89 -0
- package/dist/WizardStep.js +92 -0
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +162 -0
- package/dist/WizardTab.js.map +1 -0
- package/dist/WizardTabTemplate.d.ts +2 -0
- package/dist/WizardTabTemplate.js +7 -0
- package/dist/WizardTabTemplate.js.map +1 -0
- package/dist/WizardTemplate.d.ts +2 -0
- package/dist/WizardTemplate.js +11 -0
- package/dist/WizardTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +4 -0
- package/dist/bundle.esm.js +67 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/BarcodeScannerDialog.css +1 -0
- package/dist/css/themes/DynamicPage.css +1 -0
- package/dist/css/themes/DynamicPageHeader.css +1 -0
- package/dist/css/themes/DynamicPageHeaderActions.css +1 -0
- package/dist/css/themes/DynamicPageTitle.css +1 -0
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/FlexibleColumnLayout.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -0
- package/dist/css/themes/InvisibleTextStyles.css +1 -0
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NavigationLayout.css +1 -0
- package/dist/css/themes/NavigationMenu.css +1 -0
- package/dist/css/themes/NavigationMenuItem.css +1 -0
- package/dist/css/themes/NotificationList.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -0
- package/dist/css/themes/NotificationListItem.css +1 -0
- package/dist/css/themes/NotificationListItemBase.css +1 -0
- package/dist/css/themes/NotificationStateIcon.css +1 -0
- package/dist/css/themes/Page.css +1 -0
- package/dist/css/themes/ProductSwitch.css +1 -0
- package/dist/css/themes/ProductSwitchItem.css +1 -0
- package/dist/css/themes/Search.css +1 -0
- package/dist/css/themes/SearchField.css +1 -0
- package/dist/css/themes/SearchItem.css +1 -0
- package/dist/css/themes/SearchItemGroup.css +1 -0
- package/dist/css/themes/SearchItemShowMore.css +1 -0
- package/dist/css/themes/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarBranding.css +1 -0
- package/dist/css/themes/ShellBarPopover.css +1 -0
- package/dist/css/themes/ShellBarSearch.css +1 -0
- package/dist/css/themes/SideNavigation.css +1 -0
- package/dist/css/themes/SideNavigationGroup.css +1 -0
- package/dist/css/themes/SideNavigationItem.css +1 -0
- package/dist/css/themes/SideNavigationItemBase.css +1 -0
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/SideNavigationSubItem.css +1 -0
- package/dist/css/themes/Timeline.css +1 -0
- package/dist/css/themes/TimelineGroupItem.css +1 -0
- package/dist/css/themes/TimelineItem.css +1 -0
- package/dist/css/themes/UploadCollection.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -0
- package/dist/css/themes/UserMenu.css +1 -0
- package/dist/css/themes/UserMenuItem.css +1 -0
- package/dist/css/themes/UserSettingsAccountView.css +1 -0
- package/dist/css/themes/UserSettingsAppearanceViewItem.css +1 -0
- package/dist/css/themes/UserSettingsDialog.css +1 -0
- package/dist/css/themes/UserSettingsItem.css +1 -0
- package/dist/css/themes/UserSettingsView.css +1 -0
- package/dist/css/themes/ViewSettingsDialog.css +1 -0
- package/dist/css/themes/Wizard.css +1 -0
- package/dist/css/themes/WizardPopover.css +1 -0
- package/dist/css/themes/WizardTab.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +2 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +278 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +210 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +216 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +279 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +218 -0
- package/dist/custom-elements-internal.json +13552 -0
- package/dist/custom-elements.json +9456 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +271 -0
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +209 -0
- package/dist/generated/i18n/i18n-defaults.js +209 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- package/dist/generated/js-imports/Illustrations.d.ts +1 -0
- package/dist/generated/js-imports/Illustrations.js +88 -0
- package/dist/generated/js-imports/Illustrations.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsTNT.js +62 -0
- package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js +59 -0
- package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.d.ts +1 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js +60 -0
- package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -0
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.d.ts +2 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
- package/dist/generated/themes/BarcodeScannerDialog.css.js.map +1 -0
- package/dist/generated/themes/DynamicPage.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPage.css.js +8 -0
- package/dist/generated/themes/DynamicPage.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeader.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeader.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js +8 -0
- package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -0
- package/dist/generated/themes/DynamicPageTitle.css.d.ts +2 -0
- package/dist/generated/themes/DynamicPageTitle.css.js +8 -0
- package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -0
- package/dist/generated/themes/DynamicSideContent.css.d.ts +2 -0
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/DynamicSideContent.css.js.map +1 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +2 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
- package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -0
- package/dist/generated/themes/IllustratedMessage.css.d.ts +2 -0
- package/dist/generated/themes/IllustratedMessage.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js.map +1 -0
- package/dist/generated/themes/InvisibleTextStyles.css.d.ts +2 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
- package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -0
- package/dist/generated/themes/MediaGallery.css.d.ts +2 -0
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGallery.css.js.map +1 -0
- package/dist/generated/themes/MediaGalleryItem.css.d.ts +2 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -0
- package/dist/generated/themes/NavigationLayout.css.d.ts +2 -0
- package/dist/generated/themes/NavigationLayout.css.js +8 -0
- package/dist/generated/themes/NavigationLayout.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenu.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenu.css.js +8 -0
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -0
- package/dist/generated/themes/NavigationMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/NavigationMenuItem.css.js +8 -0
- package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationList.css.d.ts +2 -0
- package/dist/generated/themes/NotificationList.css.js +8 -0
- package/dist/generated/themes/NotificationList.css.js.map +1 -0
- package/dist/generated/themes/NotificationListGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItem.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItem.css.js +8 -0
- package/dist/generated/themes/NotificationListItem.css.js.map +1 -0
- package/dist/generated/themes/NotificationListItemBase.css.d.ts +2 -0
- package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
- package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -0
- package/dist/generated/themes/NotificationStateIcon.css.d.ts +2 -0
- package/dist/generated/themes/NotificationStateIcon.css.js +8 -0
- package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -0
- package/dist/generated/themes/Page.css.d.ts +2 -0
- package/dist/generated/themes/Page.css.js +8 -0
- package/dist/generated/themes/Page.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitch.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitch.css.js +8 -0
- package/dist/generated/themes/ProductSwitch.css.js.map +1 -0
- package/dist/generated/themes/ProductSwitchItem.css.d.ts +2 -0
- package/dist/generated/themes/ProductSwitchItem.css.js +8 -0
- package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -0
- package/dist/generated/themes/Search.css.d.ts +2 -0
- package/dist/generated/themes/Search.css.js +8 -0
- package/dist/generated/themes/Search.css.js.map +1 -0
- package/dist/generated/themes/SearchField.css.d.ts +2 -0
- package/dist/generated/themes/SearchField.css.js +8 -0
- package/dist/generated/themes/SearchField.css.js.map +1 -0
- package/dist/generated/themes/SearchItem.css.d.ts +2 -0
- package/dist/generated/themes/SearchItem.css.js +8 -0
- package/dist/generated/themes/SearchItem.css.js.map +1 -0
- package/dist/generated/themes/SearchItemGroup.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemGroup.css.js +8 -0
- package/dist/generated/themes/SearchItemGroup.css.js.map +1 -0
- package/dist/generated/themes/SearchItemShowMore.css.d.ts +2 -0
- package/dist/generated/themes/SearchItemShowMore.css.js +8 -0
- package/dist/generated/themes/SearchItemShowMore.css.js.map +1 -0
- package/dist/generated/themes/SearchMessageArea.css.d.ts +2 -0
- package/dist/generated/themes/SearchMessageArea.css.js +8 -0
- package/dist/generated/themes/SearchMessageArea.css.js.map +1 -0
- package/dist/generated/themes/ShellBar.css.d.ts +2 -0
- package/dist/generated/themes/ShellBar.css.js +8 -0
- package/dist/generated/themes/ShellBar.css.js.map +1 -0
- package/dist/generated/themes/ShellBarBranding.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarBranding.css.js +8 -0
- package/dist/generated/themes/ShellBarBranding.css.js.map +1 -0
- package/dist/generated/themes/ShellBarPopover.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarPopover.css.js +8 -0
- package/dist/generated/themes/ShellBarPopover.css.js.map +1 -0
- package/dist/generated/themes/ShellBarSearch.css.d.ts +2 -0
- package/dist/generated/themes/ShellBarSearch.css.js +8 -0
- package/dist/generated/themes/ShellBarSearch.css.js.map +1 -0
- package/dist/generated/themes/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -0
- package/dist/generated/themes/SideNavigation.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationGroup.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationGroup.css.js +8 -0
- package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationItem.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationItemBase.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js +8 -0
- package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationPopover.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -0
- package/dist/generated/themes/SideNavigationSubItem.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js +8 -0
- package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -0
- package/dist/generated/themes/Timeline.css.d.ts +2 -0
- package/dist/generated/themes/Timeline.css.js +8 -0
- package/dist/generated/themes/Timeline.css.js.map +1 -0
- package/dist/generated/themes/TimelineGroupItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineGroupItem.css.js +8 -0
- package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -0
- package/dist/generated/themes/TimelineItem.css.d.ts +2 -0
- package/dist/generated/themes/TimelineItem.css.js +8 -0
- package/dist/generated/themes/TimelineItem.css.js.map +1 -0
- package/dist/generated/themes/UploadCollection.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollection.css.js +8 -0
- package/dist/generated/themes/UploadCollection.css.js.map +1 -0
- package/dist/generated/themes/UploadCollectionItem.css.d.ts +2 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -0
- package/dist/generated/themes/UserMenu.css.d.ts +2 -0
- package/dist/generated/themes/UserMenu.css.js +8 -0
- package/dist/generated/themes/UserMenu.css.js.map +1 -0
- package/dist/generated/themes/UserMenuItem.css.d.ts +2 -0
- package/dist/generated/themes/UserMenuItem.css.js +8 -0
- package/dist/generated/themes/UserMenuItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAccountView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js +8 -0
- package/dist/generated/themes/UserSettingsAccountView.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsAppearanceViewItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsDialog.css.js +8 -0
- package/dist/generated/themes/UserSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsItem.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsItem.css.js +8 -0
- package/dist/generated/themes/UserSettingsItem.css.js.map +1 -0
- package/dist/generated/themes/UserSettingsView.css.d.ts +2 -0
- package/dist/generated/themes/UserSettingsView.css.js +8 -0
- package/dist/generated/themes/UserSettingsView.css.js.map +1 -0
- package/dist/generated/themes/ViewSettingsDialog.css.d.ts +2 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
- package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -0
- package/dist/generated/themes/Wizard.css.d.ts +2 -0
- package/dist/generated/themes/Wizard.css.js +8 -0
- package/dist/generated/themes/Wizard.css.js.map +1 -0
- package/dist/generated/themes/WizardPopover.css.d.ts +2 -0
- package/dist/generated/themes/WizardPopover.css.js +8 -0
- package/dist/generated/themes/WizardPopover.css.js.map +1 -0
- package/dist/generated/themes/WizardTab.css.d.ts +2 -0
- package/dist/generated/themes/WizardTab.css.js +8 -0
- package/dist/generated/themes/WizardTab.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +280 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +212 -0
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +218 -0
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +281 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +220 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -0
- package/dist/illustrations/Achievement.d.ts +8 -0
- package/dist/illustrations/Achievement.js +33 -0
- package/dist/illustrations/AddColumn.d.ts +8 -0
- package/dist/illustrations/AddColumn.js +33 -0
- package/dist/illustrations/AddDimensions.d.ts +8 -0
- package/dist/illustrations/AddDimensions.js +33 -0
- package/dist/illustrations/AddPeople.d.ts +8 -0
- package/dist/illustrations/AddPeople.js +33 -0
- package/dist/illustrations/AddPeopleToCalendar.d.ts +8 -0
- package/dist/illustrations/AddPeopleToCalendar.js +33 -0
- package/dist/illustrations/AddingColumns.d.ts +8 -0
- package/dist/illustrations/AddingColumns.js +33 -0
- package/dist/illustrations/AllIllustrations.d.ts +4 -0
- package/dist/illustrations/AllIllustrations.js +5 -0
- package/dist/illustrations/AllIllustrations.js.map +1 -0
- package/dist/illustrations/BalloonSky.d.ts +8 -0
- package/dist/illustrations/BalloonSky.js +33 -0
- package/dist/illustrations/BeforeSearch.d.ts +8 -0
- package/dist/illustrations/BeforeSearch.js +33 -0
- package/dist/illustrations/Connection.d.ts +8 -0
- package/dist/illustrations/Connection.js +33 -0
- package/dist/illustrations/DragFilesToUpload.d.ts +8 -0
- package/dist/illustrations/DragFilesToUpload.js +33 -0
- package/dist/illustrations/EmptyCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyCalendar.js +33 -0
- package/dist/illustrations/EmptyList.d.ts +8 -0
- package/dist/illustrations/EmptyList.js +33 -0
- package/dist/illustrations/EmptyPlanningCalendar.d.ts +8 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +33 -0
- package/dist/illustrations/ErrorScreen.d.ts +8 -0
- package/dist/illustrations/ErrorScreen.js +33 -0
- package/dist/illustrations/FilterTable.d.ts +8 -0
- package/dist/illustrations/FilterTable.js +33 -0
- package/dist/illustrations/FilteringColumns.d.ts +8 -0
- package/dist/illustrations/FilteringColumns.js +33 -0
- package/dist/illustrations/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.js +33 -0
- package/dist/illustrations/GroupingColumns.d.ts +8 -0
- package/dist/illustrations/GroupingColumns.js +33 -0
- package/dist/illustrations/KeyTask.d.ts +8 -0
- package/dist/illustrations/KeyTask.js +33 -0
- package/dist/illustrations/NewMail.d.ts +8 -0
- package/dist/illustrations/NewMail.js +33 -0
- package/dist/illustrations/NoActivities.d.ts +8 -0
- package/dist/illustrations/NoActivities.js +33 -0
- package/dist/illustrations/NoChartData.d.ts +8 -0
- package/dist/illustrations/NoChartData.js +33 -0
- package/dist/illustrations/NoColumnsSet.d.ts +8 -0
- package/dist/illustrations/NoColumnsSet.js +33 -0
- package/dist/illustrations/NoData.d.ts +8 -0
- package/dist/illustrations/NoData.js +33 -0
- package/dist/illustrations/NoDimensionsSet.d.ts +8 -0
- package/dist/illustrations/NoDimensionsSet.js +33 -0
- package/dist/illustrations/NoEntries.d.ts +8 -0
- package/dist/illustrations/NoEntries.js +33 -0
- package/dist/illustrations/NoFilterResults.d.ts +8 -0
- package/dist/illustrations/NoFilterResults.js +33 -0
- package/dist/illustrations/NoMail.d.ts +8 -0
- package/dist/illustrations/NoMail.js +33 -0
- package/dist/illustrations/NoMail_v1.d.ts +8 -0
- package/dist/illustrations/NoMail_v1.js +33 -0
- package/dist/illustrations/NoNotifications.d.ts +8 -0
- package/dist/illustrations/NoNotifications.js +33 -0
- package/dist/illustrations/NoSavedItems.d.ts +8 -0
- package/dist/illustrations/NoSavedItems.js +33 -0
- package/dist/illustrations/NoSavedItems_v1.d.ts +8 -0
- package/dist/illustrations/NoSavedItems_v1.js +33 -0
- package/dist/illustrations/NoSearchResults.d.ts +8 -0
- package/dist/illustrations/NoSearchResults.js +33 -0
- package/dist/illustrations/NoTasks.d.ts +8 -0
- package/dist/illustrations/NoTasks.js +33 -0
- package/dist/illustrations/NoTasks_v1.d.ts +8 -0
- package/dist/illustrations/NoTasks_v1.js +33 -0
- package/dist/illustrations/PageNotFound.d.ts +8 -0
- package/dist/illustrations/PageNotFound.js +33 -0
- package/dist/illustrations/ReceiveAppreciation.d.ts +8 -0
- package/dist/illustrations/ReceiveAppreciation.js +33 -0
- package/dist/illustrations/ReloadScreen.d.ts +8 -0
- package/dist/illustrations/ReloadScreen.js +33 -0
- package/dist/illustrations/ResizeColumn.d.ts +8 -0
- package/dist/illustrations/ResizeColumn.js +33 -0
- package/dist/illustrations/ResizingColumns.d.ts +8 -0
- package/dist/illustrations/ResizingColumns.js +33 -0
- package/dist/illustrations/SearchEarth.d.ts +8 -0
- package/dist/illustrations/SearchEarth.js +33 -0
- package/dist/illustrations/SearchFolder.d.ts +8 -0
- package/dist/illustrations/SearchFolder.js +33 -0
- package/dist/illustrations/SignOut.d.ts +8 -0
- package/dist/illustrations/SignOut.js +33 -0
- package/dist/illustrations/SimpleBalloon.d.ts +8 -0
- package/dist/illustrations/SimpleBalloon.js +33 -0
- package/dist/illustrations/SimpleBell.d.ts +8 -0
- package/dist/illustrations/SimpleBell.js +33 -0
- package/dist/illustrations/SimpleCalendar.d.ts +8 -0
- package/dist/illustrations/SimpleCalendar.js +33 -0
- package/dist/illustrations/SimpleCheckMark.d.ts +8 -0
- package/dist/illustrations/SimpleCheckMark.js +33 -0
- package/dist/illustrations/SimpleConnection.d.ts +8 -0
- package/dist/illustrations/SimpleConnection.js +33 -0
- package/dist/illustrations/SimpleEmptyDoc.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyDoc.js +33 -0
- package/dist/illustrations/SimpleEmptyList.d.ts +8 -0
- package/dist/illustrations/SimpleEmptyList.js +33 -0
- package/dist/illustrations/SimpleError.d.ts +8 -0
- package/dist/illustrations/SimpleError.js +33 -0
- package/dist/illustrations/SimpleMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleMagnifier.js +33 -0
- package/dist/illustrations/SimpleMail.d.ts +8 -0
- package/dist/illustrations/SimpleMail.js +33 -0
- package/dist/illustrations/SimpleNoSavedItems.d.ts +8 -0
- package/dist/illustrations/SimpleNoSavedItems.js +33 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.d.ts +8 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +33 -0
- package/dist/illustrations/SimpleReload.d.ts +8 -0
- package/dist/illustrations/SimpleReload.js +33 -0
- package/dist/illustrations/SimpleTask.d.ts +8 -0
- package/dist/illustrations/SimpleTask.js +33 -0
- package/dist/illustrations/SleepingBell.d.ts +8 -0
- package/dist/illustrations/SleepingBell.js +33 -0
- package/dist/illustrations/SortColumn.d.ts +8 -0
- package/dist/illustrations/SortColumn.js +33 -0
- package/dist/illustrations/SortingColumns.d.ts +8 -0
- package/dist/illustrations/SortingColumns.js +33 -0
- package/dist/illustrations/SuccessBalloon.d.ts +8 -0
- package/dist/illustrations/SuccessBalloon.js +33 -0
- package/dist/illustrations/SuccessCheckMark.d.ts +8 -0
- package/dist/illustrations/SuccessCheckMark.js +33 -0
- package/dist/illustrations/SuccessHighFive.d.ts +8 -0
- package/dist/illustrations/SuccessHighFive.js +33 -0
- package/dist/illustrations/SuccessScreen.d.ts +8 -0
- package/dist/illustrations/SuccessScreen.js +33 -0
- package/dist/illustrations/Survey.d.ts +8 -0
- package/dist/illustrations/Survey.js +33 -0
- package/dist/illustrations/Tent.d.ts +8 -0
- package/dist/illustrations/Tent.js +33 -0
- package/dist/illustrations/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/UnableToLoad.js +33 -0
- package/dist/illustrations/UnableToLoadImage.d.ts +8 -0
- package/dist/illustrations/UnableToLoadImage.js +33 -0
- package/dist/illustrations/UnableToUpload.d.ts +8 -0
- package/dist/illustrations/UnableToUpload.js +33 -0
- package/dist/illustrations/UploadCollection.d.ts +8 -0
- package/dist/illustrations/UploadCollection.js +33 -0
- package/dist/illustrations/UploadToCloud.d.ts +8 -0
- package/dist/illustrations/UploadToCloud.js +33 -0
- package/dist/illustrations/UserHasSignedUp.d.ts +8 -0
- package/dist/illustrations/UserHasSignedUp.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeopleToCalendar.js +52 -0
- package/dist/illustrations/sapIllus-Dialog-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +78 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +66 -0
- package/dist/illustrations/sapIllus-Dialog-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +20 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +63 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-ResizingColumns.js +55 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +49 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-Survey.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Dialog-UserHasSignedUp.js +34 -0
- package/dist/illustrations/sapIllus-Dot-Achievement.js +19 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +10 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-AddPeopleToCalendar.js +15 -0
- package/dist/illustrations/sapIllus-Dot-AddingColumns.js +14 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-BeforeSearch.js +41 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-DragFilesToUpload.js +8 -0
- package/dist/illustrations/sapIllus-Dot-EmptyCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-EmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-EmptyPlanningCalendar.js +18 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-FilteringColumns.js +22 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-GroupingColumns.js +23 -0
- package/dist/illustrations/sapIllus-Dot-KeyTask.js +119 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoActivities.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoChartData.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Dot-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoEntries.js +25 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail.js +14 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoNotifications.js +23 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems.js +55 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +35 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks.js +22 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +14 -0
- package/dist/illustrations/sapIllus-Dot-ReceiveAppreciation.js +19 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-ResizingColumns.js +19 -0
- package/dist/illustrations/sapIllus-Dot-SearchEarth.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SearchFolder.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SignOut.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBalloon.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCalendar.js +37 -0
- package/dist/illustrations/sapIllus-Dot-SimpleCheckMark.js +5 -0
- package/dist/illustrations/sapIllus-Dot-SimpleConnection.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyDoc.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleError.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMagnifier.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SimpleMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNoSavedItems.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dot-SimpleReload.js +9 -0
- package/dist/illustrations/sapIllus-Dot-SimpleTask.js +13 -0
- package/dist/illustrations/sapIllus-Dot-SleepingBell.js +8 -0
- package/dist/illustrations/sapIllus-Dot-SortColumn.js +29 -0
- package/dist/illustrations/sapIllus-Dot-SortingColumns.js +15 -0
- package/dist/illustrations/sapIllus-Dot-SuccessHighFive.js +7 -0
- package/dist/illustrations/sapIllus-Dot-SuccessScreen.js +5 -0
- package/dist/illustrations/sapIllus-Dot-Survey.js +8 -0
- package/dist/illustrations/sapIllus-Dot-Tent.js +8 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoad.js +118 -0
- package/dist/illustrations/sapIllus-Dot-UnableToLoadImage.js +24 -0
- package/dist/illustrations/sapIllus-Dot-UnableToUpload.js +10 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UserHasSignedUp.js +8 -0
- package/dist/illustrations/sapIllus-Scene-Achievement.js +29 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +18 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-AddPeopleToCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Scene-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +54 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-DragFilesToUpload.js +20 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +91 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/dist/illustrations/sapIllus-Scene-FilteringColumns.js +39 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-GroupingColumns.js +40 -0
- package/dist/illustrations/sapIllus-Scene-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +38 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Scene-NoChartData.js +45 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +26 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +28 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +54 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +87 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +13 -0
- package/dist/illustrations/sapIllus-Scene-ReceiveAppreciation.js +25 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +63 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-ResizingColumns.js +57 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SortingColumns.js +50 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +26 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +62 -0
- package/dist/illustrations/sapIllus-Scene-Survey.js +22 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +60 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +26 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +30 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +22 -0
- package/dist/illustrations/sapIllus-Scene-UserHasSignedUp.js +29 -0
- package/dist/illustrations/sapIllus-Spot-Achievement.js +28 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +17 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-AddPeopleToCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-AddingColumns.js +38 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +44 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +42 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-DragFilesToUpload.js +18 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +19 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +61 -0
- package/dist/illustrations/sapIllus-Spot-FilteringColumns.js +33 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +87 -0
- package/dist/illustrations/sapIllus-Spot-GroupingColumns.js +35 -0
- package/dist/illustrations/sapIllus-Spot-KeyTask.js +120 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoChartData.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +29 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +42 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +16 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +15 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +25 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +51 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +73 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +32 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +23 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +10 -0
- package/dist/illustrations/sapIllus-Spot-ReceiveAppreciation.js +20 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +37 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +50 -0
- package/dist/illustrations/sapIllus-Spot-ResizingColumns.js +37 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +38 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +21 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +45 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +39 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SortingColumns.js +49 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +25 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +36 -0
- package/dist/illustrations/sapIllus-Spot-Survey.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +30 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +119 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +28 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +34 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +21 -0
- package/dist/illustrations/sapIllus-Spot-UserHasSignedUp.js +34 -0
- package/dist/illustrations/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations/tnt/Avatar.js +26 -0
- package/dist/illustrations/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations/tnt/Calculator.js +26 -0
- package/dist/illustrations/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea.js +26 -0
- package/dist/illustrations/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations/tnt/ChartArea2.js +26 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBar.js +26 -0
- package/dist/illustrations/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations/tnt/ChartBullet.js +26 -0
- package/dist/illustrations/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations/tnt/ChartFlow.js +26 -0
- package/dist/illustrations/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations/tnt/ChartGantt.js +26 -0
- package/dist/illustrations/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations/tnt/ChartOrg.js +26 -0
- package/dist/illustrations/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations/tnt/ChartPie.js +26 -0
- package/dist/illustrations/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations/tnt/Company.d.ts +8 -0
- package/dist/illustrations/tnt/Company.js +26 -0
- package/dist/illustrations/tnt/Compass.d.ts +8 -0
- package/dist/illustrations/tnt/Compass.js +26 -0
- package/dist/illustrations/tnt/Components.d.ts +8 -0
- package/dist/illustrations/tnt/Components.js +26 -0
- package/dist/illustrations/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations/tnt/Dialog.js +26 -0
- package/dist/illustrations/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations/tnt/EmptyContentPane.js +26 -0
- package/dist/illustrations/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations/tnt/ExternalLink.js +26 -0
- package/dist/illustrations/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations/tnt/FaceID.js +26 -0
- package/dist/illustrations/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations/tnt/Fingerprint.js +26 -0
- package/dist/illustrations/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations/tnt/Handshake.js +26 -0
- package/dist/illustrations/tnt/Help.d.ts +8 -0
- package/dist/illustrations/tnt/Help.js +26 -0
- package/dist/illustrations/tnt/Lock.d.ts +8 -0
- package/dist/illustrations/tnt/Lock.js +26 -0
- package/dist/illustrations/tnt/Mission.d.ts +8 -0
- package/dist/illustrations/tnt/Mission.js +26 -0
- package/dist/illustrations/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations/tnt/MissionFailed.js +26 -0
- package/dist/illustrations/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations/tnt/NoApplications.js +26 -0
- package/dist/illustrations/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations/tnt/NoFlows.js +26 -0
- package/dist/illustrations/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations/tnt/NoUsers.js +26 -0
- package/dist/illustrations/tnt/Radar.d.ts +8 -0
- package/dist/illustrations/tnt/Radar.js +26 -0
- package/dist/illustrations/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations/tnt/RoadMap.js +26 -0
- package/dist/illustrations/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations/tnt/Secrets.js +26 -0
- package/dist/illustrations/tnt/Services.d.ts +8 -0
- package/dist/illustrations/tnt/Services.js +26 -0
- package/dist/illustrations/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpired.js +26 -0
- package/dist/illustrations/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations/tnt/Settings.d.ts +8 -0
- package/dist/illustrations/tnt/Settings.js +26 -0
- package/dist/illustrations/tnt/Success.d.ts +8 -0
- package/dist/illustrations/tnt/Success.js +26 -0
- package/dist/illustrations/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/Systems.d.ts +8 -0
- package/dist/illustrations/tnt/Systems.js +26 -0
- package/dist/illustrations/tnt/Teams.d.ts +8 -0
- package/dist/illustrations/tnt/Teams.js +26 -0
- package/dist/illustrations/tnt/Tools.d.ts +8 -0
- package/dist/illustrations/tnt/Tools.js +26 -0
- package/dist/illustrations/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations/tnt/Tutorials.js +26 -0
- package/dist/illustrations/tnt/UnableToLoad.d.ts +8 -0
- package/dist/illustrations/tnt/UnableToLoad.js +26 -0
- package/dist/illustrations/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations/tnt/Unlock.js +26 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations/tnt/User2.d.ts +8 -0
- package/dist/illustrations/tnt/User2.js +26 -0
- package/dist/illustrations/tnt/tnt-Dialog-Avatar.js +125 -0
- package/dist/illustrations/tnt/tnt-Dialog-Calculator.js +81 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBar.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartFlow.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartGantt.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartOrg.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-ChartPie.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Dialog-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Dialog-Components.js +9 -0
- package/dist/illustrations/tnt/tnt-Dialog-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-EmptyContentPane.js +19 -0
- package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Dialog-Help.js +28 -0
- package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
- package/dist/illustrations/tnt/tnt-Dialog-MissionFailed.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
- package/dist/illustrations/tnt/tnt-Dialog-RoadMap.js +42 -0
- package/dist/illustrations/tnt/tnt-Dialog-Secrets.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Settings.js +38 -0
- package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Systems.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Teams.js +17 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tools.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-Tutorials.js +79 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnableToLoad.js +10 -0
- package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
- package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
- package/dist/illustrations/tnt/tnt-Dialog-User2.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations/tnt/tnt-Dot-Calculator.js +12 -0
- package/dist/illustrations/tnt/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-Dialog.js +20 -0
- package/dist/illustrations/tnt/tnt-Dot-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations/tnt/tnt-Dot-Help.js +9 -0
- package/dist/illustrations/tnt/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations/tnt/tnt-Dot-RoadMap.js +6 -0
- package/dist/illustrations/tnt/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations/tnt/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations/tnt/tnt-Scene-Avatar.js +131 -0
- package/dist/illustrations/tnt/tnt-Scene-Calculator.js +84 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartArea2.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBPMNFlow.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBar.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartBullet.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartDoughnut.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartFlow.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartGantt.js +26 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartOrg.js +27 -0
- package/dist/illustrations/tnt/tnt-Scene-ChartPie.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
- package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Components.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Dialog.js +36 -0
- package/dist/illustrations/tnt/tnt-Scene-EmptyContentPane.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
- package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations/tnt/tnt-Scene-Handshake.js +33 -0
- package/dist/illustrations/tnt/tnt-Scene-Help.js +30 -0
- package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-MissionFailed.js +50 -0
- package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +16 -0
- package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-RoadMap.js +46 -0
- package/dist/illustrations/tnt/tnt-Scene-Secrets.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
- package/dist/illustrations/tnt/tnt-Scene-Settings.js +39 -0
- package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
- package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Systems.js +13 -0
- package/dist/illustrations/tnt/tnt-Scene-Teams.js +20 -0
- package/dist/illustrations/tnt/tnt-Scene-Tools.js +19 -0
- package/dist/illustrations/tnt/tnt-Scene-Tutorials.js +85 -0
- package/dist/illustrations/tnt/tnt-Scene-UnableToLoad.js +21 -0
- package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
- package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
- package/dist/illustrations/tnt/tnt-Scene-User2.js +22 -0
- package/dist/illustrations/tnt/tnt-Spot-Avatar.js +106 -0
- package/dist/illustrations/tnt/tnt-Spot-Calculator.js +131 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartArea2.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBPMNFlow.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBar.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartBullet.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartDoughnut.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartFlow.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartOrg.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-ChartPie.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
- package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Compass.js +35 -0
- package/dist/illustrations/tnt/tnt-Spot-Components.js +5 -0
- package/dist/illustrations/tnt/tnt-Spot-Dialog.js +33 -0
- package/dist/illustrations/tnt/tnt-Spot-EmptyContentPane.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
- package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Handshake.js +65 -0
- package/dist/illustrations/tnt/tnt-Spot-Help.js +24 -0
- package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
- package/dist/illustrations/tnt/tnt-Spot-MissionFailed.js +114 -0
- package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +8 -0
- package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-RoadMap.js +166 -0
- package/dist/illustrations/tnt/tnt-Spot-Secrets.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Services.js +14 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Settings.js +37 -0
- package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Systems.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-Teams.js +13 -0
- package/dist/illustrations/tnt/tnt-Spot-Tools.js +7 -0
- package/dist/illustrations/tnt/tnt-Spot-Tutorials.js +92 -0
- package/dist/illustrations/tnt/tnt-Spot-UnableToLoad.js +9 -0
- package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
- package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations/tnt/tnt-Spot-User2.js +10 -0
- package/dist/illustrations-v5/tnt/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Company.js +26 -0
- package/dist/illustrations-v5/tnt/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Help.js +26 -0
- package/dist/illustrations-v5/tnt/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Services.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Success.js +26 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Avatar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartArea2.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBPMNFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartDoughnut.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartGantt.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartOrg.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ChartPie.js +26 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/CodePlaceholder.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Company.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Company.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Compass.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Compass.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Dialog.js +26 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/ExternalLink.js +26 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/FaceID.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Fingerprint.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Help.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Help.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Lock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Mission.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Mission.js +26 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/MissionFailed.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoApplications.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/NoUsers.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Radar.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Radar.js +26 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/RoadMap.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Services.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Services.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpired.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SessionExpiring.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Settings.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Settings.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Success.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Success.js +26 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/SuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Systems.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Systems.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Teams.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Teams.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tools.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Tutorials.js +26 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/Unlock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.d.ts +8 -0
- package/dist/illustrations-v5/tnt/hc/UnsuccessfulAuth.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.js +92 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Avatar.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Calculator.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Compass.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Components.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Handshake.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Help.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +41 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +6 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Services.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Settings.js +7 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Success.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.js +8 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Avatar.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Calculator.js +32 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +36 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Company.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Compass.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Components.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Dialog.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Handshake.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Help.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Services.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Settings.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Success.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +31 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.js +34 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Avatar.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Calculator.js +24 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +15 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +21 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +30 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Company.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Compass.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Components.js +20 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Dialog.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +23 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +17 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Handshake.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Help.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.js +11 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +19 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.js +78 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Services.js +16 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +14 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +12 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Settings.js +9 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Success.js +13 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +25 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +27 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +22 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +18 -0
- package/dist/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Calculator.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Help.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Avatar.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Calculator.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +5 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Compass.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Dialog.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Handshake.js +36 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Help.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-MissionFailed.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-RoadMap.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Settings.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tutorials.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Calculator.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Help.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +33 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Settings.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +85 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +47 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tutorials.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Avatar.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Calculator.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Compass.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Dialog.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +14 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Handshake.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Help.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-MissionFailed.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-RoadMap.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Settings.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +21 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +19 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +79 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tutorials.js +17 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +15 -0
- package/dist/ssr-zxing-shim.d.ts +2 -0
- package/dist/ssr-zxing-shim.js +3 -0
- package/dist/ssr-zxing-shim.js.map +1 -0
- package/dist/ssr-zxing.d.ts +2 -0
- package/dist/ssr-zxing.js +3 -0
- package/dist/ssr-zxing.js.map +1 -0
- package/dist/types/FCLLayout.d.ts +105 -0
- package/dist/types/FCLLayout.js +107 -0
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +69 -0
- package/dist/types/IllustrationMessageDesign.js +71 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +636 -0
- package/dist/types/IllustrationMessageType.js +638 -0
- package/dist/types/IllustrationMessageType.js.map +1 -0
- package/dist/types/MediaGalleryItemLayout.d.ts +22 -0
- package/dist/types/MediaGalleryItemLayout.js +24 -0
- package/dist/types/MediaGalleryItemLayout.js.map +1 -0
- package/dist/types/MediaGalleryLayout.d.ts +22 -0
- package/dist/types/MediaGalleryLayout.js +24 -0
- package/dist/types/MediaGalleryLayout.js.map +1 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +17 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +19 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -0
- package/dist/types/NavigationLayoutMode.d.ts +23 -0
- package/dist/types/NavigationLayoutMode.js +25 -0
- package/dist/types/NavigationLayoutMode.js.map +1 -0
- package/dist/types/NotificationListItemImportance.d.ts +16 -0
- package/dist/types/NotificationListItemImportance.js +18 -0
- package/dist/types/NotificationListItemImportance.js.map +1 -0
- package/dist/types/PageBackgroundDesign.d.ts +22 -0
- package/dist/types/PageBackgroundDesign.js +24 -0
- package/dist/types/PageBackgroundDesign.js.map +1 -0
- package/dist/types/SearchMode.d.ts +17 -0
- package/dist/types/SearchMode.js +19 -0
- package/dist/types/SearchMode.js.map +1 -0
- package/dist/types/SideContentFallDown.d.ts +27 -0
- package/dist/types/SideContentFallDown.js +29 -0
- package/dist/types/SideContentFallDown.js.map +1 -0
- package/dist/types/SideContentPosition.d.ts +19 -0
- package/dist/types/SideContentPosition.js +21 -0
- package/dist/types/SideContentPosition.js.map +1 -0
- package/dist/types/SideContentVisibility.d.ts +32 -0
- package/dist/types/SideContentVisibility.js +34 -0
- package/dist/types/SideContentVisibility.js.map +1 -0
- package/dist/types/SideNavigationItemDesign.d.ts +24 -0
- package/dist/types/SideNavigationItemDesign.js +26 -0
- package/dist/types/SideNavigationItemDesign.js.map +1 -0
- package/dist/types/TimelineGrowingMode.d.ts +24 -0
- package/dist/types/TimelineGrowingMode.js +26 -0
- package/dist/types/TimelineGrowingMode.js.map +1 -0
- package/dist/types/TimelineLayout.d.ts +18 -0
- package/dist/types/TimelineLayout.js +20 -0
- package/dist/types/TimelineLayout.js.map +1 -0
- package/dist/types/UploadCollectionDnDMode.d.ts +22 -0
- package/dist/types/UploadCollectionDnDMode.js +24 -0
- package/dist/types/UploadCollectionDnDMode.js.map +1 -0
- package/dist/types/UploadCollectionSelectionMode.d.ts +39 -0
- package/dist/types/UploadCollectionSelectionMode.js +41 -0
- package/dist/types/UploadCollectionSelectionMode.js.map +1 -0
- package/dist/types/UploadState.d.ts +27 -0
- package/dist/types/UploadState.js +29 -0
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +25 -0
- package/dist/types/ViewSettingsDialogMode.js +27 -0
- package/dist/types/ViewSettingsDialogMode.js.map +1 -0
- package/dist/types/WizardContentLayout.d.ts +17 -0
- package/dist/types/WizardContentLayout.js +19 -0
- package/dist/types/WizardContentLayout.js.map +1 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.d.ts +15 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js +60 -0
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1626 -0
- package/dist/web-types.json +4122 -0
- package/global.d.ts +12 -0
- package/jsconfig.json +12 -0
- package/package-scripts.cjs +84 -0
- package/package.json +71 -0
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +72 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +134 -0
- package/src/IllustratedMessageTemplate.tsx +92 -0
- package/src/MediaGalleryItemTemplate.tsx +22 -0
- package/src/MediaGalleryTemplate.tsx +50 -0
- package/src/NavigationLayoutTemplate.tsx +19 -0
- package/src/NavigationMenuItemTemplate.tsx +64 -0
- package/src/NavigationMenuTemplate.tsx +51 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +30 -0
- package/src/ProductSwitchItemTemplate.tsx +66 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +106 -0
- package/src/SearchItemShowMoreTemplate.tsx +19 -0
- package/src/SearchItemTemplate.tsx +67 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +80 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarBrandingTemplate.tsx +27 -0
- package/src/ShellBarPopoverTemplate.tsx +50 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +337 -0
- package/src/SideNavigationGroupTemplate.tsx +58 -0
- package/src/SideNavigationItemTemplate.tsx +86 -0
- package/src/SideNavigationPopoverTemplate.tsx +103 -0
- package/src/SideNavigationSubItemTemplate.tsx +39 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +48 -0
- package/src/TimelineItemTemplate.tsx +77 -0
- package/src/TimelineTemplate.tsx +79 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemGroupTemplate.tsx +6 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +193 -0
- package/src/UserSettingsAccountViewTemplate.tsx +46 -0
- package/src/UserSettingsAppearanceViewItemTemplate.tsx +25 -0
- package/src/UserSettingsAppearanceViewTemplate.tsx +15 -0
- package/src/UserSettingsDialogTemplate.tsx +80 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +230 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +612 -0
- package/src/i18n/messagebundle_ar.properties +407 -0
- package/src/i18n/messagebundle_bg.properties +407 -0
- package/src/i18n/messagebundle_ca.properties +407 -0
- package/src/i18n/messagebundle_cnr.properties +407 -0
- package/src/i18n/messagebundle_cs.properties +407 -0
- package/src/i18n/messagebundle_cy.properties +407 -0
- package/src/i18n/messagebundle_da.properties +407 -0
- package/src/i18n/messagebundle_de.properties +407 -0
- package/src/i18n/messagebundle_el.properties +407 -0
- package/src/i18n/messagebundle_en.properties +407 -0
- package/src/i18n/messagebundle_en_GB.properties +407 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +407 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +407 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +407 -0
- package/src/i18n/messagebundle_es.properties +407 -0
- package/src/i18n/messagebundle_es_MX.properties +407 -0
- package/src/i18n/messagebundle_et.properties +407 -0
- package/src/i18n/messagebundle_fi.properties +407 -0
- package/src/i18n/messagebundle_fr.properties +407 -0
- package/src/i18n/messagebundle_fr_CA.properties +407 -0
- package/src/i18n/messagebundle_hi.properties +407 -0
- package/src/i18n/messagebundle_hr.properties +407 -0
- package/src/i18n/messagebundle_hu.properties +407 -0
- package/src/i18n/messagebundle_id.properties +407 -0
- package/src/i18n/messagebundle_it.properties +407 -0
- package/src/i18n/messagebundle_iw.properties +407 -0
- package/src/i18n/messagebundle_ja.properties +407 -0
- package/src/i18n/messagebundle_kk.properties +407 -0
- package/src/i18n/messagebundle_ko.properties +407 -0
- package/src/i18n/messagebundle_lt.properties +407 -0
- package/src/i18n/messagebundle_lv.properties +407 -0
- package/src/i18n/messagebundle_mk.properties +407 -0
- package/src/i18n/messagebundle_ms.properties +407 -0
- package/src/i18n/messagebundle_nl.properties +407 -0
- package/src/i18n/messagebundle_no.properties +407 -0
- package/src/i18n/messagebundle_pl.properties +407 -0
- package/src/i18n/messagebundle_pt.properties +407 -0
- package/src/i18n/messagebundle_pt_PT.properties +407 -0
- package/src/i18n/messagebundle_ro.properties +407 -0
- package/src/i18n/messagebundle_ru.properties +407 -0
- package/src/i18n/messagebundle_sh.properties +407 -0
- package/src/i18n/messagebundle_sk.properties +407 -0
- package/src/i18n/messagebundle_sl.properties +407 -0
- package/src/i18n/messagebundle_sr.properties +407 -0
- package/src/i18n/messagebundle_sv.properties +407 -0
- package/src/i18n/messagebundle_th.properties +407 -0
- package/src/i18n/messagebundle_tr.properties +407 -0
- package/src/i18n/messagebundle_uk.properties +407 -0
- package/src/i18n/messagebundle_vi.properties +407 -0
- package/src/i18n/messagebundle_zh_CN.properties +407 -0
- package/src/i18n/messagebundle_zh_TW.properties +407 -0
- package/src/illustrations/sapIllus-Dialog-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-AddPeopleToCalendar.svg +51 -0
- package/src/illustrations/sapIllus-Dialog-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +77 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +65 -0
- package/src/illustrations/sapIllus-Dialog-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +20 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +62 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-ResizingColumns.svg +55 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +48 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-Survey.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-UserHasSignedUp.svg +34 -0
- package/src/illustrations/sapIllus-Dot-Achievement.svg +18 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +9 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-AddPeopleToCalendar.svg +14 -0
- package/src/illustrations/sapIllus-Dot-AddingColumns.svg +13 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-BeforeSearch.svg +40 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-DragFilesToUpload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-EmptyCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-EmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-EmptyPlanningCalendar.svg +18 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-FilteringColumns.svg +22 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-GroupingColumns.svg +23 -0
- package/src/illustrations/sapIllus-Dot-KeyTask.svg +118 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoActivities.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoChartData.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Dot-NoData.svg +11 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoEntries.svg +25 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail.svg +14 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoNotifications.svg +23 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems.svg +55 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +14 -0
- package/src/illustrations/sapIllus-Dot-ReceiveAppreciation.svg +19 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-ResizingColumns.svg +19 -0
- package/src/illustrations/sapIllus-Dot-SearchEarth.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SearchFolder.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SignOut.svg +11 -0
- package/src/illustrations/sapIllus-Dot-SimpleBalloon.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleCalendar.svg +36 -0
- package/src/illustrations/sapIllus-Dot-SimpleCheckMark.svg +4 -0
- package/src/illustrations/sapIllus-Dot-SimpleConnection.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyDoc.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleError.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleMagnifier.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SimpleMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-SimpleNoSavedItems.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dot-SimpleReload.svg +8 -0
- package/src/illustrations/sapIllus-Dot-SimpleTask.svg +12 -0
- package/src/illustrations/sapIllus-Dot-SleepingBell.svg +7 -0
- package/src/illustrations/sapIllus-Dot-SortColumn.svg +28 -0
- package/src/illustrations/sapIllus-Dot-SortingColumns.svg +15 -0
- package/src/illustrations/sapIllus-Dot-SuccessHighFive.svg +6 -0
- package/src/illustrations/sapIllus-Dot-SuccessScreen.svg +4 -0
- package/src/illustrations/sapIllus-Dot-Survey.svg +7 -0
- package/src/illustrations/sapIllus-Dot-Tent.svg +7 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoad.svg +118 -0
- package/src/illustrations/sapIllus-Dot-UnableToLoadImage.svg +24 -0
- package/src/illustrations/sapIllus-Dot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +9 -0
- package/src/illustrations/sapIllus-Dot-UserHasSignedUp.svg +8 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-Achievement.svg +28 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +17 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-AddPeopleToCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Scene-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +53 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-DragFilesToUpload.svg +20 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +90 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +62 -0
- package/src/illustrations/sapIllus-Scene-FilteringColumns.svg +39 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-GroupingColumns.svg +40 -0
- package/src/illustrations/sapIllus-Scene-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Scene-NoChartData.svg +45 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +26 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +60 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +86 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +13 -0
- package/src/illustrations/sapIllus-Scene-ReceiveAppreciation.svg +25 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +62 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-ResizingColumns.svg +57 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SortingColumns.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +25 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +61 -0
- package/src/illustrations/sapIllus-Scene-Survey.svg +21 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +59 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +26 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +29 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +22 -0
- package/src/illustrations/sapIllus-Scene-UserHasSignedUp.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Achievement.svg +27 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +16 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-AddPeopleToCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-AddingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +43 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +41 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-DragFilesToUpload.svg +18 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +19 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +60 -0
- package/src/illustrations/sapIllus-Spot-FilteringColumns.svg +33 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +86 -0
- package/src/illustrations/sapIllus-Spot-GroupingColumns.svg +35 -0
- package/src/illustrations/sapIllus-Spot-KeyTask.svg +119 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +34 -0
- package/src/illustrations/sapIllus-Spot-NoChartData.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +29 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +15 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +51 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +73 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +32 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +22 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +10 -0
- package/src/illustrations/sapIllus-Spot-ReceiveAppreciation.svg +20 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +36 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +49 -0
- package/src/illustrations/sapIllus-Spot-ResizingColumns.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +37 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +21 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +44 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +38 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SortingColumns.svg +49 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +24 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +35 -0
- package/src/illustrations/sapIllus-Spot-Survey.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +29 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +119 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +28 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +33 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +21 -0
- package/src/illustrations/sapIllus-Spot-UserHasSignedUp.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Avatar.svg +124 -0
- package/src/illustrations/tnt/tnt-Dialog-Calculator.svg +80 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartArea2.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBPMNFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartBullet.svg +14 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartDoughnut.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartFlow.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartGantt.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartOrg.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Dialog-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Dialog-Components.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-EmptyContentPane.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Dialog-Help.svg +27 -0
- package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
- package/src/illustrations/tnt/tnt-Dialog-MissionFailed.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
- package/src/illustrations/tnt/tnt-Dialog-RoadMap.svg +41 -0
- package/src/illustrations/tnt/tnt-Dialog-Secrets.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Dialog-Systems.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-Teams.svg +17 -0
- package/src/illustrations/tnt/tnt-Dialog-Tools.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-Tutorials.svg +78 -0
- package/src/illustrations/tnt/tnt-Dialog-UnableToLoad.svg +9 -0
- package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
- package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations/tnt/tnt-Dialog-User2.svg +13 -0
- package/src/illustrations/tnt/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations/tnt/tnt-Dot-Calculator.svg +11 -0
- package/src/illustrations/tnt/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-Dialog.svg +19 -0
- package/src/illustrations/tnt/tnt-Dot-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations/tnt/tnt-Dot-Help.svg +8 -0
- package/src/illustrations/tnt/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations/tnt/tnt-Dot-RoadMap.svg +5 -0
- package/src/illustrations/tnt/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations/tnt/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations/tnt/tnt-Scene-Avatar.svg +130 -0
- package/src/illustrations/tnt/tnt-Scene-Calculator.svg +83 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBPMNFlow.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartBullet.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartDoughnut.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-ChartFlow.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-ChartGantt.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartOrg.svg +26 -0
- package/src/illustrations/tnt/tnt-Scene-ChartPie.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
- package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
- package/src/illustrations/tnt/tnt-Scene-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Scene-Components.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Dialog.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-EmptyContentPane.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
- package/src/illustrations/tnt/tnt-Scene-Handshake.svg +32 -0
- package/src/illustrations/tnt/tnt-Scene-Help.svg +29 -0
- package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
- package/src/illustrations/tnt/tnt-Scene-MissionFailed.svg +49 -0
- package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +16 -0
- package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-RoadMap.svg +45 -0
- package/src/illustrations/tnt/tnt-Scene-Secrets.svg +14 -0
- package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
- package/src/illustrations/tnt/tnt-Scene-Settings.svg +38 -0
- package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Systems.svg +12 -0
- package/src/illustrations/tnt/tnt-Scene-Teams.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Tools.svg +18 -0
- package/src/illustrations/tnt/tnt-Scene-Tutorials.svg +84 -0
- package/src/illustrations/tnt/tnt-Scene-UnableToLoad.svg +20 -0
- package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
- package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
- package/src/illustrations/tnt/tnt-Scene-User2.svg +22 -0
- package/src/illustrations/tnt/tnt-Spot-Avatar.svg +105 -0
- package/src/illustrations/tnt/tnt-Spot-Calculator.svg +130 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-ChartArea2.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBPMNFlow.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBar.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartBullet.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-ChartDoughnut.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-ChartFlow.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-ChartGantt.svg +12 -0
- package/src/illustrations/tnt/tnt-Spot-ChartOrg.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-ChartPie.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Compass.svg +34 -0
- package/src/illustrations/tnt/tnt-Spot-Components.svg +5 -0
- package/src/illustrations/tnt/tnt-Spot-Dialog.svg +32 -0
- package/src/illustrations/tnt/tnt-Spot-EmptyContentPane.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
- package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Handshake.svg +64 -0
- package/src/illustrations/tnt/tnt-Spot-Help.svg +23 -0
- package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
- package/src/illustrations/tnt/tnt-Spot-MissionFailed.svg +113 -0
- package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-RoadMap.svg +165 -0
- package/src/illustrations/tnt/tnt-Spot-Secrets.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Services.svg +14 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Settings.svg +37 -0
- package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
- package/src/illustrations/tnt/tnt-Spot-Systems.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-Teams.svg +13 -0
- package/src/illustrations/tnt/tnt-Spot-Tools.svg +7 -0
- package/src/illustrations/tnt/tnt-Spot-Tutorials.svg +91 -0
- package/src/illustrations/tnt/tnt-Spot-UnableToLoad.svg +8 -0
- package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
- package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
- package/src/illustrations/tnt/tnt-Spot-User2.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Avatar.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Components.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Handshake.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Mission.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-MissionFailed.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Radar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-RoadMap.svg +91 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Success.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dialog-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Avatar.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Calculator.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Compass.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Components.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-FaceID.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Handshake.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Help.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-MissionFailed.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.svg +41 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-RoadMap.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Secrets.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Settings.svg +6 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Success.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Tutorials.svg +7 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Avatar.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Calculator.svg +31 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.svg +35 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Company.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Compass.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Components.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Dialog.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Handshake.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Help.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-MissionFailed.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Radar.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-RoadMap.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Secrets.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Services.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Settings.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Success.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Systems.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Teams.svg +30 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Tutorials.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-Unlock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Scene-UnsuccessfulAuth.svg +33 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Avatar.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Calculator.svg +23 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.svg +14 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.svg +20 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.svg +29 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Company.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Compass.svg +16 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Components.svg +19 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Dialog.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.svg +22 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-FaceID.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Handshake.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Help.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Lock.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Mission.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-MissionFailed.svg +10 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.svg +18 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-RoadMap.svg +77 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Secrets.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Services.svg +15 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.svg +13 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.svg +11 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Settings.svg +8 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Success.svg +12 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Systems.svg +24 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Teams.svg +26 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tools.svg +21 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-Unlock.svg +17 -0
- package/src/illustrations-v5/tnt/hc/tnt-Spot-UnsuccessfulAuth.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Calculator.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Help.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Avatar.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Calculator.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +4 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Compass.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Dialog.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Handshake.svg +35 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Help.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Dot-MissionFailed.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-RoadMap.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Settings.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tutorials.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Calculator.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Help.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Scene-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Settings.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +84 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +46 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tutorials.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Avatar.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Calculator.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Compass.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Dialog.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Handshake.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Help.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-MissionFailed.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-RoadMap.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Settings.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +20 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +18 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +78 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tutorials.svg +16 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +44 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +14 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +135 -0
- package/src/themes/DynamicPageHeader.css +9 -0
- package/src/themes/DynamicPageHeaderActions.css +51 -0
- package/src/themes/DynamicPageTitle.css +173 -0
- package/src/themes/DynamicSideContent.css +268 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +238 -0
- package/src/themes/InvisibleTextStyles.css +9 -0
- package/src/themes/MediaGallery.css +153 -0
- package/src/themes/MediaGalleryItem.css +130 -0
- package/src/themes/NavigationLayout.css +91 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +93 -0
- package/src/themes/NotificationList.css +7 -0
- package/src/themes/NotificationListGroupItem.css +122 -0
- package/src/themes/NotificationListItem.css +207 -0
- package/src/themes/NotificationListItemBase.css +25 -0
- package/src/themes/NotificationStateIcon.css +5 -0
- package/src/themes/Page.css +176 -0
- package/src/themes/ProductSwitch.css +32 -0
- package/src/themes/ProductSwitchItem.css +164 -0
- package/src/themes/Search.css +110 -0
- package/src/themes/SearchField.css +301 -0
- package/src/themes/SearchItem.css +109 -0
- package/src/themes/SearchItemGroup.css +24 -0
- package/src/themes/SearchItemShowMore.css +7 -0
- package/src/themes/SearchMessageArea.css +17 -0
- package/src/themes/ShellBar.css +538 -0
- package/src/themes/ShellBarBranding.css +76 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/ShellBarSearch.css +3 -0
- package/src/themes/SideNavigation.css +78 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +376 -0
- package/src/themes/SideNavigationPopover.css +19 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +88 -0
- package/src/themes/TimelineGroupItem.css +184 -0
- package/src/themes/TimelineItem.css +445 -0
- package/src/themes/UploadCollection.css +97 -0
- package/src/themes/UploadCollectionItem.css +181 -0
- package/src/themes/UserMenu.css +174 -0
- package/src/themes/UserMenuItem.css +11 -0
- package/src/themes/UserSettingsAccountView.css +57 -0
- package/src/themes/UserSettingsAppearanceViewItem.css +46 -0
- package/src/themes/UserSettingsDialog.css +114 -0
- package/src/themes/UserSettingsItem.css +77 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +139 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +189 -0
- package/src/themes/base/DynamicPage-parameters.css +18 -0
- package/src/themes/base/DynamicPageHeader-parameters.css +5 -0
- package/src/themes/base/DynamicPageHeaderActions-parameters.css +7 -0
- package/src/themes/base/DynamicPageTitle-parameters.css +19 -0
- package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/base/IllustratedMessage-parameters.css +13 -0
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/base/NotificationListItem-parameters.css +33 -0
- package/src/themes/base/Page-parameters.css +4 -0
- package/src/themes/base/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/base/Search-parameters.css +10 -0
- package/src/themes/base/SearchField-parameters.css +32 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +77 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +14 -0
- package/src/themes/base/TimelineItem-parameters.css +70 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/UserSettingsAppearanceViewItem-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +15 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -0
- package/src/themes/base/rtl-parameters.css +13 -0
- package/src/themes/sap_belize/DynamicPage-parameters.css +16 -0
- package/src/themes/sap_belize_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_belize_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3/DynamicPageHeaderActions-parameters.css +5 -0
- package/src/themes/sap_fiori_3/DynamicPageTitle-parameters.css +4 -0
- package/src/themes/sap_fiori_3/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +12 -0
- package/src/themes/sap_fiori_3/TimelineItem-parameters.css +11 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +28 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/TimelineItem-parameters.css +9 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +23 -0
- package/src/themes/sap_fiori_3_hcb/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcb/SearchField-parameters.css +30 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_fiori_3_hcw/DynamicPageTitle-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +14 -0
- package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +6 -0
- package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon/DynamicPageHeaderActions-parameters.css +6 -0
- package/src/themes/sap_horizon/DynamicPageTitle-parameters.css +5 -0
- package/src/themes/sap_horizon/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon/parameters-bundle.css +27 -0
- package/src/themes/sap_horizon_dark/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/NotificationListItem-parameters.css +20 -0
- package/src/themes/sap_horizon_dark/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/ShellBar-parameters.css +30 -0
- package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +55 -0
- package/src/themes/sap_horizon_dark/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_dark/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +26 -0
- package/src/themes/sap_horizon_dark_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_dark_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/ShellBar-parameters.css +22 -0
- package/src/themes/sap_horizon_dark_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_dark_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_dark_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_dark_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_dark_exp/WizardTab-parameters.css +10 -0
- package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +20 -0
- package/src/themes/sap_horizon_exp/FlexibleColumnLayout-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/NotificationListItem-parameters.css +3 -0
- package/src/themes/sap_horizon_exp/ProductSwitchItem-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/ShellBar-parameters.css +28 -0
- package/src/themes/sap_horizon_exp/SideNavigation-parameters.css +17 -0
- package/src/themes/sap_horizon_exp/TimelineItem-parameters.css +21 -0
- package/src/themes/sap_horizon_exp/UploadCollection-parameters.css +5 -0
- package/src/themes/sap_horizon_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_exp/parameters-bundle.css +21 -0
- package/src/themes/sap_horizon_hcb/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcb/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcb/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcb/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/src/themes/sap_horizon_hcb_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcb_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/ShellBar-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcb_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/UploadCollection-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcb_exp/parameters-bundle.css +18 -0
- package/src/themes/sap_horizon_hcw/DynamicPageTitle-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/NotificationListItem-parameters.css +22 -0
- package/src/themes/sap_horizon_hcw/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/SearchField-parameters.css +29 -0
- package/src/themes/sap_horizon_hcw/ShellBar-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +53 -0
- package/src/themes/sap_horizon_hcw/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/UploadCollection-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +25 -0
- package/src/themes/sap_horizon_hcw_exp/FlexibleColumnLayout-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/Page-parameters.css +4 -0
- package/src/themes/sap_horizon_hcw_exp/ProductSwitchItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/ShellBar-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw_exp/SideNavigation-parameters.css +16 -0
- package/src/themes/sap_horizon_hcw_exp/TimelineItem-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/UploadCollection-parameters.css +7 -0
- package/src/themes/sap_horizon_hcw_exp/Wizard-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw_exp/WizardTab-parameters.css +11 -0
- package/src/themes/sap_horizon_hcw_exp/parameters-bundle.css +19 -0
- package/tsconfig.json +43 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg id="tnt-Scene-UnsuccessfulAuth" xmlns="http://www.w3.org/2000/svg" width="320" height="240" fill="none" viewBox="0 0 320 240">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M320 83v90c0 13.246-10.754 24-24 24H24c-13.246 0-24-10.754-24-24V83c0-13.246 10.754-24 24-24h272c13.246 0 24 10.754 24 24Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m81.117 185.969 133.735-23.88c.833-.15.863-1.324.051-1.525l-83.86-20.889a7.728 7.728 0 0 0-3.07-.141L22.381 155.808c-1.867.291-2.228 2.82-.512 3.623l56.207 26.137a5.026 5.026 0 0 0 3.04.391v.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M219.46 38a4.027 4.027 0 0 1 1.57.247c.504.181.989.466 1.427.828a5.331 5.331 0 0 1 1.798 2.872l2.493 10.833-161.934 9.748-2.093-12.04a4.251 4.251 0 0 1 .057-1.807c.143-.561.4-1.075.752-1.512a3.88 3.88 0 0 1 1.322-1.056 4.58 4.58 0 0 1 1.76-.457L219.46 38Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M64.814 62.528 226.74 52.79l20.808 90.486a5.04 5.04 0 0 1 .095 1.759 3.897 3.897 0 0 1-.514 1.522 3.502 3.502 0 0 1-1.027 1.113 3.26 3.26 0 0 1-1.446.542l-156.56 19.62a4.992 4.992 0 0 1-3.663-1.028 5.487 5.487 0 0 1-1.313-1.455 5.184 5.184 0 0 1-.714-1.883L64.814 62.528Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M172.869 121.267c.466-.048.932 0 1.379.152a3.93 3.93 0 0 1 1.237.675c.371.305.704.666.971 1.084.266.419.456.885.561 1.389l1.903 9.159c.104.504.114 1.008.028 1.465a3.513 3.513 0 0 1-.485 1.255 3.104 3.104 0 0 1-.913.913c-.362.238-.799.39-1.266.438l-77.066 8.711a3.9 3.9 0 0 1-1.522-.142 4.176 4.176 0 0 1-1.351-.704 4.105 4.105 0 0 1-1.028-1.151 4.374 4.374 0 0 1-.57-1.484l-1.742-9.691a3.759 3.759 0 0 1 .029-1.531c.114-.485.304-.923.59-1.313.285-.39.628-.704 1.046-.951a3.327 3.327 0 0 1 1.408-.447l76.791-7.846v.019Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m131.881 131.443.085.409c.029.133.048.276.067.428.019.152.038.286.048.438l.028.447c.095-.105.19-.209.285-.305.096-.095.191-.199.295-.285.105-.085.2-.181.295-.266.096-.086.2-.171.295-.247l1.028 1.312c-.105.076-.209.162-.324.238-.114.076-.218.152-.333.228-.114.076-.228.152-.352.228-.123.076-.247.143-.371.219.153.038.295.086.438.124.143.038.285.095.419.142.133.048.276.105.409.153.133.047.266.104.399.161l-.513 1.465c-.124-.057-.257-.114-.381-.181-.124-.066-.257-.123-.381-.2-.123-.076-.256-.142-.38-.218-.124-.076-.257-.152-.39-.238.057.143.104.295.142.437.039.143.086.286.124.428.038.143.067.276.095.419.029.143.057.276.076.409l-1.503.162c-.028-.134-.057-.267-.076-.409-.019-.143-.048-.276-.057-.428-.01-.153-.029-.295-.048-.438-.019-.143-.019-.295-.028-.447a7.66 7.66 0 0 1-.286.304c-.095.096-.19.2-.295.286-.104.085-.199.18-.304.266-.105.086-.2.171-.304.247l-1.028-1.312c.105-.076.209-.162.314-.238.105-.076.219-.152.333-.238.114-.085.228-.152.352-.228l.362-.219c-.143-.038-.286-.076-.429-.123-.142-.048-.285-.086-.418-.143-.133-.057-.276-.105-.409-.152-.134-.048-.267-.114-.39-.171l.532-1.465c.124.057.248.114.371.181.124.066.248.123.381.199.133.076.257.143.381.219.123.076.256.152.38.238-.047-.143-.095-.295-.143-.438a7.407 7.407 0 0 1-.123-.428 6.52 6.52 0 0 1-.181-.827l1.503-.162.01.019Zm-9.543 1.018c.029.133.057.276.086.419.028.142.047.285.066.428.019.142.029.294.048.437.019.143.019.295.019.447.095-.104.19-.209.295-.314.104-.104.2-.199.295-.285.095-.086.199-.181.295-.266a3.65 3.65 0 0 1 .304-.248l1.037 1.322a4.01 4.01 0 0 1-.323.238c-.115.076-.219.162-.343.238-.124.076-.238.152-.352.228-.114.076-.247.143-.371.219.152.038.295.086.438.133l.428.143c.143.047.276.104.409.152.133.047.266.105.4.162l-.524 1.474c-.123-.057-.257-.114-.38-.181-.124-.067-.257-.133-.381-.2a15.334 15.334 0 0 1-.39-.218 10.19 10.19 0 0 1-.39-.238c.057.142.105.295.143.437.038.143.085.286.123.428.038.143.067.286.096.419.028.133.057.276.076.418l-1.523.171c-.028-.133-.057-.266-.076-.409l-.057-.428c-.019-.142-.028-.294-.047-.437-.019-.143-.019-.304-.029-.457l-.285.314c-.096.105-.2.2-.295.295-.095.095-.2.181-.305.276-.104.095-.209.171-.304.257l-1.037-1.322a3.84 3.84 0 0 1 .323-.238c.114-.076.229-.162.343-.238.114-.076.238-.152.361-.228.124-.076.248-.143.371-.219-.142-.038-.285-.076-.437-.123-.153-.048-.286-.086-.429-.143-.142-.057-.275-.105-.418-.162-.143-.057-.267-.114-.4-.171l.543-1.474c.123.057.247.114.371.181.123.066.257.133.38.199.124.067.257.143.39.219.133.076.257.152.39.238-.047-.152-.095-.295-.142-.438-.048-.142-.086-.285-.124-.428-.038-.142-.067-.285-.105-.418a2.955 2.955 0 0 1-.076-.419l1.522-.161-.009-.029Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M96.211 68.368a15.19 15.19 0 0 1 5.814.77 16.833 16.833 0 0 1 5.128 2.797 17.322 17.322 0 0 1 3.92 4.394 16.278 16.278 0 0 1 2.188 5.563c.381 2.007.343 3.957-.047 5.754a12.993 12.993 0 0 1-2.189 4.898 12.477 12.477 0 0 1-3.986 3.529c-1.589.894-3.416 1.465-5.423 1.626a15.254 15.254 0 0 1-5.9-.694 16.977 16.977 0 0 1-5.251-2.806 17.209 17.209 0 0 1-4.015-4.48 16.353 16.353 0 0 1-2.198-5.687c-.371-2.044-.305-4.013.124-5.83a12.88 12.88 0 0 1 2.302-4.888 12.51 12.51 0 0 1 4.072-3.443c1.608-.856 3.435-1.38 5.442-1.512l.02.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.867 82.663a5.136 5.136 0 0 1-1.98-.248 5.86 5.86 0 0 1-1.76-.95 5.624 5.624 0 0 1-1.341-1.503 5.59 5.59 0 0 1-.742-1.903 5.006 5.006 0 0 1 .028-1.959c.134-.608.4-1.17.761-1.645a4.362 4.362 0 0 1 1.361-1.17 4.29 4.29 0 0 1 1.836-.513 5.276 5.276 0 0 1 1.97.256c.628.21 1.218.533 1.741.951.523.419.98.923 1.332 1.493.352.571.609 1.208.742 1.893a4.591 4.591 0 0 1-.028 1.94c-.143.6-.391 1.17-.752 1.646a4.36 4.36 0 0 1-1.351 1.18 4.447 4.447 0 0 1-1.836.532h.019Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M168.683 101.018a3.5 3.5 0 0 1 1.37.162 4.16 4.16 0 0 1 2.198 1.759c.256.419.456.885.561 1.38l1.884 9.035c.104.504.104.989.028 1.436a3.224 3.224 0 0 1-.485 1.227 2.894 2.894 0 0 1-.913.884c-.362.219-.79.371-1.266.419l-76.723 7.637c-.514.047-1.028 0-1.513-.152a4.21 4.21 0 0 1-1.342-.704 4.543 4.543 0 0 1-1.027-1.141 4.085 4.085 0 0 1-.562-1.465l-1.712-9.549a3.833 3.833 0 0 1 .028-1.512 3.354 3.354 0 0 1 1.618-2.207c.409-.237.885-.38 1.398-.428l76.448-6.8.01.019Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M118.352 111.404c.028.133.057.267.076.409.019.143.047.276.057.419.009.142.028.285.038.428.009.142.019.295.019.447.095-.105.19-.2.295-.305.105-.104.2-.19.295-.285.095-.095.2-.181.295-.266.095-.086.2-.162.304-.248l1.028 1.313c-.105.076-.21.152-.324.228-.114.076-.219.152-.342.228-.124.077-.238.143-.352.219-.114.076-.248.143-.371.209.152.038.295.086.437.134l.428.142c.143.048.276.105.41.152.133.048.266.105.399.162l-.523 1.446c-.124-.057-.257-.114-.381-.181-.123-.067-.257-.133-.38-.2a7.401 7.401 0 0 1-.381-.218c-.123-.077-.257-.153-.39-.238.057.142.105.285.143.428.038.142.085.285.124.418.038.133.066.276.095.419.028.142.057.276.076.409l-1.523.142c-.028-.133-.057-.266-.076-.399l-.057-.419c-.019-.142-.028-.285-.038-.437l-.028-.447c-.095.105-.191.2-.286.304-.095.105-.2.19-.295.286-.095.095-.2.18-.304.266-.105.085-.2.171-.305.247l-1.027-1.312c.104-.076.209-.152.314-.238.104-.086.219-.152.342-.228.124-.076.238-.153.352-.219.115-.067.248-.143.371-.209-.142-.038-.285-.076-.428-.124l-.428-.143a4.968 4.968 0 0 1-.409-.161 13.318 13.318 0 0 1-.39-.172l.542-1.445c.124.057.248.114.371.181.124.066.257.133.381.199.124.067.257.143.38.219.124.076.257.152.381.238a7.238 7.238 0 0 1-.133-.428c-.038-.143-.086-.285-.124-.419-.038-.133-.066-.275-.095-.418-.029-.143-.057-.276-.076-.409l1.513-.143v.019Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M73.52 49.917a4.027 4.027 0 0 1 1.503.21c.485.16.923.408 1.322.722.4.314.733.694 1 1.122.266.428.456.904.542 1.408.085.504.076.989-.038 1.436a3.255 3.255 0 0 1-.59 1.208 3.131 3.131 0 0 1-1.037.856c-.41.21-.885.342-1.399.37a4.03 4.03 0 0 1-1.503-.209 4.257 4.257 0 0 1-1.323-.722 4.543 4.543 0 0 1-1.008-1.122 3.886 3.886 0 0 1-.543-1.418 3.664 3.664 0 0 1 .039-1.445 3.05 3.05 0 0 1 .59-1.208 3.309 3.309 0 0 1 1.046-.856 3.241 3.241 0 0 1 1.399-.361v.009Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M102.358 85.754a8.35 8.35 0 0 1 2.179.123 8.95 8.95 0 0 1 2.074.666 9.62 9.62 0 0 1 3.463 2.682 10.72 10.72 0 0 1-1.474 2.292 10.308 10.308 0 0 1-2.018 1.836 10.62 10.62 0 0 1-2.492 1.284 11.41 11.41 0 0 1-2.902.618 12.057 12.057 0 0 1-3.045-.133 13.418 13.418 0 0 1-2.911-.837 14.539 14.539 0 0 1-2.664-1.465 14.463 14.463 0 0 1-2.312-2.007c.257-.647.59-1.246.999-1.788a7.241 7.241 0 0 1 1.437-1.417 6.887 6.887 0 0 1 1.807-.97c.657-.238 1.36-.4 2.103-.457l5.766-.437-.01.01Zm6.365 26.544c.028.133.057.276.076.409.019.133.048.276.057.419.01.142.029.285.038.427.01.143.019.295.019.448.095-.105.2-.21.295-.305.095-.095.2-.19.295-.285.095-.095.2-.181.305-.266.104-.086.199-.172.304-.248l1.037 1.322c-.105.076-.219.162-.323.238-.105.076-.229.152-.343.228a4.81 4.81 0 0 1-.361.219c-.124.067-.248.143-.381.209.152.038.295.086.447.133.152.048.286.096.428.143.143.048.276.105.419.152.143.048.266.105.4.162l-.533 1.455c-.124-.057-.257-.114-.381-.181-.124-.066-.257-.133-.38-.199-.124-.067-.257-.143-.391-.219a8.682 8.682 0 0 1-.39-.238c.057.143.105.295.143.438.038.142.086.285.114.428.029.142.067.275.095.418.029.143.058.276.077.409l-1.542.152c-.028-.133-.057-.266-.076-.409l-.057-.418a6 6 0 0 1-.038-.438l-.029-.447c-.095.105-.19.21-.285.305-.095.095-.2.19-.304.285-.105.095-.21.181-.305.266a4.027 4.027 0 0 1-.314.248l-1.037-1.322c.105-.077.209-.162.324-.238l.342-.228c.114-.077.238-.153.362-.219.123-.067.247-.143.371-.209-.143-.039-.295-.077-.438-.124l-.428-.143c-.143-.047-.276-.104-.419-.161a5.606 5.606 0 0 1-.399-.181l.561-1.455c.124.057.247.114.381.18.133.067.256.134.38.2.124.067.257.143.39.219.133.076.257.152.39.238a8.112 8.112 0 0 1-.133-.438c-.038-.143-.086-.285-.124-.428a7.161 7.161 0 0 1-.095-.418c-.028-.143-.057-.276-.076-.409l1.532-.143v.019Zm-9.733.894c.028.133.057.276.076.409.019.133.047.276.057.419.01.142.028.285.038.437.01.152.019.295.019.447.095-.105.2-.209.304-.304.105-.095.2-.19.305-.286.104-.095.2-.18.304-.266.105-.085.209-.171.314-.247l1.037 1.322c-.104.076-.219.162-.333.238-.114.076-.228.152-.352.228-.124.076-.238.152-.361.219-.124.066-.257.142-.381.209.152.038.305.085.447.133.143.048.295.095.428.143.134.047.286.104.419.161.133.057.276.114.409.172l-.542 1.464a6.795 6.795 0 0 1-.39-.181c-.133-.066-.257-.133-.39-.199-.134-.067-.257-.143-.39-.219a8.164 8.164 0 0 1-.4-.238c.057.143.105.295.143.438.038.142.085.285.114.428.028.142.066.285.095.418.029.133.048.276.076.419l-1.56.152a4.95 4.95 0 0 1-.076-.409l-.058-.428c-.019-.143-.028-.295-.037-.438l-.03-.447c-.094.105-.19.21-.294.305-.105.095-.2.19-.304.285-.105.095-.21.181-.314.266-.105.086-.21.172-.314.248l-1.047-1.332.324-.238c.104-.076.228-.152.352-.228.123-.076.237-.152.37-.219.134-.066.248-.142.381-.209a5.639 5.639 0 0 1-.438-.124c-.142-.047-.294-.095-.428-.142a8.006 8.006 0 0 1-.418-.162c-.133-.057-.276-.114-.4-.181l.571-1.464c.124.057.257.123.38.18.124.058.257.134.39.2.134.067.258.143.39.219.134.076.258.162.39.238-.047-.152-.094-.295-.132-.438-.038-.142-.086-.285-.115-.428-.028-.142-.066-.285-.095-.418a6.179 6.179 0 0 1-.076-.409l1.551-.143h-.01Zm3.891 21.323c.028.143.057.276.076.419.019.143.048.285.057.428.01.143.029.295.038.447.01.152.019.304.019.456.105-.104.2-.209.305-.313.104-.105.199-.2.304-.295.105-.095.209-.191.305-.276.095-.086.209-.171.313-.257l1.047 1.332c-.105.085-.219.161-.333.247a4.612 4.612 0 0 1-.352.238c-.124.076-.238.152-.371.228-.133.076-.257.152-.39.219.152.038.304.085.447.133l.438.142c.142.048.285.105.418.153.134.047.276.104.409.161l-.542 1.493a7.527 7.527 0 0 1-.39-.18c-.133-.067-.257-.133-.39-.2s-.257-.143-.39-.219c-.133-.076-.267-.152-.4-.237.057.152.105.294.143.447.038.152.086.294.124.437.038.143.066.285.095.428.028.143.057.285.076.419l-1.56.171a6.53 6.53 0 0 1-.077-.409c-.019-.133-.038-.286-.057-.428-.019-.143-.028-.295-.038-.447l-.028-.457a8.49 8.49 0 0 1-.295.314 8.35 8.35 0 0 1-.619.571l-.314.257-1.046-1.342c.105-.085.219-.161.333-.247.114-.085.228-.161.352-.238l.371-.228c.124-.076.247-.152.381-.219a8.291 8.291 0 0 1-.448-.123 22.655 22.655 0 0 1-.437-.143 4.854 4.854 0 0 1-.419-.162c-.133-.057-.276-.114-.409-.171l.571-1.493c.123.057.257.114.38.181.124.066.257.133.39.2.134.066.267.142.391.218.123.076.266.152.39.238l-.143-.447c-.048-.152-.086-.295-.124-.437-.038-.143-.066-.286-.104-.428-.038-.143-.057-.286-.077-.419l1.561-.162h.019Zm47.772-5.059c.028.133.057.266.085.409.029.142.048.275.067.418.019.143.038.285.048.428l.028.437c.095-.104.181-.209.276-.304l.285-.285c.096-.095.191-.181.286-.266.095-.086.19-.172.285-.248l1.018 1.294c-.104.076-.199.161-.314.237-.114.077-.209.153-.323.229a6.135 6.135 0 0 1-.343.218c-.114.067-.238.143-.361.21.143.038.285.085.428.123.143.038.276.095.409.143.133.048.266.095.4.152.133.057.257.105.39.162l-.485 1.446-.372-.172a6.859 6.859 0 0 1-.371-.19c-.123-.066-.247-.143-.38-.209-.133-.067-.257-.152-.381-.228.057.142.105.285.143.428.038.142.086.285.124.418.038.133.066.276.095.409.028.133.057.276.076.409l-1.475.162c-.028-.133-.057-.267-.076-.4-.019-.133-.047-.276-.067-.418a5.934 5.934 0 0 1-.047-.438c-.01-.152-.029-.295-.038-.447a4.44 4.44 0 0 1-.276.305l-.285.285a4.116 4.116 0 0 1-.295.266c-.105.086-.2.171-.295.247l-1.018-1.302c.095-.077.199-.162.304-.238.105-.076.219-.152.324-.229.104-.076.228-.152.342-.218l.352-.21a26.595 26.595 0 0 1-.419-.114 6.703 6.703 0 0 1-.409-.133c-.133-.047-.266-.104-.399-.152s-.257-.114-.39-.171l.504-1.446c.124.057.238.114.361.181.124.066.248.124.372.2.123.076.247.142.371.218.123.076.247.153.38.238l-.143-.428c-.047-.142-.085-.285-.123-.418a5.574 5.574 0 0 1-.105-.419c-.028-.142-.057-.276-.076-.409l1.475-.152.038-.028Zm-9.324.989c.028.133.057.266.085.409.029.142.048.276.067.418.019.143.038.286.048.438l.028.447c.095-.105.19-.21.286-.305l.285-.285a6.93 6.93 0 0 1 .58-.514l1.018 1.303c-.104.077-.209.162-.314.238a8.735 8.735 0 0 1-.333.228 5.936 5.936 0 0 1-.342.219c-.114.067-.238.143-.362.209.143.039.295.086.428.124.134.038.286.095.419.143.133.047.276.095.409.152.133.057.267.105.39.162l-.494 1.455a6.028 6.028 0 0 1-.371-.181c-.124-.067-.248-.124-.372-.2-.123-.076-.247-.142-.38-.218a9.058 9.058 0 0 1-.39-.238c.057.142.104.285.143.428.038.142.085.285.123.418.038.133.067.276.095.419.029.142.057.276.076.409l-1.493.161a5.6 5.6 0 0 1-.076-.399c-.019-.133-.048-.276-.057-.419-.01-.142-.029-.285-.048-.437-.019-.152-.019-.295-.029-.447-.085.105-.18.209-.276.304l-.285.286c-.095.095-.2.18-.295.266-.095.086-.2.171-.295.247l-1.027-1.312c.095-.076.199-.162.314-.238.114-.076.218-.152.333-.228.114-.076.228-.152.352-.229.123-.076.237-.142.361-.209a7.644 7.644 0 0 1-.428-.123c-.143-.048-.276-.086-.419-.134-.142-.047-.276-.104-.409-.152-.133-.047-.266-.114-.39-.171l.523-1.455c.124.057.248.114.372.181.123.066.247.123.371.199.123.076.256.143.38.219.124.076.257.152.381.238-.048-.143-.095-.295-.143-.438a6.699 6.699 0 0 1-.124-.428c-.038-.142-.076-.275-.104-.418-.029-.143-.057-.276-.076-.409l1.484-.162-.019.029Zm-28.667 3.034c.029.133.057.276.076.418.02.143.048.286.067.428.019.143.029.295.038.438.01.142.019.304.019.456.095-.104.2-.209.295-.314.095-.104.2-.199.305-.294.104-.096.199-.181.304-.276.105-.095.2-.172.304-.257l1.038 1.322a4.18 4.18 0 0 1-.333.238c-.115.076-.229.161-.343.237-.114.077-.238.153-.362.229-.123.076-.247.142-.38.218.152.038.304.086.447.134l.428.142c.143.048.276.105.419.152.143.048.276.105.399.162l-.532 1.484a6.494 6.494 0 0 1-.39-.181c-.134-.066-.257-.133-.391-.2-.133-.066-.256-.142-.39-.218a9.31 9.31 0 0 1-.399-.238c.057.152.104.295.143.437.038.143.085.286.123.428.038.143.067.286.095.428.029.143.057.276.076.419l-1.541.171c-.028-.133-.057-.266-.076-.409l-.057-.428a6.255 6.255 0 0 1-.038-.447l-.029-.456c-.095.104-.19.209-.295.313-.104.105-.199.2-.304.295-.105.095-.209.19-.314.276l-.314.257-1.047-1.332c.105-.085.21-.161.324-.247.114-.086.228-.162.342-.238.115-.076.238-.152.362-.228.124-.076.247-.152.371-.219-.143-.038-.295-.076-.438-.123-.142-.048-.285-.086-.428-.143-.143-.057-.285-.105-.418-.162l-.4-.171.561-1.484c.124.057.248.115.381.181.133.067.257.133.39.2.133.066.257.142.39.219.133.076.257.152.39.237a17.353 17.353 0 0 0-.143-.437c-.047-.143-.085-.295-.123-.438-.038-.142-.067-.285-.105-.428a3.192 3.192 0 0 1-.076-.418l1.541-.162.038.029Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M88.096 167.822a4.91 4.91 0 0 1-1.941-.152 5.19 5.19 0 0 1-1.722-.875 5.511 5.511 0 0 1-1.313-1.455 5.128 5.128 0 0 1-.714-1.883L64.814 62.528l-2.093-12.04a4.174 4.174 0 0 1-.066-.904c0-.295.047-.58.114-.856.066-.276.161-.542.276-.79a4.09 4.09 0 0 1 .428-.703l-2.655 3.452a4.692 4.692 0 0 0-.428.695 4.125 4.125 0 0 0-.39 1.626c0 .295.01.59.067.894l2.064 11.907 17.288 99.825c.114.676.361 1.303.704 1.865a5.247 5.247 0 0 0 2.997 2.301 4.653 4.653 0 0 0 1.922.152l155.15-19.601 4.462-2.15-156.558 19.621Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m253.834 162.905-3.835 2.463s-.085.057-.123.076c-.038.019-.086.057-.124.076-.038.019-.086.057-.124.076-.038.019-.085.057-.123.077-.819.494-1.656.941-2.522 1.35-.865.409-1.75.751-2.664 1.056a26.275 26.275 0 0 1-5.661 1.236c-.485.057-.98.095-1.465.124-.485.028-.989.038-1.484.047-.495.01-.999 0-1.503-.028-.505-.029-1.009-.057-1.513-.114a31.04 31.04 0 0 1-4.539-.799 33.46 33.46 0 0 1-4.443-1.474 33.875 33.875 0 0 1-4.272-2.131 36.36 36.36 0 0 1-4.024-2.748 36.433 36.433 0 0 1-3.654-3.301 38.547 38.547 0 0 1-3.187-3.747 37.56 37.56 0 0 1-2.664-4.128 34.923 34.923 0 0 1-2.084-4.441 34.368 34.368 0 0 1-1.455-4.632 34.674 34.674 0 0 1-.79-4.689 31.914 31.914 0 0 1-.114-4.66c.076-1.541.266-3.062.561-4.546a28.117 28.117 0 0 1 1.199-4.232 27.48 27.48 0 0 1 1.798-3.9 25.586 25.586 0 0 1 5.224-6.553l3.387-3.053a25.403 25.403 0 0 0-2.893 3.082 26.417 26.417 0 0 0-2.369 3.538 28.085 28.085 0 0 0-1.808 3.937 30.037 30.037 0 0 0-1.208 4.28 30.816 30.816 0 0 0-.561 4.594 32.588 32.588 0 0 0 .123 4.708c.153 1.578.419 3.157.8 4.736.38 1.579.875 3.139 1.474 4.679a37.889 37.889 0 0 0 2.113 4.499 36.299 36.299 0 0 0 2.692 4.175 39.418 39.418 0 0 0 3.216 3.795 36.032 36.032 0 0 0 3.692 3.338 35.728 35.728 0 0 0 8.382 4.936 32.331 32.331 0 0 0 4.49 1.503c1.523.39 3.045.666 4.586.818.514.047 1.018.086 1.532.114a26.572 26.572 0 0 0 3.016-.009 29.963 29.963 0 0 0 4.396-.59c.961-.2 1.893-.466 2.807-.77a27.27 27.27 0 0 0 2.683-1.066 23.183 23.183 0 0 0 2.54-1.36c.048-.028.086-.057.133-.076.048-.019.086-.057.124-.076.038-.019.085-.057.124-.076.038-.019.085-.057.123-.086"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M252.14 111.319a38.06 38.06 0 0 1 4.605 4.403 37.57 37.57 0 0 1 3.777 5.079 36.889 36.889 0 0 1 4.728 11.612c.324 1.532.543 3.063.657 4.594.114 1.531.124 3.044.019 4.537a31.146 31.146 0 0 1-.618 4.422 29.316 29.316 0 0 1-1.256 4.233 27.195 27.195 0 0 1-1.875 3.928 27.68 27.68 0 0 1-2.435 3.519 24.466 24.466 0 0 1-2.969 3.053 25.403 25.403 0 0 1-3.463 2.529c-.818.504-1.665.951-2.54 1.36-.876.409-1.77.761-2.683 1.066a26.69 26.69 0 0 1-5.719 1.236c-.494.057-.989.095-1.484.124a39.05 39.05 0 0 1-1.503.047c-.504.01-1.009-.009-1.513-.038a30.283 30.283 0 0 1-6.118-.932 34.05 34.05 0 0 1-8.81-3.662 35.88 35.88 0 0 1-4.062-2.777 37.109 37.109 0 0 1-3.692-3.338 38.355 38.355 0 0 1-3.216-3.795 37.094 37.094 0 0 1-2.692-4.175 36.536 36.536 0 0 1-2.113-4.499 36.405 36.405 0 0 1-1.474-4.679 34.246 34.246 0 0 1-.8-4.736 33.889 33.889 0 0 1-.123-4.708c.066-1.56.257-3.091.561-4.594a28.747 28.747 0 0 1 1.237-4.356 29.006 29.006 0 0 1 1.855-4.004 25.86 25.86 0 0 1 2.436-3.585 24.82 24.82 0 0 1 2.978-3.101 25.02 25.02 0 0 1 3.444-2.549 25.997 25.997 0 0 1 7.897-3.214 28.104 28.104 0 0 1 4.32-.628 29.414 29.414 0 0 1 5.927.228c1.969.276 3.929.742 5.851 1.389a33.773 33.773 0 0 1 5.614 2.482 36.77 36.77 0 0 1 5.233 3.519l.019.01Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M242.264 121.685c.19-.019.39-.009.59.019a3.17 3.17 0 0 1 1.142.381 3.921 3.921 0 0 1 .989.789c.143.152.267.333.381.514.114.181.209.371.285.561a3.331 3.331 0 0 1 .2 1.807c-.038.19-.086.38-.162.552a3.632 3.632 0 0 1-.266.504l-5.366 7.799 8.325 6.638c.086.067.162.133.238.209.076.076.152.152.219.229.066.076.142.161.199.247.058.085.124.171.181.266.057.095.114.19.162.285.048.096.095.191.133.295.038.105.076.2.105.305.028.104.057.199.076.304.019.105.038.2.047.304.01.105.02.21.02.305v.304c0 .105-.02.2-.039.295-.019.095-.038.2-.066.295-.029.095-.057.19-.095.276-.038.085-.076.18-.124.266-.048.085-.095.162-.143.247l-.171.228a1.407 1.407 0 0 1-.2.21 3.531 3.531 0 0 1-.219.18 1.993 1.993 0 0 1-.237.152 1.978 1.978 0 0 1-.248.124 2.265 2.265 0 0 1-.266.105c-.095.028-.181.057-.276.076-.095.019-.19.038-.286.038-.095 0-.199.009-.295.009-.095 0-.199 0-.294-.019-.096-.019-.2-.028-.295-.047a3.452 3.452 0 0 1-.295-.076 3.664 3.664 0 0 1-.286-.105 2.425 2.425 0 0 1-.276-.133 4.512 4.512 0 0 1-.266-.162 4.235 4.235 0 0 1-.257-.19l-8.354-6.657-5.432 7.941c-.057.076-.114.162-.181.228-.067.067-.133.143-.2.21-.066.066-.143.123-.219.18a3.454 3.454 0 0 1-.238.162c-.085.047-.171.095-.256.133a2.505 2.505 0 0 1-.276.105c-.095.028-.191.057-.286.076-.095.019-.19.038-.295.047-.104.01-.199.01-.304.01-.105 0-.2 0-.305-.019-.104-.019-.199-.029-.304-.048-.105-.019-.2-.047-.305-.076a1.517 1.517 0 0 1-.294-.114c-.096-.048-.191-.086-.286-.133-.095-.048-.181-.105-.276-.162a2.556 2.556 0 0 1-.266-.19c-.086-.067-.171-.143-.248-.209a2.755 2.755 0 0 1-.228-.238 2.725 2.725 0 0 1-.209-.257c-.067-.095-.124-.181-.191-.276-.057-.095-.104-.19-.161-.285-.057-.095-.095-.2-.133-.295a3.581 3.581 0 0 1-.181-.618c-.019-.105-.038-.209-.048-.314-.009-.104-.019-.209-.019-.314 0-.104 0-.209.01-.314.009-.104.019-.199.038-.304.019-.105.047-.2.076-.295.028-.095.057-.19.095-.285.038-.095.076-.181.124-.266.047-.086.095-.172.152-.248l5.48-7.941-8.391-6.686a3.466 3.466 0 0 1-.467-.447 2.96 2.96 0 0 1-.38-.523c-.105-.191-.21-.371-.286-.571a3.548 3.548 0 0 1-.18-.618 3.423 3.423 0 0 1-.067-.618 2.95 2.95 0 0 1 .228-1.161c.076-.18.172-.352.276-.504.114-.161.238-.304.381-.428.142-.123.295-.237.456-.333.162-.095.343-.161.524-.218.181-.057.38-.095.571-.105.19-.009.399-.009.599.01.2.019.4.066.599.133.2.066.39.142.571.247.181.105.362.219.533.361l8.363 6.677 5.376-7.761a2.248 2.248 0 0 1 .808-.751c.162-.086.333-.162.514-.219.181-.057.371-.086.562-.105h.066Z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Avatar" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M19.177 54.377c0-.343-.995-.617-2.324-.68-.076-1.328-.37-2.315-.712-2.314-.343 0-.628.995-.7 2.33-1.334.091-2.325.39-2.32.733.004.343.994.618 2.324.68.08 1.327.368 2.315.71 2.314.343 0 .63-.996.702-2.33 1.334-.092 2.324-.39 2.32-.733Z"/>
|
|
4
|
+
<circle cx="109.623" cy="61.548" r=".783" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
5
|
+
<circle cx="11.698" cy="85.05" r=".783" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
6
|
+
<circle cx="39.117" cy="69.382" r=".783" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<circle cx="41.468" cy="74.083" r="1.175" fill="var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M22.52 59.586c0-.222-.643-.4-1.503-.44-.049-.858-.238-1.497-.46-1.496-.222 0-.406.644-.453 1.507-.862.059-1.503.252-1.5.474.003.222.643.4 1.503.44.051.858.238 1.496.46 1.496.22 0 .406-.644.453-1.507.862-.06 1.503-.252 1.5-.474Zm83.041 11.751c0-.222-.643-.4-1.503-.44-.049-.858-.238-1.497-.46-1.496-.222 0-.406.644-.453 1.507-.862.059-1.503.252-1.5.474.002.222.643.4 1.503.44.051.858.238 1.496.459 1.496.222 0 .407-.644.454-1.507.862-.06 1.503-.252 1.5-.474Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M89.007 36.093c-2.692-1.005-3.427-.207-4.57 0-1.004 14.401-2.489 43.519.847 43.928 4.307.529 5.048 1.015 7.949-.352.757-.357.959-4.445 1.39-7.695.39-2.948 2.484-23.834 2.692-26.326.208-2.493.426-5.642-2.1-6.743-1.562-.68-4.99-2.357-6.208-2.812Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M92.813 41.47c-.416-.581-6.364-3.933-9.757-4.245-1.73 13.155-5.12 41.303-4.538 41.552.726.312 10.593 1.973 11.839 1.766 1.246-.208.727-3.428 1.558-7.166.83-3.739 2.907-22.536 3.219-23.783.312-1.246-1.802-7.397-2.322-8.124Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M44.66 75.305c-.051-.386.813-1.85 1.251-2.536l5.23 2.535c.011.3-.128 1.027-.77 1.54.45.61 0 2.407 0 2.696 0 .289-.16 1.059 0 2.054.16.994-.288 2.085-.449 2.182-.16.096-.77-.193-.962-.546-.193-.353-.353-1.7-.674-1.957-.321-.257-.61.353-.93.513-.322.16-.707 1.252-.867 2.214-.16.963-.032.963-.578 1.957-.308 0-.684-.449-.834-.673-.043.139-.186.468-.417.673-.353-.064-.642-.352-.866-.994-.193-.128-.45-.546-.642-.963-.193-.417-.032-2.406 0-2.92.032-.513.385-1.123.449-2.31s.706-1.572 1.059-1.925.064-1.06 0-1.54Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M54.833 57.945c.23-.59.845-1.636 1.123-2.086l1.732 1.926 7.733 4.941c-1.219.086-3.715.34-3.946.674-.29.417-1.958 1.412-2.31 2.086-.354.673-2.76 3.561-3.37 4.652-.61 1.091-2.086 2.343-2.856 2.76.385.32-.256 1.957-.385 2.407-.128.449-1.059.577-1.412 1.09.026-.693-3.775-2.62-5.68-3.497.867-1.637 2.632-5.05 2.76-5.615.16-.706 1.669-2.375 1.99-3.113.32-.738 1.38-.257 2.086-2.214.706-1.957 2.246-3.273 2.535-4.01Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M62.784 47.894c1.31-.96 4.475-1.42 5.894-1.528 20.957-3.602 15.99.436 17.246.655 1.255.218.436 2.455 1.473 3.329 1.037.873 1.419.764 3.384 1.8 1.571.83-2.293 9.442-4.42 13.644-.692 3.784-1.91 11.58-1.256 12.498.819 1.145-.6 1.746 0 3.056s-.382 1.2 0 1.91.164 1.255-.382 1.964c.83.655.346 2.274 0 3.002-.491-.6-1.9-1.845-3.602-2.02-2.128-.218-6.44.437-8.459 1.201-1.615.611-2.783 2.11-3.165 2.784-.419-.437-1.616-1.55-3.056-2.51-1.801-1.201-6.167-5.677-6.604-7.641-.436-1.965 1.31-3.984 2.238-5.894-1.037-.382-.273-1.309 0-2.455-1.53-2.195-.484-2.758-.538-4.068-.055-1.31 1.63-5.21 1.575-5.593-.055-.382-2.129-.654-3.275-1.2-1.146-.546-2.838-2.947-4.147-4.748-1.31-1.801-.164-2.074.327-3.11.491-1.038 5.13-3.876 6.767-5.076Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M64.02 46.905c.58-.644 1.993-.607 2.772-.339l.362-.686c.457.215 1.136.43 2.102 1.59 1.209 1.45 4.35 2.416 2.498 2.416-1.853 0 2.094 1.853.724 1.853-5.324 0-6.772.646-6.927 2.456-.079.915 9.425 1.974 11.52 2.94 1.675.774.697 1.88 0 3.465-.457.644-1.386 2.03-1.45 2.416-.081.484 3.425 3.916-3.867 2.175-9.12-2.177-4.673.806-6.203 1.934-1.225.902-4.046 1.591-3.195 4.855-1.409-1.727-.721-3.952-.592-5.305.129-1.353.837-2.45 1.24-3.659-.875-.18-1.925.642-2.376 1.093-.45.452-4.043 4.495-5.447 7.01.778-1.53 2.162-5.405 3.552-6.461 1.036-.788 1.501-1.561 1.501-2.125 0-.564.675-.986 0-1.53-1.568-1.266 1.502-3.534 1.048-4.743-1.032-2.754 3.477-3.348 3.477-4.234 0-.886-2.189-1.818-2.833-2.14-.516-.258-.647-.413-.951-.747.657-.754 2.465-1.59 3.045-2.234Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M64.07 46.83c-.327.236-.45.406-.89.732.475 1.158 2.929 2.127 4.363 2.917.896.493 4.105 1.707 5.461 1.146l-5.193-4.848c-.463-.129-1.512-.41-2.003-.5-.615-.114-1.328.257-1.738.553Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M85.97 65.823c-.506-.304-1.723-.542-2.244-1.01-1.195-1.852-1.1-3.957 0-6.752.947-2.41 2.841-2.965 6.32-3.707 3.48-.74 7.615 4.962 7.99 5.395.658.761 1.647 2.12 1.667 3.52.02 1.4-.309 2.389-1.812 3.892-1.663 1.663-4.447 1.297-6.053 1.03-1.606-.268-2.615-.495-3.212-.803-.597-.31-1.73-1.01-2.656-1.565Zm-21.24-3.4.353-7.537 12.66 2.828-.772 7.575-12.24-2.866Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m65.086 54.886 2.437-1.206 11.974 2.428-1.749 1.604-12.662-2.826Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m78.245 63.694-1.274 1.595.772-7.577 1.749-1.605-1.247 7.587ZM65.73 56.105l10.938 2.374-.27 2.573-10.803-2.745.135-2.202Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M66.726 45.381c0-.614.81-2.546 1.105-3.328 2.298-2.134 6.055-.939 11.447.298 4.053.93 6.055 2.091 6.895 3.414.84 1.323-.715 2.579-1.636 3.286-1.723 1.323-6.187 2.645-9.679 2.688-3.492.043-5.67-1.588-7.027-2.688-1.222-.99-1.105-2.902-1.105-3.67Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M66.862 46.157c-.481-.756.33-2.526.645-3.127 1.417-4.21 15.645.184 16.89.442 1.246.258 2.276 1.374 0 3.522-2.276 2.147-8.503 2.577-11.38 2.319-2.878-.258-5.554-2.211-6.155-3.156Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M89.902 55.712c.495-.906 1.195-.927 2.327-1.215 3.768-.391 6.005.544 7.062 1.215 1.462.927.515 1.894.7 2.862.149.774-.226 1.723-.432 2.1.062.625.025 2.232-.618 3.665-.803 1.791-2.903 2.368-4.447 2.327-1.544-.041-3.336-1.895-3.953-2.512-.495-.494-.467-1.387-.391-1.771.02-.583.049-1.767 0-1.832-.062-.083-.927-1.36-.989-1.977-.083-.83.247-1.956.741-2.862ZM57.888 82.499c.336-1.007 1.335-1.488 1.793-1.602.101.267.495 1.129 1.258 2.44.763 1.313 5.301 4.87 7.475 6.484l2.441 3.547c-.75.967-2.288 3.044-2.44 3.624-.191.724-.687.724-.573 1.105.092.306-.216 1.399-.381 1.831H55.257c.114-.75.274-2.57 0-3.242-.275-.67.47-2.237.877-2.936-.178-.547-.534-1.732-.534-2.098 0-.366.356-1.856.534-2.555-.051-.458-.122-1.526 0-2.136.152-.763 1.068-.381 1.144-.572.076-.19.19-2.632.61-3.89Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.04 45.41c1.084 0 1.732 1.71 2.227 2.718.22 0 .803-.385 1.067-.868.33-.605.846-1.341 1.395-2.66.55-1.32 1.43-2.617 2.243-2.476 1.594.276-.115 2.35-.335 3.725.495-1.155 1.264-2.529 2.034-2.804.769-.275 1.236.279 1.236.883 0 .484-.728 2.247-1.495 3.735.312-.605 1.088-1.756 1.572-2.108.605-.44 1.253-.484 1.693.231.35.57-1.288 2.947-2.062 4.108.299-.446.618-.648 1.249-.91.977-.403 1.418.034 1.495.76.064.607-1.746 2.665-2.754 3.526a4.106 4.106 0 0 1-.83 1.464 3.883 3.883 0 0 1-3.128 3.704c-1.264.22-4.644-1.494-5.413-2.429-.77-.934-.194-1.53-.194-2.739-1.155-2.639-.081-3.13-.081-3.516 0-.384-.249-1.761-.579-2.75-.33-.99-.127-1.595.66-1.595Zm-6.226 44.525c-.03-.305-.445-1.525-.648-2.097-.649-.42-3.052-1.03-6.484-1.22-3.433-.191-7.246 2.783-7.59 3.317-.343.534-.61 1.945-.61 2.136 0 .19.305 1.487 0 1.754-.305.267 0 1.106 0 1.45 0 .343-.305.953-.61 1.373-.305.42-.076 1.068 0 1.296.061.183.382 1.425.56 1.985h13.081c.23-1.081.775-3.396.928-3.7.19-.382.457-1.526.724-1.984.267-.458 0-1.793.649-2.365.648-.572.038-1.563 0-1.945Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m82.894 99.937 1.264-5.46c.627-3.431-.144-1.644-.245-1.306-.248.828-.262 1.798-3.366 1.712-1.624-.046.497.767 1.625.857 1.128.09 1.185 1.176.87 1.898-.317.723-1.57-.822-2.931-.191-1.088.504.797.562.436 1.375-.288.65-2.181.995-2.798 1.115h5.145Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M82.793 87.657c1.564.231 1.934 1.293 1.923 1.796.288-.385.288-1.09.256-1.571-.032-.481-.819-.946-1.602-1.314-1.09-.513-4.759-.672-6.797-.417-2.82.353-4.52 1.57-5.642 2.276-1.122.705-1.602 1.442-1.667 1.763-.05.257.171.502.289.898.77-.909 2.847-2.334 5-3.206 2.732-1.106 6.284-.513 8.24-.225Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.112 71.555c.129 2.835 1.407 3.995 1.89 4.156l1.332-9.392c2.868 1.888 3.4 1.32 5.075 2.094 2.095.967 5.282-.215 6.571-1.102 1.031-.709 2.169-3.329 1.646-4.698-.054-.779.277-2.371-.303-2.05-.725.404-5.82.842-3.886.842 1.934 0 3.094 2.094 1.614 3.187-.598.44-3.064.115-4.594-.61-1.531-.724-1.637-3.705-3.255-5.519-.84-.94 1.583 2.217.62 4.15-.403.807.62 2.563.62 3.046-1.424-.027-5.01-1.838-5.719-2.16-.886-.403-1.408-.885-1.408-3.221 0-2.336 4.463-5.32 3.408-4.912-.781.301-3.61 1.286-4.336 4.91-.725 3.626 1.208 4.512 1.772 5.157.564.644-1.208 2.577-1.047 6.122Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M87.136 62.502c-.953-1.225-.159-5.075 1.487-5.332-2.268 0-2.494 3.912-2.494 4.876 0 .964.283 2.721-1.531 1.247-1.814-1.474.68-6.83 0-5.866-3.81 5.398-1.701 6.263-1.304 7.34.317.862 2.022 1.455 2.835 1.644.302.132 3.242 1.693 5.574 2.159 3.493.699 1.975-.53-.265-2.159-.447-.325-2.076-2.761-1.622-3.731-.473-.435-1.728 1.046-2.68-.178Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M86.261 47.366c-.257.645-2.87 3.233-10.4 4.13 3.052.977 7.949-1.27 9.077-1.566-.08.269.269 1.003 1.558.68 1.61-.402-1.485 3.663-1.797 4.074-.502.657 3.393-3 4.736-3.187l-2.214-1.289c-.135-1.235-.702-3.486-.96-2.842Zm-35.48 26.06c-.9.138-3.938-.468-4.3-.577-.36-.11-1.012.054-1.012.054 1.766.787 6.867 2.793 7.074 2.447.26-.433.715-2.24.431-2.501-.276-.256-1.067.404-2.193.577Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M49.096 76.345c1.642-1.344-.948-1.796-1.801-2.677 1.188.201 2.935.417 3.837.804 1.128.483 1.238-.24 1.861-.618-.181 2.03-1.27 2.193-1.861 2.542l-.751.457c.55.66-.08 2.575.106 4.208.174 1.52-.184 3.015-.668 2.774-.483-.242.148-2.776 0-3.65-.302-1.781-1.353-1.737-1.91-3.167-.206-.53.685-.262 1.187-.673Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M73.469 77.5c-2.014 0-5.83-.26-10.018-1.066-.597-.115-1.212-2.276-1.768-1.495-.918 1.288-1.315 1.852-1.772 3.141-.488 2.382-.258 5.3 0 6.847.322 1.934 3.303 2.256 5.72 3.787 2.416 1.53-.806 0-2.82-.564s-1.208 0-.725.564c.484.564 2.845 1.257 2.845 2.626 0 1.37-2.442.676-2.845 1.32-.402.645 2.37.559 4.222 1.606 1.853 1.047 1.599 2.02 3.371-1.605.967-3.351-1.873-4.028-3.162-4.511-2.74-1.027-2.852-3.867-3.303-6.445-.564-3.222 6.122 3.061 6.928 1.29.805-1.773-1.853-2.82-3.625-4.029-1.772-1.208 1.495-.886 4.833-.886 3.323 0 4.132-.58 2.119-.58ZM62.735 96.521c.569.096 2.602.48 3.543.72 1.029.25.774 1.95.505 2.687H55.085c.271-1.731-.078-3.107-.138-3.407-.06-.3.34-1.954 1.063-2.552.141-.117-.308-2.788 0-2.273 1.361 2.273 1.226 2.976.927 3.295-.611.65-1.167 1.53-.927 2.25.192.577 7.042 1.083 6.125.601l-2.582-1.321c-.979-.445 1.865-.223 3.182 0Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M72.23 95.246c-1.805.516.42 3.608.93 4.682h-3.41c.161-1.127-.253-1.988-.253-2.375 0-.484 2.578-3.518 1.208-4.324-1.095-.644-1.168-1.63-.953-2.516 0 0 3.578-2.858 5.626-3.123 2.047-.264-3.448 2.707-4.028 3.867-.725 1.45 6.364.483 6.928.644.985.282-2.498.323-5.478 1.934-2.98 1.61 1.708-1.312 4.914 0 1.95.798-3.23.567-5.485 1.211Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M56.852 59.876c-.26-.583-.644-2.266-.698-3.099 1.102 1.618 3.598 3.878 5.129 4.79l-1.45 1.853c-.806-.993-2.474-2.408-2.98-3.544Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M93.125 51.303c.064-.516.103-2.96.344-2.376.86 2.548 1.1.217 4.338 3.455 2.134 2.135-3.146 1.502-3.821 3.061-.861 1.988 3.805 2.985 2.255 2.985-1.842 0-5.391-2.005-5.595-3.27-.077-.477 1.033-.378 0-3.408-.214-.628 2.398.197 2.479-.447Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M67.921 46.022c-1.167-1.303-1.127-1.508-.816-2.282.372-.924 11.287 1.655 14.514 2.572-3.778 2.48-5.954 2.054-8.052 2.054-2.06 0-4.656-1.24-5.645-2.344ZM66.159 33.34c.334-.88.923-.367 1.175 0 .127 2.136.069 6.394-1.175 6.334-1.555-.076-1.745-1.1-1.745-3.224s1.328-2.01 1.745-3.11Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M69.466 29.886c2.552-2.412 5.592-3.124 9.41-2.739 3.008.304 5.738 2.193 7.328 4.359 1.813 2.468 1.813 6.98 1.658 8.754-.154 1.774-1.812 5.824-5.977 7.174-2.347.76-11.527 2.41-14.695-3.664-1.028-1.973-1.697-3.625-1.272-6.44.424-2.816.732-4.783 3.548-7.444Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.328 28.463c2.192 1.215 3.505 3.538 3.781 4.169.665 1.518.684 2.888.684 3.99-1.007-4.608-5.062-8.159-11.186-8.159-4.124 0-4.205-.684-1.972-1.16 2.233-.477 5.954-.358 8.693 1.16Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M73.234 27.497c-1.894.434-3.808 2.126-4.712 3.15-2.218 2.814-2.212 3.993-2.757 7.471-.546 3.48 1.947 6.542 1.947 6.542-1.383-3.939-.808-9.737 2.176-13.18 4.816-5.553 12.215-3.722 10.168-4.137-2.389-.483-4.476-.384-6.822.154Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M74.578 47.71c4.737.124 7.934-1.832 8.94-2.825.181-.413.59-1.355.775-1.82-.968-.503-.774-1.47-.774-2.631 0-.93.697-1.497 1.045-1.665.077-.077.085-.642-.503-2.283-.736-2.052-2.787-4.22-6.658-5.458-3.87-1.238-6.308.31-8.553 1.82-2.245 1.509-2.206 7.044-1.974 8.515.232 1.47 1.78 6.192 7.702 6.347Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M67.983 41.464c-1.335-4.511.885-7.617 2.18-8.386.656-.39-1.264 1.813-1.783 3.587-.816 2.792.355 6.13-.397 4.799Z"/>
|
|
39
|
+
<circle cx="73.166" cy="33.436" r=".403" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
40
|
+
<circle cx="70.778" cy="34.735" r=".403" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<circle cx="72.763" cy="38.21" r=".807" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m83.54 64.795 2.89 1.645-1.395 8.821c-.1.88.054 1.77.293 2.527.299.947-.093 1.859-.293 2.307-.16.36.326 1.19.293 1.721-.399-.631-1.688-1.8-1.29-2.717.499-1.147.35-1.595-.498-4.585-.847-2.99-.498-5.144 0-6.938.399-1.436.332-2.581 0-2.78Z"/>
|
|
43
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M82.222 67.997c.247-.577.309-2.028.31-2.68l1.752.928c0 .43-.093 1.525-.464 2.474-.371.949.155 6.376.464 8.971-.344-.928-1.175-2.887-1.753-3.3-.722-.515-3.764-.257-3.351-.412.412-.155 2.01-.155 3.042-.412 1.03-.258.31-.98 0-1.547s-1.083-1.238-1.65-1.495c-.567-.258-.413-.31 0-.619.412-.31 1.34-1.186 1.65-1.908Z"/>
|
|
44
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M59.468 63.728v-3.473c.47.313 1.476.947 1.737.976.325.036.904-.796 1.628-1.736.724-.941.255-.128.924.967 1.216 1.995-.575 3.92-.732 3.908.17.832.01 1.695-.192 2.766-.253 1.338-1.628 2.402-.888 4.023.65 1.424-.74-.385-.74-1.63 0-.736.29-2.419.705-3.903.09-.321.508-1.395.923-2.55-.217-.036-.796.145-1.303.362-.506.217-1.59 2.807-3.33 3.698-.672.344-1.762 3.291-3.586 4.445.591-1.134 1.678-1.971 1.824-4.089.095-1.374 3.03-3.547 3.03-3.764Z"/>
|
|
45
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.726 39.604c.334-.471 1.294-.757 1.66-.765-.46.383-.945.69-1.022 2.018-.076 1.33.943 1.888.413 1.888-.492 0-.889.076-1.17-.486-.28-.562-.401-1.923.119-2.655Z"/>
|
|
46
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M60.022 82.327c-.427-.844-.574-2.098-.156-2.516.23.272.607 1.77 1.874 3.227.922 1.06 3.921 3.869 7.998 6.628l.104 1.422c-.94-.564-3.166-2.125-4.77-3.279-2.007-1.442-4.408-4.216-5.05-5.482Zm21.302-24.908c.75-2.719 3.645-6.884 4.66-6.923l1.121-.33c.524-.164 2.572 1.094 1.42.959-1.09-.128-5.36 5.415-5.739 6.724-.378 1.31-.633 3.008-.297 5.21.269 1.761 2.724 3.08 3.94 3.496l.964.518c-1.095 1.524-3.032.743-4.904-1.601-2.17-2.717-2.102-4.656-1.165-8.053ZM63.22 54.807c.29-1.742 1.125-8.017 2.439-8.553h1.082s-.004.244.078.885c-.62.462-.688 1.754-.906 2.153-.272.499-1.925 11.26-1.698 12.213.182.762-1.365 2.343-1.864 2.933l.398-1.448c.12-2.117.18-6.44.47-8.183Z"/>
|
|
47
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M86.878 42.364c-1.01 1.147-1.985.712-2.6.7 0 .18-.5 1.175-1.091 1.9-.591.726-1.873 1.499-4.312 2.267 0 0 2.171-.067 3.26-.512 1.09-.446 2.158-2.222 2.753-2.063.764.203 2.336-2.684 1.99-2.292Z"/>
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Calculator" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m54.863 92.712 35.982-5.92c.44-.07.483-.716.061-.855l-35.78-10.394a6.686 6.686 0 0 0-3.331-.231l-29.848 3.58c-.415.079-.476.679-.085.845L51.12 92.254a6.743 6.743 0 0 0 3.744.458Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M81.72 27.2c.44-.017.879.063 1.3.219.42.156.813.389 1.167.68.355.293.668.643.915 1.036.246.392.434.83.538 1.292l3.505 15.757L49.28 48.98l-3.13-16.913c-.09-.494-.076-.97.028-1.407a2.936 2.936 0 0 1 1.572-1.97 3.297 3.297 0 0 1 1.345-.33L81.72 27.2Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m85.363 39.775-1.902-8.64a1.879 1.879 0 0 0-.243-.59 2.017 2.017 0 0 0-.417-.472 1.883 1.883 0 0 0-.536-.31 1.583 1.583 0 0 0-.594-.097l-9.289.372-1.933.076-2.138.087-5.399.216-12.682.507c-.222.01-.43.062-.608.153a1.325 1.325 0 0 0-.706.9 1.574 1.574 0 0 0-.01.638l1.72 9.188c.035.184.098.358.185.522.087.163.219.28.344.413.125.132.295.215.452.306.156.09.507.208.681.25l31.959-1.87c.202-.013.386-.069.546-.155.156-.09.292-.212.393-.362.1-.15.17-.323.205-.514a1.658 1.658 0 0 0-.018-.611l-.01-.007Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m80.857 39.403-3.838.22.772-1.099 1.86-.104 1.206.983Zm-5.764-2.626.574 2.716-1.22-.99-.296-1.413.487-.685.455.372Zm2.163.15.302 1.406-.772 1.098-.573-2.713.288-.407.755.616Zm5.75 2.354-.978.056-.221-1.035.972-.056.227 1.035Zm-3.269-3.338-.379.542-2.102.108-.609-.493.386-.542 2.104-.105.6.49Zm-4.894-.343-.288.417-.762-.63-.296-1.407.78-1.08.566 2.7Zm5.315-.265-.281.41-.755-.622-.299-1.392.758-1.07.577 2.674ZM73.272 33.8l-1.892.087-1.224-1.004 3.894-.174-.778 1.09Zm5.333-.25-1.857.087-1.21-.993 3.824-.171-.757 1.077Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m72.381 30.034-1.86.077 1.86-.077ZM51.224 42.79s.038.024.055.038a.54.54 0 0 1-.087-.07c.01.011.018.021.032.028v.004Zm.31.205-.09-.052c.027.017.058.034.09.052Zm.264.132s.01 0 .014.007c-.007 0-.014-.004-.021-.007h.007Zm.396.135-.055-.017c.017.007.038.01.055.017Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M52.285 43.287h.017c-.035-.01-.076-.018-.108-.028l.094.028h-.003Zm-.147-.042Zm-.531-.208c.048.027.114.059.187.086a2.228 2.228 0 0 1-.257-.128c.024.014.049.028.07.042Zm-.164-.094a1.884 1.884 0 0 1-.164-.111c.052.038.105.08.164.11Zm-.288-.213.041.032a1.388 1.388 0 0 1-.125-.122c.028.028.056.06.084.087v.004Zm-.508-.857c.034.156.09.306.163.444.048.094.118.174.188.25a1.592 1.592 0 0 1-.15-.2 1.698 1.698 0 0 1-.201-.494Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M56.045 85.547 49.28 48.98l39.864-2.796 7.551 33.951a4.11 4.11 0 0 1 .063 1.466 3.5 3.5 0 0 1-.438 1.268 2.944 2.944 0 0 1-.866.938 2.787 2.787 0 0 1-1.217.469L60.517 89a3.612 3.612 0 0 1-1.51-.108 4.011 4.011 0 0 1-1.345-.684 4.283 4.283 0 0 1-1.036-1.153 4.429 4.429 0 0 1-.58-1.504v-.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M94.822 84.13c-.063.02-.125.042-.188.063a3.182 3.182 0 0 1-.396.083L60.516 89a3.609 3.609 0 0 1-1.508-.108 4.011 4.011 0 0 1-1.346-.684 4.226 4.226 0 0 1-1.036-1.153 4.333 4.333 0 0 1-.58-1.504L49.28 48.98l-3.13-16.913a3.476 3.476 0 0 1-.048-.369c0-.041 0-.083-.003-.125-.004-.08-.01-.156-.007-.232 0-.046.007-.09.01-.14.004-.069.007-.138.014-.208a1.76 1.76 0 0 1 .028-.142c.01-.063.02-.129.035-.191.01-.049.027-.094.041-.143.018-.059.032-.118.053-.173.017-.046.038-.09.055-.136.024-.055.045-.111.07-.166.02-.046.048-.087.073-.13.027-.051.055-.103.083-.152.028-.042.06-.08.087-.122.035-.048.066-.097.1-.142l-2.095 2.62s-.004.006-.008.006c-.034.042-.062.09-.093.136-.028.038-.06.076-.084.118-.031.048-.055.1-.087.153-.02.041-.048.08-.066.121v.007a3.031 3.031 0 0 0-.066.157c-.017.045-.041.09-.055.135-.021.056-.035.115-.053.17-.013.045-.03.09-.041.14a3.507 3.507 0 0 0-.035.187c-.007.045-.02.09-.024.139-.01.07-.01.142-.018.212 0 .041-.007.083-.01.125 0 .076 0 .152.007.229v.121c.01.119.024.24.048.362l3.025 16.57 6.532 35.785a4.224 4.224 0 0 0 1.578 2.595 3.87 3.87 0 0 0 1.318.667c.473.135.973.173 1.477.104l33.12-4.697c.067-.01.133-.02.199-.034.066-.014.128-.032.19-.049a2.857 2.857 0 0 0 .362-.132l3.143-1.396c-.06.027-.118.052-.18.073l-.004.01Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m88.178 59.783-.737.476a3.214 3.214 0 0 1-.302.17 2.846 2.846 0 0 1-.674.233 4.088 4.088 0 0 1-.37.059 3.48 3.48 0 0 1-1.449-.17 4.328 4.328 0 0 1-1.314-.726c-.4-.32-.75-.72-1.032-1.167a4.523 4.523 0 0 1-.602-1.49 4.138 4.138 0 0 1-.087-1.102c.021-.354.087-.691.195-1.004a3.18 3.18 0 0 1 1.112-1.518l.713-.514c-.257.184-.48.41-.668.664-.187.253-.34.545-.448.858a3.648 3.648 0 0 0-.195 1.007c-.017.354.007.726.09 1.108.115.542.324 1.046.61 1.5.284.456.635.852 1.035 1.175.4.323.848.573 1.321.733.473.16.967.222 1.457.174a3.19 3.19 0 0 0 1.05-.292c.104-.052.208-.108.306-.17"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m79.615 60.55-.702.48a3.587 3.587 0 0 1-.337.201c-.118.063-.24.115-.365.16a3.417 3.417 0 0 1-.81.18 3.737 3.737 0 0 1-1.505-.17 4.392 4.392 0 0 1-1.36-.736 4.66 4.66 0 0 1-1.665-2.699 4.139 4.139 0 0 1-.08-1.084c.021-.35.087-.68.195-.99.108-.309.257-.597.438-.854.18-.257.403-.486.654-.677l.674-.518a3.1 3.1 0 0 0-.653.68c-.185.261-.334.55-.442.859a3.7 3.7 0 0 0-.195.993c-.02.348.004.716.08 1.088a4.71 4.71 0 0 0 1.676 2.712 4.38 4.38 0 0 0 1.363.74 3.782 3.782 0 0 0 1.512.174 3.312 3.312 0 0 0 .813-.18 2.982 2.982 0 0 0 .706-.361"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M76.46 53.197a3.793 3.793 0 0 1 1.502.188c.483.16.938.413 1.345.74.407.326.761.722 1.046 1.173.285.452.494.96.609 1.498.114.538.121 1.07.035 1.556a3.53 3.53 0 0 1-.525 1.327 3.155 3.155 0 0 1-.995.959c-.4.243-.865.403-1.38.451a3.713 3.713 0 0 1-1.512-.174 4.413 4.413 0 0 1-1.363-.74 4.792 4.792 0 0 1-1.063-1.19 4.559 4.559 0 0 1-.612-1.522 4.06 4.06 0 0 1-.021-1.57 3.54 3.54 0 0 1 .546-1.327 3.13 3.13 0 0 1 1.011-.945c.403-.236.87-.386 1.38-.428l-.003.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M91.752 79.291a2.699 2.699 0 0 1-.483.146 3.474 3.474 0 0 1-1.745-.087 4.137 4.137 0 0 1-1.353-.719 4.722 4.722 0 0 1-1.063-1.188 4.866 4.866 0 0 1-.626-1.542l-2.058-9.702c-.087-.406-.115-.806-.087-1.188.028-.382.108-.743.233-1.077a3.28 3.28 0 0 1 .514-.906c.212-.268.47-.5.758-.685l-.73.466a3.065 3.065 0 0 0-.754.68 3.394 3.394 0 0 0-.511.904 3.861 3.861 0 0 0-.233 1.073c-.028.379 0 .778.087 1.181l2.04 9.653c.119.556.334 1.074.62 1.532a4.64 4.64 0 0 0 1.056 1.181c.407.323.866.567 1.346.712a3.5 3.5 0 0 0 1.738.084 2.864 2.864 0 0 0 .483-.146 3.04 3.04 0 0 0 .226-.1l.772-.376a3.52 3.52 0 0 1-.226.1l-.004.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m81.42 70.35-.72.427a3.025 3.025 0 0 1-.615.282 3.442 3.442 0 0 1-.692.153c-.514.059-1.025 0-1.515-.15a4.195 4.195 0 0 1-1.367-.73 4.693 4.693 0 0 1-1.682-2.73 4.355 4.355 0 0 1-.077-1.17c.028-.375.108-.737.233-1.067.125-.33.296-.639.508-.91.212-.27.459-.507.744-.698l.692-.469a3.18 3.18 0 0 0-.748.702 3.5 3.5 0 0 0-.507.913 3.861 3.861 0 0 0-.233 1.074c-.028.378-.004.774.08 1.177a4.745 4.745 0 0 0 1.69 2.748c.413.33.882.58 1.372.733a3.7 3.7 0 0 0 1.523.153 3.599 3.599 0 0 0 .692-.153 3.629 3.629 0 0 0 .619-.285m-10.69-9.007-.66.482a3.27 3.27 0 0 1-1.206.549c-.15.035-.307.06-.463.077a3.829 3.829 0 0 1-1.55-.17 4.427 4.427 0 0 1-1.391-.747 4.774 4.774 0 0 1-1.078-1.206 4.5 4.5 0 0 1-.608-1.538 4.258 4.258 0 0 1-.073-1.06c.02-.34.087-.67.19-.976a3.384 3.384 0 0 1 1.053-1.539l.634-.52a3.22 3.22 0 0 0-.633.69 3.58 3.58 0 0 0-.427.855c-.105.306-.17.639-.192.98-.02.34 0 .701.073 1.066.108.56.324 1.08.612 1.55.289.468.66.875 1.081 1.211.421.337.897.591 1.398.75.5.16 1.029.227 1.557.174a3.5 3.5 0 0 0 1.304-.393c.129-.069.254-.149.369-.232"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M87.212 61.874a3.62 3.62 0 0 1 1.467.167 4.2 4.2 0 0 1 1.32.722 4.71 4.71 0 0 1 1.651 2.66l2.097 9.571a4.34 4.34 0 0 1 .06 1.591c-.077.5-.247.97-.494 1.376a3.137 3.137 0 0 1-2.301 1.518 3.483 3.483 0 0 1-1.488-.132 4.173 4.173 0 0 1-1.353-.72 4.783 4.783 0 0 1-1.063-1.187 4.784 4.784 0 0 1-.626-1.543l-2.058-9.702a4.18 4.18 0 0 1-.042-1.577c.084-.496.26-.948.514-1.337a3.071 3.071 0 0 1 2.316-1.41v.003Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M80.457 72.476a3.682 3.682 0 0 1 1.52.15c.49.152.949.402 1.362.729a4.75 4.75 0 0 1 1.686 2.737 4.33 4.33 0 0 1 .042 1.619c-.087.51-.264.986-.521 1.4a3.29 3.29 0 0 1-2.392 1.546 3.69 3.69 0 0 1-1.533-.133 4.21 4.21 0 0 1-1.384-.73 4.732 4.732 0 0 1-1.707-2.775 4.35 4.35 0 0 1-.028-1.64c.094-.517.279-.99.546-1.4a3.283 3.283 0 0 1 2.413-1.507l-.004.004Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m83.232 80.323-.737.375a3.391 3.391 0 0 1-1.074.33c-.519.07-1.033.02-1.527-.129a4.223 4.223 0 0 1-1.376-.722 4.72 4.72 0 0 1-1.697-2.761 4.538 4.538 0 0 1-.076-1.272c.034-.406.132-.796.278-1.15.146-.354.344-.68.584-.962a3.32 3.32 0 0 1 .845-.712l.709-.417a3.32 3.32 0 0 0-.848.716 3.549 3.549 0 0 0-.584.969 4.05 4.05 0 0 0-.278 1.157c-.039.41-.014.84.076 1.278a4.74 4.74 0 0 0 1.706 2.775c.421.33.89.577 1.385.73a3.623 3.623 0 0 0 1.533.132 3.866 3.866 0 0 0 .563-.125 3.374 3.374 0 0 0 .514-.209m-10.76-9.006-.678.43a3.755 3.755 0 0 1-.326.184 3.493 3.493 0 0 1-1.116.32 3.812 3.812 0 0 1-1.561-.15c-.5-.153-.977-.41-1.401-.74a4.65 4.65 0 0 1-1.085-1.212 4.581 4.581 0 0 1-.615-1.563 4.374 4.374 0 0 1-.07-1.157c.028-.372.108-.726.233-1.06a3.66 3.66 0 0 1 .497-.91c.205-.274.449-.514.727-.712l.65-.469a3.476 3.476 0 0 0-1.227 1.63 4.077 4.077 0 0 0-.164 2.226 4.694 4.694 0 0 0 1.71 2.79 4.4 4.4 0 0 0 1.409.746 3.85 3.85 0 0 0 1.568.153c.135-.014.267-.038.396-.07.129-.03.254-.065.375-.107a3.18 3.18 0 0 0 .685-.33"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M69.388 63.656a3.845 3.845 0 0 1 1.554.17c.497.16.967.414 1.387.744a4.734 4.734 0 0 1 1.693 2.747c.115.56.115 1.109.021 1.616-.094.507-.285.98-.556 1.39a3.362 3.362 0 0 1-1.04 1.013 3.43 3.43 0 0 1-1.432.494 3.85 3.85 0 0 1-1.567-.153 4.333 4.333 0 0 1-1.408-.747 4.724 4.724 0 0 1-1.71-2.79 4.215 4.215 0 0 1-.008-1.629c.101-.51.3-.98.577-1.385a3.366 3.366 0 0 1 1.057-.997c.42-.25.904-.417 1.436-.47l-.004-.003Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m61.577 62.142-.62.486c-.128.1-.26.191-.402.27-.143.08-.289.154-.445.216a3.244 3.244 0 0 1-.484.153 4.14 4.14 0 0 1-.518.087 4.006 4.006 0 0 1-1.599-.174 4.508 4.508 0 0 1-1.425-.757 4.73 4.73 0 0 1-1.095-1.223c-.292-.472-.504-1-.608-1.566a4.19 4.19 0 0 1-.067-1.032 3.75 3.75 0 0 1 .588-1.8c.167-.26.368-.493.598-.698l.587-.524a3.52 3.52 0 0 0-.601.702c-.17.26-.306.545-.407.847-.1.302-.163.625-.184.962-.02.337 0 .685.066 1.039.108.57.32 1.101.615 1.573.296.473.671.893 1.102 1.23a4.59 4.59 0 0 0 1.433.764 4.04 4.04 0 0 0 1.606.174 3.55 3.55 0 0 0 1.008-.243c.156-.063.306-.136.448-.215.143-.08.279-.174.404-.275"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M58.163 54.712a4.028 4.028 0 0 1 1.593.19c.507.167.987.428 1.411.761.424.334.793.747 1.085 1.213.292.465.504.99.611 1.549.108.56.105 1.105 0 1.608a3.72 3.72 0 0 1-.587 1.376c-.282.403-.65.743-1.081.997a3.63 3.63 0 0 1-1.478.472 3.978 3.978 0 0 1-1.606-.174 4.53 4.53 0 0 1-1.432-.764 4.842 4.842 0 0 1-1.102-1.23 4.59 4.59 0 0 1-.615-1.573 4.05 4.05 0 0 1 .017-1.626c.111-.51.32-.972.612-1.372a3.495 3.495 0 0 1 2.576-1.428h-.004Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m74.214 81.48-.695.375a3.459 3.459 0 0 1-.877.33 3.804 3.804 0 0 1-1.891-.073 4.25 4.25 0 0 1-1.411-.733 4.72 4.72 0 0 1-1.095-1.22 4.644 4.644 0 0 1-.689-2.844c.039-.407.133-.792.279-1.147.146-.354.34-.684.577-.969a3.5 3.5 0 0 1 .834-.733l.668-.417a3.529 3.529 0 0 0-.838.737 3.68 3.68 0 0 0-.58.976c-.147.358-.24.747-.279 1.153-.038.406-.017.834.066 1.268.115.58.33 1.115.626 1.594.295.48.67.893 1.102 1.227.431.333.91.587 1.418.736a3.776 3.776 0 0 0 2.204-.01 3.765 3.765 0 0 0 .571-.247m-10.955-9.177-.636.43a3.414 3.414 0 0 1-.755.39 3.42 3.42 0 0 1-.862.204 3.987 3.987 0 0 1-1.61-.149 4.403 4.403 0 0 1-1.435-.75 4.7 4.7 0 0 1-1.724-2.82 4.335 4.335 0 0 1-.063-1.133c.028-.365.108-.716.226-1.042a3.71 3.71 0 0 1 .48-.907c.198-.274.434-.521.702-.73l.605-.472a3.587 3.587 0 0 0-.703.73 3.824 3.824 0 0 0-.709 1.962c-.028.368-.01.75.063 1.14.108.58.323 1.118.622 1.597.3.48.678.9 1.113 1.24.434.341.924.598 1.442.758a3.962 3.962 0 0 0 2.062.076 3.639 3.639 0 0 0 1.178-.518m1.673 10.348-.65.376a3.225 3.225 0 0 1-.637.288 3.582 3.582 0 0 1-.706.163 3.917 3.917 0 0 1-1.62-.128 4.37 4.37 0 0 1-1.446-.744 4.713 4.713 0 0 1-1.741-2.852 4.332 4.332 0 0 1-.056-1.247c.042-.403.132-.785.278-1.139a3.92 3.92 0 0 1 .567-.972c.233-.289.507-.546.817-.75l.622-.418a3.603 3.603 0 0 0-.82.754 3.864 3.864 0 0 0-.57.98 4.16 4.16 0 0 0-.279 1.146 4.52 4.52 0 0 0 .06 1.254 4.74 4.74 0 0 0 1.752 2.87c.438.34.931.593 1.456.746a3.95 3.95 0 0 0 1.989.063c.118-.028.233-.06.347-.098a3.436 3.436 0 0 0 .64-.288"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M85.15 52.478c.491-.042.981.028 1.444.188.462.16.904.41 1.3.729.396.32.74.712 1.018 1.157.278.444.487.941.605 1.476s.129 1.053.052 1.532c-.076.48-.243.924-.486 1.302a3.042 3.042 0 0 1-.942.942 3.058 3.058 0 0 1-1.318.441 3.522 3.522 0 0 1-1.457-.174 4.2 4.2 0 0 1-1.32-.733 4.8 4.8 0 0 1-1.037-1.174 4.67 4.67 0 0 1-.608-1.5 4.07 4.07 0 0 1-.038-1.543 3.42 3.42 0 0 1 .507-1.302c.25-.379.574-.695.96-.928.386-.232.83-.378 1.32-.42v.007Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M78.44 62.753a3.685 3.685 0 0 1 1.51.167 4.31 4.31 0 0 1 1.352.733c.41.326.768.726 1.057 1.184.288.459.5.97.615 1.522.115.552.125 1.087.038 1.587s-.264.963-.525 1.365a3.29 3.29 0 0 1-.997.997c-.4.254-.87.424-1.384.483a3.7 3.7 0 0 1-1.523-.153 4.305 4.305 0 0 1-1.373-.733 4.745 4.745 0 0 1-1.69-2.748 4.152 4.152 0 0 1-.024-1.6c.094-.5.278-.963.546-1.362a3.25 3.25 0 0 1 1.015-.98 3.295 3.295 0 0 1 1.387-.458l-.003-.004Zm-10.985-8.809a3.867 3.867 0 0 1 1.544.19c.493.164.96.421 1.376.751.417.33.779.733 1.064 1.195.285.462.5.973.612 1.522.111.548.111 1.087.017 1.58a3.58 3.58 0 0 1-.556 1.351c-.271.396-.622.73-1.036.977-.414.246-.897.41-1.425.462a3.871 3.871 0 0 1-1.558-.174 4.44 4.44 0 0 1-1.397-.75 4.696 4.696 0 0 1-1.693-2.762 4.05 4.05 0 0 1 0-1.598c.104-.5.299-.955.577-1.348a3.327 3.327 0 0 1 1.053-.962c.42-.243.9-.392 1.426-.438l-.004.004Zm3.901 19.598a3.775 3.775 0 0 1 1.564.15 4.34 4.34 0 0 1 1.394.736 4.747 4.747 0 0 1 1.711 2.782 4.4 4.4 0 0 1 .024 1.647 3.921 3.921 0 0 1-.556 1.424c-.272.42-.626.782-1.043 1.053a3.5 3.5 0 0 1-1.44.528c-.535.073-1.07.02-1.578-.129a4.29 4.29 0 0 1-1.418-.736 4.781 4.781 0 0 1-1.102-1.227 4.633 4.633 0 0 1-.626-1.594 4.413 4.413 0 0 1-.01-1.667c.1-.525.299-1.008.577-1.428a3.463 3.463 0 0 1 2.503-1.539ZM60.04 64.59a3.961 3.961 0 0 1 1.603.17c.514.164.994.421 1.422.755.427.333.8.75 1.095 1.219.295.469.507 1 .618 1.57.112.57.108 1.126.004 1.643a3.898 3.898 0 0 1-.588 1.414c-.281.417-.65.771-1.084 1.035a3.64 3.64 0 0 1-1.485.504 3.961 3.961 0 0 1-1.616-.153 4.492 4.492 0 0 1-1.443-.757 4.812 4.812 0 0 1-1.112-1.24 4.605 4.605 0 0 1-.623-1.598 4.226 4.226 0 0 1 .014-1.66c.111-.522.32-.998.612-1.411a3.546 3.546 0 0 1 2.587-1.497l-.004.007Zm1.916 10.057a3.942 3.942 0 0 1 1.613.146 4.388 4.388 0 0 1 1.432.75 4.79 4.79 0 0 1 1.106 1.23 4.67 4.67 0 0 1 .626 1.598 4.47 4.47 0 0 1 .007 1.678 3.958 3.958 0 0 1-.588 1.451 3.676 3.676 0 0 1-1.088 1.074 3.643 3.643 0 0 1-1.491.538 3.944 3.944 0 0 1-1.627-.128 4.495 4.495 0 0 1-1.457-.747 4.656 4.656 0 0 1-1.123-1.247 4.714 4.714 0 0 1-.629-1.622c-.111-.59-.1-1.164.007-1.699.108-.535.32-1.025.612-1.452a3.642 3.642 0 0 1 2.597-1.57h.003Z"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartArea" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.468 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.128-.984 1.245-.226 1.6L43.312 93.29a2.22 2.22 0 0 0 1.343.173v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.04 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.763 1.763 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.807-.063 2.15 2.15 0 0 1-.715-.363 2.284 2.284 0 0 1-.545-.604 2.128 2.128 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.7 1.7 0 0 1 .178-.292l-1.102 1.433a1.96 1.96 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452c.047.28.15.541.292.774a2.179 2.179 0 0 0 1.245.956c.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.01 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M88.427 48.856c.287-.026.596.074.852.3.5.449.623 1.214.275 1.715l-1.923 2.744-7 10.006a2.617 2.617 0 0 1-1.835 1.105l-18.15 2.14a.655.655 0 0 0-.309.118l-11.293 8.009-.095.07-1.245.882c-.156.109-.335.17-.513.187-.426.04-.874-.174-1.153-.587-.396-.592-.291-1.37.23-1.74l2.15-1.518.096-.07 7.395-5.224 3.019-2.132c.37-.261.792-.422 1.244-.474L78.33 62.28a.65.65 0 0 0 .457-.274l7.19-10.253 1.019-1.453.735-1.049a.942.942 0 0 1 .692-.404l.004.008Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M86.768 43.675c.387-.035.805.16 1.07.548.396.561.33 1.314-.14 1.68l-1.352 1.052-6.787 5.277-.326.252a2.512 2.512 0 0 1-.813.426l-18.471 5.682a.775.775 0 0 0-.192.091l-12.198 8.6-.096.07-2.027 1.431c-.157.11-.33.17-.513.183-.427.04-.879-.174-1.157-.591-.4-.592-.3-1.37.226-1.74l2.936-2.063.096-.07 11.32-7.943c.23-.16.482-.287.748-.365l8.874-2.71 9.614-2.937a.586.586 0 0 0 .2-.104l8.03-6.221.453-.352a.922.922 0 0 1 .492-.192l.013-.004Z"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartArea2" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.252 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M85.301 42.355c.5.429.802 1.072.934 1.725l.605 3.138a15.435 15.435 0 0 0-3.1-.039c-6.038.528-10.835 4.517-15.198 8.15-.055.054-.12.098-.18.147-2.66 2.215-5.171 4.292-7.825 5.698-3.33 1.759-6.731 2.561-9.754 2.825-2.022.175-3.873.11-5.417-.066l-.324-.039-.468-2.423c-.159-.824-.021-1.654.435-2.275 1.747-2.346 4.143-4.319 7.34-4.599a9.533 9.533 0 0 1 2.352.094c1.923.307 3.71.368 5.374.22 5.022-.44 8.945-2.726 12.121-5.567 3.995-3.571 6.946-7.874 10.034-8.143.994-.088 2.005.242 3.066 1.154h.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m89.408 60.543 2.253 11.665c.214 1.126-.434 2.148-1.445 2.275l-40.194 4.972c-1.099.1-2.093-.698-2.335-1.807l-.467-2.407c2.83-3.698 7.637-7.544 14.594-8.154a23.795 23.795 0 0 1 5.33.16 26.56 26.56 0 0 0 6.05.164c6.851-.599 12.467-3.775 16.214-6.874v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.018 48.719a14.218 14.218 0 0 1 3.121.072l4.517 23.423c.214 1.127-.434 2.149-1.446 2.275l-40.193 4.973c-1.1.099-2.094-.698-2.335-1.808.236 1.11 1.236 1.907 2.269 1.813l40.254-4.978c1.017-.126 1.665-1.148 1.445-2.275L89.397 60.55c-3.742 3.1-9.363 6.275-16.215 6.874-1.923.17-3.945.132-6.05-.165a23.161 23.161 0 0 0-5.33-.16c-6.955.61-11.763 4.457-14.593 8.15l-1.868-9.732c.236.028.478.05.725.072.324.027.555.044.791.06a29.46 29.46 0 0 0 4.149-.06c3.181-.28 6.758-1.127 10.27-2.984 2.79-1.478 5.4-3.648 8.033-5.84 4.489-3.737 9.05-7.54 14.704-8.034l.005-.011Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartBPMNFlow" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.274 59.062-10.546c.368-.067.381-.585.022-.674L66.704 72.83a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.824 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225l-65.011 8.147a2.078 2.078 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.603 2.155 2.155 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.605 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.73c.028-.115.067-.226.114-.328.048-.103.111-.202.178-.293l-1.102 1.434c-.067.09-.126.186-.178.288a1.745 1.745 0 0 0-.162.676c0 .122.004.244.028.37l.857 4.946 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.162.45.285.707.36.257.075.525.098.798.063l64.426-8.14 1.853-.892L37.49 84.91Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M83.623 45.076c-.232-1.196-1.287-2.087-2.393-1.989v.005l-34.575 2.464c-1.153.11-1.898 1.215-1.662 2.462l2.444 12.618c.235 1.22 1.321 2.097 2.521 1.992l34.41-3.64c1.086-.137 1.772-1.227 1.54-2.435l-2.285-11.477Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M78.912 47.398c1.606-.14 3.168 1.167 3.511 2.934.317 1.65-.534 3.134-1.944 3.49a2.454 2.454 0 0 1-.421.069 2.85 2.85 0 0 1-.695-.026c-1.154-.191-2.196-1.09-2.647-2.305a3.755 3.755 0 0 1-.234-1.215c-.031-1.528.95-2.79 2.382-2.938h.043l.005-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M79.363 53.865c.23.039.46.047.695.026.017 0 .039 0 .056-.005.126-.013.248-.034.365-.065l.942 4.888.937 4.86-1.098.127-.938-4.866-.959-4.97v.005Zm-24.18-.655a3.591 3.591 0 0 0-.173-.612l4.614-.486.238 1.237-4.614.49c0-.204-.026-.416-.065-.63Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M69.466 47.537c.421-.035.812.295.899.737l.512 2.652.234 1.224.512 2.652c.083.452-.173.851-.586.899l-5.234.568-1.129.122-3.394.369c-.42.039-.829-.291-.911-.742l-.512-2.674-.24-1.237-.594-2.934c-.087-.456.178-.855.595-.899l9.84-.742.008.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m65.807 56.273.79 4.102 1.038 5.395a.737.737 0 0 0-.422-.091.661.661 0 0 0-.503.304l-.143.217-1.098-5.7-.79-4.105 1.128-.122Zm10.677-5.933c0 .2.026.404.065.612.04.209.096.413.17.604l-5.604.594-.234-1.224 5.603-.59v.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M51.535 50.22c1.48-.131 2.917.889 3.477 2.378.074.195.13.403.174.612.039.212.06.42.065.629.026 1.558-.994 2.847-2.487 3.008-.022 0-.044.004-.065.004-1.671.148-3.299-1.18-3.642-2.99-.351-1.832.738-3.464 2.435-3.637h.044v-.005Zm15.68 15.46a.738.738 0 0 1 .42.09.925.925 0 0 1 .135.092l2.982 2.408.217.174a.924.924 0 0 1 .295 1.02.837.837 0 0 1-.07.139l-2.083 3.212a.655.655 0 0 1-.508.308.773.773 0 0 1-.55-.178l-3.217-2.583a.96.96 0 0 1-.117-.112c-.256-.296-.308-.734-.104-1.046l.143-.217 1.814-2.783.143-.217a.661.661 0 0 1 .504-.303l-.004-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m70.752 68.27 5.243-.624.234 1.22-4.965.594a.924.924 0 0 0-.295-1.02l-.217-.174v.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M85.278 63.227c.412-.034.798.287.88.725l1.246 6.467c.087.447-.169.846-.573.898l-9.166 1.129c-.421.04-.812-.287-.895-.725l-.55-2.856-.235-1.22-.473-2.443c-.087-.451.173-.855.581-.903l5.157-.599 1.098-.126 2.92-.338.01-.009Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M58.52 70.57a3.893 3.893 0 0 0-.256-.816l6.493-.772-.144.217c-.203.313-.151.75.105 1.046l-6.142.738a3.492 3.492 0 0 0-.056-.413Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M54.922 67.61c1.393-.121 2.743.782 3.342 2.145a3.88 3.88 0 0 1 .313 1.228c.13 1.654-.912 3.073-2.47 3.264-.035 0-.07.009-.1.009-1.653.143-3.255-1.16-3.602-2.96-.352-1.832.738-3.482 2.426-3.677.03 0 .06-.008.091-.008Z"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartBar" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.684 59.062-10.546c.368-.066.381-.584.022-.673L66.704 73.24a3.41 3.41 0 0 0-1.356-.063l-46.633 7.188c-.824.128-.984 1.245-.226 1.6l24.823 11.542a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M68.585 60.305c.427-.04.823.288.91.732l.645 3.355c.087.454-.174.859-.592.907L52.57 67.294c-.44.04-.841-.287-.929-.74l-.653-3.404c-.087-.462.187-.871.61-.919l16.986-1.926Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M79.454 44.263c.414-.035.806.292.89.737l.64 3.311c.087.45-.17.85-.575.89l-30.685 2.773c-.436.04-.845-.296-.933-.75l-.653-3.398c-.092-.462.183-.868.61-.911l30.702-2.656.004.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M72.126 52.43c.419-.035.815.292.898.741l.645 3.334c.087.453-.174.854-.584.902l-21.884 2.285c-.44.04-.841-.292-.928-.745l-.654-3.403c-.091-.462.183-.867.61-.911l21.897-2.203Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.101 68.633c.432-.039.824.288.911.732l.645 3.364c.087.458-.179.868-.597.92l-11.896 1.468c-.44.04-.846-.287-.928-.74l-.654-3.4c-.092-.461.183-.875.61-.928l11.905-1.42.004.004Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 92.812 59.062-10.546c.368-.066.381-.584.022-.673l-37.034-9.226a3.412 3.412 0 0 0-1.356-.062l-46.633 7.188c-.824.128-.984 1.245-.226 1.6l24.823 11.542a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M56.856 61.986c.435-.04.835.291.917.74l1.919 9.966c.087.456-.178.87-.6.922l-3.115.383c-.44.039-.84-.287-.927-.74l-1.923-10.001c-.087-.461.188-.87.61-.918l3.119-.352Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M80.042 56.366c.417-.035.805.287.892.73l2.449 12.699c.082.453-.174.853-.575.905l-3.001.37c-.422.039-.81-.283-.896-.727l-2.454-12.742c-.087-.452.174-.848.579-.896l3.006-.335v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m71.06 71.3-2.628-13.642 4.533-.505 2.618 13.595c.087.452-.174.857-.582.909l-3.041.374c-.427.04-.818-.283-.905-.73h.004Zm.1-19.572c.417-.035.813.292.9.735l.666 3.463-4.537.5-.67-3.471c-.087-.453.174-.853.591-.896l3.046-.326.004-.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m63.101 72.274-1.575-8.195 4.59-.531 1.57 8.165c.087.457-.178.866-.591.918l-3.08.374h-.026c-.41.035-.8-.287-.888-.735v.004Zm-.908-25.123c.422-.039.822.296.909.744l2.775 14.417-4.59.527-2.783-14.465c-.087-.457.182-.857.6-.905l3.089-.318Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M73.176 55.878c.314-.026.61.218.675.548.065.34-.13.64-.44.675l-.443.048-4.533.504-.448.048c-.322.026-.618-.222-.683-.557-.066-.339.13-.643.443-.674l.453-.048 4.537-.5.448-.048-.009.004Zm-6.829 6.382c.305-.027.6.221.666.552.065.339-.135.644-.444.678l-.452.053-4.59.53-.456.053c-.322.026-.622-.218-.688-.557-.065-.344.14-.649.453-.683l.452-.053 4.59-.526.452-.052h.017v.004Zm-9.617-7.421c.325-.031.626.217.69.556.066.34-.139.648-.452.683l-5.572.61c-.327.03-.631-.223-.696-.562-.066-.343.139-.648.456-.683l5.573-.6v-.005Zm23.385-4.324c.309-.026.605.217.67.552.065.335-.13.635-.435.666l-5.368.578c-.314.026-.61-.217-.675-.552-.065-.335.135-.64.44-.67l5.364-.574h.004Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.46 59.062-10.545c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062L18.715 80.14c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225l-65.011 8.147a2.077 2.077 0 0 1-1.521-.427 2.28 2.28 0 0 1-.545-.603 2.157 2.157 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M78.647 60.512c.282-.01.543.238.57.543l.017.244c-.022-.305-.277-.554-.56-.554l-4.857.028c-.305.022-.488.265-.477.565a8.789 8.789 0 0 1-.476 3.284 7.428 7.428 0 0 1-2.005 3.064 6.932 6.932 0 0 1-4.11 1.794 7.647 7.647 0 0 1-2.21-.138.5.5 0 0 0-.61.415l-.797 5.174c-.045.293.132.593.404.67-2.51-.598-4.902-1.9-6.913-3.783a17.52 17.52 0 0 1-4.786-7.716c-.892-2.947-.964-6.027-.21-8.835a14.09 14.09 0 0 1 1.312-3.235c-.121.249-.016.587.233.759l4.465 2.947c.11.072.232.1.343.088a.5.5 0 0 0 .388-.244 7.085 7.085 0 0 1 2.775-2.642c-.393.21-.77.454-1.119.737-1.219.98-2.088 2.365-2.515 3.966-.426 1.6-.388 3.357.128 5.046a9.969 9.969 0 0 0 2.725 4.41c1.268 1.19 2.797 1.977 4.392 2.27a7.739 7.739 0 0 0 2.017.1 7.012 7.012 0 0 0 2.548-.72c1.379-.698 2.487-1.844 3.196-3.285.626-1.285.914-2.758.825-4.27-.016-.3.166-.549.438-.571l4.89-.11h-.021Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M67.708 42.322h.06a13.96 13.96 0 0 1 4.914 1.163c1.75.759 3.39 1.872 4.808 3.273a17.384 17.384 0 0 1 3.473 4.87 17.233 17.233 0 0 1 1.568 5.173c.038.293-.144.537-.405.56l-5.86.016c-.283 0-.543-.255-.587-.56a9.02 9.02 0 0 0-.748-2.331 8.905 8.905 0 0 0-1.756-2.454 8.023 8.023 0 0 0-2.426-1.64 7.056 7.056 0 0 0-2.21-.56c-.288-.022-.543-.27-.582-.581l-.643-6.387c-.027-.282.145-.526.4-.548l-.006.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M62.6 45.728c.215-.017.437-.033.653-.039.288-.01.543.244.576.554l.543 5.34c.033.31-.177.56-.454.582a.695.695 0 0 0-.117.01 7.327 7.327 0 0 0-.786.111c-.05.012-.089.017-.127.028-.04.011-.078.017-.111.028-.017 0-.034.011-.056.011s-.033.011-.055.011l-.072.017a7.172 7.172 0 0 0-.964.327c-.072.027-.127.055-.183.083a.198.198 0 0 1-.05.022l-.072.033c-.216.105-.41.21-.598.327a7.134 7.134 0 0 0-2.365 2.41.5.5 0 0 1-.388.243.535.535 0 0 1-.343-.089l-4.465-2.946c-.249-.172-.354-.505-.232-.76.127-.232.249-.431.376-.63.056-.084.094-.15.139-.217.055-.083.1-.15.15-.221l.132-.189a117.144 117.144 0 0 1 .133-.188c.022-.028.039-.055.061-.078.028-.033.056-.072.083-.105l.133-.166c.017-.022.039-.044.056-.067.033-.038.06-.077.094-.11a.385.385 0 0 0 .044-.056l.1-.116c.01-.017.027-.028.038-.044.122-.139.244-.272.372-.405.05-.05.088-.094.133-.138.193-.194.37-.366.553-.532.017-.017.034-.028.05-.044.04-.033.072-.067.111-.094a.423.423 0 0 1 .067-.056c.038-.033.083-.066.121-.105.045-.039.095-.078.139-.116.022-.023.05-.04.078-.061.033-.028.066-.05.1-.078.016-.016.038-.028.055-.044.038-.033.083-.061.127-.094.011-.011.028-.017.039-.028.05-.039.105-.078.155-.116.244-.172.482-.333.725-.482a12.198 12.198 0 0 1 5.307-1.74l-.005.017Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m73.773 60.778 4.897-.033c.283 0 .543.254.565.56.011.127.017.248.022.376 0 .105.006.16.011.216 0 .138.006.232.006.332v.654c0 .072 0 .144-.006.216v.094c0 .044 0 .094-.005.138 0 .034 0 .067-.006.1 0 .044-.005.094-.01.139 0 .027 0 .06-.006.088l-.017.216a.502.502 0 0 1-.011.094c0 .045-.011.084-.011.128 0 .039-.011.083-.011.122 0 .033-.006.06-.011.094 0 .044-.011.088-.017.133 0 .016 0 .039-.005.055a14.541 14.541 0 0 1-.704 2.936 13.263 13.263 0 0 1-2.332 4.149 1.42 1.42 0 0 1-.083.094c-.017.022-.033.039-.05.06a1.842 1.842 0 0 1-.138.156 11.998 11.998 0 0 1-6.376 3.772c-.554.128-1.119.216-1.69.266a13.167 13.167 0 0 1-4.198-.316.62.62 0 0 1-.438-.681l.798-5.174a.5.5 0 0 1 .449-.426c.05 0 .105 0 .16.011.737.155 1.485.2 2.21.139a6.932 6.932 0 0 0 4.11-1.795 7.5 7.5 0 0 0 2.006-3.063c.365-1.03.526-2.15.476-3.285-.011-.3.172-.537.438-.56l-.023-.005Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.022 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.172v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.822 41.187 67.24-4.044 8.64 37.574c.059.253.067.502.039.73a1.603 1.603 0 0 1-.213.633 1.454 1.454 0 0 1-.427.462 1.345 1.345 0 0 1-.6.225L37.49 84.914a2.077 2.077 0 0 1-1.521-.427 2.279 2.279 0 0 1-.545-.603 2.155 2.155 0 0 1-.297-.782l-7.305-41.915Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.04 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.763 1.763 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.807-.063 2.15 2.15 0 0 1-.715-.363 2.284 2.284 0 0 1-.545-.604 2.128 2.128 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.7 1.7 0 0 1 .178-.292l-1.102 1.433a1.96 1.96 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452c.047.28.15.541.292.774a2.179 2.179 0 0 0 1.245.956c.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.01 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M87.814 53.437c.536-.045 1.043.373 1.15.948l.84 4.388c.114.58-.22 1.1-.738 1.156l-8.747 1.003c-.547.051-1.055-.372-1.162-.947l-.191-.993-.305-1.584-.355-1.839c-.113-.586.23-1.105.755-1.162l8.747-.97h.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M67.025 53.658a.998.998 0 0 1 .722.236l4.918 4.005c.062.05.112.101.163.163.322.384.384.942.124 1.337l-.192.293L69.952 64l-.203.31a.859.859 0 0 1-.649.394.952.952 0 0 1-.518-.101 1.353 1.353 0 0 1-.203-.13l-4.642-3.756-.299-.242c-.4-.322-.552-.874-.389-1.314a.87.87 0 0 1 .096-.192l3.226-4.912a.843.843 0 0 1 .648-.39l.006-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M55.3 57.03c.553-.05 1.078.378 1.19.964l.355 1.861.31 1.608.192 1.004c.119.597-.23 1.122-.778 1.184l-9.79 1.122c-.57.05-1.094-.383-1.207-.97l-.869-4.506c-.112-.598.243-1.128.796-1.184l4.23-.468 1.488-.164 4.078-.451h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M90.31 66.741c.542-.045 1.038.367 1.145.936l.846 4.388c.113.58-.22 1.1-.744 1.167l-13.45 1.647c-.553.05-1.055-.367-1.168-.942l-.22-1.15-.305-1.59-.321-1.687c-.113-.587.226-1.111.756-1.173l13.461-1.602v.006Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M56.342 43.365c.553-.05 1.077.384 1.19.97l.897 4.659c.113.592-.237 1.11-.779 1.173l-7.68.812-1.49.158-4.889.519c-.564.05-1.094-.384-1.207-.97l-.902-4.71c-.113-.597.242-1.122.795-1.178l14.065-1.438v.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m72.827 58.062 5.832-.654.304 1.585-6.203.7.191-.294c.254-.4.192-.959-.124-1.337ZM69.956 64l1.45 7.53c.028.146.152.253.281.242l4.727-.57.304 1.59-4.715.57s-.04 0-.056.006c-.92.08-1.805-.654-2.002-1.664L68.58 64.6a.96.96 0 0 0 .519.101.85.85 0 0 0 .648-.395l.204-.31.005.006ZM49.972 50.984l1.252 6.497-1.489.164-1.252-6.503 1.49-.158Zm13.083 8.172c-.163.44-.011.992.39 1.314l.298.242-6.581.745-.31-1.608 6.209-.693h-.006Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.03 59.062-10.547c.368-.066.381-.585.022-.673l-37.034-9.226a3.412 3.412 0 0 0-1.356-.062L18.715 79.71c-.824.129-.984 1.245-.226 1.6l24.823 11.543a2.22 2.22 0 0 0 1.343.173v.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M31.438 35.95c.214-.012.423.02.625.087a1.816 1.816 0 0 1 .964.766c.11.178.19.376.225.585a1.351 1.351 0 0 1-.26 1.098 1.3 1.3 0 0 1-.431.355 1.44 1.44 0 0 1-.581.154 1.671 1.671 0 0 1-.625-.086 1.767 1.767 0 0 1-.549-.3 1.885 1.885 0 0 1-.419-.467 1.614 1.614 0 0 1-.225-.588 1.524 1.524 0 0 1 .016-.6c.043-.186.13-.36.245-.502a1.345 1.345 0 0 1 1.016-.506v.004Zm-3.614 5.238 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.078 2.078 0 0 1-1.521-.427 2.284 2.284 0 0 1-.545-.604 2.155 2.155 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.041 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.207 2.207 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.616 1.616 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.91a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.28 2.28 0 0 1-.545-.604 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.731 1.84 1.84 0 0 1 .114-.328 1.78 1.78 0 0 1 .178-.292l-1.102 1.433a1.95 1.95 0 0 0-.178.289 1.742 1.742 0 0 0-.162.675c0 .123.004.245.028.371l.857 4.945 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.163.45.285.707.36.257.075.525.099.798.063l64.426-8.14 1.853-.892-65.011 8.148Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M52.273 47.319c.313-.026.613.226.679.561l.435 2.254-1.149.117-.435-2.258c-.065-.343.14-.648.457-.678h.013v.004Zm4.503 26.557-3.572-18.575 1.149-.126 3.567 18.558c.065.344-.14.652-.453.692-.326.03-.626-.214-.691-.553v.004Zm10.502-11.915 1.092-.126h.03l1.997 10.37c.066.34-.13.645-.439.684-.326.03-.613-.213-.679-.548l-1.996-10.375-.005-.005ZM64.79 46.048c.314-.026.618.217.684.557l1.97 10.24-1.122.122-1.97-10.245c-.066-.34.13-.644.443-.674h-.004Zm16.739 24.784-.426-2.215 1.1-.135.427 2.215c.065.335-.13.64-.435.679h-.018c-.296.026-.587-.214-.648-.549v.005Zm-4.455-26.037c.31-.026.605.217.67.552l3.507 18.193-1.101.13-3.506-18.21c-.066-.334.126-.635.435-.665h-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M60.066 49.446c.421-.04.826.291.913.743l.644 3.363c.087.457-.178.857-.596.9l-6.673.723-1.149.126-4.115.444c-.435.039-.844-.296-.931-.749l-.653-3.397c-.087-.461.187-.87.614-.914l4.115-.426 1.148-.117 6.678-.697h.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.803 63.126c.417-.034.8.288.883.727l.64 3.306c.086.444-.17.848-.57.896l-3.555.43-1.1.136-8.183.987c-.426.04-.818-.282-.905-.73l-.644-3.346c-.087-.452.174-.857.588-.905l8.187-.957 1.1-.13 3.554-.418.005.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M67.275 56.877c.43-.03.818.296.905.735l.648 3.35c.083.44-.165.84-.566.9h-.03l-1.092.126-9.875 1.132c-.435.039-.835-.292-.922-.744l-.649-3.38c-.09-.462.179-.866.6-.914l9.88-1.092 1.096-.122.005.009Zm9.569-1.071c.418-.034.81.287.892.736l.64 3.323c.087.448-.174.848-.579.896l-6.442.74c-.422.039-.818-.287-.905-.735l-.644-3.346c-.087-.452.174-.852.587-.9l6.447-.714h.004Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.201 92.876 58.057-10.367c.362-.065.375-.575.022-.662l-36.405-9.069a3.352 3.352 0 0 0-1.333-.06l-45.84 7.064c-.81.127-.966 1.224-.221 1.573L42.88 92.7c.41.192.871.253 1.32.17v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m28.224 41.167 67.099-4.036 8.622 37.496c.059.252.067.5.04.729a1.63 1.63 0 0 1-.213.63 1.461 1.461 0 0 1-.426.462 1.351 1.351 0 0 1-.599.224l-64.876 8.13a2.073 2.073 0 0 1-1.518-.426 2.278 2.278 0 0 1-.544-.602 2.15 2.15 0 0 1-.295-.78l-7.29-41.827Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.308 31.002c.22-.012.441.028.65.103.21.074.41.193.592.342a2.208 2.208 0 0 1 .745 1.19l1.033 4.49-67.103 4.04-.868-4.99a1.76 1.76 0 0 1 .024-.75 1.615 1.615 0 0 1 .86-1.064c.216-.106.46-.173.729-.188l63.338-3.173Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.871 84.799a2.038 2.038 0 0 1-.804-.064 2.144 2.144 0 0 1-.714-.362 2.278 2.278 0 0 1-.544-.603 2.125 2.125 0 0 1-.296-.78l-7.29-41.824-.867-4.989a1.73 1.73 0 0 1 .02-.73 1.676 1.676 0 0 1 .292-.618l-1.1 1.43a1.974 1.974 0 0 0-.178.288 1.745 1.745 0 0 0-.162.674c0 .123.005.245.028.37l.856 4.935 7.163 41.366a2.18 2.18 0 0 0 .828 1.368c.213.161.45.283.706.358.256.075.524.099.796.063l64.292-8.122 1.849-.891-64.875 8.13Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M86.013 67.197c-.977.088-1.933-.703-2.142-1.79-.214-1.115.423-2.103 1.428-2.219h.05c.983-.088 1.933.709 2.147 1.796.209 1.104-.423 2.098-1.422 2.213a.17.17 0 0 0-.055.006l-.006-.006Zm1.467 1.198c.9-.077 1.796.29 2.471.95-.483 1.323-1.576 2.29-2.998 2.466-.044 0-.083.01-.127.01-1.378.121-2.735-.537-3.674-1.647.412-.83 1.17-1.406 2.11-1.521l2.13-.253a.48.48 0 0 0 .088-.01v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M85.48 61.36c2.757-.012 5.338 2.262 5.931 5.321.632 3.268-1.241 6.205-4.19 6.562l-.17.017h-.055c-.027 0-.055 0-.083.005h-.615c-.027 0-.06 0-.088-.005h-.044a.613.613 0 0 1-.098-.01h-.033c-.038 0-.072-.012-.11-.017l-.149-.023c-2.41-.411-4.524-2.515-5.051-5.25-.363-1.877.104-3.646 1.12-4.876.313-.38.68-.709 1.087-.972a4.619 4.619 0 0 1 2.01-.714c.044 0 .088-.011.132-.011a5.11 5.11 0 0 1 .406-.016v-.012Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M85.339 63.178c.983-.088 1.933.708 2.147 1.796.203 1.069-.384 2.035-1.33 2.2l-.097.007a.189.189 0 0 1-.055.006c-.978.088-1.928-.703-2.142-1.79-.209-1.116.423-2.104 1.428-2.22h.049Zm2.13 5.216c.9-.082 1.796.286 2.471.95l.01.006c-.478 1.323-1.576 2.29-2.998 2.466-.044.005-.083.01-.127.01-1.384.121-2.74-.538-3.674-1.647l-.007-.008c.413-.825 1.17-1.398 2.106-1.513l2.13-.252a.483.483 0 0 1 .089-.012Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M64.459 42.59c2.894-.094 5.645 2.262 6.254 5.431.637 3.3-1.285 6.239-4.3 6.568-.038 0-.07.005-.109.01h-.072c-2.965.22-5.843-2.174-6.463-5.425-.643-3.317 1.313-6.26 4.338-6.568.022 0 .05 0 .072-.005.093-.006.186-.017.28-.017v.005Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65.21 48.476c-1.01.088-1.993-.73-2.212-1.834-.215-1.115.439-2.114 1.46-2.219h.022c1.016-.087 2.005.725 2.22 1.835.213 1.114-.44 2.108-1.462 2.218h-.033.006Zm1.436 1.225c.933-.082 1.861.302 2.564.989-.494 1.323-1.614 2.29-3.075 2.443-.028 0-.055 0-.077.006-1.428.126-2.84-.555-3.8-1.697.423-.83 1.203-1.406 2.158-1.505l2.18-.236h.055-.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M68.918 63.304c2.713.126 5.195 2.372 5.772 5.37l-.006-.005c.291 1.5.05 2.933-.582 4.086-.758 1.373-2.07 2.345-3.707 2.548-.06.006-.115.017-.176.017h-.049c-.038.006-.066.005-.088.005h-.637c-.033-.005-.06-.005-.087-.005h-.056c-.033-.005-.06-.011-.093-.011h-.044c-.033 0-.066-.011-.099-.011h-.038c-.039-.005-.072-.011-.11-.017-.071-.01-.11-.022-.154-.027-2.405-.478-4.486-2.565-5.008-5.278-.571-2.976.928-5.672 3.421-6.452.291-.088.593-.154.912-.192.05 0 .093-.012.137-.012.12-.01.242-.016.362-.016.11-.006.22 0 .33 0Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M70.12 73.864c-.043 0-.082.011-.126.011-1.411.12-2.795-.538-3.745-1.658.423-.84 1.197-1.423 2.158-1.538l2.175-.264c.033 0 .06-.005.093-.01.917-.083 1.835.29 2.526.96-.494 1.335-1.614 2.318-3.07 2.494l-.01.005Zm-.948-4.661c-1 .087-1.971-.714-2.18-1.813-.214-1.12.44-2.125 1.46-2.24.017 0 .039 0 .055-.006 1-.088 1.972.714 2.18 1.813.22 1.114-.439 2.12-1.455 2.24-.016 0-.038 0-.055.006h-.005ZM51.977 71.25c-1.022.088-2.016-.719-2.224-1.828-.214-1.137.456-2.147 1.499-2.274h.05c1.026-.088 2.015.72 2.229 1.834.214 1.126-.45 2.142-1.494 2.268-.016 0-.038 0-.055.006l-.005-.006Zm1.513 1.214c.94-.082 1.873.291 2.576.966-.505 1.351-1.653 2.345-3.141 2.521l-.138.017c-1.438.126-2.844-.539-3.816-1.67.434-.851 1.23-1.444 2.207-1.56l2.219-.263c.033 0 .06-.006.093-.011Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M51.457 65.281c2.872-.016 5.557 2.301 6.156 5.426.642 3.334-1.324 6.343-4.399 6.722-.06.005-.12.016-.186.022-.05 0-.094.005-.144.01-2.97.182-5.815-2.18-6.441-5.42-.643-3.355 1.345-6.364 4.437-6.721l.143-.017c.143-.01.286-.016.423-.022h.01Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m69.905 52.458 13.027 9.649a4.695 4.695 0 0 0-1.088.972l-12.9-9.55a4.88 4.88 0 0 0 .967-1.076l-.006.005Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M51.291 67.143c1.027-.088 2.016.72 2.23 1.834.214 1.126-.45 2.142-1.494 2.268-.016.005-.038.005-.054.005-1.022.088-2.011-.72-2.225-1.829-.208-1.1.415-2.083 1.403-2.258l.091-.02h.05Zm1.505 8.837c-1.438.126-2.85-.539-3.816-1.67v-.011c.434-.846 1.23-1.445 2.207-1.56v-.005l2.22-.264a.577.577 0 0 1 .092-.011c.94-.082 1.873.291 2.576.966v.017c-.506 1.35-1.653 2.34-3.141 2.52-.044.006-.094.017-.138.017Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M65.465 54.6c.252.017.51.017.763 0h.071a4.76 4.76 0 0 0 .599-.088l1.691 8.787a4 4 0 0 0-.362.016c-.044 0-.088.011-.138.011-.318.039-.62.105-.911.193L65.459 54.6h.005Zm-3.378-1.434c.406.347.851.638 1.318.868l-8.946 12.104a5.855 5.855 0 0 0-1.488-.648l9.116-12.323Z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Spot-ChartPie" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m44.654 93.678 59.062-10.546c.368-.067.381-.585.022-.674l-37.034-9.225a3.41 3.41 0 0 0-1.356-.062l-46.633 7.187c-.824.128-.984 1.245-.226 1.6L43.312 93.5a2.22 2.22 0 0 0 1.343.173v.005Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m27.823 41.188 67.24-4.044 8.64 37.574a2.1 2.1 0 0 1 .039.73 1.603 1.603 0 0 1-.213.632 1.453 1.453 0 0 1-.427.462 1.344 1.344 0 0 1-.6.225l-65.011 8.148a2.077 2.077 0 0 1-1.521-.427 2.282 2.282 0 0 1-.545-.604 2.157 2.157 0 0 1-.297-.782l-7.305-41.914Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M92.042 31.002a1.67 1.67 0 0 1 .652.103c.21.075.41.193.593.343a2.21 2.21 0 0 1 .746 1.193l1.035 4.498-67.243 4.048-.869-5a1.766 1.766 0 0 1 .024-.75 1.617 1.617 0 0 1 .861-1.066c.217-.107.462-.174.73-.19l63.471-3.179Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.49 84.911a2.04 2.04 0 0 1-.806-.063 2.15 2.15 0 0 1-.715-.363 2.279 2.279 0 0 1-.545-.605 2.13 2.13 0 0 1-.297-.782l-7.305-41.91-.869-5a1.737 1.737 0 0 1 .02-.73c.028-.115.067-.226.114-.328.048-.103.111-.202.178-.293l-1.102 1.434a1.95 1.95 0 0 0-.178.288 1.742 1.742 0 0 0-.162.676c0 .122.004.245.028.37l.857 4.946 7.179 41.452a2.184 2.184 0 0 0 .83 1.37c.213.162.45.285.707.36.257.075.525.098.798.063l64.426-8.14 1.853-.892L37.49 84.91Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.79 59.78c.034.316.299.57.592.57l13.06-.063-13.19.062c-.26.023-.434.192-.468.423l-2.147 13.934c-.045.299.14.609.422.693-2.638-.63-5.14-2.023-7.226-4.03a17.791 17.791 0 0 1-4.746-7.92c-.863-3.01-.89-6.132-.08-8.973.813-2.835 2.413-5.254 4.606-6.945-.203.18-.214.53-.022.778l8.703 11.324c.067.09.163.124.248.119.124-.012.23-.119.22-.276l.034.31-.006-.006Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m66.212 60.35 13.23-.063c.259 0 .5.209.557.485a.433.433 0 0 1 .011.09c0 .073.012.152.012.225 0 .04 0 .08.005.119v.248c.006.231.012.411.006.592v.214c0 .214-.011.395-.023.575 0 .107-.01.158-.01.209v.073c0 .05-.006.096-.012.146 0 .04-.006.074-.011.113 0 .062-.012.13-.017.192 0 .045-.011.09-.011.13a.614.614 0 0 1-.012.1c0 .046-.011.097-.017.142a.43.43 0 0 1-.011.084c-.011.074-.017.147-.028.22a3.12 3.12 0 0 1-.04.243c-.016.112-.028.174-.04.242-.022.124-.033.192-.05.265-.017.096-.034.174-.05.254-.023.1-.034.163-.051.225 0 .023-.012.045-.017.073-.011.05-.023.102-.04.158-.005.028-.01.05-.017.079l-.033.135c-.023.08-.04.158-.062.237-.028.09-.045.152-.062.214-.074.248-.153.496-.237.739-.744 2.125-1.95 3.985-3.534 5.433-.541.496-1.116.942-1.73 1.33l-.052.035a12.188 12.188 0 0 1-3.546 1.51c-.05.011-.078.017-.112.028l-.152.034c-.062.012-.124.028-.18.04-.029.005-.062.01-.09.017-.017 0-.034.005-.057.01a12.862 12.862 0 0 1-3.252.225 1.433 1.433 0 0 1-.192-.01.926.926 0 0 1-.124-.011c-.034 0-.062 0-.096-.006-.597-.05-1.195-.14-1.792-.27l-.215-.051a.639.639 0 0 1-.445-.7l2.148-13.933a.474.474 0 0 1 .428-.423l.023-.017Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M74.053 42.464a.456.456 0 0 1 .298.074c2.565 1.516 4.792 3.68 6.483 6.279a20.449 20.449 0 0 1 3.14 8.556c.039.3-.153.542-.418.564l-14.892-.05c-.395 0-.7-.463-.547-.84l5.552-14.284a.44.44 0 0 1 .384-.293v-.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M63.09 45.006c.225-.017.445-.034.67-.04.27-.011.524.214.58.508 0 .016.006.039.012.056l1.41 13.928c.01.17-.097.277-.22.288a.291.291 0 0 1-.249-.119L56.59 48.303c-.192-.248-.186-.597.023-.778a12.348 12.348 0 0 1 6.476-2.52Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg id="tnt-Spot-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="128" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M104 31a4 4 0 0 1 4 4v69a4 4 0 0 1-4 4H35a4 4 0 0 1-4-4h69a4 4 0 0 0 4-4V31Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M24 28a4 4 0 0 1 4-4h72a4 4 0 0 1 4 4v72a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4V28Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M29 97v-2.75a1 1 0 1 1 2 0V97h2.75a1 1 0 1 1 0 2H31a2 2 0 0 1-2-2Zm17.95 0a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5ZM97 97v-2.75a1 1 0 1 1 2 0V97a2 2 0 0 1-2 2h-2.75a1 1 0 1 1 0-2H97ZM29 86.55v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm68 0v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm-68-13.2v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm68 0v-5.5a1 1 0 0 1 2 0v5.5a1 1 0 1 1-2 0Zm-68-13.2v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm68 0v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm-68-13.2v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm68 0v-5.5a1 1 0 1 1 2 0v5.5a1 1 0 0 1-2 0Zm-68-13.2V31a2 2 0 0 1 2-2h2.75a1 1 0 1 1 0 2H31v2.75a1 1 0 1 1-2 0Zm68 0V31h-2.75a1 1 0 1 1 0-2H97a2 2 0 0 1 2 2v2.75a1 1 0 1 1-2 0ZM46.95 29a1 1 0 0 1 0 2h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0 .102.005a1 1 0 0 1 0 1.99L60.15 31h-5.5a1 1 0 1 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Zm13.2 0a1 1 0 1 1 0 2h-5.5a1 1 0 0 1 0-2h5.5Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Company" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m45.833 78.502 13.462-.627V30.681l-13.758 7.98.296 39.84Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m57.16 50.044-9.818 4.015.021 1.967 9.8 1.97-.002-7.952Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m74.249 83.702-14.954 2.344V30.68l14.954 5.869v47.152Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m72.736 61.098-11.432-1.196v-27.02l11.432 4.322v23.894Zm0 25.095L61.304 88.28V61.257l11.432 1.041v23.895Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m64.795 33.794-.014 26.415h-1.085l.014-26.416h1.085Zm3.261.779-.032 26.543-1.085-.001.032-26.544 1.085.002Zm2.794 1.47v24.803h-1.085V36.043h1.085Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M52.764 53.264v13.008L67 61.29l-14.236-8.026Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m54.394 55.678 12.132 6.136-4.078 1.27-8.03-2.765-.024-4.641Zm-.022 5.38.025 4.7 7.403-2.357-7.428-2.343Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m91.817 96.872-15.243.162v-39.38l15.186 7.83.057 31.388Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M35.309 97.035v-35.31l17.455-8.461.06 12.913 23.8-8.512-.018 39.37H35.31Zm55.516-25.419-12.713-5.43v-6.21l12.67 6.658.043 4.982Zm-.081 5.652-12.632-3.836v-6.206l12.59 5.063.042 4.979Zm-.004 5.913-12.68-2.368v-6.207l12.638 3.604.043 4.971Zm.11 6.006L78.053 88.02v-6.21l12.755 2.406.042 4.972Zm-.054 5.963-12.793.309v-6.207l12.751.932.042 4.965Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m53.292 67.88 21.928-7.322.01 4.162-21.928 6.133-.01-2.973Zm.011 6.048 21.924-5.359.004 4.17-21.928 4.349v-3.16Zm0 6.133 21.928-3.937v4.184l-21.928 2.91V80.06Zm0 6.176 21.928-2.6v4.19L53.303 89.39v-3.153Zm.017 6.006 21.91-.932v3.986H53.32v-3.054Zm-16.699-28.93 14.342-6.143.017 2.91-14.33 5.805-.029-2.572Zm.029 5.105 14.359-5.334.017 2.938-14.377 4.993v-2.597Zm-.029 4.919 14.38-4.412.015 2.959-14.395 4.07v-2.617Zm.029 4.737 14.341-3.61.018 2.984-14.36 3.258v-2.632Zm-.029 4.939 14.363-2.65.017 3.009-14.352 2.29-.028-2.65Zm.039 4.92 14.317-1.791.014 3.033-14.342 1.428.011-2.67Zm-.01 4.954 14.317-.841.02 3.248-14.338.274v-2.681Zm20.077-57.035-9.396 4.983.005 10.29 9.423-3.952-.032-11.32Z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Compass" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M75.858 50.233c-.75-7.135-9.999-9.966-17.297-10.113H44.093c-.234.886 1.215 2.49 1.854 2.869.436.258.862.391 1.294.45l1.52 1.716a14.31 14.31 0 0 0-.432.911h-1.154l-.005.001c-1.495-.017-2.728.29-3.47 1.218-1.335 1.667-2.753 4.878-2.53 7.435l-.01-.002V54.7s-.324-.233-1.156.264a6.265 6.265 0 0 0-1.221.934c-1.052.949-1.97 2.242-1.909 3.038.09 1.156.44 2.602.404 3.566-.017.025-.033.053-.051.084-.843.628-1.138 2.533-1.246 4.949-.017.241-.03.49-.037.747a138.835 138.835 0 0 0-.036 4.327 96.416 96.416 0 0 1-.059 3.173c-.217 5.54.26 9.057 1.094 10.143.832 1.086 1.258 1.7.425 3.618-.34.784-.635 2.468-.893 5.576H59.2c-.054-2.736.033-5.087.405-6.438 1.223-4.446 2.244-4.613 5.024-7.281 2.78-2.669 10.34-12.006 11.896-13.896 1.556-1.89 4.222-5.233 4.711-6.133.933-1.72-.887-5.85-.264-6.651l.02-.03c.611-.768 1.171-4.368 1.528-5.869a.655.655 0 0 0-.188-.039l.002-.016c-.481-.593-1.77-1.353-3.142-.938-.716.216-1.495.654-2.267 1.354v-.002a7.64 7.64 0 0 0-1.066 1.053Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M70.464 81.641c-.939 3.402-.095 14.06.688 18.206H47.88c0-2.55.304-7.765.433-9.546.145-2.007.381-6.457 1.623-9.755-.284-1.311-1.537-1.233-1.924-4.84-.218-2.03-.359-9.85-.252-13.57.086-2.976.89-4.925 1.28-5.527.036-.922-.301-2.304-.387-3.41-.106-1.382 2.887-4.337 4.121-4.03-.213-2.446 1.148-5.516 2.428-7.11 1.28-1.595 4.083-1.273 7.129-.677 1.574.308 19.714 14.12 21.1 9.123 1.388-4.995 3.858-7.334 5.828-7.927 1.318-.397 2.554.33 3.016.897-.284 1.594-.71 4.928-1.307 5.693-.598.765 1.149 4.716.254 6.36-.47.86-3.028 4.057-4.521 5.864-1.494 1.807-8.749 10.736-11.416 13.287s-3.647 2.71-4.82 6.962ZM64.6 30.007c-.505 1.233.244 3.378 1.053 4.702 2.994.867 8.486 1.835 7.423-1.05-1.329-3.606-3.574-4.747-4.811-5.25-1.237-.502-2.974-.093-3.666 1.598Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M58.537 40.894h3.47c.05 3.863-.154 11.322-1.382 10.245-1.535-1.345-2.835-4.775-2.702-7.982.03-.734.4-2.263.614-2.263Zm13.764 20.58c-1.461 0-3.828 0-4.88-.176l-.549-4.186c5.754-2.184 16.69-6.735 17.056-6.007.457.91-.48 3.846-1.985 6.007-2.212 3.176-7.815 4.362-9.642 4.362Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M56.444 57.973c.698-.251 1.983-.972 2.448-2.316.465-1.344.504-3.38.465-4.23l18.147 7.649c-2.171.29-6.828 1.078-8.085 1.912-1.523 1.012-9.118 5.184-10 7.285-.154.635-.215.857-.062.19.014-.06.035-.124.063-.19.315-1.295 1.023-4.306 1.1-4.967.117-.985-.697-2.318-1.628-2.318-.745 0-1.629.386-1.978.58l-.47-3.595Zm1.695-20.115 2.107 2.374 3.116-2.374H58.14ZM52.26 56.525c-.371-.695-1.87-4.841-1.83-6.174 0 0 .427-.475 1.226-.95.798-.475 1.11-.252 1.11-.252 0 1.202-.196 2.274-.196 4.731 0 3.072 1.246 3.879 3.064 4.152-1.745.927-2.908-.637-3.373-1.507Zm-.803 6.931c-.5-.554-1.76-4.8-2.328-6.854-1.807.969-1.251 7.408-1.46 12.705-.208 5.297.25 8.66 1.05 9.7.799 1.038 1.207 1.624.408 3.46-.64 1.467-1.193 7.162-1.397 17.38h5.199c.196-4.894.64-18.333 1.308-19.357.834-1.281 3.196-1.87 2.745-2.147-.452-.277-5.352-1.246-6.602-2.666-1.251-1.42-1.251-6.197-.591-9.347.66-3.15 2.293-2.181 1.668-2.874Zm17.492 15.486c-3.469.444-7.078-1.587-8.449-2.658.148.886.534 2.946.89 4.098.444 1.44 6.892.886 7.559-1.44Zm17.864-26.135c-.383-.096-2.595.239-3.653.418-.288-4.679 2.587-8.32 3.925-9.354 0 1.253-.343 4.07-.631 5.12-.36 1.314.839 3.935.36 3.816Z"/>
|
|
7
|
+
<ellipse cx="72.332" cy="46.331" fill="var(--sapContent_Illustrative_Color2)" rx="13.807" ry="13.757"/>
|
|
8
|
+
<ellipse cx="72.167" cy="46.318" fill="var(--sapContent_Illustrative_Color8)" rx="12.666" ry="12.62"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m72.796 37.868.242-2.27.728.07.73 1.335.078-1.228.7.053-.269 2.255-.622-.047-.794-1.291-.13 1.162-.663-.038Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m74.844 41.41-1.078-2.952-1.886 2.63 2.964.323Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m74.527 43.365-.9-4.013-1.855 3.433-3.18-1.954 1.007 3.696-4.134.95 3.763 1.954-2.28 3.38 3.923-1.268.9 4.066 2.085-3.914 3.586 2.594-1.219-4.17 3.71-.688-3.71-1.953 2.12-3.38-3.816 1.267Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m65.973 37.546 5.224 9.68s6.074 5.822 6.453 5.485c.378-.338-3.522-7.58-3.522-7.58l-8.155-7.585Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m65.973 37.546 5.224 9.68s1.752-.14 2.131-.478c.379-.337.8-1.617.8-1.617l-8.155-7.585Z"/>
|
|
14
|
+
<ellipse cx="72.751" cy="46.12" fill="var(--sapContent_Illustrative_Color2)" rx=".871" ry=".868"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M53.308 53.683c0-1.102 1.152-2.152 1.728-2.54 1.728-.516 2.332.431 2.764.819.346.31.346 1.908.303 2.668-.303.33-1.123 1.059-1.987 1.334-.864.276-1.973.115-2.42 0-.13-.301-.388-1.18-.388-2.28Zm-1.599 6.5.26 2.625c.064.652.993 1.162 2.03 1.248.829.07 1.756-.803 2.116-1.248-.1-.875-.31-2.677-.345-2.883-.043-.259-1.296-.904-2.117-.947-.657-.035-1.57.789-1.944 1.205Zm38.095-12.596c-.246-.63.103-1.877.308-2.422.826-1.42 1.876-1.816 2.341-1.638-.344 1.446-.886 4.929-1.477 5.628-.699.056-.864-.779-1.172-1.568Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M60.635 38.291c1.21-.146 1.68-.548 2.172-1.27.49-.722.326-1.08.326-1.08l2.016-1.415c-.733-1.14-2.132-1.572-2.818-1.734-1.506-.356-2.91-.183-4.376 0-1.466.182-2.2 1.689-2.429 2.556-.224.848 1.22 2.24 1.833 2.602 1.067.63 2.067.487 3.276.341Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M59.33 32.543c.59-.022 1.558.426 1.968.653H59.63c-.656 0-2.598.327-3.336.49.602-1.143 2.297-1.116 3.035-1.143Z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Components" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M78.122 101.677s.094.06.136.094a1.33 1.33 0 0 1-.212-.17c.025.025.042.051.076.068v.008Zm.756.503c-.076-.043-.144-.086-.22-.128.067.042.144.085.22.128Zm.646.323s.025 0 .034.017c-.017 0-.034-.009-.051-.017h.017Zm.968.333c-.05-.017-.085-.026-.136-.043.043.017.094.026.136.043Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M56.911 77.94h-.008l-1.3.63a.419.419 0 0 0-.186.148.25.25 0 0 0-.029.16.4.4 0 0 0 .066.157.7.7 0 0 0 .111.132c.103.107.256.181.445.247.19.066.4.12.634.19.23.065.469.143.7.254.23.107.448.251.637.44.116.12.194.24.227.359a.535.535 0 0 1-.017.35.843.843 0 0 1-.169.25l-.213.038a6.788 6.788 0 0 1-2.297-.082 4.988 4.988 0 0 1-.971-.305 2.233 2.233 0 0 1-.684-.449c-.193-.197-.267-.362-.284-.502a.623.623 0 0 1 .095-.37c.058-.107.136-.206.16-.305.025-.099.017-.193-.086-.3a1.258 1.258 0 0 0-.21-.173 1.286 1.286 0 0 0-.345-.169 2.186 2.186 0 0 0-.498-.107 3.2 3.2 0 0 0-.675.02l-7.907 1.083-.02-.02-1.182.621 9.092 9.512-.02.008H52l.013.008.053-.02 17.187-2.647 3.573-.547h.004l15.94-2.453 3.647-.56h.02l1.684-.56h-.033v.004h-.02l-9.34-8.91h.009L75.7 65.449l-19.604 2.38-.008-.01-1.26.725 3.22 3.219c-.05 0-.1-.009-.149-.013-.222-.024-.457-.065-.708-.103a7.033 7.033 0 0 0-.856-.082 7 7 0 0 0-1.123.058 4.203 4.203 0 0 0-.955.222 1.816 1.816 0 0 0-.61.362c-.02.02-.032.037-.049.058.012-.013.017-.029.029-.041.086-.09.197-.173.337-.251l-1.25.687c-.14.074-.252.156-.334.247a.665.665 0 0 0-.157.26 1.17 1.17 0 0 0-.23-.091 3.445 3.445 0 0 0-.465-.095 6.786 6.786 0 0 0-.432-.041c-.05 0-.09-.004-.14-.004h-.132a1.27 1.27 0 0 0-.123.008c-.041 0-.079.008-.12.012l-.16.025c-.054.012-.103.02-.157.033l-.16.037a3.214 3.214 0 0 0-.165.041c-.057.017-.115.029-.169.041-.057.017-.119.03-.18.041a8.919 8.919 0 0 1-.198.037c-.07.013-.14.025-.218.033-.087.009-.173.021-.272.03a6.675 6.675 0 0 1-.65.016c-.124 0-.255-.009-.391-.013a6.989 6.989 0 0 1-1.157-.164 4.466 4.466 0 0 1-.93-.317c-.263-.128-.477-.272-.617-.428-.14-.157-.214-.321-.202-.49a.518.518 0 0 1 .066-.214c.057-.012.111-.029.173-.037a5.216 5.216 0 0 1 .691-.095c.099-.008.198-.012.3-.016h.313c.108 0 .21.004.322.012a7.48 7.48 0 0 1 1.14.148c.304.066.535.144.745.218.21.075.39.149.584.21.193.062.4.107.654.12.054 0 .107.008.173.008h.198c.066 0 .14 0 .206-.008.065-.008.135-.013.201-.02.046-.005.087-.013.132-.021.041-.009.086-.017.123-.03.037-.012.074-.02.111-.036.037-.013.066-.03.1-.046l1.197-.674s.016-.005.02-.009a.38.38 0 0 0 .145-.12.317.317 0 0 0 .057-.164l.148-3.383-22.67-1.42v-.02l-.995.761-1.107 9.376-.025.016h.025v.013l.016-.009 8.66.461c.28.013.494.05.658.099.169.05.288.111.37.177.083.066.132.14.157.21.025.07.025.132.025.185a.191.191 0 0 1-.025.082l-.025.037-.852.498a1.447 1.447 0 0 0-.185.124 1.076 1.076 0 0 0-.156.148.733.733 0 0 0-.169.403c-.012.173.053.346.194.507.14.16.353.308.621.436.267.132.588.239.95.325a6.833 6.833 0 0 0 1.511.169c.111 0 .214 0 .325-.008.107-.004.21-.013.313-.021a5.934 5.934 0 0 0 .671-.099c.12-.025.235-.053.346-.086a2.92 2.92 0 0 0 .304-.107c.095-.037.185-.078.268-.124.362-.197.732-.39 1.095-.588.032-.017.07-.03.098-.046.17-.09.3-.197.395-.308a.653.653 0 0 0 .161-.367.707.707 0 0 0-.169-.506 1.763 1.763 0 0 0-.424-.35c-.152-.098-.313-.189-.428-.28a.439.439 0 0 1-.164-.201c.04 0 .086 0 .135.004l8.454.449 1.235-.634h.008v-.004l.013-.009h-.013l.14-3.173c.157.144.362.272.61.383.275.123.592.222.942.296a6.672 6.672 0 0 0 2.646.025 3.602 3.602 0 0 0 .601-.173c.078-.033.148-.062.21-.094.337-.173.679-.346 1.017-.52.037-.007.07-.011.11-.02.108-.012.248-.028.4-.037.148-.008.317-.004.481.013.165.016.33.049.482.103a1.015 1.015 0 0 1 .39.235l2.935 2.93-5.856.802a1.724 1.724 0 0 0-.54.144M53.467 72.5v.008-.008Zm.075-.157s-.017.025-.021.037c.008-.012.012-.025.02-.037Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m67.093 38.257 1.642 7.976 1.58-1.28-1.67-8.059-1.552 1.363Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M70.316 44.944c.028.132.037.251.037.358a.924.924 0 0 1-.152.506.748.748 0 0 1-.157.165l-1.572 1.268a.854.854 0 0 0 .156-.165.718.718 0 0 0 .107-.218 1.12 1.12 0 0 0 .045-.284 1.402 1.402 0 0 0-.037-.354l1.577-1.276m1.174 5.684a1.53 1.53 0 0 0-.272-.617 1.189 1.189 0 0 0-.42-.337 1.675 1.675 0 0 0-.868-.128.855.855 0 0 0-.309.074c-.045.02-.09.041-.131.066a1.23 1.23 0 0 0-.12.082l-1.383 1.083a2.53 2.53 0 0 1-.32.098c-.137.03-.28.054-.441.066a2.79 2.79 0 0 1-1.12-.14 3.29 3.29 0 0 1-1.008-.551 3.545 3.545 0 0 1-.782-.877 3.302 3.302 0 0 1-.444-1.115 2.98 2.98 0 0 1-.058-.758c.012-.242.058-.473.128-.695a2.426 2.426 0 0 1 .736-1.095l-1.527 1.28c-.168.14-.317.305-.436.486a2.46 2.46 0 0 0-.292.6 2.756 2.756 0 0 0-.07 1.436c.078.4.235.767.436 1.104.21.334.47.626.774.864.3.243.638.424.996.544a2.823 2.823 0 0 0 1.547.074c.132-.029.256-.066.363-.111.11-.041.21-.09.3-.144a2.36 2.36 0 0 0 .247-.17c.407-.32.815-.633 1.218-.954a.96.96 0 0 1 .115-.02c.112-.009.252-.013.4 0 .148.016.308.053.457.127.152.07.296.177.415.333.03.038.058.083.087.128.078.132.144.296.185.486l1.68 8.149 1.629-1.14-1.708-8.236h-.008l.004.008Zm-8.043-6.494-1.51 1.297a.74.74 0 0 1-.24.14.695.695 0 0 1-.13.037c-.046.008-.091.016-.137.016h-.206c-.065 0-.135-.016-.201-.029a2.197 2.197 0 0 1-.19-.045c-.061-.016-.115-.037-.164-.053a1.419 1.419 0 0 1-.576-.404c-.16-.177-.3-.382-.465-.592a4.085 4.085 0 0 0-.618-.65 3.452 3.452 0 0 0-1.033-.569 2.866 2.866 0 0 0-.304-.094 4.008 4.008 0 0 0-.305-.062 2.542 2.542 0 0 0-.3-.029h-.293a2.656 2.656 0 0 0-.415.062 2.213 2.213 0 0 0-.395.128 2.324 2.324 0 0 0-.363.189 2.697 2.697 0 0 0-.325.247l1.449-1.325c.103-.095.21-.177.325-.252a2.613 2.613 0 0 1 .761-.317 2.45 2.45 0 0 1 .72-.061c.1.008.203.012.301.029a2.958 2.958 0 0 1 .613.156c.445.165.778.362 1.042.572.263.214.453.437.621.655.169.218.313.423.47.6a1.466 1.466 0 0 0 .748.466 2.142 2.142 0 0 0 .391.074c.066 0 .14.008.21 0 .046 0 .091-.009.136-.017a.78.78 0 0 0 .132-.037.563.563 0 0 0 .123-.057c.037-.025.079-.05.116-.083"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M56.755 42.401a2.36 2.36 0 0 1 1.09-.568 2.46 2.46 0 0 1 .717-.061c.099.008.202.012.3.029a2.963 2.963 0 0 1 .613.156c.445.165.778.362 1.042.572.263.214.452.436.621.654.169.219.313.424.47.601.16.177.341.321.584.412a2.145 2.145 0 0 0 .556.128c.065.004.14.008.21 0 .045 0 .09-.009.135-.017a.794.794 0 0 0 .255-.095c.038-.024.079-.049.116-.082-.502.432-1.009.864-1.51 1.297a.74.74 0 0 1-.116.082c-.041.025-.082.041-.123.057a.695.695 0 0 1-.132.038.769.769 0 0 1-.136.016h-.206c-.066 0-.136-.016-.202-.029a2.507 2.507 0 0 1-.189-.045c-.062-.017-.115-.037-.164-.054a1.389 1.389 0 0 1-.577-.407c-.16-.177-.3-.383-.465-.593a4.085 4.085 0 0 0-.617-.65 3.456 3.456 0 0 0-1.033-.568 2.889 2.889 0 0 0-.305-.095 4.008 4.008 0 0 0-.304-.061 2.585 2.585 0 0 0-.593-.025 2.656 2.656 0 0 0-.416.062 2.213 2.213 0 0 0-.395.127 2.324 2.324 0 0 0-.362.19 2.707 2.707 0 0 0-.325.246l1.449-1.325m19.421 40.083L96.5 79.82l1.885-.901-20.509 2.655-1.712.9ZM65.23 67.08l-1.565 1.065a2.468 2.468 0 0 0 .93-1.19 2.98 2.98 0 0 0 .177-.785c.025-.28.004-.564-.053-.856a3.68 3.68 0 0 0-.412-1.128 3.997 3.997 0 0 0-.555-.716c-.194-.202-.37-.367-.523-.556a1.424 1.424 0 0 1-.317-.646 2.236 2.236 0 0 1-.045-.321 1.823 1.823 0 0 1 .008-.366c.016-.124.05-.247.103-.359a.76.76 0 0 1 .247-.292l1.547-1.144a.843.843 0 0 0-.247.297 1.1 1.1 0 0 0-.107.362 1.836 1.836 0 0 0-.008.366c.008.12.025.23.045.325.054.264.17.461.321.65.153.19.342.363.527.56.19.202.391.424.56.725.173.3.325.662.416 1.14a2.976 2.976 0 0 1-.124 1.658 2.622 2.622 0 0 1-.383.68c-.16.205-.35.382-.56.522"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M64.767 59.794a.844.844 0 0 0-.247.297 1.1 1.1 0 0 0-.107.362 1.878 1.878 0 0 0-.008.37c.008.12.025.23.045.325.054.264.17.461.321.65.153.19.342.363.527.56.19.202.391.424.56.725.173.3.325.662.416 1.14a2.976 2.976 0 0 1-.124 1.658 2.739 2.739 0 0 1-.379.68c-.16.205-.35.382-.56.522l-1.563 1.066c.214-.144.395-.32.555-.519.161-.201.284-.427.375-.67.095-.247.152-.507.177-.786a3.579 3.579 0 0 0-.47-1.984 3.997 3.997 0 0 0-.555-.716c-.193-.202-.374-.367-.523-.556a1.467 1.467 0 0 1-.316-.646 2.236 2.236 0 0 1-.046-.321 1.823 1.823 0 0 1 .008-.367c.017-.123.05-.246.103-.358a.76.76 0 0 1 .247-.292l1.548-1.144"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m51.318 55.188 7.968 2.79 1.51-1.184-8.045-2.832-1.433 1.222v.004Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M51.676 54.09a.96.96 0 0 1 .102-.078.658.658 0 0 1 .12-.062.79.79 0 0 1 .28-.07h.127c.041.004.09.004.14.012a1.496 1.496 0 0 1 .317.078l-1.428 1.223a1.74 1.74 0 0 0-.309-.078c-.045-.005-.094-.013-.14-.013h-.127a.85.85 0 0 0-.28.07c-.041.02-.078.037-.115.062a.96.96 0 0 0-.103.078l1.416-1.218v-.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m42.913 29.498-5.412 20.88 1.288-1.297L44.226 28l-1.313 1.498Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M50.531 60.041a2.773 2.773 0 0 1-.724.296 2.523 2.523 0 0 1-.4.066 2.778 2.778 0 0 1-.947-.066 3.448 3.448 0 0 1-1.4-.708 3.593 3.593 0 0 1-.776-.934 3.19 3.19 0 0 1-.4-1.128 2.969 2.969 0 0 1 .042-1.189 3.62 3.62 0 0 1 .156-.486c.062-.144.128-.275.198-.39.029-.046.057-.079.086-.12l1.169-1.037c.045-.041.086-.078.123-.124.038-.04.075-.09.108-.135.032-.05.061-.103.086-.157.025-.058.045-.12.062-.185.029-.12.057-.268.061-.428.009-.16 0-.334-.053-.502a1.126 1.126 0 0 0-.28-.486 1.497 1.497 0 0 0-.597-.37l-8.272-2.91-1.289 1.296 8.19 2.865c.264.09.453.218.59.366.14.148.226.313.275.478.05.168.062.341.053.498-.008.16-.036.304-.061.42a1.038 1.038 0 0 1-.062.18c-.012.03-.029.054-.041.079l-1.054.938c-.082.07-.16.152-.239.243a2.24 2.24 0 0 0-.222.304c-.07.116-.135.243-.193.383a3.013 3.013 0 0 0-.202 1.663c.062.387.202.765.4 1.115a3.387 3.387 0 0 0 1.835 1.531 3.11 3.11 0 0 0 .95.165c.104 0 .206 0 .305-.012a2.77 2.77 0 0 0 .766-.185 2.708 2.708 0 0 0 .663-.396c.469-.386.946-.773 1.415-1.16a2.223 2.223 0 0 1-.32.222Zm27.337 21.533-1.708.902-21.595 2.815 1.506-.893 21.793-2.82.004-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m56.076 84.398-1.507.894-4.391-23.246 1.424-1.152 4.474 23.5v.004Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m88.685 35.693 4.75 21.262-7.352.696a1.1 1.1 0 0 1-1.029-.428 1.788 1.788 0 0 1-.246-.437 2.683 2.683 0 0 1-.124-.416 1.226 1.226 0 0 1 .037-.662c.066-.206.165-.395.26-.613.094-.218.185-.461.226-.77a3.211 3.211 0 0 0-.066-1.124 3.422 3.422 0 0 0-1.202-1.938 3.15 3.15 0 0 0-.967-.535 2.716 2.716 0 0 0-1.074-.14 2.235 2.235 0 0 0-1.696.992c-.185.28-.317.6-.379.955a2.93 2.93 0 0 0 .03 1.132c.098.456.246.814.41 1.102.17.289.363.507.544.704.185.198.366.362.51.548.149.185.264.378.317.633.025.12.05.268.058.42.008.157 0 .321-.053.465a.843.843 0 0 1-.26.4.994.994 0 0 1-.56.205l-7.642.72-1.704-8.214a1.488 1.488 0 0 0-.276-.63 1.191 1.191 0 0 0-.42-.338 1.468 1.468 0 0 0-.46-.127 1.688 1.688 0 0 0-.408 0 1 1 0 0 0-.577.243c-.16.131-.304.3-.465.465a2.408 2.408 0 0 1-.617.477 2.699 2.699 0 0 1-1.033.284 2.787 2.787 0 0 1-1.12-.14 3.31 3.31 0 0 1-1.008-.551 3.537 3.537 0 0 1-.782-.877 3.22 3.22 0 0 1-.444-1.115 2.843 2.843 0 0 1-.009-1.149c.075-.362.21-.683.408-.963a2.355 2.355 0 0 1 1.778-.987c.44-.033.802.02 1.111.11.309.091.56.231.79.367.23.136.433.28.638.379.206.098.416.164.655.144.115-.009.25-.03.39-.066.14-.037.28-.099.396-.194a.79.79 0 0 0 .271-.386 1.25 1.25 0 0 0 .009-.647l-1.667-8.038 20.047-1.23v.008l.005.004Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M81.89 50.591c.362-.029.728.02 1.074.14a3.342 3.342 0 0 1 1.725 1.387c.205.33.362.696.444 1.087.099.453.107.819.066 1.123a2.882 2.882 0 0 1-.227.77c-.094.222-.197.412-.259.613a1.27 1.27 0 0 0-.037.663c.025.12.066.263.124.415.057.153.14.305.247.437.107.136.242.255.411.333.169.078.37.115.618.095l7.35-.696 4.91 21.987-20.45 2.646-1.762-8.503a1.424 1.424 0 0 1 0-.675.814.814 0 0 1 .263-.412c.115-.103.255-.172.387-.222.136-.05.276-.074.39-.086.244-.03.458.028.668.123.21.095.415.235.646.37.23.136.481.268.79.354.309.087.659.128 1.095.079.383-.046.72-.17 1.016-.358.297-.19.54-.44.729-.733.19-.296.32-.634.383-1.004a3.128 3.128 0 0 0-.033-1.17A3.55 3.55 0 0 0 82 68.232a3.425 3.425 0 0 0-.774-.872c-.3-.243-.634-.42-.992-.535a2.63 2.63 0 0 0-1.103-.12c-.432.05-.761.165-1.016.313s-.449.33-.61.506c-.164.181-.304.354-.46.486a1.023 1.023 0 0 1-.573.263 1.912 1.912 0 0 1-.415 0 1.396 1.396 0 0 1-.465-.123 1.08 1.08 0 0 1-.416-.338 1.56 1.56 0 0 1-.276-.633l-1.724-8.318 7.643-.72c.25-.025.428-.1.56-.206a.802.802 0 0 0 .259-.395c.045-.153.057-.317.053-.465a1.89 1.89 0 0 0-.057-.424 1.464 1.464 0 0 0-.317-.634c-.148-.185-.33-.35-.51-.548a3.684 3.684 0 0 1-.544-.703 3.556 3.556 0 0 1-.411-1.103 2.928 2.928 0 0 1-.03-1.132c.062-.354.19-.675.375-.955a2.24 2.24 0 0 1 1.696-.992v.008h-.004Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m73.168 58.876 1.724 8.322c.058.276.157.482.28.642.124.16.272.268.428.337.157.07.317.108.465.12.153.012.293.008.408-.004.247-.029.428-.128.592-.268.165-.14.31-.313.47-.49a2.51 2.51 0 0 1 .609-.502 2.578 2.578 0 0 1 1.008-.312 2.66 2.66 0 0 1 1.095.123c.354.115.687.3.984.535a3.471 3.471 0 0 1 1.218 1.988c.086.403.094.798.033 1.165-.062.366-.19.704-.379 1a2.351 2.351 0 0 1-1.72 1.095c-.436.05-.786.008-1.095-.078a3.385 3.385 0 0 1-.786-.35c-.23-.136-.436-.272-.642-.37a1.193 1.193 0 0 0-.655-.128 2.108 2.108 0 0 0-.411.086 1.15 1.15 0 0 0-.408.218.854.854 0 0 0-.275.416c-.054.181-.062.4 0 .679l1.761 8.503-21.793 2.82-4.474-23.502 8.141-.77a1.29 1.29 0 0 1 .663.095c.181.083.321.206.432.346.115.14.194.3.255.453.062.156.1.309.124.428.053.263.016.477-.054.691-.07.215-.189.416-.296.647a2.92 2.92 0 0 0-.263.81c-.05.322-.054.704.04 1.19a3.455 3.455 0 0 0 1.252 2.041c.313.247.658.432 1.033.548.37.115.757.16 1.148.119a2.5 2.5 0 0 0 1.054-.354c.309-.19.564-.44.765-.737.202-.3.342-.638.408-1.012.07-.375.07-.77-.013-1.185a3.723 3.723 0 0 0-.415-1.14 3.947 3.947 0 0 0-.56-.725c-.193-.202-.379-.374-.527-.56a1.51 1.51 0 0 1-.32-.65 2.605 2.605 0 0 1-.05-.436c-.004-.16.012-.33.062-.482a.81.81 0 0 1 .28-.407c.14-.111.333-.19.588-.214l7.824-.741h-.008Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m44.206 28.042 21.253 7.96-1.704 7.565c-.033.14-.078.259-.131.358a.738.738 0 0 1-.194.234.918.918 0 0 1-.239.136.974.974 0 0 1-.259.054h-.21c-.07 0-.136-.017-.201-.03-.066-.012-.128-.028-.19-.044-.061-.017-.115-.038-.164-.054a1.495 1.495 0 0 1-.585-.412c-.164-.177-.304-.386-.469-.6a3.97 3.97 0 0 0-.621-.655 3.458 3.458 0 0 0-1.042-.572 2.958 2.958 0 0 0-.308-.095 4.458 4.458 0 0 0-.305-.061 2.46 2.46 0 0 0-.3-.03c-.1-.003-.198 0-.297 0a2.472 2.472 0 0 0-1.416.556 2.401 2.401 0 0 0-.502.577 2.48 2.48 0 0 0-.308.749 2.92 2.92 0 0 0-.033 1.148c.061.383.201.749.399 1.09.197.342.449.65.753.91a3.384 3.384 0 0 0 1.416.725c.12.028.23.053.337.066.107.012.206.024.305.028s.185 0 .276 0c.078 0 .152-.016.226-.029.074-.012.144-.028.21-.04a1.48 1.48 0 0 0 .194-.054c.061-.02.123-.037.185-.058.061-.02.119-.041.177-.057l.172-.054c.058-.016.112-.029.17-.041.057-.012.11-.02.168-.025h.12c.04.004.082 0 .123.008.041.009.082.013.127.025.046.013.087.025.132.041.115.041.255.103.4.181.143.079.283.186.407.313.123.128.222.288.276.47.053.185.065.407.008.662l-1.77 7.84L52.762 54a1.454 1.454 0 0 0-.164-.05c-.054-.012-.103-.024-.153-.028-.05 0-.094-.013-.14-.013h-.127a.868.868 0 0 0-.4.132c-.11.07-.201.165-.275.264a1.305 1.305 0 0 0-.173.325 3.345 3.345 0 0 0-.099.313c-.058.25-.029.473.041.703.07.23.181.461.284.72.103.26.202.544.247.877.046.334.037.716-.07 1.177-.07.288-.18.552-.325.786-.144.235-.32.44-.523.614a2.679 2.679 0 0 1-1.782.626 2.778 2.778 0 0 1-.638-.079 3.447 3.447 0 0 1-1.4-.708 3.59 3.59 0 0 1-.777-.934 3.188 3.188 0 0 1-.4-1.128 3.047 3.047 0 0 1 .042-1.19c.115-.46.28-.79.465-1.045.19-.255.403-.432.605-.584.206-.152.4-.28.564-.428a1.1 1.1 0 0 0 .35-.572c.029-.12.057-.268.062-.428.004-.16 0-.334-.054-.502a1.17 1.17 0 0 0-.28-.486 1.52 1.52 0 0 0-.605-.375l-8.252-2.901 5.42-21.044Z"/>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Spot-Dialog" xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none" viewBox="0 0 128 128">
|
|
2
|
+
<rect width="128" height="55" y="40" fill="var(--sapContent_Illustrative_Color20)" rx="8"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M82.353 79.457c.387.406.547.78.483 1.106-.068.326-.374.603-.897.816-.522.213-1.27.358-2.251.414l5.391 2.835c.097.048.17.096.226.14a.557.557 0 0 1 .116.129c.028.044.024.08.012.113a.238.238 0 0 1-.096.092c-.02.008-.044.016-.06.024 0 0-.009.004-.017.004 0 0-.008 0-.008.004l-1.266.398a.412.412 0 0 1-.069.016l-.076.012c-.024 0-.052.008-.08.012-.028 0-.06.004-.093.008h-.273c-.036 0-.064 0-.1-.008-.013 0-.025-.004-.033-.004-.06-.008-.129-.012-.189-.02-.076-.012-.149-.02-.225-.036h-.004l-15.314-2.83-3.627.144.085.045c.836.45 1.431.884 1.789 1.29.354.406.474.78.362 1.102-.113.325-.462.599-1.033.808-.016.004-.029.012-.049.016l-1.025.386a3.853 3.853 0 0 1-.55.16c-.02.005-.045.013-.069.017-.076.016-.157.036-.237.048a1.94 1.94 0 0 1-.065.012c-.036.008-.068.016-.104.02a7.345 7.345 0 0 1-.651.085c-.23.024-.483.036-.736.052l-8.387.39-3.192 3.269a.398.398 0 0 1-.08.052c-.013.008-.037.012-.057.02H49.9c-.004.004-.008.008-.024.012-.024.012-.052.02-.084.032-.025.012-.053.02-.08.032-.029.008-.053.02-.085.033-.025.012-.053.02-.085.032-.024.012-.052.02-.084.032-.024.012-.052.02-.085.032-.024.012-.056.02-.08.032a.721.721 0 0 0-.084.032c-.025.012-.057.02-.085.033-.024.012-.056.02-.084.032a.12.12 0 0 1-.04.016c-.013.004-.025.012-.04.016-.04.012-.061.02-.097.028h-.008a1.282 1.282 0 0 1-.056.012h-.029a.994.994 0 0 1-.213.024h-.285a1.96 1.96 0 0 1-.153-.008c-.056-.004-.113-.012-.169-.016a4.576 4.576 0 0 1-.398-.064 4.224 4.224 0 0 1-.724-.21 1.884 1.884 0 0 1-.285-.136l-5.058-2.798c-.611.02-1.262 0-1.93-.036h-.052c-.068 0-.137-.009-.209-.013a35.55 35.55 0 0 1-.88-.072c-.077-.008-.15-.012-.222-.02-.068-.008-.132-.012-.2-.02-.11-.012-.222-.028-.338-.04-.06-.008-.121-.012-.177-.02a35.6 35.6 0 0 1-3.217-.555l-.462-.109c-.08-.02-.165-.036-.245-.056-.153-.036-.31-.076-.463-.117-.104-.028-.205-.052-.31-.08-.22-.06-.441-.12-.659-.181-.132-.04-.269-.076-.402-.117-.008 0-.016-.004-.024-.008l-.346-.108a32.25 32.25 0 0 1-.438-.145l-.185-.06-.1-.036a18.492 18.492 0 0 1-.66-.242c-.06-.024-.124-.048-.18-.072a17.034 17.034 0 0 1-.362-.145c-.029-.012-.049-.02-.077-.036-.543-.23-1.053-.47-1.5-.72l-8.965-5.005a7.251 7.251 0 0 1-1.134-.764l-.016-.012s-.028-.024-.036-.036a2.41 2.41 0 0 1-.205-.193c-.02-.02-.04-.044-.064-.065-.06-.064-.109-.124-.161-.184-.012-.013-.028-.029-.032-.045-.02-.028-.033-.052-.049-.076s-.036-.048-.048-.073c-.008-.011-.012-.024-.02-.036-.016-.036-.036-.072-.052-.108-.012-.036-.029-.069-.037-.105-.008-.028-.024-.06-.028-.088-.012-.04-.008-.077-.012-.113v-.04c0-.096 0-.197.04-.285.013-.04.04-.08.065-.121a.978.978 0 0 1 .213-.265c.012-.017.04-.037.052-.053.008-.008.02-.016.032-.024a.356.356 0 0 1 .057-.052c.02-.012.04-.036.06-.052.008-.008.024-.02.028-.028.016-.017.044-.037.06-.053l.02-.02.097-.084.032-.028c.016-.017.044-.037.06-.057.005-.004.013-.012.02-.016l.033-.028c.237-.23.619-.426 1.137-.575.664-.193 1.548-.313 2.654-.342l13.57-.377-1.235-.672a7.842 7.842 0 0 1-1.242-.808c-.318-.261-.547-.51-.68-.748-.14-.237-.185-.458-.145-.663.04-.205.17-.39.378-.555l.483-.378c.22-.257.61-.478 1.174-.643.671-.19 1.576-.306 2.697-.33l3.808-.076 1.745-.037 15.044-.31h.013a24.952 24.952 0 0 1 3.45.19 36.23 36.23 0 0 1 3.73.643 36.72 36.72 0 0 1 3.578.99c1.118.377 2.147.795 3.004 1.246l9.484 4.949c.856.446 1.476.88 1.866 1.282l-.017-.008Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M93.632 61.3c-.19.121-.39.234-.591.33a6.978 6.978 0 0 1-1.295.479 8.07 8.07 0 0 1-.704.14l-.048.009.129.579c.04-.017.056-.025.096-.045.201-.096.398-.209.583-.325l1.83-1.162V61.3Zm-1.488 9.534a.652.652 0 0 1-.093.044 1.38 1.38 0 0 1-.096.033c-.028.008-.064.016-.097.024a.44.44 0 0 1-.1.016c-.06.004-.12.004-.185.004-.064 0-.125-.012-.19-.024a.863.863 0 0 1-.188-.06 1.14 1.14 0 0 1-.185-.093h-.008L79.318 63.42l.032-.02h-.052v.004l-5.685.551.201.961 3.824-.374 11.539 7.293h.008c.056.033.12.06.177.085.052.02.108.04.16.052.008 0 .016.008.024.012.029.008.06.012.093.016.032.004.06.008.093.008h.092c.028 0 .06-.004.088-.004.032-.004.069-.008.1-.016.033-.008.07-.016.097-.024.029-.008.06-.02.093-.032a.668.668 0 0 0 .092-.044l1.838-1.046c-.024.012-.049.029-.077.037l.077-.045h.012ZM56.345 38.56c.181-.614.43-1.194.744-1.724a7.013 7.013 0 0 1 1.126-1.44h-.004l-1.48 1.456c-.43.422-.804.9-1.117 1.427a7.372 7.372 0 0 0-.74 1.709 7.872 7.872 0 0 0-.314 1.926A8.85 8.85 0 0 0 54.725 44h.004l.354 1.814 1.709-.201-.596-3.008a8.758 8.758 0 0 1-.164-2.098c.028-.68.132-1.331.313-1.946Zm9.79 36.786-8.95 1.009.921-.985 9.633-1.078h.016l.025-.004c.124-.016.229-.028.35-.048.466-.125.936-.21 1.39-.374.145-.056.286-.117.423-.177.068-.032.128-.064.197-.096.164-.085.325-.173.482-.27l-1.54.99c-.213.14-.434.26-.663.373l-.105.044-.092.045c-.1.044-.201.088-.306.128a.62.62 0 0 1-.08.028c-.044.017-.089.04-.133.057-.25.088-.502.16-.764.22-.261.065-.53.097-.804.133v.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M46.33 58.326a2.838 2.838 0 0 0-1.057-.12h-.008a2.274 2.274 0 0 0-.98.293 2.345 2.345 0 0 0-1.134 1.552 2.652 2.652 0 0 0-.013 1.07 3.09 3.09 0 0 0 2.07 2.344c.343.108.7.152 1.066.116a2.4 2.4 0 0 0 .986-.306 2.3 2.3 0 0 0 .723-.65c.19-.266.326-.576.398-.906.073-.33.08-.691.008-1.065a3.053 3.053 0 0 0-1.117-1.825 2.936 2.936 0 0 0-.937-.503h-.004Zm9.058-.736a2.76 2.76 0 0 0-1.057-.12h-.008a2.275 2.275 0 0 0-.981.293 2.348 2.348 0 0 0-1.134 1.552 2.653 2.653 0 0 0-.012 1.07c.073.374.21.723.402 1.033a3.093 3.093 0 0 0 1.669 1.31c.341.11.7.153 1.065.117a2.4 2.4 0 0 0 .985-.305 2.3 2.3 0 0 0 .724-.652 2.48 2.48 0 0 0 .398-.904c.072-.33.08-.692.008-1.066a3.05 3.05 0 0 0-.402-1.025 3.091 3.091 0 0 0-1.653-1.303h-.004Zm8.958-.86a2.77 2.77 0 0 0-1.062-.12h-.008a2.274 2.274 0 0 0-.981.293 2.346 2.346 0 0 0-1.134 1.552 2.65 2.65 0 0 0-.012 1.07c.073.373.21.723.402 1.033a3.09 3.09 0 0 0 1.669 1.31c.342.109.7.153 1.065.117.366-.032.696-.14.985-.306a2.3 2.3 0 0 0 .724-.651 2.47 2.47 0 0 0 .398-.905c.072-.33.08-.691.008-1.065a3.053 3.053 0 0 0-1.118-1.825 2.937 2.937 0 0 0-.936-.503Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M47.331 84.125h.004l.005-.004-.009.004Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m32.862 57.068 2.287 12.901a9.02 9.02 0 0 0 .543 1.858l.032.088c.053.125.109.246.165.366.028.064.056.129.089.193.104.21.217.414.337.615.02.032.037.065.053.097.032.052.068.1.1.153.08.124.16.249.25.37.064.092.128.188.2.28l.012.021c.08.105.165.201.246.302.132.16.27.317.414.47l.2.213c.101.1.202.201.306.297.057.053.113.101.17.15.108.092.208.192.32.28a9.383 9.383 0 0 0 2.474 1.428c.052.02.1.04.152.056.093.037.185.077.282.109.056.02.116.032.173.048.064.02.128.036.193.056.257.073.518.137.784.185.064.012.124.028.189.037.016 0 .032 0 .048.003.619.101 1.25.137 1.885.093l1.323 7.209a1.283 1.283 0 0 0 .293.647 1.3 1.3 0 0 0 .57.406c.05.016.098.032.146.044.044.012.097.016.141.024a.737.737 0 0 0 .14.009c.053 0 .097-.004.146-.008a.762.762 0 0 0 .244-.06c.009 0 .013-.005.02-.005.005-.004.009-.004.017-.008.024-.012.048-.02.072-.032.004 0 .008-.004.012-.008a1.25 1.25 0 0 0 .133-.073c.02-.011.04-.028.06-.04.02-.012.04-.028.065-.04a2.16 2.16 0 0 1 .124-.08c.04-.024.085-.057.125-.08.04-.025.084-.053.125-.081.04-.028.084-.052.124-.08.04-.029.085-.053.125-.08.04-.03.084-.053.124-.081.04-.028.085-.053.125-.08.04-.029.084-.053.125-.081a2.15 2.15 0 0 1 .124-.08c.04-.025.085-.057.125-.081.02-.012.024-.02.048-.032-.008.004 0 0-.008 0a1.451 1.451 0 0 1-.136.068 1.421 1.421 0 0 1-.273.076.597.597 0 0 1-.093.009h-.145c-.024 0-.048 0-.072-.008-.02 0-.045-.008-.065-.013a2.265 2.265 0 0 0-.068-.011h-.012c-.048-.009-.097-.029-.145-.045-.08-.036-.153-.068-.225-.108a1.196 1.196 0 0 1-.213-.153c-.065-.052-.113-.12-.169-.185a1.434 1.434 0 0 1-.165-.261 1.792 1.792 0 0 1-.117-.35l-1.346-7.297a8.51 8.51 0 0 1-.845.016c-.345-.04-.691-.056-1.037-.105-.108-.016-.217-.04-.326-.06a10.407 10.407 0 0 1-.96-.241 11.157 11.157 0 0 1-.338-.117c-.129-.044-.253-.096-.378-.145-.097-.04-.197-.08-.294-.124a10.12 10.12 0 0 1-.59-.294c-.097-.052-.19-.108-.286-.165a5.708 5.708 0 0 1-.334-.205c-.104-.068-.213-.136-.313-.209-.109-.072-.21-.153-.314-.229-.076-.056-.153-.112-.23-.173-.068-.052-.132-.112-.196-.169a10.06 10.06 0 0 1-.33-.29 7.689 7.689 0 0 1-.51-.515 9.334 9.334 0 0 1-.656-.775c-.072-.092-.136-.189-.205-.285-.088-.129-.177-.257-.257-.39-.044-.072-.093-.145-.137-.217a9.613 9.613 0 0 1-1.194-3.18S34.132 55.78 34.136 55.78a8.479 8.479 0 0 1-.08-2.46 7.86 7.86 0 0 1 .265-1.323c.125-.414.282-.812.47-1.194l.025-.049c.056-.112.116-.225.177-.333.04-.077.088-.149.132-.221.08-.133.17-.266.258-.394l.144-.205c.065-.089.133-.173.201-.258.049-.06.1-.116.153-.173.056-.064.113-.128.169-.189l-.048.053s.032-.032.044-.053a.958.958 0 0 0-.048.057l-.1.108-.045.044c-.036.04-.093.097-.129.137-.02.024-.048.052-.076.08l-.201.214s-.032.032-.044.048c-.036.036-.093.092-.129.133-.016.02-.04.044-.064.068-.04.036-.089.096-.129.133-.04.036-.093.092-.129.132-.016.02-.04.044-.064.069-.036.04-.088.092-.125.132-.193.205-.37.422-.538.644l-.032.044c-.077.104-.157.205-.226.313a7.084 7.084 0 0 0-.474.849c-.044.096-.097.189-.137.285-.032.077-.056.153-.088.23a5.11 5.11 0 0 0-.1.265 4.865 4.865 0 0 0-.093.281.627.627 0 0 1-.032.093c-.017.06-.032.124-.049.185-.016.068-.04.132-.056.2-.008.037-.012.077-.02.113a6.3 6.3 0 0 0-.088.479l-.025.169c-.024.164-.04.33-.052.494 0 .028-.008.06-.008.088v.073c-.032.623 0 1.27.12 1.926h-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M61.922 45.263a8.032 8.032 0 0 1 3.148.426 9.317 9.317 0 0 1 2.802 1.552 9.946 9.946 0 0 1 2.175 2.44 9.469 9.469 0 0 1 1.254 3.096l2.043 9.874.124.604.15.7.224 1.085a8.921 8.921 0 0 1 .069 3.32 7.683 7.683 0 0 1-1.11 2.843 6.941 6.941 0 0 1-2.11 2.079 6.933 6.933 0 0 1-2.924 1.005l-9.657 1.077-8.43 9.408a1.118 1.118 0 0 1-.31.23c-.053.028-.117.048-.177.072a.715.715 0 0 1-.19.036c-.044 0-.096.008-.14.008-.044 0-.096 0-.14-.008a11.794 11.794 0 0 0-.15-.024 1.42 1.42 0 0 1-.724-.454 1.476 1.476 0 0 1-.192-.302 1.479 1.479 0 0 1-.113-.342l-1.347-7.297a8.607 8.607 0 0 1-3.309-.43 9.476 9.476 0 0 1-2.938-1.616 9.851 9.851 0 0 1-2.244-2.561 9.551 9.551 0 0 1-1.234-3.261L34.148 55.78a8.31 8.31 0 0 1 .076-3.374 7.537 7.537 0 0 1 1.327-2.826 7.217 7.217 0 0 1 2.336-1.994 7.687 7.687 0 0 1 3.112-.885l15.535-1.07.261-.015 1.452-.1 3.683-.25-.008-.004Zm2.263 16.653a2.178 2.178 0 0 0 1.608-.933c.181-.261.302-.559.366-.88a2.562 2.562 0 0 0-.012-1.034 3.051 3.051 0 0 0-1.098-1.78 2.898 2.898 0 0 0-.9-.491 2.52 2.52 0 0 0-1.01-.121 2.15 2.15 0 0 0-.928.29 2.22 2.22 0 0 0-.683.627 2.362 2.362 0 0 0-.374.88c-.069.326-.069.68.004 1.038.072.361.209.703.402 1.009.193.305.43.57.703.788.274.217.583.386.909.49.326.105.671.145 1.013.117ZM46.27 63.58c.366-.032.695-.145.985-.305a2.332 2.332 0 0 0 1.121-1.556c.073-.33.077-.696.009-1.066a2.954 2.954 0 0 0-.402-1.025 3.035 3.035 0 0 0-.716-.8 3.106 3.106 0 0 0-.937-.503 2.687 2.687 0 0 0-1.061-.12 2.376 2.376 0 0 0-.981.297 2.338 2.338 0 0 0-1.134 1.552 2.583 2.583 0 0 0-.012 1.07c.072.374.209.723.402 1.033a3.091 3.091 0 0 0 1.668 1.31c.342.11.7.153 1.066.117m9.062-.848a2.236 2.236 0 0 0 1.656-.945c.185-.265.314-.567.382-.892a2.63 2.63 0 0 0 0-1.05 2.889 2.889 0 0 0-.402-1.009 3.176 3.176 0 0 0-.707-.792 2.942 2.942 0 0 0-.917-.495 2.638 2.638 0 0 0-1.033-.12 2.282 2.282 0 0 0-.957.293 2.216 2.216 0 0 0-.704.636 2.445 2.445 0 0 0-.39.892c-.072.33-.076.688 0 1.053a3.098 3.098 0 0 0 1.114 1.822c.278.22.595.39.925.498a2.5 2.5 0 0 0 1.037.117"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M84.062 32.282a8.135 8.135 0 0 1 3.197.498 9.858 9.858 0 0 1 2.874 1.652c.873.716 1.64 1.58 2.256 2.55a10.15 10.15 0 0 1 1.339 3.208l2.89 12.753a9.083 9.083 0 0 1 .153 3.305 7.621 7.621 0 0 1-.993 2.842 6.695 6.695 0 0 1-1.982 2.103 6.585 6.585 0 0 1-2.802 1.061l1.612 7.306c.024.124.04.249.036.361a1.356 1.356 0 0 1-.056.334 1.045 1.045 0 0 1-.362.527c-.036.028-.076.052-.113.076-.036.02-.08.04-.12.06a.88.88 0 0 1-.262.06.715.715 0 0 1-.184 0c-.065 0-.125-.011-.19-.023a.854.854 0 0 1-.189-.06.99.99 0 0 1-.184-.093l-11.68-7.398-5.737.56-.145-.7-.125-.604-2.042-9.874a9.497 9.497 0 0 0-1.25-3.096 9.794 9.794 0 0 0-2.175-2.44 9.365 9.365 0 0 0-2.803-1.552 8.021 8.021 0 0 0-3.148-.426l-3.678.25-1.456.1-.595-3.008a8.8 8.8 0 0 1 0-3.477 7.438 7.438 0 0 1 1.283-2.895 6.937 6.937 0 0 1 2.327-2.014 7.372 7.372 0 0 1 3.136-.849l3.912-.2 1.794-.093 15.462-.8.012-.008-.012.004Z"/>
|
|
10
|
+
</svg>
|