@yamada-ui/file-button 0.3.24 → 0.3.25
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.
- package/dist/file-button.d.mts +1 -1
- package/dist/file-button.d.ts +1 -1
- package/package.json +4 -4
package/dist/file-button.d.mts
CHANGED
|
@@ -29,4 +29,4 @@ type InputProps = Partial<Pick<HTMLInputElement, "accept" | "multiple">>;
|
|
|
29
29
|
type FileButtonProps = Omit<ButtonProps, "onChange" | "children"> & InputProps & FileButtonOptions & FormControlOptions;
|
|
30
30
|
declare const FileButton: _yamada_ui_core.Component<"input", FileButtonProps>;
|
|
31
31
|
|
|
32
|
-
export { FileButton, FileButtonProps };
|
|
32
|
+
export { FileButton, type FileButtonProps };
|
package/dist/file-button.d.ts
CHANGED
|
@@ -29,4 +29,4 @@ type InputProps = Partial<Pick<HTMLInputElement, "accept" | "multiple">>;
|
|
|
29
29
|
type FileButtonProps = Omit<ButtonProps, "onChange" | "children"> & InputProps & FileButtonOptions & FormControlOptions;
|
|
30
30
|
declare const FileButton: _yamada_ui_core.Component<"input", FileButtonProps>;
|
|
31
31
|
|
|
32
|
-
export { FileButton, FileButtonProps };
|
|
32
|
+
export { FileButton, type FileButtonProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/file-button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
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.
|
|
38
|
+
"@yamada-ui/core": "0.13.0",
|
|
39
39
|
"@yamada-ui/utils": "0.3.3",
|
|
40
|
-
"@yamada-ui/form-control": "0.3.
|
|
41
|
-
"@yamada-ui/button": "0.3.
|
|
40
|
+
"@yamada-ui/form-control": "0.3.22",
|
|
41
|
+
"@yamada-ui/button": "0.3.21"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"react": "^18.0.0",
|