@govuk-react/text-area
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@govuk-react/text-area", | ||
"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/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/label": "^0.10.2", | ||
"@govuk-react/label-text": "^0.10.2", | ||
"govuk-colours": "^1.1.0" | ||
@@ -11,0 +11,0 @@ }, |
@@ -18,10 +18,10 @@ TextArea | ||
:--- | :------- | :------ | :--- | :---------- | ||
`error` | | `````` | boolean | Apply error state styling to the component | ||
`error` | | | boolean | Apply error state styling to the component | ||
`hint` | | ```undefined``` | ReactNode | | ||
`input` | | ```{}``` | TextareaHTMLAttributes<HTMLTextAreaElement> | | ||
`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[] | | ||
29186