@yamada-ui/dropzone 0.5.5 → 0.5.6

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.
@@ -44,4 +44,4 @@ declare const DropzoneAccept: FC<PropsWithChildren>;
44
44
  declare const DropzoneReject: FC<PropsWithChildren>;
45
45
  declare const DropzoneIdle: FC<PropsWithChildren>;
46
46
 
47
- export { Dropzone, DropzoneAccept, DropzoneIdle, DropzoneProps, DropzoneReject };
47
+ export { Dropzone, DropzoneAccept, DropzoneIdle, type DropzoneProps, DropzoneReject };
@@ -44,4 +44,4 @@ declare const DropzoneAccept: FC<PropsWithChildren>;
44
44
  declare const DropzoneReject: FC<PropsWithChildren>;
45
45
  declare const DropzoneIdle: FC<PropsWithChildren>;
46
46
 
47
- export { Dropzone, DropzoneAccept, DropzoneIdle, DropzoneProps, DropzoneReject };
47
+ export { Dropzone, DropzoneAccept, DropzoneIdle, type DropzoneProps, DropzoneReject };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/dropzone",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Yamada UI dropzone component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "react-dropzone-esm": "^15.0.1",
39
- "@yamada-ui/core": "0.12.8",
40
- "@yamada-ui/form-control": "0.3.21",
41
- "@yamada-ui/loading": "0.5.6",
42
- "@yamada-ui/transitions": "0.3.20",
39
+ "@yamada-ui/core": "0.13.0",
40
+ "@yamada-ui/form-control": "0.3.22",
41
+ "@yamada-ui/loading": "0.5.7",
42
+ "@yamada-ui/transitions": "0.3.21",
43
43
  "@yamada-ui/utils": "0.3.3"
44
44
  },
45
45
  "devDependencies": {