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
1036
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.0.0-dev-20231103054620 to 0.0.0-dev-20231104094345

6

dist/file-input.d.ts
import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps, ThemeProps, CSSUIProps } from '@yamada-ui/core';
import { HTMLUIProps, ThemeProps, ColorModeToken, CSS } from '@yamada-ui/core';
import { FormControlOptions } from '@yamada-ui/form-control';

@@ -10,7 +10,7 @@ import { FC, ReactNode, ForwardedRef } from 'react';

*/
focusBorderColor?: CSSUIProps<'unresponsive'>['borderColor'];
focusBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>;
/**
* The border color when the input is invalid.
*/
errorBorderColor?: CSSUIProps<'unresponsive'>['borderColor'];
errorBorderColor?: ColorModeToken<CSS.Property.BorderColor, 'colors'>;
/**

@@ -17,0 +17,0 @@ * The value of the file input.

{
"name": "@yamada-ui/file-input",
"version": "0.0.0-dev-20231103054620",
"version": "0.0.0-dev-20231104094345",
"description": "Yamada UI file input component",

@@ -38,6 +38,6 @@ "keywords": [

"dependencies": {
"@yamada-ui/core": "0.12.4",
"@yamada-ui/utils": "0.3.2",
"@yamada-ui/form-control": "0.0.0-dev-20231103054620",
"@yamada-ui/use-controllable-state": "0.2.4"
"@yamada-ui/core": "0.0.0-dev-20231104094345",
"@yamada-ui/utils": "0.0.0-dev-20231104094345",
"@yamada-ui/form-control": "0.0.0-dev-20231104094345",
"@yamada-ui/use-controllable-state": "0.0.0-dev-20231104094345"
},

@@ -44,0 +44,0 @@ "devDependencies": {

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