Socket
Socket
Sign inDemoInstall

@chakra-ui/form-control

Package Overview
Dependencies
Maintainers
4
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/form-control - npm Package Compare versions

Comparing version 1.0.0-rc.6 to 1.0.0-rc.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 1.0.0-rc.7 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/form-control
# 1.0.0-rc.6 (2020-10-25)

@@ -8,0 +16,0 @@

6

dist/types/form-control.d.ts

@@ -1,2 +0,2 @@

import { ThemingProps, WithChakraProps } from "@chakra-ui/system";
import { ThemingProps, HTMLChakraProps } from "@chakra-ui/system";
export interface FormControlOptions {

@@ -89,3 +89,3 @@ /**

export { useFormControlContext };
export interface FormControlProps extends WithChakraProps<"div">, ThemingProps, FormControlContext {
export interface FormControlProps extends HTMLChakraProps<"div">, ThemingProps, FormControlContext {
}

@@ -100,3 +100,3 @@ /**

export declare const FormControl: import("@chakra-ui/system").ComponentWithAs<"div", FormControlProps>;
export interface HelpTextProps extends WithChakraProps<"div"> {
export interface HelpTextProps extends HTMLChakraProps<"div"> {
}

@@ -103,0 +103,0 @@ /**

import { IconProps } from "@chakra-ui/icon";
import { WithChakraProps } from "@chakra-ui/system";
export interface FormErrorMessageProps extends WithChakraProps<"div"> {
import { HTMLChakraProps } from "@chakra-ui/system";
export interface FormErrorMessageProps extends HTMLChakraProps<"div"> {
}

@@ -5,0 +5,0 @@ /**

{
"name": "@chakra-ui/form-control",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"description": "React component to provide validation states to form fields",

@@ -58,8 +58,8 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.0.0-rc.6",
"@chakra-ui/icon": "1.0.0-rc.6",
"@chakra-ui/utils": "1.0.0-rc.6"
"@chakra-ui/hooks": "1.0.0-rc.7",
"@chakra-ui/icon": "1.0.0-rc.7",
"@chakra-ui/utils": "1.0.0-rc.7"
},
"devDependencies": {
"@chakra-ui/system": "1.0.0-rc.6"
"@chakra-ui/system": "1.0.0-rc.7"
},

@@ -70,3 +70,3 @@ "peerDependencies": {

},
"gitHead": "e55b45840d1edc821ad0bb45632535333be5bb86"
"gitHead": "6da531af61ae3780c764590cbee62297fb206e46"
}

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