@govuk-react/text-area
Advanced tools
Comparing version 0.10.6 to 0.10.7
export * from "./declarations/src/index"; | ||
export { default } from "./declarations/src/index"; | ||
//# sourceMappingURL=govuk-react-text-area.cjs.d.ts.map | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ292dWstcmVhY3QtdGV4dC1hcmVhLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ== |
@@ -97,4 +97,4 @@ 'use strict'; | ||
hint, | ||
meta, | ||
input, | ||
meta = {}, | ||
input = {}, | ||
...props | ||
@@ -109,7 +109,2 @@ } = _ref2; | ||
}; | ||
TextArea.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
TextArea.displayName = 'TextArea'; | ||
@@ -116,0 +111,0 @@ |
@@ -97,4 +97,4 @@ 'use strict'; | ||
hint, | ||
meta, | ||
input, | ||
meta = {}, | ||
input = {}, | ||
...props | ||
@@ -109,7 +109,2 @@ } = _ref2; | ||
}; | ||
TextArea.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
TextArea.displayName = 'TextArea'; | ||
@@ -116,0 +111,0 @@ |
@@ -66,4 +66,4 @@ import * as React from 'react'; | ||
hint, | ||
meta, | ||
input, | ||
meta = {}, | ||
input = {}, | ||
...props | ||
@@ -78,9 +78,4 @@ } = _ref2; | ||
}; | ||
TextArea.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
TextArea.displayName = 'TextArea'; | ||
export { TextArea, TextAreaField, TextArea as default }; |
{ | ||
"name": "@govuk-react/text-area", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"dependencies": { | ||
"@govuk-react/constants": "^0.10.6", | ||
"@govuk-react/error-text": "^0.10.6", | ||
"@govuk-react/hint-text": "^0.10.6", | ||
"@govuk-react/label": "^0.10.6", | ||
"@govuk-react/label-text": "^0.10.6", | ||
"@govuk-react/constants": "^0.10.7", | ||
"@govuk-react/error-text": "^0.10.7", | ||
"@govuk-react/hint-text": "^0.10.7", | ||
"@govuk-react/label": "^0.10.7", | ||
"@govuk-react/label-text": "^0.10.7", | ||
"govuk-colours": "^1.1.0" | ||
@@ -11,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
16425
10
428