Skip to content

Fix exports of ColorPalette and ColorSwatch components #1695

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

Merged
merged 1 commit into from
Nov 25, 2021
Merged
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: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export {default as Checkbox, CheckboxProps} from './components/checkbox';
export {default as ChipsInput, ChipsInputProps, ChipsInputChipProps} from './components/ChipsInput';
export {default as Chip, ChipProps} from './components/chip';
export {default as ColorPicker, ColorPickerProps} from './components/colorPicker';
export {default as ColorPalette, ColorPaletteProps} from './components/colorPicker/ColorPalette';
export {default as ColorPalette, ColorPaletteProps} from './components/ColorPalette';
export {default as ColorSliderGroup, ColorSliderGroupProps} from './components/slider/ColorSliderGroup';
export {default as ColorSwatch, ColorSwatchProps} from './components/colorPicker/ColorSwatch';
export {default as ColorSwatch, ColorSwatchProps} from './components/ColorSwatch';
export {default as ConnectionStatusBar, ConnectionStatusBarProps} from './components/connectionStatusBar';
export {default as Constants} from './helpers/Constants';
export {default as Dialog, DialogProps} from './components/dialog';
Expand Down