@khanacademy/wonder-blocks-link 0.0.0-PR2918-20260108160834 → 0.0.0-PR2921-20260109172217
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/.turbo/turbo-build$colon$css.log +1 -1
- package/CHANGELOG.md +18 -3
- package/dist/css/vars.css +3 -0
- package/dist/theme/syl-dark.d.ts +9 -0
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-link@10.1.
|
|
2
|
+
> @khanacademy/wonder-blocks-link@10.1.1 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,11 +1,26 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-link
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-PR2921-20260109172217
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3ee1f: Support SYL Dark
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8a3ee1f]
|
|
12
|
+
- @khanacademy/wonder-blocks-typography@0.0.0-PR2921-20260109172217
|
|
13
|
+
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2921-20260109172217
|
|
14
|
+
- @khanacademy/wonder-blocks-clickable@0.0.0-PR2921-20260109172217
|
|
15
|
+
- @khanacademy/wonder-blocks-icon@0.0.0-PR2921-20260109172217
|
|
16
|
+
- @khanacademy/wonder-blocks-styles@0.0.0-PR2921-20260109172217
|
|
17
|
+
|
|
18
|
+
## 10.1.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
6
21
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- @khanacademy/wonder-blocks-clickable@
|
|
22
|
+
- Updated dependencies [6e257eb]
|
|
23
|
+
- @khanacademy/wonder-blocks-clickable@8.1.0
|
|
9
24
|
|
|
10
25
|
## 10.1.0
|
|
11
26
|
|
package/dist/css/vars.css
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
:root, [data-wb-theme='default'] {--wb-c-link-root-font-family: inherit;
|
|
2
2
|
--wb-c-link-root-font-weight: inherit;}
|
|
3
3
|
|
|
4
|
+
[data-wb-theme='syl-dark'] {--wb-c-link-root-font-family: var(--wb-font-family-sans);
|
|
5
|
+
--wb-c-link-root-font-weight: var(--wb-font-weight-bold);}
|
|
6
|
+
|
|
4
7
|
[data-wb-theme='thunderblocks'] {--wb-c-link-root-font-family: var(--wb-font-family-sans);
|
|
5
8
|
--wb-c-link-root-font-weight: var(--wb-font-weight-bold);}
|
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": "0.0.0-
|
|
6
|
+
"version": "0.0.0-PR2921-20260109172217",
|
|
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": "0.0.0-
|
|
31
|
+
"@khanacademy/wonder-blocks-clickable": "0.0.0-PR2921-20260109172217",
|
|
32
32
|
"@khanacademy/wonder-blocks-core": "12.4.2",
|
|
33
|
-
"@khanacademy/wonder-blocks-icon": "
|
|
34
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
35
|
-
"@khanacademy/wonder-blocks-typography": "
|
|
36
|
-
"@khanacademy/wonder-blocks-styles": "0.
|
|
33
|
+
"@khanacademy/wonder-blocks-icon": "0.0.0-PR2921-20260109172217",
|
|
34
|
+
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2921-20260109172217",
|
|
35
|
+
"@khanacademy/wonder-blocks-typography": "0.0.0-PR2921-20260109172217",
|
|
36
|
+
"@khanacademy/wonder-blocks-styles": "0.0.0-PR2921-20260109172217"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@phosphor-icons/core": "^2.0.2",
|