@atlaskit/form 10.4.4 → 10.4.7

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,25 @@
1
1
  # @atlaskit/form
2
2
 
3
+ ## 10.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.4.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [#118734](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/118734)
14
+ [`f9641d1cfa4bd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9641d1cfa4bd) -
15
+ Remove remnants of `extract-react-types`.
16
+
17
+ ## 10.4.5
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 10.4.4
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "10.4.4",
3
+ "version": "10.4.7",
4
4
  "description": "A form allows users to input information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/heading": "^2.4.0",
32
- "@atlaskit/icon": "^22.5.0",
33
- "@atlaskit/platform-feature-flags": "^0.2.5",
34
- "@atlaskit/primitives": "^9.0.0",
32
+ "@atlaskit/icon": "^22.6.0",
33
+ "@atlaskit/platform-feature-flags": "^0.3.0",
34
+ "@atlaskit/primitives": "^11.0.0",
35
35
  "@atlaskit/theme": "^12.11.0",
36
36
  "@atlaskit/tokens": "^1.53.0",
37
37
  "@babel/runtime": "^7.0.0",
@@ -50,7 +50,7 @@
50
50
  "@af/integration-testing": "*",
51
51
  "@af/visual-regression": "*",
52
52
  "@atlaskit/banner": "^12.4.0",
53
- "@atlaskit/button": "^18.0.0",
53
+ "@atlaskit/button": "^18.3.0",
54
54
  "@atlaskit/checkbox": "^13.5.0",
55
55
  "@atlaskit/ds-lib": "^2.3.0",
56
56
  "@atlaskit/modal-dialog": "^12.14.0",
@@ -1,5 +0,0 @@
1
- import type { CheckboxProps as Props } from '../src/checkbox-field';
2
-
3
- export default function CheckboxFieldProps(props: Props) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { FieldComponentProps as Props } from '../src/field';
2
-
3
- export default function FieldProps(props: Props<any, any>) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { FieldsetProps as Props } from '../src/fieldset';
2
-
3
- export default function FieldsetProps(props: Props) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { FormFooterProps as Props } from '../src/form-footer';
2
-
3
- export default function FormFooterProps(props: Props) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { FormHeaderProps as Props } from '../src/form-header';
2
-
3
- export default function FormHeaderProps(props: Props) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import { type FormProps } from '../src/form';
2
-
3
- export default function FormReactProps(props: FormProps<any>) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { FormSectionProps as Props } from '../src/form-section';
2
-
3
- export default function FormSectionProps(props: Props) {
4
- return null;
5
- }
@@ -1,5 +0,0 @@
1
- import type { RangeFieldProps as Props } from '../src/range-field';
2
-
3
- export default function RangeFieldProps(props: Props) {
4
- return null;
5
- }