@khanacademy/wonder-blocks-cell 4.1.7 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @khanacademy/wonder-blocks-cell
2
2
 
3
+ ## 4.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - e8ccf60: Update `borderRadius` styles to use new `border.radius` tokens
8
+ - Updated dependencies [e8ccf60]
9
+ - @khanacademy/wonder-blocks-tokens@7.0.0
10
+ - @khanacademy/wonder-blocks-clickable@7.0.1
11
+ - @khanacademy/wonder-blocks-layout@3.1.7
12
+
3
13
  ## 4.1.7
4
14
 
5
15
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -237,7 +237,7 @@ const styles$1 = StyleSheet.create({
237
237
  cursor: "not-allowed"
238
238
  },
239
239
  ":focus-visible": {
240
- borderRadius: spacing.xxxSmall_4,
240
+ borderRadius: border.radius.radius_040,
241
241
  overflow: "hidden",
242
242
  position: "relative"
243
243
  },
@@ -250,7 +250,7 @@ const styles$1 = StyleSheet.create({
250
250
  width: `calc(100% - ${spacing.xxxSmall_4}px)`,
251
251
  height: `calc(100% - ${spacing.xxxSmall_4}px)`,
252
252
  border: `${spacing.xxxxSmall_2}px solid ${cellTokens.root.focus.border}`,
253
- borderRadius: spacing.xxxSmall_4
253
+ borderRadius: border.radius.radius_040
254
254
  },
255
255
  [":focus-visible[aria-disabled=true]:after"]: {
256
256
  borderColor: cellTokens.root.disabled.border
package/dist/index.js CHANGED
@@ -266,7 +266,7 @@ const styles$1 = aphrodite.StyleSheet.create({
266
266
  cursor: "not-allowed"
267
267
  },
268
268
  ":focus-visible": {
269
- borderRadius: wonderBlocksTokens.spacing.xxxSmall_4,
269
+ borderRadius: wonderBlocksTokens.border.radius.radius_040,
270
270
  overflow: "hidden",
271
271
  position: "relative"
272
272
  },
@@ -279,7 +279,7 @@ const styles$1 = aphrodite.StyleSheet.create({
279
279
  width: `calc(100% - ${wonderBlocksTokens.spacing.xxxSmall_4}px)`,
280
280
  height: `calc(100% - ${wonderBlocksTokens.spacing.xxxSmall_4}px)`,
281
281
  border: `${wonderBlocksTokens.spacing.xxxxSmall_2}px solid ${cellTokens.root.focus.border}`,
282
- borderRadius: wonderBlocksTokens.spacing.xxxSmall_4
282
+ borderRadius: wonderBlocksTokens.border.radius.radius_040
283
283
  },
284
284
  [":focus-visible[aria-disabled=true]:after"]: {
285
285
  borderColor: cellTokens.root.disabled.border
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-cell",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
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.0",
14
+ "@khanacademy/wonder-blocks-clickable": "7.0.1",
15
15
  "@khanacademy/wonder-blocks-core": "12.2.1",
16
- "@khanacademy/wonder-blocks-layout": "3.1.6",
17
- "@khanacademy/wonder-blocks-tokens": "6.0.0",
16
+ "@khanacademy/wonder-blocks-layout": "3.1.7",
17
+ "@khanacademy/wonder-blocks-tokens": "7.0.0",
18
18
  "@khanacademy/wonder-blocks-typography": "3.1.3"
19
19
  },
20
20
  "peerDependencies": {