@galaxy-io/dls 1.0.3
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/README.md +42 -0
- package/dist/accordion/Accordion.d.ts +30 -0
- package/dist/accordion/Accordion.js +147 -0
- package/dist/animations/Fade.d.ts +6 -0
- package/dist/animations/Fade.js +22 -0
- package/dist/animations/Flashing.d.ts +3 -0
- package/dist/animations/Flashing.js +14 -0
- package/dist/animations/RotateWithTransition.d.ts +8 -0
- package/dist/animations/RotateWithTransition.js +28 -0
- package/dist/animations/ScaleFade.d.ts +6 -0
- package/dist/animations/ScaleFade.js +31 -0
- package/dist/animations/SpinAnimation.d.ts +7 -0
- package/dist/animations/SpinAnimation.js +20 -0
- package/dist/animations/SpinVerticalAnimation.d.ts +6 -0
- package/dist/animations/SpinVerticalAnimation.js +19 -0
- package/dist/assets/components/GalaxyLogomarkDark.d.ts +3 -0
- package/dist/assets/components/GalaxyLogomarkDark.js +11 -0
- package/dist/assets/components/GalaxyLogomarkLight.d.ts +3 -0
- package/dist/assets/components/GalaxyLogomarkLight.js +17 -0
- package/dist/assets/components/GalaxyWordmarkDark.d.ts +3 -0
- package/dist/assets/components/GalaxyWordmarkDark.js +15 -0
- package/dist/assets/components/GalaxyWordmarkLight.d.ts +3 -0
- package/dist/assets/components/GalaxyWordmarkLight.js +28 -0
- package/dist/assets/components/enrichment/PerplexityIcon.d.ts +3 -0
- package/dist/assets/components/enrichment/PerplexityIcon.js +35 -0
- package/dist/assets/components/enrichment/TavilyIcon.d.ts +3 -0
- package/dist/assets/components/enrichment/TavilyIcon.js +15 -0
- package/dist/assets/components/onboarding/TenantSetupDark.d.ts +3 -0
- package/dist/assets/components/onboarding/TenantSetupDark.js +498 -0
- package/dist/assets/components/onboarding/TenantSetupLight.d.ts +3 -0
- package/dist/assets/components/onboarding/TenantSetupLight.js +482 -0
- package/dist/assets/components/onboarding/UserSetupDark.d.ts +3 -0
- package/dist/assets/components/onboarding/UserSetupDark.js +1086 -0
- package/dist/assets/components/onboarding/UserSetupLight.d.ts +3 -0
- package/dist/assets/components/onboarding/UserSetupLight.js +1024 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.js +466 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.js +460 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.js +336 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.js +336 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.js +153 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.js +153 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.js +117 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.js +117 -0
- package/dist/assets/components/projects/MappingMethodBlankDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankDark.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankDarkHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankDarkHovered.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankLight.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankLightHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankLightHovered.js +150 -0
- package/dist/assets/components/projects/MappingMethodJsonDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonDark.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonDarkHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonDarkHovered.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonLight.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonLightHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonLightHovered.js +90 -0
- package/dist/assets/components/projects/ProjectsEmptyStateDark.d.ts +3 -0
- package/dist/assets/components/projects/ProjectsEmptyStateDark.js +454 -0
- package/dist/assets/components/projects/ProjectsEmptyStateLight.d.ts +3 -0
- package/dist/assets/components/projects/ProjectsEmptyStateLight.js +456 -0
- package/dist/assets/components/root/CreateProjectActionCardDark.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardDark.js +1796 -0
- package/dist/assets/components/root/CreateProjectActionCardDarkHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardDarkHovered.js +1796 -0
- package/dist/assets/components/root/CreateProjectActionCardLight.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardLight.js +1786 -0
- package/dist/assets/components/root/CreateProjectActionCardLightHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardLightHovered.js +1786 -0
- package/dist/assets/components/root/CreateSourceActionCardDark.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardDark.js +879 -0
- package/dist/assets/components/root/CreateSourceActionCardDarkHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardDarkHovered.js +879 -0
- package/dist/assets/components/root/CreateSourceActionCardLight.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardLight.js +889 -0
- package/dist/assets/components/root/CreateSourceActionCardLightHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardLightHovered.js +889 -0
- package/dist/assets/components/sources/AttioIcon.d.ts +3 -0
- package/dist/assets/components/sources/AttioIcon.js +11 -0
- package/dist/assets/components/sources/BigquerySourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/BigquerySourceIcon.js +39 -0
- package/dist/assets/components/sources/BrowserbaseSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/BrowserbaseSourceIcon.js +35 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.js +13 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/ConfluenceSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/ConfluenceSourceIcon.js +30 -0
- package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.js +16 -0
- package/dist/assets/components/sources/GalaxyTextSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyTextSourceIcon.js +16 -0
- package/dist/assets/components/sources/GalaxyWebhookSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyWebhookSourceIcon.js +16 -0
- package/dist/assets/components/sources/GithubSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GithubSourceIcon.js +27 -0
- package/dist/assets/components/sources/GoogleDriveIcon.d.ts +3 -0
- package/dist/assets/components/sources/GoogleDriveIcon.js +45 -0
- package/dist/assets/components/sources/HubspotSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/HubspotSourceIcon.js +14 -0
- package/dist/assets/components/sources/JiraSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/JiraSourceIcon.js +54 -0
- package/dist/assets/components/sources/LinearSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/LinearSourceIcon.js +14 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconDark.js +17 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconLight.js +17 -0
- package/dist/assets/components/sources/NetsuiteSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/NetsuiteSourceIcon.js +32 -0
- package/dist/assets/components/sources/NotionIcon.d.ts +3 -0
- package/dist/assets/components/sources/NotionIcon.js +20 -0
- package/dist/assets/components/sources/NotionLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/NotionLogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/NotionLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/NotionLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconDark.js +28 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconLight.js +28 -0
- package/dist/assets/components/sources/PostgresqlIcon.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlIcon.js +61 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/S3Icon.d.ts +3 -0
- package/dist/assets/components/sources/S3Icon.js +76 -0
- package/dist/assets/components/sources/S3LogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/S3LogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/S3LogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/S3LogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/SalesforceSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/SalesforceSourceIcon.js +23 -0
- package/dist/assets/components/sources/SlackIcon.d.ts +3 -0
- package/dist/assets/components/sources/SlackIcon.js +32 -0
- package/dist/assets/components/sources/SlackLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/SlackLogoSourceIconDark.js +15 -0
- package/dist/assets/components/sources/SlackLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/SlackLogoSourceIconLight.js +15 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.js +14 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.js +14 -0
- package/dist/assets/components/sources/SourcesEmptyStateDark.d.ts +3 -0
- package/dist/assets/components/sources/SourcesEmptyStateDark.js +432 -0
- package/dist/assets/components/sources/SourcesEmptyStateLight.d.ts +3 -0
- package/dist/assets/components/sources/SourcesEmptyStateLight.js +434 -0
- package/dist/assets/components/sources/WikipediaSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/WikipediaSourceIcon.js +1490 -0
- package/dist/assets/models/galaxy-logomark.js +4 -0
- package/dist/avatar/Avatar.d.ts +9 -0
- package/dist/avatar/Avatar.js +52 -0
- package/dist/avatar/AvatarEmpty.d.ts +36 -0
- package/dist/avatar/AvatarEmpty.js +43 -0
- package/dist/avatar/AvatarShimmer.d.ts +28 -0
- package/dist/avatar/AvatarShimmer.js +21 -0
- package/dist/avatar/GalaxyAvatar.d.ts +6 -0
- package/dist/avatar/GalaxyAvatar.js +36 -0
- package/dist/avatar/types.d.ts +5 -0
- package/dist/avatar/types.js +9 -0
- package/dist/backgrounds/CellGridBackground.d.ts +13 -0
- package/dist/backgrounds/CellGridBackground.js +39 -0
- package/dist/backgrounds/CrossGridBackground.d.ts +14 -0
- package/dist/backgrounds/CrossGridBackground.js +45 -0
- package/dist/backgrounds/DotGridBackground.d.ts +13 -0
- package/dist/backgrounds/DotGridBackground.js +43 -0
- package/dist/badge/Badge.d.ts +30 -0
- package/dist/badge/Badge.js +92 -0
- package/dist/beacons/Beacon.d.ts +43 -0
- package/dist/beacons/Beacon.js +68 -0
- package/dist/buttons/Button.d.ts +30 -0
- package/dist/buttons/Button.js +173 -0
- package/dist/charts/BarChart.d.ts +21 -0
- package/dist/charts/BarChart.js +264 -0
- package/dist/charts/ChartAxis.d.ts +28 -0
- package/dist/charts/ChartAxis.js +94 -0
- package/dist/charts/ChartLegend.d.ts +7 -0
- package/dist/charts/ChartLegend.js +30 -0
- package/dist/charts/ChartTooltip.d.ts +7 -0
- package/dist/charts/ChartTooltip.js +66 -0
- package/dist/charts/LineChart.d.ts +22 -0
- package/dist/charts/LineChart.js +250 -0
- package/dist/charts/PieChart.d.ts +35 -0
- package/dist/charts/PieChart.js +183 -0
- package/dist/charts/constants.d.ts +22 -0
- package/dist/charts/constants.js +38 -0
- package/dist/charts/types.d.ts +80 -0
- package/dist/charts/types.js +0 -0
- package/dist/charts/utils.d.ts +29 -0
- package/dist/charts/utils.js +62 -0
- package/dist/chips/Chip.d.ts +39 -0
- package/dist/chips/Chip.js +185 -0
- package/dist/containers/FlexItem.d.ts +28 -0
- package/dist/containers/FlexItem.js +93 -0
- package/dist/containers/FlexWrapper.d.ts +147 -0
- package/dist/containers/FlexWrapper.js +122 -0
- package/dist/containers/GridWrapper.d.ts +120 -0
- package/dist/containers/GridWrapper.js +117 -0
- package/dist/containers/Spacing.d.ts +13 -0
- package/dist/containers/Spacing.js +52 -0
- package/dist/containers/Wrapper.d.ts +16 -0
- package/dist/containers/Wrapper.js +50 -0
- package/dist/dividers/HorizontalDivider.d.ts +2 -0
- package/dist/dividers/HorizontalDivider.js +17 -0
- package/dist/dividers/VerticalDivider.d.ts +2 -0
- package/dist/dividers/VerticalDivider.js +17 -0
- package/dist/drawer/Drawer.d.ts +13 -0
- package/dist/drawer/Drawer.js +70 -0
- package/dist/dropdown/Dropdown.d.ts +51 -0
- package/dist/dropdown/Dropdown.js +136 -0
- package/dist/dropdown/DropdownButton.d.ts +18 -0
- package/dist/dropdown/DropdownButton.js +179 -0
- package/dist/dropdown/DropdownFooter.d.ts +10 -0
- package/dist/dropdown/DropdownFooter.js +35 -0
- package/dist/dropdown/DropdownItem.d.ts +10 -0
- package/dist/dropdown/DropdownItem.js +38 -0
- package/dist/editor/CodeEditor.d.ts +68 -0
- package/dist/editor/CodeEditor.js +435 -0
- package/dist/editor/CodeEditorReactWidget.d.ts +35 -0
- package/dist/editor/CodeEditorReactWidget.js +47 -0
- package/dist/hooks/useDismiss.d.ts +27 -0
- package/dist/hooks/useDismiss.js +37 -0
- package/dist/hooks/useElementWidth.d.ts +22 -0
- package/dist/hooks/useElementWidth.js +44 -0
- package/dist/hooks/useResize.d.ts +83 -0
- package/dist/hooks/useResize.js +114 -0
- package/dist/hotkeys/HotKeyBindings.d.ts +7 -0
- package/dist/hotkeys/HotKeyBindings.js +23 -0
- package/dist/hotkeys/HotKeySymbol.d.ts +13 -0
- package/dist/hotkeys/HotKeySymbol.js +49 -0
- package/dist/icons/BackIcon.d.ts +3 -0
- package/dist/icons/BackIcon.js +13 -0
- package/dist/icons/CloseIcon.d.ts +3 -0
- package/dist/icons/CloseIcon.js +13 -0
- package/dist/icons/CreateIcon.d.ts +3 -0
- package/dist/icons/CreateIcon.js +13 -0
- package/dist/icons/ForwardIcon.d.ts +3 -0
- package/dist/icons/ForwardIcon.js +13 -0
- package/dist/icons/GalaxyLogomark.d.ts +5 -0
- package/dist/icons/GalaxyLogomark.js +21 -0
- package/dist/icons/GalaxyLogomark3D.d.ts +41 -0
- package/dist/icons/GalaxyLogomark3D.js +310 -0
- package/dist/icons/GalaxyWordmark.d.ts +5 -0
- package/dist/icons/GalaxyWordmark.js +21 -0
- package/dist/icons/HelpIcon.d.ts +3 -0
- package/dist/icons/HelpIcon.js +14 -0
- package/dist/icons/Icon.d.ts +41 -0
- package/dist/icons/Icon.js +51 -0
- package/dist/icons/ProjectsIcon.d.ts +3 -0
- package/dist/icons/ProjectsIcon.js +12 -0
- package/dist/icons/SearchIcon.d.ts +3 -0
- package/dist/icons/SearchIcon.js +12 -0
- package/dist/icons/SourcesIcon.d.ts +3 -0
- package/dist/icons/SourcesIcon.js +12 -0
- package/dist/icons/TextIcon.d.ts +4 -0
- package/dist/icons/TextIcon.js +22 -0
- package/dist/icons/WebScrapeIcon.d.ts +4 -0
- package/dist/icons/WebScrapeIcon.js +22 -0
- package/dist/icons/WebhookIcon.d.ts +4 -0
- package/dist/icons/WebhookIcon.js +22 -0
- package/dist/icons/sources/AttioLogomark.d.ts +4 -0
- package/dist/icons/sources/AttioLogomark.js +8 -0
- package/dist/icons/sources/BrowserbaseLogomark.d.ts +4 -0
- package/dist/icons/sources/BrowserbaseLogomark.js +8 -0
- package/dist/icons/sources/ClickhouseLogomark.d.ts +4 -0
- package/dist/icons/sources/ClickhouseLogomark.js +16 -0
- package/dist/icons/sources/ConfluenceLogomark.d.ts +4 -0
- package/dist/icons/sources/ConfluenceLogomark.js +8 -0
- package/dist/icons/sources/GithubLogomark.d.ts +4 -0
- package/dist/icons/sources/GithubLogomark.js +8 -0
- package/dist/icons/sources/GoogleBigqueryLogomark.d.ts +4 -0
- package/dist/icons/sources/GoogleBigqueryLogomark.js +8 -0
- package/dist/icons/sources/GoogleDriveLogomark.d.ts +4 -0
- package/dist/icons/sources/GoogleDriveLogomark.js +8 -0
- package/dist/icons/sources/HubspotLogomark.d.ts +4 -0
- package/dist/icons/sources/HubspotLogomark.js +8 -0
- package/dist/icons/sources/JiraLogomark.d.ts +4 -0
- package/dist/icons/sources/JiraLogomark.js +8 -0
- package/dist/icons/sources/LinearLogomark.d.ts +4 -0
- package/dist/icons/sources/LinearLogomark.js +8 -0
- package/dist/icons/sources/MySQLLogomark.d.ts +4 -0
- package/dist/icons/sources/MySQLLogomark.js +8 -0
- package/dist/icons/sources/NetsuiteLogomark.d.ts +4 -0
- package/dist/icons/sources/NetsuiteLogomark.js +8 -0
- package/dist/icons/sources/NotionLogomark.d.ts +4 -0
- package/dist/icons/sources/NotionLogomark.js +8 -0
- package/dist/icons/sources/PostgresLogomark.d.ts +4 -0
- package/dist/icons/sources/PostgresLogomark.js +8 -0
- package/dist/icons/sources/S3Logomark.d.ts +4 -0
- package/dist/icons/sources/S3Logomark.js +8 -0
- package/dist/icons/sources/SalesforceLogomark.d.ts +4 -0
- package/dist/icons/sources/SalesforceLogomark.js +8 -0
- package/dist/icons/sources/SlackLogoIconmark.d.ts +4 -0
- package/dist/icons/sources/SlackLogoIconmark.js +8 -0
- package/dist/icons/sources/SnowflakeLogomark.d.ts +4 -0
- package/dist/icons/sources/SnowflakeLogomark.js +16 -0
- package/dist/icons/sources/WikipediaLogomark.d.ts +4 -0
- package/dist/icons/sources/WikipediaLogomark.js +8 -0
- package/dist/inputs/CheckboxInput.d.ts +20 -0
- package/dist/inputs/CheckboxInput.js +97 -0
- package/dist/inputs/ColorInput.d.ts +20 -0
- package/dist/inputs/ColorInput.js +368 -0
- package/dist/inputs/CopyInput.d.ts +15 -0
- package/dist/inputs/CopyInput.js +46 -0
- package/dist/inputs/DateInput.d.ts +19 -0
- package/dist/inputs/DateInput.js +498 -0
- package/dist/inputs/Input.d.ts +91 -0
- package/dist/inputs/Input.js +205 -0
- package/dist/inputs/MultiSelectInput.d.ts +38 -0
- package/dist/inputs/MultiSelectInput.js +566 -0
- package/dist/inputs/MultiTextInput.d.ts +27 -0
- package/dist/inputs/MultiTextInput.js +178 -0
- package/dist/inputs/NumberInput.d.ts +4 -0
- package/dist/inputs/NumberInput.js +34 -0
- package/dist/inputs/PasswordInput.d.ts +4 -0
- package/dist/inputs/PasswordInput.js +40 -0
- package/dist/inputs/RadioInput.d.ts +20 -0
- package/dist/inputs/RadioInput.js +108 -0
- package/dist/inputs/SelectInput.d.ts +51 -0
- package/dist/inputs/SelectInput.js +528 -0
- package/dist/inputs/SliderInput.d.ts +16 -0
- package/dist/inputs/SliderInput.js +172 -0
- package/dist/inputs/TextAreaInput.d.ts +40 -0
- package/dist/inputs/TextAreaInput.js +238 -0
- package/dist/inputs/TextInput.d.ts +4 -0
- package/dist/inputs/TextInput.js +53 -0
- package/dist/inputs/ToggleInput.d.ts +11 -0
- package/dist/inputs/ToggleInput.js +100 -0
- package/dist/inputs/hooks.d.ts +10 -0
- package/dist/inputs/hooks.js +22 -0
- package/dist/links/Link.d.ts +2 -0
- package/dist/links/Link.js +10 -0
- package/dist/lists/BulletedList.d.ts +11 -0
- package/dist/lists/BulletedList.js +41 -0
- package/dist/metrics/MetricItem.d.ts +15 -0
- package/dist/metrics/MetricItem.js +53 -0
- package/dist/metrics/ProgressBar.d.ts +15 -0
- package/dist/metrics/ProgressBar.js +60 -0
- package/dist/modal/Modal.d.ts +7 -0
- package/dist/modal/Modal.js +52 -0
- package/dist/overlay/OverlayProvider.d.ts +26 -0
- package/dist/overlay/OverlayProvider.js +92 -0
- package/dist/overlay/constants.d.ts +27 -0
- package/dist/overlay/constants.js +36 -0
- package/dist/overlay/useOverlay.d.ts +7 -0
- package/dist/overlay/useOverlay.js +46 -0
- package/dist/resizable/HorizontalResizeHandle.d.ts +10 -0
- package/dist/resizable/HorizontalResizeHandle.js +32 -0
- package/dist/resizable/VerticalResizeHandle.d.ts +11 -0
- package/dist/resizable/VerticalResizeHandle.js +33 -0
- package/dist/shapes/Circle.d.ts +6 -0
- package/dist/shapes/Circle.js +25 -0
- package/dist/spreadsheet/InfiniteSpreadsheet.d.ts +3 -0
- package/dist/spreadsheet/InfiniteSpreadsheet.js +265 -0
- package/dist/spreadsheet/SpreadsheetAddColumnButton.d.ts +6 -0
- package/dist/spreadsheet/SpreadsheetAddColumnButton.js +32 -0
- package/dist/spreadsheet/SpreadsheetCell.d.ts +19 -0
- package/dist/spreadsheet/SpreadsheetCell.js +115 -0
- package/dist/spreadsheet/SpreadsheetCellEditor.d.ts +11 -0
- package/dist/spreadsheet/SpreadsheetCellEditor.js +95 -0
- package/dist/spreadsheet/SpreadsheetHeaderCell.d.ts +13 -0
- package/dist/spreadsheet/SpreadsheetHeaderCell.js +125 -0
- package/dist/spreadsheet/SpreadsheetRow.d.ts +21 -0
- package/dist/spreadsheet/SpreadsheetRow.js +68 -0
- package/dist/spreadsheet/SpreadsheetRowActionCell.d.ts +11 -0
- package/dist/spreadsheet/SpreadsheetRowActionCell.js +60 -0
- package/dist/spreadsheet/hooks/useColumnResize.d.ts +6 -0
- package/dist/spreadsheet/hooks/useColumnResize.js +46 -0
- package/dist/spreadsheet/hooks/useSpreadsheetEditing.d.ts +13 -0
- package/dist/spreadsheet/hooks/useSpreadsheetEditing.js +41 -0
- package/dist/spreadsheet/types.d.ts +92 -0
- package/dist/spreadsheet/types.js +21 -0
- package/dist/styles.css +213 -0
- package/dist/switcher/Switcher.d.ts +11 -0
- package/dist/switcher/Switcher.js +41 -0
- package/dist/table/InfiniteTable.d.ts +83 -0
- package/dist/table/InfiniteTable.js +711 -0
- package/dist/table/VirtualizedInfiniteTable.d.ts +28 -0
- package/dist/table/VirtualizedInfiniteTable.js +359 -0
- package/dist/text/Bold.d.ts +3 -0
- package/dist/text/Bold.js +17 -0
- package/dist/text/Code.d.ts +3 -0
- package/dist/text/Code.js +27 -0
- package/dist/text/EditableText.d.ts +7 -0
- package/dist/text/EditableText.js +141 -0
- package/dist/text/Ellipsis.d.ts +10 -0
- package/dist/text/Ellipsis.js +28 -0
- package/dist/text/MarkdownText.d.ts +7 -0
- package/dist/text/MarkdownText.js +295 -0
- package/dist/text/Paragraph.d.ts +16 -0
- package/dist/text/Paragraph.js +76 -0
- package/dist/text/RequiredMarker.d.ts +6 -0
- package/dist/text/RequiredMarker.js +44 -0
- package/dist/text/Selectable.d.ts +3 -0
- package/dist/text/Selectable.js +15 -0
- package/dist/text/Text.d.ts +47 -0
- package/dist/text/Text.js +104 -0
- package/dist/text/TextShimmer.d.ts +7 -0
- package/dist/text/TextShimmer.js +30 -0
- package/dist/theme/GalaxyTheme.d.ts +36 -0
- package/dist/theme/GalaxyTheme.js +107 -0
- package/dist/theme/constants.d.ts +13 -0
- package/dist/theme/constants.js +43 -0
- package/dist/theme/index.d.ts +6 -0
- package/dist/theme/index.js +6 -0
- package/dist/theme/types.d.ts +174 -0
- package/dist/theme/types.js +0 -0
- package/dist/theme/typography.d.ts +2 -0
- package/dist/theme/typography.js +73 -0
- package/dist/theme/variants/dark.d.ts +2 -0
- package/dist/theme/variants/dark.js +125 -0
- package/dist/theme/variants/light.d.ts +2 -0
- package/dist/theme/variants/light.js +125 -0
- package/dist/tooltip/Tooltip.d.ts +37 -0
- package/dist/tooltip/Tooltip.js +79 -0
- package/dist/utils/colors.d.ts +84 -0
- package/dist/utils/colors.js +323 -0
- package/dist/utils/linaria.d.ts +1 -0
- package/dist/utils/linaria.js +8 -0
- package/dist/widget/Widget.d.ts +28 -0
- package/dist/widget/Widget.js +99 -0
- package/package.json +268 -0
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/onboarding/WorkspaceSetupConnectDark.tsx
|
|
3
|
+
var SvgWorkspaceSetupConnectDark = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 282 264",
|
|
7
|
+
...props,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#131313",
|
|
11
|
+
d: "M0 0h281.351v263.767H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("rect", {
|
|
14
|
+
width: 94.337,
|
|
15
|
+
height: 26.377,
|
|
16
|
+
x: 31.427,
|
|
17
|
+
y: 74.496,
|
|
18
|
+
fill: "#161616",
|
|
19
|
+
rx: 3.208
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("rect", {
|
|
22
|
+
width: 94.337,
|
|
23
|
+
height: 26.377,
|
|
24
|
+
x: 31.427,
|
|
25
|
+
y: 74.496,
|
|
26
|
+
stroke: "#777",
|
|
27
|
+
strokeWidth: .713,
|
|
28
|
+
rx: 3.208
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("rect", {
|
|
31
|
+
width: 19.961,
|
|
32
|
+
height: 19.961,
|
|
33
|
+
x: 36.061,
|
|
34
|
+
y: 77.704,
|
|
35
|
+
fill: "#131313",
|
|
36
|
+
rx: 2.852
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ jsxs("g", {
|
|
39
|
+
clipPath: "url(#workspace-setup-connect-dark_svg__a)",
|
|
40
|
+
children: [/* @__PURE__ */ jsx("mask", {
|
|
41
|
+
id: "workspace-setup-connect-dark_svg__b",
|
|
42
|
+
width: 16,
|
|
43
|
+
height: 14,
|
|
44
|
+
x: 38,
|
|
45
|
+
y: 81,
|
|
46
|
+
maskUnits: "userSpaceOnUse",
|
|
47
|
+
style: { maskType: "luminance" },
|
|
48
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
49
|
+
fill: "#fff",
|
|
50
|
+
d: "M53.041 81.046H38.784v13.018H53.04z"
|
|
51
|
+
})
|
|
52
|
+
}), /* @__PURE__ */ jsxs("g", {
|
|
53
|
+
mask: "url(#workspace-setup-connect-dark_svg__b)",
|
|
54
|
+
children: [
|
|
55
|
+
/* @__PURE__ */ jsx("path", {
|
|
56
|
+
fill: "#0066DA",
|
|
57
|
+
d: "m39.862 92.204.628 1.11c.131.233.319.417.54.55l2.245-3.972h-4.491c0 .259.065.517.196.751z"
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ jsx("path", {
|
|
60
|
+
fill: "#00AC47",
|
|
61
|
+
d: "m45.913 85.219-2.246-3.972c-.22.133-.408.317-.539.55l-4.148 7.344a1.54 1.54 0 0 0-.196.751h4.49z"
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ jsx("path", {
|
|
64
|
+
fill: "#EA4335",
|
|
65
|
+
d: "M50.796 93.864a1.5 1.5 0 0 0 .539-.55l.261-.46 1.25-2.21c.13-.235.195-.493.195-.752H48.55l.956 1.92z"
|
|
66
|
+
}),
|
|
67
|
+
/* @__PURE__ */ jsx("path", {
|
|
68
|
+
fill: "#00832D",
|
|
69
|
+
d: "m45.913 85.219 2.245-3.972c-.22-.134-.473-.2-.735-.2h-3.021c-.261 0-.514.075-.735.2z"
|
|
70
|
+
}),
|
|
71
|
+
/* @__PURE__ */ jsx("path", {
|
|
72
|
+
fill: "#2684FC",
|
|
73
|
+
d: "M48.55 89.892h-5.275l-2.246 3.972c.22.134.474.2.735.2h8.297c.261 0 .514-.075.735-.2z"
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ jsx("path", {
|
|
76
|
+
fill: "#FFBA00",
|
|
77
|
+
d: "m50.771 85.47-2.074-3.672a1.5 1.5 0 0 0-.539-.551l-2.245 3.972 2.637 4.673h4.483a1.54 1.54 0 0 0-.196-.751z"
|
|
78
|
+
})
|
|
79
|
+
]
|
|
80
|
+
})]
|
|
81
|
+
}),
|
|
82
|
+
/* @__PURE__ */ jsx("path", {
|
|
83
|
+
fill: "#fff",
|
|
84
|
+
d: "M60.275 90.685v-6.987h1.038v6.987zm4.563.16c-1.447 0-2.405-.919-2.405-2.596 0-1.507.998-2.565 2.365-2.565 1.457 0 2.286 1.018 2.286 2.585v.22H63.48c.02.938.579 1.547 1.367 1.547.56 0 1.048-.27 1.148-.888h1.048c-.1.918-.858 1.696-2.206 1.696m1.158-3.095c-.01-.758-.46-1.277-1.208-1.277-.728 0-1.227.549-1.297 1.277zm4.3 5.15c-1.346 0-2.175-.738-2.175-1.816h1.048c.01.609.43 1.008 1.148 1.008.768 0 1.317-.43 1.317-1.308v-.559c0-.16 0-.309.02-.459-.27.46-.818.799-1.547.799-1.297 0-2.185-.918-2.185-2.435 0-1.498.998-2.446 2.165-2.446.829 0 1.298.38 1.567.829-.02-.14-.02-.28-.02-.43v-.239h1.038v4.641c0 1.627-.888 2.415-2.375 2.415m.05-3.154c.79 0 1.348-.658 1.348-1.616 0-.948-.559-1.627-1.347-1.627-.809 0-1.367.668-1.367 1.627 0 .968.558 1.616 1.367 1.616m5.13 1.098c-.878 0-1.666-.559-1.666-1.487 0-1.018.798-1.427 1.746-1.557l.869-.13c.379-.05.509-.19.509-.459 0-.429-.34-.738-.879-.738-.658 0-1.028.36-1.058.908H73.94c.05-.948.808-1.697 2.046-1.697 1.337 0 1.976.749 1.976 1.987v3.014h-.968v-.22c0-.15.01-.29.02-.44-.25.49-.759.82-1.537.82m.23-.778c.709 0 1.248-.5 1.248-1.238v-.619c-.08.1-.26.16-.55.21l-.548.11c-.569.11-.978.33-.978.798 0 .47.369.739.828.739m3.609.619v-6.987h1.038v6.987zm2.277-2.056v-.988h2.585v.988zm5.752 2.215c-1.277 0-2.225-.898-2.225-2.575 0-1.597.988-2.585 2.245-2.585.779 0 1.278.41 1.527.829-.02-.15-.02-.29-.02-.43v-2.385h1.038v6.987h-1.038v-.24c0-.16 0-.29.02-.43-.23.4-.738.83-1.547.83m.22-.808c.788 0 1.367-.709 1.367-1.777s-.569-1.756-1.367-1.756-1.377.718-1.377 1.766c0 1.068.569 1.767 1.377 1.767m5.888.808c-1.428 0-2.426-.998-2.426-2.575 0-1.547 1.008-2.585 2.425-2.585 1.428 0 2.436 1.038 2.436 2.585 0 1.577-1.008 2.575-2.436 2.575m0-.808c.838 0 1.377-.689 1.377-1.767 0-1.098-.55-1.766-1.377-1.766-.819 0-1.368.668-1.368 1.766 0 1.078.53 1.767 1.367 1.767m5.693.808c-1.428 0-2.426-.928-2.426-2.585 0-1.577 1.078-2.575 2.476-2.575 1.277 0 2.085.769 2.195 1.887h-1.058c-.06-.59-.449-1.068-1.147-1.068-.819 0-1.408.698-1.408 1.756s.56 1.777 1.398 1.777c.728 0 1.137-.46 1.217-1.088h1.038c-.13 1.138-.908 1.896-2.285 1.896m5.159 0c-1.337 0-2.136-.708-2.186-1.796h1.038c.03.619.429 1.008 1.138 1.008.609 0 1.008-.28 1.008-.709 0-.35-.269-.549-.818-.658l-.659-.13c-.958-.18-1.537-.649-1.537-1.427 0-.829.788-1.448 1.936-1.448 1.228 0 1.986.62 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.23-.878.609 0 .339.239.509.818.618l.669.13c.908.18 1.517.609 1.517 1.437 0 .899-.769 1.577-2.016 1.577"
|
|
85
|
+
}),
|
|
86
|
+
/* @__PURE__ */ jsx("circle", {
|
|
87
|
+
cx: 116.141,
|
|
88
|
+
cy: 87.685,
|
|
89
|
+
r: 3.743,
|
|
90
|
+
fill: "#55C393",
|
|
91
|
+
fillOpacity: .2
|
|
92
|
+
}),
|
|
93
|
+
/* @__PURE__ */ jsx("circle", {
|
|
94
|
+
cx: 116.14,
|
|
95
|
+
cy: 87.685,
|
|
96
|
+
r: 1.871,
|
|
97
|
+
fill: "#55C393"
|
|
98
|
+
}),
|
|
99
|
+
/* @__PURE__ */ jsx("rect", {
|
|
100
|
+
width: 106.337,
|
|
101
|
+
height: 26.377,
|
|
102
|
+
x: 143.587,
|
|
103
|
+
y: 74.496,
|
|
104
|
+
fill: "#161616",
|
|
105
|
+
rx: 3.208
|
|
106
|
+
}),
|
|
107
|
+
/* @__PURE__ */ jsx("rect", {
|
|
108
|
+
width: 106.337,
|
|
109
|
+
height: 26.377,
|
|
110
|
+
x: 143.587,
|
|
111
|
+
y: 74.496,
|
|
112
|
+
stroke: "#777",
|
|
113
|
+
strokeWidth: .713,
|
|
114
|
+
rx: 3.208
|
|
115
|
+
}),
|
|
116
|
+
/* @__PURE__ */ jsx("rect", {
|
|
117
|
+
width: 19.961,
|
|
118
|
+
height: 19.961,
|
|
119
|
+
x: 148.221,
|
|
120
|
+
y: 77.704,
|
|
121
|
+
fill: "#131313",
|
|
122
|
+
rx: 2.852
|
|
123
|
+
}),
|
|
124
|
+
/* @__PURE__ */ jsx("path", {
|
|
125
|
+
fill: "#E01E5A",
|
|
126
|
+
d: "M154.757 89.252c0 .687-.562 1.248-1.249 1.248a1.25 1.25 0 0 1-1.248-1.249c0-.686.561-1.248 1.248-1.248h1.249zM155.385 89.252c0-.687.561-1.249 1.248-1.249s1.249.562 1.249 1.248v3.126c0 .687-.562 1.248-1.249 1.248a1.25 1.25 0 0 1-1.248-1.248z"
|
|
127
|
+
}),
|
|
128
|
+
/* @__PURE__ */ jsx("path", {
|
|
129
|
+
fill: "#36C5F0",
|
|
130
|
+
d: "M156.633 84.24a1.25 1.25 0 0 1-1.248-1.248c0-.687.561-1.249 1.248-1.249s1.249.562 1.249 1.249v1.248zM156.634 84.869c.686 0 1.248.56 1.248 1.248s-.562 1.248-1.248 1.248h-3.126a1.25 1.25 0 0 1-1.248-1.248c0-.687.561-1.248 1.248-1.248z"
|
|
131
|
+
}),
|
|
132
|
+
/* @__PURE__ */ jsx("path", {
|
|
133
|
+
fill: "#2EB67D",
|
|
134
|
+
d: "M161.646 86.117c0-.687.561-1.248 1.248-1.248s1.248.56 1.248 1.248-.561 1.248-1.248 1.248h-1.248zM161.017 86.117c0 .687-.561 1.248-1.248 1.248a1.25 1.25 0 0 1-1.248-1.248V82.99c0-.686.561-1.248 1.248-1.248s1.248.562 1.248 1.249z"
|
|
135
|
+
}),
|
|
136
|
+
/* @__PURE__ */ jsx("path", {
|
|
137
|
+
fill: "#ECB22E",
|
|
138
|
+
d: "M159.769 91.128c.687 0 1.248.562 1.248 1.248 0 .688-.561 1.249-1.248 1.249a1.25 1.25 0 0 1-1.248-1.249v-1.248zM159.769 90.5a1.25 1.25 0 0 1-1.248-1.249c0-.686.561-1.248 1.248-1.248h3.125c.687 0 1.248.562 1.248 1.248 0 .688-.561 1.249-1.248 1.249z"
|
|
139
|
+
}),
|
|
140
|
+
/* @__PURE__ */ jsx("path", {
|
|
141
|
+
fill: "#fff",
|
|
142
|
+
d: "M174.381 90.764c-.878 0-1.477-.429-1.477-1.507v-2.575h-1.008v-.838h1.008v-1.677h1.038v1.677h1.098v.838h-1.098v2.436c0 .539.239.778.708.778.12 0 .24-.01.37-.03v.829c-.15.04-.39.07-.639.07m3.767.08c-1.447 0-2.405-.918-2.405-2.595 0-1.507.998-2.565 2.365-2.565 1.457 0 2.286 1.018 2.286 2.585v.22h-3.603c.02.938.578 1.547 1.367 1.547.559 0 1.048-.27 1.148-.888h1.048c-.1.918-.859 1.696-2.206 1.696m1.158-3.094c-.01-.758-.459-1.277-1.208-1.277-.729 0-1.228.549-1.297 1.277zm3.602 3.094c-.878 0-1.667-.559-1.667-1.487 0-1.018.799-1.427 1.747-1.557l.868-.13c.379-.05.509-.19.509-.459 0-.429-.339-.738-.878-.738-.659 0-1.028.36-1.058.908h-1.058c.05-.948.808-1.697 2.046-1.697 1.337 0 1.976.749 1.976 1.987v3.014h-.968v-.22c0-.15.01-.29.02-.44-.249.49-.758.82-1.537.82m.23-.778c.708 0 1.247-.5 1.247-1.238v-.619c-.08.1-.259.16-.549.21l-.549.11c-.569.11-.978.33-.978.798 0 .47.369.739.829.739m3.608.619v-4.84h1.038v.299c0 .12-.01.249-.02.369.26-.45.729-.829 1.407-.829.619 0 1.128.39 1.358.929.309-.52.878-.929 1.577-.929.978 0 1.676.689 1.676 1.947v3.054h-1.038V87.8c0-.808-.269-1.297-.908-1.297s-1.058.579-1.058 1.327v2.855h-1.038V87.82c0-.818-.269-1.317-.898-1.317-.639 0-1.058.569-1.058 1.347v2.835zm8.233-2.056v-.988h2.585v.988zm5.952 2.215c-1.428 0-2.426-.928-2.426-2.585 0-1.577 1.078-2.575 2.475-2.575 1.278 0 2.086.769 2.196 1.887h-1.058c-.06-.59-.449-1.068-1.148-1.068-.818 0-1.407.698-1.407 1.756s.559 1.777 1.398 1.777c.728 0 1.137-.46 1.217-1.088h1.038c-.13 1.138-.908 1.896-2.285 1.896m5.478 0c-1.427 0-2.425-.998-2.425-2.575 0-1.547 1.008-2.585 2.425-2.585 1.427 0 2.435 1.038 2.435 2.585 0 1.577-1.008 2.575-2.435 2.575m0-.808c.839 0 1.378-.689 1.378-1.767 0-1.098-.549-1.766-1.378-1.766-.818 0-1.367.668-1.367 1.766 0 1.078.529 1.767 1.367 1.767m3.568.649v-4.84h1.037v.299c0 .12-.009.249-.019.369.259-.45.728-.829 1.407-.829.619 0 1.128.39 1.357.929.309-.52.878-.929 1.577-.929.978 0 1.677.689 1.677 1.947v3.054h-1.038V87.8c0-.808-.27-1.297-.908-1.297-.639 0-1.058.579-1.058 1.327v2.855h-1.038V87.82c0-.818-.27-1.317-.899-1.317-.638 0-1.058.569-1.058 1.347v2.835zm8.412 0v-4.84h1.038v.299c0 .12-.01.249-.02.369.259-.45.728-.829 1.407-.829.619 0 1.128.39 1.357.929.31-.52.879-.929 1.577-.929.978 0 1.677.689 1.677 1.947v3.054h-1.038V87.8c0-.808-.269-1.297-.908-1.297s-1.058.579-1.058 1.327v2.855h-1.038V87.82c0-.818-.269-1.317-.898-1.317-.639 0-1.058.569-1.058 1.347v2.835zm10.219.16c-1.338 0-2.136-.71-2.186-1.797h1.038c.03.619.429 1.008 1.138 1.008.609 0 1.008-.28 1.008-.709 0-.35-.27-.549-.819-.658l-.658-.13c-.958-.18-1.537-.649-1.537-1.427 0-.829.788-1.448 1.936-1.448 1.227 0 1.986.62 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.23-.878.609 0 .339.239.509.818.618l.669.13c.908.18 1.517.609 1.517 1.437 0 .899-.769 1.577-2.016 1.577"
|
|
143
|
+
}),
|
|
144
|
+
/* @__PURE__ */ jsx("circle", {
|
|
145
|
+
cx: 240.3,
|
|
146
|
+
cy: 87.685,
|
|
147
|
+
r: 3.743,
|
|
148
|
+
fill: "#55C393",
|
|
149
|
+
fillOpacity: .2
|
|
150
|
+
}),
|
|
151
|
+
/* @__PURE__ */ jsx("circle", {
|
|
152
|
+
cx: 240.3,
|
|
153
|
+
cy: 87.685,
|
|
154
|
+
r: 1.871,
|
|
155
|
+
fill: "#55C393"
|
|
156
|
+
}),
|
|
157
|
+
/* @__PURE__ */ jsx("rect", {
|
|
158
|
+
width: 125.337,
|
|
159
|
+
height: 26.377,
|
|
160
|
+
x: 11.427,
|
|
161
|
+
y: 118.695,
|
|
162
|
+
fill: "#161616",
|
|
163
|
+
rx: 3.208
|
|
164
|
+
}),
|
|
165
|
+
/* @__PURE__ */ jsx("rect", {
|
|
166
|
+
width: 125.337,
|
|
167
|
+
height: 26.377,
|
|
168
|
+
x: 11.427,
|
|
169
|
+
y: 118.695,
|
|
170
|
+
stroke: "#777",
|
|
171
|
+
strokeWidth: .713,
|
|
172
|
+
rx: 3.208
|
|
173
|
+
}),
|
|
174
|
+
/* @__PURE__ */ jsx("rect", {
|
|
175
|
+
width: 19.961,
|
|
176
|
+
height: 19.961,
|
|
177
|
+
x: 16.061,
|
|
178
|
+
y: 121.903,
|
|
179
|
+
fill: "#131313",
|
|
180
|
+
rx: 2.852
|
|
181
|
+
}),
|
|
182
|
+
/* @__PURE__ */ jsx("path", {
|
|
183
|
+
fill: "#29B5E8",
|
|
184
|
+
fillRule: "evenodd",
|
|
185
|
+
d: "m31.045 130.629-1.338.77 1.337.763a.7.7 0 0 1 .328.427.7.7 0 0 1-.498.86.7.7 0 0 1-.533-.071L27.945 132a.706.706 0 0 1-.326-.791.7.7 0 0 1 .325-.421l2.395-1.374a.7.7 0 0 1 .536-.071.71.71 0 0 1 .428.33.69.69 0 0 1 .071.532.7.7 0 0 1-.33.424m-1.266 3.731-2.395-1.377a.71.71 0 0 0-.963.256.7.7 0 0 0-.097.351v2.75a.706.706 0 0 0 1.41 0v-1.541l1.34.769a.7.7 0 0 0 .534.071.71.71 0 0 0 .516-.586.7.7 0 0 0-.345-.701zm-2.76-2.69-.999.986a.2.2 0 0 1-.125.052h-.293a.2.2 0 0 1-.125-.052l-.993-.989a.2.2 0 0 1-.052-.123v-.292a.2.2 0 0 1 .052-.124l.993-.989a.2.2 0 0 1 .125-.052h.293a.2.2 0 0 1 .125.052l.996.989a.2.2 0 0 1 .05.124v.292a.2.2 0 0 1-.05.123zm-.796-.274a.2.2 0 0 0-.056-.126l-.288-.285a.2.2 0 0 0-.125-.052h-.01a.2.2 0 0 0-.125.052l-.288.285a.2.2 0 0 0-.051.125v.011q.004.07.051.123l.29.284a.2.2 0 0 0 .124.052h.01a.2.2 0 0 0 .126-.052l.288-.286a.2.2 0 0 0 .053-.124zm-4.504-2.959 2.395 1.373a.71.71 0 0 0 .964-.257.7.7 0 0 0 .097-.351v-2.747a.704.704 0 0 0-1.195-.483.7.7 0 0 0-.215.483v1.541l-1.342-.771a.704.704 0 0 0-.704 1.217zm5.257 1.467a.7.7 0 0 0 .406-.092l2.394-1.379a.704.704 0 0 0-.17-1.287.7.7 0 0 0-.534.07l-1.34.778v-1.542a.704.704 0 0 0-1.196-.482.7.7 0 0 0-.215.482v2.75a.7.7 0 0 0 .655.702m-2.453 2.988a.7.7 0 0 0-.405.091l-2.4 1.374a.702.702 0 1 0 .705 1.216l1.342-.769v1.541a.71.71 0 0 0 .705.681.706.706 0 0 0 .705-.681v-2.755a.7.7 0 0 0-.652-.698m-.649-1.287a.7.7 0 0 0-.325-.812l-2.393-1.378a.71.71 0 0 0-.96.258.69.69 0 0 0 .051.777.7.7 0 0 0 .207.179l1.337.77-1.337.763a.702.702 0 1 0 .702 1.216L23.55 132a.7.7 0 0 0 .324-.395zm7.562-4.56h-.108v.132h.107c.05 0 .081-.023.081-.065s-.029-.067-.081-.067m-.239-.122h.244c.131 0 .219.072.219.184a.18.18 0 0 1-.088.154l.095.136v.028h-.137l-.095-.13h-.107v.13h-.132zm.674.261a.446.446 0 0 0-.453-.473c-.269 0-.447.194-.447.473 0 .266.178.472.447.472a.443.443 0 0 0 .454-.472zm.112 0c0 .316-.211.579-.568.579s-.56-.266-.56-.579.209-.579.56-.579c.35 0 .567.263.567.579z",
|
|
186
|
+
clipRule: "evenodd"
|
|
187
|
+
}),
|
|
188
|
+
/* @__PURE__ */ jsx("path", {
|
|
189
|
+
fill: "#fff",
|
|
190
|
+
d: "M40.275 136.939v-6.896h1.038v.279c0 .13-.01.25-.02.399.29-.479.848-.838 1.587-.838 1.337 0 2.176 1.078 2.176 2.585 0 1.557-.928 2.575-2.206 2.575-.758 0-1.248-.339-1.557-.828l.02.429v2.295zm2.355-2.704c.819 0 1.358-.729 1.358-1.777 0-1.028-.52-1.756-1.358-1.756-.798 0-1.367.678-1.367 1.756 0 1.058.559 1.777 1.367 1.777m3.553.648v-4.84h1.038v.289l-.02.549c.25-.549.728-.998 1.467-.998.08 0 .16 0 .24.02v1.008c-.08-.01-.17-.03-.31-.03-.838 0-1.377.449-1.377 1.517v2.485zm5.606.16c-1.427 0-2.425-.998-2.425-2.575 0-1.547 1.008-2.585 2.425-2.585 1.427 0 2.435 1.038 2.435 2.585 0 1.577-1.008 2.575-2.435 2.575m0-.808c.838 0 1.377-.689 1.377-1.767 0-1.098-.549-1.766-1.377-1.766-.818 0-1.367.668-1.367 1.766 0 1.078.529 1.767 1.367 1.767m5.494.808c-1.278 0-2.226-.898-2.226-2.575 0-1.597.988-2.585 2.246-2.585.778 0 1.277.409 1.527.829-.02-.15-.02-.29-.02-.43v-2.385h1.037v6.986H58.81v-.239c0-.16 0-.29.02-.429-.23.399-.739.828-1.547.828m.22-.808c.788 0 1.366-.709 1.366-1.777s-.568-1.756-1.367-1.756c-.798 0-1.377.718-1.377 1.766 0 1.068.569 1.767 1.377 1.767m5.448.808c-1.048 0-1.737-.669-1.737-1.926v-3.074h1.038v2.894c0 .799.31 1.288.998 1.288.699 0 1.138-.529 1.138-1.408v-2.774h1.038v4.84h-1.028v-.249c0-.14.01-.29.03-.419-.24.489-.749.828-1.477.828m6.015 0c-1.427 0-2.425-.928-2.425-2.585 0-1.577 1.078-2.575 2.475-2.575 1.277 0 2.086.769 2.195 1.886h-1.058c-.06-.588-.449-1.067-1.147-1.067-.819 0-1.407.698-1.407 1.756s.558 1.777 1.397 1.777c.728 0 1.138-.46 1.217-1.088h1.038c-.13 1.137-.908 1.896-2.285 1.896m5.27-.08c-.879 0-1.478-.429-1.478-1.507v-2.575h-1.007v-.838h1.007v-1.677h1.038v1.677h1.098v.838h-1.098v2.435c0 .539.24.779.71.779q.177 0 .368-.03v.828c-.15.04-.389.07-.638.07m1.17-2.136v-.988h2.584v.988zm5.212 2.216c-.878 0-1.666-.559-1.666-1.487 0-1.018.798-1.427 1.746-1.557l.869-.13c.379-.05.509-.189.509-.459 0-.429-.34-.738-.879-.738-.658 0-1.028.359-1.058.908h-1.057c.05-.948.808-1.697 2.046-1.697 1.337 0 1.976.749 1.976 1.986v3.014h-.968v-.219c0-.15.01-.29.02-.439-.25.489-.759.818-1.538.818m.23-.778c.709 0 1.248-.5 1.248-1.238v-.619c-.08.1-.26.16-.55.21l-.548.11c-.57.109-.978.329-.978.798s.369.739.828.739m3.609.618v-4.84h1.028v.269c0 .13 0 .25-.02.4.269-.45.788-.829 1.497-.829 1.087 0 1.746.729 1.746 1.946v3.054H87.67v-2.914c0-.808-.33-1.267-.988-1.267-.718 0-1.187.588-1.187 1.307v2.874zm7.002.16c-.878 0-1.667-.559-1.667-1.487 0-1.018.799-1.427 1.747-1.557l.868-.13c.38-.05.51-.189.51-.459 0-.429-.34-.738-.88-.738-.658 0-1.027.359-1.057.908h-1.058c.05-.948.808-1.697 2.046-1.697 1.337 0 1.976.749 1.976 1.986v3.014h-.968v-.219c0-.15.01-.29.02-.439-.25.489-.759.818-1.537.818m.23-.778c.708 0 1.247-.5 1.247-1.238v-.619c-.08.1-.26.16-.549.21l-.549.11c-.569.109-.978.329-.978.798s.37.739.829.739m3.608.618v-6.986h1.038v6.986zm2.906 2.056.839-2.165-1.917-4.731h1.158l1.118 3.104c.06.179.13.369.19.589l.18-.589 1.027-3.104h1.088l-2.575 6.896zm6.479-1.976c-.878 0-1.477-.429-1.477-1.507v-2.575h-1.008v-.838h1.008v-1.677h1.038v1.677h1.098v.838h-1.098v2.435c0 .539.239.779.708.779.12 0 .24-.01.37-.03v.828c-.15.04-.389.07-.639.07m1.739-.08v-4.84h1.038v4.84zm-.05-5.669v-1.147h1.138v1.147zm4.633 5.829c-1.427 0-2.425-.928-2.425-2.585 0-1.577 1.078-2.575 2.475-2.575 1.278 0 2.086.769 2.196 1.886h-1.058c-.06-.588-.449-1.067-1.148-1.067-.818 0-1.407.698-1.407 1.756s.559 1.777 1.397 1.777c.729 0 1.138-.46 1.218-1.088h1.038c-.13 1.137-.908 1.896-2.286 1.896m5.16 0c-1.338 0-2.136-.709-2.186-1.796h1.038c.03.618.429 1.008 1.138 1.008.608 0 1.008-.28 1.008-.709 0-.349-.27-.549-.819-.659l-.659-.13c-.958-.179-1.536-.648-1.536-1.427 0-.828.788-1.447 1.936-1.447 1.227 0 1.986.619 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.229-.878.608 0 .34.239.509.818.619l.669.13c.908.18 1.517.609 1.517 1.437 0 .898-.769 1.577-2.016 1.577"
|
|
191
|
+
}),
|
|
192
|
+
/* @__PURE__ */ jsx("circle", {
|
|
193
|
+
cx: 127.141,
|
|
194
|
+
cy: 131.884,
|
|
195
|
+
r: 3.743,
|
|
196
|
+
fill: "#55C393",
|
|
197
|
+
fillOpacity: .2
|
|
198
|
+
}),
|
|
199
|
+
/* @__PURE__ */ jsx("circle", {
|
|
200
|
+
cx: 127.14,
|
|
201
|
+
cy: 131.884,
|
|
202
|
+
r: 1.871,
|
|
203
|
+
fill: "#55C393"
|
|
204
|
+
}),
|
|
205
|
+
/* @__PURE__ */ jsx("rect", {
|
|
206
|
+
width: 115.337,
|
|
207
|
+
height: 26.377,
|
|
208
|
+
x: 154.587,
|
|
209
|
+
y: 118.695,
|
|
210
|
+
fill: "#161616",
|
|
211
|
+
rx: 3.208
|
|
212
|
+
}),
|
|
213
|
+
/* @__PURE__ */ jsx("rect", {
|
|
214
|
+
width: 115.337,
|
|
215
|
+
height: 26.377,
|
|
216
|
+
x: 154.587,
|
|
217
|
+
y: 118.695,
|
|
218
|
+
stroke: "#777",
|
|
219
|
+
strokeWidth: .713,
|
|
220
|
+
rx: 3.208
|
|
221
|
+
}),
|
|
222
|
+
/* @__PURE__ */ jsx("rect", {
|
|
223
|
+
width: 19.961,
|
|
224
|
+
height: 19.961,
|
|
225
|
+
x: 159.221,
|
|
226
|
+
y: 121.903,
|
|
227
|
+
fill: "#131313",
|
|
228
|
+
rx: 2.852
|
|
229
|
+
}),
|
|
230
|
+
/* @__PURE__ */ jsx("path", {
|
|
231
|
+
fill: "#fff",
|
|
232
|
+
d: "m163.98 126.464 6.557-.493c.796-.075 1.004-.018 1.516.342l2.103 1.478c.341.246.455.322.455.606v8.091c0 .512-.19.815-.834.853l-7.618.455c-.492.018-.72-.038-.966-.36l-1.535-1.99c-.284-.379-.398-.644-.398-.967v-7.2c0-.417.19-.777.72-.815"
|
|
233
|
+
}),
|
|
234
|
+
/* @__PURE__ */ jsx("path", {
|
|
235
|
+
fill: "#fff",
|
|
236
|
+
fillRule: "evenodd",
|
|
237
|
+
d: "m170.537 125.972-6.557.492c-.53.038-.72.398-.72.815v7.201c0 .322.114.606.398.966l1.535 2.009c.246.322.493.398.966.36l7.618-.455c.644-.038.834-.341.834-.853v-8.11c0-.265-.095-.341-.417-.568-.019-.019-.038-.019-.057-.038l-2.084-1.459c-.493-.379-.702-.417-1.516-.36m-4.207 2.292c-.625.038-.758.057-1.118-.246l-.891-.701c-.094-.095-.056-.208.19-.227l6.31-.455c.53-.038.796.132 1.004.303l1.08.777c.057.019.171.152.019.152l-6.518.397zm-.72 8.167v-6.878c0-.303.095-.436.36-.455l7.485-.436c.246-.019.36.133.36.436v6.822c0 .303-.057.549-.455.568l-7.163.417c-.398.038-.587-.114-.587-.474m7.068-6.499c.038.208 0 .417-.209.436l-.341.076v5.078c-.303.17-.568.246-.795.246-.36 0-.455-.114-.739-.455l-2.274-3.562v3.43l.72.17s0 .417-.569.417l-1.591.095c-.038-.095 0-.322.151-.36l.417-.114v-4.548l-.568-.056c-.038-.209.075-.512.397-.531l1.706-.114 2.35 3.601v-3.184l-.607-.076a.386.386 0 0 1 .36-.454z",
|
|
238
|
+
clipRule: "evenodd"
|
|
239
|
+
}),
|
|
240
|
+
/* @__PURE__ */ jsx("path", {
|
|
241
|
+
fill: "#fff",
|
|
242
|
+
d: "M185.361 135.043c-1.278 0-2.226-.898-2.226-2.575 0-1.597.988-2.585 2.246-2.585.778 0 1.277.409 1.527.829-.02-.15-.02-.29-.02-.43v-2.385h1.038v6.986h-1.038v-.239c0-.16 0-.29.02-.429-.23.399-.739.828-1.547.828m.22-.808c.788 0 1.367-.709 1.367-1.777s-.569-1.756-1.367-1.756c-.799 0-1.378.718-1.378 1.766 0 1.068.569 1.767 1.378 1.767m5.887.808c-1.427 0-2.425-.998-2.425-2.575 0-1.547 1.008-2.585 2.425-2.585 1.427 0 2.435 1.038 2.435 2.585 0 1.577-1.008 2.575-2.435 2.575m0-.808c.838 0 1.377-.689 1.377-1.767 0-1.098-.549-1.766-1.377-1.766-.818 0-1.367.668-1.367 1.766 0 1.078.529 1.767 1.367 1.767m5.693.808c-1.427 0-2.425-.928-2.425-2.585 0-1.577 1.078-2.575 2.475-2.575 1.278 0 2.086.769 2.196 1.886h-1.058c-.06-.588-.449-1.067-1.148-1.067-.818 0-1.407.698-1.407 1.756s.559 1.777 1.397 1.777c.729 0 1.138-.46 1.218-1.088h1.038c-.13 1.137-.909 1.896-2.286 1.896m5.04 0c-1.048 0-1.737-.669-1.737-1.926v-3.074h1.038v2.894c0 .799.309 1.288.998 1.288.699 0 1.138-.529 1.138-1.408v-2.774h1.038v4.84h-1.028v-.249c0-.14.01-.29.03-.419-.24.489-.749.828-1.477.828m3.889-.16v-4.84h1.038v.299c0 .12-.01.25-.02.37.26-.45.729-.829 1.407-.829.619 0 1.128.389 1.358.928.309-.519.878-.928 1.577-.928.978 0 1.676.689 1.676 1.946v3.054h-1.038v-2.884c0-.808-.269-1.297-.908-1.297s-1.058.578-1.058 1.327v2.854h-1.038v-2.864c0-.818-.269-1.317-.898-1.317-.639 0-1.058.568-1.058 1.347v2.834zm10.518.16c-1.447 0-2.405-.918-2.405-2.595 0-1.507.998-2.565 2.365-2.565 1.458 0 2.286 1.018 2.286 2.585v.22h-3.603c.02.938.579 1.547 1.367 1.547.559 0 1.048-.27 1.148-.889h1.048c-.1.919-.858 1.697-2.206 1.697m1.158-3.094c-.01-.758-.459-1.277-1.207-1.277-.729 0-1.228.549-1.298 1.277zm2.215 2.934v-4.84h1.028v.269c0 .13 0 .25-.02.4.27-.45.789-.829 1.497-.829 1.088 0 1.747.729 1.747 1.946v3.054h-1.038v-2.914c0-.808-.329-1.267-.988-1.267-.719 0-1.188.588-1.188 1.307v2.874zm7.523.08c-.879 0-1.478-.429-1.478-1.507v-2.575h-1.008v-.838h1.008v-1.677h1.038v1.677h1.098v.838h-1.098v2.435c0 .539.24.779.709.779.12 0 .24-.01.369-.03v.828c-.149.04-.389.07-.638.07m3.126.08c-.878 0-1.667-.559-1.667-1.487 0-1.018.799-1.427 1.747-1.557l.868-.13c.379-.05.509-.189.509-.459 0-.429-.339-.738-.878-.738-.659 0-1.028.359-1.058.908h-1.058c.05-.948.808-1.697 2.046-1.697 1.337 0 1.976.749 1.976 1.986v3.014h-.968v-.219c0-.15.01-.29.02-.439-.25.489-.759.818-1.537.818m.23-.778c.708 0 1.247-.5 1.247-1.238v-.619c-.08.1-.259.16-.549.21l-.549.11c-.569.109-.978.329-.978.798s.369.739.829.739m5.515.698c-.878 0-1.477-.429-1.477-1.507v-2.575h-1.008v-.838h1.008v-1.677h1.038v1.677h1.098v.838h-1.098v2.435c0 .539.24.779.709.779.119 0 .239-.01.369-.03v.828c-.15.04-.389.07-.639.07m1.739-.08v-4.84h1.038v4.84zm-.05-5.669v-1.147h1.138v1.147zm4.633 5.829c-1.427 0-2.425-.998-2.425-2.575 0-1.547 1.008-2.585 2.425-2.585 1.428 0 2.436 1.038 2.436 2.585 0 1.577-1.008 2.575-2.436 2.575m0-.808c.839 0 1.378-.689 1.378-1.767 0-1.098-.549-1.766-1.378-1.766-.818 0-1.367.668-1.367 1.766 0 1.078.529 1.767 1.367 1.767m3.568.648v-4.84h1.028v.269c0 .13 0 .25-.02.4.269-.45.788-.829 1.497-.829 1.088 0 1.746.729 1.746 1.946v3.054h-1.038v-2.914c0-.808-.329-1.267-.988-1.267-.718 0-1.187.588-1.187 1.307v2.874z"
|
|
243
|
+
}),
|
|
244
|
+
/* @__PURE__ */ jsx("circle", {
|
|
245
|
+
cx: 260.3,
|
|
246
|
+
cy: 131.884,
|
|
247
|
+
r: 3.743,
|
|
248
|
+
fill: "#55C393",
|
|
249
|
+
fillOpacity: .2
|
|
250
|
+
}),
|
|
251
|
+
/* @__PURE__ */ jsx("circle", {
|
|
252
|
+
cx: 260.3,
|
|
253
|
+
cy: 131.884,
|
|
254
|
+
r: 1.871,
|
|
255
|
+
fill: "#55C393"
|
|
256
|
+
}),
|
|
257
|
+
/* @__PURE__ */ jsx("rect", {
|
|
258
|
+
width: 124.337,
|
|
259
|
+
height: 26.377,
|
|
260
|
+
x: 78.507,
|
|
261
|
+
y: 162.894,
|
|
262
|
+
fill: "#161616",
|
|
263
|
+
rx: 3.208
|
|
264
|
+
}),
|
|
265
|
+
/* @__PURE__ */ jsx("rect", {
|
|
266
|
+
width: 124.337,
|
|
267
|
+
height: 26.377,
|
|
268
|
+
x: 78.507,
|
|
269
|
+
y: 162.894,
|
|
270
|
+
stroke: "#777",
|
|
271
|
+
strokeWidth: .713,
|
|
272
|
+
rx: 3.208
|
|
273
|
+
}),
|
|
274
|
+
/* @__PURE__ */ jsx("rect", {
|
|
275
|
+
width: 19.961,
|
|
276
|
+
height: 19.961,
|
|
277
|
+
x: 83.141,
|
|
278
|
+
y: 166.102,
|
|
279
|
+
fill: "#131313",
|
|
280
|
+
rx: 2.852
|
|
281
|
+
}),
|
|
282
|
+
/* @__PURE__ */ jsxs("g", {
|
|
283
|
+
clipPath: "url(#workspace-setup-connect-dark_svg__c)",
|
|
284
|
+
children: [
|
|
285
|
+
/* @__PURE__ */ jsx("path", {
|
|
286
|
+
fill: "#fff",
|
|
287
|
+
d: "M99.727 177.336a.69.69 0 0 0-.57-.46 1.3 1.3 0 0 0-.455.025 4 4 0 0 1-.702.093 13.5 13.5 0 0 0 1.432-3.406c.475-1.839.221-2.677-.075-3.056-.785-1.003-1.93-1.542-3.313-1.559a5.9 5.9 0 0 0-1.722.241 6.5 6.5 0 0 0-1.007-.092c-.664-.01-1.252.135-1.753.432a8 8 0 0 0-1.24-.31c-1.21-.199-2.186-.044-2.9.46-.865.611-1.266 1.672-1.192 3.154.024.47.287 1.902.701 3.26.239.78.493 1.428.755 1.926.373.706.772 1.122 1.22 1.271.25.084.706.142 1.185-.257q.09.112.25.214c.136.087.303.157.47.199.601.15 1.165.112 1.645-.098l.007.237.011.332c.028.709.077 1.26.22 1.646l.03.088c.07.218.19.584.493.87.314.297.694.388 1.042.388.175 0 .341-.023.487-.055.521-.111 1.113-.281 1.54-.89.405-.576.601-1.443.637-2.81l.013-.111.008-.072.096.008.024.002c.53.024 1.18-.088 1.577-.273.315-.146 1.323-.679 1.086-1.397"
|
|
288
|
+
}),
|
|
289
|
+
/* @__PURE__ */ jsx("path", {
|
|
290
|
+
fill: "#336791",
|
|
291
|
+
d: "M98.82 177.475c-1.577.326-1.685-.208-1.685-.208 1.665-2.471 2.36-5.606 1.76-6.374-1.638-2.094-4.475-1.103-4.522-1.078l-.015.003a5.6 5.6 0 0 0-1.052-.11c-.714-.011-1.255.187-1.666.499 0 0-5.06-2.085-4.824 2.622.05 1.001 1.435 7.575 3.086 5.589.604-.726 1.188-1.34 1.188-1.34.29.193.636.291 1 .256l.028-.024a1 1 0 0 0 .011.282c-.425.476-.3.559-1.15.734-.862.178-.356.494-.026.576.4.1 1.326.242 1.952-.634l-.025.1c.167.134.284.869.264 1.535-.02.667-.032 1.124.099 1.481.131.358.262 1.162 1.38.922.935-.2 1.42-.719 1.487-1.584.047-.616.156-.525.162-1.075l.087-.261c.1-.834.016-1.103.592-.978l.14.013c.424.019.978-.069 1.304-.22.7-.325 1.116-.868.425-.726"
|
|
292
|
+
}),
|
|
293
|
+
/* @__PURE__ */ jsx("path", {
|
|
294
|
+
fill: "#fff",
|
|
295
|
+
d: "M91.936 173.276c-.142-.019-.27-.001-.336.048a.12.12 0 0 0-.05.082c-.009.059.032.124.058.157.07.095.175.16.278.174l.045.003c.172 0 .328-.134.342-.233.017-.124-.162-.206-.337-.231M96.644 173.28c-.014-.097-.187-.125-.35-.102-.164.023-.323.097-.31.194.01.076.147.205.31.205l.04-.003a.4.4 0 0 0 .225-.123c.058-.06.09-.127.085-.171"
|
|
296
|
+
}),
|
|
297
|
+
/* @__PURE__ */ jsx("path", {
|
|
298
|
+
fill: "#fff",
|
|
299
|
+
d: "M99.345 177.439q-.092-.274-.575-.174c-.955.197-1.297.06-1.41-.023a13.1 13.1 0 0 0 1.683-3.771c.156-.604.242-1.165.249-1.622.008-.502-.078-.871-.254-1.096-.71-.908-1.754-1.395-3.016-1.408-.868-.01-1.601.212-1.743.274-.3-.074-.626-.12-.981-.126-.652-.01-1.215.146-1.681.464a7.5 7.5 0 0 0-1.367-.358c-1.106-.179-1.986-.044-2.613.401-.75.531-1.095 1.479-1.028 2.819.023.45.28 1.837.685 3.165.533 1.748 1.113 2.737 1.724 2.941q.106.038.244.04c.223 0 .496-.1.78-.441.471-.568.912-1.043 1.074-1.216.24.129.503.201.773.208l.002.021q-.081.096-.137.168c-.186.237-.225.287-.826.411-.171.035-.626.128-.632.447-.007.348.537.494.599.509q.325.081.622.081c.483 0 .908-.159 1.247-.466-.01 1.24.041 2.462.19 2.834.122.305.42 1.05 1.361 1.05q.207.001.457-.052c.982-.211 1.409-.645 1.574-1.601.088-.512.24-1.733.31-2.388.151.047.345.068.554.068.436 0 .94-.092 1.256-.239.355-.165.995-.569.879-.92m-2.339-4.427c-.003.194-.03.369-.058.552-.03.197-.062.401-.07.649-.007.24.023.491.052.733.059.488.119.992-.115 1.488a2 2 0 0 1-.103-.212c-.029-.07-.092-.183-.179-.34-.34-.608-1.134-2.033-.727-2.615.121-.173.428-.351 1.2-.255m-.935-3.276c1.13.025 2.026.448 2.66 1.258.485.621-.05 3.446-1.599 5.884l-.047-.06-.02-.024c.4-.661.323-1.315.253-1.895-.029-.238-.056-.463-.049-.674.007-.224.037-.416.065-.601.036-.229.071-.465.061-.744a.3.3 0 0 0 .007-.105c-.025-.268-.33-1.068-.953-1.793a4.3 4.3 0 0 0-1.515-1.139c.291-.06.69-.117 1.137-.107m-6.33 8.538c-.313.376-.529.304-.6.28-.463-.154-1-1.133-1.473-2.684-.41-1.342-.65-2.692-.669-3.071-.06-1.197.23-2.031.863-2.48 1.029-.729 2.72-.293 3.4-.071l-.03.028c-1.115 1.127-1.088 3.051-1.086 3.169q0 .067.01.198c.018.324.054.926-.041 1.608a2.04 2.04 0 0 0 .675 1.834c-.192.204-.607.657-1.049 1.189m1.192-1.591a1.65 1.65 0 0 1-.431-1.378c.1-.72.063-1.348.043-1.685l-.006-.121c.162-.145.918-.549 1.456-.426.246.056.395.224.458.511.322 1.491.042 2.112-.182 2.611q-.07.151-.128.3l-.028.078a5 5 0 0 0-.184.553 1.4 1.4 0 0 1-.998-.443m.056 2.01a.9.9 0 0 1-.26-.112c.047-.022.131-.053.277-.083.708-.145.817-.248 1.055-.551.055-.069.117-.148.203-.244.128-.143.186-.119.292-.075.086.036.17.143.204.262.016.056.034.162-.025.245-.498.697-1.224.688-1.746.558m3.701 3.444c-.865.185-1.171-.256-1.373-.761-.13-.326-.194-1.795-.149-3.417a.2.2 0 0 0-.008-.062 1 1 0 0 0-.024-.115.8.8 0 0 0-.43-.515c-.079-.032-.223-.092-.396-.048.037-.152.101-.324.17-.51l.03-.078c.032-.088.074-.179.117-.276.235-.522.557-1.237.208-2.853-.131-.605-.568-.901-1.23-.832a2.8 2.8 0 0 0-1.05.35c.05-.609.241-1.749.956-2.47.45-.454 1.05-.678 1.78-.666 1.44.024 2.362.762 2.883 1.378.448.53.691 1.064.788 1.352-.729-.074-1.225.07-1.476.429-.547.782.299 2.3.706 3.03.074.133.139.249.159.298.132.321.304.535.429.692.038.048.076.094.104.135-.22.063-.618.21-.582.946-.029.369-.236 2.097-.341 2.707-.14.807-.436 1.107-1.27 1.286m3.611-4.132c-.225.104-.603.183-.963.2-.396.019-.598-.044-.646-.083-.022-.459.149-.506.33-.557l.082-.025.055.04c.319.21.887.233 1.69.067l.008-.002a2.1 2.1 0 0 1-.556.36"
|
|
300
|
+
})
|
|
301
|
+
]
|
|
302
|
+
}),
|
|
303
|
+
/* @__PURE__ */ jsx("path", {
|
|
304
|
+
fill: "#fff",
|
|
305
|
+
d: "M109.041 179.242c-1.048 0-1.736-.668-1.736-1.926v-3.074h1.038v2.894c0 .799.309 1.288.998 1.288.698 0 1.138-.529 1.138-1.407v-2.775h1.037v4.841h-1.028v-.25c0-.14.01-.289.03-.419-.239.489-.748.828-1.477.828m5.696 0c-1.337 0-2.136-.708-2.185-1.796h1.038c.029.619.429 1.008 1.137 1.008.609 0 1.008-.28 1.008-.709 0-.349-.269-.549-.818-.659l-.659-.129c-.958-.18-1.537-.649-1.537-1.427 0-.829.789-1.448 1.936-1.448 1.228 0 1.987.619 2.036 1.617h-1.038c-.049-.529-.429-.828-1.028-.828-.519 0-.878.229-.878.609 0 .339.24.509.819.618l.668.13c.908.18 1.517.609 1.517 1.437 0 .899-.768 1.577-2.016 1.577m5.242 0c-1.447 0-2.405-.918-2.405-2.595 0-1.507.998-2.565 2.365-2.565 1.457 0 2.286 1.018 2.286 2.585v.22h-3.603c.02.938.579 1.547 1.367 1.547.559 0 1.048-.27 1.148-.888h1.048c-.1.918-.858 1.696-2.206 1.696m1.158-3.094c-.01-.758-.459-1.277-1.208-1.277-.728 0-1.227.549-1.297 1.277zm2.215 2.935v-4.841h1.038v.289l-.02.549c.25-.549.729-.998 1.467-.998.08 0 .16 0 .24.02v1.008c-.08-.01-.17-.03-.31-.03-.838 0-1.377.45-1.377 1.517v2.486zm2.882-2.056v-.988h2.585v.988zm3.826 4.111v-6.896h1.038v.279c0 .13-.01.25-.02.4.289-.479.848-.839 1.587-.839 1.337 0 2.176 1.078 2.176 2.585 0 1.557-.929 2.575-2.206 2.575-.759 0-1.248-.339-1.557-.828l.02.429v2.295zm2.355-2.704c.819 0 1.358-.729 1.358-1.777 0-1.028-.519-1.756-1.358-1.756-.798 0-1.367.678-1.367 1.756 0 1.058.559 1.777 1.367 1.777m5.658.808c-1.447 0-2.405-.918-2.405-2.595 0-1.507.998-2.565 2.365-2.565 1.458 0 2.286 1.018 2.286 2.585v.22h-3.603c.02.938.579 1.547 1.367 1.547.559 0 1.048-.27 1.148-.888h1.048c-.1.918-.858 1.696-2.206 1.696m1.158-3.094c-.01-.758-.459-1.277-1.208-1.277-.728 0-1.227.549-1.297 1.277zm2.215 2.935v-4.841h1.038v.289l-.02.549c.25-.549.729-.998 1.467-.998.08 0 .16 0 .24.02v1.008c-.08-.01-.17-.03-.31-.03-.838 0-1.377.45-1.377 1.517v2.486zm3.666 0v-4.841h1.038v.299c0 .12-.01.25-.02.37.26-.449.729-.829 1.407-.829.619 0 1.128.39 1.358.929.309-.519.878-.929 1.577-.929.978 0 1.676.689 1.676 1.947v3.054h-1.038v-2.885c0-.808-.269-1.297-.908-1.297s-1.058.579-1.058 1.327v2.855h-1.038v-2.865c0-.818-.269-1.317-.898-1.317-.639 0-1.058.569-1.058 1.347v2.835zm8.412 0v-4.841h1.038v4.841zm-.049-5.669v-1.148h1.137v1.148zm4.313 5.828c-1.337 0-2.136-.708-2.186-1.796h1.038c.03.619.43 1.008 1.138 1.008.609 0 1.008-.28 1.008-.709 0-.349-.269-.549-.818-.659l-.659-.129c-.958-.18-1.537-.649-1.537-1.427 0-.829.789-1.448 1.936-1.448 1.228 0 1.986.619 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.229-.878.609 0 .339.24.509.818.618l.669.13c.908.18 1.517.609 1.517 1.437 0 .899-.768 1.577-2.016 1.577m4.943 0c-1.338 0-2.136-.708-2.186-1.796h1.038c.03.619.429 1.008 1.138 1.008.609 0 1.008-.28 1.008-.709 0-.349-.27-.549-.819-.659l-.658-.129c-.958-.18-1.537-.649-1.537-1.427 0-.829.788-1.448 1.936-1.448 1.227 0 1.986.619 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.229-.878.609 0 .339.239.509.818.618l.669.13c.908.18 1.517.609 1.517 1.437 0 .899-.769 1.577-2.016 1.577m3.136-.159v-4.841h1.038v4.841zm-.05-5.669v-1.148h1.138v1.148zm4.633 5.828c-1.427 0-2.425-.998-2.425-2.575 0-1.547 1.008-2.585 2.425-2.585 1.427 0 2.435 1.038 2.435 2.585 0 1.577-1.008 2.575-2.435 2.575m0-.808c.838 0 1.377-.689 1.377-1.767 0-1.098-.549-1.766-1.377-1.766-.818 0-1.367.668-1.367 1.766 0 1.078.529 1.767 1.367 1.767m3.567.649v-4.841h1.028v.27c0 .129 0 .249-.02.399a1.72 1.72 0 0 1 1.497-.829c1.088 0 1.747.729 1.747 1.947v3.054h-1.038v-2.915c0-.808-.329-1.267-.988-1.267-.719 0-1.188.589-1.188 1.307v2.875zm7.422.159c-1.337 0-2.136-.708-2.186-1.796h1.038c.03.619.429 1.008 1.138 1.008.609 0 1.008-.28 1.008-.709 0-.349-.27-.549-.818-.659l-.659-.129c-.958-.18-1.537-.649-1.537-1.427 0-.829.788-1.448 1.936-1.448 1.228 0 1.986.619 2.036 1.617h-1.038c-.05-.529-.429-.828-1.028-.828-.519 0-.878.229-.878.609 0 .339.239.509.818.618l.669.13c.908.18 1.517.609 1.517 1.437 0 .899-.769 1.577-2.016 1.577"
|
|
306
|
+
}),
|
|
307
|
+
/* @__PURE__ */ jsx("circle", {
|
|
308
|
+
cx: 193.22,
|
|
309
|
+
cy: 176.082,
|
|
310
|
+
r: 3.743,
|
|
311
|
+
fill: "#55C393",
|
|
312
|
+
fillOpacity: .2
|
|
313
|
+
}),
|
|
314
|
+
/* @__PURE__ */ jsx("circle", {
|
|
315
|
+
cx: 193.22,
|
|
316
|
+
cy: 176.083,
|
|
317
|
+
r: 1.871,
|
|
318
|
+
fill: "#55C393"
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsx("clipPath", {
|
|
321
|
+
id: "workspace-setup-connect-dark_svg__a",
|
|
322
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
323
|
+
fill: "#fff",
|
|
324
|
+
d: "M38.784 81.14h14.258V93.97H38.784z"
|
|
325
|
+
})
|
|
326
|
+
}), /* @__PURE__ */ jsx("clipPath", {
|
|
327
|
+
id: "workspace-setup-connect-dark_svg__c",
|
|
328
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
329
|
+
fill: "#fff",
|
|
330
|
+
d: "M85.863 168.824h14.258v14.258H85.863z"
|
|
331
|
+
})
|
|
332
|
+
})] })
|
|
333
|
+
]
|
|
334
|
+
});
|
|
335
|
+
//#endregion
|
|
336
|
+
export { SvgWorkspaceSetupConnectDark as default };
|