@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,460 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/onboarding/WorkspaceSetupBuildLight.tsx
|
|
3
|
+
var SvgWorkspaceSetupBuildLight = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 282 307",
|
|
7
|
+
...props,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fff",
|
|
11
|
+
d: "M0 0h281.351v263.767H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("mask", {
|
|
14
|
+
id: "workspace-setup-build-light_svg__b",
|
|
15
|
+
width: 756,
|
|
16
|
+
height: 476,
|
|
17
|
+
x: -149,
|
|
18
|
+
y: -32,
|
|
19
|
+
maskUnits: "userSpaceOnUse",
|
|
20
|
+
style: { maskType: "alpha" },
|
|
21
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "url(#workspace-setup-build-light_svg__a)",
|
|
23
|
+
d: "M-148.324-31.73h754.907v475h-754.907z"
|
|
24
|
+
})
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ jsxs("g", {
|
|
27
|
+
mask: "url(#workspace-setup-build-light_svg__b)",
|
|
28
|
+
children: [
|
|
29
|
+
/* @__PURE__ */ jsx("g", {
|
|
30
|
+
stroke: "#646464",
|
|
31
|
+
opacity: .35,
|
|
32
|
+
children: /* @__PURE__ */ jsx("path", { d: "M52.939 65.705 165.06 44.47M52.939 65.705l.462 123.218M52.939 65.705l88.71 89.695M53.837 190.326 293.57 29.158M53.837 190.33l92.897 63.296M150.412 194.005l-3.678 59.621M141.683 155.704l61.008 36.017M385.367 373.087 146.734 253.626M385.367 373.083 200.888 191.281M513.912 420.181 201.473 190.696M445.623 43.341 201.587 192.164M292.648 29.158 202.633 191.64" })
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsx("g", {
|
|
35
|
+
stroke: "#000",
|
|
36
|
+
strokeOpacity: .64,
|
|
37
|
+
strokeWidth: .633,
|
|
38
|
+
opacity: .12,
|
|
39
|
+
children: /* @__PURE__ */ jsx("path", { d: "M8.906 26.705h7.907M12.995 22.775v7.907M40.536 26.705h7.907M44.625 22.775v7.907M72.166 26.705h7.907M76.254 22.775v7.907M103.793 26.705h7.908M107.882 22.775v7.907M135.422 26.705h7.908M139.511 22.775v7.907M167.052 26.705h7.908M171.141 22.775v7.907M198.682 26.705h7.907M202.771 22.775v7.907M230.312 26.705h7.907M234.401 22.775v7.907M261.94 26.705h7.907M266.031 22.775v7.907M8.906 58.337h7.907M12.995 54.408v7.907M40.536 58.337h7.907M44.625 54.408v7.907M72.166 58.337h7.907M76.254 54.408v7.907M103.793 58.337h7.908M107.882 54.408v7.907M135.422 58.337h7.908M139.511 54.408v7.907M167.052 58.337h7.908M171.141 54.408v7.907M198.682 58.337h7.907M202.771 54.408v7.907M230.312 58.337h7.907M234.401 54.408v7.907M261.94 58.337h7.907M266.031 54.408v7.907M8.906 89.97h7.907M12.995 86.04v7.908M40.536 89.97h7.907M44.625 86.04v7.908M72.166 89.97h7.907M76.254 86.04v7.908M103.793 89.97h7.908M107.882 86.04v7.908M135.422 89.97h7.908M139.511 86.04v7.908M167.052 89.97h7.908M171.141 86.04v7.908M198.682 89.97h7.907M202.771 86.04v7.908M230.312 89.97h7.907M234.401 86.04v7.908M261.94 89.97h7.907M266.031 86.04v7.908M8.906 121.595h7.907M12.995 117.666v7.907M40.536 121.595h7.907M44.625 117.666v7.907M72.166 121.595h7.907M76.254 117.666v7.907M103.793 121.595h7.908M107.882 117.666v7.907M135.422 121.595h7.908M139.511 117.666v7.907M167.052 121.595h7.908M171.141 117.666v7.907M198.682 121.595h7.907M202.771 117.666v7.907M230.312 121.595h7.907M234.401 117.666v7.907M261.94 121.595h7.907M266.031 117.666v7.907M8.906 153.228h7.907M12.995 149.298v7.908M40.536 153.228h7.907M44.625 149.298v7.908M72.166 153.228h7.907M76.254 149.298v7.908M103.793 153.228h7.908M107.882 149.298v7.908M135.422 153.228h7.908M139.511 149.298v7.908M167.052 153.228h7.908M171.141 149.298v7.908M198.682 153.228h7.907M202.771 149.298v7.908M230.312 153.228h7.907M234.401 149.298v7.908M261.94 153.228h7.907M266.031 149.298v7.908M8.906 184.853h7.907M12.995 180.923v7.908M40.536 184.853h7.907M44.625 180.923v7.908M72.166 184.853h7.907M76.254 180.923v7.908M103.793 184.853h7.908M107.882 180.923v7.908M135.422 184.853h7.908M139.511 180.923v7.908M167.052 184.853h7.908M171.141 180.923v7.908M198.682 184.853h7.907M202.771 180.923v7.908M230.312 184.853h7.907M234.401 180.923v7.908M261.94 184.853h7.907M266.031 180.923v7.908M8.906 216.486h7.907M12.995 212.556v7.908M40.536 216.486h7.907M44.625 212.556v7.908M72.166 216.486h7.907M76.254 212.556v7.908M103.793 216.486h7.908M107.882 212.556v7.908M135.422 216.486h7.908M139.511 212.556v7.908M167.052 216.486h7.908M171.141 212.556v7.908M198.682 216.486h7.907M202.771 212.556v7.908M230.312 216.486h7.907M234.401 212.556v7.908M261.94 216.486h7.907M266.031 212.556v7.908M8.906 248.111h7.907M12.995 244.181v7.908M40.536 248.111h7.907M44.625 244.181v7.908M72.166 248.111h7.907M76.254 244.181v7.908M103.793 248.111h7.908M107.882 244.181v7.908M135.422 248.111h7.908M139.511 244.181v7.908M167.052 248.111h7.908M171.141 244.181v7.908M198.682 248.111h7.907M202.771 244.181v7.908M230.312 248.111h7.907M234.401 244.181v7.908M261.94 248.111h7.907M266.031 244.181v7.908M8.906 279.744h7.907M12.995 275.814v7.907M40.536 279.744h7.907M44.625 275.814v7.907M72.166 279.744h7.907M76.254 275.814v7.907M103.793 279.744h7.908M107.882 275.814v7.907M135.422 279.744h7.908M139.511 275.814v7.907M167.052 279.744h7.908M171.141 275.814v7.907M198.682 279.744h7.907M202.771 275.814v7.907M230.312 279.744h7.907M234.401 275.814v7.907M261.94 279.744h7.907M266.031 275.814v7.907" })
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("rect", {
|
|
42
|
+
width: 8.918,
|
|
43
|
+
height: 8.918,
|
|
44
|
+
x: 137.816,
|
|
45
|
+
y: 151.447,
|
|
46
|
+
fill: "#6D7D4F",
|
|
47
|
+
rx: 4.459
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ jsx("rect", {
|
|
50
|
+
width: 131,
|
|
51
|
+
height: 25,
|
|
52
|
+
x: 79.816,
|
|
53
|
+
y: 217.955,
|
|
54
|
+
fill: "#fff",
|
|
55
|
+
rx: 11.5
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ jsx("rect", {
|
|
58
|
+
width: 131,
|
|
59
|
+
height: 25,
|
|
60
|
+
x: 79.816,
|
|
61
|
+
y: 217.955,
|
|
62
|
+
stroke: "#E0E1E2",
|
|
63
|
+
rx: 11.5
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsx("path", {
|
|
66
|
+
fill: "#000",
|
|
67
|
+
fillOpacity: .64,
|
|
68
|
+
d: "M91.292 232.944h1c.085.987.438 1.206 1.912 1.206 1.548 0 1.889-.255 1.889-1.449 0-.975-.341-1.268-1.864-1.596-2.364-.512-2.888-.926-2.888-2.352 0-1.803.512-2.205 2.851-2.205 2.157 0 2.644.329 2.717 1.84h-.999c-.061-.744-.378-.914-1.718-.914-1.523 0-1.852.231-1.852 1.291 0 .804.341 1.06 1.876 1.389 2.364.512 2.876.951 2.876 2.547 0 1.949-.536 2.375-2.985 2.375-2.303 0-2.815-.377-2.815-2.132m7.489-3.46.243-.841h1.438v-1.425l.938-.402v1.827h2.254v.841h-2.266v3.509c0 .963.219 1.17 1.23 1.17.293 0 .537-.025 1.304-.11v.889c-.804.11-1.072.134-1.511.134-1.62 0-1.973-.365-1.973-2.034v-3.558zm11.606 3.826h.975c-.268 1.45-.707 1.766-2.413 1.766-2.29 0-2.79-.597-2.79-3.289 0-2.681.475-3.265 2.62-3.265 2.254 0 2.741.67 2.704 3.74h-4.398c.049 1.56.378 1.901 1.828 1.901.974 0 1.242-.159 1.474-.853m-3.29-1.925h3.448c-.048-1.596-.365-1.95-1.718-1.95-1.376 0-1.693.354-1.73 1.95m6.441 6.189v-8.931h.889v.695h.061c.256-.67.561-.816 1.681-.816 2.181 0 2.657.584 2.657 3.277s-.476 3.277-2.62 3.277c-1.109 0-1.401-.146-1.657-.816h-.061v3.314zm2.607-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.401 0-1.706.427-1.706 2.364s.305 2.364 1.706 2.364m4.747.792v-8.943h.975v3.594h.061c.341-.889.682-1.084 1.876-1.084 1.742 0 2.12.438 2.12 2.412v4.021h-.975v-4.021c0-1.255-.256-1.523-1.389-1.523-1.389 0-1.693.414-1.693 2.315v3.229zm11.411-1.645h.975c-.268 1.45-.707 1.766-2.412 1.766-2.291 0-2.79-.597-2.79-3.289 0-2.681.475-3.265 2.619-3.265 2.254 0 2.741.67 2.705 3.74h-4.398c.048 1.56.377 1.901 1.827 1.901.975 0 1.243-.159 1.474-.853m-3.289-1.925h3.448c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.694.354-1.73 1.95m6.452 3.57v-6.312h.914v1.024h.061c.353-.938.707-1.145 1.962-1.145 1.754 0 2.144.438 2.144 2.412v4.021h-.975v-4.021c0-1.206-.256-1.474-1.401-1.474-1.413 0-1.73.402-1.73 2.266v3.229zm14.831 0-1.109-8.285h.962l.732 7.005h.073l.073-1.145.999-5.86h1.182l.999 5.86.085 1.145h.073l.719-7.005h.962l-1.096 8.285h-1.145l-1.146-7.457h-.073l-1.145 7.457zm9.632.121c-2.242 0-2.729-.597-2.729-3.289 0-2.681.487-3.265 2.729-3.265 2.23 0 2.717.584 2.717 3.265 0 2.692-.487 3.289-2.717 3.289m0-.913c1.426 0 1.743-.427 1.743-2.376 0-1.925-.317-2.352-1.743-2.352-1.437 0-1.754.427-1.754 2.352 0 1.949.317 2.376 1.754 2.376m4.857.792v-.902l3.801-4.532h-3.594v-.878h4.679v.902l-3.765 4.52 3.765-.012v.902zm7.208 0v-6.312h.914v1.024h.061c.353-.938.706-1.145 1.961-1.145 1.755 0 2.144.438 2.144 2.412v4.021h-.974v-4.021c0-1.206-.256-1.474-1.401-1.474-1.414 0-1.73.402-1.73 2.266v3.229zm9.303-7.603v-1.34h1.341v1.34zm-1.73 7.603v-.865h2.108v-4.582h-1.986v-.865h2.924v5.447h1.986v.865zm11.119 0v-.817h-.061c-.292.768-.633.938-1.888.938-1.706 0-2.083-.329-2.083-1.827 0-1.767.511-2.157 2.826-2.157h1.206v-.268c0-1.182-.28-1.437-1.559-1.437-1.048 0-1.292.17-1.316.95h-.938c0-1.486.402-1.815 2.217-1.815 2.023 0 2.474.414 2.474 2.302v4.131zm-.012-3.01h-1.437c-1.341 0-1.633.207-1.633 1.182 0 .865.231 1.06 1.255 1.06 1.486 0 1.815-.402 1.815-2.242m3.687 3.01v-8.87h.975v5.288l2.619-2.73h1.292l-2.729 2.79 3.131 3.522h-1.34l-2.973-3.4v3.4z"
|
|
69
|
+
}),
|
|
70
|
+
/* @__PURE__ */ jsx("rect", {
|
|
71
|
+
width: 65,
|
|
72
|
+
height: 25,
|
|
73
|
+
x: 20.412,
|
|
74
|
+
y: 28.908,
|
|
75
|
+
fill: "#fff",
|
|
76
|
+
rx: 11.5
|
|
77
|
+
}),
|
|
78
|
+
/* @__PURE__ */ jsx("rect", {
|
|
79
|
+
width: 65,
|
|
80
|
+
height: 25,
|
|
81
|
+
x: 20.412,
|
|
82
|
+
y: 28.908,
|
|
83
|
+
stroke: "#E0E1E2",
|
|
84
|
+
rx: 11.5
|
|
85
|
+
}),
|
|
86
|
+
/* @__PURE__ */ jsx("path", {
|
|
87
|
+
fill: "#000",
|
|
88
|
+
fillOpacity: .64,
|
|
89
|
+
d: "M34.102 38.305v-1.34h1.34v1.34zm-1.73 7.603v-.865h2.108v-4.581h-1.986v-.866h2.924v5.447h1.986v.865zm9.072 0v-7.36h-2.266v-.925h5.544v.926h-2.279v7.359zm10.376 0h-.914v-1.024h-.06c-.354.938-.707 1.146-1.962 1.146-1.755 0-2.145-.44-2.145-2.413v-4.02h.975v4.02c0 1.206.256 1.474 1.401 1.474 1.413 0 1.73-.402 1.73-2.266v-3.229h.975zm2.2 0v-6.312h.914v1.024h.061c.353-.938.707-1.145 1.962-1.145 1.754 0 2.144.438 2.144 2.412v4.02h-.975v-4.02c0-1.206-.256-1.474-1.4-1.474-1.414 0-1.731.402-1.731 2.266v3.229zm11.448-1.645h.975c-.268 1.45-.707 1.767-2.412 1.767-2.29 0-2.79-.598-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.253 0 2.74.67 2.704 3.74h-4.398c.048 1.56.377 1.9 1.827 1.9.975 0 1.243-.158 1.474-.852m-3.29-1.925h3.449c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.694.354-1.73 1.95m6.429 1.767h.975c.048.828.353 1.01 1.645 1.01 1.267 0 1.547-.158 1.547-.9 0-.744-.317-.951-1.73-1.122-1.925-.231-2.352-.597-2.352-1.925 0-1.389.451-1.693 2.474-1.693 1.937 0 2.375.304 2.449 1.669h-.963c-.073-.621-.341-.755-1.474-.755-1.243 0-1.523.146-1.523.816 0 .633.292.804 1.608.999 2.035.292 2.486.646 2.486 2.047 0 1.462-.463 1.779-2.571 1.779s-2.571-.342-2.571-1.925"
|
|
90
|
+
}),
|
|
91
|
+
/* @__PURE__ */ jsx("rect", {
|
|
92
|
+
width: 109,
|
|
93
|
+
height: 25,
|
|
94
|
+
x: 110.089,
|
|
95
|
+
y: 9.251,
|
|
96
|
+
fill: "#fff",
|
|
97
|
+
rx: 11.5
|
|
98
|
+
}),
|
|
99
|
+
/* @__PURE__ */ jsx("rect", {
|
|
100
|
+
width: 109,
|
|
101
|
+
height: 25,
|
|
102
|
+
x: 110.089,
|
|
103
|
+
y: 9.251,
|
|
104
|
+
stroke: "#E0E1E2",
|
|
105
|
+
rx: 11.5
|
|
106
|
+
}),
|
|
107
|
+
/* @__PURE__ */ jsx("path", {
|
|
108
|
+
fill: "#000",
|
|
109
|
+
fillOpacity: .64,
|
|
110
|
+
d: "M123.863 18.649v-1.34h1.34v1.34zm-1.73 7.602v-.865h2.108v-4.58h-1.986v-.866h2.924v5.446h1.986v.866zm9.072 0v-7.359h-2.266v-.925h5.544v.925h-2.279v7.36zm10.376 0h-.914v-1.023h-.061c-.353.938-.706 1.145-1.961 1.145-1.755 0-2.145-.438-2.145-2.412v-4.02h.975v4.02c0 1.206.256 1.474 1.401 1.474 1.414 0 1.73-.402 1.73-2.266V19.94h.975zm2.201 0v-6.31h.913v1.023h.061c.354-.938.707-1.146 1.962-1.146 1.754 0 2.144.44 2.144 2.413v4.02h-.974v-4.02c0-1.206-.256-1.474-1.402-1.474-1.413 0-1.73.402-1.73 2.266v3.229zm11.448-1.644h.974c-.268 1.45-.706 1.766-2.412 1.766-2.291 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.619-3.265 2.254 0 2.742.67 2.705 3.74h-4.398c.049 1.56.377 1.901 1.827 1.901.975 0 1.243-.158 1.475-.852m-3.29-1.925h3.448c-.049-1.596-.366-1.95-1.718-1.95-1.377 0-1.693.354-1.73 1.95m6.428 1.766h.975c.049.829.353 1.011 1.645 1.011 1.267 0 1.547-.158 1.547-.901s-.317-.95-1.73-1.121c-1.925-.232-2.351-.597-2.351-1.925 0-1.389.45-1.694 2.473-1.694 1.937 0 2.376.305 2.449 1.67h-.963c-.073-.622-.341-.756-1.474-.756-1.243 0-1.523.146-1.523.817 0 .633.292.804 1.608.999 2.035.292 2.486.645 2.486 2.047 0 1.462-.463 1.778-2.571 1.778s-2.571-.34-2.571-1.925m14.294-.207h.999c.086.987.439 1.206 1.913 1.206 1.548 0 1.889-.255 1.889-1.45 0-.974-.341-1.267-1.864-1.596-2.364-.511-2.888-.926-2.888-2.351 0-1.803.512-2.205 2.851-2.205 2.157 0 2.644.329 2.717 1.84h-.999c-.061-.744-.378-.914-1.718-.914-1.523 0-1.852.231-1.852 1.291 0 .804.341 1.06 1.877 1.39 2.363.51 2.875.95 2.875 2.545 0 1.95-.536 2.376-2.985 2.376-2.303 0-2.815-.377-2.815-2.132m7.489-3.46.243-.84h1.438v-1.426l.938-.402v1.827h2.254v.841h-2.266v3.509c0 .962.219 1.17 1.231 1.17.292 0 .536-.025 1.303-.11v.89c-.804.109-1.072.133-1.511.133-1.62 0-1.973-.365-1.973-2.034V20.78zm10.01 5.592c-2.242 0-2.729-.597-2.729-3.29 0-2.68.487-3.265 2.729-3.265 2.23 0 2.717.585 2.717 3.266 0 2.692-.487 3.29-2.717 3.29m0-.914c1.425 0 1.742-.426 1.742-2.375 0-1.925-.317-2.352-1.742-2.352-1.438 0-1.755.427-1.755 2.352 0 1.95.317 2.375 1.755 2.375m5.795.793V19.94h.84l-.109 1.328h.061c.645-1.267.731-1.328 2.034-1.34.67-.012.987 0 1.499.061v.938a4 4 0 0 0-.902-.085c-2.034 0-2.485.524-2.485 2.887v2.523zm10.412-1.645h.975c-.268 1.45-.707 1.766-2.413 1.766-2.29 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.254 0 2.741.67 2.705 3.74h-4.399c.049 1.56.378 1.901 1.828 1.901.974 0 1.243-.158 1.474-.852m-3.29-1.925h3.448c-.048-1.596-.365-1.95-1.718-1.95-1.376 0-1.693.354-1.73 1.95"
|
|
111
|
+
}),
|
|
112
|
+
/* @__PURE__ */ jsx("rect", {
|
|
113
|
+
width: 81,
|
|
114
|
+
height: 25,
|
|
115
|
+
x: 12.412,
|
|
116
|
+
y: 153.783,
|
|
117
|
+
fill: "#fff",
|
|
118
|
+
rx: 11.5
|
|
119
|
+
}),
|
|
120
|
+
/* @__PURE__ */ jsx("rect", {
|
|
121
|
+
width: 81,
|
|
122
|
+
height: 25,
|
|
123
|
+
x: 12.412,
|
|
124
|
+
y: 153.783,
|
|
125
|
+
stroke: "#E0E1E2",
|
|
126
|
+
rx: 11.5
|
|
127
|
+
}),
|
|
128
|
+
/* @__PURE__ */ jsx("path", {
|
|
129
|
+
fill: "#000",
|
|
130
|
+
fillOpacity: .64,
|
|
131
|
+
d: "m24.177 170.783 2.376-8.285h1.596l2.376 8.285h-.987l-.61-2.072h-3.167l-.597 2.072zm1.852-2.997h2.644l-1.255-4.399h-.134zm6.063 5.616v-8.93h.89v.694h.06c.256-.67.56-.816 1.681-.816 2.181 0 2.656.585 2.656 3.277s-.475 3.278-2.62 3.278c-1.108 0-1.4-.147-1.656-.817h-.061v3.314zm2.607-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.401 0-1.706.427-1.706 2.364s.305 2.364 1.706 2.364m4.698 3.411v-8.93h.89v.694h.06c.256-.67.561-.816 1.682-.816 2.18 0 2.656.585 2.656 3.277s-.475 3.278-2.62 3.278c-1.108 0-1.4-.147-1.657-.817h-.06v3.314zm2.608-3.411c1.413 0 1.73-.427 1.73-2.34 0-1.961-.317-2.388-1.73-2.388-1.402 0-1.706.427-1.706 2.364s.304 2.364 1.706 2.364m4.759.792v-.865h2.193v-7.14h-2.072v-.865h3.022v8.005h2.035v.865zm11.399-1.645h.975c-.268 1.45-.707 1.767-2.413 1.767-2.29 0-2.79-.597-2.79-3.29 0-2.68.475-3.265 2.62-3.265 2.254 0 2.74.67 2.704 3.74h-4.398c.049 1.56.378 1.901 1.828 1.901.974 0 1.242-.159 1.474-.853m-3.29-1.925h3.448c-.048-1.596-.365-1.95-1.718-1.95-1.376 0-1.693.354-1.73 1.95m14.221 3.57v-.926h1.584v-6.433H69.18v-.926h3.996v.926h-1.499v6.433h1.572v.926zm7.306 0v-.926h1.584v-6.433h-1.499v-.926h3.996v.926h-1.498v6.433h1.571v.926z"
|
|
132
|
+
}),
|
|
133
|
+
/* @__PURE__ */ jsx("rect", {
|
|
134
|
+
width: 43,
|
|
135
|
+
height: 25,
|
|
136
|
+
x: 121.089,
|
|
137
|
+
y: 119.783,
|
|
138
|
+
fill: "#fff",
|
|
139
|
+
rx: 11.5
|
|
140
|
+
}),
|
|
141
|
+
/* @__PURE__ */ jsx("rect", {
|
|
142
|
+
width: 43,
|
|
143
|
+
height: 25,
|
|
144
|
+
x: 121.089,
|
|
145
|
+
y: 119.783,
|
|
146
|
+
stroke: "#E0E1E2",
|
|
147
|
+
rx: 11.5
|
|
148
|
+
}),
|
|
149
|
+
/* @__PURE__ */ jsx("path", {
|
|
150
|
+
fill: "#000",
|
|
151
|
+
fillOpacity: .64,
|
|
152
|
+
d: "M134.738 129.18v-1.34h1.34v1.34zm-1.73 7.603v-.865h2.108v-4.581h-1.986v-.865h2.924v5.446h1.986v.865zm9.584.122c-2.376 0-2.9-.768-2.9-4.265s.524-4.264 2.9-4.264c2.363 0 2.887.768 2.887 4.264s-.524 4.265-2.887 4.265m0-.926c1.535 0 1.876-.597 1.876-3.339s-.341-3.338-1.876-3.338c-1.548 0-1.889.597-1.889 3.338s.341 3.339 1.889 3.339m4.418-1.207h.999c.085.987.438 1.207 1.913 1.207 1.547 0 1.888-.256 1.888-1.45 0-.975-.341-1.267-1.864-1.596-2.364-.512-2.888-.926-2.888-2.352 0-1.803.512-2.205 2.851-2.205 2.157 0 2.644.329 2.717 1.84h-.999c-.061-.744-.377-.914-1.718-.914-1.523 0-1.852.231-1.852 1.291 0 .804.342 1.06 1.877 1.389 2.363.512 2.875.951 2.875 2.547 0 1.949-.536 2.376-2.985 2.376-2.303 0-2.814-.378-2.814-2.133"
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ jsx("g", {
|
|
155
|
+
filter: "url(#workspace-setup-build-light_svg__c)",
|
|
156
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
157
|
+
width: 14.944,
|
|
158
|
+
height: 14.944,
|
|
159
|
+
x: 195.086,
|
|
160
|
+
y: 183.852,
|
|
161
|
+
fill: "#53C031",
|
|
162
|
+
rx: 7.472
|
|
163
|
+
})
|
|
164
|
+
}),
|
|
165
|
+
/* @__PURE__ */ jsx("rect", {
|
|
166
|
+
width: 6.368,
|
|
167
|
+
height: 6.368,
|
|
168
|
+
x: 97.425,
|
|
169
|
+
y: 194.001,
|
|
170
|
+
fill: "#3A7428",
|
|
171
|
+
rx: 3.184
|
|
172
|
+
}),
|
|
173
|
+
/* @__PURE__ */ jsx("rect", {
|
|
174
|
+
width: 7.791,
|
|
175
|
+
height: 7.791,
|
|
176
|
+
x: 143.332,
|
|
177
|
+
y: 249.72,
|
|
178
|
+
fill: "#3A7428",
|
|
179
|
+
rx: 3.896
|
|
180
|
+
}),
|
|
181
|
+
/* @__PURE__ */ jsx("rect", {
|
|
182
|
+
width: 7.355,
|
|
183
|
+
height: 7.355,
|
|
184
|
+
x: 49.234,
|
|
185
|
+
y: 186.642,
|
|
186
|
+
fill: "#6C7C4E",
|
|
187
|
+
rx: 3.677
|
|
188
|
+
}),
|
|
189
|
+
/* @__PURE__ */ jsx("rect", {
|
|
190
|
+
width: 7.355,
|
|
191
|
+
height: 7.355,
|
|
192
|
+
x: 49.234,
|
|
193
|
+
y: 61.252,
|
|
194
|
+
fill: "#6C7C4E",
|
|
195
|
+
rx: 3.677
|
|
196
|
+
}),
|
|
197
|
+
/* @__PURE__ */ jsx("rect", {
|
|
198
|
+
width: 7.355,
|
|
199
|
+
height: 7.355,
|
|
200
|
+
x: 160.912,
|
|
201
|
+
y: 40.923,
|
|
202
|
+
fill: "#6C7C4E",
|
|
203
|
+
rx: 3.677
|
|
204
|
+
}),
|
|
205
|
+
/* @__PURE__ */ jsx("rect", {
|
|
206
|
+
width: 7.355,
|
|
207
|
+
height: 7.355,
|
|
208
|
+
x: 146.734,
|
|
209
|
+
y: 190.322,
|
|
210
|
+
fill: "#787B3A",
|
|
211
|
+
rx: 3.677
|
|
212
|
+
}),
|
|
213
|
+
/* @__PURE__ */ jsxs("g", {
|
|
214
|
+
clipPath: "url(#workspace-setup-build-light_svg__d)",
|
|
215
|
+
children: [
|
|
216
|
+
/* @__PURE__ */ jsx("mask", {
|
|
217
|
+
id: "workspace-setup-build-light_svg__e",
|
|
218
|
+
width: 68,
|
|
219
|
+
height: 68,
|
|
220
|
+
x: 180,
|
|
221
|
+
y: 171,
|
|
222
|
+
maskUnits: "userSpaceOnUse",
|
|
223
|
+
style: { maskType: "luminance" },
|
|
224
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
225
|
+
fill: "#fff",
|
|
226
|
+
d: "m232.097 171.502-51.847 15.417 15.416 51.848 51.848-15.417z"
|
|
227
|
+
})
|
|
228
|
+
}),
|
|
229
|
+
/* @__PURE__ */ jsx("g", {
|
|
230
|
+
mask: "url(#workspace-setup-build-light_svg__e)",
|
|
231
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
232
|
+
fill: "#fff",
|
|
233
|
+
d: "M208.387 214.527c-.679-.504-1.502-1.494-2.908-2.663-.727-.665-2.667-1.852-3.346-2.355-.516-.552-.613-.876-.644-1.573-.127-1.02.605-2.119 1.739-2.456.81-.241 1.813.166 2.605.459.421.228 1.1.732 1.52.959.42.228.469.39.889.618.469.389.727.665.372.065-.403-.762-.95-2.01-1.66-3.209-.451-.924-.661-1.038-1.016-1.638-.403-.762-.709-1.2-1.112-1.962-.307-.438-.854-1.686-1.209-2.286-.403-.762-.836-2.22-.381-3.061.342-.63 1.266-1.081 2.01-.95.955.245 1.778 1.235 2.085 1.673.565.713 1.226 1.751 1.773 2.999.806 1.524 2.015 3.81 2.159 4.296-.192-.648-.692-1.734-.722-2.43.017-.535.149-1.279.748-1.634.438-.306.924-.451 1.411-.595a3.7 3.7 0 0 1 1.537.424c.937.78 1.563 2.886 1.515 2.724-.031-.696-.416-1.992-.285-2.737.066-.372.618-.889.893-1.147a2.87 2.87 0 0 1 1.621-.482c.324-.096 1.116.197 1.375.473.468.39 1.112 1.962 1.467 2.562.048.162-.031-.697.149-1.279.359-1.165 2.531-2.164 3.367.057l.53 1.782.578 1.944c.193.648.465 2.155.495 2.851-.017.534-.166 1.813-.459 2.606 0 0-1.205 2.474-1.077 3.494.127 1.02.127 1.02.319 1.669.193.648.596 1.41.596 1.41s-1.248.547-1.944.578c-.697.03-1.844-.863-2.151-1.301-.468-.39-.954-.245-1.134.337-.131.745-.604 2.12-1.252 2.313-1.086.499-3.403 1.011-5.023 1.493 0 0-.158-1.716-.998-2.172l-2.313-1.252z"
|
|
234
|
+
})
|
|
235
|
+
}),
|
|
236
|
+
/* @__PURE__ */ jsx("mask", {
|
|
237
|
+
id: "workspace-setup-build-light_svg__f",
|
|
238
|
+
width: 68,
|
|
239
|
+
height: 68,
|
|
240
|
+
x: 180,
|
|
241
|
+
y: 171,
|
|
242
|
+
maskUnits: "userSpaceOnUse",
|
|
243
|
+
style: { maskType: "luminance" },
|
|
244
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
245
|
+
fill: "#fff",
|
|
246
|
+
d: "m232.097 171.502-51.847 15.417 15.416 51.848 51.848-15.417z"
|
|
247
|
+
})
|
|
248
|
+
}),
|
|
249
|
+
/* @__PURE__ */ jsx("g", {
|
|
250
|
+
mask: "url(#workspace-setup-build-light_svg__f)",
|
|
251
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
252
|
+
stroke: "#000",
|
|
253
|
+
strokeLinecap: "round",
|
|
254
|
+
strokeLinejoin: "round",
|
|
255
|
+
strokeWidth: 1.268,
|
|
256
|
+
d: "M208.387 214.527c-.679-.504-1.502-1.494-2.908-2.663-.727-.665-2.667-1.852-3.346-2.355-.516-.552-.613-.876-.644-1.573-.127-1.02.605-2.119 1.739-2.456.81-.241 1.813.166 2.605.459.421.228 1.1.732 1.52.959.42.228.469.39.889.618.469.389.727.665.372.065-.403-.762-.95-2.01-1.66-3.209-.451-.924-.661-1.038-1.016-1.638-.403-.762-.709-1.2-1.112-1.962-.307-.438-.854-1.686-1.209-2.286-.403-.762-.836-2.22-.381-3.061.342-.63 1.266-1.081 2.01-.95.955.245 1.778 1.235 2.085 1.673.565.713 1.226 1.751 1.773 2.999.806 1.524 2.015 3.81 2.159 4.296-.192-.648-.692-1.734-.722-2.43.017-.535.149-1.279.748-1.634.438-.306.924-.451 1.411-.595a3.7 3.7 0 0 1 1.537.424c.937.78 1.563 2.886 1.515 2.724-.031-.696-.416-1.992-.285-2.737.066-.372.618-.889.893-1.147a2.87 2.87 0 0 1 1.621-.482c.324-.096 1.116.197 1.375.473.468.39 1.112 1.962 1.467 2.562.048.162-.031-.697.149-1.279.359-1.165 2.531-2.164 3.367.057l.53 1.782.578 1.944c.193.648.465 2.155.495 2.851-.017.534-.166 1.813-.459 2.606 0 0-1.205 2.474-1.077 3.494.127 1.02.127 1.02.319 1.669.193.648.596 1.41.596 1.41s-1.248.547-1.944.578c-.697.03-1.844-.863-2.151-1.301-.468-.39-.954-.245-1.134.337-.131.745-.604 2.12-1.252 2.313-1.086.499-3.403 1.011-5.023 1.493 0 0-.158-1.716-.998-2.172l-2.313-1.252z"
|
|
257
|
+
})
|
|
258
|
+
}),
|
|
259
|
+
/* @__PURE__ */ jsx("mask", {
|
|
260
|
+
id: "workspace-setup-build-light_svg__g",
|
|
261
|
+
width: 68,
|
|
262
|
+
height: 68,
|
|
263
|
+
x: 180,
|
|
264
|
+
y: 171,
|
|
265
|
+
maskUnits: "userSpaceOnUse",
|
|
266
|
+
style: { maskType: "luminance" },
|
|
267
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
268
|
+
fill: "#fff",
|
|
269
|
+
d: "m232.097 171.502-51.847 15.417 15.416 51.848 51.848-15.417z"
|
|
270
|
+
})
|
|
271
|
+
}),
|
|
272
|
+
/* @__PURE__ */ jsx("g", {
|
|
273
|
+
mask: "url(#workspace-setup-build-light_svg__g)",
|
|
274
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
275
|
+
stroke: "#000",
|
|
276
|
+
strokeLinecap: "round",
|
|
277
|
+
strokeWidth: 1.268,
|
|
278
|
+
d: "m221.979 211.014-1.638-5.509"
|
|
279
|
+
})
|
|
280
|
+
}),
|
|
281
|
+
/* @__PURE__ */ jsx("mask", {
|
|
282
|
+
id: "workspace-setup-build-light_svg__h",
|
|
283
|
+
width: 68,
|
|
284
|
+
height: 68,
|
|
285
|
+
x: 180,
|
|
286
|
+
y: 171,
|
|
287
|
+
maskUnits: "userSpaceOnUse",
|
|
288
|
+
style: { maskType: "luminance" },
|
|
289
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
290
|
+
fill: "#fff",
|
|
291
|
+
d: "m232.097 171.502-51.847 15.417 15.416 51.848 51.848-15.417z"
|
|
292
|
+
})
|
|
293
|
+
}),
|
|
294
|
+
/* @__PURE__ */ jsx("g", {
|
|
295
|
+
mask: "url(#workspace-setup-build-light_svg__h)",
|
|
296
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
297
|
+
stroke: "#000",
|
|
298
|
+
strokeLinecap: "round",
|
|
299
|
+
strokeWidth: 1.268,
|
|
300
|
+
d: "m218.739 211.973-1.8-5.461"
|
|
301
|
+
})
|
|
302
|
+
}),
|
|
303
|
+
/* @__PURE__ */ jsx("mask", {
|
|
304
|
+
id: "workspace-setup-build-light_svg__i",
|
|
305
|
+
width: 68,
|
|
306
|
+
height: 68,
|
|
307
|
+
x: 180,
|
|
308
|
+
y: 171,
|
|
309
|
+
maskUnits: "userSpaceOnUse",
|
|
310
|
+
style: { maskType: "luminance" },
|
|
311
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
312
|
+
fill: "#fff",
|
|
313
|
+
d: "m232.097 171.502-51.847 15.417 15.416 51.848 51.848-15.417z"
|
|
314
|
+
})
|
|
315
|
+
}),
|
|
316
|
+
/* @__PURE__ */ jsx("g", {
|
|
317
|
+
mask: "url(#workspace-setup-build-light_svg__i)",
|
|
318
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
319
|
+
stroke: "#000",
|
|
320
|
+
strokeLinecap: "round",
|
|
321
|
+
strokeWidth: 1.268,
|
|
322
|
+
d: "m213.861 207.434 1.638 5.509"
|
|
323
|
+
})
|
|
324
|
+
})
|
|
325
|
+
]
|
|
326
|
+
}),
|
|
327
|
+
/* @__PURE__ */ jsxs("g", {
|
|
328
|
+
filter: "url(#workspace-setup-build-light_svg__j)",
|
|
329
|
+
children: [
|
|
330
|
+
/* @__PURE__ */ jsx("rect", {
|
|
331
|
+
width: 93.573,
|
|
332
|
+
height: 25.307,
|
|
333
|
+
x: 155.772,
|
|
334
|
+
y: 153.478,
|
|
335
|
+
fill: "#fff",
|
|
336
|
+
rx: 12.654,
|
|
337
|
+
shapeRendering: "crispEdges"
|
|
338
|
+
}),
|
|
339
|
+
/* @__PURE__ */ jsx("rect", {
|
|
340
|
+
width: 92.088,
|
|
341
|
+
height: 23.823,
|
|
342
|
+
x: 156.514,
|
|
343
|
+
y: 154.22,
|
|
344
|
+
stroke: "#226D0A",
|
|
345
|
+
strokeWidth: 1.485,
|
|
346
|
+
rx: 11.911,
|
|
347
|
+
shapeRendering: "crispEdges"
|
|
348
|
+
}),
|
|
349
|
+
/* @__PURE__ */ jsx("path", {
|
|
350
|
+
fill: "#101010",
|
|
351
|
+
d: "m164.874 171.132 2.484-8.663h1.669l2.484 8.663h-1.032l-.637-2.166h-3.312l-.624 2.166zm1.936-3.134h2.765l-1.313-4.599h-.14zm6.339 5.873v-9.338h.93v.726h.064c.268-.701.586-.854 1.758-.854 2.281 0 2.777.612 2.777 3.427s-.496 3.427-2.739 3.427c-1.159 0-1.465-.153-1.732-.853h-.064v3.465zm2.727-3.567c1.478 0 1.809-.446 1.809-2.446 0-2.051-.331-2.497-1.809-2.497-1.465 0-1.784.446-1.784 2.471s.319 2.472 1.784 2.472m4.912 3.567v-9.338h.93v.726h.064c.267-.701.586-.854 1.758-.854 2.28 0 2.777.612 2.777 3.427s-.497 3.427-2.739 3.427c-1.159 0-1.465-.153-1.732-.853h-.064v3.465zm2.727-3.567c1.477 0 1.809-.446 1.809-2.446 0-2.051-.332-2.497-1.809-2.497-1.466 0-1.784.446-1.784 2.471s.318 2.472 1.784 2.472m4.976.828v-.905h2.293v-7.465h-2.166v-.905h3.16v8.37h2.127v.905zm11.919-1.72h1.019c-.28 1.516-.739 1.847-2.522 1.847-2.395 0-2.918-.624-2.918-3.44 0-2.802.497-3.414 2.739-3.414 2.357 0 2.867.701 2.829 3.911h-4.599c.051 1.631.395 1.988 1.911 1.988 1.019 0 1.299-.166 1.541-.892m-3.44-2.013h3.606c-.051-1.669-.382-2.038-1.797-2.038-1.439 0-1.77.369-1.809 2.038m14.87 3.733v-.968h1.656v-6.727h-1.566v-.968h4.178v.968h-1.567v6.727h1.644v.968zm7.155 0v-6.599h.956v1.07h.063c.37-.981.739-1.198 2.051-1.198 1.835 0 2.242.459 2.242 2.523v4.204h-1.019v-4.204c0-1.262-.267-1.542-1.465-1.542-1.478 0-1.809.421-1.809 2.37v3.376zm12.136-1.848h.994c-.128 1.618-.574 1.975-2.421 1.975-2.433 0-2.968-.624-2.968-3.44 0-2.802.535-3.414 2.943-3.414 1.911 0 2.356.382 2.446 2.115h-1.02c-.191-.981-.458-1.198-1.49-1.198-1.529 0-1.86.446-1.86 2.51s.344 2.51 1.898 2.51c1.007 0 1.274-.191 1.478-1.058m4.951 1.848v-1.707h1.707v1.707z"
|
|
352
|
+
})
|
|
353
|
+
]
|
|
354
|
+
})
|
|
355
|
+
]
|
|
356
|
+
}),
|
|
357
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
358
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
359
|
+
id: "workspace-setup-build-light_svg__c",
|
|
360
|
+
width: 60.655,
|
|
361
|
+
height: 60.655,
|
|
362
|
+
x: 183.658,
|
|
363
|
+
y: 172.424,
|
|
364
|
+
colorInterpolationFilters: "sRGB",
|
|
365
|
+
filterUnits: "userSpaceOnUse",
|
|
366
|
+
children: [
|
|
367
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
368
|
+
floodOpacity: 0,
|
|
369
|
+
result: "BackgroundImageFix"
|
|
370
|
+
}),
|
|
371
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
372
|
+
in: "SourceAlpha",
|
|
373
|
+
result: "hardAlpha",
|
|
374
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
375
|
+
}),
|
|
376
|
+
/* @__PURE__ */ jsx("feOffset", {
|
|
377
|
+
dx: 11.428,
|
|
378
|
+
dy: 11.428
|
|
379
|
+
}),
|
|
380
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 11.428 }),
|
|
381
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
382
|
+
in2: "hardAlpha",
|
|
383
|
+
operator: "out"
|
|
384
|
+
}),
|
|
385
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0.15 0" }),
|
|
386
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
387
|
+
in2: "BackgroundImageFix",
|
|
388
|
+
result: "effect1_dropShadow_344_153920"
|
|
389
|
+
}),
|
|
390
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
391
|
+
in: "SourceGraphic",
|
|
392
|
+
in2: "effect1_dropShadow_344_153920",
|
|
393
|
+
result: "shape"
|
|
394
|
+
})
|
|
395
|
+
]
|
|
396
|
+
}),
|
|
397
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
398
|
+
id: "workspace-setup-build-light_svg__j",
|
|
399
|
+
width: 117.329,
|
|
400
|
+
height: 49.063,
|
|
401
|
+
x: 149.833,
|
|
402
|
+
y: 147.539,
|
|
403
|
+
colorInterpolationFilters: "sRGB",
|
|
404
|
+
filterUnits: "userSpaceOnUse",
|
|
405
|
+
children: [
|
|
406
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
407
|
+
floodOpacity: 0,
|
|
408
|
+
result: "BackgroundImageFix"
|
|
409
|
+
}),
|
|
410
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
411
|
+
in: "SourceAlpha",
|
|
412
|
+
result: "hardAlpha",
|
|
413
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ jsx("feOffset", {
|
|
416
|
+
dx: 5.939,
|
|
417
|
+
dy: 5.939
|
|
418
|
+
}),
|
|
419
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5.939 }),
|
|
420
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
421
|
+
in2: "hardAlpha",
|
|
422
|
+
operator: "out"
|
|
423
|
+
}),
|
|
424
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0 0.782677 0 0 0 0.15 0" }),
|
|
425
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
426
|
+
in2: "BackgroundImageFix",
|
|
427
|
+
result: "effect1_dropShadow_344_153920"
|
|
428
|
+
}),
|
|
429
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
430
|
+
in: "SourceGraphic",
|
|
431
|
+
in2: "effect1_dropShadow_344_153920",
|
|
432
|
+
result: "shape"
|
|
433
|
+
})
|
|
434
|
+
]
|
|
435
|
+
}),
|
|
436
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
437
|
+
id: "workspace-setup-build-light_svg__a",
|
|
438
|
+
x1: -60.346,
|
|
439
|
+
x2: -148.324,
|
|
440
|
+
y1: 205.77,
|
|
441
|
+
y2: 205.77,
|
|
442
|
+
gradientUnits: "userSpaceOnUse",
|
|
443
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#D9D9D9" }), /* @__PURE__ */ jsx("stop", {
|
|
444
|
+
offset: 1,
|
|
445
|
+
stopColor: "#D9D9D9",
|
|
446
|
+
stopOpacity: 0
|
|
447
|
+
})]
|
|
448
|
+
}),
|
|
449
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
450
|
+
id: "workspace-setup-build-light_svg__d",
|
|
451
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
452
|
+
fill: "#fff",
|
|
453
|
+
d: "m194.925 195.2 29.333-8.722 8.495 28.57-29.333 8.723z"
|
|
454
|
+
})
|
|
455
|
+
})
|
|
456
|
+
] })
|
|
457
|
+
]
|
|
458
|
+
});
|
|
459
|
+
//#endregion
|
|
460
|
+
export { SvgWorkspaceSetupBuildLight as default };
|