@khanacademy/wonder-blocks-button
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -88,4 +88,24 @@ // @flow | ||
/** | ||
* A target destination window for a link to open in. | ||
* Specifies the type of relationship between the current document and the | ||
* linked document. Should only be used when `href` is specified. | ||
*/ | ||
rel?: | ||
| "alternate" | ||
| "author" | ||
| "bookmark" | ||
| "external" | ||
| "help" | ||
| "license" | ||
| "next" | ||
| "nofollow" | ||
| "noreferrer" | ||
| "noopener" | ||
| "prev" | ||
| "search" | ||
| "tag", | ||
/** | ||
* A target destination window for a link to open in. Should only be used | ||
* when `href` is specified. | ||
*/ | ||
target?: string, | ||
@@ -92,0 +112,0 @@ |
{ | ||
"name": "@khanacademy/wonder-blocks-button", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"design": "v1", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "50738b8ea13445314718cba38838c0153decdd41" | ||
"gitHead": "56683c4c76becee78d40834acd354937e24e8781" | ||
} |
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
477290
3502