oraculo-ui 0.1.44 → 0.1.45

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { default as OraculoPageLandingPreview } from './templates/OraculoPageLandingPreview';
1
2
  export { default as OraculoButton } from './atoms/OraculoButton/OraculoButton';
2
3
  export type { OraculoButtonProps } from './atoms/OraculoButton/OraculoButton';
3
4
  export { default as OraculoSectionTitle, } from './atoms/OraculoSectionTitle/OraculoSectionTitle';
@@ -42,7 +43,8 @@ export { default as OraculoSeccionEventoCombinadas, } from './organisms/OraculoS
42
43
  export { default as OraculoSeccionEventoEnVivo, } from './organisms/OraculoSeccionEventoEnVivo/OraculoSeccionEventoEnVivo';
43
44
  export { default as OraculoSeccionEventoSemana, } from './organisms/OraculoSeccionEventoSemana/OraculoSeccionEventoSemana';
44
45
  export { default as OraculoSeccionBanners, } from './organisms/OraculoSeccionBanners/OraculoSeccionBanners';
45
- export { default as OraculoPageLandingPreview, } from './templates/OraculoPageLandingPreview';
46
+ export default OraculoPageLandingPreview;
47
+ export { OraculoPageLandingPreview };
46
48
  export type { OraculoPageLandingPreviewProps, OraculoPageLandingPreviewSection, } from './templates/OraculoPageLandingPreview';
47
49
  export * from './interfaces/oraculo/InterfaceBonos';
48
50
  export * from './interfaces/oraculo/InterfaceCasino';