@khanacademy/wonder-blocks-form 4.0.3 → 4.0.4

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,14 @@
1
1
  # @khanacademy/wonder-blocks-form
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @khanacademy/wonder-blocks-clickable@3.0.4
8
+ - @khanacademy/wonder-blocks-icon@2.0.4
9
+ - @khanacademy/wonder-blocks-layout@2.0.4
10
+ - @khanacademy/wonder-blocks-typography@2.0.4
11
+
3
12
  ## 4.0.3
4
13
 
5
14
  ### Patch Changes
@@ -174,10 +174,7 @@ declare class LabeledTextField
174
174
  render(): React.Node;
175
175
  }
176
176
  declare type ExportProps = $Diff<
177
- JSX.LibraryManagedAttributes<
178
- typeof LabeledTextField,
179
- React.ElementProps<typeof LabeledTextField>
180
- >,
177
+ React.ElementConfig<typeof LabeledTextField>,
181
178
  { forwardedRef: any }
182
179
  >;
183
180
  /**
@@ -152,10 +152,7 @@ declare class TextField extends React.Component<PropsWithForwardRef, State> {
152
152
  render(): React.Node;
153
153
  }
154
154
  declare type ExportProps = $Diff<
155
- JSX.LibraryManagedAttributes<
156
- typeof TextField,
157
- React.ElementProps<typeof TextField>
158
- >,
155
+ React.ElementConfig<typeof TextField>,
159
156
  { forwardedRef: any }
160
157
  >;
161
158
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-form",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "design": "v1",
5
5
  "description": "Form components for Wonder Blocks.",
6
6
  "main": "dist/index.js",
@@ -16,19 +16,19 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
- "@khanacademy/wonder-blocks-clickable": "^3.0.3",
19
+ "@khanacademy/wonder-blocks-clickable": "^3.0.4",
20
20
  "@khanacademy/wonder-blocks-color": "^2.0.1",
21
21
  "@khanacademy/wonder-blocks-core": "^5.0.3",
22
- "@khanacademy/wonder-blocks-icon": "^2.0.3",
23
- "@khanacademy/wonder-blocks-layout": "^2.0.3",
22
+ "@khanacademy/wonder-blocks-icon": "^2.0.4",
23
+ "@khanacademy/wonder-blocks-layout": "^2.0.4",
24
24
  "@khanacademy/wonder-blocks-spacing": "^4.0.1",
25
- "@khanacademy/wonder-blocks-typography": "^2.0.3"
25
+ "@khanacademy/wonder-blocks-typography": "^2.0.4"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "aphrodite": "^1.2.5",
29
29
  "react": "16.14.0"
30
30
  },
31
31
  "devDependencies": {
32
- "wb-dev-build-settings": "^0.9.2"
32
+ "wb-dev-build-settings": "^0.9.3"
33
33
  }
34
34
  }