@yamada-ui/file-button 0.3.18 → 0.3.19
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 +2 -2
- package/dist/file-button.d.ts +2 -2
- package/package.json +5 -5
package/dist/file-button.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ColorModeToken, CSS } from '@yamada-ui/core';
|
|
3
3
|
import { ButtonProps } from '@yamada-ui/button';
|
|
4
4
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
5
5
|
import { ReactNode, ForwardedRef } from 'react';
|
|
@@ -14,7 +14,7 @@ type FileButtonOptions = {
|
|
|
14
14
|
/**
|
|
15
15
|
* The border color when the button is invalid.
|
|
16
16
|
*/
|
|
17
|
-
errorBorderColor?:
|
|
17
|
+
errorBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>;
|
|
18
18
|
/**
|
|
19
19
|
* Function to be called when a file change event occurs.
|
|
20
20
|
*/
|
package/dist/file-button.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ColorModeToken, CSS } from '@yamada-ui/core';
|
|
3
3
|
import { ButtonProps } from '@yamada-ui/button';
|
|
4
4
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
5
5
|
import { ReactNode, ForwardedRef } from 'react';
|
|
@@ -14,7 +14,7 @@ type FileButtonOptions = {
|
|
|
14
14
|
/**
|
|
15
15
|
* The border color when the button is invalid.
|
|
16
16
|
*/
|
|
17
|
-
errorBorderColor?:
|
|
17
|
+
errorBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>;
|
|
18
18
|
/**
|
|
19
19
|
* Function to be called when a file change event occurs.
|
|
20
20
|
*/
|
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.19",
|
|
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.
|
|
39
|
-
"@yamada-ui/utils": "0.3.
|
|
40
|
-
"@yamada-ui/form-control": "0.3.
|
|
41
|
-
"@yamada-ui/button": "0.3.
|
|
38
|
+
"@yamada-ui/core": "0.12.5",
|
|
39
|
+
"@yamada-ui/utils": "0.3.3",
|
|
40
|
+
"@yamada-ui/form-control": "0.3.18",
|
|
41
|
+
"@yamada-ui/button": "0.3.16"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"react": "^18.0.0",
|