buoy-button
Advanced tools
Comparing version 6.5.0 to 6.6.0
@@ -152,7 +152,8 @@ "use strict"; | ||
type: props.inputType, | ||
value: props.value | ||
value: props.value, | ||
onClick: onClick | ||
})), | ||
_react2.default.createElement( | ||
InputButtonLabel, | ||
_extends({}, props, { onClick: onClick, htmlFor: labelFor }), | ||
_extends({}, props, { htmlFor: labelFor }), | ||
children | ||
@@ -159,0 +160,0 @@ ) |
{ | ||
"name": "buoy-button", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"description": "Buoy button components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -161,4 +161,5 @@ import React from "react" | ||
value={props.value} | ||
onClick={onClick} | ||
/> | ||
<InputButtonLabel {...props} onClick={onClick} htmlFor={labelFor}> | ||
<InputButtonLabel {...props} htmlFor={labelFor}> | ||
{children} | ||
@@ -165,0 +166,0 @@ </InputButtonLabel> |
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
35473
931