@khanacademy/wonder-blocks-icon
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@khanacademy/wonder-blocks-icon", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"design": "v1", | ||
@@ -18,6 +18,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@khanacademy/wonder-blocks-core": "^2.4.3" | ||
"@khanacademy/wonder-blocks-core": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-color": "^1.1.9", | ||
"@khanacademy/wonder-blocks-color": "^1.1.10", | ||
"wb-dev-build-settings": "^0.0.3" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "be0b1f6e2cd428289f5c3e54e6a2370de2019d27" | ||
"gitHead": "e80922dd847385d5b3baa19250a29188e4a6b353" | ||
} |
@@ -114,2 +114,2 @@ // @flow | ||
}, | ||
}: {[string]: IconAsset}); | ||
}: {[string]: IconAsset, ...}); |
@@ -30,6 +30,6 @@ // @flow | ||
size: IconSize, | ||
): { | ||
): {| | ||
assetSize: IconSize, | ||
path: string, | ||
} => { | ||
|} => { | ||
if (icon[size]) { | ||
@@ -36,0 +36,0 @@ // Great, we have the IconSize we actually requested |
@@ -12,3 +12,3 @@ // @flow | ||
const DUMMY_ICON_WITH_EVERYTHING_ON_IT = { | ||
const DUMMY_ICON_WITH_EVERYTHING_ON_IT: IconAsset = { | ||
small: "[SMALL SVG PATH]", | ||
@@ -15,0 +15,0 @@ medium: "[MEDIUM SVG PATH]", |
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
94056