@ui5/webcomponents-fiori 0.0.0-e7dd012d7 → 0.0.0-ebd9a4db3
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 +3206 -0
- package/README.md +57 -18
- package/cypress/specs/BarcodeScannerDialog.cy.tsx +474 -0
- package/cypress/specs/DynamicPage.cy.tsx +38 -0
- package/cypress/specs/DynamicSideContent.cy.tsx +552 -0
- package/cypress/specs/FCL.cy.tsx +109 -0
- package/cypress/specs/IllustratedMessage.cy.tsx +36 -0
- package/cypress/specs/NavigationLayout.cy.tsx +126 -0
- package/cypress/specs/NotificationList.cy.tsx +154 -0
- package/cypress/specs/Page.cy.tsx +87 -0
- package/cypress/specs/Search.cy.tsx +790 -0
- package/cypress/specs/Search.mobile.cy.tsx +287 -0
- package/cypress/specs/SearchField.cy.tsx +427 -0
- package/cypress/specs/ShellBar.cy.tsx +530 -0
- package/cypress/specs/ShellBar.mobile.cy.tsx +28 -0
- package/cypress/specs/ShellBarSearch.cy.tsx +65 -0
- package/cypress/specs/ShellBarSearch.mobile.cy.tsx +98 -0
- package/cypress/specs/SideNavigation.cy.tsx +1357 -0
- package/cypress/specs/SideNavigationWithGroups.cy.tsx +270 -0
- package/cypress/specs/Timeline.cy.tsx +313 -0
- package/cypress/specs/UploadCollection.cy.tsx +687 -0
- package/cypress/specs/UserMenu.cy.tsx +730 -0
- package/cypress/specs/UserSettingsDialog.cy.tsx +619 -0
- package/cypress/specs/ViewSettingsDialog.cy.tsx +373 -0
- package/cypress/support/commands/UserMenu.commands.ts +29 -0
- package/cypress/support/commands.ts +50 -0
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +17 -0
- package/cypress/tsconfig.json +47 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +2 -2
- package/dist/Assets.js.map +1 -0
- package/dist/BarcodeScannerDialog.d.ts +136 -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 +155 -0
- package/dist/DynamicPage.js +378 -0
- package/dist/DynamicPage.js.map +1 -0
- package/dist/DynamicPageHeader.d.ts +38 -0
- package/dist/DynamicPageHeader.js +58 -0
- package/dist/DynamicPageHeader.js.map +1 -0
- package/dist/DynamicPageHeaderActions.d.ts +77 -0
- package/dist/DynamicPageHeaderActions.js +179 -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 +168 -0
- package/dist/DynamicPageTitle.js +234 -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 +228 -0
- package/dist/DynamicSideContent.js +437 -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 +39 -0
- package/dist/FilterItem.js +44 -0
- package/dist/FilterItem.js.map +1 -0
- package/dist/FilterItemOption.d.ts +33 -0
- package/dist/FilterItemOption.js +49 -0
- package/dist/FilterItemOption.js.map +1 -0
- package/dist/FlexibleColumnLayout.d.ts +353 -0
- package/dist/FlexibleColumnLayout.js +925 -626
- package/dist/FlexibleColumnLayout.js.map +1 -0
- package/dist/FlexibleColumnLayoutTemplate.d.ts +2 -0
- package/dist/FlexibleColumnLayoutTemplate.js +34 -0
- package/dist/FlexibleColumnLayoutTemplate.js.map +1 -0
- package/dist/IllustratedMessage.d.ts +225 -0
- package/dist/IllustratedMessage.js +382 -0
- package/dist/IllustratedMessage.js.map +1 -0
- package/dist/IllustratedMessageTemplate.d.ts +2 -0
- package/dist/IllustratedMessageTemplate.js +15 -0
- package/dist/IllustratedMessageTemplate.js.map +1 -0
- package/dist/MediaGallery.d.ts +176 -0
- package/dist/MediaGallery.js +438 -0
- package/dist/MediaGallery.js.map +1 -0
- package/dist/MediaGalleryItem.d.ts +116 -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 +131 -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 +34 -0
- package/dist/NavigationMenu.js +64 -0
- package/dist/NavigationMenu.js.map +1 -0
- package/dist/NavigationMenuItem.d.ts +85 -0
- package/dist/NavigationMenuItem.js +164 -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 +15 -0
- package/dist/NavigationMenuTemplate.js.map +1 -0
- package/dist/NotificationList.d.ts +72 -0
- package/dist/NotificationList.js +135 -0
- package/dist/NotificationList.js.map +1 -0
- package/dist/NotificationListGroupItem.d.ts +92 -0
- package/dist/NotificationListGroupItem.js +204 -202
- 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 +198 -0
- package/dist/NotificationListItem.js +420 -409
- package/dist/NotificationListItem.js.map +1 -0
- package/dist/NotificationListItemBase.d.ts +52 -0
- package/dist/NotificationListItemBase.js +91 -229
- 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 +91 -0
- package/dist/Page.js +140 -0
- package/dist/Page.js.map +1 -0
- package/dist/PageTemplate.d.ts +2 -0
- package/dist/PageTemplate.js +10 -0
- package/dist/PageTemplate.js.map +1 -0
- package/dist/ProductSwitch.d.ts +77 -0
- package/dist/ProductSwitch.js +124 -116
- package/dist/ProductSwitch.js.map +1 -0
- package/dist/ProductSwitchItem.d.ts +107 -0
- package/dist/ProductSwitchItem.js +140 -213
- 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 +185 -0
- package/dist/Search.js +451 -0
- package/dist/Search.js.map +1 -0
- package/dist/SearchField.d.ts +125 -0
- package/dist/SearchField.js +213 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchFieldTemplate.d.ts +8 -0
- package/dist/SearchFieldTemplate.js +19 -0
- package/dist/SearchFieldTemplate.js.map +1 -0
- package/dist/SearchItem.d.ts +52 -0
- package/dist/SearchItem.js +106 -0
- package/dist/SearchItem.js.map +1 -0
- package/dist/SearchItemGroup.d.ts +17 -0
- package/dist/SearchItemGroup.js +41 -0
- package/dist/SearchItemGroup.js.map +1 -0
- package/dist/SearchItemTemplate.d.ts +2 -0
- package/dist/SearchItemTemplate.js +14 -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 +29 -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 +529 -0
- package/dist/ShellBar.js +1293 -1022
- package/dist/ShellBar.js.map +1 -0
- package/dist/ShellBarItem.d.ts +75 -0
- package/dist/ShellBarItem.js +77 -89
- package/dist/ShellBarItem.js.map +1 -0
- package/dist/ShellBarPopoverTemplate.d.ts +2 -0
- package/dist/ShellBarPopoverTemplate.js +8 -0
- package/dist/ShellBarPopoverTemplate.js.map +1 -0
- package/dist/ShellBarSearch.d.ts +19 -0
- package/dist/ShellBarSearch.js +72 -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 +58 -0
- package/dist/ShellBarTemplate.js.map +1 -0
- package/dist/SideNavigation.d.ts +178 -0
- package/dist/SideNavigation.js +512 -239
- package/dist/SideNavigation.js.map +1 -0
- package/dist/SideNavigationGroup.d.ts +58 -0
- package/dist/SideNavigationGroup.js +176 -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 +73 -0
- package/dist/SideNavigationItem.js +240 -114
- package/dist/SideNavigationItem.js.map +1 -0
- package/dist/SideNavigationItemBase.d.ts +74 -0
- package/dist/SideNavigationItemBase.js +114 -0
- package/dist/SideNavigationItemBase.js.map +1 -0
- package/dist/SideNavigationItemTemplate.d.ts +2 -0
- package/dist/SideNavigationItemTemplate.js +35 -0
- package/dist/SideNavigationItemTemplate.js.map +1 -0
- package/dist/SideNavigationPopoverTemplate.d.ts +2 -0
- package/dist/SideNavigationPopoverTemplate.js +11 -0
- package/dist/SideNavigationPopoverTemplate.js.map +1 -0
- package/dist/SideNavigationSelectableItemBase.d.ts +135 -0
- package/dist/SideNavigationSelectableItemBase.js +224 -0
- package/dist/SideNavigationSelectableItemBase.js.map +1 -0
- package/dist/SideNavigationSubItem.d.ts +26 -0
- package/dist/SideNavigationSubItem.js +48 -73
- package/dist/SideNavigationSubItem.js.map +1 -0
- package/dist/SideNavigationSubItemTemplate.d.ts +2 -0
- package/dist/SideNavigationSubItemTemplate.js +14 -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 +33 -0
- package/dist/SortItem.js +49 -0
- package/dist/SortItem.js.map +1 -0
- package/dist/Timeline.d.ts +142 -0
- package/dist/Timeline.js +354 -80
- package/dist/Timeline.js.map +1 -0
- package/dist/TimelineGroupItem.d.ts +70 -0
- package/dist/TimelineGroupItem.js +161 -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 +116 -0
- package/dist/TimelineItem.js +159 -144
- package/dist/TimelineItem.js.map +1 -0
- package/dist/TimelineItemTemplate.d.ts +2 -0
- package/dist/TimelineItemTemplate.js +27 -0
- package/dist/TimelineItemTemplate.js.map +1 -0
- package/dist/TimelineTemplate.d.ts +2 -0
- package/dist/TimelineTemplate.js +17 -0
- package/dist/TimelineTemplate.js.map +1 -0
- package/dist/UploadCollection.d.ts +123 -0
- package/dist/UploadCollection.js +206 -310
- package/dist/UploadCollection.js.map +1 -0
- package/dist/UploadCollectionItem.d.ts +168 -0
- package/dist/UploadCollectionItem.js +376 -480
- 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 +167 -0
- package/dist/UserMenu.js +357 -0
- package/dist/UserMenu.js.map +1 -0
- package/dist/UserMenuAccount.d.ts +54 -0
- package/dist/UserMenuAccount.js +111 -0
- package/dist/UserMenuAccount.js.map +1 -0
- package/dist/UserMenuItem.d.ts +35 -0
- package/dist/UserMenuItem.js +52 -0
- package/dist/UserMenuItem.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 +53 -0
- package/dist/UserMenuTemplate.js.map +1 -0
- package/dist/UserSettingsDialog.d.ts +118 -0
- package/dist/UserSettingsDialog.js +260 -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 +131 -0
- package/dist/UserSettingsItem.js +209 -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 +43 -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 +262 -0
- package/dist/ViewSettingsDialog.js +616 -0
- package/dist/ViewSettingsDialog.js.map +1 -0
- package/dist/ViewSettingsDialogTemplate.d.ts +2 -0
- package/dist/ViewSettingsDialogTemplate.js +31 -0
- package/dist/ViewSettingsDialogTemplate.js.map +1 -0
- package/dist/Wizard.d.ts +358 -0
- package/dist/Wizard.js +785 -664
- 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 +78 -150
- package/dist/WizardStep.js.map +1 -0
- package/dist/WizardTab.d.ts +99 -0
- package/dist/WizardTab.js +148 -277
- 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 +59 -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/SearchMessageArea.css +1 -0
- package/dist/css/themes/ShellBar.css +1 -0
- package/dist/css/themes/ShellBarPopover.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/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 +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +11898 -0
- package/dist/custom-elements.json +8312 -0
- package/dist/fcl-utils/FCLLayout.d.ts +24 -0
- package/dist/fcl-utils/FCLLayout.js +268 -243
- package/dist/fcl-utils/FCLLayout.js.map +1 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- 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 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- 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 +190 -0
- package/dist/generated/i18n/i18n-defaults.js +190 -2
- 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 +304 -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 +206 -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 +186 -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 +236 -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.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -23
- 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.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +119 -92
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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/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 -8
- package/dist/generated/themes/ShellBar.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/SideNavigation.css.d.ts +2 -0
- package/dist/generated/themes/SideNavigation.css.js +8 -8
- 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 -8
- 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 -8
- 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 -8
- 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 -8
- 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/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 -8
- 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 -8
- 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 +3 -1
- 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 +3 -1
- 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 +3 -1
- 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 +3 -1
- 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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -0
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -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/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/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/GroupTable.d.ts +8 -0
- package/dist/illustrations/GroupTable.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/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/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/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/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/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddDimensions.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +75 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-NoActivities.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-NoColumnsSet.js +36 -0
- package/dist/illustrations/sapIllus-Dialog-NoData.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-NoDimensionsSet.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-NoEntries.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +13 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +30 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-SignOut.js +25 -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-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +33 -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 +12 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-UploadToCloud.js +31 -0
- package/dist/illustrations/sapIllus-Dot-AddColumn.js +27 -0
- package/dist/illustrations/sapIllus-Dot-AddDimensions.js +16 -0
- package/dist/illustrations/sapIllus-Dot-AddPeople.js +9 -0
- package/dist/illustrations/sapIllus-Dot-BalloonSky.js +7 -0
- package/dist/illustrations/sapIllus-Dot-Connection.js +10 -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 +37 -0
- package/dist/illustrations/sapIllus-Dot-ErrorScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-FilterTable.js +8 -0
- package/dist/illustrations/sapIllus-Dot-GroupTable.js +36 -0
- package/dist/illustrations/sapIllus-Dot-NewMail.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoColumnsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoDimensionsSet.js +7 -0
- package/dist/illustrations/sapIllus-Dot-NoFilterResults.js +8 -0
- package/dist/illustrations/sapIllus-Dot-NoMail_v1.js +10 -0
- package/dist/illustrations/sapIllus-Dot-NoSavedItems_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-NoSearchResults.js +11 -0
- package/dist/illustrations/sapIllus-Dot-NoTasks_v1.js +13 -0
- package/dist/illustrations/sapIllus-Dot-PageNotFound.js +7 -0
- package/dist/illustrations/sapIllus-Dot-ReloadScreen.js +9 -0
- package/dist/illustrations/sapIllus-Dot-ResizeColumn.js +27 -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 +13 -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-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-UnableToLoadImage.js +9 -0
- package/dist/illustrations/sapIllus-Dot-UploadCollection.js +7 -0
- package/dist/illustrations/sapIllus-Dot-UploadToCloud.js +6 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddDimensions.js +35 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +43 -0
- package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +32 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +88 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +44 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +92 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +57 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +60 -0
- package/dist/illustrations/sapIllus-Scene-NoActivities.js +29 -0
- package/dist/illustrations/sapIllus-Scene-NoColumnsSet.js +37 -0
- package/dist/illustrations/sapIllus-Scene-NoData.js +22 -0
- package/dist/illustrations/sapIllus-Scene-NoDimensionsSet.js +39 -0
- package/dist/illustrations/sapIllus-Scene-NoEntries.js +31 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoMail.js +24 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoNotifications.js +37 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +36 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +16 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks.js +23 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +91 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +34 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +81 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +37 -0
- package/dist/illustrations/sapIllus-Scene-SignOut.js +114 -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-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +79 -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 +24 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +36 -0
- package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +14 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Scene-UploadToCloud.js +25 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddDimensions.js +39 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +30 -0
- package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +11 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +44 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +30 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +47 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +28 -0
- package/dist/illustrations/sapIllus-Spot-NoActivities.js +23 -0
- package/dist/illustrations/sapIllus-Spot-NoColumnsSet.js +37 -0
- package/dist/illustrations/sapIllus-Spot-NoData.js +9 -0
- package/dist/illustrations/sapIllus-Spot-NoDimensionsSet.js +43 -0
- package/dist/illustrations/sapIllus-Spot-NoEntries.js +12 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +26 -0
- package/dist/illustrations/sapIllus-Spot-NoMail.js +11 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoNotifications.js +10 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +9 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +14 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks.js +20 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +16 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +32 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +26 -0
- package/dist/illustrations/sapIllus-Spot-SignOut.js +24 -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-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +32 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +33 -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 +11 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +37 -0
- package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +11 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +32 -0
- package/dist/illustrations/sapIllus-Spot-UploadToCloud.js +31 -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/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-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-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-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-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/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/Components.d.ts +8 -0
- package/dist/illustrations-v5/tnt/Components.js +26 -0
- package/dist/illustrations-v5/tnt/EmptyContentPane.d.ts +8 -0
- package/dist/illustrations-v5/tnt/EmptyContentPane.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/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/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/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/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/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-ChartArea.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Company.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Components.js +57 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Mission.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Radar.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Secrets.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Services.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Success.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +53 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Systems.js +67 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Teams.js +59 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Tools.js +42 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-Unlock.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.js +53 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBar.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ChartPie.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +6 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Company.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Components.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +11 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-FaceID.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Lock.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Mission.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoApplications.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoFlows.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-NoUsers.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Radar.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Secrets.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Services.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +8 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +9 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Success.js +7 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Systems.js +15 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Teams.js +16 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Tools.js +18 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-Unlock.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.js +12 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +41 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBar.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +37 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +49 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ChartPie.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +13 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Company.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Components.js +58 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +46 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-FaceID.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Mission.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoFlows.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-NoUsers.js +45 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Radar.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Secrets.js +27 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Services.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +42 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +40 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Success.js +38 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +55 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Systems.js +68 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Teams.js +64 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Tools.js +43 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-Unlock.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.js +55 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea.js +23 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBar.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +25 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +37 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ChartPie.js +22 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +10 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Company.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Components.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +26 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +30 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-FaceID.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +20 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Lock.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Mission.js +32 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoApplications.js +50 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoFlows.js +44 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-NoUsers.js +34 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Radar.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Secrets.js +24 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Services.js +31 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +35 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Success.js +28 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Systems.js +67 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Teams.js +54 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Tools.js +39 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-Unlock.js +29 -0
- package/dist/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.js +29 -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 +102 -129
- package/dist/types/FCLLayout.js.map +1 -0
- package/dist/types/IllustrationMessageDesign.d.ts +45 -0
- package/dist/types/IllustrationMessageDesign.js +47 -0
- package/dist/types/IllustrationMessageDesign.js.map +1 -0
- package/dist/types/IllustrationMessageType.d.ts +532 -0
- package/dist/types/IllustrationMessageType.js +534 -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 +19 -44
- 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 +24 -51
- package/dist/types/UploadState.js.map +1 -0
- package/dist/types/ViewSettingsDialogMode.d.ts +19 -0
- package/dist/types/ViewSettingsDialogMode.js +21 -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 +41 -60
- package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -0
- package/dist/vscode.html-custom-data.json +1416 -0
- package/dist/web-types.json +3600 -0
- package/global.d.ts +12 -0
- package/package-scripts.cjs +85 -0
- package/package.json +36 -9
- package/src/BarcodeScannerDialogTemplate.tsx +38 -0
- package/src/DynamicPageHeaderActionsTemplate.tsx +33 -0
- package/src/DynamicPageHeaderTemplate.tsx +9 -0
- package/src/DynamicPageTemplate.tsx +68 -0
- package/src/DynamicPageTitleTemplate.tsx +77 -0
- package/src/DynamicSideContentTemplate.tsx +48 -0
- package/src/FlexibleColumnLayoutTemplate.tsx +125 -0
- package/src/IllustratedMessageTemplate.tsx +71 -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 +68 -0
- package/src/NotificationListGroupItemTemplate.tsx +66 -0
- package/src/NotificationListItemTemplate.tsx +154 -0
- package/src/NotificationListTemplate.tsx +17 -0
- package/src/PageTemplate.tsx +29 -0
- package/src/ProductSwitchItemTemplate.tsx +61 -0
- package/src/ProductSwitchTemplate.tsx +16 -0
- package/src/SearchFieldTemplate.tsx +91 -0
- package/src/SearchItemTemplate.tsx +47 -0
- package/src/SearchMessageAreaTemplate.tsx +15 -0
- package/src/SearchPopoverTemplate.tsx +79 -0
- package/src/SearchTemplate.tsx +12 -0
- package/src/ShellBarPopoverTemplate.tsx +48 -0
- package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
- package/src/ShellBarSearchTemplate.tsx +12 -0
- package/src/ShellBarTemplate.tsx +315 -0
- package/src/SideNavigationGroupTemplate.tsx +56 -0
- package/src/SideNavigationItemTemplate.tsx +165 -0
- package/src/SideNavigationPopoverTemplate.tsx +97 -0
- package/src/SideNavigationSubItemTemplate.tsx +60 -0
- package/src/SideNavigationTemplate.tsx +75 -0
- package/src/TimelineGroupItemTemplate.tsx +47 -0
- package/src/TimelineItemTemplate.tsx +72 -0
- package/src/TimelineTemplate.tsx +67 -0
- package/src/UploadCollectionItemTemplate.tsx +146 -0
- package/src/UploadCollectionTemplate.tsx +63 -0
- package/src/UserMenuItemTemplate.tsx +6 -0
- package/src/UserMenuTemplate.tsx +189 -0
- package/src/UserSettingsDialogTemplate.tsx +68 -0
- package/src/UserSettingsItemTemplate.tsx +52 -0
- package/src/UserSettingsViewTemplate.tsx +11 -0
- package/src/ViewSettingsDialogTemplate.tsx +178 -0
- package/src/WizardPopoverTemplate.tsx +42 -0
- package/src/WizardTabTemplate.tsx +39 -0
- package/src/WizardTemplate.tsx +75 -0
- package/src/i18n/messagebundle.properties +459 -24
- package/src/i18n/messagebundle_ar.properties +301 -13
- package/src/i18n/messagebundle_bg.properties +301 -13
- package/src/i18n/messagebundle_ca.properties +301 -13
- package/src/i18n/messagebundle_cnr.properties +368 -0
- package/src/i18n/messagebundle_cs.properties +301 -13
- package/src/i18n/messagebundle_cy.properties +368 -0
- package/src/i18n/messagebundle_da.properties +303 -15
- package/src/i18n/messagebundle_de.properties +301 -13
- package/src/i18n/messagebundle_el.properties +301 -13
- package/src/i18n/messagebundle_en.properties +301 -13
- package/src/i18n/messagebundle_en_GB.properties +303 -13
- package/src/i18n/messagebundle_en_US_sappsd.properties +307 -19
- package/src/i18n/messagebundle_en_US_saprigi.properties +329 -41
- package/src/i18n/messagebundle_en_US_saptrc.properties +329 -41
- package/src/i18n/messagebundle_es.properties +301 -13
- package/src/i18n/messagebundle_es_MX.properties +303 -13
- package/src/i18n/messagebundle_et.properties +301 -13
- package/src/i18n/messagebundle_fi.properties +302 -14
- package/src/i18n/messagebundle_fr.properties +301 -13
- package/src/i18n/messagebundle_fr_CA.properties +368 -0
- package/src/i18n/messagebundle_hi.properties +302 -14
- package/src/i18n/messagebundle_hr.properties +304 -16
- package/src/i18n/messagebundle_hu.properties +300 -12
- package/src/i18n/messagebundle_id.properties +368 -0
- package/src/i18n/messagebundle_it.properties +309 -21
- package/src/i18n/messagebundle_iw.properties +302 -14
- package/src/i18n/messagebundle_ja.properties +305 -17
- package/src/i18n/messagebundle_kk.properties +302 -14
- package/src/i18n/messagebundle_ko.properties +302 -14
- package/src/i18n/messagebundle_lt.properties +301 -13
- package/src/i18n/messagebundle_lv.properties +301 -13
- package/src/i18n/messagebundle_mk.properties +368 -0
- package/src/i18n/messagebundle_ms.properties +302 -14
- package/src/i18n/messagebundle_nl.properties +301 -13
- package/src/i18n/messagebundle_no.properties +301 -13
- package/src/i18n/messagebundle_pl.properties +302 -14
- package/src/i18n/messagebundle_pt.properties +301 -13
- package/src/i18n/messagebundle_pt_PT.properties +368 -0
- package/src/i18n/messagebundle_ro.properties +301 -13
- package/src/i18n/messagebundle_ru.properties +301 -13
- package/src/i18n/messagebundle_sh.properties +303 -15
- package/src/i18n/messagebundle_sk.properties +301 -13
- package/src/i18n/messagebundle_sl.properties +302 -14
- package/src/i18n/messagebundle_sr.properties +368 -0
- package/src/i18n/messagebundle_sv.properties +301 -13
- package/src/i18n/messagebundle_th.properties +300 -12
- package/src/i18n/messagebundle_tr.properties +302 -14
- package/src/i18n/messagebundle_uk.properties +304 -16
- package/src/i18n/messagebundle_vi.properties +301 -13
- package/src/i18n/messagebundle_zh_CN.properties +301 -13
- package/src/i18n/messagebundle_zh_TW.properties +302 -14
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddDimensions.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +33 -0
- package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +74 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +27 -0
- package/src/illustrations/sapIllus-Dialog-NoActivities.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-NoColumnsSet.svg +35 -0
- package/src/illustrations/sapIllus-Dialog-NoData.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-NoDimensionsSet.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-NoEntries.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-NoMail.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +12 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +15 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +53 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +27 -0
- package/src/illustrations/sapIllus-Dialog-SignOut.svg +24 -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-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +32 -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 +11 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +32 -0
- package/src/illustrations/sapIllus-Dialog-UploadToCloud.svg +30 -0
- package/src/illustrations/sapIllus-Dot-AddColumn.svg +26 -0
- package/src/illustrations/sapIllus-Dot-AddDimensions.svg +15 -0
- package/src/illustrations/sapIllus-Dot-AddPeople.svg +8 -0
- package/src/illustrations/sapIllus-Dot-BalloonSky.svg +6 -0
- package/src/illustrations/sapIllus-Dot-Connection.svg +9 -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 +36 -0
- package/src/illustrations/sapIllus-Dot-ErrorScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-FilterTable.svg +7 -0
- package/src/illustrations/sapIllus-Dot-GroupTable.svg +35 -0
- package/src/illustrations/sapIllus-Dot-NewMail.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoColumnsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoDimensionsSet.svg +6 -0
- package/src/illustrations/sapIllus-Dot-NoFilterResults.svg +7 -0
- package/src/illustrations/sapIllus-Dot-NoMail_v1.svg +9 -0
- package/src/illustrations/sapIllus-Dot-NoSavedItems_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-NoSearchResults.svg +10 -0
- package/src/illustrations/sapIllus-Dot-NoTasks_v1.svg +12 -0
- package/src/illustrations/sapIllus-Dot-PageNotFound.svg +6 -0
- package/src/illustrations/sapIllus-Dot-ReloadScreen.svg +8 -0
- package/src/illustrations/sapIllus-Dot-ResizeColumn.svg +26 -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 +12 -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-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-UnableToLoadImage.svg +8 -0
- package/src/illustrations/sapIllus-Dot-UploadCollection.svg +6 -0
- package/src/illustrations/sapIllus-Dot-UploadToCloud.svg +5 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddDimensions.svg +34 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +42 -0
- package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +31 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +87 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +43 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +91 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +56 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +59 -0
- package/src/illustrations/sapIllus-Scene-NoActivities.svg +28 -0
- package/src/illustrations/sapIllus-Scene-NoColumnsSet.svg +36 -0
- package/src/illustrations/sapIllus-Scene-NoData.svg +21 -0
- package/src/illustrations/sapIllus-Scene-NoDimensionsSet.svg +38 -0
- package/src/illustrations/sapIllus-Scene-NoEntries.svg +30 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoMail.svg +23 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoNotifications.svg +36 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +36 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +15 -0
- package/src/illustrations/sapIllus-Scene-NoTasks.svg +22 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +90 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +33 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +80 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +36 -0
- package/src/illustrations/sapIllus-Scene-SignOut.svg +113 -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-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +78 -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 +23 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +35 -0
- package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +13 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Scene-UploadToCloud.svg +24 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddDimensions.svg +38 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +29 -0
- package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +10 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +43 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +29 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +46 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +27 -0
- package/src/illustrations/sapIllus-Spot-NoActivities.svg +23 -0
- package/src/illustrations/sapIllus-Spot-NoColumnsSet.svg +36 -0
- package/src/illustrations/sapIllus-Spot-NoData.svg +9 -0
- package/src/illustrations/sapIllus-Spot-NoDimensionsSet.svg +42 -0
- package/src/illustrations/sapIllus-Spot-NoEntries.svg +12 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoMail.svg +10 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoNotifications.svg +10 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +9 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +13 -0
- package/src/illustrations/sapIllus-Spot-NoTasks.svg +20 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +15 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +31 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +25 -0
- package/src/illustrations/sapIllus-Spot-SignOut.svg +23 -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-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +31 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +32 -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 +10 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +36 -0
- package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +10 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +31 -0
- package/src/illustrations/sapIllus-Spot-UploadToCloud.svg +30 -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-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-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-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-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-ChartArea.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartArea2.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartBullet.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartFlow.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartGantt.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartOrg.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ChartPie.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Company.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Components.svg +56 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-ExternalLink.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Fingerprint.svg +32 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Mission.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoFlows.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-NoUsers.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Radar.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Secrets.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Services.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpired.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Success.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.svg +52 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Systems.svg +66 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Teams.svg +58 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Tools.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-Unlock.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Dialog-UnsuccessfulAuth.svg +52 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartArea2.svg +5 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBar.svg +5 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartBullet.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartFlow.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartGantt.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartOrg.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ChartPie.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Company.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Components.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-ExternalLink.svg +10 -0
- package/src/illustrations-v5/tnt/tnt-Dot-FaceID.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Fingerprint.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Lock.svg +13 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Mission.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoApplications.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoFlows.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-NoUsers.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Radar.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Secrets.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Services.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpired.svg +7 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SessionExpiring.svg +8 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Success.svg +6 -0
- package/src/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Systems.svg +14 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Teams.svg +15 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Tools.svg +17 -0
- package/src/illustrations-v5/tnt/tnt-Dot-Unlock.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Dot-UnsuccessfulAuth.svg +11 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartArea2.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.svg +40 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBar.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartBullet.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartFlow.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartGantt.svg +36 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartOrg.svg +48 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ChartPie.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.svg +12 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Company.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Components.svg +57 -0
- package/src/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.svg +45 -0
- package/src/illustrations-v5/tnt/tnt-Scene-ExternalLink.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Scene-FaceID.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Fingerprint.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Mission.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoFlows.svg +38 -0
- package/src/illustrations-v5/tnt/tnt-Scene-NoUsers.svg +45 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Radar.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Secrets.svg +26 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Services.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpired.svg +41 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SessionExpiring.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Success.svg +37 -0
- package/src/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.svg +54 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Systems.svg +67 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Teams.svg +63 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Tools.svg +42 -0
- package/src/illustrations-v5/tnt/tnt-Scene-Unlock.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Scene-UnsuccessfulAuth.svg +54 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea.svg +22 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartArea2.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBar.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartBullet.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartFlow.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartGantt.svg +24 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartOrg.svg +36 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ChartPie.svg +21 -0
- package/src/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.svg +9 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Company.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Components.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.svg +25 -0
- package/src/illustrations-v5/tnt/tnt-Spot-ExternalLink.svg +29 -0
- package/src/illustrations-v5/tnt/tnt-Spot-FaceID.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Fingerprint.svg +19 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Lock.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Mission.svg +31 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoApplications.svg +49 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoFlows.svg +43 -0
- package/src/illustrations-v5/tnt/tnt-Spot-NoUsers.svg +33 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Radar.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Secrets.svg +23 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Services.svg +30 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpired.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SessionExpiring.svg +34 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Success.svg +27 -0
- package/src/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Systems.svg +66 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Teams.svg +53 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Tools.svg +39 -0
- package/src/illustrations-v5/tnt/tnt-Spot-Unlock.svg +28 -0
- package/src/illustrations-v5/tnt/tnt-Spot-UnsuccessfulAuth.svg +28 -0
- package/src/themes/BarcodeScannerDialog.css +49 -0
- package/src/themes/DynamicPage.css +134 -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 +66 -0
- package/src/themes/FlexibleColumnLayout.css +125 -0
- package/src/themes/IllustratedMessage.css +239 -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 +64 -0
- package/src/themes/NavigationMenu.css +15 -0
- package/src/themes/NavigationMenuItem.css +81 -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 +158 -0
- package/src/themes/Search.css +111 -0
- package/src/themes/SearchField.css +245 -0
- package/src/themes/SearchItem.css +58 -0
- package/src/themes/SearchItemGroup.css +13 -0
- package/src/themes/SearchMessageArea.css +19 -0
- package/src/themes/ShellBar.css +562 -0
- package/src/themes/ShellBarPopover.css +38 -0
- package/src/themes/SideNavigation.css +75 -0
- package/src/themes/SideNavigationGroup.css +37 -0
- package/src/themes/SideNavigationItem.css +29 -0
- package/src/themes/SideNavigationItemBase.css +349 -0
- package/src/themes/SideNavigationPopover.css +15 -0
- package/src/themes/SideNavigationSubItem.css +25 -0
- package/src/themes/Timeline.css +90 -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 +180 -0
- package/src/themes/UserMenu.css +165 -0
- package/src/themes/UserMenuItem.css +12 -0
- package/src/themes/UserSettingsDialog.css +106 -0
- package/src/themes/UserSettingsItem.css +78 -0
- package/src/themes/UserSettingsView.css +13 -0
- package/src/themes/ViewSettingsDialog.css +84 -0
- package/src/themes/Wizard.css +138 -0
- package/src/themes/WizardPopover.css +25 -0
- package/src/themes/WizardTab.css +188 -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/SearchField-parameters.css +25 -0
- package/src/themes/base/ShellBar-parameters.css +26 -0
- package/src/themes/base/SideNavigation-parameters.css +80 -0
- package/src/themes/base/TimelineGroupItem-parameters.css +4 -0
- package/src/themes/base/TimelineItem-parameters.css +20 -0
- package/src/themes/base/UploadCollection-parameters.css +13 -0
- package/src/themes/base/ViewSettingsDialog-parameters.css +7 -0
- package/src/themes/base/Wizard-parameters.css +4 -0
- package/src/themes/base/WizardTab-parameters.css +11 -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 +24 -0
- package/src/themes/sap_fiori_3/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3/TimelineGroupItem-parameters.css +6 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +20 -0
- package/src/themes/sap_fiori_3_dark/SearchField-parameters.css +24 -0
- package/src/themes/sap_fiori_3_dark/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +20 -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 +25 -0
- package/src/themes/sap_fiori_3_hcb/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +6 -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 +21 -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 +25 -0
- package/src/themes/sap_fiori_3_hcw/ShellBar-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +6 -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 +21 -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 +32 -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 +23 -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 +32 -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 +24 -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 +24 -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 +30 -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 +20 -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 +26 -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 +22 -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 +26 -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 +23 -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
- package/config/postcss.components/postcss.config.js +0 -1
- package/config/postcss.themes/postcss.config.js +0 -1
- package/dist/NotificationOverflowAction.js +0 -91
- package/dist/api.json +0 -1
- package/dist/features/CoPilotAnimation.js +0 -8
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +0 -14
- package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +0 -15
- package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +0 -22
- package/dist/generated/templates/NotificationListItemTemplate.lit.js +0 -23
- package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +0 -22
- package/dist/generated/templates/ProductSwitchTemplate.lit.js +0 -14
- package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -14
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +0 -16
- package/dist/generated/templates/ShellBarTemplate.lit.js +0 -30
- package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +0 -15
- package/dist/generated/templates/SideNavigationTemplate.lit.js +0 -22
- package/dist/generated/templates/TimelineItemTemplate.lit.js +0 -19
- package/dist/generated/templates/TimelineTemplate.lit.js +0 -15
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +0 -33
- package/dist/generated/templates/UploadCollectionTemplate.lit.js +0 -17
- package/dist/generated/templates/WizardTabTemplate.lit.js +0 -18
- package/dist/generated/templates/WizardTemplate.lit.js +0 -16
- package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +0 -8
- package/dist/generated/themes/NotificationPrioIcon.css.js +0 -8
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
- package/dist/webcomponentsjs/LICENSE.md +0 -19
- package/dist/webcomponentsjs/README.md +0 -229
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
- package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -297
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -208
- package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -166
- package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
- package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
- package/dist/webcomponentsjs/package.json +0 -46
- package/dist/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -16
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +0 -53
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -17
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -19
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -28
- package/dist/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -18
- package/dist/webcomponentsjs/webcomponents-bundle.js +0 -298
- package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
- package/dist/webcomponentsjs/webcomponents-loader.js +0 -185
- package/package-scripts.js +0 -11
- package/src/Assets.js +0 -6
- package/src/FlexibleColumnLayout.hbs +0 -62
- package/src/FlexibleColumnLayout.js +0 -657
- package/src/NotifactionOverflowActionsPopover.hbs +0 -20
- package/src/NotificationListGroupItem.hbs +0 -82
- package/src/NotificationListGroupItem.js +0 -222
- package/src/NotificationListItem.hbs +0 -99
- package/src/NotificationListItem.js +0 -434
- package/src/NotificationListItemBase.js +0 -241
- package/src/NotificationOverflowAction.js +0 -91
- package/src/ProductSwitch.hbs +0 -3
- package/src/ProductSwitch.js +0 -131
- package/src/ProductSwitchItem.hbs +0 -43
- package/src/ProductSwitchItem.js +0 -225
- package/src/ShellBar.hbs +0 -202
- package/src/ShellBar.js +0 -1040
- package/src/ShellBarItem.hbs +0 -1
- package/src/ShellBarItem.js +0 -100
- package/src/ShellBarPopover.hbs +0 -31
- package/src/SideNavigation.hbs +0 -81
- package/src/SideNavigation.js +0 -259
- package/src/SideNavigationItem.js +0 -128
- package/src/SideNavigationItemPopoverContent.hbs +0 -20
- package/src/SideNavigationSubItem.js +0 -86
- package/src/Timeline.hbs +0 -9
- package/src/Timeline.js +0 -99
- package/src/TimelineItem.hbs +0 -39
- package/src/TimelineItem.js +0 -156
- package/src/UploadCollection.hbs +0 -34
- package/src/UploadCollection.js +0 -329
- package/src/UploadCollectionItem.hbs +0 -87
- package/src/UploadCollectionItem.js +0 -501
- package/src/Wizard.hbs +0 -41
- package/src/Wizard.js +0 -702
- package/src/WizardStep.js +0 -164
- package/src/WizardTab.hbs +0 -34
- package/src/WizardTab.js +0 -291
- package/src/fcl-utils/FCLLayout.js +0 -246
- package/src/features/CoPilotAnimation.js +0 -8
- package/src/types/FCLLayout.js +0 -134
- package/src/types/UploadCollectionDnDMode.js +0 -49
- package/src/types/UploadState.js +0 -56
- package/src/upload-utils/UploadCollectionBodyDnD.js +0 -79
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartOrg">
|
|
2
|
+
<path d="M305.715 19H14.6216C12.7242 18.9983 10.8451 19.3705 9.09161 20.0954C7.33813 20.8203 5.7447 21.8836 4.40241 23.2247C3.06012 24.5657 1.99529 26.1582 1.26877 27.911C0.542262 29.6638 0.168319 31.5426 0.16832 33.44V204.547C0.16832 208.38 1.69107 212.056 4.4016 214.767C7.11212 217.477 10.7884 219 14.6216 219H305.715C309.548 219 313.225 217.477 315.935 214.767C318.646 212.056 320.168 208.38 320.168 204.547V33.44C320.168 31.5426 319.794 29.6638 319.068 27.911C318.341 26.1582 317.277 24.5657 315.934 23.2247C314.592 21.8836 312.999 20.8203 311.245 20.0954C309.492 19.3705 307.612 18.9983 305.715 19V19Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M307.785 114.777L250.683 95.1718C248.262 94.3406 245.627 95.6337 244.798 98.0601L216.337 181.325C215.507 183.751 216.798 186.392 219.219 187.223L276.32 206.828C278.741 207.66 281.376 206.366 282.206 203.94L310.667 120.675C311.496 118.249 310.206 115.608 307.785 114.777Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M273.537 116.205C271.652 115.451 269.586 115.274 267.601 115.696C265.615 116.119 263.799 117.122 262.382 118.579C260.966 120.036 260.012 121.881 259.641 123.881C259.271 125.881 259.5 127.947 260.301 129.816C261.102 131.685 262.437 133.275 264.139 134.384C265.841 135.492 267.833 136.07 269.863 136.045C271.892 136.019 273.869 135.391 275.542 134.239C277.215 133.088 278.511 131.465 279.264 129.576L269.726 125.764L273.537 116.205Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M276.589 114.794L272.786 124.345L282.315 128.156C282.815 126.902 283.064 125.561 283.047 124.211C283.03 122.86 282.747 121.527 282.215 120.286C281.683 119.045 280.913 117.921 279.947 116.979C278.982 116.036 277.84 115.294 276.589 114.794V114.794Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M284.497 148.956L244.706 135.295C243.386 134.842 241.949 135.547 241.497 136.87C241.045 138.193 241.748 139.633 243.068 140.086L282.859 153.747C284.18 154.201 285.616 153.496 286.069 152.173C286.521 150.849 285.817 149.41 284.497 148.956Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M281.056 157.059L241.265 143.397C239.945 142.944 238.508 143.649 238.056 144.972C237.604 146.295 238.307 147.735 239.628 148.188L279.418 161.85C280.739 162.303 282.175 161.598 282.628 160.275C283.08 158.952 282.376 157.512 281.056 157.059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M259.201 158.634L238.003 151.356C236.683 150.902 235.246 151.607 234.794 152.931C234.342 154.254 235.046 155.693 236.366 156.147L257.564 163.425C258.884 163.878 260.321 163.173 260.773 161.85C261.225 160.527 260.522 159.087 259.201 158.634Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M16.1683 214.207C16.1683 212.95 17.1878 211.93 18.4455 211.93H167.226C168.484 211.93 169.503 212.95 169.503 214.207V215.145H16.1683V214.207Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M19.3156 217.884C19.733 218.257 20.2728 218.463 20.8323 218.463H164.84C165.399 218.463 165.939 218.257 166.356 217.884L169.503 215.074H16.1683L19.3156 217.884Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<rect x="31.2587" y="129.906" width="123.154" height="82.1674" rx="4.55436" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M92.8359 132.656C93.2714 132.656 93.6245 132.302 93.6245 131.866C93.6245 131.43 93.2714 131.076 92.8359 131.076C92.4004 131.076 92.0474 131.43 92.0474 131.866C92.0474 132.302 92.4004 132.656 92.8359 132.656Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<rect x="35.3301" y="133.736" width="115.011" height="74.5088" rx="3.03624" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M83.9157 211.473H101.756V212.019C101.756 212.858 101.076 213.537 100.238 213.537H85.4338C84.5953 213.537 83.9157 212.858 83.9157 212.019V211.473Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M258.781 45.3833C258.781 44.1945 255.33 43.2429 250.719 43.0267C250.455 38.4216 249.44 34.9974 248.251 35C247.062 35.0026 246.074 38.4532 245.821 43.0821C241.197 43.3984 237.759 44.4317 237.775 45.6232C237.79 46.8147 241.226 47.7663 245.837 47.9798C246.113 52.585 247.115 56.0092 248.302 56.0066C249.488 56.0039 250.482 52.5534 250.735 47.9245C255.359 47.6082 258.794 46.5748 258.781 45.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M275.785 66.8971C275.785 66.1309 273.561 65.5176 270.59 65.3783C270.42 62.4106 269.766 60.2039 269 60.2056C268.233 60.2073 267.596 62.431 267.433 65.414C264.453 65.6179 262.238 66.2838 262.248 67.0516C262.258 67.8195 264.472 68.4327 267.443 68.5703C267.622 71.5381 268.267 73.7448 269.032 73.7431C269.797 73.7414 270.437 71.5177 270.6 68.5347C273.58 68.3308 275.794 67.6649 275.785 66.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M23.6811 67.2369L80.783 47.632C83.2039 46.8008 85.8388 48.0939 86.6682 50.5203L115.129 133.785C115.959 136.212 114.668 138.852 112.247 139.684L55.1455 159.289C52.7245 160.12 50.0896 158.827 49.2603 156.4L20.7993 73.1352C19.9699 70.7089 21.2602 68.0681 23.6811 67.2369Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.5401 78.1518C76.6309 78.2857 77.4067 79.2786 77.2727 80.3695L73.7727 108.869C73.6901 109.542 73.271 110.126 72.6604 110.42C72.0498 110.714 71.3317 110.677 70.7546 110.322L60.3084 103.893L56.7644 126.93C56.5973 128.016 55.5812 128.761 54.4949 128.594C53.4087 128.427 52.6636 127.411 52.8307 126.324L56.8307 100.324C56.9321 99.6652 57.3569 99.1007 57.9621 98.8208C58.5673 98.5408 59.2726 98.5826 59.8405 98.9321L70.2002 105.307L73.3224 79.8844C73.4563 78.7935 74.4492 78.0178 75.5401 78.1518Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path d="M35.6196 83.687C35.4417 83.1671 35.719 82.6014 36.2389 82.4235L39.0868 81.449C39.6067 81.271 40.1724 81.5483 40.3503 82.0682L55.7786 127.155C55.9565 127.675 55.6792 128.241 55.1593 128.419L52.3114 129.393C51.7915 129.571 51.2258 129.294 51.0479 128.774L35.6196 83.687Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path d="M52.878 130.813C52.3589 130.993 51.7919 130.719 51.6116 130.199L50.624 127.356C50.4436 126.837 50.7183 126.27 51.2374 126.09L96.2527 110.453C96.7718 110.273 97.3388 110.548 97.5191 111.067L98.5067 113.91C98.687 114.429 98.4124 114.996 97.8933 115.177L52.878 130.813Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
21
|
+
<path d="M55.969 140.077C55.6 139.042 56.1367 137.894 57.1719 137.525L78.8554 129.795C79.8906 129.426 81.0324 129.976 81.4014 131.011V131.011C81.7705 132.046 81.2338 133.194 80.1985 133.563L58.5151 141.293C57.4798 141.662 56.3381 141.112 55.969 140.077V140.077Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path d="M94.1004 61.127C94.1004 55.6041 98.5776 51.127 104.1 51.127H208.709L236.236 73.9487V179.817C236.236 185.34 231.759 189.817 226.236 189.817H104.1C98.5776 189.817 94.1004 185.34 94.1004 179.817V61.127Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<path d="M89.1004 54.1269C89.1004 49.7087 92.6822 46.127 97.1004 46.127H202.609L231.236 70.103V176.817C231.236 181.236 227.654 184.817 223.236 184.817H97.1005C92.6822 184.817 89.1004 181.236 89.1004 176.817V54.1269Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M202.455 69.8853L231.236 75.6894V69.8853H202.455Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M202.455 69.8857H231.236L202.455 46.127V69.8857Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<rect x="103.839" y="84.1938" width="111.557" height="86.0762" rx="6" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.789 143.893L158.859 108.589L160.87 110.815L121.8 146.119L119.789 143.893Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M199.447 143.893L160.378 108.589L158.366 110.815L197.436 146.119L199.447 143.893Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.934 141.773L157.934 109.101L160.934 109.101L160.934 141.773L157.934 141.773Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
30
|
+
<rect x="149.311" y="96.6545" width="21.2011" height="21.2012" rx="10.6005" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<path d="M171.452 107.22C171.452 113.603 166.277 118.779 159.893 118.779C153.509 118.779 148.334 113.603 148.334 107.22C148.334 100.836 153.509 95.6604 159.893 95.6604C166.277 95.6604 171.452 100.836 171.452 107.22Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.217 114.858C151.809 111.804 154.485 109.585 157.612 109.585H162.209C165.324 109.585 167.993 111.789 168.597 114.826C166.478 117.249 163.364 118.779 159.893 118.779C156.437 118.779 153.335 117.262 151.217 114.858ZM163.818 103.071C163.818 105.23 162.069 106.98 159.91 106.98C157.752 106.98 156.002 105.23 156.002 103.071C156.002 100.913 157.752 99.1631 159.91 99.1631C162.069 99.1631 163.818 100.913 163.818 103.071Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.893 115.979C164.73 115.979 168.652 112.057 168.652 107.22C168.652 102.382 164.73 98.4604 159.893 98.4604C155.056 98.4604 151.134 102.382 151.134 107.22C151.134 112.057 155.056 115.979 159.893 115.979ZM159.893 118.779C166.277 118.779 171.452 113.603 171.452 107.22C171.452 100.836 166.277 95.6604 159.893 95.6604C153.509 95.6604 148.334 100.836 148.334 107.22C148.334 113.603 153.509 118.779 159.893 118.779Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
34
|
+
<rect x="113.311" y="136.655" width="21.2011" height="21.2012" rx="10.6005" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<path d="M135.452 147.22C135.452 153.603 130.277 158.779 123.893 158.779C117.509 158.779 112.334 153.603 112.334 147.22C112.334 140.836 117.509 135.66 123.893 135.66C130.277 135.66 135.452 140.836 135.452 147.22Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.217 154.858C115.809 151.804 118.485 149.585 121.612 149.585H126.209C129.324 149.585 131.993 151.789 132.597 154.826C130.478 157.249 127.364 158.779 123.893 158.779C120.437 158.779 117.335 157.262 115.217 154.858ZM127.818 143.071C127.818 145.23 126.069 146.98 123.91 146.98C121.752 146.98 120.002 145.23 120.002 143.071C120.002 140.913 121.752 139.163 123.91 139.163C126.069 139.163 127.818 140.913 127.818 143.071Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M123.893 155.979C128.73 155.979 132.652 152.057 132.652 147.22C132.652 142.382 128.73 138.46 123.893 138.46C119.056 138.46 115.134 142.382 115.134 147.22C115.134 152.057 119.056 155.979 123.893 155.979ZM123.893 158.779C130.277 158.779 135.452 153.603 135.452 147.22C135.452 140.836 130.277 135.66 123.893 135.66C117.509 135.66 112.334 140.836 112.334 147.22C112.334 153.603 117.509 158.779 123.893 158.779Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
38
|
+
<rect x="149.311" y="136.655" width="21.2011" height="21.2012" rx="10.6005" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
39
|
+
<path d="M171.452 147.22C171.452 153.603 166.277 158.779 159.893 158.779C153.509 158.779 148.334 153.603 148.334 147.22C148.334 140.836 153.509 135.66 159.893 135.66C166.277 135.66 171.452 140.836 171.452 147.22Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.217 154.858C151.809 151.804 154.485 149.585 157.612 149.585H162.209C165.324 149.585 167.993 151.789 168.597 154.826C166.478 157.249 163.364 158.779 159.893 158.779C156.437 158.779 153.335 157.262 151.217 154.858ZM163.818 143.071C163.818 145.23 162.069 146.98 159.91 146.98C157.752 146.98 156.002 145.23 156.002 143.071C156.002 140.913 157.752 139.163 159.91 139.163C162.069 139.163 163.818 140.913 163.818 143.071Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.893 155.979C164.73 155.979 168.652 152.057 168.652 147.22C168.652 142.382 164.73 138.46 159.893 138.46C155.056 138.46 151.134 142.382 151.134 147.22C151.134 152.057 155.056 155.979 159.893 155.979ZM159.893 158.779C166.277 158.779 171.452 153.603 171.452 147.22C171.452 140.836 166.277 135.66 159.893 135.66C153.509 135.66 148.334 140.836 148.334 147.22C148.334 153.603 153.509 158.779 159.893 158.779Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
42
|
+
<rect x="185.311" y="136.655" width="21.2011" height="21.2012" rx="10.6005" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
43
|
+
<path d="M207.452 147.22C207.452 153.603 202.277 158.779 195.893 158.779C189.509 158.779 184.334 153.603 184.334 147.22C184.334 140.836 189.509 135.66 195.893 135.66C202.277 135.66 207.452 140.836 207.452 147.22Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M187.217 154.858C187.809 151.804 190.485 149.585 193.612 149.585H198.209C201.324 149.585 203.993 151.789 204.597 154.826C202.478 157.249 199.364 158.779 195.893 158.779C192.437 158.779 189.335 157.262 187.217 154.858ZM199.818 143.071C199.818 145.23 198.069 146.98 195.91 146.98C193.752 146.98 192.002 145.23 192.002 143.071C192.002 140.913 193.752 139.163 195.91 139.163C198.069 139.163 199.818 140.913 199.818 143.071Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M195.893 155.979C200.73 155.979 204.652 152.057 204.652 147.22C204.652 142.382 200.73 138.46 195.893 138.46C191.056 138.46 187.134 142.382 187.134 147.22C187.134 152.057 191.056 155.979 195.893 155.979ZM195.893 158.779C202.277 158.779 207.452 153.603 207.452 147.22C207.452 140.836 202.277 135.66 195.893 135.66C189.509 135.66 184.334 140.836 184.334 147.22C184.334 153.603 189.509 158.779 195.893 158.779Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
46
|
+
<path d="M125.693 59H106.468C105.172 59 104.122 60.0505 104.122 61.3463C104.122 62.6421 105.172 63.6926 106.468 63.6926H125.693C126.989 63.6926 128.039 62.6421 128.039 61.3463C128.039 60.0505 126.989 59 125.693 59Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<path d="M144.78 68.1152H106.11C105.012 68.1152 104.122 69.0055 104.122 70.1037C104.122 71.2019 105.012 72.0922 106.11 72.0922H144.78C145.878 72.0922 146.769 71.2019 146.769 70.1037C146.769 69.0055 145.878 68.1152 144.78 68.1152Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ChartPie">
|
|
2
|
+
<path d="M305.547 19H14.4533C12.5559 18.9983 10.6768 19.3705 8.92329 20.0954C7.16981 20.8203 5.57638 21.8836 4.23409 23.2247C2.8918 24.5657 1.82697 26.1582 1.10045 27.911C0.373942 29.6638 -8.08861e-07 31.5426 0 33.44V204.547C0 208.38 1.52275 212.056 4.23328 214.767C6.9438 217.477 10.6201 219 14.4533 219H305.547C309.38 219 313.056 217.477 315.767 214.767C318.477 212.056 320 208.38 320 204.547V33.44C320 31.5426 319.626 29.6638 318.9 27.911C318.173 26.1582 317.108 24.5657 315.766 23.2247C314.424 21.8836 312.83 20.8203 311.077 20.0954C309.323 19.3705 307.444 18.9983 305.547 19V19Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M307.616 114.777L250.515 95.1718C248.094 94.3406 245.459 95.6337 244.629 98.0601L216.168 181.325C215.339 183.751 216.629 186.392 219.05 187.223L276.152 206.828C278.573 207.66 281.208 206.366 282.037 203.94L310.498 120.675C311.328 118.249 310.037 115.608 307.616 114.777Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M273.369 116.205C271.484 115.451 269.418 115.274 267.432 115.696C265.447 116.119 263.631 117.122 262.214 118.579C260.797 120.036 259.843 121.881 259.473 123.881C259.102 125.881 259.332 127.947 260.133 129.816C260.933 131.685 262.269 133.275 263.971 134.384C265.673 135.492 267.665 136.07 269.694 136.045C271.724 136.019 273.7 135.391 275.374 134.239C277.047 133.088 278.342 131.465 279.096 129.576L269.557 125.764L273.369 116.205Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
5
|
+
<path d="M276.42 114.794L272.617 124.345L282.147 128.156C282.647 126.902 282.895 125.561 282.878 124.211C282.861 122.86 282.579 121.527 282.047 120.286C281.515 119.045 280.744 117.921 279.779 116.979C278.813 116.036 277.672 115.294 276.42 114.794V114.794Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M284.329 148.956L244.538 135.295C243.218 134.842 241.781 135.547 241.329 136.87C240.876 138.193 241.58 139.633 242.9 140.086L282.691 153.747C284.011 154.201 285.448 153.496 285.9 152.173C286.352 150.849 285.649 149.41 284.329 148.956Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
7
|
+
<path d="M280.888 157.059L241.097 143.397C239.777 142.944 238.34 143.649 237.888 144.972C237.435 146.295 238.139 147.735 239.459 148.188L279.25 161.85C280.57 162.303 282.007 161.598 282.459 160.275C282.911 158.952 282.208 157.512 280.888 157.059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
8
|
+
<path d="M259.033 158.634L237.835 151.356C236.515 150.902 235.078 151.607 234.626 152.931C234.174 154.254 234.877 155.693 236.197 156.147L257.395 163.425C258.716 163.878 260.152 163.173 260.605 161.85C261.057 160.527 260.353 159.087 259.033 158.634Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
9
|
+
<path d="M16 214.207C16 212.95 17.0195 211.93 18.2772 211.93H167.058C168.316 211.93 169.335 212.95 169.335 214.207V215.145H16V214.207Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
10
|
+
<path d="M19.1473 217.884C19.5646 218.257 20.1045 218.463 20.664 218.463H164.671C165.231 218.463 165.771 218.257 166.188 217.884L169.335 215.074H16L19.1473 217.884Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<rect x="31.0903" y="129.906" width="123.154" height="82.1674" rx="4.55436" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path d="M92.6677 132.656C93.1032 132.656 93.4562 132.302 93.4562 131.866C93.4562 131.43 93.1032 131.076 92.6677 131.076C92.2322 131.076 91.8792 131.43 91.8792 131.866C91.8792 132.302 92.2322 132.656 92.6677 132.656Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<rect x="35.1619" y="133.736" width="115.011" height="74.5088" rx="3.03624" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path d="M83.7473 211.473H101.588V212.019C101.588 212.858 100.908 213.537 100.07 213.537H85.2654C84.427 213.537 83.7473 212.858 83.7473 212.019V211.473Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M258.613 45.3833C258.613 44.1945 255.162 43.2429 250.551 43.0267C250.287 38.4216 249.272 34.9974 248.083 35C246.894 35.0026 245.906 38.4532 245.652 43.0821C241.028 43.3984 237.59 44.4317 237.606 45.6232C237.622 46.8147 241.057 47.7663 245.668 47.9798C245.945 52.585 246.947 56.0092 248.133 56.0066C249.32 56.0039 250.313 52.5534 250.567 47.9245C255.191 47.6082 258.626 46.5748 258.613 45.3833Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
16
|
+
<path d="M275.617 66.8971C275.617 66.1309 273.393 65.5176 270.422 65.3783C270.252 62.4106 269.598 60.2039 268.831 60.2056C268.065 60.2073 267.428 62.431 267.265 65.414C264.285 65.6179 262.069 66.2838 262.08 67.0516C262.09 67.8195 264.304 68.4327 267.275 68.5703C267.454 71.5381 268.099 73.7448 268.864 73.7431C269.628 73.7414 270.269 71.5177 270.432 68.5347C273.412 68.3308 275.626 67.6649 275.617 66.8971Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M23.5127 67.2369L80.6145 47.632C83.0355 46.8008 85.6704 48.0939 86.4997 50.5203L114.961 133.785C115.79 136.212 114.5 138.852 112.079 139.684L54.9771 159.289C52.5561 160.12 49.9212 158.827 49.0918 156.4L20.6308 73.1352C19.8015 70.7089 21.0917 68.0681 23.5127 67.2369Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M75.3718 78.1518C76.4626 78.2857 77.2383 79.2786 77.1044 80.3695L73.6044 108.869C73.5218 109.542 73.1026 110.126 72.492 110.42C71.8814 110.714 71.1633 110.677 70.5862 110.322L60.1401 103.893L56.5961 126.93C56.4289 128.016 55.4129 128.761 54.3266 128.594C53.2403 128.427 52.4952 127.411 52.6623 126.324L56.6623 100.324C56.7637 99.6652 57.1885 99.1007 57.7938 98.8208C58.399 98.5408 59.1042 98.5826 59.6721 98.9321L70.0319 105.307L73.154 79.8844C73.288 78.7935 74.2809 78.0178 75.3718 78.1518Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
19
|
+
<path d="M35.4513 83.687C35.2734 83.1671 35.5506 82.6014 36.0706 82.4235L38.9184 81.449C39.4384 81.271 40.0041 81.5483 40.182 82.0682L55.6102 127.155C55.7882 127.675 55.5109 128.241 54.991 128.419L52.1431 129.393C51.6232 129.571 51.0575 129.294 50.8795 128.774L35.4513 83.687Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path d="M52.7097 130.813C52.1906 130.993 51.6236 130.719 51.4433 130.199L50.4556 127.356C50.2753 126.837 50.55 126.27 51.0691 126.09L96.0844 110.453C96.6035 110.273 97.1705 110.548 97.3508 111.067L98.3384 113.91C98.5187 114.429 98.2441 114.996 97.725 115.177L52.7097 130.813Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
21
|
+
<path d="M55.8007 140.077C55.4317 139.042 55.9684 137.894 57.0036 137.525L78.6871 129.795C79.7223 129.426 80.8641 129.976 81.2331 131.011V131.011C81.6021 132.046 81.0654 133.194 80.0302 133.563L58.3467 141.293C57.3115 141.662 56.1697 141.112 55.8007 140.077V140.077Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
22
|
+
<path d="M93.9321 61.127C93.9321 55.6041 98.4093 51.127 103.932 51.127H208.541L236.068 73.9487V179.817C236.068 185.34 231.591 189.817 226.068 189.817H103.932C98.4093 189.817 93.9321 185.34 93.9321 179.817V61.127Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<path d="M88.9321 54.1269C88.9321 49.7087 92.5139 46.127 96.9321 46.127H202.441L231.068 70.103V176.817C231.068 181.236 227.486 184.817 223.068 184.817H96.9321C92.5139 184.817 88.9321 181.236 88.9321 176.817V54.1269Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M202.286 69.8853L231.068 75.6894V69.8853H202.286Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M202.286 69.8857H231.068L202.286 46.127V69.8857Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
26
|
+
<rect x="103.671" y="84.1938" width="111.557" height="86.0762" rx="6" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
27
|
+
<path d="M159.493 100.824C159.551 100.233 159.12 99.7053 158.527 99.669C153.214 99.3436 147.907 100.497 143.199 103.012C138.175 105.695 134.06 109.808 131.373 114.831C128.687 119.853 127.55 125.56 128.106 131.228C128.663 136.897 130.888 142.273 134.5 146.677C138.112 151.081 142.949 154.315 148.399 155.97C153.85 157.625 159.668 157.627 165.119 155.975C170.57 154.323 175.409 151.092 179.024 146.69C182.411 142.566 184.581 137.587 185.301 132.312C185.382 131.724 184.948 131.198 184.357 131.14L157.837 128.52C157.246 128.461 156.815 127.935 156.873 127.345L159.493 100.824Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
28
|
+
<path d="M159.493 100.824C159.551 100.233 159.12 99.7052 158.528 99.6689C153.228 99.3443 147.941 100.492 143.252 102.984C142.728 103.262 142.554 103.922 142.852 104.435L155.932 126.974C156.194 127.425 156.88 127.276 156.931 126.757L159.493 100.824Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
29
|
+
<path d="M184.357 131.14C184.948 131.198 185.381 131.724 185.301 132.312C184.75 136.345 183.35 140.22 181.188 143.678C178.837 147.441 175.647 150.609 171.869 152.936C168.091 155.262 163.827 156.685 159.408 157.092C155.347 157.466 151.257 156.972 147.408 155.649C146.846 155.457 146.571 154.832 146.785 154.279L156.473 129.177C156.647 128.726 157.1 128.447 157.581 128.494L184.357 131.14Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<path d="M179.475 97.4752C179.804 96.9811 180.472 96.8457 180.955 97.1903C185.596 100.5 189.314 104.95 191.744 110.12C194.174 115.289 195.229 120.991 194.817 126.676C194.774 127.268 194.243 127.696 193.653 127.634L163.411 124.455C162.608 124.371 162.181 123.464 162.629 122.791L179.475 97.4752Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<path d="M125.524 59H106.3C105.004 59 103.954 60.0505 103.954 61.3463C103.954 62.6421 105.004 63.6926 106.3 63.6926H125.524C126.82 63.6926 127.871 62.6421 127.871 61.3463C127.871 60.0505 126.82 59 125.524 59Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
32
|
+
<path d="M144.612 68.1152H105.942C104.844 68.1152 103.954 69.0055 103.954 70.1037C103.954 71.2019 104.844 72.0922 105.942 72.0922H144.612C145.71 72.0922 146.6 71.2019 146.6 70.1037C146.6 69.0055 145.71 68.1152 144.612 68.1152Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-CodePlaceholder">
|
|
2
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M259.709 4.38812C259.993 4.76841 260.17 5.21832 260.22 5.69052C260.27 6.16272 260.192 6.63975 259.994 7.0714L255.554 17.461C254.82 19.1797 253.005 19.4976 251.658 18.9223C251.098 18.707 250.624 18.3157 250.305 17.8073C249.987 17.299 249.842 16.701 249.893 16.1032C249.926 15.8152 250.002 15.5337 250.119 15.2685L254.56 4.87893C254.745 4.41911 255.052 4.01798 255.446 3.71798C255.841 3.41799 256.31 3.23029 256.802 3.17476C257.35 3.11277 257.904 3.19168 258.413 3.40403C258.922 3.61637 259.368 3.95511 259.709 4.38812Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M293.225 55.8191C293.258 56.1574 293.219 56.4988 293.112 56.8214C293.005 57.1439 292.832 57.4407 292.604 57.6927C292.376 57.9447 292.098 58.1463 291.788 58.2848C291.477 58.4232 291.141 58.4955 290.802 58.4969L279.809 59.0453C279.414 59.0636 279.019 59.0031 278.648 58.8671C278.276 58.7311 277.935 58.5225 277.645 58.2533C277.355 57.9842 277.121 57.6599 276.958 57.2995C276.794 56.9391 276.705 56.5497 276.693 56.1541C276.684 55.9911 276.688 55.8277 276.706 55.6654C276.762 55.0648 277.041 54.507 277.488 54.1019C277.935 53.6969 278.517 53.4741 279.121 53.4773L290.108 52.9319C290.503 52.9128 290.898 52.9728 291.27 53.1083C291.642 53.2437 291.983 53.452 292.273 53.7208C292.563 53.9897 292.797 54.3137 292.96 54.674C293.124 55.0343 293.214 55.4236 293.225 55.8191Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M285.605 25.8994C285.543 26.2654 285.407 26.615 285.205 26.9267C285.004 27.2384 284.74 27.5057 284.432 27.7122L270.685 37.1158C270.066 37.5341 269.309 37.6969 268.573 37.5702C267.837 37.4435 267.178 37.0372 266.735 36.4361C266.326 35.8769 266.142 35.1844 266.219 34.4959C266.265 34.0991 266.395 33.7167 266.601 33.3749C266.808 33.0331 267.086 32.7398 267.416 32.515L281.163 23.1114C281.785 22.6903 282.546 22.5268 283.286 22.6551C284.026 22.7835 284.688 23.1937 285.132 23.7997C285.348 24.0997 285.501 24.4404 285.583 24.8012C285.664 25.162 285.672 25.5355 285.605 25.8994Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path d="M289.635 142.103C289.635 140.744 285.692 139.657 280.424 139.41C280.123 134.149 278.963 130.237 277.605 130.24C276.246 130.243 275.117 134.185 274.828 139.474C269.544 139.835 265.617 141.015 265.635 142.377C265.653 143.738 269.578 144.825 274.846 145.069C275.162 150.331 276.306 154.243 277.662 154.24C279.017 154.237 280.153 150.294 280.442 145.006C285.725 144.645 289.65 143.464 289.635 142.103Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
7
|
+
<path d="M35.4707 55.8517C35.4707 54.4935 31.5279 53.4063 26.2599 53.1593C25.9587 47.8979 24.799 43.9858 23.4406 43.9888C22.0822 43.9918 20.9527 47.9341 20.6635 53.2226C15.3804 53.584 11.4527 54.7645 11.4708 56.1258C11.4888 57.4871 15.4135 58.5743 20.6816 58.8182C20.9978 64.0796 22.1424 67.9918 23.4978 67.9888C24.8532 67.9858 25.9888 64.0435 26.2779 58.755C31.561 58.3936 35.4857 57.213 35.4707 55.8517Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M35.4707 184.192C35.4707 183.286 32.8422 182.561 29.3301 182.397C29.1293 178.889 28.3563 176.281 27.4506 176.283C26.545 176.285 25.792 178.913 25.5992 182.439C22.0772 182.68 19.4587 183.467 19.4707 184.374C19.4828 185.282 22.0993 186.007 25.6113 186.169C25.8221 189.677 26.5852 192.285 27.4888 192.283C28.3924 192.281 29.1494 189.653 29.3422 186.127C32.8643 185.886 35.4807 185.099 35.4707 184.192Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<rect x="50" y="38.521" width="195.086" height="195.086" rx="14" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<rect x="57" y="32.521" width="195.086" height="195.086" rx="13" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.3496 215.257C74.2745 215.257 69.3496 210.332 69.3496 204.257V185.892C72.6633 185.892 75.3496 188.578 75.3496 191.892V204.257C75.3496 207.019 77.5882 209.257 80.3496 209.257H92.7152C96.0289 209.257 98.7152 211.944 98.7152 215.257H80.3496ZM148.177 215.257C148.177 211.944 145.491 209.257 142.177 209.257H117.446C114.133 209.257 111.446 211.944 111.446 215.257H148.177ZM197.64 215.257C197.64 211.944 194.953 209.257 191.64 209.257H166.909C163.595 209.257 160.909 211.944 160.909 215.257H197.64ZM239.736 185.892C236.423 185.892 233.736 188.578 233.736 191.892V204.257C233.736 207.019 231.498 209.257 228.736 209.257H216.371C213.057 209.257 210.371 211.944 210.371 215.257H228.736C234.811 215.257 239.736 210.332 239.736 204.257V185.892ZM239.736 136.43C236.423 136.43 233.736 139.116 233.736 142.43V167.161C233.736 170.474 236.423 173.161 239.736 173.161V136.43ZM239.736 86.9673C236.423 86.9673 233.736 89.6536 233.736 92.9673V117.698C233.736 121.012 236.423 123.698 239.736 123.698V86.9673ZM210.371 44.8706C210.371 48.1843 213.057 50.8706 216.371 50.8706H228.736C231.498 50.8706 233.736 53.1092 233.736 55.8706V68.2362C233.736 71.5499 236.423 74.2362 239.736 74.2362V55.8706C239.736 49.7955 234.811 44.8706 228.736 44.8706H210.371ZM160.909 44.8706C160.909 48.1843 163.595 50.8706 166.909 50.8706H191.64C194.953 50.8706 197.64 48.1843 197.64 44.8706H160.909ZM111.446 44.8706C111.446 48.1843 114.133 50.8706 117.446 50.8706H142.177C145.491 50.8706 148.177 48.1843 148.177 44.8706H111.446ZM98.7152 44.8706C98.7152 48.1843 96.0289 50.8706 92.7152 50.8706H80.3496C77.5882 50.8706 75.3496 53.1092 75.3496 55.8706V68.2362C75.3496 71.5499 72.6633 74.2362 69.3496 74.2362V55.8706C69.3496 49.7955 74.2745 44.8706 80.3496 44.8706H98.7152ZM69.3496 86.9673C72.6633 86.9673 75.3496 89.6536 75.3496 92.9673V117.698C75.3496 121.012 72.6633 123.698 69.3496 123.698V86.9673ZM69.3496 136.43C72.6633 136.43 75.3496 139.116 75.3496 142.43V167.161C75.3496 170.474 72.6633 173.161 69.3496 173.161V136.43Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Company">
|
|
2
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M320.164 198.728C313.114 195.68 297.123 191.381 262.972 182.198L261.244 181.733C258.721 181.055 256.293 180.402 253.957 179.774C198.073 164.748 194.475 163.781 184.347 162.224C160.814 158.603 134.933 154.625 102.233 158.498C89.236 160.046 81.1912 162.112 72.4296 164.362C62.4135 166.934 51.4605 169.747 31.1002 172.302C17.7374 173.984 10.7956 175.375 0.164062 177.749V205.553C0.164062 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V198.728Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<rect x="203.138" y="82.9087" width="25.8626" height="108.239" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
5
|
+
<rect x="228.999" y="82.9087" width="40.7429" height="108.239" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M245.967 111.501H239.903C239.377 111.501 238.952 111.076 238.952 110.55V99.1751C238.952 98.6502 239.377 98.2241 239.903 98.2241H245.967C246.492 98.2241 246.918 98.6502 246.918 99.1751V110.55C246.918 111.076 246.492 111.501 245.967 111.501Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M258.84 111.501H252.776C252.25 111.501 251.825 111.076 251.825 110.55V99.1751C251.825 98.6502 252.25 98.2241 252.776 98.2241H258.84C259.365 98.2241 259.791 98.6502 259.791 99.1751V110.55C259.791 111.076 259.365 111.501 258.84 111.501Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M245.967 133.04H239.903C239.377 133.04 238.952 132.615 238.952 132.089V120.713C238.952 120.188 239.377 119.762 239.903 119.762H245.967C246.492 119.762 246.918 120.188 246.918 120.713V132.089C246.918 132.615 246.492 133.04 245.967 133.04Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M245.967 152.612H239.903C239.377 152.612 238.952 152.187 238.952 151.661V140.286C238.952 139.761 239.377 139.335 239.903 139.335H245.967C246.492 139.335 246.918 139.761 246.918 140.286V151.661C246.918 152.187 246.492 152.612 245.967 152.612Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M258.84 133.04H252.776C252.25 133.04 251.825 132.615 251.825 132.089V120.713C251.825 120.188 252.25 119.762 252.776 119.762H258.84C259.365 119.762 259.791 120.188 259.791 120.713V132.089C259.791 132.615 259.365 133.04 258.84 133.04Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M258.84 152.612H252.776C252.25 152.612 251.825 152.187 251.825 151.661V140.286C251.825 139.761 252.25 139.335 252.776 139.335H258.84C259.365 139.335 259.791 139.761 259.791 140.286V151.661C259.791 152.187 259.365 152.612 258.84 152.612Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M71.171 106.247H87.1125L87.1124 197.909H71.1709L71.171 106.247Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M37 199.909H71.1705V106.615C71.1705 106.243 70.963 105.901 70.6319 105.728L38.4711 89.0238C37.8009 88.6745 37 89.1625 37 89.9178V199.909Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8293 128.759H57.3728C56.8129 128.759 56.3604 128.306 56.3604 127.746V115.635C56.3604 115.076 56.8129 114.623 57.3728 114.623H63.8293C64.3882 114.623 64.8417 115.076 64.8417 115.635V127.746C64.8417 128.306 64.3882 128.759 63.8293 128.759Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8293 149.045H57.3728C56.8129 149.045 56.3604 148.592 56.3604 148.032V135.921C56.3604 135.362 56.8129 134.909 57.3728 134.909H63.8293C64.3882 134.909 64.8417 135.362 64.8417 135.921V148.032C64.8417 148.592 64.3882 149.045 63.8293 149.045Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8293 169.045H57.3728C56.8129 169.045 56.3604 168.592 56.3604 168.032V155.921C56.3604 155.362 56.8129 154.909 57.3728 154.909H63.8293C64.3882 154.909 64.8417 155.362 64.8417 155.921V168.032C64.8417 168.592 64.3882 169.045 63.8293 169.045Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8293 189.045H57.3728C56.8129 189.045 56.3604 188.592 56.3604 188.032V175.921C56.3604 175.362 56.8129 174.909 57.3728 174.909H63.8293C64.3882 174.909 64.8417 175.362 64.8417 175.921V188.032C64.8417 188.592 64.3882 189.045 63.8293 189.045Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path d="M71.307 106.244L38.2373 89.072H53.33L87.1376 106.244H71.307Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<rect x="94.0566" y="53.0852" width="107" height="143" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<rect x="87.5742" y="42.125" width="92.3304" height="11.5238" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
21
|
+
<rect x="179.904" y="42.125" width="26.9053" height="11.5238" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<rect x="130.666" y="50.5059" width="7.33333" height="145.619" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.667 57.8391H154.762V107.03H174.667V57.8391ZM151.633 57.8392H142.191V107.03H151.633V57.8392ZM142.19 110.22H151.632V159.41H142.19V110.22ZM174.666 110.22H154.762V159.41H174.666V110.22ZM142.19 162.601H151.632V196.125H142.19V162.601ZM174.666 162.601H154.762V196.125H174.666V162.601ZM98.1906 57.8392H107.631V107.029H98.1906V57.8392ZM130.667 57.8391H110.762V107.029H130.667V57.8391ZM98.1904 110.22H107.63V159.41H98.1904V110.22ZM130.666 110.22H110.762V159.41H130.666V110.22ZM98.1904 162.601H107.63V196.125H98.1904V162.601ZM130.666 162.601H110.762V196.125H130.666V162.601Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.667 71.9153L154.762 85.1632V107.03H163.356L174.667 99.5019V71.9153ZM158.563 110.22H154.762V112.75L158.563 110.22ZM151.632 114.833V110.22H142.19V121.117L151.632 114.833ZM130.666 128.787V110.22H117.114L110.762 114.448V142.035L130.666 128.787ZM107.63 144.119V116.532L98.1904 122.815V150.402L107.63 144.119ZM121.909 107.029H130.667V101.2L121.909 107.029ZM142.191 93.5302V107.03H151.633V87.2459L142.191 93.5302Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.762 150.106L130.666 136.858V148.343L114.039 159.41H110.762V150.106ZM98.1904 158.473L107.63 152.19V159.41H98.1904V158.473ZM107.63 163.675L98.1904 169.958V162.601H107.63V163.675ZM142.19 140.673V129.188L151.632 122.904V134.389L142.19 140.673ZM174.666 119.058L154.762 132.306V120.821L170.69 110.22H174.666V119.058Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
<path d="M202.537 122.909H202.54C208.912 122.909 214.077 128.074 214.077 134.446V152.23C214.077 158.602 208.912 163.767 202.54 163.767H202.537C196.165 163.767 191 158.602 191 152.23V134.446C191 128.074 196.165 122.909 202.537 122.909Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
27
|
+
<path d="M201.482 141.605C201.482 140.982 201.988 140.476 202.612 140.476C203.236 140.476 203.741 140.982 203.741 141.605V184.952C203.741 185.576 203.236 186.081 202.612 186.081C201.988 186.081 201.482 185.576 201.482 184.952V141.605Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<path d="M287.152 144.909H287.154C292.76 144.909 297.306 149.454 297.306 155.061V158.484C297.306 164.09 292.76 168.636 287.154 168.636H287.152C281.545 168.636 277 164.09 277 158.484V155.061C277 149.454 281.545 144.909 287.152 144.909Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
29
|
+
<path d="M286.422 158.754C286.422 158.389 286.718 158.093 287.083 158.093C287.448 158.093 287.744 158.389 287.744 158.754V184.125C287.744 184.49 287.448 184.786 287.083 184.786C286.718 184.786 286.422 184.49 286.422 184.125V158.754Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
30
|
+
<path d="M21.9996 151.909H22.0004C25.3139 151.909 28 154.595 28 157.908V159.931C28 163.245 25.3139 165.931 22.0004 165.931H21.9996C18.6861 165.931 16 163.245 16 159.931V157.908C16 154.595 18.6861 151.909 21.9996 151.909Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
31
|
+
<path d="M21.5683 160.091C21.5683 159.875 21.7432 159.7 21.959 159.7C22.1747 159.7 22.3496 159.875 22.3496 160.091V175.084C22.3496 175.3 22.1747 175.475 21.959 175.475C21.7432 175.475 21.5683 175.3 21.5683 175.084V160.091Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M320.164 181.703C259.786 174.328 88.7575 191.388 0.164062 202.111V205.553C0.164062 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V181.703Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
33
|
+
<path d="M307.04 97.6589C307.942 96.7567 307.942 95.2941 307.04 94.3919C306.138 93.4897 304.675 93.4897 303.773 94.3919C302.871 95.2941 302.871 96.7567 303.773 97.6589C304.675 98.561 306.138 98.561 307.04 97.6589Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
34
|
+
<path d="M84.9005 35.0422C85.8026 34.14 85.8026 32.6774 84.9005 31.7752C83.9983 30.873 82.5356 30.873 81.6335 31.7752C80.7313 32.6774 80.7313 34.14 81.6335 35.0422C82.5356 35.9443 83.9983 35.9443 84.9005 35.0422Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
35
|
+
<path d="M218.758 41.5422C219.66 40.64 219.66 39.1774 218.758 38.2752C217.856 37.373 216.393 37.373 215.491 38.2752C214.589 39.1774 214.589 40.64 215.491 41.5422C216.393 42.4443 217.856 42.4443 218.758 41.5422Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
36
|
+
<path d="M287.941 83.8879C289.09 82.7387 289.09 80.8755 287.941 79.7263C286.791 78.5771 284.928 78.5771 283.779 79.7263C282.63 80.8755 282.63 82.7387 283.779 83.8879C284.928 85.0371 286.791 85.0371 287.941 83.8879Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
37
|
+
<path d="M23.8452 85.2209C24.6022 84.464 24.6022 83.2367 23.8452 82.4797C23.0883 81.7228 21.861 81.7228 21.104 82.4797C20.347 83.2367 20.347 84.464 21.104 85.2209C21.861 85.9779 23.0883 85.9779 23.8452 85.2209Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
38
|
+
<path d="M52.0042 72.8088C53.1534 71.6596 53.1534 69.7964 52.0042 68.6472C50.855 67.498 48.9917 67.498 47.8425 68.6472C46.6933 69.7964 46.6933 71.6596 47.8425 72.8088C48.9917 73.958 50.855 73.958 52.0042 72.8088Z" style="fill:var(--sapContent_Illustrative_Color10)"/>
|
|
39
|
+
<path d="M224.742 52.6675H230.207C230.207 49.7207 231.354 46.8945 233.395 44.8108C235.436 42.727 238.205 41.5564 241.091 41.5564H276.306C279.193 41.5564 281.961 42.727 284.002 44.8108C286.044 46.8945 287.19 49.7207 287.19 52.6675C287.19 55.6144 286.044 58.4405 284.002 60.5243C281.961 62.608 279.193 63.7786 276.306 63.7786H270.841C270.841 66.7255 269.694 69.5516 267.653 71.6354C265.611 73.7191 262.843 74.8897 259.956 74.8897H224.742C221.855 74.8897 219.086 73.7191 217.045 71.6354C215.004 69.5516 213.857 66.7255 213.857 63.7786C213.857 60.8318 215.004 58.0056 217.045 55.9219C219.086 53.8381 221.855 52.6675 224.742 52.6675Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
40
|
+
<circle cx="40.5" cy="33.4087" r="17.5" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
41
|
+
<rect x="38" y="39.9087" width="42" height="16" rx="8" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
42
|
+
</svg>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Components">
|
|
2
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M29.6128 133.019C29.6128 131.938 26.4737 131.072 22.2795 130.876C22.0397 126.687 21.1164 123.572 20.0349 123.574C18.9533 123.577 18.0541 126.716 17.8239 130.926C13.6176 131.214 10.4905 132.154 10.5049 133.238C10.5193 134.321 13.644 135.187 17.8382 135.381C18.09 139.57 19.0013 142.685 20.0804 142.682C21.1596 142.68 22.0636 139.541 22.2938 135.331C26.5001 135.043 29.6247 134.103 29.6128 133.019Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path d="M297.169 172.858C297.169 171.953 294.54 171.228 291.028 171.063C290.828 167.556 290.054 164.947 289.149 164.949C288.243 164.951 287.49 167.58 287.297 171.105C283.775 171.346 281.157 172.133 281.169 173.041C281.181 173.948 283.798 174.673 287.31 174.836C287.52 178.343 288.283 180.951 289.187 180.949C290.091 180.947 290.848 178.319 291.04 174.794C294.562 174.553 297.179 173.766 297.169 172.858Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
5
|
+
<path d="M200.832 50.3867C200.832 49.0284 196.889 47.9412 191.621 47.6942C191.32 42.4328 190.16 38.5207 188.802 38.5237C187.443 38.5267 186.314 42.469 186.025 47.7575C180.742 48.1189 176.814 49.2994 176.832 50.6607C176.85 52.022 180.775 53.1092 186.043 53.3531C186.359 58.6145 187.504 62.5267 188.859 62.5237C190.215 62.5207 191.35 58.5784 191.639 53.2899C196.922 52.9285 200.847 51.7479 200.832 50.3867Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M278.404 119.384L254.656 131.747L263.142 148.047L263.142 148.047C264.317 150.303 270.585 149.365 277.143 145.951C283.701 142.538 288.064 137.941 286.89 135.685C286.884 135.674 286.879 135.664 286.873 135.653L278.404 119.384Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
7
|
+
<ellipse cx="266.518" cy="125.542" rx="13.3863" ry="4.60565" transform="rotate(-27.5 266.518 125.542)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M270.741 114.314L254.897 122.561L257.826 128.188L257.827 128.188C257.827 128.188 257.827 128.188 257.827 128.188C258.558 129.593 262.698 128.885 267.073 126.608C271.448 124.33 274.402 121.345 273.671 119.94C273.667 119.933 273.663 119.926 273.659 119.919L270.741 114.314Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
9
|
+
<ellipse cx="262.82" cy="118.437" rx="8.93099" ry="2.86759" transform="rotate(-27.5 262.82 118.437)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M231.72 50.4442C232.548 48.7092 232.579 46.6201 231.623 44.7836C230.007 41.6783 226.179 40.4714 223.073 42.0879C219.968 43.7044 218.761 47.5323 220.378 50.6376C221.334 52.4748 223.064 53.6475 224.961 53.9641L258.077 117.578C259.048 119.445 261.349 120.17 263.216 119.199C265.082 118.227 265.808 115.926 264.836 114.06L231.72 50.4442Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M280.633 43.3261C283.066 42.9163 284.538 45.9264 282.72 47.5947L246.914 80.4592C246.342 80.9845 245.427 80.8236 245.068 80.1345L231.068 53.2409C230.698 52.5298 231.129 51.6644 231.919 51.5312L280.633 43.3261Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<path d="M279.562 45.5059C281.96 45.0678 283.483 47.9928 281.748 49.706L248.201 82.8427C247.636 83.4013 246.691 83.2529 246.324 82.5479L232.341 55.6866C231.974 54.9816 232.394 54.1226 233.176 53.9798L279.562 45.5059Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path d="M150.505 157.312L119.735 130.727L242.501 144.862L272.03 170.717L150.505 157.312Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
14
|
+
<path d="M119.755 130.759L150.443 157.23L137.534 189.423L107.505 161.432L119.755 130.759Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
15
|
+
<path d="M150.426 157.272L271.992 170.718L259.492 202.018L137.534 189.523L150.426 157.272Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
16
|
+
<path d="M189.586 128.508L158.816 101.923L240.355 112.206L270.107 138.048L189.586 128.508Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M158.836 101.957L189.524 128.429L176.957 160.152L146.586 132.63L158.836 101.957Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M189.507 128.469L270.161 138.02L257.66 169.32L176.881 160.227L189.507 128.469Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.585 105.893L172.491 98.2673L170.083 104.296L170.083 104.297C170.083 104.297 170.083 104.297 170.083 104.297C169.535 105.668 173.366 108.487 178.638 110.593C183.911 112.699 188.629 113.294 189.177 111.922C189.18 111.915 189.183 111.908 189.185 111.9L191.585 105.893Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
20
|
+
<ellipse cx="182.037" cy="102.08" rx="10.2801" ry="2.67452" transform="rotate(21.7698 182.037 102.08)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M217.988 109.447L198.895 101.822L196.487 107.851L196.487 107.851C196.487 107.851 196.487 107.851 196.487 107.851C195.939 109.223 199.769 112.042 205.042 114.147C210.314 116.253 215.033 116.848 215.581 115.476C215.582 115.473 215.583 115.469 215.585 115.465L217.988 109.447Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<ellipse cx="208.441" cy="105.634" rx="10.2801" ry="2.67452" transform="rotate(21.7698 208.441 105.634)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M243.451 112.044L224.357 104.419L221.95 110.448L221.95 110.448C221.95 110.448 221.95 110.448 221.95 110.448C221.402 111.82 225.232 114.639 230.505 116.745C235.777 118.85 240.496 119.445 241.044 118.074C241.046 118.068 241.048 118.061 241.051 118.055L243.451 112.044Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<ellipse cx="233.904" cy="108.232" rx="10.2801" ry="2.67452" transform="rotate(21.7698 233.904 108.232)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M258.511 127.685L239.417 120.06L237.009 126.089L237.009 126.089C237.009 126.089 237.009 126.089 237.009 126.089C236.461 127.461 240.292 130.28 245.564 132.386C250.837 134.491 255.555 135.086 256.103 133.715C256.104 133.711 256.106 133.707 256.107 133.704L258.511 127.685Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
26
|
+
<ellipse cx="248.964" cy="123.873" rx="10.2801" ry="2.67452" transform="rotate(21.7698 248.964 123.873)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M233.837 125.2L214.743 117.574L212.335 123.604L212.335 123.604C212.335 123.604 212.335 123.604 212.335 123.604C211.787 124.976 215.617 127.795 220.89 129.9C226.163 132.006 230.881 132.601 231.429 131.229C231.431 131.223 231.433 131.218 231.436 131.212L233.837 125.2Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
28
|
+
<ellipse cx="224.289" cy="121.387" rx="10.2801" ry="2.67452" transform="rotate(21.7698 224.289 121.387)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M207.432 121.646L188.338 114.021L185.931 120.05L185.931 120.05C185.931 120.05 185.931 120.05 185.931 120.05C185.383 121.422 189.213 124.241 194.486 126.346C199.758 128.452 204.477 129.047 205.024 127.675C205.026 127.672 205.027 127.668 205.028 127.665L207.432 121.646Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
30
|
+
<ellipse cx="197.885" cy="117.833" rx="10.2801" ry="2.67452" transform="rotate(21.7698 197.885 117.833)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.503 134.695L133.409 127.069L131.001 133.098L131.002 133.099C131.002 133.099 131.002 133.099 131.002 133.099C130.454 134.471 134.284 137.29 139.557 139.395C144.829 141.501 149.548 142.096 150.095 140.724C150.098 140.718 150.1 140.711 150.103 140.705L152.503 134.695Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
32
|
+
<ellipse cx="142.956" cy="130.882" rx="10.2801" ry="2.67452" transform="rotate(21.7698 142.956 130.882)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.352 150.448L149.258 142.822L146.851 148.848C146.851 148.849 146.85 148.85 146.85 148.852C146.302 150.223 150.132 153.042 155.405 155.148C160.678 157.254 165.396 157.849 165.944 156.477C165.944 156.477 165.944 156.477 165.944 156.477L168.352 150.448Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
34
|
+
<ellipse cx="158.804" cy="146.635" rx="10.2801" ry="2.67452" transform="rotate(21.7698 158.804 146.635)" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
35
|
+
<path d="M77.1365 91.0377L36.4812 91.8724L103.954 44.9503L143.356 44.2437L77.1365 91.0377Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
36
|
+
<path d="M36.5187 91.8854L77.0368 91.0208L88.4099 121.876L47.9415 122.876L36.5187 91.8854Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M77.0516 91.0618L143.377 44.1877L155.033 75.812L88.4094 121.876L77.0516 91.0618Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.4877 72.8949L44.1963 80.0056L46.4416 86.0971L46.4417 86.097C46.4417 86.0971 46.4417 86.0972 46.4418 86.0972C46.9526 87.4832 51.6853 87.0149 57.0124 85.0513C62.3396 83.0877 66.244 80.3724 65.7331 78.9865C65.7316 78.9824 65.7301 78.9784 65.7285 78.9743L63.4877 72.8949Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
39
|
+
<ellipse cx="53.8417" cy="76.4504" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 53.8417 76.4504)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.4872 57.8668L66.1958 64.9775L68.4411 71.069L68.4414 71.0689C68.4414 71.069 68.4414 71.0691 68.4415 71.0692C68.9523 72.4551 73.685 71.9869 79.0122 70.0233C84.3393 68.0597 88.2437 65.3444 87.7329 63.9584C87.7305 63.952 87.728 63.9455 87.7254 63.9391L85.4872 57.8668Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
41
|
+
<ellipse cx="75.8412" cy="61.4224" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 75.8412 61.4224)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.147 42.7577L86.856 49.8684L89.1013 55.9599L89.1013 55.9599C89.1013 55.96 89.1014 55.9601 89.1014 55.9602C89.6123 57.3462 94.3449 56.8779 99.6721 54.9143C104.999 52.9508 108.904 50.2354 108.393 48.8495C108.392 48.8477 108.391 48.8459 108.391 48.8441L106.147 42.7577Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
43
|
+
<ellipse cx="96.5013" cy="46.3135" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 96.5013 46.3135)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.805 44.3033L108.513 51.4141L110.758 57.5055L110.759 57.5054C110.759 57.5055 110.759 57.5056 110.759 57.5057C111.27 58.8917 116.002 58.4234 121.33 56.4598C126.657 54.4962 130.561 51.7809 130.05 50.395C130.048 50.3885 130.045 50.3821 130.043 50.3757L127.805 44.3033Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
45
|
+
<ellipse cx="118.159" cy="47.8589" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 118.159 47.8589)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.806 58.9679L88.5142 66.0786L90.7586 72.1677C90.7589 72.1686 90.7592 72.1695 90.7596 72.1704C91.2704 73.5564 96.0031 73.0881 101.33 71.1245C106.657 69.1609 110.562 66.4456 110.051 65.0597C110.051 65.0596 110.051 65.0595 110.051 65.0593L107.806 58.9679Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
47
|
+
<ellipse cx="98.1595" cy="62.5237" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 98.1595 62.5237)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.806 73.9962L66.5146 81.1069L68.7599 87.1984L68.7602 87.1983C68.7602 87.1983 68.7602 87.1984 68.7603 87.1984C69.2711 88.5844 74.0038 88.1161 79.3309 86.1525C84.6581 84.189 88.5625 81.4736 88.0516 80.0877C88.0493 80.0813 88.0469 80.075 88.0443 80.0687L85.806 73.9962Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
49
|
+
<ellipse cx="76.16" cy="77.5518" rx="10.2801" ry="2.67452" transform="rotate(-20.2337 76.16 77.5518)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
50
|
+
<rect x="59.3735" y="140.338" width="18.3605" height="45.4466" transform="rotate(44.3357 59.3735 140.338)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
51
|
+
<rect x="72.5059" y="153.17" width="35.3742" height="45.4466" transform="rotate(44.3357 72.5059 153.17)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
52
|
+
<rect x="82.126" y="162.569" width="21.9245" height="45.4466" transform="rotate(44.3357 82.126 162.569)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
53
|
+
<rect x="63.2246" y="162.669" width="16.9292" height="20.1533" transform="rotate(44.3357 63.2246 162.669)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
54
|
+
<path d="M74.1687 187.121C70.407 191.225 64.7503 192.162 61.5342 189.215C58.3181 186.267 58.7605 180.55 62.5222 176.446C66.284 172.342 71.9406 171.405 75.1567 174.352C78.3728 177.3 77.9305 183.017 74.1687 187.121Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.5613 187.003C65.0842 188.399 68.8268 188.509 71.9572 185.094C75.0875 181.679 74.6525 177.96 73.1296 176.564C71.6068 175.168 67.8641 175.058 64.7338 178.473C61.6034 181.888 62.0384 185.607 63.5613 187.003ZM61.5342 189.215C64.7503 192.162 70.407 191.225 74.1687 187.121C77.9305 183.017 78.3728 177.3 75.1567 174.352C71.9406 171.405 66.284 172.342 62.5222 176.446C58.7605 180.55 58.3181 186.267 61.5342 189.215Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.1511 177.957L72.5714 158.826L46.4015 185.61L65.9811 204.741L92.1511 177.957ZM72.5059 153.17L40.745 185.676L66.0467 210.397L97.8075 177.891L72.5059 153.17Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
57
|
+
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-EmptyContentPane">
|
|
2
|
+
<path d="M305.547 19H14.4533C12.5559 18.9983 10.6768 19.3705 8.92329 20.0954C7.16981 20.8203 5.57638 21.8836 4.23409 23.2247C2.8918 24.5657 1.82697 26.1582 1.10045 27.911C0.373942 29.6638 -8.08861e-07 31.5426 0 33.44V204.547C0 208.38 1.52275 212.056 4.23328 214.767C6.9438 217.477 10.6201 219 14.4533 219H305.547C309.38 219 313.056 217.477 315.767 214.767C318.477 212.056 320 208.38 320 204.547V33.44C320 31.5426 319.626 29.6638 318.9 27.911C318.173 26.1582 317.108 24.5657 315.766 23.2247C314.424 21.8836 312.83 20.8203 311.077 20.0954C309.323 19.3705 307.444 18.9983 305.547 19Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M229.138 6.1787C229.448 6.53874 229.655 6.97559 229.737 7.44328C229.819 7.91096 229.774 8.39219 229.606 8.83631L225.883 19.5041C225.268 21.2687 223.479 21.7094 222.096 21.2271C221.523 21.0504 221.022 20.6923 220.67 20.2068C220.318 19.7213 220.133 19.1345 220.142 18.5347C220.156 18.2451 220.213 17.9591 220.312 17.6865L224.035 7.01879C224.189 6.54742 224.467 6.12637 224.84 5.8002C225.214 5.47404 225.668 5.25489 226.156 5.16595C226.698 5.06684 227.257 5.10783 227.779 5.28506C228.301 5.4623 228.769 5.7699 229.138 6.1787Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
4
|
+
<path d="M266.077 55.2093C266.132 55.5447 266.117 55.8878 266.032 56.2169C265.948 56.5461 265.795 56.8539 265.585 57.1209C265.375 57.3878 265.111 57.6079 264.811 57.7671C264.51 57.9264 264.18 58.0213 263.841 58.0458L252.912 59.3411C252.519 59.3863 252.121 59.3528 251.741 59.2424C251.361 59.1321 251.006 58.9471 250.699 58.6983C250.391 58.4495 250.136 58.1419 249.948 57.7935C249.761 57.445 249.644 57.0627 249.606 56.6688C249.586 56.5068 249.579 56.3434 249.585 56.1803C249.601 55.5772 249.841 55.0017 250.259 54.5672C250.678 54.1327 251.244 53.8707 251.846 53.8329L262.771 52.541C263.164 52.4951 263.562 52.528 263.942 52.6378C264.322 52.7477 264.676 52.9323 264.984 53.1807C265.292 53.4292 265.547 53.7366 265.735 54.0849C265.923 54.4332 266.039 54.8155 266.077 55.2093Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
5
|
+
<path d="M256.438 25.8775C256.401 26.2469 256.289 26.6049 256.109 26.9296C255.929 27.2544 255.685 27.5389 255.391 27.766L242.315 38.0834C241.726 38.5428 240.983 38.7567 240.24 38.6805C239.496 38.6042 238.812 38.2436 238.328 37.6741C237.882 37.144 237.651 36.4656 237.682 35.7734C237.7 35.3745 237.804 34.9842 237.987 34.6291C238.17 34.274 238.427 33.9624 238.741 33.7157L251.816 23.3983C252.408 22.9359 253.156 22.7209 253.903 22.7986C254.651 22.8762 255.338 23.2405 255.823 23.8148C256.059 24.0995 256.235 24.4289 256.341 24.7833C256.446 25.1378 256.479 25.5099 256.438 25.8775Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
6
|
+
<path d="M125.013 82.8652H33.987C28.4713 82.8652 24 87.925 24 94.1666V221.564C24 227.805 28.4713 232.865 33.987 232.865H125.013C130.529 232.865 135 227.805 135 221.564V94.1666C135 87.925 130.529 82.8652 125.013 82.8652Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
7
|
+
<path d="M124 113.945H36C34.3431 113.945 33 115.288 33 116.945V121.945C33 123.602 34.3431 124.945 36 124.945H124C125.657 124.945 127 123.602 127 121.945V116.945C127 115.288 125.657 113.945 124 113.945Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M72.5391 99.8652H44.2936C42.9508 99.8652 41.8623 100.954 41.8623 102.296C41.8623 103.639 42.9508 104.728 44.2936 104.728H72.5391C73.8819 104.728 74.9704 103.639 74.9704 102.296C74.9704 100.954 73.8819 99.8652 72.5391 99.8652Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
9
|
+
<path d="M66.6375 118.135H43.2505C42.4838 118.135 41.8623 118.757 41.8623 119.523C41.8623 120.29 42.4838 120.912 43.2505 120.912H66.6375C67.4041 120.912 68.0257 120.29 68.0257 119.523C68.0257 118.757 67.4041 118.135 66.6375 118.135Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
10
|
+
<path d="M62.2377 128.323H43.2505C42.4838 128.323 41.8623 128.945 41.8623 129.711C41.8623 130.478 42.4838 131.1 43.2505 131.1H62.2377C63.0044 131.1 63.6259 130.478 63.6259 129.711C63.6259 128.945 63.0044 128.323 62.2377 128.323Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
11
|
+
<path d="M65.2454 138.974H43.2505C42.4838 138.974 41.8623 139.595 41.8623 140.362C41.8623 141.128 42.4838 141.75 43.2505 141.75H65.2454C66.0121 141.75 66.6336 141.128 66.6336 140.362C66.6336 139.595 66.0121 138.974 65.2454 138.974Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
12
|
+
<path d="M53.2068 149.158H43.2505C42.4838 149.158 41.8623 149.779 41.8623 150.546C41.8623 151.313 42.4838 151.934 43.2505 151.934H53.2068C53.9735 151.934 54.595 151.313 54.595 150.546C54.595 149.779 53.9735 149.158 53.2068 149.158Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
13
|
+
<path d="M53.2068 159.577H43.2505C42.4838 159.577 41.8623 160.198 41.8623 160.965C41.8623 161.731 42.4838 162.353 43.2505 162.353H53.2068C53.9735 162.353 54.595 161.731 54.595 160.965C54.595 160.198 53.9735 159.577 53.2068 159.577Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
14
|
+
<path d="M53.2068 180.415H43.2505C42.4838 180.415 41.8623 181.036 41.8623 181.803C41.8623 182.569 42.4838 183.191 43.2505 183.191H53.2068C53.9735 183.191 54.595 182.569 54.595 181.803C54.595 181.036 53.9735 180.415 53.2068 180.415Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
15
|
+
<path d="M53.2068 169.996H43.2505C42.4838 169.996 41.8623 170.617 41.8623 171.384C41.8623 172.15 42.4838 172.772 43.2505 172.772H53.2068C53.9735 172.772 54.595 172.15 54.595 171.384C54.595 170.617 53.9735 169.996 53.2068 169.996Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
16
|
+
<path d="M53.2068 190.833H43.2505C42.4838 190.833 41.8623 191.455 41.8623 192.222C41.8623 192.988 42.4838 193.61 43.2505 193.61H53.2068C53.9735 193.61 54.595 192.988 54.595 192.222C54.595 191.455 53.9735 190.833 53.2068 190.833Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
17
|
+
<path d="M53.1599 201.296H43.2036C42.4369 201.296 41.8154 201.917 41.8154 202.684C41.8154 203.451 42.4369 204.072 43.2036 204.072H53.1599C53.9266 204.072 54.5481 203.451 54.5481 202.684C54.5481 201.917 53.9266 201.296 53.1599 201.296Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path d="M115.278 117.873H91.8911C91.1244 117.873 90.5029 118.494 90.5029 119.261C90.5029 120.027 91.1244 120.649 91.8911 120.649H115.278C116.045 120.649 116.666 120.027 116.666 119.261C116.666 118.494 116.045 117.873 115.278 117.873Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
19
|
+
<path d="M110.878 128.061H91.8911C91.1244 128.061 90.5029 128.682 90.5029 129.449C90.5029 130.215 91.1244 130.837 91.8911 130.837H110.878C111.645 130.837 112.267 130.215 112.267 129.449C112.267 128.682 111.645 128.061 110.878 128.061Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path d="M113.886 138.707H91.8911C91.1244 138.707 90.5029 139.329 90.5029 140.095C90.5029 140.862 91.1244 141.483 91.8911 141.483H113.886C114.653 141.483 115.274 140.862 115.274 140.095C115.274 139.329 114.653 138.707 113.886 138.707Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
21
|
+
<path d="M101.847 148.895H91.8911C91.1244 148.895 90.5029 149.516 90.5029 150.283C90.5029 151.049 91.1244 151.671 91.8911 151.671H101.847C102.614 151.671 103.236 151.049 103.236 150.283C103.236 149.516 102.614 148.895 101.847 148.895Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
22
|
+
<path d="M101.847 159.314H91.8911C91.1244 159.314 90.5029 159.935 90.5029 160.702C90.5029 161.469 91.1244 162.09 91.8911 162.09H101.847C102.614 162.09 103.236 161.469 103.236 160.702C103.236 159.935 102.614 159.314 101.847 159.314Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path d="M101.847 180.152H91.8911C91.1244 180.152 90.5029 180.773 90.5029 181.54C90.5029 182.307 91.1244 182.928 91.8911 182.928H101.847C102.614 182.928 103.236 182.307 103.236 181.54C103.236 180.773 102.614 180.152 101.847 180.152Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<path d="M101.847 169.733H91.8911C91.1244 169.733 90.5029 170.354 90.5029 171.121C90.5029 171.888 91.1244 172.509 91.8911 172.509H101.847C102.614 172.509 103.236 171.888 103.236 171.121C103.236 170.354 102.614 169.733 101.847 169.733Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
25
|
+
<path d="M101.847 190.571H91.8911C91.1244 190.571 90.5029 191.193 90.5029 191.959C90.5029 192.726 91.1244 193.348 91.8911 193.348H101.847C102.614 193.348 103.236 192.726 103.236 191.959C103.236 191.193 102.614 190.571 101.847 190.571Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<path d="M101.847 200.99H91.8911C91.1244 200.99 90.5029 201.611 90.5029 202.378C90.5029 203.145 91.1244 203.766 91.8911 203.766H101.847C102.614 203.766 103.236 203.145 103.236 202.378C103.236 201.611 102.614 200.99 101.847 200.99Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
27
|
+
<path d="M86 59.8652C86 54.3424 90.4772 49.8652 96 49.8652H200.609L228.136 72.687V178.556C228.136 184.079 223.659 188.556 218.136 188.556H96C90.4772 188.556 86 184.079 86 178.556V59.8652Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
28
|
+
<path d="M81 52.8652C81 48.447 84.5817 44.8652 89 44.8652H194.509L223.136 68.8413V175.556C223.136 179.974 219.554 183.556 215.136 183.556H89C84.5817 183.556 81 179.974 81 175.556V52.8652Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path d="M194.354 68.6235L223.136 74.4277V68.6235H194.354Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
30
|
+
<path d="M194.354 68.624H223.136L194.354 44.8652V68.624Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
31
|
+
<rect x="244" y="86.8652" width="42" height="43.5" rx="7.8" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M270.356 107.006C271.215 107.836 271.215 109.181 270.356 110.011L263.756 116.386C263.126 116.994 262.18 117.175 261.358 116.846C260.536 116.518 260 115.743 260 114.883L260 102.133C260 101.274 260.536 100.499 261.358 100.17C262.18 99.8412 263.126 100.023 263.756 100.631L270.356 107.006Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
33
|
+
<rect x="164.444" y="165.865" width="140" height="36" rx="8.72993" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<g clip-path="url(#clip0_619_3853)">
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M187.057 176.427L187.056 176.429L185.093 180.919H187.648C187.675 180.919 187.703 180.92 187.73 180.922C188.127 180.89 188.525 181.083 188.738 181.451L190.135 183.865L192.831 181.223C193.252 180.811 193.927 180.818 194.339 181.239C194.751 181.659 194.745 182.335 194.324 182.747L191.239 185.771L193.257 189.258C193.552 189.767 193.378 190.42 192.868 190.715C192.359 191.01 191.706 190.836 191.411 190.326L189.666 187.312L187.174 189.754C186.481 190.431 185.606 190.876 184.669 191.045V191.045L183.677 191.224C183.097 191.329 182.542 190.944 182.438 190.364C182.333 189.785 182.718 189.23 183.297 189.125L184.29 188.946C184.812 188.851 185.299 188.603 185.682 188.229V188.229L188.563 185.406L187.2 183.052H184.16L179.85 192.909C179.267 194.241 177.967 195.127 176.498 195.162L175.343 195.198C174.754 195.216 174.262 194.754 174.244 194.165C174.225 193.576 174.688 193.084 175.277 193.066L176.445 193.03C177.078 193.015 177.642 192.634 177.895 192.055L181.832 183.052H178.693C178.104 183.052 177.626 182.574 177.626 181.985C177.626 181.396 178.104 180.919 178.693 180.919H182.765L185.107 175.563C185.562 174.539 186.573 173.865 187.707 173.865H189.441C190.03 173.865 190.507 174.343 190.507 174.932C190.507 175.521 190.03 175.999 189.441 175.999H187.707C187.432 175.999 187.176 176.161 187.057 176.427Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
</g>
|
|
37
|
+
<rect x="208.444" y="180.532" width="76" height="8" rx="4" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
38
|
+
<path d="M55.0065 55.2486C55.0065 54.0597 51.5555 53.1081 46.9446 52.892C46.6809 48.2868 45.6659 44.8626 44.4769 44.8652C43.2879 44.8679 42.2993 48.3184 42.0462 52.9473C37.4221 53.2636 33.9842 54.297 34.0001 55.4885C34.0159 56.6799 37.4511 57.6315 42.062 57.8451C42.3389 62.4502 43.3407 65.8744 44.527 65.8718C45.7134 65.8692 46.7073 62.4186 46.9604 57.7897C51.5845 57.4734 55.0197 56.4401 55.0065 55.2486Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
39
|
+
<path d="M77.5375 33.5567C77.5375 32.7906 75.3136 32.1773 72.342 32.038C72.1722 29.0703 71.518 26.8635 70.7518 26.8652C69.9856 26.8669 69.3484 29.0906 69.1853 32.0737C66.2053 32.2775 63.9898 32.9435 64 33.7113C64.0102 34.4792 66.224 35.0924 69.1955 35.23C69.3739 38.1978 70.0195 40.4045 70.7841 40.4028C71.5486 40.4011 72.1891 38.1774 72.3522 35.1943C75.3323 34.9905 77.546 34.3246 77.5375 33.5567Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
40
|
+
<defs>
|
|
41
|
+
<clipPath id="clip0_619_3853">
|
|
42
|
+
<rect width="21.3333" height="21.3333" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(173.777 173.865)"/>
|
|
43
|
+
</clipPath>
|
|
44
|
+
</defs>
|
|
45
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ExternalLink">
|
|
2
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M30.2614 95.7596C28.325 89.9753 31.9736 83.8199 37.9774 82.7423L202.692 53.177C207.577 52.3002 212.366 55.1388 213.941 59.8451L245.865 155.204C247.802 160.988 244.153 167.143 238.149 168.221L73.4352 197.786C68.5502 198.663 63.7613 195.824 62.1858 191.118L30.2614 95.7596Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
4
|
+
<path d="M34.1008 81.3978L30.8701 88.205L38.4321 86.5432L34.1008 81.3978Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
5
|
+
<path d="M245.371 157.424L245.307 162.839L247.843 157.424L245.371 157.424Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
6
|
+
<path d="M33.4157 89.4307C31.4793 83.6465 35.1279 77.4911 41.1317 76.4134L205.846 46.8482C210.731 45.9714 215.52 48.81 217.095 53.5163L249.02 148.875C250.956 154.659 247.308 160.814 241.304 161.892L76.5895 191.457C71.7045 192.334 66.9156 189.496 65.3401 184.789L33.4157 89.4307Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
7
|
+
<path d="M33.4217 89.4485C31.4832 83.6581 35.1415 77.4975 41.1535 76.4284L205.954 47.12C210.834 46.252 215.614 49.0903 217.187 53.7908L222.397 69.3525L37.691 102.201L33.4217 89.4485Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
8
|
+
<path d="M54.4988 113.773C53.7242 111.459 55.1838 108.996 57.5855 108.566L209.627 81.2866C211.581 80.936 213.497 82.0715 214.127 83.9539L235.145 146.736C235.92 149.049 234.46 151.512 232.058 151.943L80.0165 179.222C78.0626 179.572 76.1472 178.437 75.517 176.554L54.4988 113.773Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
9
|
+
<path d="M57.3387 109.658C56.564 107.344 58.0237 104.882 60.4254 104.451L212.467 77.1719C214.421 76.8213 216.337 77.9567 216.967 79.8391L237.985 142.621C238.76 144.935 237.3 147.397 234.898 147.828L82.8564 175.107C80.9025 175.457 78.9871 174.322 78.3569 172.44L57.3387 109.658Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
10
|
+
<circle cx="49.2017" cy="87.2039" r="4.5" transform="rotate(-18.5096 49.2017 87.2039)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<circle cx="66.2739" cy="84.3467" r="4.5" transform="rotate(-18.5096 66.2739 84.3467)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<circle cx="83.3481" cy="81.2092" r="4.5" transform="rotate(-18.5096 83.3481 81.2092)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<path d="M72.9904 118.229C72.3674 116.491 73.4484 114.608 75.264 114.269L177.214 95.2327C178.662 94.9623 180.092 95.7832 180.589 97.1698L181.237 98.9769C181.86 100.716 180.779 102.599 178.963 102.938L77.0128 121.974C75.5648 122.244 74.1348 121.423 73.638 120.037L72.9904 118.229Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M78.6721 133.133C78.0491 131.394 79.1301 129.511 80.9456 129.172L182.896 110.136C184.344 109.865 185.774 110.686 186.271 112.073L186.918 113.88C187.541 115.619 186.46 117.502 184.645 117.841L82.6944 136.877C81.2465 137.147 79.8164 136.326 79.3196 134.94L78.6721 133.133Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<path d="M83.7654 149.352C83.1446 147.619 84.2161 145.741 86.0236 145.394L130.66 136.819C132.113 136.54 133.552 137.361 134.05 138.753L134.7 140.565C135.321 142.298 134.249 144.176 132.441 144.523L87.8048 153.098C86.3525 153.377 84.9135 152.556 84.4147 151.164L83.7654 149.352Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
16
|
+
<path d="M201.656 90.8494C199.367 78.9781 207.899 73.5157 221.027 65.2908C221.718 64.8611 222.627 65.2363 222.797 66.0157L227.845 73.787C229.332 76.4168 232.741 75.1308 233.154 74.0284L243.97 43.8553C244.278 43.0371 243.639 42.2005 242.77 42.2919L207.947 41.4124C206.772 41.5258 205.576 43.3176 206.616 43.8552L212.091 51.6239C212.807 51.986 212.935 52.9446 212.354 53.5068C200.985 64.3227 185.361 69.4143 191.241 87.1515C193.81 94.9256 200.363 99.2831 208.624 103.744C209.845 104.407 210.499 102.609 209.86 101.383C208.414 98.6297 202.192 93.5726 201.663 90.8594L201.656 90.8494Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
17
|
+
<path d="M206.196 89.9618C204.024 78.6957 212.121 73.5119 224.58 65.7063C225.235 65.2986 226.098 65.6547 226.259 66.3943L231.05 73.7694C231.292 74.8496 233.264 74.3915 233.656 73.3453L243.982 44.0157C244.274 43.2392 243.668 42.4453 242.843 42.532L212.166 43.0456C211.051 43.1531 209.916 44.8536 210.903 45.3638L216.099 52.7363C216.779 53.08 216.9 53.9897 216.348 54.5232C205.56 64.7876 190.732 69.6196 196.312 86.4524C198.751 93.8301 201.14 99.251 208.979 103.484C210.137 104.114 210.759 102.407 210.152 101.244C208.78 98.6309 206.705 92.5461 206.203 89.9712L206.196 89.9618Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M268.952 8.5568C269.132 8.99654 269.189 9.47646 269.118 9.94607C269.048 10.4157 268.852 10.8576 268.552 11.2253L261.633 20.1579C260.489 21.6358 258.653 21.4854 257.494 20.5888C257.007 20.2391 256.646 19.7407 256.467 19.1684C256.287 18.5962 256.298 17.981 256.497 17.4154C256.602 17.145 256.747 16.8919 256.927 16.6649L263.846 7.73231C264.142 7.33418 264.54 7.02334 264.997 6.83268C265.455 6.64202 265.956 6.57863 266.446 6.64923C266.992 6.72747 267.508 6.94375 267.947 7.27758C268.386 7.61142 268.732 8.05174 268.952 8.5568Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path d="M288.403 66.7816C288.349 67.1172 288.225 67.4377 288.04 67.7229C287.855 68.0081 287.613 68.2516 287.329 68.4378C287.045 68.6241 286.725 68.749 286.389 68.8047C286.054 68.8604 285.711 68.8455 285.382 68.7611L274.607 66.5176C274.22 66.4356 273.853 66.2773 273.528 66.0519C273.202 65.8266 272.925 65.5387 272.712 65.205C272.5 64.8714 272.355 64.4987 272.288 64.1087C272.221 63.7187 272.232 63.3192 272.321 62.9336C272.353 62.7735 272.399 62.6164 272.457 62.4638C272.663 61.8968 273.073 61.4275 273.608 61.1484C274.143 60.8693 274.763 60.8006 275.346 60.956L286.115 63.2012C286.502 63.2825 286.869 63.4402 287.195 63.6651C287.52 63.89 287.798 64.1775 288.011 64.5109C288.224 64.8443 288.368 65.2169 288.435 65.6068C288.503 65.9967 288.491 66.3961 288.403 66.7816Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M288.58 35.9071C288.428 36.2456 288.208 36.5496 287.934 36.8003C287.66 37.051 287.338 37.2432 286.987 37.3651L271.312 42.9949C270.607 43.2434 269.834 43.21 269.154 42.9017C268.473 42.5933 267.939 42.0339 267.661 41.3403C267.407 40.696 267.403 39.9794 267.652 39.3328C267.796 38.9603 268.019 38.6233 268.305 38.3446C268.591 38.0659 268.934 37.8522 269.31 37.718L284.985 32.0883C285.693 31.8378 286.471 31.8716 287.155 32.1826C287.839 32.4935 288.375 33.0575 288.652 33.7558C288.785 34.1008 288.848 34.4691 288.835 34.8388C288.823 35.2084 288.736 35.5718 288.58 35.9071Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M291.742 132.821C291.742 131.463 287.799 130.376 282.531 130.129C282.23 124.868 281.071 120.955 279.712 120.958C278.354 120.962 277.224 124.904 276.935 130.192C271.652 130.554 267.724 131.734 267.742 133.096C267.76 134.457 271.685 135.544 276.953 135.788C277.269 141.049 278.414 144.962 279.769 144.958C281.125 144.955 282.26 141.013 282.549 135.725C287.833 135.363 291.757 134.183 291.742 132.821Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M41.6211 186.88C41.6211 185.974 38.9926 185.25 35.4805 185.085C35.2797 181.577 34.5066 178.969 33.601 178.971C32.6954 178.973 31.9424 181.601 31.7496 185.127C28.2276 185.368 25.6091 186.155 25.6211 187.063C25.6332 187.97 28.2497 188.695 31.7617 188.857C31.9725 192.365 32.7356 194.973 33.6392 194.971C34.5428 194.969 35.2998 192.341 35.4926 188.815C39.0146 188.574 41.6311 187.787 41.6211 186.88Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M73.3906 48.1337C73.3906 46.7755 69.4478 45.6882 64.1798 45.4413C63.8786 40.1799 62.7189 36.2677 61.3605 36.2708C60.0021 36.2738 58.8726 40.216 58.5834 45.5045C53.3003 45.8659 49.3726 47.0465 49.3907 48.4078C49.4088 49.7691 53.3335 50.8563 58.6015 51.1002C58.9178 56.3616 60.0623 60.2738 61.4177 60.2708C62.7732 60.2677 63.9087 56.3255 64.1978 51.037C69.4809 50.6756 73.4056 49.495 73.3906 48.1337Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M211.804 172.096L185.103 145.601C183.544 144.054 181.026 144.064 179.479 145.623C177.932 147.182 177.942 149.7 179.501 151.247L206.202 177.742C207.761 179.288 210.279 179.279 211.826 177.72C213.373 176.161 213.363 173.643 211.804 172.096ZM169.357 135.579C162.263 142.728 162.307 154.275 169.457 161.369L196.158 187.864C203.308 194.958 214.854 194.913 221.949 187.764C229.043 180.615 228.998 169.068 221.848 161.974L195.147 135.479C187.998 128.385 176.451 128.429 169.357 135.579Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M185.101 145.604L211.803 172.099C213.013 173.299 213.289 175.084 212.63 176.552C215.279 175.269 221.215 175.571 225.716 182.229C228.503 175.851 227.463 168.208 222.609 162.779L210.315 161.224L194.349 145.382C191.123 142.181 186.65 139.918 182.772 142.288C181.326 143.172 180.044 144.351 179.324 145.789C179.374 145.733 179.425 145.679 179.478 145.625C181.025 144.066 183.542 144.057 185.101 145.604Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M211.989 175.74L209.352 178.399C205.746 182.032 205.769 187.901 209.402 191.507L228.59 210.546C232.224 214.152 238.093 214.129 241.698 210.495L244.336 207.837C247.942 204.203 247.919 198.335 244.285 194.729L225.098 175.69C221.464 172.084 215.595 172.107 211.989 175.74ZM199.229 168.354C190.076 177.579 190.134 192.476 199.358 201.629L218.546 220.669C227.77 229.822 242.668 229.764 251.821 220.54L254.458 217.881C263.611 208.657 263.554 193.759 254.329 184.606L235.142 165.567C225.917 156.414 211.02 156.472 201.867 165.696L199.229 168.354Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M207.566 188.923C208.013 189.859 208.625 190.735 209.403 191.507L211.948 194.032C208.479 195.549 205.153 199.382 209.924 204.519C212.276 207.05 219.276 213.909 223.622 218.142C226.03 220.487 228.552 222.764 231.608 224.164C234.408 225.447 237.925 226.533 241.581 226.596C233.668 228.847 224.803 226.876 218.547 220.669L199.359 201.629C193.628 195.942 191.435 188.037 192.792 180.654L207.566 188.923Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.356 135.58C162.263 142.729 162.308 154.275 169.457 161.369L196.158 187.864C203.308 194.958 214.854 194.914 221.948 187.765L211.826 177.721C210.279 179.279 207.761 179.289 206.202 177.742L179.501 151.247C177.942 149.7 177.932 147.183 179.479 145.624L169.356 135.58Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.32 136.714C167.233 140.231 166.315 147.869 170.73 152.702C174.551 156.885 189.786 171.873 200.377 182.216C204 185.754 207.957 189.446 213.005 189.849C215.757 190.069 218.872 189.591 221.847 187.665L221.948 187.765C214.854 194.914 203.307 194.959 196.158 187.865L169.457 161.37C162.674 154.64 162.286 143.903 168.32 136.714Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-FaceID">
|
|
2
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M250.915 220.006C252.9 205.861 253.955 191.041 253.955 175.772V175.772H57.6387V175.772C57.6387 191.041 58.6938 205.861 60.6788 220.006H250.915Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M250.915 220.006C252.9 205.861 253.955 191.041 253.955 175.772V175.772H235.008C234.962 191.047 233.86 205.868 231.828 220.006H250.915Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
5
|
+
<ellipse cx="155.798" cy="175.772" rx="98.1583" ry="19.2227" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
6
|
+
<ellipse cx="13.908" cy="17.191" rx="13.908" ry="17.191" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 95.8833 86.0151)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6392 145.074H57.6392C57.6393 92.0185 101.586 49.0083 155.798 49.0083C210.001 49.0083 253.944 92.0067 253.956 145.052C253.956 145.06 253.956 145.067 253.956 145.075C253.956 155.691 210.009 164.297 155.798 164.297C101.586 164.297 57.6392 155.691 57.6392 145.075C57.6392 145.075 57.6392 145.074 57.6392 145.074Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M218.442 132.559C218.442 132.65 218.442 132.741 218.441 132.832H218.426C217.683 139.481 189.928 144.826 155.798 144.826C121.668 144.826 93.9123 139.481 93.1696 132.832H93.1555C93.1551 132.759 93.1549 132.685 93.1549 132.612C93.1545 132.594 93.1543 132.576 93.1543 132.559C93.1543 132.541 93.1545 132.523 93.1549 132.506C93.1842 98.6704 121.219 71.2505 155.798 71.2505C190.395 71.2505 218.442 98.6992 218.442 132.559Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
9
|
+
<rect x="110.463" y="13.4246" width="8.60785" height="57.8257" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<rect x="192.524" y="8.70044" width="8.60785" height="62.5498" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
11
|
+
<circle cx="114.767" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.843 30.4169C116.79 30.4169 122.421 24.7855 122.421 17.8389C122.421 14.6591 121.241 11.7549 119.295 9.54028C124.004 11.3583 127.345 15.9282 127.345 21.2783C127.345 28.225 121.713 33.8563 114.767 33.8563C111 33.8563 107.62 32.2005 105.314 29.577C106.72 30.1195 108.247 30.4169 109.843 30.4169Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<circle cx="196.828" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color1)"/>
|
|
14
|
+
<circle cx="133.559" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="178.036" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
16
|
+
<ellipse cx="235.191" cy="94.4473" rx="13.908" ry="17.191" transform="rotate(-28.6099 235.191 94.4473)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 163.53V52.8442C136.986 50.3473 146.232 49.0083 155.797 49.0083C210.001 49.0083 253.943 92.0067 253.955 145.052L253.955 145.075C253.955 155.691 210.008 164.297 155.797 164.297C146.232 164.297 136.986 164.029 128.245 163.53Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M234.27 156.624C234.959 152.045 235.316 147.36 235.316 142.594C235.316 96.7513 202.297 58.432 158.196 49.0364C211.291 50.2827 253.943 92.7914 253.955 145.052L253.955 145.075C253.955 149.409 246.629 153.409 234.27 156.624Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 143.579V77.484C136.56 73.492 145.912 71.2505 155.798 71.2505C190.395 71.2505 218.442 98.6992 218.442 132.559C218.442 132.65 218.442 132.741 218.441 132.832H218.426C217.683 139.481 189.928 144.826 155.798 144.826C145.911 144.826 136.56 144.378 128.245 143.579Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<rect x="192.524" y="13.4246" width="8.60785" height="57.8257" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<circle cx="196.828" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.09 30.8563C198.037 30.8563 203.668 25.2249 203.668 18.2783C203.668 14.6071 202.095 11.3033 199.587 9.00391C205.206 10.2616 209.406 15.2795 209.406 21.2784C209.406 28.225 203.774 33.8564 196.828 33.8564C193.552 33.8564 190.569 32.6043 188.331 30.5527C189.219 30.7514 190.142 30.8563 191.09 30.8563Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 115.008V101.069C129.719 99.9436 131.561 99.2751 133.558 99.2751C138.398 99.2751 142.322 103.199 142.322 108.038C142.322 112.878 138.398 116.802 133.558 116.802C131.561 116.802 129.719 116.133 128.245 115.008Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
24
|
+
<circle cx="178.036" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M145.277 128.262C145.82 127.3 147.04 126.961 148.002 127.503C152.84 130.233 158.754 130.233 163.593 127.503C164.555 126.961 165.774 127.3 166.317 128.262C166.86 129.224 166.52 130.444 165.558 130.987C159.5 134.405 152.095 134.405 146.036 130.987C145.074 130.444 144.734 129.224 145.277 128.262Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
26
|
+
<rect x="121.652" y="174.755" width="137.435" height="7.24475" rx="3.62237" transform="rotate(-90 121.652 174.755)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
27
|
+
<path d="M39.6137 138.298C39.6137 137.216 36.4747 136.351 32.2804 136.154C32.0406 131.965 31.1174 128.85 30.0358 128.853C28.9543 128.855 28.055 131.994 27.8248 136.204C23.6186 136.492 20.4915 137.432 20.5059 138.516C20.5203 139.6 23.645 140.465 27.8392 140.659C28.091 144.848 29.0023 147.963 30.0814 147.961C31.1605 147.958 32.0646 144.82 32.2948 140.609C36.501 140.321 39.6257 139.381 39.6137 138.298Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
28
|
+
<path d="M297.169 172.858C297.169 171.953 294.54 171.228 291.028 171.063C290.828 167.556 290.054 164.947 289.149 164.949C288.243 164.951 287.49 167.58 287.297 171.105C283.775 171.346 281.157 172.133 281.169 173.041C281.181 173.948 283.798 174.673 287.31 174.836C287.52 178.343 288.283 180.951 289.187 180.949C290.091 180.947 290.848 178.319 291.04 174.794C294.562 174.553 297.179 173.766 297.169 172.858Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
29
|
+
<path d="M261.602 55.8351C261.602 54.4769 257.66 53.3897 252.392 53.1427C252.09 47.8813 250.931 43.9692 249.572 43.9722C248.214 43.9752 247.084 47.9175 246.795 53.2059C241.512 53.5673 237.585 54.7479 237.603 56.1092C237.621 57.4705 241.545 58.5577 246.813 58.8016C247.13 64.063 248.274 67.9752 249.63 67.9722C250.985 67.9692 252.121 64.0269 252.41 58.7384C257.693 58.377 261.618 57.1964 261.602 55.8351Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Fingerprint">
|
|
2
|
+
<path d="M306.282 20.3333H15.1889C13.2915 20.3315 11.4124 20.7037 9.65889 21.4286C7.9054 22.1535 6.31198 23.2169 4.96969 24.5579C3.6274 25.899 2.56256 27.4914 1.83605 29.2442C1.10954 30.997 0.735595 32.8759 0.735596 34.7733V205.88C0.735596 209.713 2.25835 213.389 4.96887 216.1C7.6794 218.81 11.3557 220.333 15.1889 220.333H306.282C310.116 220.333 313.792 218.81 316.502 216.1C319.213 213.389 320.736 209.713 320.736 205.88V34.7733C320.736 32.8759 320.362 30.997 319.635 29.2442C318.909 27.4914 317.844 25.899 316.502 24.5579C315.159 23.2169 313.566 22.1535 311.812 21.4286C310.059 20.7037 308.18 20.3315 306.282 20.3333Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
|
+
<path d="M42.459 36.9288C20.2327 40.1927 24.5682 59.3401 26.576 75.0885C30.7584 77.9816 39.7174 81.3187 38.3046 71.2984C36.3283 57.2804 32.3656 47.2404 44.9854 45.5732C56.4121 44.0636 59.5963 62.4523 59.8189 71.6561L69.5265 71.2219C68.9225 57.7179 64.6853 33.6649 42.459 36.9288Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
4
|
+
<path d="M17.8783 88.8642C16.5213 78.72 24.8842 69.9171 35.0846 70.7526L62.6399 73.0097C66.4709 73.3235 69.5498 76.294 70.0007 80.1113L74.6525 119.496C75.2105 124.22 71.5853 128.4 66.83 128.517L37.0219 129.246C29.2285 129.437 22.5419 123.728 21.5083 116.001L17.8783 88.8642Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
5
|
+
<path d="M31.2721 67.55L22.3757 75.6062L33.7557 75.9481L31.2721 67.55Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
6
|
+
<path d="M82.4885 116.286L71.2031 127.05L73.1849 119.851L82.4885 116.286Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.701 71.3484C66.5943 70.2358 66.3152 68.7541 65.8357 66.8418C62.4701 53.421 54.595 44.3326 46.2298 45.486C55.6501 45.4295 58.9706 59.6366 59.6775 68.9072C60.5462 69.884 61.3766 70.7843 62.1432 71.5522L66.701 71.3484Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
8
|
+
<path d="M27.7874 74.9892C27.2982 70.2567 30.9854 66.1289 35.7429 66.0833L69.2531 65.7617C74.456 65.7118 78.9395 69.4143 79.8742 74.5328L85.7697 106.817C86.9314 113.179 82.2241 119.108 75.7649 119.418L47.0364 120.8C38.9357 121.189 31.9427 115.181 31.1087 107.113L27.7874 74.9892Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
9
|
+
<path d="M54.1006 106.762L52.6914 93.9623C50.8909 93.4926 47.2546 91.3554 47.1137 86.5644C46.9375 80.5756 51.4151 79.0204 54.063 79.02C56.9817 79.0196 62.0856 80.5756 63.0838 87.0341C63.8823 92.2009 61.2636 93.8057 59.8545 93.9623L61.4398 106.762H54.1006Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.8867 79.7155C53.8306 79.7786 58.7486 81.4007 59.7264 87.7276C60.5249 92.8944 57.9063 94.4993 56.4972 94.6559L57.9965 106.762H61.4388L59.8536 93.9623C61.2627 93.8057 63.8813 92.2009 63.0828 87.0341C62.0847 80.5756 56.9807 79.0196 54.0621 79.02C53.1351 79.0201 51.984 79.2108 50.8867 79.7155Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M58.1777 180.513C58.1777 178.856 59.5209 177.513 61.1777 177.513H257.185C258.841 177.513 260.185 178.856 260.185 180.513V181.748H58.1777V180.513Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M62.3241 185.357C62.8739 185.848 63.5851 186.119 64.3221 186.119H254.04C254.777 186.119 255.488 185.848 256.038 185.357L260.185 181.655H58.1777L62.3241 185.357Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
13
|
+
<rect x="78.0581" y="69.4536" width="162.246" height="108.249" rx="6" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M159.181 73.0752C159.755 73.0752 160.22 72.6094 160.22 72.0347C160.22 71.46 159.755 70.9941 159.181 70.9941C158.607 70.9941 158.142 71.46 158.142 72.0347C158.142 72.6094 158.607 73.0752 159.181 73.0752Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
15
|
+
<rect x="83.4219" y="74.4985" width="151.518" height="98.1594" rx="4" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
16
|
+
<path d="M147.429 176.911H170.933V177.63C170.933 178.735 170.037 179.63 168.933 179.63H149.429C148.325 179.63 147.429 178.735 147.429 177.63V176.911Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.083 92.6515C105.083 88.7857 108.217 85.6519 112.083 85.6519H118.264C118.816 85.6519 119.263 86.0994 119.263 86.6515C119.263 87.2036 118.816 87.6511 118.264 87.6511H112.083C109.321 87.6511 107.083 89.8899 107.083 92.6515V98.8324C107.083 99.3845 106.635 99.832 106.083 99.832C105.531 99.832 105.083 99.3845 105.083 98.8324V92.6515Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.083 156.505C105.083 160.371 108.217 163.504 112.083 163.504H118.264C118.816 163.504 119.263 163.057 119.263 162.505C119.263 161.953 118.816 161.505 118.264 161.505H112.083C109.321 161.505 107.083 159.266 107.083 156.505V150.324C107.083 149.772 106.635 149.324 106.083 149.324C105.531 149.324 105.083 149.772 105.083 150.324V156.505Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M213.272 92.6515C213.272 88.7857 210.138 85.6519 206.273 85.6519H200.092C199.54 85.6519 199.092 86.0994 199.092 86.6515C199.092 87.2036 199.54 87.6511 200.092 87.6511H206.273C209.034 87.6511 211.273 89.8899 211.273 92.6515V98.8324C211.273 99.3845 211.72 99.832 212.273 99.832C212.825 99.832 213.272 99.3845 213.272 98.8324V92.6515Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M213.272 156.505C213.272 160.371 210.138 163.504 206.273 163.504H200.092C199.54 163.504 199.092 163.057 199.092 162.505C199.092 161.953 199.54 161.505 200.092 161.505H206.273C209.034 161.505 211.273 159.266 211.273 156.505V150.324C211.273 149.772 211.72 149.324 212.273 149.324C212.825 149.324 213.272 149.772 213.272 150.324V156.505Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
21
|
+
<circle cx="159.178" cy="124.578" r="39.7812" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.282 100.58C165.809 100.58 171.917 103.154 176.476 107.822H176.475C176.898 108.257 176.892 108.95 176.459 109.372C176.244 109.581 175.977 109.685 175.692 109.685C175.406 109.685 175.122 109.573 174.909 109.355C170.764 105.11 165.214 102.772 159.281 102.772C156.089 102.772 153.015 103.446 150.144 104.771C149.595 105.022 148.945 104.787 148.69 104.234C148.439 103.686 148.677 103.034 149.225 102.78C152.387 101.321 155.771 100.58 159.282 100.58ZM175.389 118.074C172.716 111.487 166.393 107.231 159.283 107.231C155.985 107.231 153.112 108.011 150.697 109.575C148.282 111.138 146.346 113.47 144.897 116.537C144.637 117.086 144.875 117.739 145.419 117.997H145.42C145.964 118.253 146.62 118.025 146.879 117.474C148.149 114.782 149.827 112.774 151.887 111.438C153.947 110.102 156.413 109.422 159.283 109.422C165.496 109.422 171.02 113.139 173.359 118.897C173.531 119.327 173.945 119.581 174.374 119.581C174.509 119.581 174.651 119.555 174.786 119.5C175.346 119.272 175.615 118.633 175.388 118.073L175.389 118.074ZM182.741 119.418V119.422L182.743 119.42C183.115 121.111 183.314 122.854 183.314 124.608C183.314 126.494 183.217 128.392 183.033 130.245C183.032 130.259 183.031 130.274 183.03 130.293V130.308L183.027 130.327L182.995 130.637V130.639V130.641C182.932 131.199 182.46 131.616 181.907 131.616C181.866 131.616 181.826 131.614 181.785 131.61H181.784C181.18 131.544 180.75 131 180.815 130.4L180.84 130.165L180.849 130.069C181.029 128.273 181.122 126.435 181.122 124.607C181.122 123.002 180.946 121.406 180.603 119.858H180.596L180.53 119.575C179.885 116.837 178.737 114.281 177.1 111.975C176.75 111.481 176.865 110.798 177.357 110.448H177.358C177.847 110.1 178.536 110.21 178.886 110.708C178.887 110.709 178.887 110.71 178.887 110.71C180.726 113.299 182.014 116.174 182.714 119.255C182.724 119.301 182.73 119.344 182.733 119.37L182.733 119.374C182.737 119.398 182.739 119.409 182.741 119.418ZM162.953 130.368C162.828 131.243 162.672 132.112 162.493 132.968L162.494 132.966C162.386 133.483 161.928 133.835 161.423 133.835C161.352 133.835 161.276 133.829 161.199 133.814H161.197H161.195C160.602 133.689 160.223 133.106 160.348 132.515C160.511 131.739 160.648 130.954 160.764 130.159C160.767 130.132 160.771 130.108 160.774 130.093C160.779 130.074 160.78 130.064 160.78 130.064V130.061V130.057C161.037 128.265 161.168 126.434 161.168 124.609C161.168 123.571 160.296 122.725 159.281 122.725C158.267 122.725 157.436 123.531 157.399 124.536L157.399 124.539C157.401 124.563 157.403 124.585 157.403 124.609V124.611V124.613L157.397 125.217V125.219V125.221C157.386 125.777 156.912 126.352 156.278 126.293C155.673 126.282 155.195 125.78 155.205 125.179L155.21 124.694C155.208 124.667 155.205 124.64 155.205 124.611C155.205 122.363 157.034 120.533 159.283 120.533C161.531 120.533 163.361 122.363 163.361 124.611C163.361 126.502 163.224 128.4 162.963 130.257V130.26V130.263C162.962 130.269 162.961 130.276 162.959 130.302L162.958 130.312L162.958 130.314L162.956 130.326L162.956 130.326C162.955 130.337 162.954 130.349 162.953 130.361V130.364V130.368ZM156.345 130.577C156.929 130.728 157.286 131.321 157.136 131.909V131.908C156.272 135.3 155.516 137.542 154.433 139.607C153.353 141.669 151.954 143.538 149.827 146.188C149.61 146.458 149.292 146.598 148.972 146.598C148.733 146.598 148.489 146.519 148.288 146.357H148.287C147.816 145.977 147.742 145.288 148.119 144.818C150.198 142.227 151.501 140.485 152.496 138.587C153.49 136.691 154.182 134.623 155.013 131.37C155.159 130.787 155.747 130.422 156.345 130.577ZM160.495 136.354H160.494H160.492C159.917 136.148 159.295 136.461 159.096 137.026C157.547 141.441 156.652 143.168 154.005 146.837C153.652 147.328 153.758 148.011 154.25 148.367H154.251C154.447 148.509 154.671 148.575 154.893 148.575C155.229 148.575 155.567 148.417 155.781 148.12C158.542 144.293 159.555 142.342 161.165 137.75C161.364 137.181 161.066 136.555 160.495 136.354ZM147.317 106.341C147.824 106.009 147.963 105.328 147.632 104.823C147.299 104.314 146.619 104.175 146.114 104.508C140.88 107.944 137.235 113.182 135.853 119.257C135.842 119.306 135.835 119.354 135.832 119.379C135.83 119.394 135.828 119.403 135.828 119.41L135.827 119.418V119.422C135.453 121.115 135.256 122.857 135.256 124.608C135.256 125.359 135.195 126.114 135.078 126.846C134.98 127.445 135.385 128.004 135.978 128.104H135.982H135.985C136.046 128.114 136.104 128.119 136.162 128.119C136.69 128.119 137.155 127.735 137.243 127.198C137.379 126.346 137.45 125.476 137.45 124.608C137.45 123.004 137.625 121.406 137.968 119.858H137.972L138.039 119.577C139.324 114.129 142.608 109.433 147.318 106.34L147.317 106.341ZM175.594 123.554C175.849 123.555 176.12 123.636 176.33 123.818L176.328 123.816C176.543 124.003 176.67 124.278 176.66 124.609C176.659 126.469 176.555 128.338 176.356 130.168L176.349 130.237L176.348 130.252C176.347 130.258 176.346 130.266 176.346 130.275L176.345 130.284C176.344 130.297 176.343 130.312 176.342 130.329V130.331V130.333C175.776 135.381 174.464 140.296 172.44 144.943C172.26 145.356 171.856 145.601 171.436 145.601C171.288 145.601 171.141 145.573 170.997 145.509C170.442 145.267 170.191 144.622 170.433 144.067C172.355 139.656 173.603 134.991 174.149 130.196L174.152 130.174C174.153 130.163 174.154 130.153 174.155 130.144L174.189 129.839H174.19C174.375 128.113 174.468 126.354 174.468 124.609V124.602V124.596C174.48 124.259 174.629 123.987 174.852 123.806C175.068 123.632 175.339 123.554 175.594 123.554ZM143.339 130.405L143.339 130.405L143.344 130.381C143.35 130.357 143.356 130.331 143.364 130.302C143.85 128.456 144.103 126.545 144.103 124.61C144.103 124.584 144.101 124.56 144.098 124.536L144.098 124.533C144.104 123.297 144.26 122.068 144.558 120.881C144.708 120.295 144.352 119.703 143.77 119.554H143.766H143.763C143.162 119.397 142.578 119.773 142.435 120.348V120.349C142.084 121.736 141.907 123.17 141.907 124.611C141.907 124.639 141.908 124.67 141.912 124.7C141.904 126.446 141.671 128.174 141.224 129.841H141.219L141.143 130.107C140.554 132.18 139.647 134.137 138.43 135.92C138.091 136.419 138.219 137.102 138.718 137.444C138.907 137.573 139.123 137.635 139.335 137.635C139.684 137.635 140.029 137.469 140.242 137.156C141.631 135.117 142.666 132.879 143.316 130.504V130.5C143.325 130.466 143.333 130.434 143.339 130.405ZM168.588 119.239L168.626 119.298L168.627 119.299L168.96 119.86C169.635 121.088 170.012 122.446 170.012 124.612C170.012 126.491 169.89 128.391 169.662 130.258C169.661 130.267 169.66 130.278 169.659 130.298C169.658 130.309 169.657 130.324 169.655 130.338L169.654 130.344V130.351C169.175 134.158 168.214 137.895 166.8 141.455C166.629 141.885 166.216 142.146 165.782 142.146C165.643 142.146 165.509 142.119 165.382 142.072L165.379 142.068H165.376C164.813 141.843 164.539 141.208 164.763 140.644C166.097 137.284 167.007 133.755 167.464 130.16C167.467 130.141 167.47 130.125 167.472 130.115C167.475 130.104 167.475 130.102 167.476 130.099L167.476 130.095C167.477 130.09 167.478 130.086 167.479 130.083L167.479 130.083L167.479 130.082C167.48 130.079 167.481 130.076 167.481 130.074C167.707 128.266 167.821 126.43 167.821 124.61C167.821 123.48 167.707 122.662 167.496 121.981C167.286 121.302 166.974 120.742 166.555 120.133C166.494 120.044 166.453 119.952 166.425 119.861C166.305 119.473 166.439 119.138 166.439 119.138C166.508 118.936 166.637 118.746 166.839 118.608C167.338 118.266 168.02 118.394 168.361 118.892C168.418 118.975 168.472 119.056 168.523 119.137L168.533 119.152C168.551 119.181 168.57 119.211 168.588 119.239ZM163.49 144.145C163.69 143.576 164.312 143.271 164.885 143.473L164.886 143.476C165.457 143.675 165.759 144.299 165.558 144.872C165.152 146.031 164.697 147.059 164.167 148.013C163.967 148.373 163.592 148.576 163.209 148.576C163.025 148.576 162.846 148.53 162.682 148.443L162.679 148.441L162.675 148.439C162.149 148.143 161.957 147.476 162.251 146.947C162.717 146.108 163.122 145.191 163.49 144.145ZM165.138 115.617C163.396 114.481 161.371 113.88 159.285 113.88C155.563 113.88 152.159 115.769 150.182 118.928C150.132 119.011 150.09 119.093 150.056 119.161L150.049 119.175C150.024 119.225 150.002 119.267 149.98 119.308L149.973 119.319C149.969 119.326 149.965 119.334 149.961 119.342L149.673 119.858H149.688C148.956 121.328 148.558 122.947 148.558 124.608C148.558 124.64 148.56 124.675 148.563 124.711C148.557 126.484 148.37 128.259 148.012 129.982C148.008 129.998 148.005 130.013 148.001 130.028C147.998 130.044 147.994 130.059 147.99 130.075C147.987 130.086 147.985 130.097 147.984 130.106C147.982 130.114 147.981 130.12 147.979 130.125L147.979 130.125V130.131L147.977 130.136C147.936 130.335 147.892 130.531 147.845 130.727C147.705 131.316 148.066 131.908 148.654 132.05L148.661 132.052H148.669C148.743 132.069 148.825 132.08 148.913 132.08C149.41 132.08 149.856 131.743 149.979 131.242C150.042 130.974 150.102 130.705 150.159 130.432V130.43C150.166 130.397 150.17 130.364 150.173 130.341L150.175 130.327C150.178 130.301 150.18 130.288 150.182 130.277C150.559 128.422 150.758 126.516 150.758 124.609C150.758 124.58 150.755 124.547 150.752 124.511C150.77 122.942 151.215 121.416 152.044 120.09C152.086 120.022 152.135 119.957 152.196 119.877C152.2 119.872 152.204 119.865 152.209 119.86H152.213L152.322 119.705C153.927 117.427 156.487 116.073 159.287 116.073C160.947 116.073 162.557 116.552 163.941 117.454V117.455C164.449 117.782 165.126 117.643 165.457 117.134C165.787 116.627 165.643 115.947 165.138 115.618V115.617ZM147.989 134.51C148.505 134.826 148.67 135.498 148.358 136.016L148.357 136.014C147.643 137.192 147.218 138.01 146.839 138.738L146.837 138.742C146.225 139.921 145.732 140.866 144.43 142.473C144.213 142.742 143.897 142.88 143.578 142.88C143.339 142.88 143.092 142.803 142.89 142.637H142.888L142.887 142.636C142.419 142.254 142.346 141.565 142.726 141.096C143.89 139.66 144.284 138.903 144.891 137.737L144.894 137.73L144.918 137.685C145.303 136.945 145.745 136.096 146.483 134.879C146.799 134.361 147.471 134.2 147.987 134.508L147.988 134.51H147.989Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.446 126.083H176.638C176.598 127.453 176.502 128.821 176.356 130.168L176.349 130.237L176.348 130.252C176.347 130.258 176.346 130.266 176.346 130.275L176.345 130.284L176.345 130.284C176.344 130.297 176.343 130.312 176.342 130.329V130.331V130.333C175.776 135.381 174.464 140.296 172.44 144.943C172.26 145.356 171.856 145.601 171.436 145.601C171.288 145.601 171.141 145.573 170.997 145.509C170.442 145.267 170.191 144.622 170.433 144.067C172.355 139.656 173.603 134.991 174.149 130.196L174.152 130.174C174.153 130.163 174.154 130.153 174.155 130.144L174.189 129.839H174.19C174.323 128.598 174.408 127.34 174.446 126.083ZM141.858 126.083H144.054C143.959 127.514 143.727 128.926 143.364 130.302C143.356 130.331 143.35 130.357 143.344 130.381L143.339 130.405L143.339 130.405C143.333 130.434 143.325 130.466 143.316 130.5V130.504C142.666 132.879 141.631 135.117 140.242 137.156C140.029 137.469 139.684 137.635 139.335 137.635C139.123 137.635 138.907 137.573 138.718 137.444C138.219 137.102 138.091 136.419 138.43 135.92C139.647 134.137 140.554 132.18 141.143 130.107L141.219 129.841H141.224C141.553 128.615 141.766 127.357 141.858 126.083ZM183.294 126.083C183.258 127.479 183.169 128.874 183.033 130.245C183.032 130.259 183.031 130.274 183.03 130.293V130.308L183.027 130.327L182.995 130.637V130.639V130.641C182.932 131.199 182.46 131.616 181.907 131.616C181.866 131.616 181.826 131.614 181.785 131.61H181.784C181.18 131.544 180.75 131 180.815 130.4L180.84 130.165L180.849 130.069C180.981 128.756 181.066 127.42 181.102 126.083H183.294ZM135.179 126.083H137.382C137.348 126.456 137.302 126.829 137.243 127.198C137.155 127.735 136.69 128.119 136.162 128.119C136.104 128.119 136.046 128.114 135.985 128.104H135.982H135.978C135.385 128.004 134.98 127.445 135.078 126.846C135.118 126.594 135.152 126.339 135.179 126.083ZM148.523 126.083H150.718C150.643 127.495 150.462 128.9 150.182 130.277C150.18 130.288 150.178 130.301 150.175 130.327L150.173 130.341C150.17 130.364 150.166 130.397 150.159 130.43V130.432C150.102 130.705 150.042 130.974 149.979 131.242C149.856 131.743 149.41 132.08 148.913 132.08C148.825 132.08 148.743 132.069 148.669 132.052H148.661L148.654 132.05C148.066 131.908 147.705 131.316 147.845 130.727C147.892 130.531 147.936 130.335 147.977 130.136L147.979 130.131V130.125L147.979 130.125C147.981 130.12 147.982 130.114 147.984 130.106C147.985 130.097 147.987 130.086 147.99 130.075C147.994 130.059 147.998 130.044 148.001 130.028C148.005 130.013 148.008 129.998 148.012 129.982C148.278 128.703 148.449 127.396 148.523 126.083ZM155.654 126.083H156.966C156.78 126.232 156.543 126.317 156.278 126.293C156.044 126.289 155.829 126.211 155.654 126.083ZM161.139 126.083H163.333C163.281 127.483 163.156 128.881 162.963 130.257V130.26V130.263C162.962 130.269 162.961 130.276 162.959 130.302L162.958 130.312L162.958 130.314L162.956 130.326L162.956 130.326C162.955 130.337 162.954 130.349 162.953 130.361V130.364V130.368C162.828 131.243 162.672 132.112 162.493 132.968L162.494 132.966C162.386 133.483 161.928 133.835 161.423 133.835C161.352 133.835 161.276 133.829 161.199 133.814H161.197H161.195C160.602 133.689 160.223 133.106 160.348 132.515C160.511 131.739 160.648 130.954 160.764 130.159C160.767 130.132 160.771 130.108 160.774 130.093C160.779 130.074 160.78 130.064 160.78 130.064V130.061V130.057C160.968 128.747 161.088 127.416 161.139 126.083ZM167.796 126.083H169.988C169.941 127.478 169.831 128.877 169.662 130.258C169.661 130.267 169.66 130.278 169.659 130.298C169.658 130.309 169.657 130.324 169.655 130.338L169.654 130.344V130.351C169.175 134.158 168.214 137.895 166.8 141.455C166.629 141.885 166.216 142.146 165.782 142.146C165.643 142.146 165.509 142.119 165.382 142.072L165.379 142.068H165.376C164.813 141.843 164.539 141.208 164.763 140.644C166.097 137.284 167.007 133.755 167.464 130.16C167.467 130.141 167.47 130.125 167.472 130.115C167.475 130.104 167.475 130.102 167.476 130.099L167.476 130.095C167.477 130.09 167.478 130.086 167.479 130.083L167.479 130.083L167.479 130.082C167.48 130.079 167.481 130.076 167.481 130.074C167.646 128.753 167.751 127.416 167.796 126.083ZM157.136 131.909C157.286 131.321 156.929 130.728 156.345 130.577C155.747 130.422 155.159 130.787 155.013 131.37C154.182 134.623 153.49 136.691 152.496 138.587C151.501 140.485 150.198 142.227 148.119 144.818C147.742 145.288 147.816 145.977 148.287 146.357H148.288C148.489 146.519 148.733 146.598 148.972 146.598C149.292 146.598 149.61 146.458 149.827 146.188C151.954 143.538 153.353 141.669 154.433 139.607C155.516 137.542 156.272 135.3 157.136 131.908V131.909ZM160.494 136.354H160.495C161.066 136.555 161.364 137.181 161.165 137.75C159.555 142.342 158.542 144.293 155.781 148.12C155.567 148.417 155.229 148.575 154.893 148.575C154.671 148.575 154.447 148.509 154.251 148.367H154.25C153.758 148.011 153.652 147.328 154.005 146.837C156.652 143.168 157.547 141.441 159.096 137.026C159.295 136.461 159.917 136.148 160.492 136.354H160.494ZM164.885 143.473C164.312 143.271 163.69 143.576 163.49 144.145C163.122 145.191 162.717 146.108 162.251 146.947C161.957 147.476 162.149 148.143 162.675 148.439L162.679 148.441L162.682 148.443C162.846 148.53 163.025 148.576 163.209 148.576C163.592 148.576 163.967 148.373 164.167 148.013C164.697 147.059 165.152 146.031 165.558 144.872C165.759 144.299 165.457 143.675 164.886 143.476L164.885 143.473ZM148.358 136.016C148.67 135.498 148.505 134.826 147.989 134.51H147.988L147.987 134.508C147.471 134.2 146.799 134.361 146.483 134.879C145.745 136.096 145.303 136.945 144.918 137.685L144.918 137.685L144.894 137.73L144.891 137.737L144.891 137.737C144.284 138.903 143.89 139.66 142.726 141.096C142.346 141.565 142.419 142.254 142.887 142.636L142.888 142.637H142.89C143.092 142.803 143.339 142.88 143.578 142.88C143.897 142.88 144.213 142.742 144.43 142.473C145.732 140.866 146.225 139.921 146.837 138.742L146.839 138.738C147.218 138.01 147.643 137.192 148.357 136.014L148.358 136.016Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<rect x="123.548" y="124.47" width="71.5432" height="3.54102" rx="1.77051" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path d="M39.238 182.024C39.238 180.666 35.2952 179.579 30.0272 179.332C29.726 174.071 28.5664 170.158 27.2079 170.161C25.8495 170.164 24.72 174.107 24.4308 179.395C19.1477 179.757 15.22 180.937 15.2381 182.298C15.2562 183.66 19.1809 184.747 24.4489 184.991C24.7652 190.252 25.9097 194.164 27.2652 194.161C28.6206 194.158 29.7561 190.216 30.0453 184.928C35.3284 184.566 39.253 183.386 39.238 182.024Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
26
|
+
<path d="M294.169 192.949C294.169 192.044 291.54 191.319 288.028 191.154C287.828 187.647 287.054 185.039 286.149 185.041C285.243 185.043 284.49 187.671 284.297 191.197C280.775 191.438 278.157 192.225 278.169 193.132C278.181 194.04 280.798 194.764 284.31 194.927C284.52 198.435 285.283 201.043 286.187 201.041C287.091 201.039 287.848 198.411 288.04 194.885C291.562 194.644 294.179 193.857 294.169 192.949Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<path d="M201.904 44.6909C201.904 43.3326 197.962 42.2454 192.694 41.9984C192.392 36.737 191.233 32.8249 189.874 32.8279C188.516 32.8309 187.387 36.7732 187.097 42.0617C181.814 42.4231 177.887 43.6036 177.905 44.9649C177.923 46.3262 181.847 47.4134 187.115 47.6573C187.432 52.9187 188.576 56.8309 189.932 56.8279C191.287 56.8249 192.423 52.8826 192.712 47.5941C197.995 47.2327 201.92 46.0521 201.904 44.6909Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
28
|
+
<path d="M236.601 84.336C256.894 87.2908 269.217 80.3768 273.306 73.6451C275.305 81.2633 286.319 91.5752 306.612 94.53C300.34 152.157 265.914 159.632 251.737 160.876C238.504 155.641 226.179 141.358 236.601 84.336Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
29
|
+
<path d="M263.909 71.5535L273.172 74.2055L268.409 82.2824L263.909 71.5535Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
30
|
+
<path d="M226.398 83.3122C246.691 86.267 259.768 78.2944 263.856 71.5627C265.856 79.1808 276.116 90.5514 296.409 93.5062C290.137 151.133 265.023 159.674 250.846 160.919C237.612 155.683 215.976 140.335 226.398 83.3122Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
31
|
+
<path d="M235.138 90.6764C250.64 92.9337 257.479 93.9841 260.625 88.6853C262.115 94.6054 272.914 96.1775 288.188 98.4009L288.621 98.464C283.648 143.734 264.425 150.52 253.584 151.541C243.485 147.471 226.994 135.485 235.138 90.6764Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
32
|
+
<path d="M233.028 90.3686C248.531 92.6259 258.551 86.3248 261.698 81.0261C263.202 87.002 271.01 95.8988 286.512 98.1561C281.539 143.427 262.316 150.212 251.475 151.233C241.376 147.163 224.885 135.178 233.028 90.3686Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M269.13 109.234C269.745 110.121 269.547 111.372 268.689 112.028L251.119 125.455C250.262 126.11 249.068 125.922 248.454 125.034L243.737 118.215C243.123 117.327 243.32 116.076 244.178 115.42C245.035 114.765 246.229 114.953 246.843 115.841L250.448 121.053L266.466 108.813C267.323 108.158 268.516 108.346 269.13 109.234Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
34
|
+
</svg>
|