@khanacademy/wonder-blocks-link
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -45,2 +45,7 @@ // @flow | ||
/** | ||
* A target destination window for a link to open in. | ||
*/ | ||
target?: string, | ||
/** | ||
* Test ID used for e2e testing. | ||
@@ -92,3 +97,3 @@ */ | ||
*/ | ||
onClick?: (e: SyntheticEvent<>) => void, | ||
onClick?: (e: SyntheticEvent<>) => mixed, | ||
|}; | ||
@@ -95,0 +100,0 @@ |
{ | ||
"name": "@khanacademy/wonder-blocks-link", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"design": "v1", | ||
@@ -18,4 +18,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.1.0", | ||
"@khanacademy/wonder-blocks-core": "^2.1.0" | ||
"@khanacademy/wonder-blocks-color": "^1.1.1", | ||
"@khanacademy/wonder-blocks-core": "^2.1.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
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
65876
1090