Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: accordion, disclosure, color picker, color editor export #2325

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/components/src/spectrum/forms.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export {
Checkbox as SpectrumCheckbox,
type SpectrumCheckboxProps,
ColorEditor,
type SpectrumColorEditorProps as ColorEditorProps,
ColorPicker,
type SpectrumColorPickerProps as ColorPickerProps,
Form,
type SpectrumFormProps as FormProps,
NumberField,
Expand Down
8 changes: 8 additions & 0 deletions packages/components/src/spectrum/navigation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
export {
Accordion,
type SpectrumAccordionProps as AccordionProps,
Breadcrumbs,
type SpectrumBreadcrumbsProps as BreadcrumbsProps,
Disclosure,
type SpectrumDisclosureProps as DisclosureProps,
DisclosureTitle,
type SpectrumDisclosureTitleProps as DisclosureTitleProps,
DisclosurePanel,
type SpectrumDisclosurePanelProps as DisclosurePanelProps,
Link,
type SpectrumLinkProps as LinkProps,
TabList,
Expand Down
Loading