@khanacademy/wonder-blocks-banner 4.1.5 → 4.1.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,19 @@
1
1
  # @khanacademy/wonder-blocks-banner
2
2
 
3
+ ## 4.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 4846e9c: Update icon buttons to use the new mapping (from `primary` to `tertiary`)
8
+ - Updated dependencies [3dc5dac]
9
+ - Updated dependencies [3dc5dac]
10
+ - Updated dependencies [4846e9c]
11
+ - Updated dependencies [4846e9c]
12
+ - @khanacademy/wonder-blocks-tokens@5.2.0
13
+ - @khanacademy/wonder-blocks-button@7.1.5
14
+ - @khanacademy/wonder-blocks-icon-button@8.0.0
15
+ - @khanacademy/wonder-blocks-link@8.0.3
16
+
3
17
  ## 4.1.5
4
18
 
5
19
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -121,6 +121,7 @@ const Banner = props => {
121
121
  }, React.createElement(IconButton, {
122
122
  icon: xIcon,
123
123
  kind: "tertiary",
124
+ actionType: "neutral",
124
125
  onClick: onDismiss,
125
126
  style: styles.dismiss,
126
127
  "aria-label": dismissAriaLabel
package/dist/index.js CHANGED
@@ -153,6 +153,7 @@ const Banner = props => {
153
153
  }, React__namespace.createElement(IconButton__default["default"], {
154
154
  icon: xIcon__default["default"],
155
155
  kind: "tertiary",
156
+ actionType: "neutral",
156
157
  onClick: onDismiss,
157
158
  style: styles.dismiss,
158
159
  "aria-label": dismissAriaLabel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-banner",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
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
  "@babel/runtime": "^7.24.5",
16
- "@khanacademy/wonder-blocks-button": "7.1.4",
16
+ "@khanacademy/wonder-blocks-button": "7.1.5",
17
17
  "@khanacademy/wonder-blocks-core": "12.2.1",
18
18
  "@khanacademy/wonder-blocks-icon": "5.1.3",
19
- "@khanacademy/wonder-blocks-icon-button": "7.0.0",
20
- "@khanacademy/wonder-blocks-link": "8.0.2",
21
- "@khanacademy/wonder-blocks-tokens": "5.1.1",
19
+ "@khanacademy/wonder-blocks-icon-button": "8.0.0",
20
+ "@khanacademy/wonder-blocks-link": "8.0.3",
21
+ "@khanacademy/wonder-blocks-tokens": "5.2.0",
22
22
  "@khanacademy/wonder-blocks-typography": "3.1.3"
23
23
  },
24
24
  "peerDependencies": {