Socket
Socket
Sign inDemoInstall

@chakra-ui/input

Package Overview
Dependencies
Maintainers
3
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/input - npm Package Compare versions

Comparing version 2.0.21 to 2.0.22

6

dist/input-addon.d.ts
import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps } from '@chakra-ui/system';
declare type Placement = "left" | "right";
type Placement = "left" | "right";
interface InputAddonProps extends HTMLChakraProps<"div"> {

@@ -14,3 +14,3 @@ placement?: Placement;

declare const InputAddon: _chakra_ui_system.ComponentWithAs<"div", InputAddonProps>;
declare type InputLeftAddonProps = InputAddonProps;
type InputLeftAddonProps = InputAddonProps;
/**

@@ -22,3 +22,3 @@ * InputLeftAddon

declare const InputLeftAddon: _chakra_ui_system.ComponentWithAs<"div", InputAddonProps>;
declare type InputRightAddonProps = InputAddonProps;
type InputRightAddonProps = InputAddonProps;
/**

@@ -25,0 +25,0 @@ * InputRightAddon

@@ -7,7 +7,7 @@ import * as _chakra_ui_system from '@chakra-ui/system';

}
declare type InputLeftElementProps = Omit<InputElementProps, "placement">;
type InputLeftElementProps = Omit<InputElementProps, "placement">;
declare const InputLeftElement: _chakra_ui_system.ComponentWithAs<"div", InputLeftElementProps>;
declare type InputRightElementProps = Omit<InputElementProps, "placement">;
type InputRightElementProps = Omit<InputElementProps, "placement">;
declare const InputRightElement: _chakra_ui_system.ComponentWithAs<"div", InputRightElementProps>;
export { InputElementProps, InputLeftElement, InputLeftElementProps, InputRightElement, InputRightElementProps };

@@ -23,3 +23,3 @@ import * as _chakra_ui_system from '@chakra-ui/system';

}
declare type Omitted = "disabled" | "required" | "readOnly" | "size";
type Omitted = "disabled" | "required" | "readOnly" | "size";
interface InputProps extends Omit<HTMLChakraProps<"input">, Omitted>, InputOptions, ThemingProps<"Input">, FormControlOptions {

@@ -26,0 +26,0 @@ }

{
"name": "@chakra-ui/input",
"version": "2.0.21",
"version": "2.0.22",
"description": "A React component for input text field",

@@ -36,3 +36,3 @@ "keywords": [

"@chakra-ui/shared-utils": "2.0.5",
"@chakra-ui/object-utils": "2.0.8",
"@chakra-ui/object-utils": "2.1.0",
"@chakra-ui/react-children-utils": "2.0.6",

@@ -44,6 +44,6 @@ "@chakra-ui/react-context": "2.0.8"

"clean-package": "2.2.0",
"@chakra-ui/system": "2.5.3",
"@chakra-ui/icons": "2.0.17",
"@chakra-ui/layout": "2.1.17",
"@chakra-ui/hooks": "2.1.6"
"@chakra-ui/system": "2.5.6",
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/layout": "2.1.19",
"@chakra-ui/hooks": "2.2.0"
},

@@ -50,0 +50,0 @@ "peerDependencies": {

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