jiffy-ui 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,7 @@ export { default as Divider } from './Divider/Divider';
15
15
  export { default as Dropdown } from './Dropdown/Dropdown';
16
16
  export { default as FlexItem } from './FlexItem/FlexItem';
17
17
  export { default as FlexLayout } from './FlexLayout/FlexLayout';
18
+ export { FlexLayoutItem } from './FlexLayout/FlexLayout';
18
19
  export { default as Grid } from './Grid/Grid';
19
20
  export { default as Indicator } from './Indicator/Indicator';
20
21
  export { default as Checkbox } from './Input/Checkbox/Checkbox';