@khanacademy/wonder-blocks-icon 5.3.21 → 5.3.22

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,12 @@
1
1
  # @khanacademy/wonder-blocks-icon
2
2
 
3
+ ## 5.3.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3e7925e]
8
+ - @khanacademy/wonder-blocks-tokens@17.2.0
9
+
3
10
  ## 5.3.21
4
11
 
5
12
  ### Patch Changes
@@ -29,7 +29,7 @@ import { IconSize, PhosphorIconAsset } from "../types";
29
29
  * - large: 4.8rem (48px)
30
30
  * - xlarge: 9.6rem (96px)
31
31
  */
32
- export declare const PhosphorIcon: React.ForwardRefExoticComponent<Pick<AriaProps, "role" | "aria-hidden" | "aria-label"> & {
32
+ export declare const PhosphorIcon: React.ForwardRefExoticComponent<Pick<AriaProps, "aria-hidden" | "aria-label" | "role"> & {
33
33
  /**
34
34
  * The color of the icon. Will default to `currentColor`, which means that
35
35
  * it will take on the CSS `color` value from the parent element.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "5.3.21",
6
+ "version": "5.3.22",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -21,7 +21,7 @@
21
21
  "types": "dist/index.d.ts",
22
22
  "dependencies": {
23
23
  "@khanacademy/wonder-blocks-core": "12.4.4",
24
- "@khanacademy/wonder-blocks-tokens": "17.1.0"
24
+ "@khanacademy/wonder-blocks-tokens": "17.2.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@phosphor-icons/core": "^2.0.2",