@khanacademy/wonder-blocks-clickable 8.2.6 → 8.2.8
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 +14 -0
- package/dist/components/clickable.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-clickable
|
|
2
2
|
|
|
3
|
+
## 8.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3e7925e]
|
|
8
|
+
- @khanacademy/wonder-blocks-tokens@17.2.0
|
|
9
|
+
|
|
10
|
+
## 8.2.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [dfcf49b]
|
|
15
|
+
- @khanacademy/wonder-blocks-tokens@17.1.0
|
|
16
|
+
|
|
3
17
|
## 8.2.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -155,5 +155,5 @@ type Props = (CommonProps & {
|
|
|
155
155
|
* </Clickable>
|
|
156
156
|
* ```
|
|
157
157
|
*/
|
|
158
|
-
declare const Clickable: React.ForwardRefExoticComponent<Props & React.RefAttributes<
|
|
158
|
+
declare const Clickable: React.ForwardRefExoticComponent<Props & React.RefAttributes<React.ForwardRefExoticComponent<import("react-router-dom-v5-compat").LinkProps & React.RefAttributes<HTMLAnchorElement>> | HTMLAnchorElement | HTMLButtonElement>>;
|
|
159
159
|
export default Clickable;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Clickable component for Wonder-Blocks.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "8.2.
|
|
6
|
+
"version": "8.2.8",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"types": "dist/index.d.ts",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@khanacademy/wonder-blocks-core": "12.4.4",
|
|
24
|
-
"@khanacademy/wonder-blocks-tokens": "17.
|
|
24
|
+
"@khanacademy/wonder-blocks-tokens": "17.2.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"aphrodite": "^1.2.5",
|