oraculo-ui 0.1.61 → 0.1.62

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.
@@ -46,6 +46,7 @@ export interface OraculoPageLandingPreviewProps {
46
46
  docId?: string;
47
47
  /** Instancia de Firestore proporcionada por la app que consume el paquete */
48
48
  db: Firestore;
49
+ loader?: React.ComponentType<any>;
49
50
  }
50
51
  declare const OraculoPageLandingPreview: React.FC<OraculoPageLandingPreviewProps>;
51
52
  export default OraculoPageLandingPreview;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oraculo-ui",
3
- "version": "0.1.61",
3
+ "version": "0.1.62",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./dist/index.d.ts",