@govuk-react/input-field
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-input-field.cjs.d.ts.map | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ292dWstcmVhY3QtaW5wdXQtZmllbGQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9 |
@@ -63,6 +63,6 @@ 'use strict'; | ||
let { | ||
meta, | ||
meta = {}, | ||
children, | ||
hint, | ||
input, | ||
input = {}, | ||
...props | ||
@@ -76,7 +76,2 @@ } = _ref; | ||
}; | ||
InputField.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
InputField.displayName = 'InputField'; | ||
@@ -83,0 +78,0 @@ |
@@ -63,6 +63,6 @@ 'use strict'; | ||
let { | ||
meta, | ||
meta = {}, | ||
children, | ||
hint, | ||
input, | ||
input = {}, | ||
...props | ||
@@ -76,7 +76,2 @@ } = _ref; | ||
}; | ||
InputField.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
InputField.displayName = 'InputField'; | ||
@@ -83,0 +78,0 @@ |
@@ -32,6 +32,6 @@ import * as React from 'react'; | ||
let { | ||
meta, | ||
meta = {}, | ||
children, | ||
hint, | ||
input, | ||
input = {}, | ||
...props | ||
@@ -45,9 +45,4 @@ } = _ref; | ||
}; | ||
InputField.defaultProps = { | ||
hint: undefined, | ||
input: {}, | ||
meta: {} | ||
}; | ||
InputField.displayName = 'InputField'; | ||
export { InputField, InputField as default }; |
{ | ||
"name": "@govuk-react/input-field", | ||
"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/input": "^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/input": "^0.10.7", | ||
"@govuk-react/label": "^0.10.7", | ||
"@govuk-react/label-text": "^0.10.7" | ||
}, | ||
@@ -12,0 +12,0 @@ "peerDependencies": { |
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
14025
10
329