@yamada-ui/file-button 0.3.21 → 0.3.22

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.
@@ -17,10 +17,7 @@ import {
17
17
  omitObject,
18
18
  pickObject
19
19
  } from "@yamada-ui/utils";
20
- import {
21
- useCallback,
22
- useRef
23
- } from "react";
20
+ import { useCallback, useRef } from "react";
24
21
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
25
22
  var FileButton = forwardRef(
26
23
  ({ className, resetRef, as: As, children, ...props }, ref) => {
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  FileButton
4
- } from "./chunk-FN7ETQU7.mjs";
4
+ } from "./chunk-O5GKUPY5.mjs";
5
5
  export {
6
6
  FileButton
7
7
  };
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  FileButton
4
- } from "./chunk-FN7ETQU7.mjs";
4
+ } from "./chunk-O5GKUPY5.mjs";
5
5
  export {
6
6
  FileButton
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/file-button",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Yamada UI file button component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.6",
38
+ "@yamada-ui/core": "0.12.7",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/form-control": "0.3.19",
41
- "@yamada-ui/button": "0.3.18"
40
+ "@yamada-ui/form-control": "0.3.20",
41
+ "@yamada-ui/button": "0.3.19"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",