@amsterdam/amsterdam-react-final-form
Advanced tools
Comparing version 0.1.110 to 0.1.111
@@ -62,6 +62,6 @@ "use strict"; | ||
var key = _a[0], label = _a[1]; | ||
return (react_1["default"].createElement(asc_ui_1.Label, { key: key, htmlFor: key, label: label }, | ||
react_1["default"].createElement(asc_ui_1.Radio, __assign({}, restProps, { variant: variant, onChange: handleChange, error: !!error, id: key, "data-e2e-id": key, name: name, value: key, checked: value === key })))); | ||
return (react_1["default"].createElement(asc_ui_1.Label, { key: key, htmlFor: name + "_" + key, label: label }, | ||
react_1["default"].createElement(asc_ui_1.Radio, __assign({}, restProps, { variant: variant, onChange: handleChange, error: !!error, id: name + "_" + key, "data-e2e-id": key, name: name, value: key, checked: value === key })))); | ||
})))); | ||
}; | ||
exports["default"] = react_1["default"].memo(UnboundRadioFields); |
{ | ||
"name": "@amsterdam/amsterdam-react-final-form", | ||
"version": "0.1.110", | ||
"version": "0.1.111", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/amsterdam/amsterdam-react-final-form.git", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
150378
1