oraculo-ui 0.1.42 → 0.1.44

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