@khanacademy/wonder-blocks-banner 4.1.16 → 4.1.18

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,24 @@
1
1
  # @khanacademy/wonder-blocks-banner
2
2
 
3
+ ## 4.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1338494]
8
+ - Updated dependencies [2779e43]
9
+ - Updated dependencies [1338494]
10
+ - @khanacademy/wonder-blocks-tokens@10.2.1
11
+ - @khanacademy/wonder-blocks-icon-button@10.1.0
12
+ - @khanacademy/wonder-blocks-button@10.0.2
13
+ - @khanacademy/wonder-blocks-link@9.1.3
14
+ - @khanacademy/wonder-blocks-typography@3.2.4
15
+
16
+ ## 4.1.17
17
+
18
+ ### Patch Changes
19
+
20
+ - 30760f6: change actions prop from Array to ReadonlyArray
21
+
3
22
  ## 4.1.16
4
23
 
5
24
  ### 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.18",
4
4
  "design": "v1",
5
5
  "description": "Banner components for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -12,13 +12,13 @@
12
12
  "access": "public"
13
13
  },
14
14
  "dependencies": {
15
- "@khanacademy/wonder-blocks-button": "10.0.1",
15
+ "@khanacademy/wonder-blocks-button": "10.0.2",
16
16
  "@khanacademy/wonder-blocks-core": "12.3.0",
17
17
  "@khanacademy/wonder-blocks-icon": "5.1.4",
18
- "@khanacademy/wonder-blocks-icon-button": "10.0.0",
19
- "@khanacademy/wonder-blocks-link": "9.1.2",
20
- "@khanacademy/wonder-blocks-tokens": "10.2.0",
21
- "@khanacademy/wonder-blocks-typography": "3.2.3"
18
+ "@khanacademy/wonder-blocks-icon-button": "10.1.0",
19
+ "@khanacademy/wonder-blocks-link": "9.1.3",
20
+ "@khanacademy/wonder-blocks-tokens": "10.2.1",
21
+ "@khanacademy/wonder-blocks-typography": "3.2.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@phosphor-icons/core": "^2.0.2",