@yamada-ui/dropzone 0.5.1 → 0.5.2

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.
@@ -22,9 +22,7 @@ import {
22
22
  pickObject
23
23
  } from "@yamada-ui/utils";
24
24
  import { Fragment } from "react";
25
- import {
26
- useDropzone
27
- } from "react-dropzone-esm";
25
+ import { useDropzone } from "react-dropzone-esm";
28
26
  import { jsx, jsxs } from "react/jsx-runtime";
29
27
  var [DropzoneProvider, useDropzoneContext] = createContext({
30
28
  name: "NativeSelectContext",
package/dist/dropzone.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  DropzoneAccept,
5
5
  DropzoneIdle,
6
6
  DropzoneReject
7
- } from "./chunk-YUQWSJXM.mjs";
7
+ } from "./chunk-7WIMFW2Z.mjs";
8
8
  export {
9
9
  Dropzone,
10
10
  DropzoneAccept,
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  DropzoneAccept,
14
14
  DropzoneIdle,
15
15
  DropzoneReject
16
- } from "./chunk-YUQWSJXM.mjs";
16
+ } from "./chunk-7WIMFW2Z.mjs";
17
17
  export {
18
18
  ACCEPT_TYPES,
19
19
  Dropzone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/dropzone",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
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.6",
40
- "@yamada-ui/form-control": "0.3.19",
41
- "@yamada-ui/loading": "0.5.4",
42
- "@yamada-ui/transitions": "0.3.18",
39
+ "@yamada-ui/core": "0.12.7",
40
+ "@yamada-ui/form-control": "0.3.20",
41
+ "@yamada-ui/loading": "0.5.5",
42
+ "@yamada-ui/transitions": "0.3.19",
43
43
  "@yamada-ui/utils": "0.3.3"
44
44
  },
45
45
  "devDependencies": {