@khanacademy/wonder-blocks-banner 4.1.1 → 4.1.2
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 +27 -0
- package/dist/es/index.js +0 -1
- package/dist/index.js +0 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-banner
|
|
2
2
|
|
|
3
|
+
## 4.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 762f749: Remove `kind="primary"` from Link instance"
|
|
8
|
+
- 5bd2a95: Internal `Link` refactor to use `semanticColor` tokens intead of `color`. Also moved the link colors to an object to prepare this for an upcoming theme integration"
|
|
9
|
+
- Updated dependencies [ed26d66]
|
|
10
|
+
- Updated dependencies [5655b9f]
|
|
11
|
+
- Updated dependencies [5655b9f]
|
|
12
|
+
- Updated dependencies [8f53293]
|
|
13
|
+
- Updated dependencies [beb09cd]
|
|
14
|
+
- Updated dependencies [5bd2a95]
|
|
15
|
+
- Updated dependencies [762f749]
|
|
16
|
+
- Updated dependencies [051f0f8]
|
|
17
|
+
- Updated dependencies [b6d77dc]
|
|
18
|
+
- Updated dependencies [e1b78db]
|
|
19
|
+
- Updated dependencies [8f53293]
|
|
20
|
+
- Updated dependencies [051f0f8]
|
|
21
|
+
- Updated dependencies [ca57826]
|
|
22
|
+
- @khanacademy/wonder-blocks-core@12.2.0
|
|
23
|
+
- @khanacademy/wonder-blocks-tokens@5.0.0
|
|
24
|
+
- @khanacademy/wonder-blocks-icon-button@6.1.2
|
|
25
|
+
- @khanacademy/wonder-blocks-button@7.1.2
|
|
26
|
+
- @khanacademy/wonder-blocks-link@8.0.0
|
|
27
|
+
- @khanacademy/wonder-blocks-icon@5.1.2
|
|
28
|
+
- @khanacademy/wonder-blocks-typography@3.1.2
|
|
29
|
+
|
|
3
30
|
## 4.1.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
|
@@ -69,7 +69,6 @@ const Banner = props => {
|
|
|
69
69
|
style: styles.action,
|
|
70
70
|
key: action.title
|
|
71
71
|
}, React.createElement(Link, {
|
|
72
|
-
kind: "primary",
|
|
73
72
|
href: action.href,
|
|
74
73
|
onClick: handleClick,
|
|
75
74
|
"aria-label": (_action$ariaLabel = action.ariaLabel) != null ? _action$ariaLabel : action.title,
|
package/dist/index.js
CHANGED
|
@@ -101,7 +101,6 @@ const Banner = props => {
|
|
|
101
101
|
style: styles.action,
|
|
102
102
|
key: action.title
|
|
103
103
|
}, React__namespace.createElement(Link__default["default"], {
|
|
104
|
-
kind: "primary",
|
|
105
104
|
href: action.href,
|
|
106
105
|
onClick: handleClick,
|
|
107
106
|
"aria-label": (_action$ariaLabel = action.ariaLabel) != null ? _action$ariaLabel : action.title,
|
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.2",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Banner components for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.24.5",
|
|
16
|
-
"@khanacademy/wonder-blocks-button": "7.1.
|
|
17
|
-
"@khanacademy/wonder-blocks-core": "12.
|
|
18
|
-
"@khanacademy/wonder-blocks-icon": "5.1.
|
|
19
|
-
"@khanacademy/wonder-blocks-icon-button": "6.1.
|
|
20
|
-
"@khanacademy/wonder-blocks-link": "
|
|
21
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
22
|
-
"@khanacademy/wonder-blocks-typography": "3.1.
|
|
16
|
+
"@khanacademy/wonder-blocks-button": "7.1.2",
|
|
17
|
+
"@khanacademy/wonder-blocks-core": "12.2.0",
|
|
18
|
+
"@khanacademy/wonder-blocks-icon": "5.1.2",
|
|
19
|
+
"@khanacademy/wonder-blocks-icon-button": "6.1.2",
|
|
20
|
+
"@khanacademy/wonder-blocks-link": "8.0.0",
|
|
21
|
+
"@khanacademy/wonder-blocks-tokens": "5.0.0",
|
|
22
|
+
"@khanacademy/wonder-blocks-typography": "3.1.2"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@phosphor-icons/core": "^2.0.2",
|