Socket
Socket
Sign inDemoInstall

@chakra-ui/input

Package Overview
Dependencies
Maintainers
4
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 1.1.0 to 1.1.2

26

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- [`01231ed49`](https://github.com/chakra-ui/chakra-ui/commit/01231ed4919521fbe911cb1b035f4beadb340fa5)
[#3298](https://github.com/chakra-ui/chakra-ui/pull/3298) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Provide better typings for
`size` and `variant` for AvatarGroup, CheckboxGroup, ButtonGroup, and
RadioGroup.
## 1.1.1
### Patch Changes
- [`3aa2abb13`](https://github.com/chakra-ui/chakra-ui/commit/3aa2abb134368acee592970995386dfd9aa5de01)
[#3255](https://github.com/chakra-ui/chakra-ui/pull/3255) Thanks
[@dodas](https://github.com/dodas)! - Fixed the typo in `InputProps` interface
due to which theming types were not correct.
- Updated dependencies
[[`ff4a36bca`](https://github.com/chakra-ui/chakra-ui/commit/ff4a36bca11cc177830f6f1da13700acd1e3a087),
[`483687237`](https://github.com/chakra-ui/chakra-ui/commit/483687237f2c4fed05dc6a79693f307c601c1285),
[`61962345c`](https://github.com/chakra-ui/chakra-ui/commit/61962345c5b1c862445c16c586e304b28c376c9a)]:
- @chakra-ui/utils@1.2.0
- @chakra-ui/form-control@1.2.1
## 1.1.0

@@ -4,0 +30,0 @@

2

dist/types/input-group.d.ts
import { ThemingProps, HTMLChakraProps } from "@chakra-ui/system";
export interface InputGroupProps extends HTMLChakraProps<"div">, ThemingProps<"InputGroup"> {
export interface InputGroupProps extends HTMLChakraProps<"div">, ThemingProps<"Input"> {
}
export declare const InputGroup: import("@chakra-ui/system").ComponentWithAs<"div", InputGroupProps>;

@@ -26,4 +26,3 @@ import { FormControlOptions } from "@chakra-ui/form-control";

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

@@ -30,0 +29,0 @@ /**

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

@@ -56,7 +56,7 @@ "keywords": [

"dependencies": {
"@chakra-ui/form-control": "1.2.0",
"@chakra-ui/utils": "1.1.0"
"@chakra-ui/form-control": "1.2.1",
"@chakra-ui/utils": "1.2.0"
},
"devDependencies": {
"@chakra-ui/system": "1.2.0",
"@chakra-ui/system": "1.3.0",
"react": "^17.0.1"

@@ -63,0 +63,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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