@khanacademy/wonder-blocks-card 0.0.0-PR2816-20251008182823 → 0.0.0-PR2816-20251008184253

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @khanacademy/wonder-blocks-card
2
2
 
3
- ## 0.0.0-PR2816-20251008182823
3
+ ## 0.0.0-PR2816-20251008184253
4
4
 
5
5
  ### Minor Changes
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-card",
3
- "version": "0.0.0-PR2816-20251008182823",
3
+ "version": "0.0.0-PR2816-20251008184253",
4
4
  "design": "v1",
5
5
  "description": "Card component for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -241,6 +241,7 @@ const getComponentStyles = ({
241
241
  borderColor: semanticColor.core.border.neutral.subtle,
242
242
  borderStyle: "solid",
243
243
  borderWidth: border.width.thin,
244
+ // Apply the system font to cards by default
244
245
  fontFamily: font.family.sans,
245
246
  minInlineSize: sizing.size_280,
246
247
  position: "relative",