New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/file-input

Package Overview
Dependencies
Maintainers
1
Versions
1037
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/file-input - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

8

dist/file-input.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc