@tecsinapse/cortex-react 1.9.27 → 1.9.28

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.
@@ -86,7 +86,7 @@ const useFileUpload = ({
86
86
  },
87
87
  open: isOpen,
88
88
  files,
89
- handleClearFiles
89
+ onClearFiles: handleClearFiles
90
90
  };
91
91
  };
92
92
 
@@ -84,7 +84,7 @@ const useFileUpload = ({
84
84
  },
85
85
  open: isOpen,
86
86
  files,
87
- handleClearFiles
87
+ onClearFiles: handleClearFiles
88
88
  };
89
89
  };
90
90
 
@@ -21,6 +21,6 @@ export declare const useFileUpload: <T>({ accept, onAccept, maxSize, allowMultip
21
21
  dropzoneProps: UseDropzoneProps;
22
22
  open: boolean;
23
23
  files: FileUpload<T>[];
24
- handleClearFiles: () => void;
24
+ onClearFiles: () => void;
25
25
  };
26
26
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.9.27",
3
+ "version": "1.9.28",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -48,5 +48,5 @@
48
48
  "react-dom": ">=18.0.0",
49
49
  "tailwind": ">=3.3.0"
50
50
  },
51
- "gitHead": "0f6c0f3b759038765195962fa203ceae7bc9576d"
51
+ "gitHead": "f8bda97367a7b6347c07119ced2945c3e634a193"
52
52
  }