@khanacademy/wonder-blocks-icon-button
Advanced tools
Comparing version 5.3.5 to 5.4.0
# @khanacademy/wonder-blocks-icon-button | ||
## 5.4.0 | ||
### Minor Changes | ||
- ea506e85: Add onMouseDown prop | ||
## 5.3.5 | ||
@@ -4,0 +10,0 @@ |
@@ -100,2 +100,6 @@ import * as React from "react"; | ||
onClick?: (e: React.SyntheticEvent) => unknown; | ||
/** | ||
* Function to call when the mouse down event is triggered. | ||
*/ | ||
onMouseDown?: (e: React.MouseEvent) => void; | ||
}; | ||
@@ -102,0 +106,0 @@ /** |
{ | ||
"name": "@khanacademy/wonder-blocks-icon-button", | ||
"version": "5.3.5", | ||
"version": "5.4.0", | ||
"design": "v1", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
196875
2596