@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,43 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Lock" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m100.069 95.808 20.95 12.57c.18.105.065.205-.25.215l-4.68.155 2.135 1.28-8.02.23-4.125-.24-1.49-.88-49.955 1.665 2.36 1.415-9.13.26-4.725-.6-1.475-.875-7.17.165-4.79-.72-1.07-.645-1.085-.105L8.574 98.323l11.865-.965.02.01a.877.877 0 0 1 .175-.015l78.55-1.72c.325-.01.725.075.905.18l-.02-.005Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m121.235 92.902-1.145.035v.5l1.145-.035v-.5Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m114.029 105.187 8.36-.435v5.48l-8.36.195v-5.24Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m114.03 105.207-3.73.195.025 3.785 3.71 1.235v-5.215h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m37.16 102.242 6.89-.08 1.12 5.41-8.01.015v-5.35.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M33.6 99.367v5.155l3.565 3.065v-5.295L33.6 99.367Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m48.305 108.192 9.525-.495v5.62l-9.525.225v-5.35Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m48.3 108.177-3.73-2.4.024 5.155 3.71 2.6v-5.36l-.005.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="m46.8 34.487 81.5 4v67l-81.5 3v-74Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m53.3 40.487 68.5 3.35v56.135l-68.5 2.515v-62Zm-21 3.75 14.5-9.75v74l-14.5-7.25v-57Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="m54.325 42.002 66.475 3.205v53.655l-66.475 2.4v-59.26Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m58.35 46.782 58.78 2.74v45.9l-58.78 2.055V46.782Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M64.19 60.752h-3.5v24.5h3.5v-24.5Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M65.43 61.777h-3.5v24.5h3.5v-24.5Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M65 62.662h-.5v21.795h.5V62.662Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M119.97 55.267a5.765 5.765 0 0 1 3.015-.025c.105.03.18.15.18.285v8.81c0 .135-.075.26-.18.29-.99.285-2.02.3-3.015.045-.105-.025-.18-.145-.18-.285v-8.83c0-.135.075-.26.18-.29Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M120.71 64.802a5.318 5.318 0 0 1-.74-.125c-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29.245-.075.49-.13.74-.17"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M120.145 54.532c.83-.275 1.69-.28 2.515-.02.09.03.15.15.15.285v8.81c0 .135-.06.26-.15.29-.83.28-1.685.295-2.515.035-.09-.025-.15-.145-.15-.285v-8.83c0-.135.06-.26.15-.285Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.73 54.377a5.27 5.27 0 0 0-.73.155h-.005v9.395H120c.24.065.485.11.73.145v-9.7.005Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m122.81 59.577-2.815.03v.535l2.815-.03v-.535Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m122.34 59.582-1.205.01v.535l1.205-.01v-.535Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M122.59 63.922v-9.43a3.72 3.72 0 0 0-.625-.135l.01 9.71s.255-.03.615-.145Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.039 80.357a5.77 5.77 0 0 1 3.015-.08c.105.025.18.145.18.28v8.81c0 .135-.075.26-.18.29-.99.3-2.02.335-3.015.1-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M120.779 89.887a5.318 5.318 0 0 1-.74-.125c-.105-.025-.18-.145-.18-.28v-8.83c0-.135.075-.26.18-.29.245-.075.49-.13.74-.17"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M120.214 79.622c.83-.29 1.69-.31 2.515-.065.09.025.15.145.15.28v8.81c0 .135-.06.26-.15.29a4.011 4.011 0 0 1-2.515.08c-.09-.025-.15-.145-.15-.28v-8.83c0-.135.06-.26.15-.29v.005Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="M120.799 79.452c-.245.04-.49.095-.73.17h-.005v9.395h.005c.24.06.485.105.73.13v-9.7.005Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m122.884 84.617-2.82.08v.535l2.82-.08v-.535Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m122.415 84.632-1.21.035v.535l1.21-.035v-.535Z"/>
|
|
31
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M122.66 88.967v-9.43a3.683 3.683 0 0 0-.625-.125l.01 9.71s.255-.035.615-.155Z"/>
|
|
32
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M126.29 102.927c-.14 0-.25-.11-.25-.25V40.912l-75.6-3.86a.244.244 0 0 1-.235-.26.24.24 0 0 1 .26-.235l75.84 3.875a.245.245 0 0 1 .235.25v62c0 .14-.11.25-.25.25v-.005Z"/>
|
|
33
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M73.514 71.936c-.385 9.373 6.828 16.88 15.61 16.76 8.278-.115 14.896-7.037 15.206-15.455.305-8.397-5.759-15.815-13.966-16.62-8.703-.86-16.465 5.968-16.85 15.315Z"/>
|
|
34
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M75.312 72.011c-.38 9.313 6.748 16.78 15.43 16.665 8.183-.11 14.731-6.998 15.041-15.37.305-8.353-5.693-15.73-13.81-16.525-8.608-.85-16.28 5.938-16.66 15.23Z"/>
|
|
35
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m79.336 66.098 2.59 1.635c.205-.415.43-.82.684-1.2l-2.539-1.6c-.475-.3-1.03-.284-1.23.04-.204.32.02.825.495 1.13v-.005Zm1.486 6.064c0-.08.01-.165.014-.245h-3.179c-.564 0-1.02.31-1.02.69 0 .38.456.69 1.02.69h3.175c-.02-.375-.025-.75-.01-1.135Zm4.213-8.208c.37-.28.755-.53 1.16-.755L84.78 60.81c-.285-.485-.785-.72-1.115-.525-.33.195-.36.745-.075 1.23l1.445 2.44Zm6.613-1.969v-2.68c0-.564-.31-1.019-.69-1.019-.38 0-.69.455-.69 1.02v2.679c.455-.03.915-.03 1.38 0Zm8.593 6.357 2.729-1.484c.495-.27.75-.76.565-1.095-.18-.335-.73-.39-1.225-.12l-2.68 1.455c.23.395.431.815.606 1.24l.005.004Zm-3.604-4.544 1.38-2.484c.274-.495.224-1.04-.11-1.225-.336-.185-.825.065-1.1.555l-1.35 2.425c.41.214.8.46 1.175.73h.005ZM81.66 76.875l-2.718 1.48c-.495.27-.75.76-.565 1.094.18.335.73.39 1.224.12l2.67-1.45c-.23-.394-.43-.81-.61-1.239v-.005Zm22.599-4.958h-3.174c.025.365.03.735.015 1.105 0 .095-.02.185-.025.275h3.184c.565 0 1.02-.31 1.02-.69 0-.38-.455-.69-1.02-.69Zm-1.679 7.197-2.61-1.644c-.204.415-.43.82-.679 1.2l2.554 1.609c.475.3 1.03.285 1.23-.04.205-.32-.02-.825-.495-1.13v.005Zm-11.672 4.139c-.215 0-.424-.025-.64-.04v2.69c0 .564.31 1.019.69 1.019.38 0 .69-.455.69-1.02v-2.69c-.245.016-.49.036-.74.036v.005Zm5.963-2.013c-.37.28-.75.54-1.15.764l1.42 2.4c.285.484.785.72 1.115.524.33-.195.36-.745.075-1.23l-1.455-2.459h-.005Zm-11.601.183-1.375 2.474c-.274.495-.224 1.04.11 1.225.335.185.825-.065 1.1-.555l1.35-2.43c-.41-.214-.805-.45-1.18-.714h-.005Z"/>
|
|
36
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M80.82 72.246c-.244 6.094 4.37 11.067 10.088 11.092 5.503.03 9.977-4.559 10.192-10.232.21-5.668-3.899-10.597-9.372-11.032-5.689-.454-10.667 4.09-10.907 10.172Z"/>
|
|
37
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M81.406 72.181c-.23 5.799 4.159 10.532 9.607 10.562 5.239.025 9.502-4.338 9.702-9.742.2-5.393-3.714-10.087-8.922-10.502-5.413-.43-10.152 3.894-10.387 9.682Z"/>
|
|
38
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M84.01 74.38c-.145 3.62 2.58 6.589 6.009 6.634 3.349.045 6.113-2.734 6.243-6.198.13-3.464-2.41-6.419-5.749-6.613-3.413-.2-6.363 2.564-6.503 6.178Z"/>
|
|
39
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M85.15 72.426c-.14 3.604 2.559 6.578 5.963 6.648 3.324.065 6.063-2.679 6.198-6.133.13-3.449-2.394-6.413-5.703-6.628-3.39-.22-6.313 2.514-6.453 6.113h-.005Z"/>
|
|
40
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m91.423 63.629-2.979 2.294c-.165.12-.29.27-.365.445l-.814 1.83 3.644-.96.52-3.604-.006-.005Z"/>
|
|
41
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M91.563 67.378c-3.215-.195-5.979 2.27-6.383 5.594-.01-.185-.04-.36-.03-.545.14-3.6 3.064-6.328 6.453-6.113 3.309.215 5.833 3.179 5.703 6.628-.005.18-.05.345-.07.52-.13-3.215-2.534-5.894-5.678-6.084h.005Z"/>
|
|
42
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m92.778 64.678.22.995c.2.91-.39 1.78-1.175 1.73l-.52-.035c-.79-.05-1.324-1.005-1.044-1.89l.3-.964c.395-1.27 1.93-1.15 2.22.165Z"/>
|
|
43
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Mission" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.582 61.195v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12v-45c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m93.565 98.537 1.199-16.119-16.5 13.386 5.614 13.14a1.75 1.75 0 0 0 2.998.377l5.135-6.704a7.643 7.643 0 0 0 1.554-4.08Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M94.181 90.26a31.386 31.386 0 0 1-3.562 3.48c-2.762 2.274-1.372 8.419-3.794 11.054l-2.3 2.501a2.133 2.133 0 0 1-1.079.638l-5.18-12.128 16.499-13.387-.584 7.842Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M83.694 55.418c-19.37 14.998-31.416 30.84-32.82 39.401-.25 8.473 7.29 13.049 11.664 13.425 7.08-.792 17.517-10.505 30.395-21.058 16.393-13.434 35.689-43.769 30.913-48.788-4.514-4.743-18.55.293-40.152 17.02Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M89.026 90.264c1.068-12.84-7.83-18.224-14.679-20.708-.543-.197-.875.519-.399.845 5.027 3.439 11.067 8.587 11.698 14.743.76 7.423 2.755 5.12 3.38 5.12Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M123.537 38.102c.107.094.21.192.309.296 4.776 5.019-14.519 35.353-30.913 48.788C80.056 97.738 69.62 107.45 62.54 108.244c-4.375-.377-11.915-4.953-11.666-13.426 1.026-6.247 7.72-16.373 18.79-27.219-1.654 9.395-1.235 18.312 7.414 23.147l16.969-11.874.37-.252a10.876 10.876 0 0 0 4.321-12.016l16.561-11.597c4.471-4.3 7.345-11.959 8.239-16.905Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M105.375 41.081c9.41-4.83 15.715-5.578 18.471-2.683 1.938 2.037-.088 8.244-4.276 15.798-.184-2.118-.943-4.466-2.711-6.783-2.651-3.474-7.301-5.374-11.484-6.332Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M119.252 54.865c4.675-8.234 6.624-14.335 4.595-16.467a4.763 4.763 0 0 0-.308-.293c.249 3.438-2.292 8.46-4.816 12.55.807 2.01.67 2.519.529 4.21Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M54.275 86.451c3.762-.646 8.5 1.084 12.21 4.833 4.082 4.127 5.705 9.475 4.421 13.363-3.155 2.021-5.956 3.327-8.368 3.597-4.375-.377-11.914-4.953-11.665-13.426.38-2.311 1.536-5.153 3.402-8.367Z"/>
|
|
11
|
+
<ellipse cx="57.292" cy="100.635" fill="var(--sapContent_Illustrative_Color1)" rx="7.566" ry="3.593" transform="rotate(49.245 57.292 100.635)"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m48.581 68.231 4.311-3.308a13.037 13.037 0 0 1 7.387-2.683l15.537-.657c-.636 6.645-12.123 14.545-14.472 15.345l-12.22-4.822c-1.625-.642-1.929-2.81-.543-3.875Z"/>
|
|
13
|
+
<ellipse cx="84.999" cy="85.61" fill="var(--sapContent_Illustrative_Color11)" rx="3.287" ry="11.377" transform="rotate(50.927 85 85.61)"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M113.265 67.705c-3.23 5.082-8.821 6.835-12.894 4.246-4.073-2.588-4.73-8.417-1.5-13.5 3-4.25 8.25-6.5 12.75-4.25 4.073 2.589 4.874 8.422 1.644 13.504Z"/>
|
|
15
|
+
<ellipse cx="107.708" cy="64.159" fill="var(--sapContent_Illustrative_Color2)" rx="6.423" ry="7.949" transform="rotate(32.437 107.708 64.16)"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M103.064 59.647a9.668 9.668 0 0 1 1.853-1.725l9.071 3.333a8.095 8.095 0 0 1-.08 2.376l-10.844-3.984Zm10.538 5.205a10.227 10.227 0 0 1-1.106 2.35 10.305 10.305 0 0 1-1.366 1.719l-10.362-3.808c.116-1.448.617-2.978 1.52-4.398l.01-.017 11.304 4.154Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M112.553 57.87c2.542 2.094 2.88 6.32.672 9.795-2.355 3.705-6.712 5.153-9.733 3.234a5.406 5.406 0 0 1-.392-.276c3.228.28 6.586-1.31 8.536-4.378 1.68-2.644 1.922-5.768.917-8.376Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color26)" d="M42.371 113.695c9.159-3.948 26.731-13.22 21.994-18.43-6.76-7.437-18.393 13.827-21.994 18.43Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M66.457 91.264c4.508 4.557 5.574 10.116 4.54 13.315-3.135 2.197-6.279 3.398-8.486 3.645-1.111-.096-2.427-.462-3.767-1.095l.54-.622c1.2.434 2.25.414 2.919-.162 1.503-1.295.51-4.911-2.218-8.076-2.728-3.166-6.157-4.681-7.66-3.386-.715.616-.866 1.757-.533 3.124l-.528.5a12.862 12.862 0 0 1-.418-3.708c.353-2.152 1.313-4.825 3.381-8.379 3.886-1.143 8.205.775 12.23 4.844Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.774 61.92c-.978 6.572-12.12 14.222-14.43 15.008l-13.037-5.145c-1.265-.499-1.502-2.188-.423-3.016l.702-.539c5.587 3.603 16.306 5.83 27.188-6.308Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M37.842 98.158c0-.281-.817-.506-1.908-.558-.062-1.09-.303-1.9-.584-1.899-.281 0-.515.817-.575 1.913-1.094.074-1.908.319-1.904.6.004.283.817.508 1.908.558.065 1.09.302 1.9.583 1.9.28-.001.516-.817.576-1.913 1.094-.075 1.907-.32 1.904-.601Zm92.5 1.5c0-.281-.817-.506-1.908-.558-.062-1.09-.303-1.9-.584-1.899-.281 0-.515.817-.575 1.913-1.094.074-1.908.319-1.904.6.004.283.817.508 1.908.558.065 1.09.302 1.9.583 1.9.281-.001.516-.817.576-1.913 1.094-.075 1.907-.32 1.904-.601Zm12.029-30.48c0-.226-.657-.407-1.535-.448-.05-.877-.244-1.53-.47-1.529-.226 0-.415.658-.463 1.54-.88.06-1.535.256-1.532.483.003.227.657.408 1.535.449.053.877.244 1.529.47 1.528.226 0 .415-.657.463-1.539.88-.06 1.535-.257 1.532-.484Z"/>
|
|
22
|
+
<circle cx="27.923" cy="91.753" r=".552" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M26.103 65.523c0-.438-1.27-.788-2.967-.867-.098-1.696-.471-2.956-.909-2.955-.437.001-.801 1.271-.894 2.975-1.702.116-2.968.497-2.962.935.006.439 1.27.789 2.968.868.101 1.695.47 2.955.907 2.954.436-.001.802-1.271.895-2.975 1.702-.116 2.967-.496 2.962-.935Z"/>
|
|
24
|
+
<circle cx="116.423" cy="104.253" r=".552" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-MissionFailed" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160 61v45c0 6.623-5.377 12-12 12H12c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m43.773 106.519 2.782 4.851 6.974-3.176-6.974-2.329-2.782.654Zm39.903 3.438 6.758 3.688.687-.799.648-.981-8.093-1.908Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m74.496 52.013 3.372 15.807 12.08-17.477-9.073-11.038a1.75 1.75 0 0 0-2.984.48l-3.048 7.875a7.643 7.643 0 0 0-.347 4.353Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M75.47 56.574c-.57-2.604-.472-5.866 0-6.958.87-2.015 1.532-3.14 3.117-6.347l1.506-3.046c.2-.407.455-.687.808-.89l9.047 11.01L77.867 67.82l-2.398-11.246Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M58.087 73.064c3.575 1.758 9.46 5.53 11.11 7.272 0 1.091 1.369 3.965.604 4.015 4.63 3.157 13.67 10.852 15.795 19.458-4.596-.39-3.718 2.9-6.685 2.214-2.294-.53-2.599 4.517-8.37.386-2.273-1.626-3.791-3.418-9.206-1.423-10.265-3.939-19.067-9.196-21.12-11.166-1.45-.227-8.574.91-10.627 0-2.053-.909-8.937-7.348-8.937-9.469 0-1.323.846-1.136 6.884-.53-4.392-3.525-8.257-7.787-8.861-11.272 0-1.185.852-4.181 3.992-4.788 2.894-.558 5.276-.232 6.922 0 2.898.303 15.336 3.182 22.945 6.212 1.892-.252 1.98-2.666 5.554-.909Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M101.552 33.99c4.305-.865 12.825 1.412 14.964 9.614 1.052 8.611-6.066 27.197-20.45 47.027-3.708 5.113-7.205 9.512-10.459 13.214l-2.816-1.172-3.79 5.296h-4.04l-1.748-4.278-3.499 1.164-4.322-4.352-4.058 4.484c2.313-12.556 9.224-30.96 16.952-42.257 9.4-13.742 16.693-25.992 23.266-28.74Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M81.174 58.602C83.353 69.843 91.852 72.22 98 72.632c.488.032.588-.662.124-.821-4.896-1.684-11.02-4.574-12.992-9.677-2.379-6.152-3.451-3.686-3.958-3.53Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M101.554 33.99c4.305-.865 12.825 1.412 14.963 9.614.769 6.284-2.452 8.67-2.813 5.397-1.048-9.482-5.104-3.769-14.762-5.983L87.487 58.644l-7.538 10.343c-2.988 3.633-2.437 9.486-1.661 12.532 0 0 .943 16.883-5.87 18.984-1.753.929-1.51 3.957-1.51 3.957l-1.198.394c-1.596-1.612-2.806-2.818-4.317-4.351l-4.057 4.483C63.649 92.43 70.56 74.027 78.288 62.73c9.4-13.742 16.693-25.992 23.266-28.74Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M115.598 52.59c-3.429 1.675-8.463 1.345-13.075-1.214-5.077-2.816-8.134-7.493-7.993-11.586 2.461-2.825 4.784-4.864 7.023-5.8 4.305-.865 12.825 1.412 14.963 9.614.284 2.325-.028 5.378-.918 8.986Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M98.068 43.623c-.463.78-.753 1.332-1.418 2.555-1.309-1.921-2.183-3.892-2.12-6.387 2.536-3.05 5.877-5.887 7.495-5.873 1.619.014-3.957 1.41-2.896 5.537.213 1.64-.598 3.388-1.061 4.168Zm4.31-7.916c1.079-1.665 4.796-1.172 8.303 1.1 3.506 2.273 5.473 5.466 4.394 7.13-1.08 1.666-4.797 1.173-8.303-1.1-3.506-2.273-5.474-5.465-4.394-7.13Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="m126.26 68.706-3.292 4.323a13.033 13.033 0 0 1-6.423 4.528l-14.82 4.711c-1.131-6.579 7.881-17.217 9.938-18.605l13.056 1.447c1.737.192 2.599 2.205 1.541 3.596Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M119.169 75.409a.127.127 0 0 0 .033-.015c.762-.479 1.28.159.527.651a13.04 13.04 0 0 1-3.183 1.512l-14.82 4.711c-.314-2.418.321-4.47 1.164-6.433l5.786 1.26c2.507.463 7.133-.65 10.493-1.686Z"/>
|
|
14
|
+
<ellipse cx="86.345" cy="62.017" fill="var(--sapContent_Illustrative_Color11)" rx="3.287" ry="11.377" transform="rotate(-145.366 86.345 62.017)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M83.641 60.149c3.571-5.17 7.677-8.525 9.17-7.493-2.896 1.835-4.265 3.086-7.836 8.256-3.993 5.782-3.964 7.021-4.191 7.78-.473 1.58-.234 3.08-.904 2.686-1.494-1.032.19-6.06 3.761-11.23Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M64.237 87.132c1.674-5.784 6.55-9.035 11.185-7.693 4.635 1.342 6.901 6.753 5.227 12.537-1.687 4.92-6.095 8.553-11.046 7.656-4.635-1.342-7.04-6.716-5.366-12.5Z"/>
|
|
17
|
+
<ellipse cx="70.566" cy="88.975" fill="var(--sapContent_Illustrative_Color2)" rx="6.423" ry="7.949" transform="rotate(-163.856 70.566 88.975)"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m70.56 93.226-3.542 2.05 1.65-2.274-2.219-2.294 2.219-.833v-3.708l5.625-4.148-.885 6.389 2.041 3.281-3.127 4.551-1.06.404 3.03-5.564-1.895-2.672 1.896-6.389-4.914 4.813v3.876l-1.838.192 3.02 2.326Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M67.68 96.373c-3.028-1.298-4.538-5.26-3.393-9.215 1.22-4.216 4.997-6.828 8.434-5.833.155.045.307.097.455.154-3.178.637-5.954 3.105-6.965 6.597-.871 3.01-.227 6.076 1.469 8.297Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m50.07 105.18-3.472 6.312h15.74l-8.565-6.312H50.07Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="m90.438 113.659-3.457-5.628 10.315 4.505-6.858 1.123Zm-31.934-2.169 1.11-2.002 2.756 2.002h-3.866Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="m61.148 108.461-2.039 6.062 6.457-3.941-4.418-2.121Z"/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-NoApplications" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m46.388 115.245 68.96-12.465c.428-.079.443-.689.025-.799l-43.24-10.905a3.947 3.947 0 0 0-1.583-.073l-54.445 8.493c-.964.152-1.15 1.472-.263 1.89l28.984 13.645a2.57 2.57 0 0 0 1.567.204l-.005.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M117.719 38.003c.273-.016.552.036.81.13a2.696 2.696 0 0 1 1.314 1.096c.16.256.279.538.351.836l1.284 5.653-83.495 5.09-1.078-6.285a2.224 2.224 0 0 1 .031-.945 2.062 2.062 0 0 1 1.067-1.342c.269-.135.573-.219.908-.24l78.808-3.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m37.978 50.808 83.491-5.084 10.73 47.237c.072.318.082.631.051.918a2.149 2.149 0 0 1-.263.794 1.775 1.775 0 0 1-.531.58 1.708 1.708 0 0 1-.747.281l-80.727 10.242c-.345.047-.68.01-1-.078a2.452 2.452 0 0 1-.887-.46 2.863 2.863 0 0 1-.675-.757 2.707 2.707 0 0 1-.367-.981l-9.07-52.692h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="m45.893 55.797 22.57-1.258c.195-.01.391.016.577.073a1.74 1.74 0 0 1 .902.679c.108.157.175.334.211.517l3.904 20.28a1.33 1.33 0 0 1-.232 1.034 1.375 1.375 0 0 1-.397.355c-.155.094-.34.156-.537.177l-22.594 2.761a1.877 1.877 0 0 1-1.243-.302 1.517 1.517 0 0 1-.655-.987l-3.846-21.789a1.21 1.21 0 0 1 .025-.563c.052-.173.14-.34.263-.48.124-.142.274-.256.454-.34.18-.084.382-.14.598-.157Zm53.976-3.006 16.727-.934c.144-.01.294.015.433.068.139.052.273.13.392.23.118.099.227.224.309.36.083.135.15.287.186.448l3.882 17.477c.037.168.042.324.021.475a1.073 1.073 0 0 1-.144.408.91.91 0 0 1-.671.444l-16.675 2.04a1.279 1.279 0 0 1-.928-.276 1.526 1.526 0 0 1-.34-.37 1.36 1.36 0 0 1-.196-.481l-3.909-18.584a1.29 1.29 0 0 1-.01-.485 1.02 1.02 0 0 1 .17-.407.98.98 0 0 1 .748-.418l.005.005ZM75.093 54.17l19.304-1.071c.17-.01.336.016.5.073.166.057.31.141.45.245.139.105.252.235.345.381.093.147.16.308.196.48l3.908 18.767c.036.177.036.35.005.512a1.142 1.142 0 0 1-.97.924l-19.284 2.36c-.195.02-.386 0-.567-.048a1.542 1.542 0 0 1-.882-.637 1.394 1.394 0 0 1-.21-.511l-3.91-20.05a1.292 1.292 0 0 1 .006-.523 1.05 1.05 0 0 1 .211-.438c.103-.126.227-.235.377-.314.15-.078.32-.13.505-.14l.016-.01Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M42.469 44.225c.263-.016.526.026.773.11.253.083.475.214.681.375.206.162.376.36.516.585.139.224.237.47.278.736a1.75 1.75 0 0 1-.325 1.383 1.665 1.665 0 0 1-1.258.642 2.172 2.172 0 0 1-1.454-.486 2.34 2.34 0 0 1-.52-.584 1.95 1.95 0 0 1-.28-.74 1.857 1.857 0 0 1 .021-.758c.052-.235.16-.454.305-.631a1.655 1.655 0 0 1 1.263-.637v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M49.987 105.776a2.57 2.57 0 0 1-1-.079 2.616 2.616 0 0 1-.888-.459 2.808 2.808 0 0 1-.675-.762 2.678 2.678 0 0 1-.366-.982l-9.07-52.686-1.078-6.285a2.091 2.091 0 0 1-.036-.47 2.16 2.16 0 0 1 .201-.861c.057-.13.14-.256.222-.366l-1.366 1.801a3.2 3.2 0 0 0-.222.36c-.057.13-.108.261-.145.407a2.091 2.091 0 0 0-.056.444c0 .152 0 .308.036.465l1.062 6.217 8.915 52.107a2.796 2.796 0 0 0 1.026 1.723c.263.203.557.355.877.454.32.094.655.125.99.078l79.999-10.231 2.3-1.122-80.726 10.241v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m135.586 103.411-2.006 1.311s-.046.031-.067.041c-.02.011-.046.032-.062.042-.02.011-.046.031-.062.042-.02.01-.046.031-.067.042a14.68 14.68 0 0 1-1.314.715 13.649 13.649 0 0 1-2.842.971c-.495.109-1 .193-1.505.245-.253.031-.511.052-.763.068-.253.016-.516.021-.774.026-.258 0-.521 0-.783-.021-.263-.021-.526-.031-.789-.062a16.417 16.417 0 0 1-2.372-.423 17.214 17.214 0 0 1-2.321-.783 18.465 18.465 0 0 1-4.331-2.589 19.224 19.224 0 0 1-1.908-1.754 21.015 21.015 0 0 1-1.665-1.99 19.923 19.923 0 0 1-1.392-2.192 19.394 19.394 0 0 1-1.093-2.36 18.459 18.459 0 0 1-.764-2.458 18.128 18.128 0 0 1-.474-4.964c.036-.82.139-1.624.299-2.412a15.17 15.17 0 0 1 .624-2.245c.263-.72.578-1.414.938-2.072a13.483 13.483 0 0 1 2.728-3.477l1.769-1.618a13.64 13.64 0 0 0-2.749 3.513 15.34 15.34 0 0 0-.943 2.088 14.796 14.796 0 0 0-.624 2.271 16.915 16.915 0 0 0-.237 4.938c.077.84.216 1.681.417 2.516.202.836.459 1.666.769 2.485.319.82.685 1.613 1.103 2.38a20.298 20.298 0 0 0 3.089 4.234 19.283 19.283 0 0 0 4.053 3.247c.732.439 1.485.82 2.253 1.148.768.329 1.552.59 2.346.799a15.796 15.796 0 0 0 3.192.496c.268.016.526.021.789.021s.52-.011.783-.021c.263-.01.516-.036.774-.068.51-.057 1.021-.141 1.521-.245.5-.105.99-.246 1.464-.407.48-.162.944-.355 1.403-.564.459-.214.897-.454 1.325-.72.026-.016.046-.032.067-.042.026-.011.046-.032.062-.042.02-.01.046-.031.062-.042.02-.01.046-.031.067-.047"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M134.704 76.026a19.67 19.67 0 0 1 2.403 2.339 20.836 20.836 0 0 1 1.975 2.693c.582.95 1.082 1.947 1.495 2.98a19.6 19.6 0 0 1 .974 3.185 17.923 17.923 0 0 1 .356 4.844c-.057.794-.16 1.582-.325 2.35a15.797 15.797 0 0 1-.654 2.244 14.594 14.594 0 0 1-.98 2.083 14.24 14.24 0 0 1-1.274 1.869c-.469.584-.99 1.127-1.552 1.618-.562.496-1.165.945-1.81 1.342a13.057 13.057 0 0 1-2.727 1.284c-.48.161-.97.297-1.465.407-.495.109-1.005.193-1.521.245a9.583 9.583 0 0 1-.773.063c-.258.015-.521.021-.784.021s-.526 0-.789-.021a22.361 22.361 0 0 1-.799-.063 15.212 15.212 0 0 1-2.393-.433 17.123 17.123 0 0 1-2.346-.799 18.62 18.62 0 0 1-4.377-2.62 20.083 20.083 0 0 1-1.929-1.77 19.55 19.55 0 0 1-1.681-2.015 19.988 19.988 0 0 1-2.511-4.604c-.319-.82-.572-1.65-.768-2.485a19.326 19.326 0 0 1-.418-2.516c-.077-.84-.098-1.67-.062-2.5.042-.83.14-1.64.299-2.438.16-.799.372-1.571.64-2.313.268-.74.598-1.45.969-2.124a12.83 12.83 0 0 1 1.279-1.906 13.34 13.34 0 0 1 1.557-1.644 12.866 12.866 0 0 1 1.8-1.352 13.724 13.724 0 0 1 4.125-1.712 14.02 14.02 0 0 1 2.258-.334 15.033 15.033 0 0 1 3.099.12 16.63 16.63 0 0 1 3.058.736c1.005.344 1.985.783 2.934 1.315a19.259 19.259 0 0 1 2.732 1.87V76l-.015.026Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M124.974 79.466a1.306 1.306 0 0 1 .929.309c.128.104.247.24.34.386.093.146.16.313.196.49l1.351 6.714 6.259-.543c.165-.016.33.01.485.062.155.052.304.136.433.24a1.534 1.534 0 0 1 .537.877c.036.178.036.35.01.507a1.148 1.148 0 0 1-.17.433 1.029 1.029 0 0 1-.32.313c-.129.078-.278.13-.443.146l-6.265.564 1.366 6.786c.036.183.036.355.005.517a1.212 1.212 0 0 1-.18.444 1.066 1.066 0 0 1-.784.47c-.17.015-.335 0-.495-.058a1.478 1.478 0 0 1-.443-.245 1.509 1.509 0 0 1-.542-.893l-1.356-6.807-6.399.574a1.16 1.16 0 0 1-.5-.062 1.52 1.52 0 0 1-.995-1.138 1.249 1.249 0 0 1 .186-.956 1.085 1.085 0 0 1 .799-.459l6.393-.558-1.345-6.734a1.226 1.226 0 0 1 .18-.934 1.005 1.005 0 0 1 .779-.444h-.011Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-NoFlows" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="m46.388 115.245 68.96-12.465c.428-.079.443-.689.025-.799l-43.24-10.905a3.947 3.947 0 0 0-1.583-.073l-54.445 8.493c-.964.152-1.15 1.472-.263 1.89l28.984 13.645a2.57 2.57 0 0 0 1.567.204l-.005.01Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M117.719 38.003c.273-.016.552.036.81.13a2.696 2.696 0 0 1 1.314 1.096c.16.256.279.538.351.836l1.284 5.653-83.495 5.09-1.078-6.285a2.224 2.224 0 0 1 .031-.945 2.062 2.062 0 0 1 1.067-1.342c.269-.135.573-.219.908-.24l78.808-3.993Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m37.978 50.808 83.491-5.084 10.73 47.237c.072.318.082.631.051.918a2.149 2.149 0 0 1-.263.794 1.775 1.775 0 0 1-.531.58 1.708 1.708 0 0 1-.747.281l-80.727 10.242c-.345.047-.68.01-1-.078a2.452 2.452 0 0 1-.887-.46 2.863 2.863 0 0 1-.675-.757 2.707 2.707 0 0 1-.367-.981l-9.07-52.692h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M112.325 57.763c-.589-3.041-3.281-5.294-6.048-5.054v.015h-.08c-2.467.255-4.155 2.432-4.105 5.064v.025l-9.908.849-.57-2.947c-.124-.644-.694-1.118-1.303-1.068h-.015l-14.268 1.068c-.605.065-.989.645-.864 1.304l.674 3.32-9.698.72v-.01c-.964-2.567-3.441-4.32-5.988-4.1 0 0-.05.005-.075.005-2.922.3-4.8 3.111-4.195 6.267.589 3.117 3.396 5.41 6.272 5.154.035 0 .075-.005.11-.005 2.572-.274 4.33-2.497 4.285-5.184v-.025l9.704-.729.12.635.743 3.875c.12.654.71 1.134 1.324 1.079l4.924-.535 1.608-.174 1.124 6.537 1.154 6.702-.15.23-3.127 4.794-.244.375s-.02.045-.035.064L73.14 87.269c-1.034-2.347-3.356-3.905-5.758-3.696-.05 0-.105.015-.155.015-2.906.335-4.784 3.177-4.18 6.333.6 3.101 3.356 5.349 6.208 5.099.05 0 .11-.015.17-.015 2.686-.33 4.48-2.772 4.255-5.623l10.582-1.274c-.03-.035-.055-.075-.085-.115l5.474 4.395c.29.23.629.335.949.305.35-.03.674-.21.874-.53l3.59-5.533c.045-.075.09-.155.12-.24.225-.59.02-1.333-.51-1.758l-.374-.3-5.124-4.14L88.05 73.6l-1.12-6.507 5.674-.614c.6-.07.97-.65.85-1.304l-.745-3.845-.105-.56 9.919-.854c.784 2.073 2.566 3.606 4.544 3.93.39.06.794.08 1.199.046.03-.01.065-.01.095-.01.214-.02.424-.06.629-.11 2.432-.614 3.895-3.171 3.351-6.013l-.015.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M42.469 44.225c.263-.016.526.026.773.11.253.083.475.214.681.375.206.162.376.36.516.585.139.224.237.47.278.736a1.75 1.75 0 0 1-.325 1.383 1.665 1.665 0 0 1-1.258.642 2.172 2.172 0 0 1-1.454-.486 2.34 2.34 0 0 1-.52-.584 1.95 1.95 0 0 1-.28-.74 1.857 1.857 0 0 1 .021-.758c.052-.235.16-.454.305-.631a1.655 1.655 0 0 1 1.263-.637v.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M49.987 105.776a2.57 2.57 0 0 1-1-.079 2.616 2.616 0 0 1-.888-.459 2.808 2.808 0 0 1-.675-.762 2.678 2.678 0 0 1-.366-.982l-9.07-52.686-1.078-6.285a2.091 2.091 0 0 1-.036-.47 2.16 2.16 0 0 1 .201-.861c.057-.13.14-.256.222-.366l-1.366 1.801a3.2 3.2 0 0 0-.222.36c-.057.13-.108.261-.145.407a2.091 2.091 0 0 0-.056.444c0 .152 0 .308.036.465l1.062 6.217 8.915 52.107a2.796 2.796 0 0 0 1.026 1.723c.263.203.557.355.877.454.32.094.655.125.99.078l79.999-10.231 2.3-1.122-80.726 10.241v.006Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m135.586 103.411-2.006 1.311s-.046.031-.067.041c-.02.011-.046.032-.062.042-.02.011-.046.031-.062.042-.02.01-.046.031-.067.042a14.68 14.68 0 0 1-1.314.715 13.649 13.649 0 0 1-2.842.971c-.495.109-1 .193-1.505.245-.253.031-.511.052-.763.068-.253.016-.516.021-.774.026-.258 0-.521 0-.783-.021-.263-.021-.526-.031-.789-.062a16.417 16.417 0 0 1-2.372-.423 17.214 17.214 0 0 1-2.321-.783 18.465 18.465 0 0 1-4.331-2.589 19.224 19.224 0 0 1-1.908-1.754 21.015 21.015 0 0 1-1.665-1.99 19.923 19.923 0 0 1-1.392-2.192 19.394 19.394 0 0 1-1.093-2.36 18.459 18.459 0 0 1-.764-2.458 18.128 18.128 0 0 1-.474-4.964c.036-.82.139-1.624.299-2.412a15.17 15.17 0 0 1 .624-2.245c.263-.72.578-1.414.938-2.072a13.483 13.483 0 0 1 2.728-3.477l1.769-1.618a13.64 13.64 0 0 0-2.749 3.513 15.34 15.34 0 0 0-.943 2.088 14.796 14.796 0 0 0-.624 2.271 16.915 16.915 0 0 0-.237 4.938c.077.84.216 1.681.417 2.516.202.836.459 1.666.769 2.485.319.82.685 1.613 1.103 2.38a20.298 20.298 0 0 0 3.089 4.234 19.283 19.283 0 0 0 4.053 3.247c.732.439 1.485.82 2.253 1.148.768.329 1.552.59 2.346.799a15.796 15.796 0 0 0 3.192.496c.268.016.526.021.789.021s.52-.011.783-.021c.263-.01.516-.036.774-.068.51-.057 1.021-.141 1.521-.245.5-.105.99-.246 1.464-.407.48-.162.944-.355 1.403-.564.459-.214.897-.454 1.325-.72.026-.016.046-.032.067-.042.026-.011.046-.032.062-.042.02-.01.046-.031.062-.042.02-.01.046-.031.067-.047"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M134.704 76.026a19.67 19.67 0 0 1 2.403 2.339 20.836 20.836 0 0 1 1.975 2.693c.582.95 1.082 1.947 1.495 2.98a19.6 19.6 0 0 1 .974 3.185 17.923 17.923 0 0 1 .356 4.844c-.057.794-.16 1.582-.325 2.35a15.797 15.797 0 0 1-.654 2.244 14.594 14.594 0 0 1-.98 2.083 14.24 14.24 0 0 1-1.274 1.869c-.469.584-.99 1.127-1.552 1.618-.562.496-1.165.945-1.81 1.342a13.057 13.057 0 0 1-2.727 1.284c-.48.161-.97.297-1.465.407-.495.109-1.005.193-1.521.245a9.583 9.583 0 0 1-.773.063c-.258.015-.521.021-.784.021s-.526 0-.789-.021a22.361 22.361 0 0 1-.799-.063 15.212 15.212 0 0 1-2.393-.433 17.123 17.123 0 0 1-2.346-.799 18.62 18.62 0 0 1-4.377-2.62 20.083 20.083 0 0 1-1.929-1.77 19.55 19.55 0 0 1-1.681-2.015 19.988 19.988 0 0 1-2.511-4.604c-.319-.82-.572-1.65-.768-2.485a19.326 19.326 0 0 1-.418-2.516c-.077-.84-.098-1.67-.062-2.5.042-.83.14-1.64.299-2.438.16-.799.372-1.571.64-2.313.268-.74.598-1.45.969-2.124a12.83 12.83 0 0 1 1.279-1.906 13.34 13.34 0 0 1 1.557-1.644 12.866 12.866 0 0 1 1.8-1.352 13.724 13.724 0 0 1 4.125-1.712 14.02 14.02 0 0 1 2.258-.334 15.033 15.033 0 0 1 3.099.12 16.63 16.63 0 0 1 3.058.736c1.005.344 1.985.783 2.934 1.315a19.259 19.259 0 0 1 2.732 1.87V76l-.015.026Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M124.974 79.466a1.306 1.306 0 0 1 .929.309c.128.104.247.24.34.386.093.146.16.313.196.49l1.351 6.714 6.259-.543c.165-.016.33.01.485.062.155.052.304.136.433.24a1.534 1.534 0 0 1 .537.877c.036.178.036.35.01.507a1.148 1.148 0 0 1-.17.433 1.029 1.029 0 0 1-.32.313c-.129.078-.278.13-.443.146l-6.265.564 1.366 6.786c.036.183.036.355.005.517a1.212 1.212 0 0 1-.18.444 1.066 1.066 0 0 1-.784.47c-.17.015-.335 0-.495-.058a1.478 1.478 0 0 1-.443-.245 1.509 1.509 0 0 1-.542-.893l-1.356-6.807-6.399.574a1.16 1.16 0 0 1-.5-.062 1.52 1.52 0 0 1-.995-1.138 1.249 1.249 0 0 1 .186-.956 1.085 1.085 0 0 1 .799-.459l6.393-.558-1.345-6.734a1.226 1.226 0 0 1 .18-.934 1.005 1.005 0 0 1 .779-.444h-.011Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-NoUsers" xmlns="http://www.w3.org/2000/svg" width="161" height="160" fill="none" viewBox="0 0 161 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color20)" fill-rule="evenodd" d="M160.5 61v45c0 6.623-5.377 12-12 12h-136c-6.623 0-12-5.377-12-12V61c0-6.623 5.377-12 12-12h136c6.623 0 12 5.377 12 12Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M114.643 110.557c.317-4.305-19.634-9.285-44.563-11.125-24.928-1.839-45.394.16-45.712 4.464-.318 4.304 19.634 9.285 44.562 11.124 24.929 1.839 45.395-.159 45.713-4.463Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M122 37.66c-2.635-2.89-15.285-5.035-30.47-5.035-15.185 0-26.715 1.985-30.07 4.67h-.005s-.065.055-.17.15l-.145.13c-3.435 3.155-33.65 32.78.35 69.32 3.405 4.4 15.56 7.655 30.04 7.655 14.48 0 26.07-3.105 29.785-7.355 0 0 35.365-31.45.68-69.535H122Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M67.365 37.07c0-1.25 10.7-2.75 23.895-2.726 13.195.025 23.89 1.55 23.885 2.805-.005 1.255-10.7 2.75-23.895 2.725-13.195-.025-23.89-1.55-23.885-2.805Zm54.9 23.18c-.495-3.97-2.56-8.124-5.215-11.374-.525-.64-1.36-.93-2.18-.81l-2.665.39c-1.505.22-2.085 2.065-1.025 3.155 2.395 2.46 5.61 6.18 6.85 9.685.38 1.07 1.555 1.81 2.625 1.42 1.035-.38 1.745-1.37 1.61-2.465Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M84.545 94.965c17.245-.385 33.09 4.17 39.505 3.36l.595.14a42.54 42.54 0 0 1-5.71 5.835c-3.665 3.09-8.485 4.265-13.275 4.375l-26.49.595c-4.795.105-9.66-.85-13.46-3.775a43.197 43.197 0 0 1-4.88-4.385c1.825-3.19 13.115-5.905 23.72-6.145h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M102.21 63.914c-1.085 1.815-1.535 3.955-.97.62.16-.96.18-1.935.055-2.895-.36-2.735-1.12-7.76-2.665-6.025a.708.708 0 0 0-.175.51c.305 4.235 1.7 8.275-.09 12.41-.325.755-.56 1.55-.735 2.355-.36 1.665-1.065 3.875-2.07 2.73.36-2.32 1.645-4.72 1.01-7.105-.415-2.275 1.82-5.91.585-7.775-.195-.29-.605-.375-.885-.165-2.48 1.84-.51 7.09-1.545 9.8a.632.632 0 0 1-.93.31c-1.96-1.24-1.495-4.52-.97-6.73a.568.568 0 0 0-.05-.395c-2.42-4.59-3.065 6.625.41 9.655.04.035.07.07.1.11 1.3 1.98-1.955 8.65-3.57 6.285a.59.59 0 0 1-.105-.365c.02-2.5 1.865-5.825.575-7.98-.265-.445-.93-.415-1.125.065-.465 1.155.585 3.43-.495 4.125-.785-1.035-.07-3.095-.23-4.465-.015-.11 0-.22.03-.32 1.775-5.31-2.385-6.49-1.495-.185.01.085.01.17-.01.25-.955 4.48 1.665 8.915-.165 13.065-.125.28-.295.535-.485.775-.83 1.055-1.55 2.55-2.43 1.02-.145-.255-.07-.56.15-.755 1.785-1.555 1.6-11.055-.465-9.565-.405.295-.615.79-.6 1.295.05 2.095 1.245 6.82-.78 5.875a.685.685 0 0 1-.37-.42c-1-3.24.78-6.335 1.075-9.565.15-1.175-1.03-8.665-2.095-6.42-.165.345-.21.725-.18 1.105.205 2.635 1.35 9.09-.685 2.865a13.094 13.094 0 0 0-.465-1.4.567.567 0 0 0-.045-.1.8.8 0 0 0-.145-.235c-.155-.2-.38-.36-.695-.2-.645.32-.61.87-.195 1.61.415.74.77 1.96.87 3.795.08 1.485.285 3.075.36 3.625.045.555.075.995.08 1.25 0 .08-.02.16-.055.235-1.485 3.01 3.065 8.725 1.425 10.715a.626.626 0 0 1-1.035-.12c-.78-1.47-2.12-2.625-3.01-4.015-1.79-2.095-.81-6.26-2.47-7.95-.305-.31-.83-.235-1.015.155-.365.76-.125 1.83.26 2.905.27.755-.855 1.21-1.16.47-.53-1.29-.665-2.865-.75-4.24-.035-.6-.255-1.185-.67-1.62-2.29-2.39-.37 9.39 4.14 11.745.395.205.76.475 1.065.8 5.145 5.475.625 15.28 5.735 20.055.11.1.25.16.4.16 1.405.03 4.235.3 2.77-1.705-10.595-17.245 15.77-25.385 18.135-39.58.115-.69-.8-1.04-1.155-.44v-.01h.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M81.346 92.12c-.525-1.36 1.57-2.41 1.36-4.505-.105-1.065-.7-1.56-1.395-1.89.064.63-.015 1.17-.34 1.56a.626.626 0 0 1-1.035-.12c-.78-1.47-2.12-2.625-3.01-4.015-1.79-2.095-.81-6.26-2.47-7.95-.305-.31-.83-.235-1.015.155 2.04 1.355 2.254 4.51.16 5.035-.615.155-.98.59-1.165 1.145.77 1.36 1.72 2.505 2.825 3.08.27.14.52.32.75.515.68-.185 1.29-.315 1.675.075.644.645.914 1.785.29 2.75 2.415 5.59-.3 13.41 4.09 17.51.11.1.25.16.4.16 1.405.03 4.235.3 2.77-1.705-2.566-4.175-2.96-7.81-2.06-11.13-.775-.385-1.48.22-1.826-.675h-.004v.005Zm20.944-26.7c0-.42-.4-.43-.665-.39-.56 1.18-.775 1.94-.52.34-.285.265-.7.59-.82.355-.095-.19-.61-.33-1.1-.335a10.757 10.757 0 0 1-.815 3.14l-.335.895c-.16.48-.29.965-.4 1.46-.36 1.665-1.065 3.875-2.07 2.73.1-.645.27-1.295.455-1.95-.17-.165-.33-.36-.435-.595-.37-.83-.555-1.845.09-1.935.645-.09 1.105-1.015.46-1.385-.645-.37-.83-1.385-.185-1.75.59-.335.1-1.97-.965-2.115.075 1.65.19 3.31-.26 4.485a.632.632 0 0 1-.93.31c-1.045-.66-1.4-1.905-1.42-3.26-.35.515-.535 1.11-.39 1.685.225.895-.23.805-.645.74.39 1.375.995 2.615 1.85 3.36.04.035.07.07.1.11.34.515.365 1.355.195 2.265.28.385.535.915.535 1.575 0 1.255-.455 1.9.465 2.715 3.59-3.615 6.96-7.29 8.36-11.465-.295-.335-.555-.71-.555-.99v.005ZM88.99 80.5c1.044-.94.314-2.2-.526-3.034-.84-.835-.315-1.36-.21-2.41.065-.65-.71-.815-1.315-.845.326 2.29.726 4.54.07 6.715.58.105 1.376.11 1.975-.425h.005Zm-1.524-12.93c.13.346.615.426 1.1.416.575-2.225.044-3.58-.59-3.765-.296.46-.62 1.18-.145 1.595.74.645-.645 1.015-.37 1.75l.005.005Zm-9.17.104c.42.74.77 1.96.87 3.795.02.335.04.675.07 1.01.405-.035.92.62 1.395.525.67-.135.715-1.3-.18-1.345-.895-.045-.985-1.165-.76-1.48.225-.315.135-1.435-.405-2.015-.28-.305-.095-.91.14-1.425-.02-.045-.035-.095-.055-.135a.567.567 0 0 0-.045-.1.8.8 0 0 0-.145-.235c-.155-.2-.38-.36-.695-.2-.645.32-.61.87-.195 1.61l.005-.005Zm3.509 15.111c.334 0 .605-.258.605-.575 0-.318-.27-.575-.605-.575-.334 0-.605.257-.605.575 0 .317.271.575.605.575Zm.851.715c.146 0 .265-.13.265-.29 0-.16-.119-.29-.265-.29-.147 0-.265.13-.265.29 0 .16.118.29.265.29Zm-1.086.89c.105 0 .19-.093.19-.21 0-.115-.085-.21-.19-.21s-.19.095-.19.21c0 .117.085.21.19.21Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M61.666 101.325c23.365 5.695 47.764-6.545 63.964-4.135a42.766 42.766 0 0 1-6.7 7.11c-3.665 3.09-7.835 5.42-14.415 6.425-9.294 1.42-11.794-.975-23.07-.115-10.93.835-17.56-4.61-20.59-9.47.14.225.53.12.806.185h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M60.61 92.295c-.435-.89-.84-1.785-1.19-2.71-.715-1.88-1.825-4.915-2.48-7.275-.58-2.095-3.525-10.05-.5-19.715.28-.895.15-1.86-.355-2.65-2-3.11 4.5-7.49 2.56-9.905a.35.35 0 0 1-.04-.05 3.141 3.141 0 0 1-.715-2.46c.045-.33.06-.6-.12-.77-.5-.465-1.895 1.235-2.865 2.715a2.123 2.123 0 0 1-.215.295c-.37.425-1.01 1.52-1.01 1.52h.01a14.166 14.166 0 0 0-1.24 2.41c-2.99 7.37-6.18 22.74 3.535 38.71l.135.21c.58.815 4.42 6.01 5.25 2.35.14-.625-.325-1.79-.76-2.67v-.005Zm3.62-48.935a8.29 8.29 0 0 0-.885 1.276c-.755 1.33-1.54 4.145-2.715 3.7-.6-.23-1.3-2.635-1-3.64.3-1.005 2.725-3.905 5.525-4.205 1.05-.115 1.215.34-.925 2.87Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m59.395 80.73-2.085 1.14c-.645.356-1.47.11-1.735-.58-.9-2.33-.765-4.244-.56-5.31.115-.584.605-.984 1.195-1.09l2.185-.394c1.19-.215 2.24.805 2.13 2.01-.075.775-.13 1.63-.125 2.385 0 .745-.355 1.48-1.005 1.84Zm-3.035 5.53c1.094 6.655 5.72 12.075 8.19 13.945.404.305.934.335 1.404.14.715-.295.885-1.345.415-1.96-1.995-2.6-4.47-8.075-5.265-13.595-.145-1.02-1.305-1.615-2.18-1.065l-1.96 1.235c-.44.28-.685.785-.6 1.3h-.005Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Radar" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M80.051 122.128h21.192l-.201-.673-.202-.672-4.712-15.705-.403-1.346-5.085-16.984-5.393 17.996-.433 1.478-4.37 14.566-.201.673-.202.672.01-.005Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M85.363 105.402c3.825.713 7.227-.992 9.873-3.294l-4.651-15.153-5.217 18.452-.005-.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M78.872 100.175c.871.87 1.804 1.604 2.781 2.221 4.672 2.924 10.307 2.869 13.673-.506 2.45-2.454 3.145-6.122 2.203-9.74-.61-2.382-1.93-4.73-3.911-6.718-5.015-5.024-12.373-5.793-16.45-1.71-4.077 4.068-3.306 11.454 1.709 16.463v-.01h-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M79.482 99.194a16.09 16.09 0 0 0 2.782 2.221c4.672 2.924 10.301 2.868 13.673-.506 2.449-2.454 3.145-6.122 2.202-9.74-.61-2.383-1.93-4.73-3.91-6.719-5.015-5.024-12.373-5.793-16.45-1.71-4.078 4.068-3.307 11.455 1.708 16.464v-.01h-.005Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M82.414 102.133c1.14.476 2.278.795 3.412.992 3.12-2.935 5.937-6.466 8.265-10.519a48.85 48.85 0 0 0 2.51-5.013c-1.472-1.969-3.588-3.633-6.174-4.72-6.546-2.728-13.642-.628-15.86 4.7-2.217 5.317 1.3 11.848 7.847 14.565v-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M73.268 127h33.675v-4.867H73.268V127Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M80.05 122.128h21.193l-.202-.673H80.248l-.202.673h.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m88.815 105.366-3.563 16.094-3.815.699V127h-8.174v-4.867l6.889-.339 5.1-17.05 3.563.617v.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m86.85 104.501-5.811 17.293-6.491.627V127h-1.285v-4.867l6.99-.678 5.206-17.39h1.728l-.332.436h-.005Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M97.262 91.463s1.633 6.926-2.57 9.415c0 0 2.978-4.214 2.303-9.33-.68-5.114.272-.085.272-.085h-.005Zm2.746 29.962-5.433-18.78-.1.111 3.885 18.598.01.106m-6.123-29.77c25.33-17.414 39.889-40.283 32.531-51.07-7.358-10.786-33.852-5.408-59.181 12.012-25.33 17.41-39.895 40.273-32.532 51.059 7.358 10.787 33.857 5.414 59.187-12h-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color20)" d="M108.974 75.278s-3.24 2.342-9.515 3.658c.555-.714 1.043-1.513 1.376-2.383 0 0 .514-1.012.302-1.67 9.309-17.43 4.365-36.387 4.365-36.387l-.912 1.948c3.296 19.787-2.676 32.542-3.538 34.247-.242-.385-.852-.557-2.198-.127 0 0-2.272.557-8.103 5.237h-.857v-.47H88.85l-.443.364-.328-.365v-.738l-1.592-.279-3.24 3.071.856.334h1.784l.877-1.088s.499 1.6 2.53.056l1.567-.056s-4.147 4.19-1.95 4.913c0 0 .212 0 .58-.05-14.777 11.054-30.904 14.611-40.727 15.739a10.466 10.466 0 0 1-2.086-2.246c-4.863-7.124-.146-19.524 10.916-32.142 2.263 1.512 12.846 8.398 24.186 12.481l-23.496-13.26c5.58-6.218 12.685-12.467 20.93-18.138 7.313-5.03 14.722-9.047 21.742-11.97-9.989 2.6-21.555 7.983-32.894 15.78-25.34 17.414-39.91 40.272-32.547 51.059 5.231 7.67 20.154 7.169 37.445-.036-9.726 2.535-17.941 2.429-22.976-.663 26.438-4.715 38.06-14.611 40.318-16.756a10 10 0 0 0 4.808-2.621s2.303-1.32 4.097-3.491c3.331-.572 7.147-1.533 10.594-3.152 0 0 1.895-.01 1.895-1.862 0 0-1.517-1.543-2.727 1.047l.005.016Zm-18.581 4.811h-.01.015-.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m56.611 49.85-.136 2.681.464 13.721-1.638-1.856-.514-12.71-.942-.551 2.711-2.216.05.936.005-.005Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m63.994 45.397-2.318-.284c.474-.44.887-.85 1.21-1.214l1.995-1.573 39.708-1.887.912-1.948-40.03 1.907s-.242-.015-1.427 1.143l-.09.107a.696.696 0 0 0-.076-.107l-4.793-5.777c.005.116.01.222-.025.334-.55 1.953-5.962 5.93-7.847 6.966-.75.415-1.653.911-2.514.947l4.394 5.423-2.495 2.019-13.541 51.525h2.121l13.628-51.01 3.8-2.863-.096-.09c1.018-.598 2.122-1.382 3.155-2.197h.247l2.273-.364L110.41 75.87l1.467-1.549-47.883-28.924Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M83.624 82.043c3.145-2.16 4.858-5.13 3.84-6.633-1.023-1.498-4.404-.966-7.55 1.194-3.14 2.16-4.858 5.13-3.84 6.633 1.023 1.503 4.405.966 7.55-1.194Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M83.574 81.699c2.605-1.791 4.218-3.962 3.608-4.852-.605-.89-3.21-.162-5.816 1.624-2.605 1.79-4.218 3.961-3.608 4.852.61.89 3.21.167 5.816-1.624Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color13)" d="M83.654 78.056c-1.844-2.965-3.704-5.91-5.513-8.89-.111-.182-.217-.364-.373-.51-.338-.325-.958-.33-1.406-.345-.328-.01-.67.036-.988.122-.307-.734-.61-1.468-.922-2.201l-.726-1.736c-.116-.268-.252-.936-.474-1.133-.483-.415-1.3-.08-1.779.172-.262.137-.524.299-.715.526-.106.122-.61.977-.464 1.128 1.235 1.255 2.424 2.566 3.639 3.85.075.077.14.153.216.228-.383.527-.655 1.306-.458 1.877.07.208.201.39.332.572.776 1.063 1.558 2.12 2.324 3.193 1.567 2.18 3.13 4.36 4.692 6.546.736-.035 1.476-.207 2.081-.612.544-.364 1.048-.865 1.164-1.517.096-.532-.373-.856-.635-1.275l.005.005Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="m63.994 46.115 14.424 8.743-14.716-8.667-.025-.015-.03-.01-1.276-.4 1.623.35Zm-.13-4.437.105.137-.035.096c-.136.349-.645 1.224-2.444 3.046l-.232.232-.217.218-4.768-5.88c.081-.075.187-.171.308-.288a22.92 22.92 0 0 0 1.083-1.102 13.36 13.36 0 0 0 1.13-1.392c.196-.288.367-.587.483-.87l4.586 5.803Zm40.776-2.297-39.275 1.811h-.05l-.046.02-.982.45 1.416-1.016 38.927-1.315v.05h.01Zm-48.1 9.588-2.807 2.115 1.054.602 1.285.688.519 13.422.277.238-.322-17.06-.005-.005Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m55.367 51.99.186 12.395-.67-12.663.484.268Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M71.675 63.505s.65-.354 1.502-.177l2.464 5.13s1.406-.688 2.293.688c.892 1.376 6.587 10.038 6.587 10.038s-.146.633-.821 1.194c-.237.197-7.273-11.596-8.371-11.58l-2.712-4.65-.942-.643Z"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m71.675 63.505.055-.026 1.099.254 2.525 5.08 1.88.586 7.005 10.453-.51.743-7.105-10.392-1.688-1.027-2.682-4.76-.58-.906v-.005Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M83.66 81.582h-.313l-1.573-.202s2.223-.552 2.752-2.196l-.368-.552-.12-.187 2.817.107s-1.29 1.947-3.196 3.035v-.005Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m49.672 44.456 4.102 5.616-2.248 1.604L37.89 102.71l14.146-50.938 2.228-1.725.862-.294-.898.147-4.566-6.142-.448.121.454.582.005-.005Zm6.47-5.287 4.985 6.233 2.741.633 48.301 29.101-48.447-28.793-3.084-.45-4.864-6.385"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M49.031 44.066c-1.109-.035.151-1.988 2.837-4.371 2.702-2.413 5.837-4.366 6.99-4.356h.03c1.11.035-.155 1.988-2.837 4.376-2.71 2.414-5.84 4.356-6.995 4.356h-.03l.005-.005Z"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M58.491 36.123c-.095-.1-.312 0-.478.213-.172.212-.227.47-.131.572-.126.334-.484.93-1.497 1.588 0 0 1.124-.354 1.623-1.254l.176-.38c.06-.04.12-.101.181-.177.172-.212.232-.47.131-.572l-.005.01Zm45.847 86.425.03 4.149 1.426.025v-4.169h-1.456v-.005Z"/>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-RoadMap" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M122.235 69.863a10.68 10.68 0 0 0-1.204-1.975L122.787 50H26.344l.837 17.758c-.938.564-2.003 1.212-3.05 1.865v.008l-.003-.008c-2.601 1.621-5.095 3.273-5.271 3.75-.376 1.02-4.37 20.26-4.68 21.657 0 0-3.31 23.578-3.294 23.925.525.063 2.214.041 2.214.041l11.9-.041-.73-21.012s.106-.48 3.64-5.112c.149-.194.29-.384.428-.568l.373 7.912a3.776 3.776 0 0 0 .16.913c.03.095.062.19.1.28l1.514 3.752c.069.19.152.371.25.544a3.76 3.76 0 0 0 1.135 1.23 4.337 4.337 0 0 0 1.616.675 5.217 5.217 0 0 0 1.92.011l73.154-12.886c.95 1.307 1.815 2.353 2.146 2.71.708.763 2.289 1.744 2.453 2.453.164.709 2.834 4.524 4.143 7.958.727 1.91 2.068 4.868 4.202 11.183l16.913-.035c-1.79-3.541-3.223-6.342-3.617-7.005-1.199-2.017-3.925-8.068-4.088-9.758-.545-3.706-1.356-3.886-1.792-4.268-.436-.382-.944-1.69-1.316-2.832-.333-1.022.228-2.626.173-3.825-.054-1.2.253-3.578.372-5.374.055-.817-.163-6.977-.926-8.067-.763-1.09-1.658-5.634-2.203-6.779-.545-1.145-1.747-1.41-2.782-1.192Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M34.708 77.566c.08.597-.725 1.568-1.215 2.097-.596-.39-1.138-.86-1.637-1.365-1.272-1.29-2.412-2.814-3.099-4.492a1.21 1.21 0 0 1-.105-.548c3-1.87 6.139-3.697 6.139-3.697l3.696.777s.39.758.153 2.006c-.237 1.248-4.047 4.367-3.932 5.22v.002Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M33.386 79.775c-.756-.283-1.177-.884-1.532-1.477-.004-.007-.012-.012-.017-.018.235-.074.412-.28.523-.502.118-.238.177-.5.279-.746.102-.245.26-.484.5-.595.08-.036.175-.063.217-.14.098-.173-.152-.482-.24-.62-.137-.216-.286-.426-.4-.656-.074-.148.123-.282.237-.163.15.154.3.314.345.379.236.333.594.583.957.25.134-.122.227-.28.342-.42.07-.087.15-.166.208-.26.047-.077.08-.161.118-.242.19-.403.524-.732.675-1.151.193-.532-.032-.935-.157-1.438-.074-.3-.118-.61-.114-.92.001-.132.021-.282.13-.359.099-.068.242-.043.33.039.19.175.121.514.266.727.111.165.328.236.52.217.181-.019.33-.127.446-.26.272-.306.403-.739.554-1.111l.06-.15.853.179s.392.758.154 2.006c-.237 1.248-4.047 4.367-3.932 5.22.08.598-.83 1.681-1.32 2.21l-.002.001Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M30.529 77.804a.275.275 0 0 1 .133.05c.177.108.342.239.527.333.052.027.107.051.164.07.163.176.331.347.504.513.433.415.898.805 1.399 1.14l-.128.126s.017.058.05.138c-.421.405-.813.841-1.203 1.226-.234.231-.474.46-.737.66a2.32 2.32 0 0 1-.107.076c-.039.026-.041.029-.064.04a1.49 1.49 0 0 1 .209-.538c.17-.245.41-.425.62-.633.224-.219.424-.47.469-.79a1.024 1.024 0 0 0-.412-.984c-.265-.193-.581-.285-.833-.496a3.246 3.246 0 0 1-.666-.763c-.018-.028-.035-.058-.031-.09.005-.048.058-.08.105-.08v.002Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M127.014 39.015c.47 0 .905.125 1.289.347.384.221.715.537.983.928.267.39.467.852.586 1.363.118.511.158 1.069.101 1.654l-4.91 50.025a4.778 4.778 0 0 1-.386 1.457c-.202.46-.469.893-.785 1.272-.316.38-.681.705-1.076.955s-.82.426-1.257.503l-81.443 14.345a5.286 5.286 0 0 1-1.953-.011 4.37 4.37 0 0 1-1.644-.687 3.803 3.803 0 0 1-1.154-1.251 3.766 3.766 0 0 1-.483-1.7l-2.87-63.966a5.281 5.281 0 0 1 1.5-3.95 5.426 5.426 0 0 1 1.754-1.2 5.433 5.433 0 0 1 2.168-.433l89.583.351-.003-.002Zm-2.102 54.343 4.9-50.048c.027-.279.031-.551.016-.815a4.554 4.554 0 0 0-.112-.761 4.257 4.257 0 0 0-.226-.691 3.361 3.361 0 0 0-.757-1.108 2.598 2.598 0 0 0-1.093-.626 2.394 2.394 0 0 0-.643-.085l-89.556-.292a5.222 5.222 0 0 0-2.063.413 4.993 4.993 0 0 0-.895.49 5.25 5.25 0 0 0-.775.653 5.04 5.04 0 0 0-1.365 2.695 5.192 5.192 0 0 0-.064 1.064l2.844 63.926c.014.298.062.586.139.856.077.27.184.527.32.764a3.63 3.63 0 0 0 1.1 1.191c.226.156.471.292.735.402.263.11.54.195.83.252.289.057.592.09.903.092.312.003.63-.024.957-.081l81.467-14.304c.209-.037.413-.096.615-.177.202-.082.395-.183.583-.301.189-.119.369-.257.54-.408a4.73 4.73 0 0 0 .9-1.078 4.853 4.853 0 0 0 .571-1.317c.061-.232.105-.47.129-.708"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M36.684 110.982a3.64 3.64 0 0 1-1.1-1.191 3.609 3.609 0 0 1-.459-1.62l-2.84-63.926a5.084 5.084 0 0 1 .797-2.971c.18-.286.394-.549.629-.79.234-.242.493-.461.774-.652s.58-.356.895-.492c.316-.136.648-.237.995-.307a5.36 5.36 0 0 1 1.068-.105l89.554.292a2.42 2.42 0 0 1 1.225.33c.182.104.353.231.509.38.156.15.298.317.426.503a3.5 3.5 0 0 1 .331.606c.092.217.169.447.226.691a4.77 4.77 0 0 1 .097 1.576l-4.901 50.048a4.614 4.614 0 0 1-.366 1.39 5.12 5.12 0 0 1-.749 1.213 4.593 4.593 0 0 1-1.024.908 3.509 3.509 0 0 1-.584.3 3.2 3.2 0 0 1-.615.179L40.11 111.647a5.341 5.341 0 0 1-.957.082 4.844 4.844 0 0 1-.904-.093 4.258 4.258 0 0 1-.83-.252"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color17)" d="m121.931 38.465-86.352-.479a4.888 4.888 0 0 0-.935.077 4.338 4.338 0 0 0-.301.062 4.792 4.792 0 0 0-.503.144l-.243.09a4.684 4.684 0 0 0-.593.283 4.243 4.243 0 0 0-.338.209c-.05.033-.098.068-.149.103-.048.035-.096.07-.145.108a5.278 5.278 0 0 0-.14.112c-.046.04-.092.076-.136.118l-.13.12c-.041.043-.085.084-.125.126-.04.042-.081.085-.12.13-.04.043-.08.087-.117.133l-.118.145c-.04.048-.077.099-.112.15-.035.05-.073.1-.108.153a6.145 6.145 0 0 0-.1.158c-.038.061-.075.125-.113.189a5.47 5.47 0 0 0-.197.395c-.03.068-.06.136-.086.204a5.09 5.09 0 0 0-.338 1.538c-.01.18-.01.362-.002.546l2.877 61.054a3.873 3.873 0 0 0 .084.63 3.888 3.888 0 0 0 .18.584l1.586 3.93a3.537 3.537 0 0 1-.241-.93 4.192 4.192 0 0 1-.029-.334L32.012 44.25a5.56 5.56 0 0 1 .068-1.135 5.174 5.174 0 0 1 .386-1.277c.031-.07.066-.14.1-.211.034-.07.07-.138.107-.204.037-.068.077-.134.116-.2a3.15 3.15 0 0 1 .108-.166c.037-.055.074-.11.114-.163l.118-.158c.04-.053.082-.103.126-.154a4.113 4.113 0 0 1 .25-.276l.131-.132c.044-.044.09-.085.136-.127l.143-.125.147-.119.152-.114c.05-.037.103-.072.155-.107.057-.04.117-.077.176-.112a2.34 2.34 0 0 1 .18-.105 3.85 3.85 0 0 1 .184-.1c.062-.03.125-.063.189-.091a4.96 4.96 0 0 1 .502-.205 5.7 5.7 0 0 1 .262-.083c.087-.026.177-.048.265-.07a5.189 5.189 0 0 1 .963-.138c.11-.007.222-.01.332-.01l89.582.352-5.087-.55.014-.005Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="M127.014 39.015c.47 0 .905.125 1.289.347.384.221.715.537.983.928.267.39.467.852.586 1.363.118.511.158 1.069.101 1.654l-4.91 50.025a4.778 4.778 0 0 1-.386 1.457c-.202.46-.469.893-.785 1.272-.316.38-.681.705-1.076.955s-.82.426-1.257.503l-81.443 14.345a5.286 5.286 0 0 1-1.953-.011 4.37 4.37 0 0 1-1.644-.687 3.803 3.803 0 0 1-1.154-1.251 3.766 3.766 0 0 1-.483-1.7l-2.87-63.966a5.281 5.281 0 0 1 1.5-3.95 5.426 5.426 0 0 1 1.754-1.2 5.433 5.433 0 0 1 2.168-.433l89.583.351-.003-.002Zm-2.102 54.343 4.9-50.048c.027-.279.031-.551.016-.815a4.554 4.554 0 0 0-.112-.761 4.257 4.257 0 0 0-.226-.691 3.361 3.361 0 0 0-.757-1.108 2.598 2.598 0 0 0-1.093-.626 2.394 2.394 0 0 0-.643-.085l-89.556-.292a5.222 5.222 0 0 0-2.063.413 4.993 4.993 0 0 0-.895.49 5.25 5.25 0 0 0-.775.653 5.04 5.04 0 0 0-1.365 2.695 5.192 5.192 0 0 0-.064 1.064l2.844 63.926c.014.298.062.586.139.856.077.27.184.527.32.764a3.63 3.63 0 0 0 1.1 1.191c.226.156.471.292.735.402.263.11.54.195.83.252.289.057.592.09.903.092.312.003.63-.024.957-.081l81.467-14.304c.209-.037.413-.096.615-.177.202-.082.395-.183.583-.301.189-.119.369-.257.54-.408a4.73 4.73 0 0 0 .9-1.078 4.853 4.853 0 0 0 .571-1.317c.061-.232.105-.47.129-.708"/>
|
|
11
|
+
<g opacity=".5">
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M47.727 38.96c-10.222 25.275-4.943 52.811 12.214 69.206l-2.136.374C40.95 91.657 35.921 64.177 45.841 38.955l1.886.006Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M54.252 38.982c-11.129 24.906-5.957 52.672 11.743 68.12l-.832.146c-17.565-15.67-22.617-43.397-11.63-68.268l.719.002Zm19.784.065a51.858 51.858 0 0 0-2.25 3.828c-11.683 21.977-5.356 47.74 13.494 57.76a34.289 34.289 0 0 0 5.068 2.191l-3.346.588a36.71 36.71 0 0 1-2.546-1.228l-.464-.251C64.623 91.277 58.394 64.932 69.957 42.582l.279-.532a53.48 53.48 0 0 1 1.727-3.01l2.073.007Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M87.82 39.092a39.1 39.1 0 0 0-6.444 8.88c-9.025 16.98-4.159 36.938 10.47 44.715 10.656 5.664 23.771 3.42 33.597-4.776l-.149 1.528c-10.023 7.88-23.146 9.967-33.962 4.217l-.356-.193c-14.88-8.188-19.666-28.427-10.783-45.597l.215-.408a40.276 40.276 0 0 1 5.912-8.371l1.5.005Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M107.217 39.155c-6.489 1.53-12.608 6.112-16.286 13.032-6.295 11.84-2.92 25.774 7.294 31.204 9.512 5.057 21.818 1.07 28.548-9.065l-.131 1.341c-7.012 9.639-19.169 13.386-28.727 8.306l-.247-.134C87.422 78.2 84.079 64.317 90.056 52.446l.294-.569c3.342-6.286 8.68-10.717 14.526-12.73l2.341.008Zm11.757.038c.75.285 1.489.62 2.213 1.004l.247.134c3.431 1.887 6.087 4.7 7.879 8.052l-.12 1.232c-1.768-3.735-4.585-6.854-8.315-8.837a18.578 18.578 0 0 0-4.11-1.592l2.206.007Z"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" d="M126.997 39.22a2.436 2.436 0 0 1 1.225.33c.182.104.353.231.509.38.156.15.298.317.426.503.127.187.239.389.331.606.092.217.169.447.226.691a4.773 4.773 0 0 1 .096 1.576l-4.9 50.048a4.613 4.613 0 0 1-.366 1.39 5.117 5.117 0 0 1-.749 1.213c-.151.18-.313.349-.485.5-.171.152-.353.29-.54.408a3.463 3.463 0 0 1-.583.301c-.2.079-.406.14-.615.178L40.11 111.647a4.932 4.932 0 0 1-1.861-.011 4.313 4.313 0 0 1-.735-.215l.002-.004c-.06-.025-.119-.053-.178-.08l-.82-.477a3.602 3.602 0 0 1-.934-1.069 3.609 3.609 0 0 1-.459-1.62l-2.84-63.926a5.084 5.084 0 0 1 .796-2.972 5.045 5.045 0 0 1 1.404-1.441 5.028 5.028 0 0 1 1.89-.799c.346-.07.702-.105 1.068-.105l89.554.292Zm-89.245.07a5.31 5.31 0 0 0-1.056.105l-.255.058a4.858 4.858 0 0 0-.728.245 5.306 5.306 0 0 0-.886.486 4.96 4.96 0 0 0-.765.645l-.17.183a4.965 4.965 0 0 0-.908 1.494l-.085.24a4.968 4.968 0 0 0-.247 1.8l2.81 63.189c.012.295.058.58.136.847a3.478 3.478 0 0 0 1.24 1.811l.176.103.714.415c.258.109.533.193.82.25.215.042.437.071.664.084l.23.006c.308.003.625-.023.946-.08l80.523-14.138a3.11 3.11 0 0 0 .458-.12l.149-.056c.197-.078.392-.18.577-.297a4.15 4.15 0 0 0 .404-.294l.129-.11c.127-.112.249-.234.366-.363l.114-.131c.11-.135.216-.275.314-.422l.096-.149a5.18 5.18 0 0 0 .256-.467l.074-.162a5.36 5.36 0 0 0 .185-.501l.049-.171a4.72 4.72 0 0 0 .106-.524l.022-.177 4.844-49.47c.021-.207.028-.41.024-.609l-.009-.197a4.758 4.758 0 0 0-.072-.57l-.039-.183a4.047 4.047 0 0 0-.158-.519l-.065-.164a3.464 3.464 0 0 0-.237-.457l-.091-.141a3.14 3.14 0 0 0-.421-.497 2.584 2.584 0 0 0-.37-.296l-.133-.082a2.386 2.386 0 0 0-1.046-.32l-.164-.005-88.521-.288Z" clip-rule="evenodd"/>
|
|
18
|
+
<ellipse cx="109.869" cy="63.177" fill="var(--sapContent_Illustrative_Color27)" rx="13.444" ry="15.284" transform="rotate(28.383 109.869 63.177)"/>
|
|
19
|
+
<ellipse cx="110.044" cy="63.253" fill="var(--sapContent_Illustrative_Color26)" rx="10.735" ry="12.3" transform="rotate(28.383 110.044 63.253)"/>
|
|
20
|
+
<ellipse cx="91.001" cy="51.805" fill="var(--sapContent_Illustrative_Color17)" rx="3.881" ry="4.121" transform="rotate(28.383 91 51.805)"/>
|
|
21
|
+
<ellipse cx="81.059" cy="82.821" fill="var(--sapContent_Illustrative_Color9)" rx="5.271" ry="5.853" transform="rotate(46.132 81.06 82.821)"/>
|
|
22
|
+
<ellipse cx="56.286" cy="95.127" fill="var(--sapContent_Illustrative_Color1)" rx="4.424" ry="5.141" transform="rotate(58.77 56.286 95.127)"/>
|
|
23
|
+
<ellipse cx="44.933" cy="85.49" fill="var(--sapContent_Illustrative_Color11)" rx="6.402" ry="7.418" transform="rotate(65.41 44.933 85.49)"/>
|
|
24
|
+
<ellipse cx="64.968" cy="60.631" fill="var(--sapContent_Illustrative_Color16)" rx="8.552" ry="9.068" transform="rotate(59.093 64.968 60.63)"/>
|
|
25
|
+
<ellipse cx="57.056" cy="55.281" fill="var(--sapContent_Illustrative_Color15)" rx="4" ry="4.235" transform="rotate(67.093 57.056 55.28)"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="m14.619 127.491 3.908-28.392c.316-1.42 4.378-20.99 4.76-22.026.179-.486 2.716-2.166 5.362-3.815.113.451.297.886.509 1.298.295.575.651 1.117 1.033 1.638.343.468.718.907 1.083 1.357.648.796.696.732.821 1.053-.028.37.852 1.1.942 1.264.09.165.31.95.863.759.554-.19 2.372-3.763 2.723-4.305.351-.543 6.673-7.674 8.395-3.91 1.722 3.766-3.224 7.037-4.183 8.093-.96 1.056-2.167 2.84-3.316 6.354-1.15 3.515-1.432 5.29-5.028 10.002-3.595 4.711-3.703 5.199-3.703 5.199l.883 25.43H14.618v.001Z"/>
|
|
27
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M30.529 77.803a.282.282 0 0 1 .133.05c.177.108.341.239.526.333.185.095.399.155.601.108a.284.284 0 0 0 .054-.017c.248-.095.248.105.248.293 0 .433.897 1.183.948 1.287.05.103.105.235.139.315-.422.405-.814.841-1.204 1.226-.234.231-.474.46-.737.66a2.177 2.177 0 0 1-.107.076c-.039.025-.041.029-.064.04a1.492 1.492 0 0 1 .209-.538c.17-.245.409-.425.62-.633.224-.219.424-.47.469-.79a1.025 1.025 0 0 0-.412-.984c-.265-.193-.582-.285-.833-.496a3.25 3.25 0 0 1-.666-.763c-.018-.028-.035-.058-.031-.09.005-.048.057-.08.105-.08l.002.003Zm-9.15 49.69c-.075-1.454-.655-4.039-.453-5.482.393-2.819 1.196-5.556 1.743-8.345.275-1.404.427-2.827.703-4.232.28-1.429.603-2.864 1.038-4.255.685-2.19 1.73-4.235 3.152-6.037a27.84 27.84 0 0 1 2.36-2.595c.822-.807 1.534-1.628 2.088-2.647 1.12-2.06 1.602-4.387 2.405-6.573.816-2.225 1.992-4.25 3.561-6.029.77-.873 1.602-1.691 2.433-2.507.788-.774 2.221-1.73 2.82-2.67.472-.741.533-1.43.31-2.418a9.55 9.55 0 0 0-.768-2.21c.958-.276 1.783-.093 2.249.923 1.722 3.765-3.225 7.036-4.183 8.092-.96 1.056-2.167 2.84-3.317 6.354-1.149 3.515-1.432 5.29-5.027 10.002-3.595 4.711-3.703 5.199-3.703 5.199l.883 25.431H21.38l-.001-.001Z"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M119.196 104.007c.166.721 2.883 4.602 4.214 8.095.88 2.31 2.628 6.078 5.586 15.375h17.924c-2.693-5.354-5.17-10.249-5.713-11.162-1.22-2.051-3.992-8.205-4.158-9.924-.555-3.77-1.379-3.953-1.823-4.341-.443-.388-.96-1.718-1.339-2.88-.338-1.04.233-2.671.177-3.89-.055-1.22.257-3.64.379-5.466.055-.832-.166-7.097-.943-8.206-.776-1.109-1.686-5.73-2.24-6.894-.554-1.164-1.776-1.434-2.83-1.213-.332-.72-.981-1.815-1.591-2.425-.61-.61-1.108-.672-1.718-.783-.488-.089-1.251.213-1.491.404a9.625 9.625 0 0 0-1.187-1.693c-.657-.732-2.552-.606-3.247-.314-.608.246-1.668 1.613-2.031 2.21l1.872 4.997.159-.387c.222.295.385.428.518.871.167.555.126 1.845-.151 1.457l-.006-.008a5.216 5.216 0 0 1-.711-1.393l-1.696-5.561c-.123-.433-.279-.697-.338-.855-.234-.625-.887-1.442-1.497-3.549-.61-2.106-2.033-7.59-2.473-7.851-.808-.48-1.523-.195-2.295.555-1.014.986 0 5.8 0 7.296 0 1.8.817 4.88 1.815 7.873.998 2.994 1.036 3.3 1.036 4.462-.278-.969-.852-2.042-2.349-4.093-1.497-2.051-2.968-1.514-3.689-.96-.721.554.581 3.363.581 4.084 0 .72.277 2.939.887 4.88.61 1.94 1.109 4.49 1.109 5.82 0 1.331.388 2.33 1.608 5.268 1.22 2.938 4.435 6.93 5.156 7.706.721.776 2.329 1.774 2.495 2.495Z"/>
|
|
29
|
+
<path fill="var(--sapContent_Illustrative_Color9)" d="m42.653 76.103-.57-.297a2.993 2.993 0 0 1-1.239-1.208l-.308-.558s1.953-4.11 4.104-2.353c2.379 1.943-1.987 4.416-1.987 4.416Zm68.61-15.248c.181.515.645.386 1.108.386.701-.144 1.168-.42 1.314-.54-.18-.568-.67-1.944-.876-2.294-.257-.438-1.03-.206-1.391 0s-.541.67-.541.799.206 1.134.386 1.649Zm-1.209 15.123-1.83 1.418h-.438c-.18-.653-.566-2.124-.669-2.783-.129-.825.309-1.03.798-1.185.49-.155 1.572.438 1.83.721.206.227.292 1.314.309 1.83Z"/>
|
|
30
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M131.976 104.161c-.206-.876 1.958.103 2.576 0 1.87.339 2.37 4.892 2.113 4.843-.258-.052-4.483-3.968-4.689-4.843Zm-6.075-22.591c.888-.533 1.243 1.42 2.308 2.487 1.066 1.065 2.842-.622 3.641 0 .799.621 1.155 10.033.711 10.567-.356.426-1.51 1.776-2.043 2.398-.385-.355-1.208-1.333-1.421-2.398-.266-1.332-1.953-3.108-2.664-3.02-.568.072.237 3.642.711 5.418-.296-.415-1.137-1.776-2.132-3.907 0-1.51-5.86-8.437-5.772-9.058.089-.622 1.954 0 2.576 0 .621 0 3.196-1.954 4.085-2.487Zm-15.064-6.188c.499-.565.695.195 1.628 1.498.934 1.303 1.217 2.8 1.217 3.821 0 1.02.022 2.497 0 2.91-.022.412-.044 3.04-.304 3.343-.261.304 0 2.28 0 2.41 0 .13-.76-1.671-.5-2.04.261-.37-.084-1.144-.149-1.426-.065-.283.38-2.291.281-3.19-.079-.72-.284-1.073-.392-2.007-.109-.933-1.281-1.975-1.651-2.345-.369-.369-.335-2.742-.13-2.974Zm18.196-1.932c.123.202.396.694.5 1.041.13.434.543 2.844.717 3.54.173.694 1.302 2.474 1.129 2.366-.174-.109-1.021-1.107-1.303-1.542-.282-.434-.738-1.997-.934-2.757 0-.799-.478-2.027-.717-2.54l.608-.109Zm-4.82-2.997c.434.97 1.325 2.992 1.412 3.322.108.413.065 1.932.152 2.323s1.063 2.084.499 1.541c-.565-.542-1.715-3.734-2.171-5.645-.087-.344-.355-1.012-.478-1.303l.586-.239Zm-7.057.456c.499-.399 1.528-1.173 1.65-1.086.152.109.304.195.152.586.065.825.912 2.389 1.237 3.344.261.765-.39 4.017-.369 3.322.022-.695-.602-1.532-.602-1.532l-.418.772c-.355-1.158-1.09-3.548-1.195-3.843a35.529 35.529 0 0 1-.455-1.563Z"/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Secrets" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M62.756 51.497s.048.03.07.048a.681.681 0 0 1-.11-.087c.014.013.023.026.04.035v.004Zm.386.257-.113-.066c.035.022.074.044.113.066Zm.331.164s.013 0 .018.009c-.01 0-.018-.005-.027-.009h.009Zm.495.17-.07-.022c.022.01.048.013.07.022Z"/>
|
|
3
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="m59.076 113.957 34.324-3.548 5.231-.809.139-.015.44-.043c.281-.029.492-.072.625-.125.144-.053.211-.12.206-.193 0-.072-.077-.154-.215-.236a3.424 3.424 0 0 0-.63-.245l-22.285-6.524a8.335 8.335 0 0 0-.903-.202c-.33-.058-.688-.106-1.046-.144a16.42 16.42 0 0 0-1.07-.068c-.344-.009-.674 0-.96.02l-2.418.183-.21.014-1.381.106-1.094.082-11.176-3.366c-1.557-.471-3.43-.89-5.475-1.242a88.39 88.39 0 0 0-6.546-.866 97.049 97.049 0 0 0-6.865-.414c-2.26-.053-4.453-.024-6.427.115l-1.385.097c-1.997.134-3.588.36-4.778.66-1.19.298-1.954.659-2.274 1.073-.32.414-.196.871.41 1.348.607.481 1.687.977 3.273 1.473l11.013 3.437-2.073.159a5.423 5.423 0 0 0-.97.145c-.22.058-.363.135-.43.216-.014.01-.029.015-.038.024l-.134.078-.31.178-.063.033c-.014.005-.029.015-.043.024l-.038.02s-.02.009-.024.014c-.038.024-.09.053-.134.077l-.205.121-.043.024c-.02.014-.053.028-.077.043l-.477.274s-.01.01-.015.01c-.057.034-.129.077-.186.106-.077.048-.13.096-.148.149-.02.053 0 .106.047.164a.738.738 0 0 0 .249.173c.115.058.268.121.45.178l21.017 6.755a8.31 8.31 0 0 0 1.132.27 17.137 17.137 0 0 0 2.723.25c.45 0 .875-.01 1.257-.053m-15.107-9.918-11.047-3.423c-.879-.269-1.476-.549-1.806-.814-.33-.264-.392-.52-.2-.75.186-.232.63-.439 1.309-.607.678-.169 1.59-.299 2.733-.38l1.38-.097a41.429 41.429 0 0 1 3.684-.077c1.29.03 2.623.106 3.928.227 1.304.12 2.565.279 3.73.48 1.167.198 2.218.434 3.087.699l11.138 3.38-17.936 1.372v-.01Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M74.832 35.039a16.74 16.74 0 0 1 6.312.857 18.467 18.467 0 0 1 5.58 3.028 19.468 19.468 0 0 1 4.315 4.723 17.92 17.92 0 0 1 2.484 5.994l3.326 15.512-6.809.602-3.034-15.58a9.74 9.74 0 0 0-1.41-3.365 10.59 10.59 0 0 0-2.484-2.643 10.813 10.813 0 0 0-3.225-1.68 9.844 9.844 0 0 0-3.64-.448l-1.515.106a8.638 8.638 0 0 0-3.406.948 7.774 7.774 0 0 0-3.98 5.123 8.415 8.415 0 0 0-.053 3.562l3 15.73-7.09.625-2.886-15.782c-.43-2.262-.372-4.443.091-6.451a13.952 13.952 0 0 1 2.523-5.383 13.52 13.52 0 0 1 4.462-3.755c1.763-.924 3.75-1.487 5.934-1.622l1.51-.092-.005-.01Zm35.705 65.273-6.789 2.148-.497.086 6.77-2.137.516-.092v-.005Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m110.021 100.404-6.77 2.138-40.038 6.966 4.94-1.916 41.868-7.188Z"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color28)" d="M112.391 98.257a2.664 2.664 0 0 1-.301.963 2.132 2.132 0 0 1-.611.722c-.249.188-.54.323-.865.371l-.516.092-41.978 7.188a3.127 3.127 0 0 1-1.367-.063 3.571 3.571 0 0 1-1.218-.597 3.902 3.902 0 0 1-.937-1.04 4.008 4.008 0 0 1-.52-1.377l-5.767-32.56a3.33 3.33 0 0 1 .024-1.343c.1-.419.277-.804.52-1.136.244-.333.555-.612.918-.814A2.984 2.984 0 0 1 61 68.287l2.565-.226.277-.024 3.302-.294.272-.024L80.89 66.53l15.556-1.372.134-.01 1.448-.125 1.529-.13.234-.019 2.68-.236c.32-.029.641.02.946.12.311.107.598.275.86.487.263.212.492.476.679.775.186.298.334.626.411.987l6.956 30.162c.086.38.101.756.062 1.103v-.01l.005-.005Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color16)" d="M66.791 107.53a3.613 3.613 0 0 1-1.218-.597 3.956 3.956 0 0 1-.936-1.035 4.008 4.008 0 0 1-.521-1.377l-5.753-32.56a3.32 3.32 0 0 1 .1-1.613 3.11 3.11 0 0 1 .325-.693c.134-.212.297-.404.478-.578l-.339.318c-.038.038-.081.077-.115.11l-.296.28-.673.63c-.048.044-.096.092-.134.126-.029.024-.058.053-.091.082l-.081.072-.053.048c-.09.087-.196.183-.296.28l-.454.428c-.033.033-.072.067-.1.096a2.496 2.496 0 0 1-.163.15l-1.041.981-.038.039c-.12.11-.287.27-.407.38-.172.164-.33.347-.458.549a2.917 2.917 0 0 0-.459 1.401c-.02.255 0 .525.038.794l5.275 30.794a3.62 3.62 0 0 0 1.362 2.272c.349.265.735.452 1.151.563.416.106.85.13 1.295.053l4.94-1.921a3.163 3.163 0 0 1-1.362-.062h.01l.014-.01Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M58.779 71.956a3.33 3.33 0 0 1 .023-1.343c.1-.419.278-.804.521-1.136.244-.333.554-.612.918-.814a2.984 2.984 0 0 1 1.227-.376l2.557-.226.277-.024 3.292-.294.272-.024 13.435-1.189 15.519-1.372.129-.01 1.443-.125 1.524-.13.234-.019 2.671-.236c.32-.029.635.02.941.12.306.107.592.275.855.487.263.212.492.476.679.775.186.298.329.626.41.987l6.938 30.162c.086.38.105.756.062 1.103a2.695 2.695 0 0 1-.301.963 2.167 2.167 0 0 1-.607.722c-.248.188-.54.322-.865.371l-.516.091"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color27)" d="m80.088 68.032 23.889-2.239 8.476 32.276-32.37-30.037h.005Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M99.237 73.197a4.827 4.827 0 0 1 1.916.246c.621.207 1.209.53 1.739.944a6.29 6.29 0 0 1 1.39 1.502c.383.582.679 1.232.856 1.925l.726 2.846c.181.717.224 1.425.138 2.084a4.87 4.87 0 0 1-.602 1.81c-.315.54-.735.997-1.237 1.344a4.18 4.18 0 0 1-1.763.684l-31.687 4.491s-.038.005-.057.01c-.02.005-.038 0-.057.005h-.058c-.019.005-.038 0-.057.005a5.244 5.244 0 0 1-2.083-.222 6.195 6.195 0 0 1-1.887-.977 6.498 6.498 0 0 1-1.481-1.589 6.227 6.227 0 0 1-.875-2.05l-.683-3.03a5.586 5.586 0 0 1-.067-2.19c.12-.688.373-1.333.74-1.892a4.536 4.536 0 0 1 1.41-1.382 4.726 4.726 0 0 1 1.935-.683l31.553-3.88s.033 0 .048-.005c.014-.005.033 0 .047-.005h.096v.01Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M98.501 74.012a4.788 4.788 0 0 1 1.911.245c.622.207 1.209.53 1.74.949a6.36 6.36 0 0 1 2.245 3.428l.54 2.161a5.68 5.68 0 0 1 .139 2.085 4.816 4.816 0 0 1-.602 1.81c-.316.54-.736.997-1.243 1.344a4.166 4.166 0 0 1-1.767.678l-30.35 4.29s-.033.005-.052.005h-.052c-.02.005-.034 0-.053.005h-.052a5.255 5.255 0 0 1-2.084-.222 6.14 6.14 0 0 1-1.887-.977 6.59 6.59 0 0 1-1.48-1.589 6.128 6.128 0 0 1-.875-2.05l-.516-2.283a5.68 5.68 0 0 1-.072-2.19c.12-.694.373-1.334.74-1.893a4.65 4.65 0 0 1 1.405-1.381 4.698 4.698 0 0 1 1.93-.68l30.225-3.73h.105c.02-.005.034 0 .053-.005.019-.005.033 0 .052 0Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color30)" d="m73.772 84.468-1.644.458c-.043.01-.052.062-.024.1l1.343 1.508c.134.149.124.37-.029.476l-.52.347c-.144.096-.354.048-.469-.106l-1.108-1.521c-.029-.044-.09-.044-.105 0l-.717 1.535c-.072.155-.267.208-.435.116l-.611-.332c-.177-.101-.254-.323-.158-.477l.936-1.521c.024-.039 0-.092-.047-.101l-1.74-.414c-.19-.048-.324-.236-.286-.414l.124-.64c.038-.179.22-.275.406-.203l1.677.616c.048.02.086-.014.082-.062l-.311-1.791a.282.282 0 0 1 .282-.342l.635-.01c.187 0 .354.15.373.337l.177 1.777c0 .048.057.077.095.063l1.486-.631c.163-.072.368.02.459.192l.306.621c.086.179.01.376-.168.424h-.01v-.005Zm8.586-1.299-1.644.457c-.043.01-.052.063-.024.101l1.343 1.507c.134.15.124.37-.029.477l-.52.346c-.144.096-.354.048-.469-.11l-1.108-1.522c-.029-.043-.091-.043-.11 0l-.717 1.536c-.072.154-.267.207-.435.115l-.611-.332c-.177-.1-.254-.322-.158-.476l.936-1.522c.024-.038 0-.091-.047-.1l-1.74-.415c-.19-.048-.324-.236-.286-.414l.124-.64c.038-.178.22-.275.406-.202l1.677.616c.048.02.086-.015.082-.063l-.311-1.79a.279.279 0 0 1 .282-.338l.635-.01c.187 0 .354.15.373.333l.177 1.776c0 .049.057.077.09.063l1.486-.63c.163-.073.368.019.46.192l.305.62c.086.179.01.376-.167.425Zm8.226-1.334-1.643.457c-.043.01-.053.063-.024.101L90.26 83.9c.133.15.124.37-.03.477l-.52.346c-.143.097-.353.048-.468-.106l-1.109-1.521c-.028-.043-.09-.043-.105 0l-.717 1.536c-.071.154-.267.207-.434.12l-.612-.332c-.177-.101-.253-.323-.157-.477l.936-1.521c.024-.038 0-.091-.048-.101l-1.739-.414c-.191-.048-.325-.236-.287-.414l.125-.64c.038-.179.22-.275.406-.203l1.677.616c.047.02.086-.014.081-.062l-.31-1.791a.282.282 0 0 1 .281-.342l.636-.01c.186 0 .353.15.372.333l.177 1.776c0 .048.058.077.096.063l1.486-.63c.162-.073.368.018.458.192l.306.62c.086.179.01.376-.167.424h-.01v-.004Zm8.452-1.535-1.643.457c-.043.01-.053.062-.024.1l1.343 1.508c.133.149.124.37-.03.476l-.52.347c-.143.096-.354.048-.468-.106l-1.109-1.521c-.028-.044-.09-.044-.11 0l-.716 1.536c-.072.154-.268.207-.435.115l-.611-.332c-.177-.101-.254-.323-.158-.477l.936-1.521c.024-.039 0-.092-.047-.101l-1.74-.414c-.19-.048-.325-.236-.286-.414l.124-.64c.038-.179.22-.275.406-.203l1.677.617c.048.019.086-.015.081-.063l-.31-1.791a.282.282 0 0 1 .282-.342l.635-.01c.186 0 .354.15.373.338l.176 1.776c0 .048.058.077.091.063l1.486-.631c.163-.072.368.02.459.193l.306.62c.086.179.01.376-.168.424h-.01l.01-.005Z"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="M86.084 38.968c-1.658-.578-3.22-1.594-4.945-2.133-1.725-.54-3.545-.871-5.366-.881-3.588-.02-7.343 1.314-9.775 4.106-1.577 1.81-2.518 4.15-2.92 6.548-.707 4.213.168 8.469 1.023 12.59.612 2.941 1.185 5.753 1.796 8.695-.726.072-1.419.12-2.145.188-.54-2.793-1.075-5.436-1.62-8.228-.558-2.884-1.204-5.782-1.342-8.729-.13-2.788.2-5.642 1.376-8.165 1.897-4.083 5.858-6.822 10.129-7.65 4.71-.915 10.148.313 13.789 3.668v-.01Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color29)" d="m90.04 65.755 2.264-.202c-.735-3.51-1.476-6.962-2.212-10.471-.774-3.693-1.27-7.627-3.788-10.607-2.518-2.98-5.772-3.129-8.81-2.498 0 0 6.832.578 8.604 6.389l3.942 17.39Zm-21.362 1.743c-.11.197-.334.14-.74.202-1.023-5.623-2.04-11.251-3.063-16.875-.124-.683-.248-1.372-.287-2.065-.2-3.823 1.353-9.017 5.237-9.947-1.926 1.965-3.278 4.232-3.727 7.102-.564 3.596.22 7.13.822 10.645 0 .938.344 2.007.506 2.936l.526 3.057.526 3.058c.08.467.315 1.121.272 1.593a.917.917 0 0 1-.067.299v-.01l-.005.005Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="m93.332 65.461-1.73-8.199c-.64-2.816-.908-5.676-1.6-8.41-.688-2.716-1.935-5.407-4.33-7.26-2.321-1.844-5.498-2.937-8.661-2.624 4.773-.67 9.746 1.863 12.035 5.652 2.332 3.813 2.637 8.305 3.803 12.402l2.203 8.285-1.72.15v.004Zm-24.644 2.181-2.03-8.652c-.569-2.855-1.53-5.594-2.012-8.4-.487-2.784-.415-5.778 1.114-8.494 1.471-2.681 4.223-4.588 7.424-5.647-4.916 1.416-8.79 5.402-9.407 9.855-.645 4.487.965 8.739 1.572 12.994l1.333 8.522 1.62-.144.343-.034h.043Z"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Services" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M138.003 103.671c0-.269-.782-.485-1.827-.534-.06-1.044-.29-1.82-.56-1.82-.269.001-.493.783-.551 1.833-1.048.071-1.827.306-1.824.576.004.27.783.485 1.828.534.063 1.044.29 1.82.559 1.82.269-.001.494-.783.551-1.833 1.049-.071 1.827-.306 1.824-.576Zm1.466-33.993c0-.216-.63-.39-1.471-.43-.048-.84-.233-1.464-.45-1.464s-.397.63-.443 1.475c-.844.057-1.471.246-1.468.463.003.218.629.391 1.471.43.05.84.233 1.465.449 1.465.217-.001.398-.63.444-1.475.844-.058 1.47-.246 1.468-.463Zm-115.449 0c0-.216-.63-.39-1.471-.43-.048-.84-.233-1.464-.45-1.464s-.397.63-.444 1.475c-.843.057-1.47.246-1.468.463.003.218.63.391 1.471.43.05.84.234 1.465.45 1.465.216-.001.398-.63.444-1.475.843-.058 1.47-.246 1.468-.463Z"/>
|
|
4
|
+
<circle cx="129.46" cy="75.02" r=".529" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
5
|
+
<circle cx="24.549" cy="80.769" r=".529" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
6
|
+
<circle cx="125.413" cy="110.255" r=".794" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<circle cx="82.299" cy="106.902" r=".794" fill="var(--sapContent_Illustrative_Color2)"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M70.694 57.863a.79.79 0 0 1 1.097-.214l53.513 36.062a.79.79 0 1 1-.883 1.311L70.907 58.96a.79.79 0 0 1-.213-1.097Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M68.09 38.878c0-.622.687-1 1.213-.668l5.935 3.744a.79.79 0 0 1 .369.669v41.285a.79.79 0 0 1-1.266.632l-5.935-4.467a.79.79 0 0 1-.315-.632V38.878Zm9.773 48.313a.79.79 0 0 1-.315-.631V44.845c0-.622.686-1 1.213-.668l7.557 4.768a.79.79 0 0 1 .368.669v42.634a.79.79 0 0 1-1.266.631l-7.557-5.688Z"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M122.439 72.506c2.28-1.346 2.066-6.481-.517-11.62-2.635-5.242-6.736-8.502-9.161-7.283a2.349 2.349 0 0 0-.452.298L74.297 73.009l9.54 18.979 38.633-19.42-.031-.062Z"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M112.761 53.604c2.425-1.22 6.526 2.041 9.161 7.282 2.583 5.139 2.797 10.274.517 11.62l-.001-.001v.002h.001l.031.06-38.633 19.42-9.54-18.978L112.309 53.9a2.26 2.26 0 0 1 .333-.233l.119-.064Zm3.763 2.146c-1.58-1.257-2.679-1.364-3.23-1.087a1.19 1.19 0 0 0-.224.148l-.105.087-.123.062-36.953 18.575 8.474 16.86L121 71.979l.837-.494c.54-.318 1.07-1.317.983-3.315-.082-1.894-.724-4.299-1.957-6.752-1.258-2.502-2.843-4.48-4.338-5.668Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M123.106 63.731c1.439 4.2 1.198 7.914-.794 8.915a2.088 2.088 0 0 1-.144.067l.002.005-38.334 19.27-3.417-6.799 42.687-21.458Z"/>
|
|
13
|
+
<ellipse cx="79.209" cy="82.427" fill="var(--sapContent_Illustrative_Color25)" rx="4.914" ry="10.621" transform="rotate(-26.688 79.209 82.427)"/>
|
|
14
|
+
<ellipse cx="78.925" cy="82.569" fill="var(--sapContent_Illustrative_Color22)" rx="2.695" ry="5.548" transform="rotate(-26.688 78.925 82.569)"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M37.892 104.181a.593.593 0 0 1 .711-.445l24.477 5.639a.593.593 0 1 1-.266 1.155l-24.477-5.638a.593.593 0 0 1-.445-.711Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M47.76 79.152a.593.593 0 0 1 .34.767l-9.077 23.446a.593.593 0 0 1-1.106-.428l9.077-23.446a.593.593 0 0 1 .767-.339Z" clip-rule="evenodd"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color25)" d="M71.1 110.277c9.518-5.37 13.105-17.413 7.978-27.448-5.128-10.034-17.092-14.386-27.151-10.075L71.1 110.277Z"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M79.308 83.307c1.12 6.92-2.435 12.936-8.712 17.816L55.442 79.634 71.1 110.277c9.307-5.258 12.902-16.974 8.208-26.97Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color24)" d="M71.052 86.705c5.27 10.482 4.63 21.447-1.43 24.493-6.058 3.046-15.24-2.983-20.51-13.464-5.268-10.482-4.628-21.447 1.43-24.493 6.058-3.046 15.241 2.983 20.51 13.464Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M69.64 87.415c-2.533-5.038-5.974-8.935-9.414-11.193-3.48-2.285-6.663-2.73-8.974-1.568-2.312 1.162-3.852 3.981-4.094 8.137-.24 4.109.835 9.195 3.367 14.233 2.533 5.037 5.974 8.935 9.414 11.193 3.48 2.285 6.662 2.731 8.973 1.569l.71 1.412-.285.136c-6.058 2.72-15.038-3.283-20.225-13.6-5.268-10.482-4.628-21.447 1.43-24.493 6.058-3.045 15.241 2.982 20.51 13.464l.243.492c5.005 10.33 4.291 21.004-1.672 24.001l-.71-1.412c2.311-1.162 3.852-3.982 4.094-8.138.24-4.108-.835-9.195-3.368-14.233Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color22)" fill-rule="evenodd" d="M100.013 77.621a.79.79 0 0 1 1.097-.214l24.194 16.304a.79.79 0 0 1-.884 1.31l-24.193-16.303a.79.79 0 0 1-.214-1.097Z" clip-rule="evenodd"/>
|
|
22
|
+
<path fill="var(--sapContent_Illustrative_Color11)" d="M103.984 106.852a1.187 1.187 0 0 1-.472-.947v-43.96a1.185 1.185 0 0 1 1.818-1.004l8.18 5.16c.344.218.553.597.553 1.004v44.956c0 .978-1.118 1.536-1.899.948l-8.18-6.157Zm12.716 8.98c0 .372.175.723.473.947l10.206 7.682a1.186 1.186 0 0 0 1.899-.948V76.705c0-.407-.209-.786-.554-1.003l-10.205-6.44a1.186 1.186 0 0 0-1.819 1.004v45.566Z"/>
|
|
23
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M103.512 105.904c0 .373.175.724.472.948l8.18 6.156c.781.589 1.899.031 1.899-.947v-6.874c-4.008 1.073-7.784.545-10.551-.566v1.283Zm13.188-1.654v11.581c0 .373.175.724.473.948l10.206 7.681c.781.589 1.899.031 1.899-.947V90.398c-3.589 7.69-8.121 11.863-12.578 13.852Z"/>
|
|
24
|
+
<path fill="var(--sapContent_Illustrative_Color22)" d="M64.862 86.113c.753-.378 1.876.332 2.507 1.588.63 1.256.532 2.58-.222 2.96-.605.303-1.448-.096-2.083-.915l-3.218 1.619a.791.791 0 1 1-.71-1.413l3.218-1.618c-.28-1-.098-1.917.508-2.221Z"/>
|
|
25
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M60.216 74.029a.79.79 0 0 1 .152 1.107l-21.6 28.492a.791.791 0 0 1-1.26-.955l21.6-28.492a.79.79 0 0 1 1.108-.152Z" clip-rule="evenodd"/>
|
|
26
|
+
<path fill="var(--sapContent_Illustrative_Color25)" fill-rule="evenodd" d="M37.018 104.045a.79.79 0 0 1 .725-.851l36.097-2.9a.79.79 0 0 1 .127 1.576l-36.098 2.9a.79.79 0 0 1-.851-.725Z" clip-rule="evenodd"/>
|
|
27
|
+
<ellipse cx="37.139" cy="104.043" fill="var(--sapContent_Illustrative_Color11)" rx="3.154" ry="3.265" transform="rotate(-26.688 37.139 104.043)"/>
|
|
28
|
+
<path fill="var(--sapContent_Illustrative_Color1)" d="M38.131 100.992c.791 1.606.184 3.53-1.364 4.308a3.09 3.09 0 0 1-2.458.135l.012.025c.81 1.611 2.728 2.283 4.285 1.5 1.556-.782 2.161-2.722 1.351-4.333a3.313 3.313 0 0 0-1.826-1.635Z"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-SessionExpired" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M53.767 64.284c.407.128.991.284 1.414.396.67 6.235 3.29 12.39 8.276 16.61h-.005c23.82 17.206-5.26 12.503-8.1 36.029l-.031.241c-.06.407-.097.819-.14 1.226h39.526c-2.614-26.102-32.878-19.508-7.73-38.052 0 0 .852-.804 1.254-1.243v-.005c3.776-4.023 6-9.385 6.123-14.73a30.847 30.847 0 0 0 1.81-.494v54.535h2.705v-55.6c1.179-.617 1.87-1.286 1.95-1.993h.011v-3.98c0-2.925-11.608-5.298-25.904-5.298C58.685 51.916 49 53.442 49 57.958v1.783-.005c0 1.586.016 2.523 2.062 3.514v55.542h2.705V64.284Zm45.08-1.098v.043-.043Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M125.706 114.489v5.313c0 4.523-12.93 8.198-28.856 8.198-15.926 0-28.857-3.675-28.857-8.198 0-.203.028-.406.077-.608l-.077-.022v-4.688c0 4.162 12.93 7.541 28.857 7.541 15.926 0 28.856-3.379 28.856-7.541v.005Zm-.049-.454h.049v.454c0-.153-.016-.301-.049-.454Zm-57.664.454v-.443h.05c-.033.142-.05.295-.05.443Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.69 123.816v-5.635c2.673 1.237 6.654 2.262 11.447 2.941v5.892c-4.793-.739-8.774-1.851-11.447-3.198Zm50.435 0v-5.635c-2.673 1.237-6.654 2.262-11.446 2.941v5.892c4.792-.739 8.773-1.851 11.446-3.198Z" clip-rule="evenodd"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M96.85 106.942c15.926 0 28.856 3.379 28.856 7.542 0 4.162-12.93 7.541-28.856 7.541-15.926 0-28.857-3.379-28.857-7.541 0-4.163 12.93-7.542 28.857-7.542Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M118.214 49.865c-.75 3.423-2.043 6.703-4.141 9.885-2.026 3.067-5.208 5.718-8.182 8.078-3.976 3.155-6.922 5.882-6.906 8.33v.23c0 4.294 10.313 9.091 15.083 16.31 4.299 6.5 5.192 13.423 5.066 21.139a.883.883 0 0 1 .011.17c0 2.717-9.99 4.918-22.301 4.918-12.311 0-22.3-2.201-22.3-4.918 0-.055 0-.115.01-.17-.131-7.716.767-14.633 5.066-21.14 4.77-7.218 15.083-12.015 15.083-16.309v-.23c.016-2.448-2.93-5.17-6.907-8.33-2.973-2.36-6.15-5.006-8.182-8.078-2.103-3.182-3.39-6.457-4.14-9.885 5.28 1.358 12.903 2.212 21.364 2.212 8.462 0 16.085-.854 21.365-2.212h.011Z" clip-rule="evenodd"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M125.707 37.822v.076-.077Zm-57.713.082v-.12h.005c0 .038-.005.081-.005.12Zm57.713 0v4.43h-.011c-.384 3.368-13.166 6.074-28.851 6.074-15.685 0-28.857-2.793-28.857-6.233v-4.277c0 3.259 12.93 5.904 28.857 5.904 15.926 0 28.856-2.645 28.856-5.904l.006.006Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M118.822 46.217a36.546 36.546 0 0 1-.602 3.648c-5.28 1.358-12.903 2.212-21.364 2.212-8.462 0-16.085-.854-21.365-2.212-.263-1.2-.46-2.41-.602-3.648 5.296 1.342 13.177 2.19 21.972 2.19 8.795 0 16.676-.848 21.972-2.19h-.011Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M67.993 40.714v-.132H68c0 .044-.006.088-.006.132Zm2.301 73.217v-71.75h3.012v71.75c0 .542-.674.985-1.506.985s-1.506-.438-1.506-.985Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M71.69 45.232V40.79c2.673.97 6.654 1.769 11.447 2.3v4.568c-4.793-.559-8.774-1.408-11.447-2.432v.006Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M120.515 113.931v-71.75h3.012v71.75c0 .542-.674.985-1.506.985-.833 0-1.506-.438-1.506-.985Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M121.993 45.232V40.79c-2.673.97-6.654 1.769-11.446 2.3v4.568c4.792-.559 8.773-1.408 11.446-2.432v.006Zm-48.687.553v.619s-1.205 1.27-3.012.438v-2.224c.816.41 1.824.8 3.012 1.161v.006Z" clip-rule="evenodd"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M120.515 45.725v1.45s1.506.291 3.012-1.144v-1.473c-.816.41-1.824.8-3.012 1.161v.006Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M96.85 32c15.926 0 28.856 2.645 28.856 5.904 0 3.258-12.93 5.904-28.856 5.904-15.926 0-28.857-2.646-28.857-5.904 0-3.259 12.93-5.904 28.857-5.904Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M97.485 86.925c2.969.996 17.935 13.081 19.606 18.333.704.284 1.292.474 1.66.376.29 2.218.405 4.496.405 6.845 0 .455 0 .91-.01 1.37.01.054.01.115.01.17 0 .054 0 .109-.01.164l-31.486 2.299c-.531-.054-1.254-.115-1.763-.18l-10.592-1.019c-.394-.323-.64-.662-.717-1.012l.3-8.068c.044-.361.087-.718.142-1.079.295-.269 1.19-1.001 2.626-1.518 3.707-5.263 16.067-15.36 19.83-16.681Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color11)" fill-rule="evenodd" d="M118.707 105.338c.383 2.733.482 5.564.432 8.511a.873.873 0 0 1 .011.169c0 2.717-9.989 4.902-22.3 4.902-12.312 0-22.301-2.185-22.301-4.902 0-.054 0-.115.01-.169-.054-3.122.06-6.107.504-8.993 1.512 1.983 6.32 7.372 13.906 7.372 9.288 0 11.287-4.869 19.496-6.074 6.299-.926 9.223-.887 10.242-.822v.006Z" clip-rule="evenodd"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color15)" d="M119.135 113.848c.049-2.946-.05-5.777-.433-8.51-.63-.044-1.993-.071-4.431.131.072.504.137 1.019.192 1.539-.619.712-2.891 1.523-4.951 1.364-.098-.783-.186-1.55-.279-2.322-.252.038-.504.071-.772.109-8.21 1.205-10.209 6.074-19.497 6.074-7.58 0-12.394-5.389-13.905-7.372-.438 2.887-.553 5.871-.504 8.993-.011.055-.011.115-.011.17 0 2.716 9.99 4.901 22.3 4.901 12.312 0 22.302-2.185 22.302-4.901 0-.055 0-.115-.011-.17v-.006Z"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color8)" d="M114.025 103.859a34.354 34.354 0 0 0-.296-1.534c-.58-2.754-1.446-5.328-2.766-7.831a27.437 27.437 0 0 0-.953-1.66l-3.888.318c1.857 3.67 2.459 7.574 2.957 11.627.05.422.105.849.154 1.271a95.724 95.724 0 0 1 5.038-.581 66.529 66.529 0 0 0-.246-1.61ZM103.307 88.82a24.65 24.65 0 0 1 1.445 1.999l3.664-.301a16.987 16.987 0 0 0-.301-.389c-1.123-1.424-2.24-2.503-3.68-3.702-1.309.038-1.747.06-3.073.284a21.629 21.629 0 0 1 1.95 2.11h-.005Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M114.276 105.469a66.529 66.529 0 0 0-.246-1.61 34.354 34.354 0 0 0-.296-1.534 35.405 35.405 0 0 0-.712-2.793c-1.983-2.125-4.431-4.376-6.813-6.385h-.082c1.857 3.674 2.459 7.579 2.957 11.632.05.422.104.849.154 1.27.093.773.18 1.539.279 2.323 2.059.158 4.332-.652 4.951-1.364-.06-.52-.121-1.03-.192-1.539Z"/>
|
|
21
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M87.419 112.145c-5.318-.525-9.097-3.653-11.129-5.843-.394 2.842-.525 6.725-.432 9.37 1.993 1.227 6.134 2.218 11.424 2.771a96.481 96.481 0 0 1 .142-6.303l-.005.005Z" clip-rule="evenodd"/>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-SessionExpiring" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M67.77 65.718c.4.126.974.279 1.39.39.657 6.124 3.23 12.17 8.129 16.316h-.005c23.398 16.9-5.168 12.28-7.956 35.39l-.032.237c-.058.4-.095.805-.137 1.205h38.827c-2.568-25.64-32.297-19.163-7.593-37.38 0 0 .837-.789 1.231-1.22v-.005c3.71-3.952 5.893-9.219 6.014-14.47a30.14 30.14 0 0 0 1.779-.484v53.569h2.657V64.65c1.158-.605 1.836-1.263 1.915-1.958H114v-3.91c0-2.872-11.402-5.203-25.446-5.203-15.932 0-25.446 1.494-25.446 5.93v1.752-.005c0 1.557.016 2.478 2.026 3.452v54.558h2.657V65.718h-.02Zm44.283-1.079v.042-.042Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M95.084 114.481v5.315c0 4.524-12.931 8.2-28.86 8.2-15.928 0-28.86-3.676-28.86-8.2 0-.207.027-.409.08-.61l-.08-.021v-4.689c0 4.164 12.932 7.542 28.86 7.542 15.929 0 28.86-3.378 28.86-7.542v.005Zm-.053-.456.053.011v.445c0-.154-.016-.302-.053-.451v-.005Zm-57.661.456v-.445l.053-.011a2.174 2.174 0 0 0-.053.451v.005Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M41.072 123.811v-5.639c2.674 1.242 6.652 2.265 11.447 2.944v5.893c-4.795-.737-8.773-1.851-11.447-3.198Zm50.432 0v-5.639c-2.673 1.242-6.651 2.265-11.446 2.944v5.893c4.795-.737 8.773-1.851 11.446-3.198Z" clip-rule="evenodd"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M66.224 106.938c15.929 0 28.86 3.379 28.86 7.543s-12.931 7.543-28.86 7.543c-15.928 0-28.86-3.379-28.86-7.543s12.932-7.543 28.86-7.543Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color2)" fill-rule="evenodd" d="M87.595 49.86c-.753 3.427-2.042 6.705-4.142 9.882-2.032 3.071-5.21 5.718-8.18 8.078-3.972 3.156-6.921 5.883-6.905 8.328v.228c0 4.29 10.31 9.091 15.085 16.31 4.296 6.503 5.192 13.42 5.065 21.137.01.059.01.112.01.17 0 2.716-9.992 4.917-22.298 4.917-12.306 0-22.299-2.207-22.299-4.917 0-.058 0-.117.01-.17-.132-7.717.77-14.634 5.066-21.137 4.774-7.219 15.085-12.014 15.085-16.31v-.228c.016-2.445-2.928-5.172-6.906-8.328-2.97-2.36-6.153-5.007-8.179-8.078-2.1-3.177-3.389-6.46-4.142-9.882 5.283 1.358 12.9 2.212 21.365 2.212 8.465 0 16.087-.854 21.365-2.212Z" clip-rule="evenodd"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M81.055 62.712c-.44.488-1.39 1.385-1.395 1.385-2.292 1.49-6.137 2.132-10.21 2.323-6.175.292-12.88-.525-15.701-1.443-.096-.085-.186-.17-.281-.254.254-.053.573-.101.95-.154 4.19-.589 7.287-2.111 10.008-3.5 2.562-1.311 4.763-2.515 7.299-2.542 6.646-.069 8.815 3.178 9.33 4.19v-.005ZM95.079 37.82v.08-.08Zm-57.71.08v-.123h.006c0 .043-.005.08-.005.122Zm57.715 0v4.434h-.01c-.388 3.368-13.165 6.073-28.85 6.073-15.684 0-28.86-2.79-28.86-6.232v-4.276c0 3.257 12.932 5.904 28.855 5.904s28.86-2.647 28.86-5.904h.005Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color21)" fill-rule="evenodd" d="M88.2 46.216a35.752 35.752 0 0 1-.605 3.644c-5.283 1.358-12.9 2.212-21.365 2.212-8.466 0-16.088-.854-21.366-2.212a36.246 36.246 0 0 1-.604-3.644c5.293 1.342 13.175 2.19 21.97 2.19 8.794 0 16.676-.848 21.97-2.19Z" clip-rule="evenodd"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M37.37 40.71v-.127h.005c0 .042-.005.085-.005.127Zm2.302 73.214v-71.75h3.013v71.745c0 .541-.674.981-1.507.981-.832 0-1.506-.44-1.506-.981v.005Z" clip-rule="evenodd"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M41.072 45.23v-4.44c2.674.97 6.652 1.772 11.447 2.302v4.567c-4.795-.562-8.773-1.406-11.447-2.43Z" clip-rule="evenodd"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M89.892 113.924v-71.75h3.012v71.745c0 .541-.673.981-1.506.981s-1.506-.44-1.506-.981v.005Z" clip-rule="evenodd"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M91.371 45.23v-4.44c-2.673.97-6.651 1.772-11.446 2.302v4.567c4.795-.562 8.773-1.406 11.446-2.43Zm-48.693.546v.62s-1.204 1.273-3.012.44v-2.222c.811.414 1.824.801 3.012 1.162Z" clip-rule="evenodd"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M89.892 45.722v1.453s1.505.292 3.011-1.145v-1.469c-.81.414-1.824.8-3.011 1.161Z" clip-rule="evenodd"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color26)" fill-rule="evenodd" d="M66.224 31.996c15.929 0 28.86 2.647 28.86 5.904 0 3.256-12.931 5.903-28.86 5.903-15.928 0-28.86-2.647-28.86-5.903 0-3.257 12.937-5.904 28.86-5.904Z" clip-rule="evenodd"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color3)" d="M53.049 62.558c1.65-.217 3.877-.207 6.141.26 3.263.674 5.968 1.677 8.488 2.366 2.646.722 5.097 1.092 7.749.461 1.384-.329 3.06-1.023 4.238-1.553-1.41 1.33-3.32 2.922-4.8 4.094-2.265 1.798-3.756 3.05-5.108 4.78-.393.503-.86 1.198-1.4 2.445-.483 1.114-.992 2.196-1.061 5.203v12.813c4.416.663 8.607 5.502 11.684 8.668 1.581 1.629 7.633 6.381-4.996 5.941a85.175 85.175 0 0 0-1.92-.031c3.915.954 7.103 1.081 8.779.201 2.238-1.172 6.036-2.244 7.277-2.578.292 2.217.402 4.498.402 6.847 0 .456-.004.913-.01 1.369.011.053.01.117.01.17 0 .053.001.111-.01.164l-31.486 2.297c-.53-.058-1.251-.117-1.76-.18l-10.593-1.019c-.392-.329-.641-.663-.72-1.013l.3-8.067c.043-.361.091-.722.145-1.077.397-.361 1.914-1.607 4.417-1.968a23.77 23.77 0 0 1 3.163-.228c2.166-4.216 8.89-8.942 13.207-9.517V80.704c-.011-3.324-1.023-5.201-1.157-5.505-1.214-2.732-3.246-4.472-6.44-7.007-2.052-1.628-4.2-3.39-5.992-5.342a10.27 10.27 0 0 1 1.453-.292Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color15)" fill-rule="evenodd" d="M88.082 105.331c.382 2.737.483 5.564.43 8.508.01.059.01.112.01.17 0 2.716-9.993 4.901-22.298 4.901-12.306 0-22.299-2.185-22.299-4.901 0-.058 0-.117.01-.17-.052-3.119.064-6.105.505-8.99 1.511 1.983 6.322 7.372 13.902 7.372 9.287 0 11.282-4.869 19.493-6.073 6.301-.923 9.224-.886 10.242-.817h.005Z" clip-rule="evenodd"/>
|
|
18
|
+
<path fill="var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" d="M52.773 92.893c-2.588 4.45-3.872 9.022-4.312 14.31.642.695 1.936 1.231 5.256 1.21.059-5.485.207-9.94 2.955-15.308l-3.893-.207-.006-.005Zm5.198-2.164c1.135-1.544 1.676-2.35 3.183-4.047-.997-.207-1.411-.35-2.721-.35a36.528 36.528 0 0 0-4.031 4.206l3.57.19Z" clip-rule="evenodd"/>
|
|
19
|
+
<path fill="var(--sapContent_Illustrative_Color31)" d="M53.712 108.408c.032-3.098.095-5.867.637-8.657-1.003 1.045-1.836 2.127-2.371 3.178-1.21.016-2.218.1-2.976.201a40.898 40.898 0 0 0-.541 4.069c.642.694 1.936 1.23 5.256 1.209h-.005Z"/>
|
|
20
|
+
<path fill="var(--sapContent_Illustrative_Color28)" fill-rule="evenodd" d="M74.547 106.906c.52 5.538.79 10.174.87 11.574 4.211-.419 7.728-1.114 10.051-1.989-.106-2.806-.302-8.004-.69-11.112-1.633.101-3.887.323-6.937.769-1.22.18-2.302.44-3.294.753v.005Z" clip-rule="evenodd"/>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg id="tnt-Dialog-Settings" xmlns="http://www.w3.org/2000/svg" width="160" height="160" fill="none" viewBox="0 0 160 160">
|
|
2
|
+
<rect width="160" height="69" y="50" fill="var(--sapContent_Illustrative_Color20)" rx="12"/>
|
|
3
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M87.298 101.165h-.048l-.031-.01-3.65-1.121-.058-2.03-7.138-1.105-2.904 1.413-4.077-.115-3.85-1.65-6.695.692 1.09 1.9-2.85.937-6.145-.502-3.237 2.361 5.045 1.617-.38 1.722-5.484 1.246 2.94 3.33c.423.052 1.031.057 1.719.036.687-.015 1.464-.057 2.22-.094a47.147 47.147 0 0 1 2.127-.068c.629 0 1.152.032 1.459.121.222.068.444.167.693.287.243.121.486.262.75.404.265.141.545.277.836.397.291.121.608.22.93.273.06.131 0 .377-.11.67-.111.298-.275.654-.428 1.01-.16.361-.297.712-.36.989-.058.283-.042.498.132.566l9.106 1.989 4.083-2.539 4.88.173c.366.063.857.272 1.413.555.566.282 1.179.633 1.787.984.614.351 1.211.701 1.724.958.513.262.936.434 1.174.44l8.292-1.304-2.597-3.183a4.59 4.59 0 0 0 .487-.24c.18-.1.375-.21.576-.325.196-.115.418-.23.63-.34.216-.105.438-.21.65-.288.09-.037.18-.063.27-.089a3.87 3.87 0 0 1 .259-.068c.09-.016.169-.032.254-.037h.248c.243.016.788.073 1.46.152.677.078 1.502.178 2.31.267.81.089 1.603.178 2.211.235.614.053 1.037.079 1.121.048l1.248-3.304-6.61-1.732-1.095-1.691v-.016c0-.005.016-.01.01-.016 0-.005 0-.015.011-.015 0 0 0-.011.016-.016.016-.011.037-.026.058-.037.022-.01.043-.031.08-.036.026-.011.053-.027.095-.037.032-.011.069-.026.111-.042.111-.037.233-.078.38-.115l.46-.126c.17-.042.34-.083.524-.125l.545-.126c.185-.042.365-.084.529-.12.17-.037.333-.079.486-.116.154-.036.296-.073.413-.104.116-.032.227-.063.312-.094l.037-.011.037-.01.032-.011.031-.01s.027-.016.048-.021c.016 0 .021-.016.042-.021.016-.005.021-.016.043-.021.015 0 .015-.021.031-.021.01-.011.016-.016.021-.032v-.031s-.01-.026-.02-.037a.114.114 0 0 0-.054-.041l-4.727-2.655-5.95.116.022.01Zm-2.216 3.617c.529.581.767 1.178.714 1.754-.053.586-.407 1.147-1.058 1.649-.116.1-.254.194-.396.283a5.617 5.617 0 0 1-.47.262 9.656 9.656 0 0 1-1.137.476c-.392.136-.831.262-1.307.372a20.832 20.832 0 0 1-3.305.476 33.433 33.433 0 0 1-8.82-.586c-2.074-.43-3.888-1.021-5.289-1.712-1.38-.675-2.348-1.445-2.797-2.225-.434-.764-.365-1.544.317-2.272.069-.079.148-.157.233-.23.084-.074.185-.152.275-.22.09-.068.195-.136.296-.21.1-.068.216-.136.328-.199.153-.083.306-.162.47-.24a8.86 8.86 0 0 1 .513-.215c.185-.068.365-.136.555-.199.19-.063.387-.12.593-.178.91-.246 1.93-.434 3.025-.555a29.47 29.47 0 0 1 3.469-.167 34.38 34.38 0 0 1 3.707.246 30.9 30.9 0 0 1 3.754.686c1.597.392 2.909.858 3.961 1.361 1.068.513 1.856 1.073 2.37 1.643Z"/>
|
|
4
|
+
<path fill="var(--sapContent_Illustrative_Color21)" d="M41.619 99.84c.28.152.582.341.873.529.29.189.576.377.83.513.254.142.481.23.634.23l5.865-.722-.63-1.738c.117-.031.25-.078.403-.136.153-.052.317-.115.497-.178.174-.063.354-.13.539-.188a8.75 8.75 0 0 1 .74-.215c.07-.016.138-.026.196-.037.063-.01.122-.02.185-.02h.164c.159 0 .497.036.925.078.429.042.952.094 1.45.146.502.053.999.1 1.385.126.38.032.656.042.73.026l2.094-1.869-3.829-.989-.11-.99v-.01l.015-.01.01-.01s0-.011.016-.011.032-.016.053-.021c.021-.005.043-.016.074-.021.027-.005.053-.016.085-.021.026 0 .053-.016.095-.026.085-.021.196-.047.307-.068l.365-.074c.127-.026.264-.047.407-.073.137-.026.28-.052.418-.073.137-.021.28-.053.412-.073.132-.022.26-.048.376-.069.121-.02.222-.041.328-.062a2.69 2.69 0 0 0 .253-.058l.059-.01h.026s.016-.01.021-.01c.016 0 .026-.011.042-.011.016 0 .022-.01.037-.01.011 0 .022-.011.037-.017.011 0 .016-.01.032-.01.01 0 .016-.01.027-.016.01-.005.016-.01.016-.015 0-.006.01-.016 0-.021l-.022-.027-2.247-1.596-4.199.084h-.01l-2.142-.686.698-1.267-4.68-.686-2.55.895-2.855-.068-2.215-1.036-4.998.45.217 1.194-2.284.586-4.204-.299-2.888 1.456 3.11.968-.714 1.026-4.088.744 1.211 1.916c.275.031.687.031 1.158.015.47-.015 1.01-.036 1.534-.063.518-.02 1.03-.041 1.454-.047.434 0 .772.016.957.063.137.037.26.094.391.163.133.067.26.146.402.225.143.078.291.157.455.225.164.068.35.12.55.152 0 .073-.1.209-.254.376-.159.168-.354.367-.55.566-.195.199-.391.392-.497.55-.11.156-.153.272-.058.314l5.484 1.057 3.426-1.387 3.195.089c.227.036.486.151.766.298v-.016h-.005Zm-5.14-2.858c-1.28-.235-2.343-.576-3.104-.974-.751-.387-1.195-.837-1.285-1.293-.09-.45.174-.91.856-1.35.075-.047.154-.094.233-.141.08-.048.164-.09.249-.131.084-.042.18-.084.27-.126.095-.042.195-.079.29-.12.127-.053.26-.1.402-.147.143-.047.286-.089.428-.13.149-.043.291-.085.45-.121.159-.037.307-.074.47-.11a18.402 18.402 0 0 1 2.29-.346 25.585 25.585 0 0 1 5.003.037c.83.089 1.64.225 2.395.408.974.236 1.73.513 2.285.817.56.303.915.633 1.058.974.148.345.1.696-.133 1.03-.243.341-.682.67-1.29.959h.027a3.404 3.404 0 0 1-.37.162c-.133.053-.27.1-.408.152-.148.047-.296.094-.45.141-.158.047-.317.094-.486.136-.317.079-.65.152-1.01.215a19.935 19.935 0 0 1-2.385.278 28.27 28.27 0 0 1-1.359.047c-1.623.01-3.125-.12-4.42-.362h-.006v-.005Zm46.514-8.151-3.225.325-2.306-.372-.592-.994-4.416-.226-1.237.843-2.401.131-2.83-.649-3.722.665 1.354.895-1.328.597-3.828.052-.979 1.304 3.57.518.418.817-2.67.837 2.886 1.33c.26 0 .598-.026.974-.068.375-.042.787-.1 1.195-.152.407-.052.809-.105 1.152-.136.35-.032.646-.042.847-.021.148.016.301.052.475.089.175.042.36.089.545.136.185.047.386.089.582.13.19.037.397.064.587.074.074.052.116.162.148.293.032.131.063.294.085.445.026.157.063.31.11.43.048.12.122.209.244.225l5.34.36 1.45-1.224 2.58-.162c.207.01.508.068.862.157.355.089.757.204 1.148.314.391.11.777.22 1.095.303.312.079.565.131.687.12l3.881-.91-1.972-1.183c.053-.032.122-.073.19-.12.07-.048.148-.105.228-.163l.248-.173a1.69 1.69 0 0 1 .27-.151c.042-.021.074-.037.116-.053.037-.016.08-.031.117-.042l.121-.026a.866.866 0 0 1 .122-.01c.127 0 .418-.01.777 0h2.391c.322 0 .539-.016.576-.032l.032-1.466-3.781-.46-.942-.712v-.021l.022-.021c0-.01.026-.016.031-.02 0-.011.021-.017.043-.027l.058-.026c.053-.026.116-.047.18-.074.063-.026.142-.052.216-.078.08-.026.159-.052.249-.079l.259-.078c.08-.026.17-.052.254-.079.08-.026.159-.052.233-.073l.195-.068c.058-.021.106-.042.148-.058h.048l.01-.01c.011 0 .016-.01.022-.01.005 0 0 0 .015-.011.011 0 .011-.01.016-.01 0 0 0-.011.01-.011 0 0 .017-.01 0-.016v-.015c0-.006-.02-.016-.02-.016l-.037-.016-3.13-1.031v-.026l.004-.01Zm-2.728 2.874c.11.267.058.529-.164.78-.043.047-.09.094-.143.142a1.222 1.222 0 0 1-.18.136 8.08 8.08 0 0 1-.222.13c-.08.043-.17.084-.264.126a6.212 6.212 0 0 1-.598.225 8.194 8.194 0 0 1-.74.2c-.27.062-.566.114-.889.162-.322.047-.666.094-1.03.125-1.286.12-2.597.126-3.85.042-1.249-.084-2.417-.256-3.4-.497-.974-.236-1.767-.534-2.27-.864-.502-.33-.719-.691-.581-1.063a.625.625 0 0 1 .058-.12.56.56 0 0 1 .08-.115c.031-.037.063-.074.1-.115.037-.037.08-.074.121-.11.053-.047.122-.09.185-.136.064-.048.143-.09.223-.126.074-.042.158-.084.248-.12.09-.037.185-.079.28-.116a9.66 9.66 0 0 1 1.55-.408c.587-.11 1.232-.194 1.925-.24a24.352 24.352 0 0 1 4.479.093c1 .116 1.85.267 2.565.456.724.188 1.29.408 1.713.649.428.24.698.497.809.759h-.005v.005Z"/>
|
|
5
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m107.71 98.993-4.341 2.769h-.148a3.71 3.71 0 0 1-.355.015c-.132 0-.285 0-.444-.01-.159-.01-.333-.016-.508-.026l-.544-.032-.556-.031c-.179-.01-.364-.016-.539-.021h-.497c-.153 0-.301.011-.423.021-.048 0-.095.01-.132.016-.037 0-.085.015-.117.021-.037 0-.074.015-.105.026a.745.745 0 0 0-.085.031l4.262-2.785s.058-.026.09-.031c.032 0 .069-.021.106-.026.037 0 .079-.016.116-.021.043 0 .09-.01.132-.016.127-.01.275-.02.434-.02h.502c.175 0 .36.015.55.025.191.01.376.021.566.037l.556.031c.179.01.349.021.512.027.159 0 .318.01.45.01s.259 0 .36-.016h.158v.006Z"/>
|
|
6
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m107.71 98.993-4.341 2.769h-.148a3.71 3.71 0 0 1-.355.015c-.132 0-.285 0-.444-.01-.159-.01-.333-.016-.508-.026l-.544-.032-.556-.031c-.179-.01-.364-.016-.539-.021h-.497c-.153 0-.301.011-.423.021-.048 0-.095.01-.132.016-.037 0-.085.015-.117.021-.037 0-.074.015-.105.026a.745.745 0 0 0-.085.031l4.262-2.785s.058-.026.09-.031c.032 0 .069-.021.106-.026.037 0 .079-.016.116-.021.043 0 .09-.01.132-.016.127-.01.275-.02.434-.02h.502c.175 0 .36.015.55.025.191.01.376.021.566.037l.556.031c.179.01.349.021.512.027.159 0 .318.01.45.01s.259 0 .36-.016h.158v.006Zm-12.126 14.469c-.09.01-.349-.173-.693-.466a39.78 39.78 0 0 1-1.227-1.094c-.444-.409-.893-.833-1.269-1.183-.375-.351-.677-.618-.83-.728a.56.56 0 0 0-.17-.084 1.368 1.368 0 0 0-.206-.047c-.073-.01-.153-.01-.248-.01s-.175 0-.27.015a9.079 9.079 0 0 0-.73.126c-.253.058-.512.126-.76.199-.244.073-.487.136-.699.199a3.824 3.824 0 0 1-.555.126l4.093-2.639c.148-.021.344-.068.566-.126.216-.062.46-.125.713-.198.26-.074.519-.142.778-.199a5.83 5.83 0 0 1 .746-.131c.095-.011.185-.016.275-.016.09 0 .169 0 .243.011.074.01.148.026.211.047a.57.57 0 0 1 .17.089c.148.11.46.387.846.748.386.356.846.791 1.295 1.209.45.425.9.822 1.254 1.121"/>
|
|
7
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m99.82 110.901-4.236 2.555c-.09.011-.349-.173-.693-.466a39.78 39.78 0 0 1-1.227-1.094c-.444-.408-.893-.832-1.269-1.183-.375-.351-.677-.618-.83-.728a.583.583 0 0 0-.17-.083 1.369 1.369 0 0 0-.206-.048c-.073-.01-.153-.01-.248-.01s-.175 0-.27.016a8.635 8.635 0 0 0-1.49.324c-.244.074-.487.136-.699.199a3.824 3.824 0 0 1-.555.126l4.087-2.665c.149-.021.365-.078.588-.136.216-.063.454-.125.713-.199.26-.073.519-.141.778-.199.259-.057.507-.11.74-.131.095-.01.185-.01.275-.01.09 0 .159 0 .233.016.074.01.153.047.217.068a.57.57 0 0 1 .169.089c.148.11.46.387.846.748.386.356.846.791 1.296 1.21.449.424.898.821 1.253 1.12M83.633 73.834l-3.062.586.445-1.707 3.839-3.418-1.222 4.539Zm13.501 17.159c-.222-1.203-.672-2.46-1.38-3.721a13.695 13.695 0 0 0-2.142-2.885 12.865 12.865 0 0 0-2.665-2.094 11.19 11.19 0 0 0-2.951-1.225 9.357 9.357 0 0 0-2.998-.288 8.875 8.875 0 0 0-.65.073 9.193 9.193 0 0 0-.64.126 7.242 7.242 0 0 0-1.232.413c-.149.069-.308.137-.456.22a4.56 4.56 0 0 0-.438.257 5.54 5.54 0 0 0-.429.288c-.137.105-.28.204-.407.325l-3.807 3.177c.126-.11.264-.21.401-.32.133-.099.28-.188.418-.287.138-.09.291-.168.434-.246.143-.079.301-.147.444-.215a6.39 6.39 0 0 1 .598-.23c.2-.068.407-.126.613-.178.206-.053.418-.094.63-.126.21-.031.428-.057.64-.078a9.293 9.293 0 0 1 2.945.267c.989.246 1.962.649 2.892 1.193.93.545 1.814 1.225 2.607 2.042a13.13 13.13 0 0 1 2.1 2.822c.687 1.235 1.126 2.465 1.343 3.648a9.368 9.368 0 0 1 .026 3.366 8.01 8.01 0 0 1-1.1 2.859 7.345 7.345 0 0 1-2.04 2.12l4.103-2.801a7.353 7.353 0 0 0 2.073-2.152 7.942 7.942 0 0 0 1.11-2.915 9.758 9.758 0 0 0-.037-3.434h-.005ZM73.702 79.31l-3.675 3.26-2.507-5.192 3.554-3.424 2.623 5.35.005.005Zm-1.745 2.967-1.935.304 3.675-3.262-1.74 2.968v-.01Z"/>
|
|
8
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m84.178 111.294-.01.011c-.149-.089-.28-.44-.387-.932-.11-.492-.206-1.12-.312-1.764a28.16 28.16 0 0 0-.338-1.864c-.122-.555-.28-1-.466-1.214l-3.114-2.016-4.675 1.78-4.58-5.879c-.068-.157.07-.455.307-.816.238-.367.587-.807.957-1.252.37-.445.746-.895 1.042-1.277.307-.393.529-.728.587-.937a2.51 2.51 0 0 1-.439-.764 8.07 8.07 0 0 1-.285-.916c-.08-.314-.143-.618-.222-.9-.08-.284-.16-.524-.27-.713-.148-.261-.497-.513-.947-.759-.45-.246-1-.487-1.565-.727-.566-.236-1.147-.477-1.65-.718-.508-.24-.936-.487-1.195-.733l.212-6.753-3.522 3.267-.254 6.585c.254.241.677.482 1.174.712.497.23 1.063.466 1.618.697.555.23 1.095.466 1.534.701.438.241.782.482.925.738.106.183.185.424.259.697.074.277.138.57.222.879.08.309.159.612.27.895.11.288.248.545.428.743-.058.205-.285.54-.576.922-.302.382-.672.827-1.026 1.256-.36.435-.703.869-.941 1.225-.244.361-.37.649-.313.812l4.474 5.742 4.59-1.753 3.052 1.968c.18.215.333.649.454 1.188.122.545.223 1.189.328 1.822.1.628.185 1.246.302 1.728.08.361.164.644.275.795a.31.31 0 0 0 .11.11l6.394 1.361 4.04-2.565-6.472-1.387.005.005Z"/>
|
|
9
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="M99.82 110.901c-.095.011-.37-.198-.73-.497a40.303 40.303 0 0 1-1.252-1.12c-.455-.419-.915-.853-1.296-1.209-.38-.356-.693-.634-.846-.749a1 1 0 0 0-.17-.089.824.824 0 0 0-.21-.047 1.222 1.222 0 0 0-.244-.011c-.085 0-.175 0-.28.016a7.004 7.004 0 0 0-.74.131c-.26.058-.524.126-.778.199-.249.073-.497.141-.714.199a5.205 5.205 0 0 1-.566.126l-1.338 4.821-6.515-1.408c-.148-.089-.28-.44-.386-.932-.11-.492-.206-1.12-.312-1.77-.1-.643-.2-1.308-.338-1.863-.127-.555-.28-1-.466-1.215l-3.083-1.984-4.674 1.78-4.617-5.915c-.069-.157.069-.461.312-.827.243-.367.587-.807.957-1.246.365-.445.746-.895 1.042-1.278.302-.387.529-.727.587-.937a2.506 2.506 0 0 1-.439-.764 9.743 9.743 0 0 1-.285-.916c-.08-.314-.143-.618-.223-.9-.079-.283-.158-.524-.27-.712-.147-.262-.496-.514-.946-.76-.45-.24-1-.486-1.565-.722-.566-.236-1.148-.476-1.65-.717-.502-.24-.936-.487-1.195-.733l.243-6.716 5.087.083 1.74-2.968-2.575-5.303 4.727-3.371 4.527 3.837 3.305-.618 1.216-4.507 6.457 1.612 1.222 5.309 3.236 2.12 4.284-1.54 4.431 5.56-2.723 3.885 1.417 3.627.016.026.031.027 4.839 2.402.027 6.366c0 .037-.011.063-.022.09a.259.259 0 0 1-.037.067.376.376 0 0 1-.042.047.196.196 0 0 1-.053.037c-.016 0-.032.016-.053.02-.021 0-.037.011-.058.017-.021 0-.037.01-.058.015-.021 0-.042.01-.064.016h-.158c-.101.01-.222.016-.36.016-.137 0-.285 0-.449-.01-.159-.011-.339-.016-.513-.027l-.555-.031c-.186-.01-.376-.026-.566-.037-.191-.01-.37-.02-.55-.026h-.503c-.158 0-.306.01-.433.02-.048 0-.095.011-.132.016-.043 0-.085.016-.117.021-.037 0-.074.016-.106.027-.031.01-.063.02-.089.031-.011 0-.022.01-.032.016-.011 0-.021.01-.027.02 0 .011-.015.016-.026.022-.011 0-.016.015-.021.02l-1.264 2.964 2.66 5.036m-11.465-7.01a7.245 7.245 0 0 0 2.56-2.026 7.827 7.827 0 0 0 1.475-3.015c.286-1.131.349-2.377.143-3.686-.201-1.303-.661-2.675-1.439-4.062a13.694 13.694 0 0 0-2.141-2.884 13.117 13.117 0 0 0-2.66-2.094 11.121 11.121 0 0 0-2.951-1.225 9.324 9.324 0 0 0-2.998-.283 8.508 8.508 0 0 0-.65.073 7.757 7.757 0 0 0-1.264.304 5.849 5.849 0 0 0-.609.24c-.148.069-.307.137-.455.22-.148.084-.301.163-.439.257-.137.09-.29.183-.428.288-.137.1-.28.204-.407.325-1.216 1.02-1.988 2.366-2.359 3.868-.365 1.497-.327 3.157.09 4.806.413 1.644 1.195 3.272 2.295 4.727a12.941 12.941 0 0 0 4.226 3.617c.491.262.978.482 1.46.66.48.178.951.324 1.416.419.466.094.92.162 1.365.188.444.026.878.021 1.295-.021.222-.021.445-.052.656-.094.212-.042.428-.089.635-.141.206-.058.412-.121.608-.194a4.7 4.7 0 0 0 .576-.251"/>
|
|
10
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m88.154 60.494-3.574 2.283h-.122c-.085.01-.18.01-.296.01h-.365c-.127 0-.275-.01-.418-.02-.143-.011-.301-.017-.45-.027-.147-.01-.306-.02-.454-.026-.148 0-.301-.016-.444-.016h-.407c-.122 0-.244.01-.35.021-.037 0-.079.01-.11.016-.032 0-.07.01-.101.016-.032 0-.058.015-.085.02-.026 0-.053.016-.074.027l3.506-2.299s.048-.02.074-.026c.027-.005.059-.015.09-.02l.1-.016c.038 0 .075-.01.112-.016.106-.01.227-.016.354-.016h.413c.142 0 .301.01.45.021.147.01.311.016.464.026.154.01.312.021.455.027.143 0 .296.015.423.02.127 0 .26.011.37.011.111 0 .212 0 .302-.01h.127l.01-.011v.005ZM68.356 39.78l-3.163 2.743.957-3.685 3.163-2.843-.963 3.78.006.005Zm11.079 14.13c-.18-.995-.556-2.027-1.137-3.068a11.05 11.05 0 0 0-1.772-2.377 10.742 10.742 0 0 0-2.194-1.722 9.325 9.325 0 0 0-2.428-1.01c-.83-.21-1.665-.3-2.47-.231-.18.016-.359.037-.539.063a6.292 6.292 0 0 0-.528.105c-.17.041-.344.094-.519.146-.174.052-.338.12-.502.194-.122.057-.249.115-.376.178-.121.068-.243.13-.364.204a5.07 5.07 0 0 0-.35.235c-.11.084-.222.168-.338.267l-3.136 2.618c.111-.094.217-.173.333-.262.111-.084.228-.157.344-.23.111-.073.233-.136.354-.204.117-.063.244-.12.365-.178.159-.074.328-.131.492-.189.164-.057.338-.104.508-.146a5.44 5.44 0 0 1 .523-.105c.17-.026.35-.047.53-.063a7.548 7.548 0 0 1 2.426.22c.81.204 1.618.54 2.385.984.772.45 1.492 1.01 2.147 1.68a10.81 10.81 0 0 1 1.73 2.33c.565 1.021.93 2.031 1.105 3.005a7.9 7.9 0 0 1 .02 2.775 6.454 6.454 0 0 1-.909 2.355 5.88 5.88 0 0 1-1.687 1.743l3.38-2.313a6.06 6.06 0 0 0 1.708-1.78 6.644 6.644 0 0 0 .92-2.403 7.957 7.957 0 0 0-.032-2.827h.016l-.005.005Zm-19.307-9.633-3.025 2.69-2.068-4.276 2.972-2.806 2.12 4.387v.005ZM78.17 72.368c-.074.01-.29-.142-.57-.382-.286-.236-.64-.56-1.01-.906-.366-.34-.741-.686-1.043-.974-.311-.288-.56-.513-.682-.597a.48.48 0 0 0-.137-.068.886.886 0 0 0-.17-.036c-.063 0-.126-.01-.195-.01s-.143 0-.227.015c-.185.02-.392.063-.598.11-.206.047-.423.11-.624.162-.2.052-.402.11-.576.162a3.177 3.177 0 0 1-.455.105l3.374-2.172c.121-.021.285-.058.465-.105.18-.047.38-.11.587-.162.212-.058.423-.116.635-.163.211-.047.417-.089.608-.11a1.714 1.714 0 0 1 .428-.005c.063.01.116.021.175.037.058.015.1.042.137.073.122.09.38.325.698.607.323.294.693.65 1.068 1 .376.346.74.675 1.026.927.291.246.513.403.582.392"/>
|
|
11
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m58.694 46.721-3.009 2.644 1.418-2.398 3.025-2.69-1.434 2.444Z"/>
|
|
12
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="M68.762 70.603h-.005c-.122-.068-.227-.355-.322-.759-.09-.403-.17-.926-.254-1.455-.085-.534-.17-1.073-.275-1.528-.106-.456-.217-.833-.37-1.016l-2.586-1.68-3.855 1.46-3.76-4.821c-.032-.136.074-.367.259-.655.195-.309.486-.66.793-1.026.301-.366.608-.733.862-1.057.249-.325.434-.592.487-.775a2.056 2.056 0 0 1-.36-.623 5.67 5.67 0 0 1-.227-.754c-.064-.261-.117-.513-.18-.738-.064-.225-.127-.434-.222-.586-.122-.21-.407-.419-.783-.618a15.06 15.06 0 0 0-1.29-.591c-.466-.194-.947-.393-1.365-.587-.417-.194-.772-.398-.988-.602l.185-5.544-2.92 2.665-.211 5.429c.217.199.56.398.968.586.407.188.878.382 1.332.57.455.189.905.383 1.264.576.36.194.635.398.767.602.09.147.153.351.211.571.064.22.112.476.175.722.064.257.127.508.222.739.09.23.206.445.35.612-.048.168-.239.44-.482.764-.243.32-.555.68-.852 1.037-.3.356-.576.712-.777 1.01-.185.283-.29.508-.254.639l-.01.01.01.016 3.68 4.717 3.787-1.45 2.517 1.623c.148.172.275.533.376.984.1.445.18.984.27 1.497.079.523.153 1.026.248 1.429.069.298.132.534.217.654a.31.31 0 0 0 .09.094l5.272 1.12 3.369-2.098-5.368-1.157.005-.005Z"/>
|
|
13
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m84.453 53.03 3.982 1.978.02 5.25-.015.074c0 .02-.016.037-.027.052a.122.122 0 0 1-.037.037c-.016.01-.026.02-.042.026-.016 0-.026.01-.042.016-.016 0-.032.01-.048.015-.016 0-.031.011-.047.011s-.032.01-.053.01h-.127c-.085.01-.18.01-.302.01-.121 0-.232 0-.37-.01-.132-.01-.275-.01-.423-.02-.143-.011-.306-.016-.455-.027-.153-.01-.312-.02-.465-.026-.153-.005-.307-.016-.45-.02h-.412c-.122 0-.254 0-.354.015-.043 0-.08.01-.111.016-.037 0-.069.01-.1.015-.032 0-.064.016-.09.021-.027 0-.054.016-.075.026-.01 0-.016.01-.026.016a.071.071 0 0 0-.021.016s-.016.01-.022.016l-.015.015-1.037 2.44 2.19 4.146-3.834 3.13c-.08.01-.296-.146-.582-.392a19.82 19.82 0 0 1-1.026-.927c-.37-.345-.756-.701-1.068-1-.317-.298-.571-.523-.698-.607a.608.608 0 0 0-.312-.11c-.064 0-.127-.01-.201-.01-.074 0-.143 0-.222.015-.19.021-.397.063-.608.11-.212.047-.429.11-.635.162-.206.058-.407.116-.587.163s-.338.089-.465.105l-1.1 3.978-5.368-1.157c-.121-.073-.227-.361-.322-.77-.09-.402-.17-.926-.254-1.455-.08-.534-.17-1.073-.275-1.528-.106-.456-.227-.822-.386-1.005l-2.57-1.665-3.855 1.46-3.776-4.842c-.053-.13.058-.377.26-.68.195-.31.486-.66.792-1.026.307-.367.608-.733.862-1.058.254-.33.434-.592.487-.775a2.056 2.056 0 0 1-.36-.623c-.095-.235-.164-.497-.232-.753-.064-.262-.117-.514-.18-.739-.064-.225-.127-.434-.222-.586-.122-.21-.408-.419-.783-.618-.37-.199-.825-.398-1.29-.591-.466-.194-.947-.393-1.365-.587-.418-.193-.772-.397-.989-.602l.196-5.533 4.194.068 1.433-2.445-2.12-4.37 3.896-2.775 3.734 3.157 2.723-.514.963-3.753 5.362 1.372 1.005 4.376 2.665 1.748 3.522-1.261 3.649 4.58-2.243 3.199 1.164 2.989v.031l-.005-.005Zm-8.424 8.344a6.052 6.052 0 0 0 2.11-1.67 6.622 6.622 0 0 0 1.226-2.487c.244-.937.291-1.958.117-3.036-.164-1.078-.55-2.204-1.185-3.345a11.054 11.054 0 0 0-1.771-2.377 10.748 10.748 0 0 0-2.195-1.722 9.254 9.254 0 0 0-2.427-1.01c-.825-.21-1.66-.299-2.47-.23-.18.015-.36.036-.54.062a5.867 5.867 0 0 0-.528.105c-.17.042-.344.094-.518.146-.17.058-.339.12-.503.194-.121.058-.248.115-.375.178a5.068 5.068 0 0 0-.714.44 6.844 6.844 0 0 0-.338.267c-1.005.842-1.64 1.952-1.936 3.182-.296 1.23-.27 2.602.074 3.958a10.95 10.95 0 0 0 5.373 6.884 9.408 9.408 0 0 0 2.374.89c.386.084.762.13 1.121.157a6.58 6.58 0 0 0 1.069-.016c.18-.015.365-.042.544-.078.175-.037.35-.074.524-.115.17-.047.338-.105.502-.157.164-.053.328-.126.481-.2"/>
|
|
14
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m119.794 65.824-2.539 2.57s-.016 0-.021.01c0 .01-.016 0-.026.01-.011 0-.016 0-.027.011-.01 0-.016 0-.026.01-.069.022-.143.048-.243.069-.101.02-.191.042-.307.063-.111.02-.227.042-.349.063l-.376.062-.386.063c-.127.021-.248.047-.37.068a4.65 4.65 0 0 0-.719.189l-.079.031a.273.273 0 0 0-.069.037.963.963 0 0 1-.053.036l2.48-2.57.053-.037a.392.392 0 0 1 .069-.036.468.468 0 0 0 .079-.037c.027-.016.058-.02.095-.031a5.715 5.715 0 0 1 .64-.157c.117-.021.254-.047.376-.068.121-.021.259-.042.391-.063.127-.021.264-.042.381-.063.116-.021.243-.042.354-.063.111-.02.212-.042.312-.063a1.62 1.62 0 0 0 .243-.068c.011 0 .021 0 .027-.01 0 0 .016 0 .026-.01.011 0 .016 0 .027-.011.01 0 .016 0 .021-.01h.01l.006.005ZM99.323 52.302l-2.104 2.885.09-3.246L99.403 49l-.08 3.308v-.005Zm11.941 9.678c-.344-.79-.852-1.58-1.539-2.344a9.623 9.623 0 0 0-1.93-1.644 9.106 9.106 0 0 0-2.158-1.02 7.851 7.851 0 0 0-2.221-.383 6.519 6.519 0 0 0-2.105.272c-.142.047-.296.1-.438.152-.138.058-.286.115-.418.183-.132.068-.275.136-.402.22-.127.079-.26.162-.38.262-.096.073-.186.141-.281.22a5.57 5.57 0 0 0-.26.24 3.002 3.002 0 0 0-.243.267 8.074 8.074 0 0 0-.232.288l-2.11 2.77c.074-.1.143-.184.222-.283.08-.089.159-.173.243-.262.085-.084.164-.157.26-.235a2.77 2.77 0 0 1 .274-.215 5.22 5.22 0 0 1 .376-.257c.127-.078.264-.146.391-.214.132-.068.27-.126.413-.183.137-.058.285-.11.428-.147a6.542 6.542 0 0 1 2.062-.277 7.475 7.475 0 0 1 2.168.371 8.38 8.38 0 0 1 2.116 1 9.539 9.539 0 0 1 1.893 1.607c.666.744 1.163 1.518 1.496 2.298.334.78.513 1.555.55 2.309a5.573 5.573 0 0 1-.306 2.13 5.101 5.101 0 0 1-1.063 1.77l2.374-2.56a5.11 5.11 0 0 0 1.079-1.806 5.88 5.88 0 0 0 .307-2.167 6.713 6.713 0 0 0-.566-2.35l.016-.011h-.016Zm-17.911-4.37-1.999 2.812-2.543-3.173 1.935-2.879 2.602 3.24h.005Zm22.919 17.6-2.507 2.414c-.064.02-.27-.069-.555-.21a17.477 17.477 0 0 1-1.016-.56l-1.057-.612c-.318-.178-.566-.325-.682-.367a.575.575 0 0 0-.127-.031h-.148a.636.636 0 0 0-.164.031c-.053.016-.117.031-.18.052-.148.053-.317.12-.481.2a14.15 14.15 0 0 0-.492.25 6.98 6.98 0 0 0-.45.252c-.132.078-.264.13-.359.173l2.39-2.445c.1-.042.227-.105.365-.173.137-.073.301-.157.46-.246.159-.089.333-.173.497-.262.164-.083.338-.151.487-.204.063-.02.121-.042.185-.057a1 1 0 0 1 .169-.032c.058-.005.106 0 .148 0 .042 0 .095.016.127.032.116.052.375.188.698.376.328.184.708.414 1.079.629.375.214.751.424 1.031.57.28.147.502.241.566.22h.016Z"/>
|
|
15
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m92.613 59.903-1.994 2.77.714-2.262 1.999-2.811-.724 2.308.005-.005Z"/>
|
|
16
|
+
<path fill="var(--sapContent_Illustrative_Color14)" d="m105.642 77.943-.01.01c-.117-.042-.265-.267-.413-.581-.148-.32-.322-.738-.492-1.162-.169-.43-.349-.864-.523-1.225-.175-.361-.349-.639-.513-.76l-2.459-.9-2.924 1.943-4.072-3.325c-.074-.1-.037-.335.074-.617h-.01c.11-.299.28-.65.46-1.01.174-.362.37-.728.512-1.042.143-.32.254-.576.26-.733a1.751 1.751 0 0 1-.418-.456 6.216 6.216 0 0 1-.339-.58c-.106-.2-.196-.404-.301-.582a1.877 1.877 0 0 0-.302-.445c-.142-.152-.423-.277-.772-.372-.344-.099-.767-.172-1.195-.25-.428-.08-.862-.147-1.243-.231-.386-.09-.713-.183-.94-.32l-.9-4.643-1.925 2.77.867 4.559c.212.126.545.225.92.314.376.09.805.152 1.222.225.423.073.825.147 1.164.241.338.094.608.21.756.361.1.11.19.267.296.44.095.173.185.372.29.565.101.194.207.398.334.57.116.174.254.336.412.446 0 .146-.11.413-.248.717-.143.314-.333.67-.508 1.02-.174.357-.343.702-.45.99-.105.288-.147.508-.084.602l3.993 3.246 2.871-1.916 2.406.874c.159.115.333.393.503.744.169.356.343.785.513 1.198.164.42.333.828.476 1.142.111.235.211.413.317.507a.198.198 0 0 0 .09.058l4.6-.063 2.401-2.382-4.696.047v.006Z"/>
|
|
17
|
+
<path fill="var(--sapContent_Illustrative_Color2)" d="m115.277 60.296 3.702.895 1.026 4.366v.063s0 .037-.011.052a.205.205 0 0 0-.021.042c0 .016-.021.021-.031.032-.011 0-.022.015-.032.02-.011 0-.021.016-.037.021-.016.006-.027.016-.037.021-.011.006-.027.016-.042.021 0 0-.016 0-.022.01 0 0-.016 0-.026.011-.011.01-.016 0-.027.01-.01 0-.015 0-.026.011-.069.021-.148.047-.243.068a16.096 16.096 0 0 1-.667.126l-.38.063-.392.063c-.127.02-.259.047-.375.068a4.96 4.96 0 0 0-.344.073c-.1.026-.201.052-.296.084l-.095.031a.271.271 0 0 0-.079.037c-.022.015-.048.02-.069.036-.021.016-.037.026-.053.037l-.016.016-.016.015-.016.016s0 .01-.01.016l-.397 2.225 2.623 3.041-2.591 3.33c-.064.02-.275-.069-.566-.215-.296-.147-.656-.356-1.031-.57-.376-.215-.767-.446-1.079-.629-.317-.183-.576-.33-.698-.377a.561.561 0 0 0-.127-.031h-.148a.724.724 0 0 0-.169.031 3.705 3.705 0 0 0-.672.262c-.164.084-.338.167-.497.262-.158.089-.322.172-.46.246-.137.073-.27.13-.365.173l-.148 3.517-4.696.047c-.116-.036-.259-.261-.412-.575a30.436 30.436 0 0 1-.492-1.162 19.545 19.545 0 0 0-.524-1.225c-.174-.367-.349-.64-.512-.765l-2.459-.9-2.925 1.942-4.072-3.324c-.074-.1-.026-.33.085-.613.111-.293.28-.644.46-1.005.18-.356.37-.728.513-1.042.143-.314.248-.575.26-.733a1.747 1.747 0 0 1-.419-.455 7.663 7.663 0 0 1-.338-.581c-.1-.199-.196-.403-.302-.581-.1-.178-.19-.335-.301-.445-.143-.152-.423-.278-.772-.372-.344-.1-.762-.172-1.19-.256-.428-.079-.862-.147-1.248-.23-.386-.084-.714-.184-.941-.32l-.9-4.643 3.502-.733.724-2.309-2.602-3.24 2.708-3.042 3.717 1.927 2.169-.943.079-3.308 4.727.126 1.682 3.46 2.554.958 2.697-1.717 3.924 3.125-1.248 3.084 1.544 2.266h-.021v-.016l-.011.011Zm-5.415 8.543a5.184 5.184 0 0 0 1.439-1.79 5.476 5.476 0 0 0 .539-2.303 6.399 6.399 0 0 0-.486-2.555c-.349-.869-.884-1.727-1.629-2.565a9.623 9.623 0 0 0-1.93-1.644 9.203 9.203 0 0 0-2.158-1.02 7.885 7.885 0 0 0-2.221-.383 6.662 6.662 0 0 0-2.105.272c-.142.047-.296.1-.438.152a3.715 3.715 0 0 0-.418.183c-.132.069-.275.137-.402.22-.127.084-.26.163-.38.262-.096.073-.186.141-.281.22a5.68 5.68 0 0 0-.26.24 6.92 6.92 0 0 0-.476.555c-.67.896-.988 1.932-1.004 3.016-.016 1.084.28 2.214.82 3.277a9.327 9.327 0 0 0 2.326 2.89 9.356 9.356 0 0 0 3.475 1.832 7.88 7.88 0 0 0 1.105.225c.36.047.703.073 1.036.068.339 0 .656-.031.968-.084.312-.052.603-.12.889-.214.148-.053.301-.105.439-.163.137-.062.28-.125.412-.193a4.2 4.2 0 0 0 .386-.23c.122-.084.249-.168.36-.262"/>
|
|
18
|
+
</svg>
|