@khanacademy/wonder-blocks-cell 4.1.8 → 4.1.9

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,5 +1,16 @@
1
1
  # @khanacademy/wonder-blocks-cell
2
2
 
3
+ ## 4.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e63adea: Update `border.width` tokens to use new naming conventions.
8
+ - Updated dependencies [e63adea]
9
+ - Updated dependencies [e63adea]
10
+ - @khanacademy/wonder-blocks-tokens@8.0.0
11
+ - @khanacademy/wonder-blocks-clickable@7.0.2
12
+ - @khanacademy/wonder-blocks-layout@3.1.8
13
+
3
14
  ## 4.1.8
4
15
 
5
16
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -269,7 +269,7 @@ const styles$1 = StyleSheet.create({
269
269
  top: 0,
270
270
  left: 0,
271
271
  bottom: 0,
272
- width: border.width.thin,
272
+ width: border.width.medium,
273
273
  backgroundColor: semanticColor.surface.emphasis
274
274
  }
275
275
  }
package/dist/index.js CHANGED
@@ -298,7 +298,7 @@ const styles$1 = aphrodite.StyleSheet.create({
298
298
  top: 0,
299
299
  left: 0,
300
300
  bottom: 0,
301
- width: wonderBlocksTokens.border.width.thin,
301
+ width: wonderBlocksTokens.border.width.medium,
302
302
  backgroundColor: wonderBlocksTokens.semanticColor.surface.emphasis
303
303
  }
304
304
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-cell",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,10 +11,10 @@
11
11
  "types": "dist/index.d.ts",
12
12
  "dependencies": {
13
13
  "@babel/runtime": "^7.24.5",
14
- "@khanacademy/wonder-blocks-clickable": "7.0.1",
14
+ "@khanacademy/wonder-blocks-clickable": "7.0.2",
15
15
  "@khanacademy/wonder-blocks-core": "12.2.1",
16
- "@khanacademy/wonder-blocks-layout": "3.1.7",
17
- "@khanacademy/wonder-blocks-tokens": "7.0.0",
16
+ "@khanacademy/wonder-blocks-layout": "3.1.8",
17
+ "@khanacademy/wonder-blocks-tokens": "8.0.0",
18
18
  "@khanacademy/wonder-blocks-typography": "3.1.3"
19
19
  },
20
20
  "peerDependencies": {