@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.
|
@@ -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,
|
|
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,
|
|
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
|