@yamada-ui/file-input
Advanced tools
Comparing version 0.4.10 to 0.4.11
@@ -10,7 +10,7 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
*/ | ||
focusBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>; | ||
focusBorderColor?: ColorModeToken<CSS.Property.BorderColor, "colors">; | ||
/** | ||
* The border color when the input is invalid. | ||
*/ | ||
errorBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>; | ||
errorBorderColor?: ColorModeToken<CSS.Property.BorderColor, "colors">; | ||
/** | ||
@@ -51,6 +51,6 @@ * The value of the file input. | ||
}; | ||
type InputProps = Partial<Pick<HTMLInputElement, 'accept' | 'multiple'>>; | ||
type FileInputProps = Omit<HTMLUIProps<'div'>, 'onChange' | 'children'> & ThemeProps<'Input'> & InputProps & FileInputOptions & FormControlOptions; | ||
type InputProps = Partial<Pick<HTMLInputElement, "accept" | "multiple">>; | ||
type FileInputProps = Omit<HTMLUIProps<"div">, "onChange" | "children"> & ThemeProps<"Input"> & InputProps & FileInputOptions & FormControlOptions; | ||
declare const FileInput: _yamada_ui_core.Component<"input", FileInputProps>; | ||
export { FileInput, FileInputProps }; |
{ | ||
"name": "@yamada-ui/file-input", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "Yamada UI file input component", | ||
@@ -38,5 +38,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.12.5", | ||
"@yamada-ui/core": "0.12.6", | ||
"@yamada-ui/utils": "0.3.3", | ||
"@yamada-ui/form-control": "0.3.18", | ||
"@yamada-ui/form-control": "0.3.19", | ||
"@yamada-ui/use-controllable-state": "0.3.0" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
+ Added@yamada-ui/core@0.12.6(transitive)
+ Added@yamada-ui/form-control@0.3.19(transitive)
- Removed@yamada-ui/core@0.12.5(transitive)
- Removed@yamada-ui/form-control@0.3.18(transitive)
Updated@yamada-ui/core@0.12.6