@igloo-ui/icon-button
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -15,3 +15,4 @@ import * as React from 'react'; | ||
onClick?: () => void; | ||
/** True if the control is disabled and shows a disabled state. The user cannot click on the button */ | ||
/** True if the control is disabled and shows a disabled state. | ||
* The user cannot click on the button */ | ||
disabled?: boolean; | ||
@@ -18,0 +19,0 @@ /** Button size */ |
@@ -227,3 +227,3 @@ import './icon-button.css'; | ||
}); | ||
return (React.createElement(Button, Object.assign({ ref: ref, className: classes, onClick: onClick, disabled: disabled }, rest), icon)); | ||
return (React.createElement(Button, Object.assign({ ref: ref, className: classes, onClick: onClick, disabled: disabled, "data-test": dataTest }, rest), icon)); | ||
}); | ||
@@ -230,0 +230,0 @@ |
{ | ||
"name": "@igloo-ui/icon-button", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"main": "dist/IconButton.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/IconButton.js", | ||
"dependencies": { | ||
"@igloo-ui/button": "^0.3.0", | ||
"@igloo-ui/button": "^0.3.5", | ||
"@igloo-ui/tokens": "^2.0.0", | ||
@@ -40,3 +40,3 @@ "classnames": "^2.3.1" | ||
], | ||
"gitHead": "e22f4c8e0938fb8edd2f7948fc4aa2d9943f6dfd" | ||
"gitHead": "ca1a65b9d762a871c85f0b7a5b1cb62b764d3b43" | ||
} |
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
37933
224
Updated@igloo-ui/button@^0.3.5