Skip to content

Commit

Permalink
feat: Re-export Spectrum button and checkbox (#2039)
Browse files Browse the repository at this point in the history
Re-export Spectrum button and checkbox
  • Loading branch information
bmingles authored May 29, 2024
1 parent 3344c76 commit 0e22d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/components/src/spectrum/buttons.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export {
ActionButton,
type SpectrumActionButtonProps as ActionButtonProps,
// Button - we want to use our own `Button` component instead of Spectrum's
Button as SpectrumButton,
type SpectrumButtonProps,
ButtonGroup,
type SpectrumButtonGroupProps as ButtonGroupProps,
// FileTrigger - we aren't planning to support this component
Expand Down
3 changes: 2 additions & 1 deletion packages/components/src/spectrum/forms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {
// Checkbox - we want to use our own `Checkbox` component instead of Spectrum's
Checkbox as SpectrumCheckbox,
type SpectrumCheckboxProps,
CheckboxGroup,
type SpectrumCheckboxGroupProps as CheckboxGroupProps,
Form,
Expand Down

0 comments on commit 0e22d11

Please sign in to comment.