@khanacademy/wonder-blocks-icon 5.0.5 → 5.0.6

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.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0199324d]
8
+ - @khanacademy/wonder-blocks-core@12.0.0
9
+
3
10
  ## 5.0.5
4
11
 
5
12
  ### Patch Changes
@@ -31,7 +31,7 @@ export declare const PhosphorIcon: React.ForwardRefExoticComponent<Pick<AriaProp
31
31
  * The color of the icon. Will default to `currentColor`, which means that
32
32
  * it will take on the CSS `color` value from the parent element.
33
33
  */
34
- color?: string | undefined;
34
+ color?: string;
35
35
  /**
36
36
  * Additional styles to apply to the icon.
37
37
  */
@@ -39,22 +39,22 @@ export declare const PhosphorIcon: React.ForwardRefExoticComponent<Pick<AriaProp
39
39
  /**
40
40
  * Adds CSS classes to the Icon.
41
41
  */
42
- className?: string | undefined;
42
+ className?: string;
43
43
  /**
44
44
  * The role of the icon. Will default to `img` if an `aria-label` is
45
45
  * provided.
46
46
  * @see https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA24
47
47
  */
48
- role?: "img" | undefined;
48
+ role?: "img";
49
49
  /**
50
50
  * Size of the icon. One of `small` (16), `medium` (24), `large` (48), or
51
51
  * `xlarge` (96). Defaults to `small`.
52
52
  */
53
- size?: IconSize | undefined;
53
+ size?: IconSize;
54
54
  /**
55
55
  * Test ID used for e2e testing.
56
56
  */
57
- testId?: string | undefined;
57
+ testId?: string;
58
58
  /**
59
59
  * The icon to display. This is a reference to the icon asset (imported as a
60
60
  * static SVG file).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-icon",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.18.6",
20
- "@khanacademy/wonder-blocks-core": "^11.1.0"
20
+ "@khanacademy/wonder-blocks-core": "^12.0.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@khanacademy/wonder-stuff-core": "^1.4.2",