@khanacademy/wonder-blocks-banner 4.1.16 → 4.1.17

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,11 @@
1
1
  # @khanacademy/wonder-blocks-banner
2
2
 
3
+ ## 4.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 30760f6: change actions prop from Array to ReadonlyArray
8
+
3
9
  ## 4.1.16
4
10
 
5
11
  ### Patch Changes
@@ -68,7 +68,7 @@ type Props = {
68
68
  *
69
69
  * The ActionTrigger must have either an onClick or an href field, or both.
70
70
  */
71
- actions?: Array<ActionTrigger>;
71
+ actions?: ReadonlyArray<ActionTrigger>;
72
72
  /**
73
73
  * If present, dismiss button is on right side. If not, no button appears.
74
74
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-banner",
3
- "version": "4.1.16",
3
+ "version": "4.1.17",
4
4
  "design": "v1",
5
5
  "description": "Banner components for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -13,12 +13,12 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@khanacademy/wonder-blocks-button": "10.0.1",
16
- "@khanacademy/wonder-blocks-core": "12.3.0",
17
16
  "@khanacademy/wonder-blocks-icon": "5.1.4",
18
17
  "@khanacademy/wonder-blocks-icon-button": "10.0.0",
19
18
  "@khanacademy/wonder-blocks-link": "9.1.2",
20
- "@khanacademy/wonder-blocks-tokens": "10.2.0",
21
- "@khanacademy/wonder-blocks-typography": "3.2.3"
19
+ "@khanacademy/wonder-blocks-core": "12.3.0",
20
+ "@khanacademy/wonder-blocks-typography": "3.2.3",
21
+ "@khanacademy/wonder-blocks-tokens": "10.2.0"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@phosphor-icons/core": "^2.0.2",