@graphcommerce/magento-customer 3.5.0 → 3.5.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
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.5.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.5.3...@graphcommerce/magento-customer@3.5.4) (2021-11-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **checkout-email-form:** spacing too large ([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
12
+ * **use-form-is-email-available:** invalid email resets sign in/up state ([87b3965](https://github.com/ho-nl/m2-pwa/commit/87b39656760372f2be69eca045e3db8120006137))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.4.15...@graphcommerce/magento-customer@3.5.0) (2021-11-09)
7
19
 
8
20
 
@@ -23,8 +23,8 @@ export default function NameFields(props: NameFieldProps) {
23
23
 
24
24
  return (
25
25
  <>
26
- <FormRow>
27
- {prefix && (
26
+ {prefix && (
27
+ <FormRow>
28
28
  <Controller
29
29
  defaultValue='Dhr.'
30
30
  control={control}
@@ -53,8 +53,8 @@ export default function NameFields(props: NameFieldProps) {
53
53
  </TextField>
54
54
  )}
55
55
  />
56
- )}
57
- </FormRow>
56
+ </FormRow>
57
+ )}
58
58
 
59
59
  <FormRow>
60
60
  <TextField
@@ -45,7 +45,6 @@ export default function useFormIsEmailAvailable(props: useFormIsEmailAvailablePr
45
45
  }
46
46
  if (isSubmitting) return
47
47
  if (!isValid) {
48
- setMode('email')
49
48
  return
50
49
  }
51
50
  if (!isDirty && isSubmitted && isSubmitSuccessful && isValid)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-customer",
3
- "version": "3.5.0",
3
+ "version": "3.5.4",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -24,8 +24,8 @@
24
24
  "@graphcommerce/graphql": "^2.105.4",
25
25
  "@graphcommerce/image": "^2.105.3",
26
26
  "@graphcommerce/magento-graphql": "^2.104.4",
27
- "@graphcommerce/magento-store": "^3.2.15",
28
- "@graphcommerce/next-ui": "^3.14.7",
27
+ "@graphcommerce/magento-store": "^3.2.19",
28
+ "@graphcommerce/next-ui": "^3.15.2",
29
29
  "@graphcommerce/react-hook-form": "^2.103.1",
30
30
  "@graphql-typed-document-node/core": "^3.1.0",
31
31
  "@material-ui/core": "^4.12.3",
@@ -36,5 +36,5 @@
36
36
  "react": "^17.0.2",
37
37
  "react-dom": "^17.0.2"
38
38
  },
39
- "gitHead": "c9d9c589d7e118318f3b44d8322e9bc71feca484"
39
+ "gitHead": "47e8be849eaecea00f8673696ae1ec3283ec5fd6"
40
40
  }