@khanacademy/wonder-blocks-icon 5.3.19 → 5.3.21

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,20 @@
1
1
  # @khanacademy/wonder-blocks-icon
2
2
 
3
+ ## 5.3.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dfcf49b]
8
+ - @khanacademy/wonder-blocks-tokens@17.1.0
9
+
10
+ ## 5.3.20
11
+
12
+ ### Patch Changes
13
+
14
+ - f1cd1ce: PhosphorIcon already support the tabIndex prop, this change updates the types to reflect that
15
+ - Updated dependencies [9d8e5e3]
16
+ - @khanacademy/wonder-blocks-tokens@17.0.0
17
+
3
18
  ## 5.3.19
4
19
 
5
20
  ### 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.21",
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.1.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@phosphor-icons/core": "^2.0.2",