@khanacademy/wonder-blocks-banner 4.1.4 → 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 +24 -0
- package/dist/es/index.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
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
|
+
|
|
17
|
+
## 4.1.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [61f7837]
|
|
22
|
+
- Updated dependencies [86e1901]
|
|
23
|
+
- Updated dependencies [3cacbe7]
|
|
24
|
+
- Updated dependencies [4887c59]
|
|
25
|
+
- @khanacademy/wonder-blocks-icon-button@7.0.0
|
|
26
|
+
|
|
3
27
|
## 4.1.4
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
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.
|
|
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.
|
|
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": "
|
|
20
|
-
"@khanacademy/wonder-blocks-link": "8.0.
|
|
21
|
-
"@khanacademy/wonder-blocks-tokens": "5.
|
|
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": {
|