@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @khanacademy/wonder-blocks-link@10.1.0 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-link
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-PR2918-20260108160834
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 [e3e0059]
8
- - @khanacademy/wonder-blocks-clickable@0.0.0-PR2918-20260108160834
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);}
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ root: {
3
+ font: {
4
+ family: string;
5
+ weight: string;
6
+ };
7
+ };
8
+ };
9
+ export default _default;
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-PR2918-20260108160834",
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-PR2918-20260108160834",
31
+ "@khanacademy/wonder-blocks-clickable": "0.0.0-PR2921-20260109172217",
32
32
  "@khanacademy/wonder-blocks-core": "12.4.2",
33
- "@khanacademy/wonder-blocks-icon": "5.3.5",
34
- "@khanacademy/wonder-blocks-tokens": "14.1.3",
35
- "@khanacademy/wonder-blocks-typography": "4.2.27",
36
- "@khanacademy/wonder-blocks-styles": "0.2.37"
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",