@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 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
@@ -473,7 +473,8 @@ const styles$3 = StyleSheet.create({
473
473
  margin: 0
474
474
  },
475
475
  legend: {
476
- padding: 0
476
+ padding: 0,
477
+ width: "100%"
477
478
  },
478
479
  description: {
479
480
  marginTop: spacing.xxxSmall_4,
package/dist/index.js CHANGED
@@ -502,7 +502,8 @@ const styles$3 = aphrodite.StyleSheet.create({
502
502
  margin: 0
503
503
  },
504
504
  legend: {
505
- padding: 0
505
+ padding: 0,
506
+ width: "100%"
506
507
  },
507
508
  description: {
508
509
  marginTop: wonderBlocksTokens.spacing.xxxSmall_4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-form",
3
- "version": "6.0.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.2",
20
- "@khanacademy/wonder-blocks-core": "^10.0.0",
21
- "@khanacademy/wonder-blocks-icon": "^5.0.2",
22
- "@khanacademy/wonder-blocks-layout": "^3.0.2",
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.2"
24
+ "@khanacademy/wonder-blocks-typography": "^3.0.3"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "aphrodite": "^1.2.5",