@ztwoint/z-ui 0.1.142 → 0.1.143

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.
@@ -1,4 +1,4 @@
1
- const s = [".csv", ".xls", ".xlsx"];
1
+ const s = [".csv", ".xlsx"];
2
2
  export {
3
3
  s as DEFAULT_ACCEPT
4
4
  };
@@ -18,7 +18,7 @@ export type FileUploadAreaProps = {
18
18
  * Features:
19
19
  * - Drag and drop file upload
20
20
  * - Click to open file dialog
21
- * - Supports multiple file formats (default: CSV, XLS, XLSX)
21
+ * - Supports multiple file formats (default: CSV, XLSX)
22
22
  * - Supports multiple file selection
23
23
  * - Disabled state (blocks all interaction and changes style)
24
24
  * - Custom className for styling
@@ -18,7 +18,7 @@ export type FileUploadAreaProps = {
18
18
  * Features:
19
19
  * - Drag and drop file upload
20
20
  * - Click to open file dialog
21
- * - Supports multiple file formats (default: CSV, XLS, XLSX)
21
+ * - Supports multiple file formats (default: CSV, XLSX)
22
22
  * - Supports multiple file selection
23
23
  * - Disabled state (blocks all interaction and changes style)
24
24
  * - Custom className for styling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztwoint/z-ui",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",