@zealicsolutions/web-ui 0.3.276 → 0.3.278

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ export { Video, VideoProps } from './Video/Video';
24
24
  export { Image, ImageProps } from './Image/Image';
25
25
  export { Carousel, CarouselProps } from './Caruser/Carousel';
26
26
  export * from './TextMolecule/TextMolecule';
27
- export { Button, ButtonProps } from './Button/Button';
27
+ export * from './Button/Button';
28
28
  export * from './ZealUIModal/ZealUIModal';
29
29
  export * from './Consent/Consent';
30
30
  export * from './Link/Link';
@@ -1,5 +1,7 @@
1
1
  export * from './Container';
2
2
  export * from './types/types';
3
3
  export * from './types/moleculeTypes';
4
+ export { MoleculeItem } from './MoleculeItem';
5
+ export { OrganismItem, OrganismItemProps } from './OrganismItem';
4
6
  export { ContainerWrapper, ConfigurationItemInfo } from './styles';
5
7
  export { FormOrganismItem } from './FormOrganismItem';