Skip to content

Commit b6e4eb2

Browse files
authored
fix: accordion, disclosure, color picker, color editor export (#2325)
1 parent ca5f6cd commit b6e4eb2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/components/src/spectrum/forms.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
export {
22
Checkbox as SpectrumCheckbox,
33
type SpectrumCheckboxProps,
4+
ColorEditor,
5+
type SpectrumColorEditorProps as ColorEditorProps,
6+
ColorPicker,
7+
type SpectrumColorPickerProps as ColorPickerProps,
48
Form,
59
type SpectrumFormProps as FormProps,
610
NumberField,

packages/components/src/spectrum/navigation.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
export {
2+
Accordion,
3+
type SpectrumAccordionProps as AccordionProps,
24
Breadcrumbs,
35
type SpectrumBreadcrumbsProps as BreadcrumbsProps,
6+
Disclosure,
7+
type SpectrumDisclosureProps as DisclosureProps,
8+
DisclosureTitle,
9+
type SpectrumDisclosureTitleProps as DisclosureTitleProps,
10+
DisclosurePanel,
11+
type SpectrumDisclosurePanelProps as DisclosurePanelProps,
412
Link,
513
type SpectrumLinkProps as LinkProps,
614
TabList,

0 commit comments

Comments
 (0)