@graphcommerce/address-fields-nl 8.1.0-canary.9 → 9.0.0-canary.54

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,95 @@
1
1
  # @graphcommerce/address-fields-nl
2
2
 
3
+ ## 9.0.0-canary.54
4
+
5
+ ## 8.1.0-canary.53
6
+
7
+ ## 8.1.0-canary.52
8
+
9
+ ## 8.1.0-canary.51
10
+
11
+ ## 8.1.0-canary.50
12
+
13
+ ## 8.1.0-canary.49
14
+
15
+ ## 8.1.0-canary.48
16
+
17
+ ## 8.1.0-canary.47
18
+
19
+ ## 8.1.0-canary.46
20
+
21
+ ## 8.1.0-canary.45
22
+
23
+ ## 8.1.0-canary.44
24
+
25
+ ## 8.1.0-canary.43
26
+
27
+ ## 8.1.0-canary.42
28
+
29
+ ## 8.1.0-canary.41
30
+
31
+ ## 8.1.0-canary.40
32
+
33
+ ## 8.1.0-canary.39
34
+
35
+ ## 8.1.0-canary.38
36
+
37
+ ## 8.1.0-canary.37
38
+
39
+ ## 8.1.0-canary.36
40
+
41
+ ## 8.1.0-canary.35
42
+
43
+ ## 8.1.0-canary.34
44
+
45
+ ## 8.1.0-canary.33
46
+
47
+ ## 8.1.0-canary.32
48
+
49
+ ## 8.1.0-canary.31
50
+
51
+ ## 8.1.0-canary.30
52
+
53
+ ## 8.1.0-canary.29
54
+
55
+ ## 8.1.0-canary.28
56
+
57
+ ## 8.1.0-canary.27
58
+
59
+ ## 8.1.0-canary.26
60
+
61
+ ## 8.1.0-canary.25
62
+
63
+ ## 8.1.0-canary.24
64
+
65
+ ## 8.1.0-canary.23
66
+
67
+ ## 8.1.0-canary.22
68
+
69
+ ## 8.1.0-canary.21
70
+
71
+ ## 8.1.0-canary.20
72
+
73
+ ## 8.1.0-canary.19
74
+
75
+ ## 8.1.0-canary.18
76
+
77
+ ## 8.1.0-canary.17
78
+
79
+ ## 8.1.0-canary.16
80
+
81
+ ## 8.1.0-canary.15
82
+
83
+ ## 8.1.0-canary.14
84
+
85
+ ## 8.1.0-canary.13
86
+
87
+ ## 8.1.0-canary.12
88
+
89
+ ## 8.1.0-canary.11
90
+
91
+ ## 8.1.0-canary.10
92
+
3
93
  ## 8.1.0-canary.9
4
94
 
5
95
  ## 8.1.0-canary.8
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/address-fields-nl",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.9",
5
+ "version": "9.0.0-canary.54",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^8.1.0-canary.9",
16
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.9",
17
- "@graphcommerce/graphql": "^8.1.0-canary.9",
18
- "@graphcommerce/magento-customer": "^8.1.0-canary.9",
19
- "@graphcommerce/magento-store": "^8.1.0-canary.9",
20
- "@graphcommerce/next-ui": "^8.1.0-canary.9",
21
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.9",
22
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.9",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.54",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.54",
17
+ "@graphcommerce/graphql": "^9.0.0-canary.54",
18
+ "@graphcommerce/magento-customer": "^9.0.0-canary.54",
19
+ "@graphcommerce/magento-store": "^9.0.0-canary.54",
20
+ "@graphcommerce/next-ui": "^9.0.0-canary.54",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.54",
22
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.54",
23
23
  "@lingui/core": "^4.2.1",
24
24
  "@lingui/macro": "^4.2.1",
25
25
  "@lingui/react": "^4.2.1",
@@ -9,14 +9,16 @@ import {
9
9
  AddressPostcode,
10
10
  AddressStreet,
11
11
  } from '@graphcommerce/magento-customer'
12
- import type { PluginProps } from '@graphcommerce/next-config'
12
+ import type { PluginConfig, PluginProps } from '@graphcommerce/next-config'
13
13
  import { FormRow } from '@graphcommerce/next-ui'
14
14
  import { PostcodeNLAutoFill } from '../components/PostcodeNLAutoFill'
15
15
 
16
- export const component = 'AddressFields'
17
- export const exported = '@graphcommerce/magento-customer'
16
+ export const config: PluginConfig = {
17
+ type: 'component',
18
+ module: '@graphcommerce/magento-customer',
19
+ }
18
20
 
19
- function AddPostcodeNLAddressFields<
21
+ export function AddressFields<
20
22
  TFieldValues extends FieldValues = FieldValues,
21
23
  TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>,
22
24
  >(props: PluginProps<AddressFieldsProps<TFieldValues, TName>>) {
@@ -38,13 +40,11 @@ function AddPostcodeNLAddressFields<
38
40
  <AddressStreet {...props} />
39
41
  <AddressCity {...props} />
40
42
  </FormRow>
43
+ <PostcodeNLAutoFill {...props} />
41
44
  </>
42
45
  ) : (
43
46
  <Prev countryFirst {...props} />
44
47
  )}
45
- <PostcodeNLAutoFill {...props} />
46
48
  </>
47
49
  )
48
50
  }
49
-
50
- export const Plugin = AddPostcodeNLAddressFields
File without changes