@khanacademy/wonder-blocks-icon-button
Advanced tools
Comparing version 3.0.7 to 3.1.0
@@ -7,6 +7,8 @@ // @flow | ||
import type {IconAsset} from "@khanacademy/wonder-blocks-icon"; | ||
import type {StyleType} from "@khanacademy/wonder-blocks-core"; | ||
import type {AriaProps, StyleType} from "@khanacademy/wonder-blocks-core"; | ||
import IconButtonCore from "./icon-button-core.js"; | ||
export type SharedProps = {| | ||
...AriaProps, | ||
/** | ||
@@ -19,7 +21,2 @@ * A Wonder Blocks icon asset, an object specifing paths for one or more of | ||
/** | ||
* Text to display as the title of the svg element. | ||
*/ | ||
"aria-label": string, | ||
/** | ||
* The color of the icon button, either blue or red. | ||
@@ -26,0 +23,0 @@ */ |
{ | ||
"name": "@khanacademy/wonder-blocks-icon-button", | ||
"version": "3.0.7", | ||
"version": "3.1.0", | ||
"design": "v1", | ||
@@ -18,5 +18,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.0.16", | ||
"@khanacademy/wonder-blocks-core": "^2.0.1", | ||
"@khanacademy/wonder-blocks-icon": "^1.0.14" | ||
"@khanacademy/wonder-blocks-color": "^1.1.0", | ||
"@khanacademy/wonder-blocks-core": "^2.1.0", | ||
"@khanacademy/wonder-blocks-icon": "^1.1.0" | ||
}, | ||
@@ -23,0 +23,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
174042
1416