Skip to content

Commit

Permalink
fix: add missing exports (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-costa-frontify authored Aug 27, 2024
1 parent 8172ebf commit bd6a3df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-camels-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/fondue-components": patch
---

fix: add missing exports
6 changes: 6 additions & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@

import './styles.scss';

export { Box } from './components/Box/Box';
export { Button } from './components/Button/Button';
export { Checkbox } from './components/Checkbox/Checkbox';
export { ColorPicker } from './components/ColorPicker/ColorPicker';
export { Dialog } from './components/Dialog/Dialog';
export { Divider } from './components/Divider/Divider';
export { Dropdown } from './components/Dropdown/Dropdown';
export { Flex } from './components/Flex/Flex';
export { Flyout } from './components/Flyout/Flyout';
export { Grid } from './components/Grid/Grid';
export { Label } from './components/Label/Label';
export { LoadingBar } from './components/LoadingBar/LoadingBar';
export { Section } from './components/Section/Section';
export { SegmentedControl } from './components/SegmentedControl/SegmentedControl';
export { Slider } from './components/Slider/Slider';
export { Switch } from './components/Switch/Switch';
export { Select } from './components/Select/Select';
export { TextInput } from './components/TextInput/TextInput';
export { Tooltip } from './components/Tooltip/Tooltip';

0 comments on commit bd6a3df

Please sign in to comment.