@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
package/README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# @galaxy-io/dls
|
|
2
|
+
|
|
3
|
+
Galaxy Design Language System. React components with precompiled Linaria styles — no bundler or Babel config required.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Add to your project's `.npmrc` (token needs `read:packages`):
|
|
8
|
+
|
|
9
|
+
```ini
|
|
10
|
+
@galaxy-io:registry=https://npm.pkg.github.com
|
|
11
|
+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
pnpm add @galaxy-io/dls
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Use
|
|
19
|
+
|
|
20
|
+
```tsx
|
|
21
|
+
import "@galaxy-io/dls/styles.css";
|
|
22
|
+
|
|
23
|
+
import { GalaxyThemeProvider } from "@galaxy-io/dls/theme/GalaxyTheme";
|
|
24
|
+
import Button from "@galaxy-io/dls/buttons/Button";
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Import the stylesheet once at your app root, wrap your app in `GalaxyThemeProvider`, and import components by subpath. Peers: `react`, `react-dom` (18 or 19), `@tanstack/react-query`.
|
|
28
|
+
|
|
29
|
+
## Develop
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
pnpm install
|
|
33
|
+
pnpm storybook # playground at :6006
|
|
34
|
+
pnpm build # dist/
|
|
35
|
+
pnpm lint && pnpm typecheck
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Release
|
|
39
|
+
|
|
40
|
+
Actions → **Release** → Run workflow → pick `patch` / `minor` / `major`. CI bumps, tags, publishes to GitHub Packages, and deploys Storybook to [storybook.getgalaxy.io](https://storybook.getgalaxy.io).
|
|
41
|
+
|
|
42
|
+
Agent guidance: [`AGENTS.md`](./AGENTS.md) · skills in [`skills/`](./skills)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React, { type PropsWithChildren } from "react";
|
|
2
|
+
import type { Icon as PhosphorIcon } from "@phosphor-icons/react";
|
|
3
|
+
export declare enum AccordionVariant {
|
|
4
|
+
PRIMARY = "PRIMARY",
|
|
5
|
+
SECONDARY = "SECONDARY",
|
|
6
|
+
TERTIARY = "TERTIARY"
|
|
7
|
+
}
|
|
8
|
+
export declare enum AccordionSize {
|
|
9
|
+
SMALL = "SMALL",
|
|
10
|
+
MEDIUM = "MEDIUM",
|
|
11
|
+
LARGE = "LARGE"
|
|
12
|
+
}
|
|
13
|
+
export interface AccordionProps {
|
|
14
|
+
variant?: AccordionVariant;
|
|
15
|
+
size?: AccordionSize;
|
|
16
|
+
icon?: PhosphorIcon;
|
|
17
|
+
isTrailingIcon?: boolean;
|
|
18
|
+
header: string;
|
|
19
|
+
subheader?: string;
|
|
20
|
+
metric?: React.ReactNode;
|
|
21
|
+
borderRadius?: number | string;
|
|
22
|
+
padding?: string | number;
|
|
23
|
+
isOpenInitial?: boolean;
|
|
24
|
+
/** Controlled mode: external open state */
|
|
25
|
+
isOpen?: boolean;
|
|
26
|
+
/** Controlled mode: callback when toggle is clicked */
|
|
27
|
+
onToggle?: () => void;
|
|
28
|
+
}
|
|
29
|
+
declare const Accordion: ({ children, variant, size, icon, isTrailingIcon, header, subheader, metric, borderRadius, padding, isOpenInitial, isOpen: controlledIsOpen, onToggle: controlledOnToggle, }: PropsWithChildren<AccordionProps>) => React.JSX.Element;
|
|
30
|
+
export default Accordion;
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { withTheme } from "../theme/GalaxyTheme.js";
|
|
2
|
+
import { getCssSizeValue } from "../utils/linaria.js";
|
|
3
|
+
import Text, { TextSize, TextVariant, TextWeight } from "../text/Text.js";
|
|
4
|
+
import FlexWrapper, { AlignItems, FlexDirection } from "../containers/FlexWrapper.js";
|
|
5
|
+
import FlexItem from "../containers/FlexItem.js";
|
|
6
|
+
import Icon, { IconVariant } from "../icons/Icon.js";
|
|
7
|
+
import RotateWithTransition from "../animations/RotateWithTransition.js";
|
|
8
|
+
import HorizontalDivider from "../dividers/HorizontalDivider.js";
|
|
9
|
+
/* empty css */
|
|
10
|
+
import { styled } from "@linaria/react";
|
|
11
|
+
import { match } from "ts-pattern";
|
|
12
|
+
import { useState } from "react";
|
|
13
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
|
+
import { CaretDownIcon } from "@phosphor-icons/react";
|
|
15
|
+
//#region src/accordion/Accordion.tsx
|
|
16
|
+
var AccordionVariant = /* @__PURE__ */ function(AccordionVariant) {
|
|
17
|
+
AccordionVariant["PRIMARY"] = "PRIMARY";
|
|
18
|
+
AccordionVariant["SECONDARY"] = "SECONDARY";
|
|
19
|
+
AccordionVariant["TERTIARY"] = "TERTIARY";
|
|
20
|
+
return AccordionVariant;
|
|
21
|
+
}({});
|
|
22
|
+
var AccordionSize = /* @__PURE__ */ function(AccordionSize) {
|
|
23
|
+
AccordionSize["SMALL"] = "SMALL";
|
|
24
|
+
AccordionSize["MEDIUM"] = "MEDIUM";
|
|
25
|
+
AccordionSize["LARGE"] = "LARGE";
|
|
26
|
+
return AccordionSize;
|
|
27
|
+
}({});
|
|
28
|
+
var _exp = () => ({ theme, $variant }) => {
|
|
29
|
+
return match($variant).with("PRIMARY", () => theme.color.background.primary).with("SECONDARY", () => theme.color.background.secondary).with("TERTIARY", () => theme.color.background.tertiary).exhaustive();
|
|
30
|
+
};
|
|
31
|
+
var _exp2 = () => ({ theme, $isOpen }) => $isOpen ? theme.color.border.secondary : theme.color.border.primary;
|
|
32
|
+
var _exp3 = () => ({ $borderRadius }) => $borderRadius === void 0 ? "5px" : getCssSizeValue($borderRadius);
|
|
33
|
+
var _exp4 = () => ({ theme, $variant }) => {
|
|
34
|
+
return match($variant).with("PRIMARY", () => theme.color.border.secondary).with("SECONDARY", () => theme.color.border.secondary).with("TERTIARY", () => theme.color.border.secondary).exhaustive();
|
|
35
|
+
};
|
|
36
|
+
var AccordionWrapper = withTheme(/*#__PURE__*/ styled("div")({
|
|
37
|
+
name: "AccordionWrapper",
|
|
38
|
+
class: "a1uic4p3",
|
|
39
|
+
propsAsIs: false,
|
|
40
|
+
vars: {
|
|
41
|
+
"a1uic4p3-0": [_exp()],
|
|
42
|
+
"a1uic4p3-1": [_exp2()],
|
|
43
|
+
"a1uic4p3-2": [_exp3()],
|
|
44
|
+
"a1uic4p3-3": [_exp4()]
|
|
45
|
+
}
|
|
46
|
+
}));
|
|
47
|
+
var _exp5 = () => ({ $size }) => {
|
|
48
|
+
return match($size).with("SMALL", () => "8px").with("MEDIUM", () => "12px").with("LARGE", () => "16px").exhaustive();
|
|
49
|
+
};
|
|
50
|
+
var AccordionHeader = withTheme(/*#__PURE__*/ styled("button")({
|
|
51
|
+
name: "AccordionHeader",
|
|
52
|
+
class: "a1gttren",
|
|
53
|
+
propsAsIs: false,
|
|
54
|
+
vars: { "a1gttren-0": [_exp5()] }
|
|
55
|
+
}));
|
|
56
|
+
var _exp6 = () => ({ $isOpen }) => $isOpen ? "1fr" : "0fr";
|
|
57
|
+
var AccordionContent = withTheme(/*#__PURE__*/ styled("div")({
|
|
58
|
+
name: "AccordionContent",
|
|
59
|
+
class: "ai1xw52",
|
|
60
|
+
propsAsIs: false,
|
|
61
|
+
vars: { "ai1xw52-0": [_exp6()] }
|
|
62
|
+
}));
|
|
63
|
+
var AccordionContentInner = withTheme(/*#__PURE__*/ styled("div")({
|
|
64
|
+
name: "AccordionContentInner",
|
|
65
|
+
class: "a1f5gwwu",
|
|
66
|
+
propsAsIs: false
|
|
67
|
+
}));
|
|
68
|
+
var Accordion = ({ children, variant = "PRIMARY", size = "MEDIUM", icon, isTrailingIcon = false, header, subheader, metric, borderRadius, padding = "12px", isOpenInitial = false, isOpen: controlledIsOpen, onToggle: controlledOnToggle }) => {
|
|
69
|
+
const [internalIsOpen, setInternalIsOpen] = useState(isOpenInitial);
|
|
70
|
+
const isControlled = controlledIsOpen !== void 0;
|
|
71
|
+
const isOpen = isControlled ? controlledIsOpen : internalIsOpen;
|
|
72
|
+
const handleToggle = () => {
|
|
73
|
+
if (isControlled) controlledOnToggle?.();
|
|
74
|
+
else setInternalIsOpen((prev) => !prev);
|
|
75
|
+
};
|
|
76
|
+
return /* @__PURE__ */ jsxs(AccordionWrapper, {
|
|
77
|
+
$borderRadius: borderRadius,
|
|
78
|
+
$variant: variant,
|
|
79
|
+
$isOpen: isOpen,
|
|
80
|
+
children: [
|
|
81
|
+
/* @__PURE__ */ jsxs(AccordionHeader, {
|
|
82
|
+
$isOpen: isOpen,
|
|
83
|
+
$variant: variant,
|
|
84
|
+
$size: size,
|
|
85
|
+
onClick: handleToggle,
|
|
86
|
+
type: "button",
|
|
87
|
+
children: [/* @__PURE__ */ jsxs(FlexWrapper, {
|
|
88
|
+
alignItems: AlignItems.CENTER,
|
|
89
|
+
gap: 8,
|
|
90
|
+
children: [
|
|
91
|
+
icon && !isTrailingIcon && /* @__PURE__ */ jsx(Icon, {
|
|
92
|
+
component: icon,
|
|
93
|
+
variant: isOpen ? IconVariant.PRIMARY : IconVariant.SECONDARY,
|
|
94
|
+
size: 16
|
|
95
|
+
}),
|
|
96
|
+
/* @__PURE__ */ jsxs(FlexWrapper, {
|
|
97
|
+
direction: FlexDirection.COLUMN,
|
|
98
|
+
gap: 2,
|
|
99
|
+
children: [/* @__PURE__ */ jsx(Text, {
|
|
100
|
+
variant: isOpen ? TextVariant.PRIMARY : TextVariant.SECONDARY,
|
|
101
|
+
weight: TextWeight.MEDIUM,
|
|
102
|
+
children: header
|
|
103
|
+
}), subheader && /* @__PURE__ */ jsx(Text, {
|
|
104
|
+
size: TextSize.BODY_SM,
|
|
105
|
+
variant: isOpen ? TextVariant.SECONDARY : TextVariant.TERTIARY,
|
|
106
|
+
children: subheader
|
|
107
|
+
})]
|
|
108
|
+
}),
|
|
109
|
+
icon && isTrailingIcon && /* @__PURE__ */ jsx(Icon, {
|
|
110
|
+
component: icon,
|
|
111
|
+
variant: isOpen ? IconVariant.PRIMARY : IconVariant.SECONDARY,
|
|
112
|
+
size: 16
|
|
113
|
+
})
|
|
114
|
+
]
|
|
115
|
+
}), /* @__PURE__ */ jsxs(FlexWrapper, {
|
|
116
|
+
alignItems: AlignItems.CENTER,
|
|
117
|
+
gap: 8,
|
|
118
|
+
children: [metric && metric, /* @__PURE__ */ jsx(RotateWithTransition, {
|
|
119
|
+
isRotated: isOpen,
|
|
120
|
+
deg: -180,
|
|
121
|
+
children: /* @__PURE__ */ jsx(Icon, {
|
|
122
|
+
component: CaretDownIcon,
|
|
123
|
+
variant: isOpen ? IconVariant.PRIMARY : IconVariant.SECONDARY,
|
|
124
|
+
size: 12
|
|
125
|
+
})
|
|
126
|
+
})]
|
|
127
|
+
})]
|
|
128
|
+
}),
|
|
129
|
+
isOpen && /* @__PURE__ */ jsx(FlexItem, {
|
|
130
|
+
shrink: 0,
|
|
131
|
+
fillWidth: true,
|
|
132
|
+
children: /* @__PURE__ */ jsx(HorizontalDivider, {})
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ jsx(AccordionContent, {
|
|
135
|
+
$isOpen: isOpen,
|
|
136
|
+
children: /* @__PURE__ */ jsx(AccordionContentInner, { children: /* @__PURE__ */ jsx(FlexWrapper, {
|
|
137
|
+
direction: FlexDirection.COLUMN,
|
|
138
|
+
gap: 12,
|
|
139
|
+
padding,
|
|
140
|
+
children
|
|
141
|
+
}) })
|
|
142
|
+
})
|
|
143
|
+
]
|
|
144
|
+
});
|
|
145
|
+
};
|
|
146
|
+
//#endregion
|
|
147
|
+
export { AccordionSize, AccordionVariant, Accordion as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { motion } from "framer-motion";
|
|
3
|
+
//#region src/animations/Fade.tsx
|
|
4
|
+
var Fade = ({ children, delay = 0 }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(motion.div, {
|
|
6
|
+
initial: { opacity: 0 },
|
|
7
|
+
animate: { opacity: 1 },
|
|
8
|
+
exit: { opacity: 0 },
|
|
9
|
+
transition: {
|
|
10
|
+
duration: .2,
|
|
11
|
+
ease: "easeInOut",
|
|
12
|
+
delay
|
|
13
|
+
},
|
|
14
|
+
style: {
|
|
15
|
+
width: "100%",
|
|
16
|
+
height: "100%"
|
|
17
|
+
},
|
|
18
|
+
children
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
//#endregion
|
|
22
|
+
export { Fade as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { styled } from "@linaria/react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
//#region src/animations/Flashing.tsx
|
|
5
|
+
var StyledFlashing = /*#__PURE__*/ styled("span")({
|
|
6
|
+
name: "StyledFlashing",
|
|
7
|
+
class: "s1v6noph",
|
|
8
|
+
propsAsIs: false
|
|
9
|
+
});
|
|
10
|
+
var Flashing = ({ children }) => {
|
|
11
|
+
return /* @__PURE__ */ jsx(StyledFlashing, { children });
|
|
12
|
+
};
|
|
13
|
+
//#endregion
|
|
14
|
+
export { Flashing as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
2
|
+
export interface RotateWithTransitionProps {
|
|
3
|
+
isRotated: boolean;
|
|
4
|
+
deg?: number;
|
|
5
|
+
speed?: number;
|
|
6
|
+
}
|
|
7
|
+
declare const RotateWithTransition: ({ children, isRotated, deg, speed, }: PropsWithChildren<RotateWithTransitionProps>) => import("react").JSX.Element;
|
|
8
|
+
export default RotateWithTransition;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { styled } from "@linaria/react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
//#region src/animations/RotateWithTransition.tsx
|
|
5
|
+
var _exp = () => ({ $speed }) => $speed ?? .075;
|
|
6
|
+
var _exp2 = () => ({ $isRotated, $deg }) => {
|
|
7
|
+
if ($isRotated) return `${$deg}deg`;
|
|
8
|
+
return "0deg";
|
|
9
|
+
};
|
|
10
|
+
var RotateWithTransitionWrapper = /*#__PURE__*/ styled("div")({
|
|
11
|
+
name: "RotateWithTransitionWrapper",
|
|
12
|
+
class: "r94gjni",
|
|
13
|
+
propsAsIs: false,
|
|
14
|
+
vars: {
|
|
15
|
+
"r94gjni-0": [_exp(), "s"],
|
|
16
|
+
"r94gjni-1": [_exp2()]
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var RotateWithTransition = ({ children, isRotated, deg = 180, speed }) => {
|
|
20
|
+
return /* @__PURE__ */ jsx(RotateWithTransitionWrapper, {
|
|
21
|
+
$isRotated: isRotated,
|
|
22
|
+
$deg: deg,
|
|
23
|
+
$speed: speed,
|
|
24
|
+
children
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
//#endregion
|
|
28
|
+
export { RotateWithTransition as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { motion } from "framer-motion";
|
|
3
|
+
//#region src/animations/ScaleFade.tsx
|
|
4
|
+
var ScaleFade = ({ children, delay = 0 }) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(motion.div, {
|
|
6
|
+
initial: {
|
|
7
|
+
opacity: 0,
|
|
8
|
+
scale: .95
|
|
9
|
+
},
|
|
10
|
+
animate: {
|
|
11
|
+
opacity: 1,
|
|
12
|
+
scale: 1
|
|
13
|
+
},
|
|
14
|
+
exit: {
|
|
15
|
+
opacity: 0,
|
|
16
|
+
scale: .95
|
|
17
|
+
},
|
|
18
|
+
transition: {
|
|
19
|
+
duration: .2,
|
|
20
|
+
ease: "easeOut",
|
|
21
|
+
delay
|
|
22
|
+
},
|
|
23
|
+
style: {
|
|
24
|
+
width: "100%",
|
|
25
|
+
height: "100%"
|
|
26
|
+
},
|
|
27
|
+
children
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
//#endregion
|
|
31
|
+
export { ScaleFade as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
2
|
+
export interface SpinAnimationProps {
|
|
3
|
+
speed?: number;
|
|
4
|
+
isEnabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const SpinAnimation: ({ children, speed, isEnabled, }: PropsWithChildren<SpinAnimationProps>) => import("react").JSX.Element;
|
|
7
|
+
export default SpinAnimation;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { styled } from "@linaria/react";
|
|
3
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
4
|
+
//#region src/animations/SpinAnimation.tsx
|
|
5
|
+
var _exp = () => ({ $speed }) => 1 / $speed;
|
|
6
|
+
var StyledSpinAnimation = /*#__PURE__*/ styled("div")({
|
|
7
|
+
name: "StyledSpinAnimation",
|
|
8
|
+
class: "s1eqyn2i",
|
|
9
|
+
propsAsIs: false,
|
|
10
|
+
vars: { "s1eqyn2i-0": [_exp(), "s"] }
|
|
11
|
+
});
|
|
12
|
+
var SpinAnimation = ({ children, speed = 1, isEnabled = true }) => {
|
|
13
|
+
if (isEnabled) return /* @__PURE__ */ jsx(StyledSpinAnimation, {
|
|
14
|
+
$speed: speed,
|
|
15
|
+
children
|
|
16
|
+
});
|
|
17
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
18
|
+
};
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SpinAnimation as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
2
|
+
export interface SpinVerticalAnimationProps {
|
|
3
|
+
speed?: number;
|
|
4
|
+
}
|
|
5
|
+
declare const SpinVerticalAnimation: ({ children, speed, }: PropsWithChildren<SpinVerticalAnimationProps>) => import("react").JSX.Element;
|
|
6
|
+
export default SpinVerticalAnimation;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { styled } from "@linaria/react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
//#region src/animations/SpinVerticalAnimation.tsx
|
|
5
|
+
var _exp = () => ({ $speed }) => 1 / $speed;
|
|
6
|
+
var StyledSpinVerticalAnimation = /*#__PURE__*/ styled("div")({
|
|
7
|
+
name: "StyledSpinVerticalAnimation",
|
|
8
|
+
class: "s1eibpeh",
|
|
9
|
+
propsAsIs: false,
|
|
10
|
+
vars: { "s1eibpeh-0": [_exp(), "s"] }
|
|
11
|
+
});
|
|
12
|
+
var SpinVerticalAnimation = ({ children, speed = 1 }) => {
|
|
13
|
+
return /* @__PURE__ */ jsx(StyledSpinVerticalAnimation, {
|
|
14
|
+
$speed: speed,
|
|
15
|
+
children
|
|
16
|
+
});
|
|
17
|
+
};
|
|
18
|
+
//#endregion
|
|
19
|
+
export { SpinVerticalAnimation as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/GalaxyLogomarkDark.tsx
|
|
3
|
+
var SvgGalaxyLogomarkDark = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"data-name": "Layer 1",
|
|
6
|
+
viewBox: "0 0 1080 1080",
|
|
7
|
+
...props,
|
|
8
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M239.88 479.75c132.27 0 239.88-107.61 239.88-239.88S372.14 0 239.88 0 0 107.61 0 239.88s107.61 239.88 239.88 239.88M840.12 600.25c-132.27 0-239.88 107.61-239.88 239.88s107.61 239.88 239.88 239.88S1080 972.4 1080 840.13 972.39 600.25 840.12 600.25" }), /* @__PURE__ */ jsx("path", { d: "M473.59 894.23c27.96-103.95.03-195.9 112.41-308.28 112.37-112.38 204.13-84.39 308.07-112.32 8.08-1.87 16.02-4.15 23.77-6.81.07-.02.13-.04.19-.06h.01c94.13-32.43 161.95-121.88 161.95-226.88C1080 107.61 972.39 0 840.12 0c-105 0-194.44 67.82-226.87 161.95h-.01c-.03.1-.05.18-.08.26-2.65 7.72-4.92 15.61-6.78 23.67-27.93 103.9-.72 196.5-112.24 308.02-111.53 111.52-204.35 84.54-308.26 112.48-8.06 1.86-15.95 4.13-23.67 6.78-.08.02-.16.05-.25.08h-.01C67.82 645.68 0 735.13 0 840.13c0 132.26 107.61 239.86 239.88 239.86 105 0 194.46-67.82 226.88-161.95 0-.02 0-.04.01-.06a233 233 0 0 0 6.81-23.74" })]
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SvgGalaxyLogomarkDark as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/GalaxyLogomarkLight.tsx
|
|
3
|
+
var SvgGalaxyLogomarkLight = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"data-name": "Layer 1",
|
|
6
|
+
viewBox: "0 0 1080 1080",
|
|
7
|
+
...props,
|
|
8
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "#fff",
|
|
10
|
+
d: "M239.88 479.75c132.27 0 239.88-107.61 239.88-239.88S372.14 0 239.88 0 0 107.61 0 239.88s107.61 239.88 239.88 239.88M840.12 600.25c-132.27 0-239.88 107.61-239.88 239.88s107.61 239.88 239.88 239.88S1080 972.4 1080 840.13 972.39 600.25 840.12 600.25"
|
|
11
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
d: "M473.59 894.23c27.96-103.95.03-195.9 112.41-308.28 112.37-112.38 204.13-84.39 308.07-112.32 8.08-1.87 16.02-4.15 23.77-6.81.07-.02.13-.04.19-.06h.01c94.13-32.43 161.95-121.88 161.95-226.88C1080 107.61 972.39 0 840.12 0c-105 0-194.44 67.82-226.87 161.95h-.01c-.03.1-.05.18-.08.26-2.65 7.72-4.92 15.61-6.78 23.67-27.93 103.9-.72 196.5-112.24 308.02-111.53 111.52-204.35 84.54-308.26 112.48-8.06 1.86-15.95 4.13-23.67 6.78-.08.02-.16.05-.25.08h-.01C67.82 645.68 0 735.13 0 840.13c0 132.26 107.61 239.86 239.88 239.86 105 0 194.46-67.82 226.88-161.95 0-.02 0-.04.01-.06a233 233 0 0 0 6.81-23.74"
|
|
14
|
+
})]
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { SvgGalaxyLogomarkLight as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/GalaxyWordmarkDark.tsx
|
|
3
|
+
var SvgGalaxyWordmarkDark = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"data-name": "Layer 1",
|
|
6
|
+
viewBox: "0 0 1080 355.84",
|
|
7
|
+
...props,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M55.16 176.18c0 40.12 20.28 53.2 46.88 53.2s46.01-13.08 46.01-53.2-19.41-53.2-46.01-53.2-46.88 13.08-46.88 53.2m43.18 179.66C35.33 355.84 0 333.16 0 281.71h61.05c-.87 25.95 15.26 30.96 40.99 30.96s45.35-6.98 45.35-37.72v-17.66c-11.56 11.34-28.56 18.97-50.58 18.97C37.5 276.26 0 243.55 0 176.18S38.81 73.92 90.92 73.92c22.68 0 42.3 8.94 56.47 22.02V77.41h55.6v197.54c0 58.22-37.29 80.89-104.66 80.89M300.69 231.56c19.62 0 37.94-8.07 46.01-27.47v-31.4c-9.59 10.25-21.59 17.88-40.77 21.8l-10.9 2.18c-14.83 3.05-20.93 7.41-20.93 17.88s10.47 17.01 26.6 17.01m45.99 23.55c-15.26 15.7-32.71 23.33-59.09 23.33-41.65 0-71.08-23.77-71.08-63.89 0-32.71 17.88-48.62 74.79-58.22l31.18-5.23c19.19-3.27 24.2-7.2 24.2-15.92s-3.49-14.83-32.05-14.83c-21.37 0-37.94 6.11-35.76 26.6h-57.56c-3.93-53.2 45.57-73.04 92.89-73.04 55.6 0 87.87 21.59 87.87 72.82v128.21H346.7V255.1ZM419.1 0h55.6v274.95h-55.6zM572.39 231.56c19.62 0 37.94-8.07 46.01-27.47v-31.4c-9.59 10.25-21.59 17.88-40.77 21.8l-10.9 2.18c-14.83 3.05-20.93 7.41-20.93 17.88s10.47 17.01 26.6 17.01m45.99 23.55c-15.26 15.7-32.7 23.33-59.09 23.33-41.65 0-71.08-23.77-71.08-63.89 0-32.71 17.88-48.62 74.79-58.22l31.18-5.23c19.19-3.27 24.2-7.2 24.2-15.92s-3.49-14.83-32.05-14.83c-21.37 0-37.94 6.11-35.76 26.6h-57.56c-3.93-53.2 45.57-73.04 92.89-73.04 55.6 0 87.87 21.59 87.87 72.82v128.21H618.4V255.1Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "m776.09 221.75-36.84 53.2h-66.72l69.77-98.34-68.68-99.21h66.5l36.63 53.86 36.63-53.86h65.63l-69.77 98.99 69.33 98.56h-66.28z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "m1080 77.4-82.85 226.98c-10.25 27.91-20.93 51.46-52.55 51.46-13.08 0-27.47-3.05-41.43-7.2v-50.37l10.03 3.05c20.06 6.11 29 1.31 34.01-12.65l5.45-15.26-75.44-196.02h60.83l41.21 120.58L1022 77.39h58Z" })
|
|
12
|
+
]
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { SvgGalaxyWordmarkDark as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/GalaxyWordmarkLight.tsx
|
|
3
|
+
var SvgGalaxyWordmarkLight = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"data-name": "Layer 1",
|
|
6
|
+
viewBox: "0 0 1080 355.84",
|
|
7
|
+
...props,
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("g", {
|
|
10
|
+
fill: "#fff",
|
|
11
|
+
children: /* @__PURE__ */ jsx("path", { d: "M55.16 176.18c0 40.12 20.28 53.2 46.88 53.2s46.01-13.08 46.01-53.2-19.41-53.2-46.01-53.2-46.88 13.08-46.88 53.2m43.18 179.66C35.33 355.84 0 333.16 0 281.71h61.05c-.87 25.95 15.26 30.96 40.99 30.96s45.35-6.98 45.35-37.72v-17.66c-11.56 11.34-28.56 18.97-50.58 18.97C37.5 276.26 0 243.55 0 176.18S38.81 73.92 90.92 73.92c22.68 0 42.3 8.94 56.47 22.02V77.41h55.6v197.54c0 58.22-37.29 80.89-104.66 80.89M300.69 231.56c19.62 0 37.94-8.07 46.01-27.47v-31.4c-9.59 10.25-21.59 17.88-40.77 21.8l-10.9 2.18c-14.83 3.05-20.93 7.41-20.93 17.88s10.47 17.01 26.6 17.01m45.99 23.55c-15.26 15.7-32.71 23.33-59.09 23.33-41.65 0-71.08-23.77-71.08-63.89 0-32.71 17.88-48.62 74.79-58.22l31.18-5.23c19.19-3.27 24.2-7.2 24.2-15.92s-3.49-14.83-32.05-14.83c-21.37 0-37.94 6.11-35.76 26.6h-57.56c-3.93-53.2 45.57-73.04 92.89-73.04 55.6 0 87.87 21.59 87.87 72.82v128.21H346.7V255.1Z" })
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
d: "M419.1 0h55.6v274.95h-55.6zM572.39 231.56c19.62 0 37.94-8.07 46.01-27.47v-31.4c-9.59 10.25-21.59 17.88-40.77 21.8l-10.9 2.18c-14.83 3.05-20.93 7.41-20.93 17.88s10.47 17.01 26.6 17.01m45.99 23.55c-15.26 15.7-32.7 23.33-59.09 23.33-41.65 0-71.08-23.77-71.08-63.89 0-32.71 17.88-48.62 74.79-58.22l31.18-5.23c19.19-3.27 24.2-7.2 24.2-15.92s-3.49-14.83-32.05-14.83c-21.37 0-37.94 6.11-35.76 26.6h-57.56c-3.93-53.2 45.57-73.04 92.89-73.04 55.6 0 87.87 21.59 87.87 72.82v128.21H618.4V255.1Z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#fff",
|
|
19
|
+
d: "m776.09 221.75-36.84 53.2h-66.72l69.77-98.34-68.68-99.21h66.5l36.63 53.86 36.63-53.86h65.63l-69.77 98.99 69.33 98.56h-66.28z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "m1080 77.4-82.85 226.98c-10.25 27.91-20.93 51.46-52.55 51.46-13.08 0-27.47-3.05-41.43-7.2v-50.37l10.03 3.05c20.06 6.11 29 1.31 34.01-12.65l5.45-15.26-75.44-196.02h60.83l41.21 120.58L1022 77.39h58Z"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { SvgGalaxyWordmarkLight as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/enrichment/PerplexityIcon.tsx
|
|
3
|
+
var SvgPerplexityIcon = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 512 512",
|
|
6
|
+
...props,
|
|
7
|
+
children: [
|
|
8
|
+
/* @__PURE__ */ jsxs("g", {
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: "#8f8f8f",
|
|
11
|
+
strokeWidth: 2,
|
|
12
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
13
|
+
d: "M247.92 176.24a.3.3 0 0 1-.5.22l-94.29-84.05a.3.3 0 0 0-.5.22v94.62a.3.3 0 0 1-.3.3h-38.16a.3.3 0 0 0-.3.3v142.82a.3.3 0 0 0 .3.3h36.86a.3.3 0 0 1 .3.3v88.65a.3.3 0 0 0 .5.22l95.59-85.35a.3.3 0 0 1 .5.22v82.94a.3.3 0 0 0 .3.3h16.41a.3.3 0 0 0 .3-.3v-82.97a.3.3 0 0 1 .5-.22l93.45 85.74a.3.3 0 0 0 .5-.22v-89.01a.3.3 0 0 1 .3-.3h38.17a.3.3 0 0 0 .3-.3V187.85a.3.3 0 0 0-.3-.3h-31.69a.3.3 0 0 1-.3-.3V93.27a.3.3 0 0 0-.49-.23l-99.95 84.51a.3.3 0 0 1-.49-.23V94.04a.3.3 0 0 0-.3-.3h-16.41a.3.3 0 0 0-.3.3v82.2",
|
|
14
|
+
vectorEffect: "non-scaling-stroke"
|
|
15
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
16
|
+
d: "M348.53 187.55a.34.34 0 0 0 .34-.34v-57.26a.34.34 0 0 0-.56-.26l-67.7 57.26a.34.34 0 0 0 .22.6h67.7M169.64 187.23a.32.32 0 0 0 .32.32h63.5a.32.32 0 0 0 .21-.56l-63.5-56.6a.32.32 0 0 0-.53.23v56.61M151.3 286.99a.35.35 0 0 1 .11-.25l83.7-81.57a.35.35 0 0 0-.24-.6H131.25a.35.35 0 0 0-.35.35v108.64a.35.35 0 0 0 .35.35h19.7a.35.35 0 0 0 .35-.35v-26.57M380.76 313.92a.34.34 0 0 0 .34-.34V204.91a.34.34 0 0 0-.34-.34H277.93a.34.34 0 0 0-.24.58l81.58 81.58a.34.34 0 0 1 .1.24v26.61a.34.34 0 0 0 .34.34h21.05M168.38 381.88a.34.34 0 0 0 .57.25l78.86-70.41a.34.34 0 0 0 .11-.25v-94.25a.34.34 0 0 0-.58-.25l-78.86 76.85a.34.34 0 0 0-.1.24v87.82M342.37 293.95a.3.3 0 0 0-.09-.21l-76.63-76.63a.3.3 0 0 0-.51.21v93.99a.3.3 0 0 0 .1.22l76.63 70.32a.3.3 0 0 0 .5-.22v-87.68",
|
|
17
|
+
vectorEffect: "non-scaling-stroke"
|
|
18
|
+
})]
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "#1f1f1f",
|
|
22
|
+
d: "M512 113.91v283.82q-.51 4.16-.88 8.39-1.38 15.96-6.56 29.72c-11.14 29.55-34.06 53.05-63.04 65.64-14.43 6.27-30.48 9.31-46.02 9.32q-119.83.07-276.5.01-14.21-.01-24.48-2.09-11.42-2.3-15.26-3.83-8.24-3.28-8.41-3.35-37.1-15.55-57.18-52.18Q5.54 434.53 2.31 418 .89 410.74 0 398.74V113.7q.38-2.45.53-4.95C3.68 54.54 46.3 9.7 99.91 2.26q8.55-1.19 30.23-1.18 93.57.05 266.86.09 10.78 0 23.73 2.71c37.87 7.92 69.57 35.56 83.47 71.34q5.48 14.11 6.94 30.53.36 4.1.86 8.16m-264.08 62.33a.3.3 0 0 1-.5.22l-94.29-84.05a.3.3 0 0 0-.5.22v94.62a.3.3 0 0 1-.3.3h-38.16a.3.3 0 0 0-.3.3v142.82a.3.3 0 0 0 .3.3h36.86a.3.3 0 0 1 .3.3v88.65a.3.3 0 0 0 .5.22l95.59-85.35a.3.3 0 0 1 .5.22v82.94a.3.3 0 0 0 .3.3h16.41a.3.3 0 0 0 .3-.3v-82.97a.3.3 0 0 1 .5-.22l93.45 85.74a.3.3 0 0 0 .5-.22v-89.01a.3.3 0 0 1 .3-.3h38.17a.3.3 0 0 0 .3-.3V187.85a.3.3 0 0 0-.3-.3h-31.69a.3.3 0 0 1-.3-.3V93.27a.3.3 0 0 0-.49-.23l-99.95 84.51a.3.3 0 0 1-.49-.23V94.04a.3.3 0 0 0-.3-.3h-16.41a.3.3 0 0 0-.3.3z"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsx("path", {
|
|
25
|
+
fill: "#fff",
|
|
26
|
+
d: "M247.92 176.24v-82.2a.3.3 0 0 1 .3-.3h16.41a.3.3 0 0 1 .3.3v83.28a.3.3 0 0 0 .49.23l99.95-84.51a.3.3 0 0 1 .49.23v93.98a.3.3 0 0 0 .3.3h31.69a.3.3 0 0 1 .3.3v142.82a.3.3 0 0 1-.3.3h-38.17a.3.3 0 0 0-.3.3v89.01a.3.3 0 0 1-.5.22l-93.45-85.74a.3.3 0 0 0-.5.22v82.97a.3.3 0 0 1-.3.3h-16.41a.3.3 0 0 1-.3-.3v-82.94a.3.3 0 0 0-.5-.22l-95.59 85.35a.3.3 0 0 1-.5-.22v-88.65a.3.3 0 0 0-.3-.3h-36.86a.3.3 0 0 1-.3-.3V187.85a.3.3 0 0 1 .3-.3h38.16a.3.3 0 0 0 .3-.3V92.63a.3.3 0 0 1 .5-.22l94.29 84.05a.3.3 0 0 0 .5-.22m100.61 11.31a.34.34 0 0 0 .34-.34v-57.26a.34.34 0 0 0-.56-.26l-67.7 57.26a.34.34 0 0 0 .22.6zm-178.89-.32a.32.32 0 0 0 .32.32h63.5a.32.32 0 0 0 .21-.56l-63.5-56.6a.32.32 0 0 0-.53.23zm-18.34 99.76a.35.35 0 0 1 .11-.25l83.7-81.57a.35.35 0 0 0-.24-.6H131.25a.35.35 0 0 0-.35.35v108.64a.35.35 0 0 0 .35.35h19.7a.35.35 0 0 0 .35-.35zm229.46 26.93a.34.34 0 0 0 .34-.34V204.91a.34.34 0 0 0-.34-.34H277.93a.34.34 0 0 0-.24.58l81.58 81.58a.34.34 0 0 1 .1.24v26.61a.34.34 0 0 0 .34.34zm-212.38 67.96a.34.34 0 0 0 .57.25l78.86-70.41a.34.34 0 0 0 .11-.25v-94.25a.34.34 0 0 0-.58-.25l-78.86 76.85a.34.34 0 0 0-.1.24zm173.99-87.93a.3.3 0 0 0-.09-.21l-76.63-76.63a.3.3 0 0 0-.51.21v93.99a.3.3 0 0 0 .1.22l76.63 70.32a.3.3 0 0 0 .5-.22z"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ jsx("path", {
|
|
29
|
+
fill: "#1f1f1f",
|
|
30
|
+
d: "M348.53 187.55h-67.7a.34.34 0 0 1-.22-.6l67.7-57.26a.34.34 0 0 1 .56.26v57.26a.34.34 0 0 1-.34.34M169.64 187.23v-56.61a.32.32 0 0 1 .53-.23l63.5 56.6a.32.32 0 0 1-.21.56h-63.5a.32.32 0 0 1-.32-.32M151.3 286.99v26.57a.35.35 0 0 1-.35.35h-19.7a.35.35 0 0 1-.35-.35V204.92a.35.35 0 0 1 .35-.35h103.62a.35.35 0 0 1 .24.6l-83.7 81.57a.35.35 0 0 0-.11.25M380.76 313.92h-21.05a.34.34 0 0 1-.34-.34v-26.61a.34.34 0 0 0-.1-.24l-81.58-81.58a.34.34 0 0 1 .24-.58h102.83a.34.34 0 0 1 .34.34v108.67a.34.34 0 0 1-.34.34M168.38 381.88v-87.82a.34.34 0 0 1 .1-.24l78.86-76.85a.34.34 0 0 1 .58.25v94.25a.34.34 0 0 1-.11.25l-78.86 70.41a.34.34 0 0 1-.57-.25M342.37 293.95v87.68a.3.3 0 0 1-.5.22l-76.63-70.32a.3.3 0 0 1-.1-.22v-93.99a.3.3 0 0 1 .51-.21l76.63 76.63a.3.3 0 0 1 .09.21"
|
|
31
|
+
})
|
|
32
|
+
]
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { SvgPerplexityIcon as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/enrichment/TavilyIcon.tsx
|
|
3
|
+
var SvgTavilyIcon = (props) => /* @__PURE__ */ jsx("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
style: { maxHeight: 500 },
|
|
7
|
+
viewBox: "0 0 56.172 56.186",
|
|
8
|
+
...props,
|
|
9
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#3C3A39",
|
|
11
|
+
d: "M39.514 0c5.77 0 8.656 0 10.86 1.123a10.3 10.3 0 0 1 4.503 4.503C56 7.83 56 10.716 56 16.486v23.029c0 5.77 0 8.655-1.123 10.859a10.3 10.3 0 0 1-4.503 4.503C48.17 56 45.284 56 39.514 56H16.485c-5.77 0-8.656 0-10.86-1.123a10.3 10.3 0 0 1-4.502-4.503C0 48.17 0 45.284 0 39.514V16.486c0-5.77 0-8.655 1.123-10.859a10.3 10.3 0 0 1 4.502-4.503C7.829 0 10.715 0 16.485 0zM23.81 30.958a2.3 2.3 0 0 0-1.631.679l-4.408 4.426-1.172-1.176c-.861-.864-2.334-.437-2.602.756l-1.67 7.428a1.55 1.55 0 0 0 .412 1.438v.002a1.53 1.53 0 0 0 1.433.416l7.4-1.677c1.187-.269 1.613-1.748.752-2.612l-1.172-1.176 4.41-4.425a2.325 2.325 0 0 0 0-3.278l-.06-.06h.003l-.062-.062a2.3 2.3 0 0 0-1.633-.679m15.904-2.79c-1.03-.652-2.371.092-2.371 1.314v1.663h-9.448c.316.605.497 1.294.497 2.025a4.37 4.37 0 0 1-.995 2.782h9.945v1.662c0 1.223 1.342 1.966 2.372 1.313l6.414-4.066c.48-.305.72-.81.72-1.314-.001-.503-.241-1.007-.722-1.312zM24.039 10.407a1.53 1.53 0 0 0-1.309.725l-4.05 6.437h-.001c-.651 1.034.09 2.382 1.308 2.382h1.657v9.564a4.33 4.33 0 0 1 2.394-.72c.885 0 1.707.266 2.395.72V19.95h1.657c1.218 0 1.957-1.347 1.308-2.382l-4.052-6.437a1.54 1.54 0 0 0-1.307-.725M161.691 53.37v-5.32h2.61c2.309 0 3.363.05 4.518-2.811l.301-.753-10.34-26.903h7.579l6.124 19.475 6.274-19.475h7.027l-9.888 26.2c-3.162 8.383-4.568 9.587-11.293 9.587zM156.686 44.586h-6.926V8.196h6.926zM144.554 17.583v27.003h-6.927V17.583zM122.309 37.56l6.325-19.977h6.876l-9.687 27.003h-7.278l-9.838-27.003h7.278zM93.59 45.239c-5.17 0-9.737-3.012-9.737-7.93 0-6.375 7.177-8.282 17.768-9.487v-.452c0-4.166-2.259-5.621-5.07-5.621-2.66 0-4.868 1.405-5.019 4.367h-6.475c.502-5.32 4.919-9.236 11.846-9.236 6.424 0 11.644 2.76 11.644 11.896 0 .853-.1 4.417-.1 6.876 0 4.267.301 6.676.803 8.935h-6.374c-.201-.854-.352-2.058-.452-3.363-1.908 2.81-4.769 4.015-8.834 4.015m8.232-13c-7.73.803-10.842 1.707-10.842 4.718 0 1.958 1.556 3.564 4.668 3.564 4.316 0 6.174-2.36 6.174-6.274zM68.974 10.255H75.9v7.328h5.622v4.768H75.9v13.954c0 2.76.954 3.312 3.413 3.312h2.109v4.97h-5.07c-6.174 0-7.378-1.908-7.378-7.279V22.352h-3.815v-4.768h3.815zM141.091 7.218a3.815 3.815 0 1 0 0 7.63 3.815 3.815 0 0 0 0-7.63"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { SvgTavilyIcon as default };
|