@khanacademy/wonder-blocks-link
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -9,3 +9,6 @@ // @flow | ||
import Color, {mix, fade} from "@khanacademy/wonder-blocks-color"; | ||
import type {ClickableHandlers} from "@khanacademy/wonder-blocks-core"; | ||
import type { | ||
ClickableHandlers, | ||
ClickableState, | ||
} from "@khanacademy/wonder-blocks-core"; | ||
import type {SharedProps} from "./link.js"; | ||
@@ -16,6 +19,3 @@ | ||
...ClickableHandlers, | ||
hovered: boolean, | ||
focused: boolean, | ||
pressed: boolean, | ||
...ClickableState, | ||
href: string, | ||
@@ -22,0 +22,0 @@ |}; |
{ | ||
"name": "@khanacademy/wonder-blocks-link", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"design": "v1", | ||
@@ -18,4 +18,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.1.5", | ||
"@khanacademy/wonder-blocks-core": "^2.3.1" | ||
"@khanacademy/wonder-blocks-color": "^1.1.6", | ||
"@khanacademy/wonder-blocks-core": "^2.4.0" | ||
}, | ||
@@ -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
1103
68334