@govuk-react/input-field
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@govuk-react/input-field", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.10.1", | ||
"@govuk-react/error-text": "^0.10.1", | ||
"@govuk-react/hint-text": "^0.10.1", | ||
"@govuk-react/input": "^0.10.1", | ||
"@govuk-react/label": "^0.10.1", | ||
"@govuk-react/label-text": "^0.10.1" | ||
"@govuk-react/constants": "^0.10.2", | ||
"@govuk-react/error-text": "^0.10.2", | ||
"@govuk-react/hint-text": "^0.10.2", | ||
"@govuk-react/input": "^0.10.2", | ||
"@govuk-react/label": "^0.10.2", | ||
"@govuk-react/label-text": "^0.10.2" | ||
}, | ||
@@ -12,0 +12,0 @@ "peerDependencies": { |
@@ -18,10 +18,10 @@ InputField | ||
:--- | :------- | :------ | :--- | :---------- | ||
`error` | | `````` | boolean | Apply error state styling to the component | ||
`error` | | | boolean | Apply error state styling to the component | ||
`hint` | | ```undefined``` | ReactNode | | ||
`input` | | ```{}``` | InputProps | | ||
`margin` | | `````` | Margin | Margin[] | | ||
`mb` | | `````` | string | number | | ||
`meta` | | ```{}``` | { error?: string | string[]; touched?: boolean; } | | ||
`padding` | | `````` | Padding | Padding[] | | ||
`margin` | | | Margin \| Margin[] | | ||
`mb` | | | string \| number | | ||
`meta` | | ```{}``` | { error?: string \| string[]; touched?: boolean; } | | ||
`padding` | | | Padding \| Padding[] | | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20446
452