@khanacademy/wonder-blocks-form 6.0.0 → 6.0.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 +17 -0
- package/dist/es/index.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-form
|
|
2
2
|
|
|
3
|
+
## 6.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 361cb52b: Adds `width: 100%` to `legend` element to allow expanding it to fill the available space
|
|
8
|
+
|
|
9
|
+
## 6.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [d23c9c5f]
|
|
14
|
+
- @khanacademy/wonder-blocks-core@11.0.0
|
|
15
|
+
- @khanacademy/wonder-blocks-clickable@5.0.3
|
|
16
|
+
- @khanacademy/wonder-blocks-icon@5.0.3
|
|
17
|
+
- @khanacademy/wonder-blocks-layout@3.0.3
|
|
18
|
+
- @khanacademy/wonder-blocks-typography@3.0.3
|
|
19
|
+
|
|
3
20
|
## 6.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
package/dist/es/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-form",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Form components for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
|
-
"@khanacademy/wonder-blocks-clickable": "^5.0.
|
|
20
|
-
"@khanacademy/wonder-blocks-core": "^
|
|
21
|
-
"@khanacademy/wonder-blocks-icon": "^5.0.
|
|
22
|
-
"@khanacademy/wonder-blocks-layout": "^3.0.
|
|
19
|
+
"@khanacademy/wonder-blocks-clickable": "^5.0.3",
|
|
20
|
+
"@khanacademy/wonder-blocks-core": "^11.0.0",
|
|
21
|
+
"@khanacademy/wonder-blocks-icon": "^5.0.3",
|
|
22
|
+
"@khanacademy/wonder-blocks-layout": "^3.0.3",
|
|
23
23
|
"@khanacademy/wonder-blocks-tokens": "^3.0.0",
|
|
24
|
-
"@khanacademy/wonder-blocks-typography": "^3.0.
|
|
24
|
+
"@khanacademy/wonder-blocks-typography": "^3.0.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"aphrodite": "^1.2.5",
|