@khanacademy/wonder-blocks-link 10.3.6 → 10.3.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-link@10.3.
|
|
2
|
+
> @khanacademy/wonder-blocks-link@10.3.8 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-link
|
|
3
3
|
> pnpm exec wonder-blocks-tokens .
|
|
4
4
|
|
|
5
5
|
CSS variables generated successfully in: /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-link/dist/css
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-link
|
|
2
2
|
|
|
3
|
+
## 10.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3e7925e]
|
|
8
|
+
- @khanacademy/wonder-blocks-tokens@17.2.0
|
|
9
|
+
- @khanacademy/wonder-blocks-clickable@8.2.8
|
|
10
|
+
- @khanacademy/wonder-blocks-icon@5.3.22
|
|
11
|
+
- @khanacademy/wonder-blocks-styles@0.2.52
|
|
12
|
+
- @khanacademy/wonder-blocks-typography@5.0.2
|
|
13
|
+
|
|
14
|
+
## 10.3.7
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [dfcf49b]
|
|
19
|
+
- @khanacademy/wonder-blocks-tokens@17.1.0
|
|
20
|
+
- @khanacademy/wonder-blocks-clickable@8.2.7
|
|
21
|
+
- @khanacademy/wonder-blocks-icon@5.3.21
|
|
22
|
+
- @khanacademy/wonder-blocks-styles@0.2.51
|
|
23
|
+
- @khanacademy/wonder-blocks-typography@5.0.1
|
|
24
|
+
|
|
3
25
|
## 10.3.6
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -4,5 +4,5 @@ import type { SharedProps } from "./link";
|
|
|
4
4
|
type Props = SharedProps & ChildrenProps & ClickableState & {
|
|
5
5
|
href: string;
|
|
6
6
|
};
|
|
7
|
-
declare const LinkCore: React.ForwardRefExoticComponent<Props & React.RefAttributes<
|
|
7
|
+
declare const LinkCore: React.ForwardRefExoticComponent<Props & React.RefAttributes<React.ForwardRefExoticComponent<import("react-router-dom-v5-compat").LinkProps & React.RefAttributes<HTMLAnchorElement>> | HTMLAnchorElement>>;
|
|
8
8
|
export default LinkCore;
|
|
@@ -168,5 +168,5 @@ export type SharedProps = (CommonProps & {
|
|
|
168
168
|
* </Link>
|
|
169
169
|
* ```
|
|
170
170
|
*/
|
|
171
|
-
declare const Link: React.ForwardRefExoticComponent<SharedProps & React.RefAttributes<
|
|
171
|
+
declare const Link: React.ForwardRefExoticComponent<SharedProps & React.RefAttributes<React.ForwardRefExoticComponent<import("react-router-dom-v5-compat").LinkProps & React.RefAttributes<HTMLAnchorElement>> | HTMLAnchorElement>>;
|
|
172
172
|
export default Link;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Link component for Wonder Blocks design system.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "10.3.
|
|
6
|
+
"version": "10.3.8",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"./styles.css": "./dist/css/vars.css"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@khanacademy/wonder-blocks-clickable": "8.2.
|
|
31
|
+
"@khanacademy/wonder-blocks-clickable": "8.2.8",
|
|
32
32
|
"@khanacademy/wonder-blocks-core": "12.4.4",
|
|
33
|
-
"@khanacademy/wonder-blocks-icon": "5.3.
|
|
34
|
-
"@khanacademy/wonder-blocks-tokens": "17.
|
|
35
|
-
"@khanacademy/wonder-blocks-typography": "5.0.
|
|
36
|
-
"@khanacademy/wonder-blocks-styles": "0.2.
|
|
33
|
+
"@khanacademy/wonder-blocks-icon": "5.3.22",
|
|
34
|
+
"@khanacademy/wonder-blocks-tokens": "17.2.0",
|
|
35
|
+
"@khanacademy/wonder-blocks-typography": "5.0.2",
|
|
36
|
+
"@khanacademy/wonder-blocks-styles": "0.2.52"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@phosphor-icons/core": "^2.0.2",
|