@khanacademy/wonder-blocks-link 4.0.6 → 4.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/components/link.js.flow +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -13,7 +13,7 @@ export type SharedProps = {|
|
|
|
13
13
|
/**
|
|
14
14
|
* Text to appear on the link. It can be a plain text or a Typography element.
|
|
15
15
|
*/
|
|
16
|
-
children: string | React.Element<
|
|
16
|
+
children: string | React.Element<Typography>,
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* URL to navigate to.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-link",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
|
-
"@khanacademy/wonder-blocks-clickable": "^3.0.
|
|
19
|
+
"@khanacademy/wonder-blocks-clickable": "^3.0.7",
|
|
20
20
|
"@khanacademy/wonder-blocks-color": "^2.0.1",
|
|
21
21
|
"@khanacademy/wonder-blocks-core": "^5.0.4"
|
|
22
22
|
},
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"react-router-dom": "5.3.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"wb-dev-build-settings": "^0.9.
|
|
30
|
+
"wb-dev-build-settings": "^0.9.6"
|
|
31
31
|
}
|
|
32
32
|
}
|