@khanacademy/wonder-blocks-icon 5.3.19 → 5.3.20

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,13 @@
1
1
  # @khanacademy/wonder-blocks-icon
2
2
 
3
+ ## 5.3.20
4
+
5
+ ### Patch Changes
6
+
7
+ - f1cd1ce: PhosphorIcon already support the tabIndex prop, this change updates the types to reflect that
8
+ - Updated dependencies [9d8e5e3]
9
+ - @khanacademy/wonder-blocks-tokens@17.0.0
10
+
3
11
  ## 5.3.19
4
12
 
5
13
  ### Patch Changes
@@ -57,6 +57,10 @@ export declare const PhosphorIcon: React.ForwardRefExoticComponent<Pick<AriaProp
57
57
  * Test ID used for e2e testing.
58
58
  */
59
59
  testId?: string;
60
+ /**
61
+ * Set the tabindex attribute on the rendered element.
62
+ */
63
+ tabIndex?: 0 | -1;
60
64
  /**
61
65
  * The icon to display. This is a reference to the icon asset (imported as a
62
66
  * static SVG file).
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "5.3.19",
6
+ "version": "5.3.20",
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": "16.8.1"
24
+ "@khanacademy/wonder-blocks-tokens": "17.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@phosphor-icons/core": "^2.0.2",