Socket
Socket
Sign inDemoInstall

@leafygreen-ui/form-field

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/form-field - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

CHANGELOG.md
# @leafygreen-ui/form-field
## 1.0.1
### Patch Changes
- 15185af0: Imports Storybook utilities from `@lg-tools/storybook-utils` (previously imported from `@leafygreen-ui/lib`)
- 356a53fd: Update TS builds to use `typescript@4.9.5`
- Updated dependencies [7a0ff1be]
- Updated dependencies [15185af0]
- Updated dependencies [356a53fd]
- Updated dependencies [66df9ab8]
- @leafygreen-ui/typography@18.3.0
- @leafygreen-ui/leafygreen-provider@3.1.12
- @leafygreen-ui/icon@12.0.1
- @leafygreen-ui/lib@13.3.0
- @leafygreen-ui/emotion@4.0.8
- @leafygreen-ui/hooks@8.1.3
- @leafygreen-ui/palette@4.0.9
- @leafygreen-ui/tokens@2.5.2
## 1.0.0

@@ -4,0 +23,0 @@

8

dist/FormField/FormField.types.d.ts

@@ -9,3 +9,3 @@ /// <reference types="react" />

};
export declare type FormFieldState = (typeof FormFieldState)[keyof typeof FormFieldState];
export type FormFieldState = (typeof FormFieldState)[keyof typeof FormFieldState];
export interface FormFieldInputWrapperProps extends HTMLElementProps<'div'> {

@@ -19,4 +19,4 @@ [key: `data-${string}`]: any;

}
export declare type FormFieldChildren = React.ReactElement<FormFieldChildrenProps>;
declare type AriaLabelProps = {
export type FormFieldChildren = React.ReactElement<FormFieldChildrenProps>;
type AriaLabelProps = {
/**

@@ -43,3 +43,3 @@ * The label rendered before the input

};
export declare type FormFieldProps = Omit<HTMLElementProps<'div'>, 'children'> & AriaLabelProps & DarkModeProps & {
export type FormFieldProps = Omit<HTMLElementProps<'div'>, 'children'> & AriaLabelProps & DarkModeProps & {
/**

@@ -46,0 +46,0 @@ * `FormFieldInputContainer` component, or other custom input component

{
"name": "@leafygreen-ui/form-field",
"version": "1.0.0",
"version": "1.0.1",
"description": "LeafyGreen UI Kit Form Field",

@@ -18,17 +18,17 @@ "main": "./dist/index.js",

"dependencies": {
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.1.1",
"@leafygreen-ui/icon": "^12.0.0",
"@leafygreen-ui/lib": "^13.2.1",
"@leafygreen-ui/palette": "^4.0.7",
"@leafygreen-ui/tokens": "^2.3.0",
"@leafygreen-ui/typography": "^18.2.3"
"@leafygreen-ui/emotion": "^4.0.8",
"@leafygreen-ui/hooks": "^8.1.3",
"@leafygreen-ui/icon": "^12.0.1",
"@leafygreen-ui/lib": "^13.3.0",
"@leafygreen-ui/palette": "^4.0.9",
"@leafygreen-ui/tokens": "^2.5.2",
"@leafygreen-ui/typography": "^18.3.0"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.11"
"@leafygreen-ui/leafygreen-provider": "^3.1.12"
},
"devDependencies": {
"@leafygreen-ui/button": "^21.0.12",
"@leafygreen-ui/icon-button": "^15.0.20",
"lodash": "^4.17.21"
"@leafygreen-ui/button": "^21.1.0",
"@leafygreen-ui/icon-button": "^15.0.21",
"@lg-tools/storybook-utils": "^0.1.0"
},

@@ -35,0 +35,0 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/form-field",

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