@khanacademy/wonder-blocks-modal 7.1.8 → 7.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,18 @@
1
1
  # @khanacademy/wonder-blocks-modal
2
2
 
3
+ ## 7.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - e8ccf60: Update `borderRadius` styles to use new `border.radius` tokens
8
+ - Updated dependencies [e8ccf60]
9
+ - Updated dependencies [e8ccf60]
10
+ - @khanacademy/wonder-blocks-icon-button@9.0.1
11
+ - @khanacademy/wonder-blocks-styles@0.2.3
12
+ - @khanacademy/wonder-blocks-tokens@7.0.0
13
+ - @khanacademy/wonder-blocks-breadcrumbs@3.1.7
14
+ - @khanacademy/wonder-blocks-layout@3.1.7
15
+
3
16
  ## 7.1.8
4
17
 
5
18
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -21,7 +21,7 @@ const theme$1 = {
21
21
  }
22
22
  },
23
23
  border: {
24
- radius: border.radius.medium_4
24
+ radius: border.radius.radius_040
25
25
  }
26
26
  },
27
27
  backdrop: {
package/dist/index.js CHANGED
@@ -51,7 +51,7 @@ const theme$1 = {
51
51
  }
52
52
  },
53
53
  border: {
54
- radius: wonderBlocksTokens.border.radius.medium_4
54
+ radius: wonderBlocksTokens.border.radius.radius_040
55
55
  }
56
56
  },
57
57
  backdrop: {
@@ -10,7 +10,7 @@ declare const theme: {
10
10
  };
11
11
  };
12
12
  border: {
13
- radius: number;
13
+ radius: string;
14
14
  };
15
15
  };
16
16
  /**
@@ -10,7 +10,7 @@ declare const theme: {
10
10
  };
11
11
  };
12
12
  border: {
13
- radius: number;
13
+ radius: string;
14
14
  };
15
15
  };
16
16
  backdrop: {
@@ -17,7 +17,7 @@ export declare const ModalDialogThemeContext: React.Context<{
17
17
  };
18
18
  };
19
19
  border: {
20
- radius: number;
20
+ radius: string;
21
21
  };
22
22
  };
23
23
  backdrop: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-modal",
3
- "version": "7.1.8",
3
+ "version": "7.1.9",
4
4
  "design": "v2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,14 +13,14 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@babel/runtime": "^7.24.5",
16
- "@khanacademy/wonder-blocks-breadcrumbs": "3.1.6",
16
+ "@khanacademy/wonder-blocks-breadcrumbs": "3.1.7",
17
17
  "@khanacademy/wonder-blocks-core": "12.2.1",
18
- "@khanacademy/wonder-blocks-icon-button": "9.0.0",
19
- "@khanacademy/wonder-blocks-layout": "3.1.6",
20
- "@khanacademy/wonder-blocks-styles": "0.2.2",
18
+ "@khanacademy/wonder-blocks-icon-button": "9.0.1",
19
+ "@khanacademy/wonder-blocks-layout": "3.1.7",
20
+ "@khanacademy/wonder-blocks-styles": "0.2.3",
21
21
  "@khanacademy/wonder-blocks-theming": "3.2.1",
22
22
  "@khanacademy/wonder-blocks-timing": "7.0.2",
23
- "@khanacademy/wonder-blocks-tokens": "6.0.0",
23
+ "@khanacademy/wonder-blocks-tokens": "7.0.0",
24
24
  "@khanacademy/wonder-blocks-typography": "3.1.3"
25
25
  },
26
26
  "peerDependencies": {