@khanacademy/wonder-blocks-banner 2.0.4 → 2.0.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,28 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-banner
|
|
2
2
|
|
|
3
|
+
## 2.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c20f48f3: Don't transpile classes when building bundles
|
|
8
|
+
- Updated dependencies [c20f48f3]
|
|
9
|
+
- @khanacademy/wonder-blocks-button@4.0.6
|
|
10
|
+
- @khanacademy/wonder-blocks-core@5.0.4
|
|
11
|
+
- @khanacademy/wonder-blocks-icon@2.0.6
|
|
12
|
+
- @khanacademy/wonder-blocks-icon-button@4.0.6
|
|
13
|
+
- @khanacademy/wonder-blocks-link@4.0.6
|
|
14
|
+
- @khanacademy/wonder-blocks-typography@2.0.6
|
|
15
|
+
|
|
16
|
+
## 2.0.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- @khanacademy/wonder-blocks-button@4.0.5
|
|
21
|
+
- @khanacademy/wonder-blocks-icon@2.0.5
|
|
22
|
+
- @khanacademy/wonder-blocks-icon-button@4.0.5
|
|
23
|
+
- @khanacademy/wonder-blocks-link@4.0.5
|
|
24
|
+
- @khanacademy/wonder-blocks-typography@2.0.5
|
|
25
|
+
|
|
3
26
|
## 2.0.4
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Flowtype definitions for
|
|
2
|
+
* Flowtype definitions for data
|
|
3
3
|
* Generated by Flowgen from a Typescript Definition
|
|
4
4
|
* Flowgen v1.21.0
|
|
5
5
|
* @flow
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
7
|
import { IconAsset } from "@khanacademy/wonder-blocks-icon";
|
|
9
8
|
declare export var info: IconAsset;
|
|
10
9
|
declare export var success: IconAsset;
|
package/dist/index.js.flow
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-banner",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Banner components for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
|
-
"@khanacademy/wonder-blocks-button": "^4.0.
|
|
19
|
+
"@khanacademy/wonder-blocks-button": "^4.0.6",
|
|
20
20
|
"@khanacademy/wonder-blocks-color": "^2.0.1",
|
|
21
|
-
"@khanacademy/wonder-blocks-core": "^5.0.
|
|
22
|
-
"@khanacademy/wonder-blocks-icon": "^2.0.
|
|
23
|
-
"@khanacademy/wonder-blocks-icon-button": "^4.0.
|
|
24
|
-
"@khanacademy/wonder-blocks-link": "^4.0.
|
|
21
|
+
"@khanacademy/wonder-blocks-core": "^5.0.4",
|
|
22
|
+
"@khanacademy/wonder-blocks-icon": "^2.0.6",
|
|
23
|
+
"@khanacademy/wonder-blocks-icon-button": "^4.0.6",
|
|
24
|
+
"@khanacademy/wonder-blocks-link": "^4.0.6",
|
|
25
25
|
"@khanacademy/wonder-blocks-spacing": "^4.0.1",
|
|
26
|
-
"@khanacademy/wonder-blocks-typography": "^2.0.
|
|
26
|
+
"@khanacademy/wonder-blocks-typography": "^2.0.6"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"aphrodite": "^1.2.5",
|
|
30
30
|
"react": "16.14.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"wb-dev-build-settings": "^0.9.
|
|
33
|
+
"wb-dev-build-settings": "^0.9.5"
|
|
34
34
|
}
|
|
35
35
|
}
|