@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,20 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartBullet" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.694 30.54-5.454c.19-.034.197-.302.012-.348l-19.15-4.77a1.764 1.764 0 0 0-.702-.033L.37 31.806a.436.436 0 0 0-.117.827l12.836 5.969c.215.1.458.133.694.09v.002Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.576 35.12-2.112 4.512 19.624c.031.132.036.262.021.382a.847.847 0 0 1-.111.33.757.757 0 0 1-.223.241.705.705 0 0 1-.314.118L10.39 34.414a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.125 1.125 0 0 1-.155-.409L5.341 11.576Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.882 6.256a.873.873 0 0 1 .34.054c.11.039.215.1.31.18a1.157 1.157 0 0 1 .39.622l.54 2.35-35.12 2.114-.454-2.612a.921.921 0 0 1 .013-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.15-1.66Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.411a1.067 1.067 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408l-3.815-21.89-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.716c.111.084.235.148.37.188.133.039.273.051.416.032l33.648-4.25.968-.467-33.954 4.255Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M34.613 18.856c.282-.023.544.194.603.494l1.655 8.584c.056.306-.117.576-.388.611l-2.029.25c-.285.027-.547-.19-.605-.49L32.19 19.69c-.059-.305.118-.573.391-.605l2.032-.227v-.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m28.542 28.951-1.776-9.221 3.064-.341 1.77 9.19c.059.305-.118.578-.394.614l-2.055.252c-.289.027-.553-.19-.612-.494h.003Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M22.547 12.63c.285-.027.555.199.614.502l1.876 9.745-3.102.356-1.882-9.778c-.059-.308.123-.579.406-.611l2.088-.215Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M18.941 22.656c.294-.026.565.197.62.5l1.297 6.737c.06.309-.12.588-.405.624l-2.106.258c-.297.027-.567-.194-.626-.5l-1.3-6.76c-.059-.312.127-.588.412-.62l2.108-.239Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M23.163 29.61 22.1 24.07l3.103-.359 1.062 5.521c.059.309-.12.585-.4.62l-2.083.254h-.017c-.277.023-.542-.195-.6-.497v.002Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M28.61 15.722c.282-.023.55.197.609.498l.45 2.34-3.068.339-.453-2.347c-.059-.306.118-.577.4-.606l2.059-.22.003-.004Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M29.972 18.528c.212-.017.412.147.456.37.044.23-.088.433-.297.457l-.3.032-3.065.341-.303.033c-.217.017-.417-.15-.461-.377-.044-.23.088-.435.3-.456l.306-.032 3.067-.338.303-.033-.006.003Zm-4.614 4.312c.206-.018.406.15.45.373.044.23-.091.436-.3.46l-.306.035-3.103.358-.309.036c-.217.017-.42-.147-.464-.377-.044-.232.094-.438.305-.462l.306-.035 3.103-.356.306-.035h.012v.003Zm-6.501-5.016c.22-.02.424.147.468.376.044.23-.094.439-.306.462l-3.768.412c-.22.02-.426-.15-.47-.38-.045-.232.094-.438.308-.461l3.768-.406v-.003ZM34.664 14.9c.21-.017.41.148.453.374.044.227-.088.43-.294.45l-3.63.391c-.211.018-.411-.147-.455-.373-.044-.227.091-.433.297-.453l3.626-.388h.003Z"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="a">
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartDoughnut" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.883 6.251a.873.873 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M32.142 21.693c.153-.006.295.13.31.295l.009.132c-.012-.165-.15-.3-.304-.3l-2.64.014c-.166.012-.266.145-.26.307a4.777 4.777 0 0 1-.259 1.786 4.037 4.037 0 0 1-1.09 1.665 3.768 3.768 0 0 1-2.234.975 4.1 4.1 0 0 1-1.201-.075c-.03-.006-.057-.009-.087-.006a.272.272 0 0 0-.244.232l-.434 2.812c-.024.16.072.322.22.364-1.364-.325-2.665-1.032-3.758-2.056a9.523 9.523 0 0 1-2.601-4.194c-.485-1.602-.524-3.276-.115-4.803.169-.626.41-1.216.714-1.758-.066.136-.009.32.127.413l2.426 1.601a.29.29 0 0 0 .187.048.272.272 0 0 0 .21-.132 3.85 3.85 0 0 1 .901-1.036c-.662.533-1.135 1.286-1.367 2.156a5.01 5.01 0 0 0 .07 2.743c.273.915.788 1.75 1.48 2.397a4.772 4.772 0 0 0 2.388 1.234c.368.066.738.084 1.096.054a3.81 3.81 0 0 0 1.385-.391 3.915 3.915 0 0 0 1.738-1.786c.34-.698.496-1.499.448-2.32-.009-.163.09-.299.238-.311l2.659-.06h-.012Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M26.191 11.806h.033c.9.042 1.807.256 2.67.632a8.608 8.608 0 0 1 2.614 1.78 9.453 9.453 0 0 1 1.888 2.646c.434.894.72 1.846.852 2.812.021.16-.078.292-.22.304l-3.185.01c-.154 0-.295-.14-.32-.305a4.906 4.906 0 0 0-.406-1.267 4.842 4.842 0 0 0-.954-1.334 4.36 4.36 0 0 0-1.319-.891 3.836 3.836 0 0 0-1.201-.304.361.361 0 0 1-.317-.317l-.349-3.471c-.015-.154.078-.286.217-.298l-.003.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M23.417 13.657a7.04 7.04 0 0 1 .355-.021c.157-.006.295.132.314.301l.295 2.903c.018.17-.097.305-.247.317a3.74 3.74 0 0 0-.49.066c-.028.006-.05.009-.07.015-.022.006-.043.009-.06.015-.01 0-.019.006-.03.006-.013 0-.019.006-.031.006l-.04.01a3.907 3.907 0 0 0-.65.234l-.039.018a3.663 3.663 0 0 0-.325.178 3.88 3.88 0 0 0-1.286 1.31.272.272 0 0 1-.21.132.29.29 0 0 1-.188-.048l-2.427-1.602c-.136-.093-.193-.274-.127-.413a6.35 6.35 0 0 1 .205-.343c.03-.045.051-.081.076-.117l.08-.12.073-.103a.253.253 0 0 0 .027-.04l.045-.063c.012-.015.021-.03.034-.042l.045-.057.072-.09c.009-.013.021-.025.03-.037.018-.02.033-.042.051-.06a30.475 30.475 0 0 1 .078-.093c.007-.01.016-.015.022-.024.066-.075.132-.148.202-.22l.072-.075c.105-.106.201-.2.3-.29l.028-.024c.021-.018.04-.036.06-.05a.301.301 0 0 1 .036-.03c.021-.019.046-.037.067-.058l.075-.063c.012-.013.027-.022.042-.034l.054-.042c.01-.009.021-.015.03-.024.021-.018.046-.033.07-.051.006-.006.015-.009.02-.015l.085-.063a6.632 6.632 0 0 1 3.28-1.208l-.003.009Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m29.488 21.837 2.661-.018c.154 0 .295.138.307.304.006.07.01.135.012.205 0 .057.003.087.006.117 0 .075.004.127.004.18v.356c0 .04 0 .078-.004.117v.052c0 .024 0 .05-.003.075 0 .018 0 .036-.003.054a.637.637 0 0 1-.006.075c0 .015 0 .034-.003.049l-.009.117c0 .018-.003.033-.006.051 0 .024-.006.045-.006.07 0 .02-.006.045-.006.066 0 .018-.003.033-.006.05 0 .025-.006.05-.009.073 0 .01 0 .021-.003.03a7.9 7.9 0 0 1-.382 1.596 7.206 7.206 0 0 1-1.313 2.306c-.009.012-.018.021-.027.034a7.119 7.119 0 0 1-.548.566 6.521 6.521 0 0 1-2.993 1.568 6.57 6.57 0 0 1-.918.145 7.157 7.157 0 0 1-2.282-.172.337.337 0 0 1-.238-.37l.433-2.812a.271.271 0 0 1 .331-.226c.4.084.807.108 1.202.075a3.768 3.768 0 0 0 2.234-.976 4.077 4.077 0 0 0 1.09-1.665 4.72 4.72 0 0 0 .259-1.785c-.006-.163.093-.292.238-.304l-.012-.003Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartFlow" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.251a.874.874 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M37.368 17.78c.298-.025.58.207.64.526l.466 2.438c.063.323-.122.61-.41.642l-4.86.558c-.303.028-.585-.207-.645-.526l-.106-.552-.17-.88-.197-1.022c-.063-.325.129-.614.42-.645l4.86-.539h.002Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m29.045 20.35 3.24-.364.169.88-3.446.389.106-.163c.141-.223.107-.533-.069-.743Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M25.823 17.903a.554.554 0 0 1 .4.132l2.733 2.224a.624.624 0 0 1 .09.09c.18.214.214.524.07.743l-.107.163-1.56 2.394-.113.172a.477.477 0 0 1-.36.22.53.53 0 0 1-.288-.057.755.755 0 0 1-.113-.072l-2.579-2.086-.166-.135a.665.665 0 0 1-.216-.73.48.48 0 0 1 .053-.107l1.792-2.729a.468.468 0 0 1 .36-.216l.004-.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m27.448 23.646.805 4.182c.016.082.085.141.157.135l2.625-.316.17.883-2.62.317s-.022 0-.031.003c-.51.044-1.003-.364-1.112-.924l-.758-3.948a.53.53 0 0 0 .288.057.472.472 0 0 0 .36-.22l.113-.172.003.003Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M19.314 19.776c.307-.029.598.21.66.535l.198 1.034.172.893.107.558c.066.332-.129.623-.433.658l-5.438.623c-.317.028-.608-.213-.67-.539l-.483-2.503c-.063-.332.134-.626.441-.658l2.35-.26.827-.09 2.265-.251h.004Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m16.352 16.418.696 3.609-.827.09-.696-3.611.827-.088Zm7.265 4.538a.665.665 0 0 0 .216.73l.166.135-3.656.414-.172-.893 3.45-.386h-.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M38.75 25.168c.3-.025.576.204.636.52l.47 2.437c.062.323-.123.61-.414.648l-7.47.915c-.307.028-.586-.204-.648-.523l-.123-.64-.169-.882-.178-.937c-.063-.326.125-.617.42-.651l7.476-.89v.003Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M19.89 12.187c.308-.028.599.213.662.539l.498 2.587c.062.329-.132.617-.433.652l-4.266.45-.826.088-2.716.288c-.313.029-.608-.213-.67-.538l-.501-2.616c-.063-.332.134-.623.441-.654l7.812-.799v.003Z"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartGantt" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.782 38.687 30.54-5.453c.19-.034.197-.302.011-.348l-19.15-4.77a1.762 1.762 0 0 0-.7-.032L.37 31.8a.436.436 0 0 0-.117.827l12.835 5.969c.216.1.458.133.694.089v.002Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M5.342 11.571 40.458 9.46l4.513 19.624c.031.132.035.262.02.381a.848.848 0 0 1-.11.33.758.758 0 0 1-.224.241.704.704 0 0 1-.313.118L10.39 34.408a1.085 1.085 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.315 1.126 1.126 0 0 1-.155-.408l-3.815-21.89Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.881 6.251a.874.874 0 0 1 .34.054 1.154 1.154 0 0 1 .7.802l.54 2.35L5.344 11.57 4.89 8.96a.922.922 0 0 1 .013-.393.86.86 0 0 1 .45-.557.994.994 0 0 1 .381-.099l33.148-1.66Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.391 34.406a1.067 1.067 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.342 11.57l-.454-2.612a.906.906 0 0 1 .163-.705l-.576.749a1.017 1.017 0 0 0-.093.15.913.913 0 0 0-.07.547l.448 2.582 3.75 21.65a1.14 1.14 0 0 0 .433.715c.11.085.235.148.369.188.134.039.274.051.417.033l33.647-4.251.968-.466-33.953 4.255Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M15.929 12.938c.21-.017.413.153.457.378l.293 1.517-.773.08-.293-1.52c-.044-.232.093-.437.307-.458h.009v.003Zm3.024 17.832-2.398-12.472.77-.085 2.396 12.461c.044.231-.093.438-.304.465-.219.02-.42-.143-.464-.371v.003Zm7.05-8 .733-.084h.02l1.342 6.965c.044.228-.088.433-.295.459-.22.02-.412-.143-.456-.368l-1.341-6.969-.003-.003Zm-1.67-10.685c.21-.017.415.146.459.374l1.323 6.878-.754.082-1.323-6.88c-.044-.229.087-.433.298-.454h-.003Zm11.241 16.644-.287-1.49.74-.091.288 1.49c.044.225-.088.43-.293.457h-.012c-.199.017-.395-.144-.436-.37v.004ZM32.58 11.245c.207-.018.406.146.45.37l2.354 12.216-.739.088-2.354-12.228c-.044-.225.085-.426.292-.447h-.003Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M21.16 14.366c.283-.026.555.196.613.5l.433 2.258c.058.307-.12.575-.4.605l-4.482.484-.77.085-2.764.298c-.292.026-.567-.198-.625-.502l-.438-2.282c-.059-.31.125-.584.412-.613l2.763-.286.771-.08 4.484-.467h.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M26.003 19.356c.289-.02.549.2.607.494l.436 2.25c.055.294-.111.563-.38.604h-.02l-.734.085-6.63.76c-.293.026-.562-.197-.62-.5l-.435-2.27c-.062-.31.12-.581.403-.613l6.634-.734.736-.081.003.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M37.772 23.553c.28-.024.537.192.593.488l.43 2.22c.057.297-.115.57-.384.601l-2.386.29-.74.09-5.494.663c-.286.026-.549-.19-.607-.49l-.433-2.247c-.058-.304.117-.575.395-.607l5.497-.643.74-.088 2.386-.28.003.003Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M32.43 18.637c.28-.024.543.192.598.493l.43 2.233c.058.3-.117.57-.389.602l-4.327.496c-.284.027-.55-.193-.608-.494l-.432-2.246c-.059-.304.116-.573.394-.605l4.33-.48h.003Z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartOrg" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.71 38.628 30.38-5.424c.19-.035.196-.301.011-.347l-19.05-4.745a1.755 1.755 0 0 0-.697-.032L.368 31.777a.434.434 0 0 0-.116.823l12.768 5.937c.214.1.456.132.69.089v.002Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m5.349 11.57 35.11-2.112 4.513 19.62c.03.133.035.262.02.382a.848.848 0 0 1-.111.33.758.758 0 0 1-.223.241.704.704 0 0 1-.313.118l-33.948 4.254a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.35 11.57Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.884 6.251a.873.873 0 0 1 .34.054 1.154 1.154 0 0 1 .7.802l.54 2.349L5.351 11.57l-.454-2.611a.921.921 0 0 1 .012-.392.86.86 0 0 1 .45-.557.994.994 0 0 1 .382-.099l33.143-1.66Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.396 34.402a1.065 1.065 0 0 1-.794-.223 1.191 1.191 0 0 1-.285-.316 1.111 1.111 0 0 1-.155-.408L5.348 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.749a1.017 1.017 0 0 0-.093.15.912.912 0 0 0-.07.547l.448 2.582 3.748 21.645a1.14 1.14 0 0 0 .803.904c.134.039.274.051.417.033l33.642-4.25.968-.467-33.948 4.255Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M35.924 25.333c-.53.048-1.05-.382-1.163-.972-.117-.606.23-1.143.775-1.206h.027c.534-.047 1.05.385 1.167.976.113.6-.23 1.14-.773 1.202-.009 0-.02 0-.03.003l-.003-.003Zm.796.65c.488-.042.974.157 1.341.515-.262.719-.856 1.243-1.628 1.339-.024 0-.044.006-.068.006-.749.065-1.485-.292-1.995-.895.224-.45.635-.763 1.145-.825l1.157-.138a.26.26 0 0 0 .047-.005v.003Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M35.63 22.163c1.497-.006 2.898 1.229 3.22 2.89.343 1.773-.674 3.368-2.275 3.561l-.092.01h-.03c-.015 0-.03 0-.045.003h-.334c-.014 0-.032 0-.047-.003h-.024a.327.327 0 0 1-.054-.006h-.017c-.021 0-.04-.006-.06-.01l-.08-.011c-1.31-.224-2.457-1.366-2.743-2.85-.197-1.02.056-1.98.608-2.648.17-.206.37-.384.59-.527a2.508 2.508 0 0 1 1.091-.388c.024 0 .048-.006.072-.006a2.76 2.76 0 0 1 .22-.009v-.006Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M35.56 23.15c.534-.049 1.05.384 1.167.975.11.58-.209 1.105-.723 1.195l-.053.004a.1.1 0 0 1-.03.003c-.53.048-1.047-.382-1.163-.973-.113-.605.23-1.142.775-1.205h.027Zm1.152 2.832c.489-.045.975.155 1.341.516l.006.003c-.26.718-.856 1.243-1.628 1.338-.024.003-.045.006-.069.006-.75.066-1.487-.292-1.994-.894l-.004-.005a1.469 1.469 0 0 1 1.143-.821l1.157-.137a.26.26 0 0 1 .048-.006Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M24.224 11.973c1.57-.05 3.064 1.229 3.395 2.949.346 1.791-.697 3.386-2.334 3.565-.02 0-.039.003-.06.006h-.039c-1.61.12-3.171-1.18-3.508-2.945-.35-1.8.712-3.399 2.355-3.566.012 0 .027 0 .039-.003.05-.003.101-.009.152-.009v.003Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M24.631 15.17c-.548.048-1.082-.396-1.202-.996-.116-.606.239-1.149.794-1.205h.012c.552-.048 1.088.394 1.205.996.116.606-.239 1.146-.794 1.205h-.018.003Zm.779.664c.507-.045 1.011.164 1.393.536-.269.719-.877 1.243-1.67 1.327-.015 0-.03 0-.042.003-.775.069-1.541-.301-2.063-.921.23-.45.653-.764 1.172-.817l1.184-.128h.03-.004Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" fill-rule="evenodd" d="M26.644 23.218c1.473.069 2.82 1.288 3.134 2.916l-.003-.003c.158.814.027 1.592-.316 2.218-.412.745-1.124 1.273-2.012 1.383-.033.003-.063.01-.096.01h-.027c-.02.002-.036.002-.048.002h-.345c-.018-.003-.033-.003-.048-.003h-.03c-.018-.003-.033-.006-.05-.006h-.024c-.018 0-.036-.005-.054-.005h-.02l-.06-.01c-.04-.005-.06-.011-.084-.014-1.306-.26-2.436-1.393-2.719-2.866-.31-1.615.504-3.08 1.857-3.503.158-.047.322-.083.495-.104.027 0 .051-.006.075-.006.065-.006.131-.009.197-.009.06-.003.119 0 .178 0Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M27.298 28.951c-.024 0-.045.006-.068.006-.767.066-1.518-.292-2.034-.9a1.5 1.5 0 0 1 1.172-.835l1.18-.143c.018 0 .033-.003.051-.006.498-.045.996.158 1.372.522-.269.724-.877 1.258-1.667 1.353l-.006.003Zm-.514-2.53c-.543.048-1.07-.387-1.184-.984-.116-.609.239-1.154.794-1.217.009 0 .02 0 .03-.003.542-.048 1.07.388 1.184.984.12.606-.239 1.152-.79 1.217-.01 0-.022 0-.03.003h-.004Zm-9.336 1.113c-.555.047-1.095-.391-1.209-.994-.116-.617.248-1.166.815-1.235h.027c.557-.047 1.094.391 1.21.997.117.611-.244 1.163-.81 1.232-.01 0-.022 0-.03.003l-.003-.003Zm.82.658c.51-.045 1.017.158 1.398.524-.274.734-.897 1.273-1.705 1.369l-.074.009c-.782.068-1.545-.292-2.072-.907a1.538 1.538 0 0 1 1.198-.846l1.204-.143c.018 0 .033-.003.051-.006Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color13)" fill-rule="evenodd" d="M17.165 24.292c1.56-.009 3.017 1.25 3.342 2.945.35 1.81-.718 3.444-2.388 3.65-.032.003-.065.009-.1.012a.684.684 0 0 0-.079.005c-1.613.099-3.157-1.183-3.497-2.942-.348-1.821.73-3.455 2.41-3.649l.077-.009c.077-.006.155-.009.23-.012h.005Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m27.179 17.33 7.072 5.238a2.55 2.55 0 0 0-.59.528l-7.004-5.184c.203-.168.379-.364.525-.585l-.003.003Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M17.073 25.303c.558-.048 1.095.39 1.21.996.117.612-.244 1.163-.81 1.232-.01.003-.02.003-.03.003-.555.048-1.092-.39-1.209-.993-.112-.599.226-1.132.763-1.227l.05-.011h.026Zm.818 4.796c-.78.068-1.547-.292-2.072-.907v-.006a1.544 1.544 0 0 1 1.199-.846v-.003l1.204-.143c.018-.003.033-.006.051-.006.51-.045 1.017.158 1.398.524v.01c-.274.733-.897 1.27-1.705 1.368-.024.003-.05.009-.075.009Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M24.771 18.493c.138.009.278.009.415 0h.039a2.6 2.6 0 0 0 .325-.048l.918 4.77c-.066 0-.131.003-.197.01-.024 0-.048.005-.074.005a2.896 2.896 0 0 0-.495.105l-.933-4.842h.003Zm-1.835-.778c.22.188.462.346.716.47l-4.857 6.572a3.178 3.178 0 0 0-.808-.352l4.95-6.69Z"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="a">
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ChartPie" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m13.783 38.688 30.54-5.454c.191-.034.198-.302.012-.348l-19.15-4.77a1.762 1.762 0 0 0-.702-.032L.37 31.8a.436.436 0 0 0-.117.827l12.836 5.97c.215.1.458.132.694.088v.003Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m5.34 11.57 35.118-2.112 4.513 19.625c.03.132.035.262.02.381a.845.845 0 0 1-.11.33.758.758 0 0 1-.224.241.705.705 0 0 1-.313.118l-33.955 4.255a1.065 1.065 0 0 1-.794-.222 1.191 1.191 0 0 1-.285-.316 1.125 1.125 0 0 1-.155-.408L5.34 11.57Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M38.883 6.251a.873.873 0 0 1 .34.054 1.155 1.155 0 0 1 .7.802l.54 2.35-35.12 2.114-.454-2.612a.922.922 0 0 1 .013-.392.86.86 0 0 1 .45-.556.994.994 0 0 1 .381-.1l33.15-1.66Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M10.39 34.406a1.067 1.067 0 0 1-.795-.222 1.191 1.191 0 0 1-.285-.316 1.112 1.112 0 0 1-.155-.408L5.34 11.57l-.454-2.61a.905.905 0 0 1 .163-.706l-.576.75a1.018 1.018 0 0 0-.093.15.912.912 0 0 0-.07.546l.448 2.583 3.75 21.65a1.141 1.141 0 0 0 .802.903c.134.04.275.052.417.033l33.649-4.25.968-.467-33.955 4.255Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M25.097 21.308c.02.177.168.32.333.32l7.343-.035-7.416.035c-.146.013-.244.108-.263.238L23.887 29.7a.357.357 0 0 0 .237.39c-1.483-.355-2.89-1.138-4.063-2.266a10.002 10.002 0 0 1-2.668-4.453c-.485-1.692-.5-3.448-.044-5.045.456-1.594 1.356-2.954 2.589-3.905-.114.102-.12.298-.013.438l4.893 6.367a.16.16 0 0 0 .14.066c.07-.006.13-.067.123-.155l.02.174-.004-.003Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m25.33 21.627 7.439-.035c.146 0 .282.117.314.273a.245.245 0 0 1 .006.05c0 .042.006.086.006.127 0 .022 0 .045.004.067v.139c.003.13.006.232.003.333v.12c0 .12-.007.222-.013.324 0 .06-.006.088-.006.117v.041c0 .029-.004.054-.007.083 0 .022-.003.04-.006.063 0 .035-.006.073-.01.108 0 .025-.006.05-.006.073 0 .019-.003.038-.006.057 0 .025-.007.053-.01.079a.242.242 0 0 1-.006.047l-.016.124a1.787 1.787 0 0 1-.022.136l-.022.137-.029.148-.028.143-.029.127c0 .013-.006.025-.01.041a1.197 1.197 0 0 1-.022.089l-.01.044c-.005.026-.012.05-.018.076-.013.045-.022.089-.035.133-.016.051-.025.086-.035.12a9.12 9.12 0 0 1-.133.416 7.452 7.452 0 0 1-1.987 3.055 6.914 6.914 0 0 1-2.995 1.616c-.028.007-.044.01-.063.016l-.086.02c-.035.005-.07.015-.101.021l-.05.01c-.01 0-.02.003-.033.006a7.233 7.233 0 0 1-1.829.127c-.047 0-.075-.003-.107-.006a.514.514 0 0 1-.07-.007c-.019 0-.034 0-.053-.003a7.894 7.894 0 0 1-1.008-.152l-.12-.029a.36.36 0 0 1-.251-.393l1.207-7.834a.267.267 0 0 1 .241-.237l.013-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M29.741 11.572a.255.255 0 0 1 .168.042c1.442.852 2.694 2.069 3.645 3.53a11.495 11.495 0 0 1 1.765 4.81c.022.169-.086.305-.235.318l-8.372-.029c-.222 0-.393-.26-.308-.472l3.122-8.03a.248.248 0 0 1 .215-.165v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M23.58 13c.127-.009.25-.018.377-.021.152-.007.295.12.327.285 0 .01.003.022.006.032l.792 7.833c.007.095-.053.155-.123.161a.164.164 0 0 1-.14-.066l-4.894-6.369c-.108-.14-.105-.336.012-.437A6.945 6.945 0 0 1 23.58 13Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg id="tnt-Dot-CodePlaceholder" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 4a4 4 0 0 1 4-4h37a4 4 0 0 1 4 4v37a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M2.5 41v-1.388a.5.5 0 0 1 1 0V41a.5.5 0 0 0 .5.5h1.388a.5.5 0 0 1 0 1H4A1.5 1.5 0 0 1 2.5 41Zm10.287.5a.5.5 0 1 1 0 1h-2.774a.5.5 0 0 1 0-1h2.774Zm7.4 0a.5.5 0 0 1 0 1h-2.775a.5.5 0 0 1 0-1h2.776Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 0 1 0-1h2.775Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774ZM41.5 41v-1.388a.5.5 0 0 1 1 0V41a1.5 1.5 0 0 1-1.5 1.5h-1.388a.5.5 0 0 1 0-1H41a.5.5 0 0 0 .5-.5Zm-39-6.013v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 0 1-1 0Zm39 0v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 0 1-1 0Zm-39-7.4v-2.774a.5.5 0 0 1 1 0v2.775a.5.5 0 0 1-1 0Zm39 0v-2.774a.5.5 0 0 1 1 0v2.775a.5.5 0 0 1-1 0Zm-39-7.4v-2.775a.5.5 0 0 1 1 0v2.776a.5.5 0 0 1-1 0Zm39 0v-2.775a.5.5 0 0 1 1 0v2.776a.5.5 0 0 1-1 0Zm-39-7.4v-2.774a.5.5 0 1 1 1 0v2.774a.5.5 0 1 1-1 0Zm39 0v-2.774a.5.5 0 0 1 1 0v2.774a.5.5 0 1 1-1 0Zm-39-7.4V4A1.5 1.5 0 0 1 4 2.5h1.388l.1.01a.5.5 0 0 1 0 .98l-.1.01H4a.5.5 0 0 0-.5.5v1.388a.5.5 0 0 1-1 0Zm39 0V4a.5.5 0 0 0-.5-.5h-1.388a.5.5 0 0 1 0-1H41A1.5 1.5 0 0 1 42.5 4v1.388a.5.5 0 0 1-1 0ZM12.787 2.5a.5.5 0 1 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774Zm7.4 0a.5.5 0 0 1 0 1h-2.775a.5.5 0 0 1 0-1h2.776Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 0 1 0-1h2.775Zm7.4 0a.5.5 0 0 1 0 1h-2.774a.5.5 0 1 1 0-1h2.774Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Company" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M14.225 9.626v10.653L25.27 16.2 14.225 9.626Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m15.49 11.604 9.412 5.025-3.164 1.04-6.23-2.265-.019-3.8Zm-.017 4.405.019 3.85 5.744-1.931-5.763-1.92Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m44.524 45.34-11.826.133v-32.25l11.783 6.411.043 25.707Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M.682 45.473V16.556l13.543-6.93.046 10.575 18.466-6.97-.014 32.242H.682Zm43.073-20.818-9.863-4.446v-5.086l9.83 5.452.033 4.08Zm-.063 4.63-9.8-3.141V21.06l9.767 4.146.033 4.078Zm-.002 4.843-9.84-1.94v-5.083l9.807 2.951.032 4.072Zm.084 4.92-9.93-.957v-5.086l9.897 1.97.033 4.073Zm-.041 4.88-9.926.254v-5.083l9.893.763.033 4.066Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m14.634 21.597 17.013-5.996.008 3.408-17.013 5.023-.008-2.435Zm.008 4.953 17.01-4.389.003 3.415-17.013 3.561V26.55Zm0 5.022 17.013-3.224v3.426l-17.013 2.383v-2.585Zm0 5.058 17.013-2.13v3.432l-17.013 1.28v-2.583Zm.014 4.919 17-.764v3.265h-17v-2.501ZM1.7 17.857l11.126-5.03.014 2.382-11.119 4.755-.022-2.107Zm.022 4.18 11.14-4.369.014 2.406-11.154 4.09v-2.128ZM1.7 26.066l11.157-3.614.01 2.424L1.7 28.21v-2.144Zm.022 3.88 11.127-2.957.014 2.444L1.722 32.1v-2.155ZM1.7 33.99l11.143-2.17.014 2.463L1.72 36.16l-.022-2.17Zm.03 4.03 11.108-1.467.011 2.484-11.127 1.17.008-2.188Zm-.008 4.056 11.108-.688.016 2.66-11.124.224v-2.196Z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="a">
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Compass" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<circle cx="22.625" cy="22.5" r="22.5" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
4
|
+
<circle cx="22.358" cy="22.477" r="20.64" fill="var(--sapContent_Illustrative_Color8)"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M21.802 38.605h.966c.087-.702-.261-1.405-1.669-1.405-1.493 0-1.669.615-1.669 1.142 0 .527.44.878 1.054 1.142.615.263.966.439.966.614 0 .176-.087.352-.439.352-.28 0-.468-.352-.527-.527H19.43c-.087.79.879 1.141 1.581 1.141.703 0 1.493-.35 1.493-.966 0-.79-.64-1.024-1.23-1.141-.702-.14-.702-.44-.702-.615 0-.176.088-.44.615-.44s.585.47.615.703ZM5.554 19.197v-.966l3.601 1.229-.176 1.23-2.195.175 2.02 1.054v1.142l-3.689.175v-1.053h2.108l-1.844-.967v-1.141l2.107-.176-1.932-.703Zm35.72 4.771L37.52 23.5l-.351 2.898.878.088.176-1.756.702.087-.175 1.845.79.087.176-1.756.614.088-.175 1.844.79.088.328-3.045ZM23.383 8.659l.394-3.714 1.187.113 1.19 2.185.127-2.01 1.142.088-.44 3.689-1.014-.077-1.294-2.112-.212 1.901-1.08-.063Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m26.72 14.454-1.757-4.83-3.073 4.303 4.83.527Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m26.204 17.649-1.468-6.564-3.023 5.614-5.182-3.196 1.64 6.046-6.736 1.554 6.132 3.196-3.713 5.527 6.39-2.073 1.469 6.65 3.397-6.402 5.844 4.243-1.986-6.82 6.045-1.125-6.045-3.196 3.454-5.527-6.218 2.073Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m12.264 8.13 8.512 15.832s9.9 9.524 10.517 8.972c.617-.552-5.739-12.397-5.739-12.397L12.264 8.13Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="m12.264 8.13 8.512 15.832s2.857-.229 3.474-.78c.617-.553 1.304-2.645 1.304-2.645L12.264 8.13Z"/>
|
|
10
|
+
<circle cx="23.309" cy="22.154" r="1.42" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="a">
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Components" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m24.361 16.265.004-.002.018.128c.004.04.005.079.005.115a.584.584 0 0 1-.21.455l-1.067.86a.489.489 0 0 0 .179-.26.768.768 0 0 0 .031-.192.948.948 0 0 0-.025-.237l-.006.006-1.114-5.412 1.053-.925 1.132 5.464Zm.801 3.855a1.039 1.039 0 0 0-.184-.419.808.808 0 0 0-.285-.229 1.146 1.146 0 0 0-.59-.087.581.581 0 0 0-.21.05c-.03.015-.06.029-.088.045a.842.842 0 0 0-.081.056l-.939.735a1.827 1.827 0 0 1-.517.111 1.892 1.892 0 0 1-.76-.094 2.25 2.25 0 0 1-.683-.375 2.408 2.408 0 0 1-.53-.595 2.24 2.24 0 0 1-.303-.756 2.023 2.023 0 0 1-.039-.514 1.88 1.88 0 0 1 .087-.472 1.65 1.65 0 0 1 .5-.743l-1.036.869a1.51 1.51 0 0 0-.296.33 1.633 1.633 0 0 0-.198.407 1.87 1.87 0 0 0-.047.975c.052.27.158.519.295.748a2.295 2.295 0 0 0 1.2.955 1.916 1.916 0 0 0 1.297-.025c.075-.028.142-.061.204-.098a1.6 1.6 0 0 0 .167-.114c.277-.218.553-.43.827-.648a.601.601 0 0 1 .078-.014 1.74 1.74 0 0 1 .27 0c.101.01.21.036.31.086a.74.74 0 0 1 .283.227c.02.025.039.055.059.086.053.09.097.201.125.33l1.14 5.53 1.106-.774-1.16-5.589h-.005l.003.006Zm-5.457-4.407-1.025.88a.495.495 0 0 1-.078.056c-.028.017-.056.028-.084.04a.517.517 0 0 1-.182.036h-.14c-.044 0-.092-.012-.136-.02a1.677 1.677 0 0 1-.129-.03c-.042-.012-.078-.026-.111-.037a.962.962 0 0 1-.391-.274c-.11-.12-.204-.26-.316-.402a2.763 2.763 0 0 0-.419-.441 2.343 2.343 0 0 0-.7-.386 1.955 1.955 0 0 0-.414-.106 1.706 1.706 0 0 0-.204-.02h-.198a1.8 1.8 0 0 0-.55.13 1.575 1.575 0 0 0-.467.295l.983-.899a1.608 1.608 0 0 1 .737-.385 1.667 1.667 0 0 1 .49-.042c.066.005.136.008.203.02a1.993 1.993 0 0 1 .416.106c.302.111.528.245.707.388.178.145.307.296.421.444.115.148.213.287.319.407.109.12.232.218.396.28a1.411 1.411 0 0 0 .377.087c.045 0 .095.005.143 0a.517.517 0 0 0 .181-.037.389.389 0 0 0 .084-.04c.025-.016.053-.033.078-.055"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M15.161 14.539a1.609 1.609 0 0 1 .74-.386 1.676 1.676 0 0 1 .486-.041c.067.005.137.008.204.02a1.969 1.969 0 0 1 .416.106c.302.111.528.245.707.388.179.145.307.296.422.444.114.147.212.287.318.407a.994.994 0 0 0 .508.316 1.411 1.411 0 0 0 .265.05.807.807 0 0 0 .235-.011.534.534 0 0 0 .173-.064c.025-.017.053-.034.078-.056-.34.293-.684.586-1.024.88a.495.495 0 0 1-.079.055c-.028.017-.055.028-.083.04a.518.518 0 0 1-.182.036h-.14c-.044 0-.092-.011-.136-.02a1.685 1.685 0 0 1-.129-.03c-.042-.012-.078-.026-.112-.037a.942.942 0 0 1-.39-.276c-.11-.12-.204-.26-.316-.402a2.772 2.772 0 0 0-.42-.442 2.343 2.343 0 0 0-.7-.385 1.947 1.947 0 0 0-.413-.106 1.748 1.748 0 0 0-.204-.02c-.067 0-.134 0-.198.003a1.8 1.8 0 0 0-.55.129 1.576 1.576 0 0 0-.467.296l.983-.9m13.178 27.198L42.13 39.93l1.279-.612-13.916 1.802-1.162.611Zm-7.42-10.448-1.06.723a1.676 1.676 0 0 0 .63-.807 1.991 1.991 0 0 0 .084-1.114 2.501 2.501 0 0 0-.28-.766 2.71 2.71 0 0 0-.376-.485c-.131-.137-.252-.25-.355-.378a.966.966 0 0 1-.215-.438 1.498 1.498 0 0 1-.025-.466.81.81 0 0 1 .07-.243.514.514 0 0 1 .167-.199l1.05-.776a.572.572 0 0 0-.167.201.737.737 0 0 0-.073.246 1.567 1.567 0 0 0 .025.47.994.994 0 0 0 .218.44c.104.129.232.246.358.38.128.137.265.288.38.492.117.203.22.45.282.773a2.016 2.016 0 0 1-.084 1.126 1.78 1.78 0 0 1-.26.46c-.109.14-.237.26-.38.355"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M20.598 26.34a.573.573 0 0 0-.168.2.737.737 0 0 0-.072.247c-.011.086-.011.17-.006.25.006.082.017.157.03.222a.996.996 0 0 0 .219.44c.103.13.232.246.357.38.129.137.266.288.38.492.117.204.22.45.282.774a2.016 2.016 0 0 1-.084 1.125 1.86 1.86 0 0 1-.257.46c-.109.14-.237.26-.38.356l-1.06.723c.145-.098.267-.218.376-.352.11-.137.193-.29.254-.455a1.95 1.95 0 0 0 .12-.534 2.427 2.427 0 0 0-.318-1.346 2.71 2.71 0 0 0-.377-.486c-.131-.136-.254-.248-.354-.377a.995.995 0 0 1-.216-.438 1.524 1.524 0 0 1-.025-.466.81.81 0 0 1 .07-.243.515.515 0 0 1 .168-.199l1.05-.776"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m11.472 23.214 5.406 1.894 1.025-.805-5.46-1.921-.971.83v.002Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M11.715 22.47a.454.454 0 0 1 .15-.095.537.537 0 0 1 .19-.047h.087c.028.002.061.002.095.008.033.005.067.01.103.02a.74.74 0 0 1 .112.033l-.97.829a1.197 1.197 0 0 0-.209-.053c-.03-.003-.064-.008-.095-.008h-.086a.589.589 0 0 0-.19.047c-.028.014-.053.025-.078.042a.653.653 0 0 0-.07.053l.96-.827v-.002Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M5.768 5.782 2.096 19.95l.874-.88L6.659 4.766l-.89 1.016Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M10.938 26.508a1.896 1.896 0 0 1-.492.201 1.707 1.707 0 0 1-.27.045 1.889 1.889 0 0 1-.642-.045 2.338 2.338 0 0 1-1.477-1.114 2.164 2.164 0 0 1-.272-.765 2.016 2.016 0 0 1 .028-.807 2.136 2.136 0 0 1 .24-.595c.02-.03.04-.053.059-.081l.793-.704c.03-.028.058-.053.084-.084a.784.784 0 0 0 .131-.198.828.828 0 0 0 .042-.126c.02-.08.039-.181.042-.29a.96.96 0 0 0-.037-.34.765.765 0 0 0-.19-.33 1.017 1.017 0 0 0-.405-.252L2.96 19.05l-.874.88 5.557 1.943a.943.943 0 0 1 .4.249c.095.1.153.212.187.324.033.114.042.232.036.338a1.772 1.772 0 0 1-.042.284.703.703 0 0 1-.042.123c-.008.02-.02.037-.027.053l-.715.637a1.518 1.518 0 0 0-.162.165 1.516 1.516 0 0 0-.151.207 1.871 1.871 0 0 0-.131.26 2.04 2.04 0 0 0-.137 1.128c.042.262.137.52.27.756a2.298 2.298 0 0 0 1.246 1.04 2.114 2.114 0 0 0 .645.111c.07 0 .14 0 .207-.008a1.896 1.896 0 0 0 .52-.126 1.835 1.835 0 0 0 .449-.268c.318-.263.642-.525.96-.788a1.398 1.398 0 0 1-.217.151Zm18.549 14.61-1.159.612-14.653 1.91 1.022-.606 14.787-1.913.003-.003Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="m14.7 43.034-1.022.606-2.98-15.773.966-.782L14.7 43.031v.003Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m36.827 9.986 3.223 14.427-4.988.472a.746.746 0 0 1-.698-.29 1.216 1.216 0 0 1-.168-.296 1.81 1.81 0 0 1-.084-.282.831.831 0 0 1 .026-.45c.044-.14.111-.268.175-.416a1.87 1.87 0 0 0 .154-.523 2.178 2.178 0 0 0-.045-.762 2.32 2.32 0 0 0-.815-1.315 2.138 2.138 0 0 0-.656-.363 1.844 1.844 0 0 0-.73-.095 1.517 1.517 0 0 0-1.15.673c-.126.19-.215.408-.257.648-.042.24-.039.5.02.768.067.31.167.553.279.748.114.196.246.344.369.478.125.134.248.245.346.371.1.126.179.257.215.43.017.081.034.182.04.285a.797.797 0 0 1-.037.316.571.571 0 0 1-.176.27.675.675 0 0 1-.38.14l-5.186.489-1.156-5.574a1.009 1.009 0 0 0-.187-.428.807.807 0 0 0-.285-.229 1.138 1.138 0 0 0-.59-.087.682.682 0 0 0-.39.166c-.11.089-.207.203-.316.315a1.635 1.635 0 0 1-.419.324c-.173.09-.4.168-.7.193a1.893 1.893 0 0 1-.76-.095 2.245 2.245 0 0 1-.685-.374 2.401 2.401 0 0 1-.53-.595 2.186 2.186 0 0 1-.302-.757 1.931 1.931 0 0 1-.006-.78 1.625 1.625 0 0 1 .788-1.117c.207-.117.438-.19.695-.206a2.08 2.08 0 0 1 .754.075c.21.062.38.157.537.249.156.092.293.19.433.257s.282.112.444.098c.078-.006.17-.02.265-.045a.708.708 0 0 0 .268-.131.535.535 0 0 0 .184-.263.846.846 0 0 0 .006-.438l-1.131-5.454 13.603-.835v.005l.003.003Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M32.216 20.095c.246-.02.494.013.729.094a2.266 2.266 0 0 1 1.17.941c.14.224.246.473.301.738.068.307.073.556.045.762-.028.207-.09.372-.153.523-.065.15-.134.279-.176.416a.857.857 0 0 0-.025.45c.016.08.044.178.083.281.04.104.095.207.168.296a.768.768 0 0 0 .28.227.815.815 0 0 0 .418.064l4.988-.472 3.332 14.918-13.877 1.796-1.196-5.77a.966.966 0 0 1 0-.458.552.552 0 0 1 .179-.279.832.832 0 0 1 .262-.15c.093-.034.188-.05.266-.06.165-.019.31.02.452.084.143.065.282.16.439.252.156.092.326.181.536.24.21.059.447.087.743.053a1.6 1.6 0 0 0 1.184-.74c.128-.201.218-.43.26-.681a2.123 2.123 0 0 0-.023-.794 2.41 2.41 0 0 0-.835-1.354 2.075 2.075 0 0 0-.673-.363 1.786 1.786 0 0 0-.748-.081 1.747 1.747 0 0 0-.69.212c-.173.1-.304.224-.413.344-.112.122-.207.24-.313.33a.696.696 0 0 1-.388.178 1.352 1.352 0 0 1-.282 0 .947.947 0 0 1-.316-.084.733.733 0 0 1-.282-.229 1.06 1.06 0 0 1-.187-.43l-1.17-5.644 5.186-.489a.688.688 0 0 0 .38-.14.544.544 0 0 0 .175-.268 1.01 1.01 0 0 0 .037-.315c0-.103-.02-.207-.04-.288a.995.995 0 0 0-.214-.43c-.1-.125-.224-.237-.347-.371a2.495 2.495 0 0 1-.368-.478 2.413 2.413 0 0 1-.28-.748 1.986 1.986 0 0 1-.02-.768c.043-.24.13-.458.255-.648a1.52 1.52 0 0 1 1.15-.673v.006h-.002Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m26.298 25.717 1.17 5.647c.04.187.106.326.19.435a.744.744 0 0 0 .29.23.975.975 0 0 0 .316.08c.103.009.198.006.277-.003a.723.723 0 0 0 .402-.181c.111-.095.21-.212.318-.332.112-.123.243-.243.413-.341a1.75 1.75 0 0 1 .685-.212c.251-.025.502.005.742.084.24.078.467.203.668.363a2.355 2.355 0 0 1 .827 1.348c.058.274.064.542.022.79a1.813 1.813 0 0 1-.257.68c-.128.2-.29.368-.489.496a1.586 1.586 0 0 1-.678.246 1.892 1.892 0 0 1-.743-.053 2.293 2.293 0 0 1-.534-.237c-.156-.092-.296-.184-.435-.252a.809.809 0 0 0-.444-.086 1.431 1.431 0 0 0-.28.059.781.781 0 0 0-.276.148.578.578 0 0 0-.187.282.91.91 0 0 0 0 .46l1.195 5.77-14.787 1.913-3.036-15.946 5.524-.523a.868.868 0 0 1 .45.065.79.79 0 0 1 .293.234c.078.095.131.204.173.308.042.106.067.209.084.29a.873.873 0 0 1-.037.47c-.047.144-.128.281-.2.438a1.99 1.99 0 0 0-.18.55c-.033.218-.036.477.029.807a2.343 2.343 0 0 0 .849 1.385c.212.168.446.293.7.371.252.079.514.11.78.081a1.681 1.681 0 0 0 1.235-.74c.136-.203.23-.432.276-.687a2.114 2.114 0 0 0-.009-.804 2.527 2.527 0 0 0-.282-.774 2.678 2.678 0 0 0-.38-.491c-.13-.137-.257-.254-.357-.38a1.026 1.026 0 0 1-.218-.441 1.776 1.776 0 0 1-.034-.296.992.992 0 0 1 .042-.327.551.551 0 0 1 .19-.276.744.744 0 0 1 .4-.145l5.309-.503h-.006Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="m6.646 4.794 14.421 5.401-1.156 5.133a.985.985 0 0 1-.09.243.501.501 0 0 1-.13.16.623.623 0 0 1-.162.091.661.661 0 0 1-.176.037h-.143c-.047 0-.092-.011-.137-.02a1.725 1.725 0 0 1-.128-.03c-.042-.012-.078-.026-.112-.037a1.013 1.013 0 0 1-.396-.28c-.112-.12-.207-.262-.319-.407a2.689 2.689 0 0 0-.421-.444 2.344 2.344 0 0 0-.707-.388 1.995 1.995 0 0 0-.416-.106 1.696 1.696 0 0 0-.204-.02c-.067-.003-.134 0-.201 0a1.678 1.678 0 0 0-.96.377 1.63 1.63 0 0 0-.55.9c-.062.256-.065.519-.023.779s.137.508.27.74c.135.232.305.44.512.617a2.295 2.295 0 0 0 .96.491c.081.02.157.037.23.045.072.008.139.017.206.02.067.002.126 0 .187 0 .053 0 .104-.012.154-.02s.098-.02.142-.028a.9.9 0 0 0 .131-.036c.042-.014.084-.025.126-.04.042-.013.081-.027.12-.038.04-.012.078-.026.117-.037.04-.01.076-.02.115-.028a.806.806 0 0 1 .114-.016h.082c.027.002.055 0 .083.005.028.006.056.009.087.017a1.998 1.998 0 0 1 .36.15c.098.054.193.127.277.213.083.087.15.196.187.318a.896.896 0 0 1 .005.45l-1.2 5.32-5.45-1.918a.994.994 0 0 0-.11-.034c-.037-.008-.07-.017-.104-.02-.034 0-.064-.008-.095-.008h-.087a.587.587 0 0 0-.27.09.714.714 0 0 0-.188.178.884.884 0 0 0-.117.22c-.028.076-.05.149-.067.213a.89.89 0 0 0 .028.478c.047.156.123.313.193.488.07.176.136.369.167.595.03.226.025.486-.047.799a1.85 1.85 0 0 1-.221.533 1.705 1.705 0 0 1-.815.698 1.817 1.817 0 0 1-.749.143 1.889 1.889 0 0 1-.433-.053 2.34 2.34 0 0 1-1.477-1.114 2.164 2.164 0 0 1-.271-.766 2.068 2.068 0 0 1 .028-.807 1.99 1.99 0 0 1 .316-.709 1.94 1.94 0 0 1 .41-.397c.14-.103.27-.19.383-.29.111-.1.195-.22.237-.388a1.319 1.319 0 0 0 .006-.631.793.793 0 0 0-.19-.33 1.034 1.034 0 0 0-.41-.254l-5.6-1.969 3.678-14.28Z"/>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="a">
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Dialog" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M41.52 23.398a3.73 3.73 0 0 1-.387.215 4.805 4.805 0 0 1-.41.176 4.949 4.949 0 0 1-.435.136 5.244 5.244 0 0 1-.46.092l-.031.005.084.378a3.852 3.852 0 0 0 .444-.242l1.194-.758v-.002Zm-.972 6.224a.425.425 0 0 1-.124.05l-.063.016a.282.282 0 0 1-.065.01c-.04.003-.08.003-.121.003-.042 0-.082-.008-.124-.016a.56.56 0 0 1-.123-.04.732.732 0 0 1-.12-.06h-.006l-7.63-4.804.021-.013h-.034v.002l-3.713.36.132.627 2.497-.244 7.535 4.763h.005a.808.808 0 0 0 .22.09c.006 0 .011.005.017.007a.358.358 0 0 0 .06.01c.02.003.04.006.06.006h.06c.02 0 .04-.003.058-.003a.501.501 0 0 0 .066-.01c.021-.005.045-.01.063-.016a.85.85 0 0 0 .12-.05l1.2-.682c-.015.007-.03.018-.05.023l.05-.029h.01ZM17.17 8.547c.118-.402.28-.78.485-1.127a4.64 4.64 0 0 1 .735-.94h-.002l-.966.95a4.6 4.6 0 0 0-.73.933c-.205.344-.368.72-.483 1.116a5.145 5.145 0 0 0-.205 1.258 5.78 5.78 0 0 0 .107 1.362h.003l.231 1.184 1.116-.13-.389-1.965a5.72 5.72 0 0 1-.107-1.37c.018-.444.086-.87.205-1.271Zm6.392 24.022-5.844.659.601-.644 6.291-.703h.01l.016-.003c.082-.01.15-.018.229-.031.304-.082.611-.137.908-.245.095-.036.186-.076.276-.115l.128-.063a4.63 4.63 0 0 0 .316-.176l-1.006.646a4.1 4.1 0 0 1-.433.244l-.069.029-.06.029a4.466 4.466 0 0 1-.252.102c-.029.01-.058.026-.087.037a4.534 4.534 0 0 1-.498.145c-.171.042-.347.063-.526.086v.003Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M10.63 21.454a1.856 1.856 0 0 0-.691-.079h-.006a1.487 1.487 0 0 0-.64.192 1.534 1.534 0 0 0-.74 1.014 1.731 1.731 0 0 0-.009.698 1.988 1.988 0 0 0 .736 1.203c.186.144.393.257.617.328.223.07.457.1.695.076a1.56 1.56 0 0 0 .644-.2c.189-.107.349-.254.472-.425.124-.173.213-.375.26-.59a1.72 1.72 0 0 0 .005-.697 1.994 1.994 0 0 0-.73-1.192 1.92 1.92 0 0 0-.611-.328h-.003Zm5.914-.479c-.22-.068-.457-.1-.69-.079h-.006a1.484 1.484 0 0 0-.64.192 1.532 1.532 0 0 0-.74 1.013 1.73 1.73 0 0 0-.008.699 1.987 1.987 0 0 0 .735 1.202c.186.145.393.258.617.328.223.071.457.1.695.077a1.56 1.56 0 0 0 .644-.2c.189-.108.349-.255.472-.425a1.62 1.62 0 0 0 .26-.591 1.72 1.72 0 0 0 .006-.696 1.995 1.995 0 0 0-.73-1.192 1.916 1.916 0 0 0-.612-.328h-.003Zm5.849-.564c-.22-.068-.456-.1-.693-.078h-.005a1.485 1.485 0 0 0-.64.191 1.532 1.532 0 0 0-.741 1.014 1.732 1.732 0 0 0-.008.698 1.987 1.987 0 0 0 .735 1.203c.187.144.394.257.617.328.223.07.457.1.696.076.24-.021.454-.092.643-.2.19-.107.35-.254.473-.425.123-.173.213-.375.26-.59a1.73 1.73 0 0 0 .005-.696 1.994 1.994 0 0 0-.73-1.192 1.916 1.916 0 0 0-.611-.329Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M11.282 38.301h.003l.003-.002-.006.002Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m1.833 20.633 1.494 8.425c.073.423.197.827.354 1.213l.021.058c.034.081.071.16.108.239.018.042.037.084.058.126.068.136.141.27.22.402a.74.74 0 0 1 .034.063c.021.034.045.065.066.1.052.08.105.162.163.24.042.061.084.124.131.185l.008.013c.052.068.108.131.16.197.087.105.176.207.27.307l.132.14c.065.065.131.13.2.193.036.035.073.066.11.098.07.06.136.126.21.183a6.13 6.13 0 0 0 1.614.932c.035.014.066.027.1.037.06.024.121.05.184.071.037.013.076.021.113.032l.126.036c.168.048.339.09.512.121.042.008.081.019.123.024.01 0 .021 0 .032.002.404.066.816.09 1.231.06l.864 4.709a.838.838 0 0 0 .192.423.847.847 0 0 0 .373.265c.031.01.063.02.094.028.029.008.063.01.092.016.031.005.06.005.092.005a.936.936 0 0 0 .094-.005c.027-.003.056-.005.082-.013a.693.693 0 0 0 .079-.026c.005 0 .007-.003.013-.003.002-.003.005-.003.01-.005.016-.008.032-.013.047-.021.003 0 .006-.003.008-.005.032-.016.047-.024.087-.048l.04-.026c.012-.008.026-.018.041-.026.027-.019.056-.037.082-.053.026-.015.055-.037.081-.052.026-.016.055-.034.082-.053.026-.018.055-.034.08-.052.027-.019.056-.035.082-.053l.082-.052c.026-.019.055-.035.081-.053.026-.018.055-.034.082-.052.026-.019.055-.037.08-.053.027-.016.056-.037.082-.052.013-.008.016-.014.032-.021-.005.002 0 0-.005 0-.03.015-.058.031-.09.044-.029.013-.058.021-.086.03a.923.923 0 0 1-.092.02.416.416 0 0 1-.06.005h-.095c-.016 0-.032 0-.048-.005-.013 0-.028-.005-.042-.008l-.044-.008h-.008c-.031-.005-.063-.018-.095-.029-.052-.023-.1-.044-.147-.07a.785.785 0 0 1-.139-.1c-.042-.034-.073-.079-.11-.121a.939.939 0 0 1-.184-.4l-.88-4.764a5.515 5.515 0 0 1-.55.01c-.227-.026-.452-.037-.678-.068-.071-.01-.142-.026-.213-.04a6.885 6.885 0 0 1-.627-.157c-.074-.024-.147-.05-.22-.076-.085-.03-.166-.063-.248-.095-.063-.026-.128-.052-.191-.081a6.58 6.58 0 0 1-.386-.192 4.488 4.488 0 0 1-.187-.108 3.705 3.705 0 0 1-.218-.134c-.068-.044-.139-.089-.204-.136-.071-.047-.137-.1-.205-.15a5.42 5.42 0 0 1-.15-.113c-.045-.034-.087-.073-.129-.11-.073-.063-.144-.123-.215-.189a4.947 4.947 0 0 1-.333-.336 6.047 6.047 0 0 1-.428-.507c-.048-.06-.09-.123-.134-.186a5.282 5.282 0 0 1-.168-.255l-.09-.142a6.277 6.277 0 0 1-.78-2.076s-1.52-8.513-1.517-8.513a5.538 5.538 0 0 1-.063-1.515c.003-.031.005-.063.01-.091a5.133 5.133 0 0 1 .174-.864 5.018 5.018 0 0 1 .438-1.03c.027-.05.058-.097.087-.144.053-.087.11-.173.168-.257l.095-.134c.042-.058.086-.113.13-.168.032-.04.067-.076.1-.113l.11-.124-.03.035s.02-.021.028-.035l-.031.037-.066.071-.029.03-.084.088a.861.861 0 0 1-.05.053l-.13.139s-.022.021-.03.032l-.084.086a.537.537 0 0 1-.042.045c-.026.023-.058.063-.084.086-.026.024-.06.06-.084.087a.611.611 0 0 1-.042.045c-.024.026-.058.06-.081.086a5.32 5.32 0 0 0-.352.42l-.021.03c-.05.068-.103.133-.147.204a4.626 4.626 0 0 0-.31.554c-.029.063-.063.123-.09.187-.02.05-.036.1-.057.15a3.387 3.387 0 0 0-.126.356.409.409 0 0 1-.021.06l-.032.122c-.01.044-.026.086-.036.13-.006.024-.008.05-.013.074a4.094 4.094 0 0 0-.058.313l-.016.11a4.492 4.492 0 0 0-.034.323c0 .018-.005.04-.005.058v.047c-.021.407 0 .83.078 1.258h-.002Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M20.81 12.924a5.246 5.246 0 0 1 2.056.279 6.086 6.086 0 0 1 1.83 1.013 6.494 6.494 0 0 1 1.42 1.594c.384.609.668 1.294.82 2.021l1.334 6.449.081.394.097.457.148.709c.154.756.162 1.49.044 2.168a5.018 5.018 0 0 1-.725 1.857 4.532 4.532 0 0 1-1.378 1.357 4.53 4.53 0 0 1-1.909.656l-6.306.704-5.506 6.144a.734.734 0 0 1-.202.15c-.035.018-.077.031-.116.047a.466.466 0 0 1-.123.024c-.03 0-.063.005-.092.005-.03 0-.063 0-.092-.005a7.723 7.723 0 0 0-.097-.016.925.925 0 0 1-.473-.297.964.964 0 0 1-.2-.42l-.88-4.765a5.618 5.618 0 0 1-2.16-.281 6.187 6.187 0 0 1-1.92-1.056 6.431 6.431 0 0 1-1.464-1.672 6.235 6.235 0 0 1-.806-2.13l-1.518-8.517a5.428 5.428 0 0 1 .05-2.203c.163-.685.46-1.31.866-1.846.407-.535.925-.98 1.526-1.302a5.02 5.02 0 0 1 2.032-.578l10.145-.698.17-.01.949-.066 2.405-.163-.005-.003ZM22.29 23.8a1.424 1.424 0 0 0 1.05-.609c.118-.17.197-.365.239-.575.042-.21.042-.44-.008-.674a1.992 1.992 0 0 0-1.305-1.484 1.65 1.65 0 0 0-.659-.079 1.408 1.408 0 0 0-1.053.599c-.118.168-.2.362-.244.575a1.68 1.68 0 0 0 .003.677c.047.237.136.46.262.66.126.199.281.372.46.514.178.142.38.252.593.32.213.069.439.095.662.076Zm-11.7 1.088a1.531 1.531 0 0 0 1.376-1.216c.047-.215.05-.454.005-.696a1.926 1.926 0 0 0-.262-.67 2.027 2.027 0 0 0-1.08-.85 1.75 1.75 0 0 0-.693-.079 1.531 1.531 0 0 0-1.381 1.208c-.05.218-.055.454-.008.698a1.988 1.988 0 0 0 .736 1.203c.186.144.393.257.617.328.223.07.457.1.695.076m5.918-.554a1.458 1.458 0 0 0 1.082-.617c.121-.173.205-.37.25-.583a1.717 1.717 0 0 0 0-.685 1.887 1.887 0 0 0-.263-.66 2.076 2.076 0 0 0-.462-.516 1.92 1.92 0 0 0-.599-.323 1.722 1.722 0 0 0-.674-.079 1.49 1.49 0 0 0-.625.192 1.452 1.452 0 0 0-.46.415 1.627 1.627 0 0 0-.254 1.27 2.025 2.025 0 0 0 .727 1.19c.181.144.388.254.604.325.215.071.446.1.677.076"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M35.27 4.446a5.312 5.312 0 0 1 2.087.326 6.436 6.436 0 0 1 1.877 1.079 7.037 7.037 0 0 1 1.473 1.664c.402.636.706 1.342.874 2.096l1.888 8.328c.17.748.197 1.48.1 2.158a4.978 4.978 0 0 1-.649 1.856 4.373 4.373 0 0 1-1.294 1.374 4.3 4.3 0 0 1-1.83.693l1.053 4.77c.016.082.026.163.024.237a.88.88 0 0 1-.037.218.685.685 0 0 1-.237.344c-.023.018-.05.034-.073.05-.024.013-.053.026-.079.039a.772.772 0 0 1-.084.026c-.029.008-.058.01-.087.013a.47.47 0 0 1-.12 0c-.042 0-.082-.008-.124-.015a.56.56 0 0 1-.123-.04.646.646 0 0 1-.12-.06L32.16 24.77l-3.747.365-.094-.457-.082-.394-1.334-6.448a6.203 6.203 0 0 0-.816-2.022 6.394 6.394 0 0 0-1.42-1.594 6.117 6.117 0 0 0-1.83-1.013 5.24 5.24 0 0 0-2.056-.279l-2.403.163-.95.066-.389-1.964a5.747 5.747 0 0 1 0-2.271 4.858 4.858 0 0 1 .838-1.89 4.53 4.53 0 0 1 1.52-1.316 4.814 4.814 0 0 1 2.048-.554L24 5.032l1.172-.06 10.098-.523.007-.006-.008.003Z"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg id="tnt-Dot-ExternalLink" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M10.982 36.528c.45.258.974.357 1.488.28l30.053-4.457-16.159-5.808L0 30.233l10.982 6.295Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m8.33 13.553 31.125-2.383 3.98 18.67c.04.193.044.381.015.559-.03.178-.094.336-.183.475a1.086 1.086 0 0 1-.346.34 1.175 1.175 0 0 1-.48.164L13.748 34.31c-.193.02-.385 0-.563-.06a1.712 1.712 0 0 1-.505-.266 1.738 1.738 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.56L8.33 13.554Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M42.816 31.27c-.04.02-.079.035-.118.05a.972.972 0 0 1-.129.035c-.044.01-.089.014-.133.02l-28.693 2.931c-.193.02-.386 0-.564-.059a1.707 1.707 0 0 1-.504-.267 1.736 1.736 0 0 1-.39-.435 1.57 1.57 0 0 1-.218-.559L8.329 13.554l-.366-1.893c-.025-.12-.03-.238-.025-.351a1.19 1.19 0 0 1 .06-.327 1.36 1.36 0 0 1 .133-.292 1.27 1.27 0 0 1 .198-.242l-.688.633c-.074.07-.143.153-.197.242a1.513 1.513 0 0 0-.134.287 1.19 1.19 0 0 0-.06.326c-.004.114 0 .233.025.352l.361 1.888 3.719 19.353c.04.203.113.39.217.554.104.168.238.311.386.43.148.119.321.208.5.267.177.06.37.08.563.06l28.589-2.938a1.224 1.224 0 0 0 .262-.054.849.849 0 0 0 .119-.05c.04-.02.074-.04.108-.059l.826-.524c-.034.025-.074.045-.109.064v-.01Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M37.492 8.07a1.33 1.33 0 0 1 .524.07c.168.054.326.148.47.261a1.66 1.66 0 0 1 .578.94l.39 1.825L8.33 13.553l-.366-1.894a1.441 1.441 0 0 1 0-.564 1.21 1.21 0 0 1 .208-.474c.099-.139.228-.253.38-.337.154-.084.327-.138.515-.153L37.492 8.07Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m41.546 32.968-1.09.702s-.024.017-.035.022c-.01.005-.024.016-.035.022-.01.005-.024.016-.035.021-.01.006-.024.017-.035.022a7.317 7.317 0 0 1-2.262.908 7.47 7.47 0 0 1-.819.133 7.115 7.115 0 0 1-.416.035c-.138.008-.28.011-.421.014-.14.002-.284 0-.427-.011-.143-.01-.287-.016-.43-.033a8.78 8.78 0 0 1-1.289-.227 9.308 9.308 0 0 1-2.475-1.028 10.35 10.35 0 0 1-2.178-1.724 10.752 10.752 0 0 1-1.662-2.244 10.385 10.385 0 0 1-1.008-2.586 9.918 9.918 0 0 1-.225-1.336 9.108 9.108 0 0 1-.032-1.329 8.58 8.58 0 0 1 .503-2.501c.143-.388.313-.76.51-1.112a7.376 7.376 0 0 1 1.484-1.867l.962-.87a7.21 7.21 0 0 0-.822.878 7.507 7.507 0 0 0-.672 1.008 7.964 7.964 0 0 0-.854 2.342 8.9 8.9 0 0 0-.163 1.31 9.31 9.31 0 0 0 .033 1.341c.043.45.119.903.227 1.35a10.55 10.55 0 0 0 1.783 3.803c.282.38.587.74.914 1.082a10.507 10.507 0 0 0 2.203 1.746c.396.235.807.438 1.223.614a9.04 9.04 0 0 0 3.01.694c.147.009.287.011.43.011.144 0 .284-.005.428-.01a8.477 8.477 0 0 0 1.248-.168 7.669 7.669 0 0 0 1.56-.523c.248-.115.488-.245.72-.388.014-.009.025-.017.039-.022.013-.005.024-.016.035-.022.01-.005.024-.016.035-.021l.035-.025"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M41.067 18.264a10.802 10.802 0 0 1 3.191 4.302c.225.553.403 1.128.53 1.71a9.493 9.493 0 0 1 .192 2.602c-.03.426-.087.849-.176 1.26a8.256 8.256 0 0 1-.357 1.207 7.72 7.72 0 0 1-1.224 2.123 7.233 7.233 0 0 1-3.31 2.282 7.517 7.517 0 0 1-1.624.352 7.39 7.39 0 0 1-.849.046 7.61 7.61 0 0 1-.43-.01 8.601 8.601 0 0 1-1.735-.266A9.274 9.274 0 0 1 34 33.444a10.164 10.164 0 0 1-2.378-1.41 10.602 10.602 0 0 1-1.962-2.033 10.605 10.605 0 0 1-1.784-3.803 9.703 9.703 0 0 1-.226-1.35 9.272 9.272 0 0 1-.033-1.342 8.749 8.749 0 0 1 .511-2.55 7.89 7.89 0 0 1 .527-1.141c.203-.364.435-.703.694-1.022a7.257 7.257 0 0 1 2.903-2.16 7.654 7.654 0 0 1 2.389-.548 8.342 8.342 0 0 1 1.683.065c.56.078 1.116.211 1.662.396.546.184 1.078.42 1.595.707.516.287 1.013.62 1.486 1.003v.008Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M38.71 19.213c.525-.046 1.005.105 1.44.452.436.348.71.798.822 1.352l1.47 7.256c.113.553.028 1.035-.254 1.445-.282.41-.685.638-1.21.684l-5.882.515a2.896 2.896 0 0 1-1.167-.142 3.709 3.709 0 0 1-1.04-.555 4.004 4.004 0 0 1-.796-.909 3.482 3.482 0 0 1-.467-1.16 2.809 2.809 0 0 1-.007-1.178c.08-.378.214-.716.406-1.014.206-.3.467-.537.783-.713a2.51 2.51 0 0 1 1.07-.338l2.63-.23-.83-.662a.646.646 0 0 1-.245-.378.51.51 0 0 1 .065-.406.465.465 0 0 1 .358-.21.547.547 0 0 1 .404.12l1.936 1.544c.123.123.198.25.224.38a.51.51 0 0 1-.065.407l-1.253 1.822a.444.444 0 0 1-.337.207.62.62 0 0 1-.425-.118.72.72 0 0 1-.229-.403.515.515 0 0 1 .086-.408l.537-.78-2.63.23a1.538 1.538 0 0 0-.674.214 1.6 1.6 0 0 0-.495.466c-.12.174-.204.381-.254.623a1.72 1.72 0 0 0 .002.734c.106.524.37.96.792 1.31.433.332.898.477 1.395.433l5.881-.514a.68.68 0 0 0 .53-.291c.12-.174.155-.384.105-.632l-1.471-7.256a.977.977 0 0 0-.352-.591.855.855 0 0 0-.629-.19l-6.875.601a.68.68 0 0 0-.531.291c-.12.174-.154.384-.104.632l.337 1.661a.59.59 0 0 1-.061.428.436.436 0 0 1-.342.185.623.623 0 0 1-.424-.118.716.716 0 0 1-.23-.402l-.336-1.662c-.112-.553-.027-1.035.255-1.445.282-.41.685-.638 1.21-.684l6.875-.602h.002Z"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg id="tnt-Dot-FaceID" xmlns="http://www.w3.org/2000/svg" width="46" height="46" fill="none" viewBox="0 0 46 46">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M22.354 4.348c1.102-1.133 1.867.07 1.87.077 1.12-.829 1.535.2 1.535.2 1.35-.843 1.84.412 1.84.412 1.514-.795 1.837.591 1.839.598 1.87-.385 1.902 1.073 1.902 1.073 1.716-.367 1.856 1.164 1.856 1.164 1.546-.09 1.458 1.268 1.458 1.273 1.67-.014 1.336 1.423 1.336 1.426 1.471.137.996 1.658.996 1.658 1.563.384.843 1.793.843 1.793 1.374.32.619 1.886.611 1.902 1.672.797.308 2.101.308 2.101 1.425.783.156 2.009.154 2.01 1.182 1.06-.098 2.056-.098 2.056 1.186.915-.163 1.892-.178 1.902.596.795-.483 1.468-.49 1.472.351 1.144-.678 1.438-.688 1.44.461 1.26-.766 1.473-.766 1.473.335 1.094-.588 1.486-1.067 1.611a1.085 1.085 0 0 1-1.346 1.175 1.084 1.084 0 0 1-1.08 1.045c-.042 0-.08 0-.119-.006a1.081 1.081 0 0 1-1.437.482c-.01.16-.059.325-.146.476a1.085 1.085 0 0 1-1.752.164 1.082 1.082 0 0 1-1.814.384 1.293 1.293 0 0 1-.14.42 1.245 1.245 0 0 1-1.609.521 1.222 1.222 0 0 1-.468-.392c-.074.27-.242.525-.668.7a1.063 1.063 0 0 1-.822 0 1.069 1.069 0 0 1-.58-.654 1.231 1.231 0 0 1-1.57 1.077 1.23 1.23 0 0 1-.874-1.046l-.021.046a1.228 1.228 0 0 1-2.332-.469 1.23 1.23 0 0 1-1.503.346 1.231 1.231 0 0 1-.689-1.077c-.36.35-.913.455-1.392.22a1.218 1.218 0 0 1-.587-.611 1.235 1.235 0 0 1-1.336-1.175c-1.977.247-2.273-1.7-2.276-1.716-1.985.031-1.309-1.78-1.303-1.794-1.56.046-1.107-1.664-1.105-1.671-1.074-.137-.707-1.64-.707-1.64-.813-.307-.34-1.269-.339-1.273-1.134-.488-.265-1.729-.262-1.734-1.364-.765-.262-2.038-.262-2.038-1.333-.95.057-2.25.063-2.255v-.004c-1.028-1.395.412-2.038.412-2.038-.629-1.472.661-1.933.661-1.933-.58-1.481 1.023-1.897 1.042-1.902-.307-1.88 1.367-1.933 1.38-1.934-.107-1.86 1.473-1.566 1.49-1.562.32-1.634 1.935-1.262 1.948-1.26.198-1.265 1.806-.923 1.825-.919.67-1.877 2.268-.854 2.286-.842.675-1.535 1.948-.43 1.948-.43 1.073-1.49 2.223-.322 2.223-.322Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M22.019 11.52c.696-.064.633.422 1.695.286 1.063-.136 1.448-.136 1.868.049.42.185.657.706 1.388.885.73.178.933.276 1.412.681.479.406.43.983.909 1.388.479.406.755.48 1.06.958.303.48.027.895.206 1.374.178.48.465.172.734.612l.019.033c.064.182.12.359.172.53.004.22-.072.465-.23.822-.293.664.462.867.588 1.345.126.48-.51 1.13-.168 1.728.126.22.202.603.248.998-.05 1.675-.223 3.707-.49 6.351-.485 4.814-1.545 5.524-2.915 6.758-1.37 1.238-3.09 2.605-5.65 2.608-2.56 0-4.283-1.37-5.65-2.608-1.254-1.132-2.248-1.82-2.78-5.62-.16.116-.38.215-.678.229-.762.035-1.094-1.028-1.493-2.783-.398-1.755-.695-3.28 0-3.412.601-.115 1.45.588 1.67.781a60.71 60.71 0 0 1-.1-1.632v-.216c0-.121-.045-.38.27-.909.29-.783.14-1.084 0-1.717-.004-.008-.273-.632.227-1.083.325-.294.328-.832.276-1.79-.053-.958.874-1.657 1.105-1.787.23-.13.81-.822 1.038-1.626.227-.804.657-1.175 1.112-1.304.454-.13.832-.136 1.335-.587.504-.451.305-.703.794-.867.49-.164.395.045.822.164.426.119.51-.577 1.206-.64Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.945 11.71c.253.012.44.057.637.144.42.185.657.706 1.387.884.731.179.934.277 1.413.682.479.406.43.982.909 1.388.479.406.755.48 1.06.958.303.479.027.895.206 1.374.178.479.464.171.734.612l.013.023c.066.187.125.37.178.545.003.218-.073.462-.23.816-.293.665.462.868.588 1.347.125.479-.51 1.129-.168 1.726.126.22.202.603.248.997a52.89 52.89 0 0 1-.112 2.116c.355-.276.973-.681 1.44-.592.696.133.4 1.657 0 3.412-.398 1.756-.73 2.819-1.492 2.784a1.286 1.286 0 0 1-.478-.112c-.536 3.697-1.522 4.385-2.763 5.503-1.37 1.238-3.09 2.605-5.65 2.608-1.329 0-2.43-.37-3.374-.898 2.629.223 3.86-.41 4.192-1.51h-.007c.35-1.164-1.147-1.852-1.147-1.696 1.811-.84 1.052-2.811 1.052-2.811.392-.84 0-1.944 0-1.944 1.745.384 2.15-1.039 2.15-1.039l1.543 1.752c.514-1.143.811-1.741 1.905-3.049 1.09-1.302.734-2.195.73-2.203-.779.546-2.013.315-2.51.231-.496-.084-1.276-.412-1.36-.685-.083-.269.422-.356.423-.357 1.556.268 1.754-1.493 1.756-1.51 0 0-.895-.993-2.154-.465s-1.325 2.783-1.325 2.783l-1.126.23s-.066-.562 0-1.82c.066-1.26.399-2.686 1.126-3.147.727-.462 1.822-.231 1.822-.231 1.53-4.447-.451-7.522-1.616-8.845ZM20.89 27.62c-.052.066-.623.83-.56 1.718-.006-.001-.401-.095-.745.217.003-.012.415-1.636 1.304-1.936Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m20.893 27.618-.004.002a.36.36 0 0 1 .004-.005v.003Zm-3.042-6.796c.006 0 .931-.074 1.28-.042.35.031 1.846 0 2.27 1.43l.006.003s.248.993.164 1.392c-.084.398-1.094.835-1.094.835-.004-.01-.278-.756-1.15-.92-.878-.164-2.406-.345-2.986.434 0 0 .503-1.909 2.856-1.843l-1.346-1.29Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M15.39 21.66s.972-.85 1.689-.85c.717 0 1.678.364 2.45.574.773.21 1.613.388 1.79.276.18-.112.113-.762.099-.85-.014-.087-.343-.307-1.039-.388-.695-.08-1.426-.112-2.465-.066-1.038.045-2.195.409-2.527 1.304h.003Zm15.339 0s-.972-.85-1.689-.85c-.716 0-1.678.364-2.45.574-.773.21-1.612.388-1.79.276-.179-.112-.113-.762-.099-.85.014-.087.343-.307 1.039-.388.696-.08 1.426-.112 2.465-.066 1.038.045 2.195.409 2.527 1.304h-.003Zm-8.443 7.662c-.007-.189-.333-.465-.665-.454-.332.01-.598.265-.598.496 0 .23.333.297.57.266.238-.032.696-.126.69-.308h.003Zm1.38.163c.039.161.399.19.63.15.23-.038.38-.15.38-.384s-.125-.318-.387-.3c-.263.017-.679.297-.623.538v-.004Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M23.037 34.926c.619 0 1.182-.031 1.8-.486.62-.454 1.57-1.346 1.581-1.479.01-.132-.808-.388-1.325-.695-.517-.308-.783-.497-1.315-.486-.531.01-.74.23-.74.23s-.256-.23-.753-.23c-.496 0-1.17.332-1.524.629-.353.297-.619.486-1.105.598 0 0 1.053 1.136 1.913 1.524.86.388.972.399 1.468.399v-.004Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M23.037 34.925c-.496 0-.608-.01-1.468-.398-.542-.241-1.158-.783-1.539-1.15a.569.569 0 0 1 .179-.133s.143-.133 1.15-.144c1.003-.01 2.22 0 2.74 0 1.172 0 1.714.374 1.714.374l.09.056c-.324.308-.737.668-1.062.906-.619.454-1.182.486-1.8.486h-.004v.003Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M20.478 24.44c-.13-.006-.79-.43-.867-.356-.07.574-.703 1.063-1.26.734-.303-.178-.401-.458-.541-.758-.416.15-.944.42-1.346.098-.084-.068-.124-.134-.119-.2.192-.332.633-.51.99-.604.877-.235 1.936-.186 2.657.363.216.164.486.437.486.724Zm7.569-.382c-.154.657-.79 1.172-1.416.661a.986.986 0 0 1-.37-.664l-.867.38c.014-.335.412-.695.681-.863.825-.51 2.63-.5 3.34.2.178.178.17.276-.046.412-.451.283-.878-.007-1.318-.133l-.004.007Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M3.636 39.245v-5.626h1.049v5.626c0 1.291.992 2.3 2.143 2.3h6.786v1.049H6.828c-1.787 0-3.192-1.537-3.192-3.35Zm0-27.293c0-1.817 1.406-3.35 3.192-3.35h7.045v1.05H6.828c-1.151 0-2.143 1.005-2.143 2.3v6.24h-1.05v-6.24Zm38.476 0c0-1.292-.993-2.3-2.144-2.3h-6.555v-1.05h6.556c1.786 0 3.191 1.537 3.191 3.35v6.318h-1.048v-6.318Zm0 27.293v-5.433h1.05v5.433c0 1.817-1.407 3.35-3.193 3.35h-6.44v-1.05h6.44c1.151 0 2.143-1.006 2.143-2.3Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M24.654 27.238c.61.24 1.386 1.558 1.253 2.186-.131.624-.914.498-.926.496.01-.005.695-.346.597-.828a4.736 4.736 0 0 0-.924-1.854Zm-12.227-1.474c.101-.21.216-.283.405-.111v.003c-.004.004-.247.21-.101 2.098-.001-.004-.472-1.64-.304-1.99Zm20.533-.36c.188-.171.303-.098.404.111.168.35-.301 1.982-.303 1.99.145-1.882-.096-2.093-.102-2.098v-.003Zm-8.306 1.834-.006-.003h.004l.002.003Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M45.5 25.386v1.049H.5v-1.05h45Z"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="a">
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M.5.5h45v45H.5z"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Fingerprint" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="m10.618 1.563.371 1.798-6.21.467c-.305.019-.59.095-.838.218a2.127 2.127 0 0 0-.638.467c-.172.19-.295.409-.372.647a1.433 1.433 0 0 0-.028.752l1.457 7.204-1.743.143L1.17 6.054a3.487 3.487 0 0 1 .02-1.475c.104-.456.323-.885.618-1.246a3.452 3.452 0 0 1 1.115-.895 4 4 0 0 1 1.495-.41l6.21-.456-.009-.01ZM31.811.01a4.246 4.246 0 0 1 1.553.181c.495.153.971.39 1.39.695.42.305.781.676 1.067 1.095.286.418.495.894.6 1.399l1.553 7.299-1.667.133-1.553-7.309a2.017 2.017 0 0 0-.324-.714 2.118 2.118 0 0 0-.6-.561 2.892 2.892 0 0 0-.78-.352 2.457 2.457 0 0 0-.877-.086l-6.696.495-.372-1.78L31.802.02l.009-.01ZM8.644 34.434l1.4 6.966a1.9 1.9 0 0 0 .333.733c.162.219.381.418.62.57.238.153.524.277.81.353.285.076.6.105.914.067l6.038-.61.381 1.847-6.048.618c-.552.057-1.105 0-1.629-.142a4.71 4.71 0 0 1-1.447-.686A4.345 4.345 0 0 1 8.9 43.018a3.966 3.966 0 0 1-.619-1.456l-1.4-6.967 1.743-.161h.019Zm33.702-3.314 1.476 6.919a3.543 3.543 0 0 1 0 1.485 3.327 3.327 0 0 1-.571 1.265 3.296 3.296 0 0 1-1.058.923c-.419.229-.914.39-1.447.448l-6.83.695-.38-1.828 6.828-.685c.296-.029.572-.114.82-.238.247-.124.447-.295.61-.485a1.664 1.664 0 0 0 .362-1.409l-1.477-6.928 1.667-.162Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color23)" d="M21.237 16.732c.457-.038.924-.02 1.39.047a6.43 6.43 0 0 1 1.383.363c.447.17.904.399 1.333.684.428.286.837.62 1.218 1.019 1.01 1.047 1.677 2.427 2.068 3.978.39 1.551.514 3.284.428 5.006a24.106 24.106 0 0 1-.79 5.006c-.42 1.551-.972 2.93-1.581 3.95-.048.075-.134.219-.239.39-.104.17-.247.38-.4.58-.152.2-.304.39-.466.543-.162.152-.305.247-.448.257h-.095c-.019 0-.029-.01-.048-.02s-.029-.019-.048-.028a2.046 2.046 0 0 1 .03-.904c.066-.276.2-.543.352-.79.152-.248.314-.495.476-.733.162-.238.314-.485.419-.732.41-.943.78-1.99 1.086-3.094a22.36 22.36 0 0 0 .667-3.436c.133-1.18.171-2.37.085-3.54a13.6 13.6 0 0 0-.676-3.407 5.833 5.833 0 0 0-.99-1.808 6.18 6.18 0 0 0-1.467-1.313 5.84 5.84 0 0 0-1.753-.762 5.538 5.538 0 0 0-1.848-.162c-.238.02-.477.057-.715.114a4.419 4.419 0 0 0-.685.22c-.229.094-.438.2-.648.323a3.27 3.27 0 0 0-.59.438c-.077.067-.19.219-.324.409-.133.19-.286.419-.448.638-.162.218-.323.438-.476.6-.152.161-.286.266-.39.276h-.076s-.02 0-.02-.01a1.2 1.2 0 0 1-.209-.61c-.01-.2.028-.399.105-.59.076-.19.18-.37.294-.542a3.8 3.8 0 0 1 .373-.466c.238-.276.504-.533.79-.752.285-.219.581-.41.905-.561a6.2 6.2 0 0 1 .99-.372 5.477 5.477 0 0 1 1.048-.18l-.01-.029Zm4.744 10.003c.115.6.152 1.218.123 1.846a12.466 12.466 0 0 1-.237 1.875 14.648 14.648 0 0 1-.505 1.817c-.2.59-.42 1.143-.648 1.657-.057.133-.238.476-.486.914-.247.437-.562.97-.895 1.494a12.03 12.03 0 0 1-1.028 1.408c-.334.38-.64.637-.877.666h-.057c-.019 0-.039 0-.058-.01-.018-.009-.037-.009-.046-.018-.01-.01-.03-.02-.048-.029a1.732 1.732 0 0 1 .066-.961c.105-.305.296-.61.505-.895.21-.285.457-.58.686-.857.228-.275.447-.56.609-.846.324-.562.62-1.162.877-1.77.257-.61.466-1.247.647-1.894a17.12 17.12 0 0 0 .42-1.99c.104-.675.162-1.36.171-2.045l.781-.333v-.029Zm3.503-8.27c.82 1.057 1.4 2.323 1.791 3.693.39 1.37.59 2.865.648 4.36a24.88 24.88 0 0 1-.238 4.406 22.036 22.036 0 0 1-.877 3.825c-.038.105-.105.333-.21.61-.104.275-.237.628-.38.951a5.87 5.87 0 0 1-.467.885c-.162.238-.324.4-.467.42h-.066c-.01 0-.02-.001-.029-.01-.01-.01-.018-.01-.028-.02-.029-.095-.067-.171-.096-.247-.028-.076-.066-.143-.094-.21a.76.76 0 0 1-.058-.21 1.243 1.243 0 0 1 0-.266c.029-.266.124-.608.257-.98.133-.37.295-.79.467-1.218.171-.428.342-.866.495-1.304a9.8 9.8 0 0 0 .352-1.217c.124-.638.23-1.361.296-2.122.067-.762.115-1.571.124-2.38a28.45 28.45 0 0 0-.067-2.399 17.333 17.333 0 0 0-.295-2.17 5.974 5.974 0 0 0-.324-.989 25.833 25.833 0 0 0-.476-1.057c-.162-.342-.324-.675-.448-.96-.124-.286-.219-.543-.247-.724a.616.616 0 0 1 0-.229c.019-.076.028-.142.066-.209a.51.51 0 0 1 .124-.152.388.388 0 0 1 .18-.076h.067Zm-8.037 13.582h.229c.219.18.19.533.02.97-.172.438-.497.972-.868 1.486s-.78 1.027-1.152 1.436c-.371.41-.686.714-.848.819-.076.047-.152.095-.229.134-.076.038-.143.075-.21.104-.066.029-.133.047-.19.066a.542.542 0 0 1-.172.029c-.104.01-.19 0-.257-.038a.22.22 0 0 1-.114-.181c-.01-.086 0-.19.058-.323.057-.133.133-.286.257-.467.123-.19.295-.39.476-.59.181-.2.39-.41.6-.61.21-.199.419-.408.619-.617.2-.21.38-.41.533-.61.095-.123.162-.276.238-.447.077-.171.133-.343.22-.514.085-.171.181-.323.305-.437a.824.824 0 0 1 .495-.219l-.01.009Zm.98-12.411c.19.01.39.057.58.114a3.671 3.671 0 0 1 1.153.581c.229.162.486.41.724.704.238.295.457.628.6.951.143.324.219.638.161.905-.057.266-.228.466-.58.561a3.877 3.877 0 0 0-.438-1.095 4.272 4.272 0 0 0-.715-.922 3.218 3.218 0 0 0-.895-.619 1.998 1.998 0 0 0-.99-.181.936.936 0 0 0-.277.048 3.143 3.143 0 0 0-.276.095 1.433 1.433 0 0 0-.267.143 3.867 3.867 0 0 0-.267.2c-.371.323-.57.713-.675 1.16-.105.447-.106.933-.068 1.456.038.524.125 1.057.182 1.6.057.542.113 1.075.085 1.579a10.066 10.066 0 0 1-.476 2.36 14.526 14.526 0 0 1-1.067 2.485 11.355 11.355 0 0 1-1.514 2.16c-.562.618-1.181 1.095-1.829 1.361-.038.02-.076.028-.114.047a.544.544 0 0 1-.114.038c-.039.01-.077.019-.106.029a.326.326 0 0 1-.095.01c-.133.009-.247-.001-.333-.049a.305.305 0 0 1-.162-.199.629.629 0 0 1 .048-.333c.048-.123.152-.285.295-.447.58-.657 1.133-1.2 1.648-1.723.514-.523.981-1 1.381-1.542a6.66 6.66 0 0 0 .98-1.865c.248-.733.41-1.609.458-2.703a10.253 10.253 0 0 0-.095-1.617c-.067-.533-.152-1.076-.19-1.59-.038-.514-.029-1.018.076-1.485.105-.466.323-.904.704-1.295a3.244 3.244 0 0 1 .877-.637c.152-.075.323-.143.495-.18.171-.039.343-.076.515-.096l.008-.01c.19-.018.382-.009.573 0Zm11.658 5.053c.057 0 .114.01.17.057a.596.596 0 0 1 .163.2c.047.095.105.2.143.333.038.133.076.285.105.466.105.666.142 1.37.133 2.094-.01.723-.057 1.457-.133 2.199a50.355 50.355 0 0 1-.286 2.179c-.105.714-.22 1.4-.315 2.037l-1.028-.495a7.232 7.232 0 0 0 .515-1.97c.085-.685.104-1.4.094-2.113-.01-.714-.037-1.427-.047-2.113-.009-.685 0-1.351.067-1.98.019-.142.038-.266.066-.38.029-.114.058-.2.096-.267a.56.56 0 0 1 .123-.162.325.325 0 0 1 .144-.066l-.01-.019ZM16.79 21.862c.114.02.2.068.267.144a.695.695 0 0 1 .142.275c.029.105.057.22.066.324.01.105.03.21.039.295.123.828.21 1.609.228 2.35.02.743-.009 1.457-.133 2.133a7.935 7.935 0 0 1-.609 1.96 7.938 7.938 0 0 1-1.22 1.846c-.19.22-.4.448-.629.666a7.627 7.627 0 0 1-.733.62c-.257.19-.533.352-.818.475a2.95 2.95 0 0 1-.896.237h-.229c-.028-.104-.057-.19-.076-.265a.965.965 0 0 1-.038-.22c0-.066 0-.133.038-.2.038-.066.076-.142.143-.218.095-.105.238-.219.41-.333.17-.114.38-.248.6-.38a7.17 7.17 0 0 0 .657-.44c.21-.16.42-.322.581-.503a8.35 8.35 0 0 0 .886-1.142c.257-.4.457-.819.619-1.257.162-.437.286-.904.362-1.38.076-.475.114-.99.105-1.522 0-.133-.048-.4-.105-.742a17.334 17.334 0 0 1-.162-1.143c-.038-.39-.047-.77 0-1.056.048-.285.172-.475.39-.494l.02-.03h.095Zm5.113-8.1c.4.02.8.077 1.21.153a9.62 9.62 0 0 1 2.439.828c.21.105.448.218.676.352.229.133.466.286.666.448.2.162.382.361.505.57.124.21.2.448.19.714a2.551 2.551 0 0 1-.837-.228 8.057 8.057 0 0 1-.791-.428c-.267-.162-.524-.333-.8-.495a4.607 4.607 0 0 0-.876-.41c-.295-.104-.582-.18-.877-.256a7.276 7.276 0 0 0-.866-.162 8.65 8.65 0 0 0-.858-.067c-.285-.01-.561 0-.837.028a7.407 7.407 0 0 0-2.248.543 6.904 6.904 0 0 0-1.906 1.19 6.735 6.735 0 0 0-1.419 1.789c-.38.685-.638 1.476-.771 2.332a9.224 9.224 0 0 0-.067 1.97c.039.628.124 1.246.171 1.855.048.61.057 1.228-.038 1.856a5.569 5.569 0 0 1-.685 1.96 3.382 3.382 0 0 1-.467.58c-.229.239-.505.515-.81.772a6.754 6.754 0 0 1-.943.686c-.314.18-.609.314-.857.333h-.19a.333.333 0 0 1-.162-.058.502.502 0 0 1-.134-.114.747.747 0 0 1-.104-.171c-.057-.133.028-.296.2-.467.171-.171.419-.361.685-.552.267-.19.563-.38.82-.551.257-.172.476-.343.6-.476.447-.504.733-.98.905-1.447a3.99 3.99 0 0 0 .228-1.399c0-.466-.057-.961-.134-1.475a16.64 16.64 0 0 1-.17-1.665 8.498 8.498 0 0 1 .456-3.313 7.698 7.698 0 0 1 1.572-2.626 7.921 7.921 0 0 1 2.4-1.79 8.343 8.343 0 0 1 2.953-.799l-.01.01c.391-.028.781-.038 1.181-.02Zm.085 8.949.896.17c.152.22.276.743.362 1.409.086.666.134 1.476.124 2.256-.01.78-.058 1.541-.182 2.112-.123.571-.314.952-.58.98h-.077a1.104 1.104 0 0 1-.38-.656c-.058-.266-.048-.552-.02-.866.03-.314.086-.628.134-.942a6.12 6.12 0 0 0 .085-.885c0-.295.001-.59-.018-.895-.02-.304-.03-.6-.058-.894-.028-.295-.066-.6-.114-.904a9.287 9.287 0 0 0-.18-.895l.008.01Zm-4.447-11.365c.114 0 .228 0 .323.02a.59.59 0 0 1 .267.132.639.639 0 0 1 .181.276c.038.115.076.267.085.438a9.385 9.385 0 0 0-2.561 1.133 9.375 9.375 0 0 0-2.096 1.837 9.6 9.6 0 0 0-2.22 5.252c-.057.562-.019 1.18.039 1.818.057.638.123 1.295.152 1.923.028.628 0 1.228-.152 1.76-.153.533-.42.99-.877 1.342a3.729 3.729 0 0 1-.286.2c-.104.067-.219.124-.333.181a2.74 2.74 0 0 1-.352.143 1.593 1.593 0 0 1-.343.076c-.105.01-.21 0-.305-.02a.498.498 0 0 1-.256-.142.774.774 0 0 1-.182-.285 1.455 1.455 0 0 1-.076-.448c.743-.17 1.229-.4 1.553-.675.323-.276.467-.6.524-.971.057-.371.01-.79-.048-1.257-.057-.466-.133-.98-.152-1.532a14.706 14.706 0 0 1 .247-3.207c.2-1.018.505-1.99.933-2.884a10.08 10.08 0 0 1 1.63-2.435 9.585 9.585 0 0 1 2.333-1.866c.114-.066.247-.143.4-.228a6.607 6.607 0 0 1 1.048-.495c.18-.067.352-.105.524-.115v.029Zm-8.457 3.94c.266.038.4.19.437.419.038.228 0 .514-.076.809-.076.295-.19.6-.295.866a6.135 6.135 0 0 0-.21.58c-.047.238-.094.504-.132.78-.039.276-.087.571-.134.866-.048.295-.076.59-.105.867a12.88 12.88 0 0 0-.057.79c0 .076.029.342.067.694.038.352.086.81.114 1.257.029.447.028.885-.02 1.218-.047.333-.142.552-.322.57h-.048c-.02 0-.03 0-.048-.009-.02-.01-.038-.01-.057-.02l-.057-.028c-.172-.105-.296-.438-.391-.904-.095-.466-.143-1.047-.162-1.655a36.53 36.53 0 0 1-.019-1.742c.01-.524.03-.943.048-1.162.02-.162.076-.504.161-.922.086-.42.2-.923.334-1.399s.285-.943.438-1.285c.152-.343.324-.57.486-.59h.048Zm13.324-4.377c.238-.019.562.019.924.105.362.085.753.19 1.134.323a18.83 18.83 0 0 1 1.828.724c.733.352 1.476.818 2.2 1.37.724.552 1.43 1.18 2.077 1.875a15.695 15.695 0 0 1 1.724 2.208c.495.77.895 1.56 1.162 2.36.029.086.096.314.172.608.076.295.152.639.209.99.057.353.085.676.066.933-.019.257-.095.419-.247.438H33.6c-.02 0-.038 0-.067-.01a.467.467 0 0 1-.066-.028c-.02-.01-.048-.029-.076-.038a17.949 17.949 0 0 0-1.258-3.436 14.933 14.933 0 0 0-1.896-2.94 13.1 13.1 0 0 0-5.733-3.978c-.181-.068-.458-.105-.763-.162-.305-.057-.637-.106-.933-.182-.295-.076-.552-.19-.705-.351-.152-.162-.19-.372-.066-.648.019-.019.038-.029.066-.048a.344.344 0 0 1 .086-.038c.029-.01.067-.018.095-.028.029-.01.076-.01.114-.018l.01-.029ZM19.322 7.9c1.934-.152 3.906.114 5.801.733a17.288 17.288 0 0 1 5.305 2.855 17.639 17.639 0 0 1 4.125 4.625 16.489 16.489 0 0 1 2.228 6.073.944.944 0 0 1-.114.094.632.632 0 0 1-.105.067c-.038.019-.067.028-.095.038-.029.01-.058.02-.086.02-.143.009-.257-.068-.343-.21a2.162 2.162 0 0 1-.209-.553 8.57 8.57 0 0 1-.144-.675 3.333 3.333 0 0 0-.142-.57c-.705-1.875-1.61-3.56-2.695-5.026-1.086-1.466-2.334-2.703-3.725-3.692a14.64 14.64 0 0 0-4.543-2.19 14.963 14.963 0 0 0-5.163-.494 4.91 4.91 0 0 0-.371.038c-.124.02-.248.029-.372.038a5.15 5.15 0 0 0-.371.047c-.124.02-.248.039-.381.058a7.055 7.055 0 0 0-1.695.513c-.515.229-1.01.495-1.477.77-.467.277-.943.572-1.429.829-.486.257-.99.495-1.543.676-.171-.133-.181-.314-.096-.514.086-.2.268-.41.477-.619.21-.21.457-.4.676-.561.219-.162.4-.285.496-.342.467-.305.943-.58 1.429-.819a12.497 12.497 0 0 1 3.02-1.018 14.344 14.344 0 0 1 1.56-.219l-.018.028Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M42.716 21.253 3.88 25.407l-.575.062-.244-2.302 38.836-4.153.575-.062.244 2.301Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="a">
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Handshake" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M24.014 36.88a.979.979 0 0 0-.247-.161c-.022.054.021.118.053.172.065.076.119.151.194.205.065.043.367.27.345.097 0-.076-.086-.097-.14-.13a1.207 1.207 0 0 1-.215-.183h.01Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M25.469 38.068c.388-.065.69 0 1.012-.302.108-.097.28-.377.022-.334-.15.022-.28.259-.377.345-.183.162-.41.248-.657.29Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m32.321 29.576 2.187 2.38 1.487-1.152-2.058-4.708-1.616 3.48Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M35.995 30.814c2.238 0 4.051-2.064 4.051-4.61 0-2.548-1.813-4.612-4.05-4.612-2.238 0-4.052 2.064-4.052 4.611 0 2.547 1.814 4.611 4.051 4.611Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M33.269 28.338a47.743 47.743 0 0 0-1.476-1.832c-.507-.582-1.035-1.142-1.541-1.724-.226-.258-.453-.528-.69-.775a6.999 6.999 0 0 0-.775-.722c-.27-.216-.614-.356-.927-.518-.808-.43-1.648-.808-2.478-1.185-.215-.097-.42-.183-.636-.28-.086-.043-.42-.194-.495-.064 0 0-2.93-3.179-2.952-3.2-.043-.043-.14-.065-.194-.087-.13-.053-.248-.118-.377-.172-.302-.118-.615-.205-.927-.108-1.207.345-2.424.636-3.641.927-.41.097-1.132.43-1.552.345-.582-.13-1.185-1.002-1.605-1.4-.604-.572-1.207-1.154-1.81-1.725a317.788 317.788 0 0 0-2.77-2.607c-1.26 2.564-4.223 6.712-6.216 9.395l6.734 5.074 9.47 5.55 3.556 4.04c.215.14.42.28.635.42.13.086.259.183.388.258.173.108.27.291.42.399.259.183.658.27.96.323a2.79 2.79 0 0 0 1.077 0c.657-.13 1.379-.603 1.562-1.282 0 0 .593.108.657.108.28.01.56-.022.819-.108.819-.28 1.52-1.099 1.411-2.004 0 .043.733-.14.798-.162.41-.107.786-.269 1.056-.614.334-.43.377-.991.226-1.508-.022-.065.161-.183.205-.216.183-.15.366-.28.527-.452.151-.162.302-.334.431-.517.259-.367.464-.776.604-1.196.107-.334.215-.711.183-1.067-.043-.528-.356-.926-.668-1.325l.01.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M19.36 19.773c-.119.528.258 1.325-.13 1.94-.129.204-.42.818-.57 1.4a1.81 1.81 0 0 0-.022.797c.162.668 1.013 1.045 1.638 1.045 1.077 0 2.1-.517 2.898-1.217.797-.7 1.616-1.68 1.465-2.79-.14-1.067-1.088-1.843-2.047-2.306-.56-.27-1.497-.7-2.133-.453-.582.216-.97 1.045-1.1 1.595v-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m35.586 14.418-4.956 4.536-.173.032-3.06-1.045-1.443-.517s-1.627-1.196-2.737-.528c-1.12.668-1.96.894-2.058.948l-.786.506s-.668.453-.614 1.498v1.4l-.431.809-.227.539s-.474.915.378 1.432c0 0 1.993.97 3.727-1.379 0 0 .399-.646.474-1.443l.636.053 2.887 1.38.916.495 1.595 1.638 3.114 3.329.323.614 1.12-.442c3.33-1.314 6.41-3.9 9.47-6.033-.71-5.064-5.86-7.132-8.155-7.811v-.011Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="m30.166 18.89.463-.238s3.814 1.746 4.45 4.547v4.622l-.28.463-1.153.227c-.474-.517-.862-1.056-1.336-1.573.366.312.765.592 1.228.722.162.043.334.075.496.032.248-.054.43-.27.528-.496.237-.56.215-1.314.194-1.907a7.258 7.258 0 0 0-.313-1.864 6.744 6.744 0 0 0-2.025-3.135 8.857 8.857 0 0 0-1.347-.937l-.894-.464h-.011Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M23.767 38.531c.119.044.173.054 0 0Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M29.854 18.77s7.768 3.016 4.17 10.138c0 0 .14.56 1.249.41l5.786-3.545-1.056-6.174-1.735-1.217-3.663-2.618-2.92 1.745-1.842 1.25.01.01Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M24.058 21.26h.517l2.52 1.228 1.552.711 2.65 2.877s3.46 3.006 2.296 4.784l-1.002 1.616-1.681-2.586-.905-3.814-1.616-.291-3.038-2.877-1.293-1.648Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M21.428 37.032c.044.107.14.237.162.258.431.593 1.218.797 1.918.776.442-.01.883-.14 1.25-.399.377-.258.657-.635.905-1.023.194-.302.377-.625.55-.938.268-.517.44-1.077.096-1.605a1.278 1.278 0 0 0-.474-.42c-.14-.075-.474-.226-.625-.108-.161.13-.29.345-.42.496l-.84 1.002a6.68 6.68 0 0 1-1.164 1.11c-.41.301-.883.517-1.347.721-.032.022-.032.065 0 .13h-.01Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M25.22 33.94s-.075.075-.107.118c-.097.13-.205.248-.29.377-.227.388.085.797.42.991a.615.615 0 0 0 .333.108.51.51 0 0 0 .377-.183c.108-.108.237-.237.324-.356.086-.107.086-.226 0-.345a1.726 1.726 0 0 0-.27-.29 2.138 2.138 0 0 0-.377-.324c-.108-.075-.302-.194-.43-.107l.02.01Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="m31.114 17.887-.053-.194s.808-.076.85-.076c.755.022 1.498.216 2.188.517 2.09.927 3.63 2.726 4.73 4.665.474.83.71 1.778.721 2.737 0 .485-.053.97-.183 1.433a7.32 7.32 0 0 1-.226.69c-.064.172-.118.42-.28.528-.205.129-.086-.28-.075-.388.107-.884.183-1.767.064-2.65-.097-.733-.312-1.445-.55-2.134-.355-1.013-.85-2.004-1.572-2.79a7.24 7.24 0 0 0-2.726-1.843c-.927-.355-1.896-.485-2.877-.495h-.01Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m34.982 14.244-3.921 3.448s6.583-.528 8.005 7.671c0 0 .377 6.077-3.717 5.387 0 0-.96.29 1.864.065a.432.432 0 0 0 .247-.087l5.775-3.803c2.963-9.255-6.012-12.12-8.242-12.68h-.01Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color16)" fill-rule="evenodd" d="M13.951 18.566s-1.863 4.558-4.148 7.09l-.258-.334 4.406-6.756Z" clip-rule="evenodd"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M18.574 35.116c-.097.032.107.765.13.84.128.388.398.722.732.948.937.604 2.08.119 2.898-.452a10.95 10.95 0 0 0 1.95-1.713c.356-.399.765-.82.97-1.325.377-.938-.356-1.778-1.24-2.026-.204-.054-.463-.119-.678-.043-.334.118-.593.56-.819.819l-.894 1.012c-.345.388-.69.776-1.1 1.11-.602.485-1.249.625-1.96.84l.01-.01Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M23.497 31.86c-.032.022-.043.044-.065.076-.118.172-.248.345-.366.517-.108.162-.237.302-.302.496a.713.713 0 0 0 0 .495c.076.194.27.323.442.431.172.108.366.205.571.194.14 0 .27-.065.388-.14.345-.205.69-.528.916-.862.204-.302-.205-.765-.442-.948a1.374 1.374 0 0 0-1.056-.29c-.032 0-.054 0-.086.02v.011Zm-4.309-9.209c.021.183.635.097.754.097.237-.01.463-.043.7-.086.194-.032.431-.054.593-.183.118-.097.161-.248.204-.399.043-.15.108-.28.151-.42.097-.345-.054-.7-.43-.733-.41-.043-1.143-.021-1.37.41 0 0-.624.948-.581 1.325l-.021-.01Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M22.646 36.246s-.13.097-.14.108c-.043.043-.108.086-.15.129a3.144 3.144 0 0 1-1.692.743c-.474.054-.97 0-1.347-.312-.248-.215-.41-.517-.539-.819a3.871 3.871 0 0 1-.28-.991l4.396-3.426c-.14.506-.291.732-.582 1.066-.248.28-.55.496-.83.744a2.349 2.349 0 0 0-.603.873c-.021.064-.054.14-.065.204-.032.022-.064.032-.107.054-.097.043-.227.054-.323.119 0 0-.184.194-.13.194-.215-.011-.442-.022-.646.043-.205.064-.41.204-.474.409-.065.205 0 .431.086.625.043.086.097.172.162.248-.033-.108-.044-.237.032-.162a.327.327 0 0 1 .086.086c.205.194.41.388.614.604.01 0 .032.032.054.064.097.043.205.076.302.097.528.108 1.088-.021 1.54-.312.184-.119.42-.173.54-.345.031 0 .042-.043.075-.032l.021-.011Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M15.535 32.702s-.043.237-.043.28c-.01.097-.021.194-.021.28 0 .205 0 .41.032.603.13.722.819 1.38 1.552 1.455h.29c.302-.022.593-.108.895-.162.797-.15 1.594-.398 2.273-.873.355-.247.625-.549.894-.872.334-.399.7-.765 1.045-1.164.259-.312.507-.646.56-1.067.14-1.045-1.11-1.67-2.003-1.54-.614.086-1.056.528-1.509.894a26.06 26.06 0 0 0-1.163.98c-.151.13-.248.291-.442.302-.119 0-.237-.021-.356-.032h-.377l-1.627.905v.01Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M22.646 30.86c.065.13.097.27.054.388-.075.226-.302.366-.474.517-.205.183-.388.453-.668.517-.183.043-.388-.032-.55-.118a1.596 1.596 0 0 1-.42-.388c-.258-.345-.302-.711-.032-1.056.15-.194.312-.388.474-.571.15-.172.302-.248.528-.172.118.043.237.107.345.183.183.118.366.226.517.387.075.087.172.194.226.324v-.011Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M18.003 31.947c-.022-.065-.087-.108-.162-.14a1.098 1.098 0 0 0-.646-.054c-.216.043-.41.13-.604.216-.27.118-.625.226-.862.377-.118.075-.14.14-.107.183-.27.323-.237.916-.14 1.282.14.582.56 1.088 1.099 1.336.183.086.506.194.7.086-.399-.183-.744-.29-1.034-.646a2.361 2.361 0 0 1-.496-1.153c-.022-.15-.032-.313.043-.453a.731.731 0 0 1 .302-.269l.129-.065c.539 0 1.088-.14 1.53-.366.15-.075.312-.205.259-.334h-.011Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M12.174 29.662v.744c0 .237.118.517.205.732.161.388.409.744.721 1.024.108.097.227.183.356.258.28.173.603.291.937.324.367.032.744-.044 1.1-.119.3-.065.613-.118.915-.205.388-.107.83-.28 1.067-.635.194-.28.183-.679.064-.991a1.498 1.498 0 0 0-.775-.884c-.367-.172-.787-.172-1.175-.086-.323.064-.625.183-.937.27-.453.118-.905.15-1.336-.065-.15-.076-.323-.119-.474-.184-.216-.086-.463-.14-.679-.226l.022.043h-.011Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M15.621 30.587s1.175 1.25 1.185 1.25c0-.01-.452.194-.495.216-.442.15-1.056.161-1.433-.151-.302-.259-.463-.765-.075-1.034.118-.087.258-.13.398-.183.065-.022.377-.162.431-.087l-.01-.01Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M13.704 32.173a2.224 2.224 0 0 1-.69-.916c-.086-.227-.28-.679.043-.819.043-.022.086-.022.119-.022.452-.032 1.034.119 1.379-.172.13-.108.13-.01.172-.032 0 0 .076-.033.076-.043-.033-.227-.68.043-.798.032-.506-.043-.625-.097-1.045-.313-.248-.118-.765-.226-.786-.269.054.463-.097.722.172 1.4.356.895 1.11 1.725 2.123 1.735.032 0 .603.162 2.111-.387-2.111.56-2.596.021-2.876-.184v-.01Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M27.645 31.884c.205.334.496.69.722 1.013.507.722 1.002 1.455 1.272 2.284a.338.338 0 0 0 .172.194c-.032 0 .032 0 0 0 .355 0 .733.01 1.034-.194.119-.086.313-.226.345-.366-.226.15-.366.172-.528.237-.388.183-.614-.043-.873-.388-.55-.722-1.034-1.53-1.476-2.327a7.041 7.041 0 0 1-.517-1.12c-.064-.195-.13-.389-.161-.593-.033-.173 0-.41-.087-.571-.129.161-.129.474-.14.668-.032.377.033.808.227 1.142 0 0 .01.021.021.032l-.01-.01Zm1.099-5.678s.463 2.726 2.112 4.019l.646.614-.086.086s-.345-.162-.517-.334l1.077 2.22s.162.355.916-.68l.495-.613-.301.55c-.291.527-.614.786-.916.947-.14.076-.237.119-.226.065l-2.037-3.35s-1.422-2.242-1.174-3.535l.01.011Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M23.691 21.474c-.021-.247.022-.43.065-.657.032-.172 1.153.366 1.314.431a49.98 49.98 0 0 1 2.425 1.153c.538.258 1.077.528 1.53.905.926.743 1.53 1.82 2.338 2.683.959 1.012 3.393 3.102 2.532 4.266-.098.13-.119.345-.195.485.097-.28.087-.657.12-.948.064-.668-.227-.894-.637-1.368a1182.814 1182.814 0 0 0-3.534-4.04c-1.195-1.358-3.189-2.166-4.837-2.877l-.905 1.486v-1.239c0-.053-.216-.183-.226-.28h.01Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M19.285 33.153s-.086-.086-.119-.086c-.129-.022-.086.118-.043.194.14.215.323.409.528.56.119.097.259.183.399.248.043.021.15.086.215.053.13-.064-.086-.183-.14-.226a3.755 3.755 0 0 1-.679-.56c-.032-.032-.086-.118-.15-.183h-.011Zm.247.787c-.183-.14-.356-.376-.56-.473 0 .021 0 .054.01.064a.515.515 0 0 0 .097.119c.108.13.227.258.334.388.065.075.14.161.227.215a.373.373 0 0 0 .301.043c.119-.053-.053-.118-.097-.14a1.944 1.944 0 0 1-.312-.204v-.011Zm2.435 1.519-.399-.334c-.021.054.011.108.054.162.097.118.248.301.399.366.205.086.021-.14-.054-.194Zm-.269.064c-.086-.107-.14-.269-.28-.312-.033.032-.033.075-.022.119.01.043.032.075.054.107.065.097.13.194.215.27.044.032.227.161.238.032 0-.076-.151-.151-.205-.205v-.01Zm3.48 1.358a2.09 2.09 0 0 1-.927.786 2.263 2.263 0 0 1-1.411.13.444.444 0 0 1-.119-.076c-.161-.118-.387-.484-.624-.441.021.161.237.301.42.41-.216-.087-.614-.27-.571-.55.021-.14.15-.237.28-.313.054-.032.097-.064.14-.097a8.1 8.1 0 0 0 .582-.474c.226-.205.43-.463.678-.646.151-.227.345-.431.55-.625.356-.334.754-.657 1.024-1.056.086-.13.14-.334 0-.41-.668.669-1.272 1.38-1.93 2.048-.258.269-.538.527-.861.71-.29.162-.797.26-.959.572-.226.442.442.808.776.916.819.269 1.756.398 2.435-.065.15-.097.42-.313.528-.453.054-.064.345-.441.41-.538-.066.097-.281.107-.421.15v.022Zm-8.706-2.488c.076.097.162.183.226.291.022.032.043.075.065.097.032.032.065.043.108.065.064.032.13.054.183.086.312.14-.097-.27-.162-.323-.053-.054-.43-.582-.517-.496-.054.065.065.248.097.29v-.01Zm-2.628-2.435s.097.097.14.15c.108.119.355.313.366.485-.258-.086-.495-.334-.646-.55-.054-.075-.119-.182-.097-.28a.516.516 0 0 1 .15.12l.087.085v-.01Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M28.205 36.74c.259.152.582-.064.787-.225.14-.108.883-.69.538-.895-.161-.097-.463.474-.56.571-.226.237-.506.367-.765.55Zm2.316-2.134s.098-.032.14-.043c.054-.021.098-.032.151-.053.097-.044.194-.087.28-.14a1.21 1.21 0 0 0 .442-.431c.043-.076.076-.151.108-.227.022-.043 0-.086-.054-.097-.021 0-.043.033-.054.054-.032.043-.075.086-.107.13-.076.086-.14.172-.227.258a2.78 2.78 0 0 1-.538.463.685.685 0 0 1-.151.086h.01Zm2.339-4.102c.344-.399.721-.916.387-1.4.13.495-.043.99-.388 1.4Zm.506.01a.86.86 0 0 0 .162-.227c.064-.118.107-.237.15-.355.011-.032.033-.065.044-.086a2.567 2.567 0 0 1-.119.57.38.38 0 0 1-.043.098.76.76 0 0 1-.108.086c-.097.054-.205.118-.323.14 0 0 .022-.01.022-.022.032-.032.075-.053.107-.086.043-.032.076-.075.119-.108l-.011-.01Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M23.55 21.777a2.535 2.535 0 0 0-.689-2.822s.259-.108.755.581l.183.518.42.118s.258-.28 0-.873c0 0 .366.712.118 1.175l.227-.302h.312s.27-.237.15-.765c0 0 .206.086.033.711l.065-.377.495.313s.916-.464 1.229-1.929c-.011.054.032.14.032.205 0 .118-.021.237-.054.345a2.08 2.08 0 0 1-.323.657c-.237.334-.56.625-.884.862l1.907 1.336 1.573 1.12.647.528c.194.15.668.69.927.593a.584.584 0 0 0 .258-.227c.162-.226.248-.495.334-.765.248-.808.399-1.713.086-2.5.227.367.323.798.323 1.23 0 .85-.323 1.798-.99 2.359.409-.011.775-.27 1.001-.604.302-.43.464-1.056.399-1.573-.032-.29-.15-.56-.259-.83-.097-.247-.194-.506-.312-.732-.043-.075-.097-.15-.183-.15.215.355.452.7.625 1.066.107.226.204.474.269.722.065.28.065.538.075.808 0 0 .151 2.111-1.605 2.65l-1.724-1.584c-.312-.28-.7-.517-1.045-.743a15.963 15.963 0 0 0-1.174-.69 26.434 26.434 0 0 0-1.358-.668c-.258-.118-.506-.247-.776-.366-.15-.065-.592-.302-.732-.162-.033.033-.054.087-.076.13-.097.215-.172.442-.28.657l.022-.022Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M23.626 20.892c.28 1.034-.399 2.047-1.282 2.618-.84.55-2.435 1.163-3.168.194a1.064 1.064 0 0 1-.183-.345c-.032-.119.022-.356-.032-.453.15.27.463.442.786.485 1.433.216 2.985-.765 3.664-1.896a1.45 1.45 0 0 0 .215-.614v.01Zm-2.143-2.002h.15c.13-.055.044-.13-.032-.152a2.155 2.155 0 0 0-.71-.075c-.152 0-.313.021-.475.054-.054.01-.183.032-.226.075-.108.108.14.075.215.065.291-.033.582-.033.851 0 .043 0 .13.021.205.032h.022Zm-.529-.378c.226 0 .485.053.711 0 0-.011-.021-.033-.032-.033-.032-.021-.086-.021-.14-.021l-.463-.065c-.098-.01-.194-.032-.302-.01-.108.02-.226.053-.302.14-.097.096.097.042.151.032.13-.022.248-.033.377-.033v-.01Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M8.682 12.586C7.314 15.916 1.744 23.23.483 24.858c.722.409 1.444.818 2.166 1.217.927.517 1.832 1.078 2.758 1.573l2.683-.506c.905-.798 1.67-1.767 2.392-2.737a40.797 40.797 0 0 0 3.706-6.087l-5.506-5.732Z" clip-rule="evenodd"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="M5.106 26.12c-.679-.054-1.228-.625-1.228-1.272 0-.646.55-1.12 1.228-1.066.679.053 1.228.624 1.228 1.27 0 .647-.55 1.121-1.228 1.067Z"/>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Help" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m12.063 39.897 26.502-4.733c.164-.03.17-.261.01-.303l-16.618-4.14a1.534 1.534 0 0 0-.608-.027L.425 33.918a.378.378 0 0 0-.101.717l11.138 5.18a.998.998 0 0 0 .603.078l-.002.004Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M39.477 10.575a.793.793 0 0 1 .311.05 1.032 1.032 0 0 1 .505.416c.062.097.107.204.135.317l.494 2.146-32.089 1.932-.414-2.386a.834.834 0 0 1 .012-.358.787.787 0 0 1 .41-.51.898.898 0 0 1 .349-.09l30.287-1.517Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m8.831 15.436 32.086-1.93 4.124 17.931c.028.121.032.24.02.35a.81.81 0 0 1-.101.3.662.662 0 0 1-.492.327l-31.024 3.888a.96.96 0 0 1-.384-.03.944.944 0 0 1-.341-.174 1.092 1.092 0 0 1-.26-.287 1.022 1.022 0 0 1-.14-.373L8.833 15.436h-.002Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M13.446 36.3a.996.996 0 0 1-.384-.03 1.07 1.07 0 0 1-.741-.836l-3.486-20-.414-2.386a.818.818 0 0 1 .063-.505.704.704 0 0 1 .085-.139l-.525.684a1.2 1.2 0 0 0-.085.137.784.784 0 0 0-.077.323c0 .057 0 .117.014.176l.408 2.36 3.426 19.78a1.071 1.071 0 0 0 .394.654c.101.078.214.135.337.173a.911.911 0 0 0 .38.03l30.745-3.884.884-.426-31.024 3.888v.002Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M31.857 17.923c.41.335.792.701 1.141 1.098a9.544 9.544 0 0 1 1.649 2.663c.196.483.353.985.464 1.494.08.383.136.763.162 1.145a7.965 7.965 0 0 1-.15 2.232c-.078.36-.183.713-.312 1.054a6.818 6.818 0 0 1-1.07 1.855 6.315 6.315 0 0 1-2.227 1.73 6.396 6.396 0 0 1-1.363.457 7.117 7.117 0 0 1-1.465.157 6.03 6.03 0 0 1-.376-.01c-.125-.008-.254-.016-.38-.028a8.016 8.016 0 0 1-2.251-.579 8.712 8.712 0 0 1-2.08-1.23 9.32 9.32 0 0 1-2.382-2.818 9.095 9.095 0 0 1-.892-2.283 8.364 8.364 0 0 1-.225-2.352c.02-.388.065-.77.14-1.145.076-.375.177-.737.306-1.086.127-.349.283-.68.46-.997.176-.317.38-.614.606-.893a6.343 6.343 0 0 1 2.538-1.889 6.542 6.542 0 0 1 2.089-.48c.49-.031.983-.011 1.472.058a8.208 8.208 0 0 1 2.846.965 9.28 9.28 0 0 1 1.3.876v.008-.002Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M30.268 20.322a3.173 3.173 0 0 1 .44.678c.059.125.11.252.154.386.044.135.081.274.113.418a3.307 3.307 0 0 1 .067.567 2.2 2.2 0 0 1-.1.725 2.188 2.188 0 0 1-.268.581c-.038.056-.08.115-.123.174-.044.06-.091.121-.143.183l-.16.192a46.357 46.357 0 0 0-.323.363 3.837 3.837 0 0 0-.127.15l-.111.139a4.208 4.208 0 0 0-.095.129 1.792 1.792 0 0 0-.297.737 1.288 1.288 0 0 0-.014.178 2.09 2.09 0 0 0 .032.39l-1.818.171a3.638 3.638 0 0 1-.047-.608c.002-.093.008-.187.018-.274a1.74 1.74 0 0 1 .047-.253 3.285 3.285 0 0 1 .143-.446c.028-.068.057-.131.087-.19.03-.06.064-.116.1-.169.035-.053.073-.107.114-.166.042-.06.087-.12.139-.185l.16-.202c.058-.071.12-.142.185-.22.047-.053.09-.105.132-.154a5.762 5.762 0 0 0 .218-.278c.032-.041.06-.083.085-.12a1.24 1.24 0 0 0 .135-.246 1.483 1.483 0 0 0 .119-.428 1.382 1.382 0 0 0-.002-.325 2.038 2.038 0 0 0-.111-.468 1.509 1.509 0 0 0-.285-.478 1.381 1.381 0 0 0-.438-.327 1.466 1.466 0 0 0-.262-.095 1.637 1.637 0 0 0-.287-.047 2.07 2.07 0 0 0-.933.146 1.49 1.49 0 0 0-.49.333 1.81 1.81 0 0 0-.2.238 2.804 2.804 0 0 0-.327.616 4.543 4.543 0 0 0-.127.379l-1.722-.642a4.11 4.11 0 0 1 .395-1.04 3.251 3.251 0 0 1 .646-.822c.128-.12.267-.227.42-.32.152-.093.315-.172.491-.24a3.77 3.77 0 0 1 .563-.162 5.403 5.403 0 0 1 1.607-.067 3.936 3.936 0 0 1 .866.2c.135.047.264.103.386.166a3.216 3.216 0 0 1 .67.452c.101.087.194.184.282.287l-.004-.006Zm-.791 7.202a1.129 1.129 0 0 1 .303.34c.04.067.073.136.101.213a1.527 1.527 0 0 1 .1.484 1.02 1.02 0 0 1-.071.422.942.942 0 0 1-.24.337.837.837 0 0 1-.171.117 1.163 1.163 0 0 1-.436.124 1.527 1.527 0 0 1-.484-.027 1.141 1.141 0 0 1-.713-.53 1.245 1.245 0 0 1-.101-.213 1.818 1.818 0 0 1-.07-.244 1.408 1.408 0 0 1-.015-.476 1.15 1.15 0 0 1 .057-.204.857.857 0 0 1 .416-.448c.064-.031.133-.06.208-.079a1.496 1.496 0 0 1 .486-.047 1.25 1.25 0 0 1 .438.114c.067.032.13.074.192.12v-.003Z"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="a">
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M0 0h45v45H0z"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Lock" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m2.856 36.3 3.102-.035.504 2.438-3.606.006V36.3v.002Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M1.254 35.005v2.323l1.605 1.381v-2.386l-1.605-1.318Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m7.873 38.983 4.287-.223v2.532l-4.287.102v-2.411Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m7.87 38.975-1.679-1.081.012 2.323 1.67 1.171v-2.415l-.003.002Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m37.977 37.635 3.594-.184v2.31l-3.593.083v-2.21Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m37.977 37.643-1.603.082.01 1.596 1.595.52v-2.198h-.002Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M7.195 5.767 43.88 7.569v30.195L7.195 39.116V5.766Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m10.121 8.47 30.833 1.51v25.298l-30.833 1.134V8.47ZM.669 10.16l6.527-4.393v33.349L.669 35.848V10.161Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m10.582 9.153 29.922 1.445v24.18L10.582 35.86V9.153Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m12.395 11.307 26.457 1.234v20.686l-26.457.926V11.307Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M15.023 17.602h-1.576v11.042h1.576V17.603Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M15.581 18.064h-1.575v11.042h1.575V18.064Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M15.387 18.464h-.225v9.822h.225v-9.822Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M19.506 22.944c-.173 4.205 3.063 7.573 7.003 7.52 3.714-.052 6.683-3.158 6.822-6.935.137-3.767-2.584-7.095-6.266-7.456-3.904-.386-7.387 2.677-7.56 6.871Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M20.312 22.978c-.17 4.177 3.028 7.528 6.923 7.476 3.671-.05 6.609-3.14 6.748-6.896.137-3.747-2.554-7.057-6.196-7.413-3.862-.382-7.304 2.664-7.475 6.833Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m22.117 20.325 1.162.733c.092-.186.193-.367.307-.538l-1.139-.718c-.213-.134-.462-.127-.552.018-.092.144.01.37.222.507v-.002Zm.667 2.72c0-.035.005-.074.007-.11h-1.426c-.254 0-.458.14-.458.31 0 .17.204.31.458.31h1.424a5.527 5.527 0 0 1-.005-.51Zm1.89-3.682c.166-.125.339-.237.52-.338l-.634-1.072c-.128-.218-.352-.323-.5-.236-.148.088-.162.334-.034.552l.648 1.094Zm2.967-.883v-1.202c0-.254-.139-.458-.31-.458-.17 0-.308.204-.308.458v1.202c.204-.014.41-.014.618 0Zm3.855 2.85 1.225-.665c.222-.121.336-.341.253-.491-.08-.15-.327-.175-.55-.054l-1.201.652c.103.178.193.366.271.557l.002.002Zm-1.617-2.037.619-1.115c.123-.222.1-.466-.05-.55-.15-.082-.37.03-.493.25l-.605 1.087c.183.097.358.207.527.328h.002ZM23.16 25.16l-1.22.664c-.221.121-.336.34-.253.491.081.15.328.175.55.054l1.197-.65a4.727 4.727 0 0 1-.273-.557v-.002Zm10.14-2.224h-1.424c.01.163.013.33.006.495 0 .043-.009.083-.01.123H33.3c.253 0 .457-.138.457-.309 0-.17-.204-.31-.457-.31Zm-.754 3.229-1.17-.738a5.053 5.053 0 0 1-.306.538l1.146.722c.213.135.462.128.552-.018.092-.143-.009-.37-.222-.507v.003Zm-5.236 1.857c-.097 0-.191-.011-.287-.018v1.206c0 .254.139.458.309.458.17 0 .31-.204.31-.458v-1.206c-.11.007-.22.016-.332.016v.002Zm2.675-.904a4.58 4.58 0 0 1-.516.343l.637 1.077c.127.217.352.323.5.235.148-.087.161-.334.033-.552l-.652-1.103h-.002Zm-5.205.082-.617 1.11c-.124.221-.101.466.049.549.15.083.37-.03.493-.25l.606-1.09a4.668 4.668 0 0 1-.53-.32h-.002Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M22.784 23.084c-.11 2.733 1.96 4.965 4.525 4.976 2.469.013 4.476-2.045 4.572-4.59.095-2.544-1.749-4.755-4.204-4.95-2.552-.204-4.786 1.834-4.893 4.564Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M23.046 23.054c-.103 2.602 1.866 4.725 4.31 4.739 2.35.011 4.263-1.947 4.353-4.37.09-2.42-1.666-4.526-4.003-4.712-2.429-.193-4.555 1.746-4.66 4.343Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M24.214 24.041c-.065 1.624 1.158 2.956 2.696 2.976 1.502.02 2.743-1.227 2.8-2.78.06-1.555-1.08-2.88-2.578-2.968-1.532-.09-2.855 1.15-2.918 2.772Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M24.726 23.163c-.063 1.617 1.148 2.951 2.675 2.983 1.492.029 2.72-1.202 2.781-2.752.058-1.547-1.074-2.877-2.559-2.973-1.52-.1-2.832 1.128-2.895 2.742h-.002Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m27.54 19.218-1.336 1.03a.483.483 0 0 0-.164.199l-.365.82 1.635-.43.233-1.617-.002-.002Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M27.603 20.899c-1.442-.088-2.682 1.018-2.864 2.51-.005-.084-.018-.162-.014-.245.063-1.615 1.375-2.84 2.896-2.743 1.484.097 2.617 1.427 2.558 2.974-.002.08-.022.155-.031.233-.058-1.442-1.137-2.644-2.547-2.729h.002Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m28.148 19.688.1.446c.089.408-.176.799-.528.776l-.233-.016c-.354-.022-.594-.45-.469-.847l.135-.433c.177-.57.865-.516.995.074Z"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg id="tnt-Dot-Mission" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m27.46 35.178.642-8.62-8.824 7.16 3.002 7.026a.936.936 0 0 0 1.604.202l2.746-3.585c.483-.631.772-1.39.83-2.182Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M27.791 30.751a16.788 16.788 0 0 1-1.905 1.861c-1.477 1.217-.734 4.503-2.03 5.912l-1.229 1.338c-.164.178-.366.29-.577.34l-2.77-6.485 8.823-7.16-.312 4.194Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M22.183 12.118C11.823 20.138 5.382 28.61 4.63 33.189c-.133 4.532 3.899 6.979 6.239 7.18 3.786-.424 9.368-5.618 16.255-11.262C35.89 21.923 46.21 5.7 43.656 3.016c-2.414-2.537-9.92.156-21.473 9.102Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M25.034 30.754c.57-6.868-4.188-9.747-7.85-11.075-.29-.105-.469.277-.214.452 2.689 1.839 5.919 4.592 6.256 7.884.407 3.97 1.474 2.739 1.808 2.739Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M43.49 2.856c.058.05.113.103.166.159 2.554 2.684-7.765 18.907-16.532 26.092-6.887 5.643-12.469 10.837-16.255 11.261-2.34-.201-6.372-2.648-6.239-7.18.549-3.34 4.128-8.756 10.05-14.556-.886 5.024-.662 9.793 3.964 12.379l9.075-6.35.198-.136a5.816 5.816 0 0 0 2.31-6.425l8.857-6.203c2.392-2.3 3.929-6.395 4.406-9.04Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M33.777 4.45c5.033-2.583 8.405-2.983 9.879-1.434 1.036 1.09-.048 4.408-2.287 8.448-.099-1.133-.504-2.388-1.45-3.627-1.418-1.858-3.904-2.874-6.142-3.387Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M41.197 11.823c2.5-4.404 3.542-7.667 2.457-8.807a2.32 2.32 0 0 0-.164-.157c.133 1.839-1.226 4.525-2.576 6.712.432 1.075.358 1.347.283 2.252Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M6.45 28.713c2.011-.345 4.545.58 6.53 2.585 2.183 2.207 3.05 5.067 2.364 7.147-1.687 1.08-3.185 1.779-4.475 1.923-2.34-.201-6.372-2.649-6.239-7.18.203-1.236.821-2.756 1.82-4.475Z"/>
|
|
10
|
+
<ellipse cx="8.061" cy="36.3" fill="var(--sapContent_Illustrative_Color1)" rx="4.046" ry="1.921" transform="rotate(49.245 8.06 36.3)"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m3.403 18.97 2.306-1.769a6.972 6.972 0 0 1 3.95-1.435l8.309-.351c-.34 3.554-6.483 7.779-7.74 8.206l-6.534-2.579a1.202 1.202 0 0 1-.29-2.072Z"/>
|
|
12
|
+
<ellipse cx="22.881" cy="28.264" fill="var(--sapContent_Illustrative_Color11)" rx="1.758" ry="6.084" transform="rotate(50.927 22.88 28.264)"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M37.996 18.689c-1.727 2.718-4.717 3.655-6.895 2.27-2.178-1.384-2.53-4.501-.802-7.22 1.604-2.272 4.412-3.475 6.818-2.272 2.178 1.384 2.607 4.504.88 7.222Z"/>
|
|
14
|
+
<ellipse cx="35.025" cy="16.793" fill="var(--sapContent_Illustrative_Color2)" rx="3.435" ry="4.251" transform="rotate(32.437 35.025 16.793)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M32.541 14.38c.3-.363.636-.672.99-.923l4.852 1.783a4.3 4.3 0 0 1-.043 1.27l-5.799-2.13Zm5.635 2.783a5.508 5.508 0 0 1-1.322 2.176l-5.541-2.036c.062-.775.33-1.593.812-2.353l.006-.009 6.045 2.222Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M37.616 13.429c1.36 1.12 1.54 3.38.36 5.239-1.26 1.981-3.59 2.755-5.205 1.729a2.86 2.86 0 0 1-.21-.148c1.726.15 3.522-.7 4.565-2.34.898-1.415 1.028-3.086.49-4.48Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M.082 43.283c4.898-2.11 14.296-7.07 11.762-9.856C8.23 29.45 2.008 40.822.082 43.283Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M12.963 31.289c2.411 2.436 2.981 5.41 2.428 7.12-1.676 1.175-3.357 1.818-4.538 1.95-.594-.052-1.298-.248-2.014-.586l.289-.332c.641.232 1.203.221 1.56-.087.804-.693.273-2.627-1.186-4.32-1.459-1.692-3.293-2.503-4.097-1.81-.382.33-.462.94-.285 1.67l-.282.268a6.879 6.879 0 0 1-.223-1.983c.188-1.151.702-2.58 1.808-4.481 2.078-.611 4.388.415 6.54 2.59Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M17.946 15.595c-.523 3.515-6.482 7.606-7.717 8.027L3.257 20.87a.936.936 0 0 1-.227-1.613l.376-.288c2.988 1.927 8.72 3.118 14.54-3.374Z"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg id="tnt-Dot-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m11.191 12.081 1.95 9.142 6.986-10.107-5.247-6.383a1.012 1.012 0 0 0-1.726.277l-1.762 4.554a4.42 4.42 0 0 0-.201 2.517Z"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M11.754 14.72c-.33-1.506-.273-3.392 0-4.023.503-1.166.886-1.816 1.803-3.671l.87-1.761a1.14 1.14 0 0 1 .468-.515l5.231 6.367-6.986 10.107-1.386-6.504Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M12.572 18.578c-.303-1.005 1.068-2.468 2.297-4.098a78.271 78.271 0 0 0 2.248-3.186c.277-.434.485-.902.575-1.262.09-.36.333-1.102.537-1.219l2.169 2.633-7.155 10.184-.671-3.052Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M26.838 1.66c2.49-.5 7.417.816 8.653 5.56.61 4.979-3.507 15.727-11.825 27.194-2.145 2.957-4.167 5.5-6.048 7.642l-1.629-.678-2.192 3.062h-2.335l-1.012-2.473-2.023.673-2.5-2.517-2.346 2.593c1.337-7.26 5.334-17.903 9.803-24.437C18.82 10.333 23.037 3.25 26.838 1.66Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M15.053 15.893c1.26 6.499 6.175 7.874 9.73 8.112.282.019.34-.383.072-.475-2.832-.973-6.373-2.645-7.514-5.596-1.375-3.558-1.995-2.132-2.288-2.041Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M26.838 1.66c2.49-.5 7.417.816 8.653 5.56.444 3.633-1.418 5.013-1.627 3.12-.605-5.483-2.951-2.18-8.536-3.46l-6.625 9.036-4.359 5.982c-1.727 2.1-1.409 5.486-.96 7.247 0 0 .545 9.763-3.394 10.978-1.014.537-.873 2.288-.873 2.288l-.693.228c-.924-.932-1.623-1.63-2.497-2.516L3.58 42.715c1.338-7.26 5.334-17.903 9.803-24.436C18.82 10.333 23.037 3.25 26.838 1.66Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M34.96 12.416c-1.983.968-4.894.777-7.56-.702-2.936-1.629-4.704-4.334-4.623-6.7C24.2 3.38 25.543 2.2 26.838 1.66c2.49-.5 7.416.816 8.653 5.56.164 1.344-.016 3.11-.53 5.196Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M24.822 7.23c-.268.45-.435.77-.82 1.477-.757-1.111-1.262-2.251-1.226-3.694 1.467-1.764 3.398-3.404 4.334-3.396.937.008-2.288.816-1.674 3.202.122.949-.346 1.96-.614 2.41Zm2.493-4.578c.624-.962 2.773-.677 4.8.637 2.028 1.314 3.166 3.16 2.542 4.123-.624.963-2.774.678-4.801-.636-2.028-1.315-3.166-3.16-2.541-4.124Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M33.364 4.268c1.209 1.141 1.773 2.403 1.293 3.144-.59.911-2.547.704-4.473-.434.698.408.865.183 2.473-.433 1.413-.542 1.738-1.235.707-2.277ZM29.443 6.49c.275.187.489.333.666.442-.084-.051-.17-.102-.254-.157a9.217 9.217 0 0 1-.412-.285Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m41.127 21.736-1.903 2.5a7.54 7.54 0 0 1-3.715 2.619l-8.57 2.724c-.654-3.804 4.557-9.956 5.747-10.758l7.55.836a1.3 1.3 0 0 1 .891 2.08Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M37.026 25.612a.084.084 0 0 0 .02-.008c.44-.277.74.092.304.376a7.536 7.536 0 0 1-1.84.874l-8.57 2.725c-.182-1.398.185-2.585.672-3.72l3.346.728c1.45.268 4.125-.376 6.068-.975Z"/>
|
|
13
|
+
<ellipse cx="18.044" cy="17.866" fill="var(--sapContent_Illustrative_Color11)" rx="1.901" ry="6.579" transform="rotate(-145.366 18.044 17.866)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M16.479 16.787c2.065-2.99 4.44-4.93 5.303-4.333-1.675 1.061-2.294 1.952-4.36 4.942-2.309 3.343-2.464 3.892-2.595 4.331-.274.913-.135 1.781-.523 1.553-.864-.597.11-3.504 2.175-6.494Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M5.258 32.39c.968-3.345 3.787-5.225 6.468-4.449 2.68.776 3.99 3.905 3.023 7.25-.976 2.846-3.525 4.947-6.388 4.428-2.68-.776-4.071-3.884-3.103-7.229Z"/>
|
|
16
|
+
<ellipse cx="8.92" cy="33.456" fill="var(--sapContent_Illustrative_Color2)" rx="3.714" ry="4.596" transform="rotate(-163.856 8.92 33.456)"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M8.916 35.914 6.868 37.1l.954-1.315-1.283-1.326 1.283-.481v-2.145l3.253-2.398-.512 3.694 1.18 1.897-1.808 2.632-.613.234 1.753-3.218-1.096-1.545 1.096-3.694-2.842 2.783v2.241l-1.062.111 1.745 1.345Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M7.249 37.735c-1.751-.75-2.624-3.042-1.962-5.329.706-2.438 2.89-3.949 4.877-3.373.09.026.177.056.263.09-1.838.367-3.443 1.794-4.028 3.814-.503 1.74-.131 3.514.85 4.798Z"/>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Dot-NoApplications" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m11.054 37.032 24.497-4.318c.153-.027.158-.24.01-.277L20.2 28.659a1.437 1.437 0 0 0-.563-.025L.297 31.576a.344.344 0 0 0-.094.655L10.5 36.958c.173.08.369.105.557.07l-.002.004Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M36.394 10.273a.745.745 0 0 1 .287.046.949.949 0 0 1 .592.67l.456 1.957L8.07 14.71l-.383-2.178a.752.752 0 0 1 .01-.327.714.714 0 0 1 .38-.465.836.836 0 0 1 .322-.083l27.996-1.384Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m8.066 14.71 29.66-1.762 3.811 16.365a.95.95 0 0 1 .018.318.732.732 0 0 1-.093.275.617.617 0 0 1-.454.298L12.33 33.752a.9.9 0 0 1-.67-.186 1.001 1.001 0 0 1-.24-.262.925.925 0 0 1-.13-.34L8.067 14.71h-.002Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m17.874 16.256 11.44-.622a.862.862 0 0 1 .75.372.668.668 0 0 1 .107.255l1.979 10.025a.642.642 0 0 1-.32.686.673.673 0 0 1-.271.088l-11.453 1.365a.976.976 0 0 1-.63-.15.74.74 0 0 1-.332-.488l-1.95-10.77a.585.585 0 0 1 .014-.279.632.632 0 0 1 .133-.237.684.684 0 0 1 .23-.168.889.889 0 0 1 .303-.077Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M12.333 33.752a.934.934 0 0 1-.356-.027.98.98 0 0 1-.685-.763L8.07 14.709l-.382-2.177a.738.738 0 0 1 .059-.461.642.642 0 0 1 .078-.127l-.485.624a1.26 1.26 0 0 0-.08.125.707.707 0 0 0-.059.456l.379 2.154 3.167 18.051c.02.123.066.236.128.337a.98.98 0 0 0 .547.417.854.854 0 0 0 .352.028l28.419-3.545.817-.389-28.677 3.549v.001Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m42.74 32.933-.712.454-.023.015c-.008.003-.017.01-.023.014a.113.113 0 0 0-.021.015c-.008.003-.017.01-.024.014a4.935 4.935 0 0 1-2.282.693c-.09.005-.184.007-.275.009-.092 0-.185 0-.279-.008-.093-.007-.187-.01-.28-.021a5.926 5.926 0 0 1-1.667-.418 6.566 6.566 0 0 1-2.216-1.505 6.932 6.932 0 0 1-1.086-1.449 6.694 6.694 0 0 1-.66-1.668 6.113 6.113 0 0 1-.168-1.72c.012-.284.05-.563.106-.836a5.153 5.153 0 0 1 .555-1.495 4.698 4.698 0 0 1 .969-1.205l.628-.56a4.77 4.77 0 0 0-.976 1.217 5.046 5.046 0 0 0-.557 1.51 5.669 5.669 0 0 0-.084 1.71c.027.292.077.583.148.872.072.29.163.577.273.861a6.994 6.994 0 0 0 2.174 2.904 6.696 6.696 0 0 0 1.555.91 6.078 6.078 0 0 0 1.684.427 4.894 4.894 0 0 0 .564.029c.093 0 .185-.004.278-.007a5.982 5.982 0 0 0 .815-.108c.178-.037.352-.086.52-.142.171-.056.336-.123.499-.195a4.47 4.47 0 0 0 .47-.25l.024-.014c.01-.004.017-.011.022-.015a.093.093 0 0 0 .022-.014.13.13 0 0 0 .024-.017"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M42.428 23.446c.307.246.593.517.853.81a7.2 7.2 0 0 1 .702.933 6.72 6.72 0 0 1 .877 2.136 6.079 6.079 0 0 1 .126 1.678 5.358 5.358 0 0 1-.348 1.591 4.963 4.963 0 0 1-.8 1.37 4.672 4.672 0 0 1-1.665 1.275 5.125 5.125 0 0 1-2.112.45c-.093 0-.187 0-.28-.008a5.535 5.535 0 0 1-1.134-.172 6.146 6.146 0 0 1-.834-.276 6.698 6.698 0 0 1-2.24-1.521 7.129 7.129 0 0 1-1.097-1.467 6.832 6.832 0 0 1-.665-1.687 6.235 6.235 0 0 1-.17-1.738 5.596 5.596 0 0 1 .333-1.646c.096-.256.213-.502.345-.735.131-.236.283-.454.454-.66a4.687 4.687 0 0 1 1.192-1.039 4.932 4.932 0 0 1 2.268-.708 5.47 5.47 0 0 1 1.1.041c.367.05.73.136 1.087.255.357.12.705.271 1.042.456.337.186.661.4.971.647v.006l-.005.009Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M38.971 24.637a.477.477 0 0 1 .33.106.568.568 0 0 1 .12.134c.034.05.058.109.07.17l.48 2.326 2.224-.188a.428.428 0 0 1 .172.021.509.509 0 0 1 .275.217.476.476 0 0 1 .073.345.39.39 0 0 1-.174.26.376.376 0 0 1-.157.05l-2.226.195.486 2.351a.454.454 0 0 1 .001.18.407.407 0 0 1-.064.153.377.377 0 0 1-.278.163.413.413 0 0 1-.176-.02.532.532 0 0 1-.35-.394l-.482-2.358-2.273.199a.423.423 0 0 1-.177-.022.54.54 0 0 1-.354-.394.418.418 0 0 1 .066-.331.384.384 0 0 1 .284-.16l2.271-.193-.478-2.333a.405.405 0 0 1 .181-.43.363.363 0 0 1 .16-.047h-.004Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg id="tnt-Dot-NoFlows" xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="none" viewBox="0 0 45 45">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m11.055 37.563 24.497-4.455c.152-.028.157-.246.009-.286L20.2 28.925a1.393 1.393 0 0 0-.563-.026L.297 31.934c-.343.054-.409.526-.094.676L10.5 37.486a.907.907 0 0 0 .557.073l-.001.004Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M36.394 9.958a.722.722 0 0 1 .287.047.968.968 0 0 1 .467.392c.057.09.1.192.125.298l.456 2.02-29.66 1.82-.383-2.247a.8.8 0 0 1 .01-.338.72.72 0 0 1 .38-.48.817.817 0 0 1 .322-.085l27.996-1.427Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m8.066 14.533 29.66-1.817 3.811 16.881c.026.114.03.226.018.329a.77.77 0 0 1-.093.283.605.605 0 0 1-.454.308l-28.677 3.66a.874.874 0 0 1-.356-.028.867.867 0 0 1-.315-.164 1.025 1.025 0 0 1-.24-.27.973.973 0 0 1-.13-.351L8.068 14.533h-.002Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M12.333 34.178a.907.907 0 0 1-.67-.192 1 1 0 0 1-.37-.623L8.07 14.534l-.382-2.246a.784.784 0 0 1 .059-.476.667.667 0 0 1 .078-.13l-.485.643a1.14 1.14 0 0 0-.08.129.75.75 0 0 0-.059.47l.379 2.222 3.167 18.622a1.002 1.002 0 0 0 .364.616.98.98 0 0 0 .311.162.828.828 0 0 0 .352.028l28.419-3.656.817-.402-28.677 3.66v.002Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m42.74 33.334-.712.468-.023.015a.091.091 0 0 0-.023.015.11.11 0 0 0-.021.014c-.008.004-.017.012-.024.015a4.837 4.837 0 0 1-2.282.714c-.09.007-.184.008-.275.01-.092 0-.185 0-.279-.007-.093-.008-.187-.011-.28-.023a5.75 5.75 0 0 1-1.667-.43 6.545 6.545 0 0 1-1.539-.925 6.81 6.81 0 0 1-.677-.628 7.186 7.186 0 0 1-1.475-2.337 6.654 6.654 0 0 1-.44-2.653c.013-.293.05-.58.107-.862a5.44 5.44 0 0 1 .555-1.543 4.755 4.755 0 0 1 .969-1.242l.628-.579a4.862 4.862 0 0 0-.976 1.256 5.335 5.335 0 0 0-.557 1.558 6.021 6.021 0 0 0-.084 1.764c.027.3.077.601.148.9.072.298.163.595.273.888a7.253 7.253 0 0 0 1.49 2.364 6.882 6.882 0 0 0 1.44 1.16c.26.157.526.293.8.41.272.118.55.211.833.286a5.61 5.61 0 0 0 1.414.184c.093 0 .185-.003.278-.007a5.785 5.785 0 0 0 .815-.112c.178-.037.352-.088.52-.146a4.428 4.428 0 0 0 .969-.459l.024-.014c.01-.004.017-.012.022-.015a.14.14 0 0 0 .022-.015.13.13 0 0 0 .024-.017"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M42.428 23.546c.307.254.593.534.853.836.26.302.495.625.702.963.207.34.384.696.53 1.065.147.367.265.75.347 1.138a6.473 6.473 0 0 1 .126 1.731 6.08 6.08 0 0 1-.115.84 5.658 5.658 0 0 1-.233.802 5.194 5.194 0 0 1-.8 1.412 4.68 4.68 0 0 1-2.163 1.517 5.012 5.012 0 0 1-1.614.263c-.093 0-.187 0-.28-.008a5.397 5.397 0 0 1-1.134-.177 6.03 6.03 0 0 1-.834-.285 6.617 6.617 0 0 1-1.555-.937 7.142 7.142 0 0 1-1.282-1.352 7.162 7.162 0 0 1-1.165-2.533 6.634 6.634 0 0 1-.17-1.793 5.945 5.945 0 0 1 .333-1.698c.096-.265.213-.519.345-.76.131-.242.283-.468.454-.68a4.762 4.762 0 0 1 2.658-1.683 5.052 5.052 0 0 1 1.902-.077c.367.053.73.14 1.087.263.357.124.705.28 1.042.47.337.193.661.413.971.668v.006l-.005.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M38.971 24.777a.456.456 0 0 1 .33.11c.046.04.088.086.12.138a.522.522 0 0 1 .07.176l.48 2.397 2.226-.194a.414.414 0 0 1 .172.022.471.471 0 0 1 .154.088.62.62 0 0 1 .12.138.526.526 0 0 1 .074.356.407.407 0 0 1-.06.155.347.347 0 0 1-.116.11.349.349 0 0 1-.157.05l-2.228.202.486 2.427a.483.483 0 0 1-.06.343.385.385 0 0 1-.279.168.401.401 0 0 1-.176-.02.524.524 0 0 1-.28-.228.544.544 0 0 1-.07-.179l-.483-2.434-2.272.205a.44.44 0 0 1-.177-.02.5.5 0 0 1-.16-.088.559.559 0 0 1-.192-.32.449.449 0 0 1 .066-.34.374.374 0 0 1 .284-.166l2.27-.2-.477-2.405a.431.431 0 0 1 .064-.334.392.392 0 0 1 .117-.11.348.348 0 0 1 .16-.049l-.006.002Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m25.83 23.284 2.261-.245c.24-.028.386-.26.339-.52l-.297-1.533-.042-.223 3.954-.34c.313.826 1.023 1.437 1.812 1.567.155.023.316.031.477.017.012-.004.026-.004.038-.004.086-.008.17-.023.251-.043.97-.245 1.553-1.265 1.336-2.397-.235-1.213-1.308-2.11-2.411-2.015v.006h-.032c-.983.102-1.656.97-1.636 2.019v.01l-3.95.338-.227-1.175c-.05-.256-.277-.445-.52-.426h-.006l-5.687.426c-.241.026-.394.257-.345.52l.27 1.324-3.867.287v-.004c-.384-1.024-1.372-1.722-2.387-1.635l-.03.002c-1.168.12-1.917 1.24-1.674 2.499.235 1.242 1.354 2.156 2.5 2.054l.044-.002c1.025-.11 1.726-.995 1.708-2.066v-.01l3.868-.29.048.252.297 1.545c.047.26.282.452.527.43l1.963-.213.641-.07"/>
|
|
10
|
+
</svg>
|