@yamada-ui/file-button 0.2.5 → 0.2.7

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.
@@ -15,7 +15,10 @@ import {
15
15
  omitObject,
16
16
  pickObject
17
17
  } from "@yamada-ui/utils";
18
- import { useCallback, useRef } from "react";
18
+ import {
19
+ useCallback,
20
+ useRef
21
+ } from "react";
19
22
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
20
23
  var FileButton = forwardRef(
21
24
  ({ className, resetRef, as: As, children, ...props }, ref) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FileButton
3
- } from "./chunk-ZYMU5BGG.mjs";
3
+ } from "./chunk-RTN3H7Y6.mjs";
4
4
  export {
5
5
  FileButton
6
6
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FileButton
3
- } from "./chunk-ZYMU5BGG.mjs";
3
+ } from "./chunk-RTN3H7Y6.mjs";
4
4
  export {
5
5
  FileButton
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/file-button",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
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.5.0",
39
- "@yamada-ui/utils": "0.1.3",
40
- "@yamada-ui/form-control": "0.2.5",
41
- "@yamada-ui/button": "0.2.5"
38
+ "@yamada-ui/core": "0.5.2",
39
+ "@yamada-ui/utils": "0.1.4",
40
+ "@yamada-ui/form-control": "0.2.7",
41
+ "@yamada-ui/button": "0.2.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",