@graphcommerce/magento-cart-email 2.107.43 β 3.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 +139 -68
- package/EmailForm/EmailForm.tsx +30 -37
- package/package.json +22 -26
- package/EmailHelperList/index.tsx +0 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,114 +1,186 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
## 3.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
8
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
10
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
11
|
+
duplicate packages in the node_modules folders.
|
|
12
|
+
|
|
13
|
+
* [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
|
|
14
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275)
|
|
15
|
+
Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated
|
|
16
|
+
various translations for english πΊπΈπ¬π§ and dutch π³π±
|
|
17
|
+
|
|
18
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
19
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
20
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
21
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
22
|
+
implementing
|
|
23
|
+
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
24
|
+
soon.
|
|
25
|
+
|
|
26
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
27
|
+
frontend to be able to revalidate pages manually.
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
31
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
32
|
+
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
33
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
|
|
34
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
|
|
35
|
+
[`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
36
|
+
- @graphcommerce/magento-cart@4.1.1
|
|
37
|
+
- @graphcommerce/magento-customer@4.1.1
|
|
38
|
+
- @graphcommerce/next-ui@4.1.1
|
|
39
|
+
- @graphcommerce/react-hook-form@3.0.2
|
|
40
|
+
- @graphcommerce/graphql@3.0.2
|
|
41
|
+
- @graphcommerce/image@3.0.2
|
|
42
|
+
- @graphcommerce/magento-product@4.0.2
|
|
43
|
+
- @graphcommerce/magento-store@4.0.2
|
|
44
|
+
|
|
45
|
+
## 3.0.1
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
50
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
51
|
+
so that the packages link to back to the website and repository
|
|
52
|
+
- Updated dependencies
|
|
53
|
+
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
54
|
+
- @graphcommerce/graphql@3.0.1
|
|
55
|
+
- @graphcommerce/image@3.0.1
|
|
56
|
+
- @graphcommerce/magento-cart@4.0.1
|
|
57
|
+
- @graphcommerce/magento-customer@4.0.1
|
|
58
|
+
- @graphcommerce/magento-product@4.0.1
|
|
59
|
+
- @graphcommerce/magento-store@4.0.1
|
|
60
|
+
- @graphcommerce/next-ui@4.0.1
|
|
61
|
+
- @graphcommerce/react-hook-form@3.0.1
|
|
62
|
+
|
|
63
|
+
## 3.0.0
|
|
64
|
+
|
|
65
|
+
### Major Changes
|
|
66
|
+
|
|
67
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
68
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
69
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies
|
|
74
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
75
|
+
- @graphcommerce/graphql@3.0.0
|
|
76
|
+
- @graphcommerce/image@3.0.0
|
|
77
|
+
- @graphcommerce/magento-cart@4.0.0
|
|
78
|
+
- @graphcommerce/magento-customer@4.0.0
|
|
79
|
+
- @graphcommerce/magento-product@4.0.0
|
|
80
|
+
- @graphcommerce/magento-store@4.0.0
|
|
81
|
+
- @graphcommerce/next-ui@4.0.0
|
|
82
|
+
- @graphcommerce/react-hook-form@3.0.0
|
|
5
83
|
|
|
6
|
-
|
|
84
|
+
All notable changes to this project will be documented in this file. See
|
|
85
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
86
|
|
|
87
|
+
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.106.4...@graphcommerce/magento-cart-email@2.107.0) (2021-12-01)
|
|
8
88
|
|
|
9
89
|
### Features
|
|
10
90
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
91
|
+
- add title to login form
|
|
92
|
+
([563157b](https://github.com/ho-nl/m2-pwa/commit/563157bc7059d0b10d8e93c71b918b816ca45943))
|
|
16
93
|
|
|
17
94
|
# [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.31...@graphcommerce/magento-cart-email@2.106.0) (2021-11-12)
|
|
18
95
|
|
|
19
|
-
|
|
20
96
|
### Bug Fixes
|
|
21
97
|
|
|
22
|
-
|
|
23
|
-
|
|
98
|
+
- even more translations
|
|
99
|
+
([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
|
|
24
100
|
|
|
25
101
|
### Features
|
|
26
102
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
103
|
+
- added tons of translations
|
|
104
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
32
105
|
|
|
33
106
|
## [2.105.30](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.29...@graphcommerce/magento-cart-email@2.105.30) (2021-11-12)
|
|
34
107
|
|
|
35
|
-
|
|
36
108
|
### Bug Fixes
|
|
37
109
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
110
|
+
- always show customer login form explanation
|
|
111
|
+
([ef51662](https://github.com/ho-nl/m2-pwa/commit/ef51662b91ad1d3851cfcc75925f8f81b214f348))
|
|
43
112
|
|
|
44
113
|
## [2.105.29](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.28...@graphcommerce/magento-cart-email@2.105.29) (2021-11-12)
|
|
45
114
|
|
|
46
|
-
|
|
47
115
|
### Bug Fixes
|
|
48
116
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
117
|
+
- **checkout-email-form:** spacing too large
|
|
118
|
+
([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
|
|
54
119
|
|
|
55
120
|
# [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.104.37...@graphcommerce/magento-cart-email@2.105.0) (2021-10-27)
|
|
56
121
|
|
|
57
|
-
|
|
58
122
|
### Features
|
|
59
123
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
124
|
+
- **nextjs:** upgraded to nextjs 12
|
|
125
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
65
126
|
|
|
66
127
|
## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.104.0...@graphcommerce/magento-cart-email@2.104.1) (2021-09-27)
|
|
67
128
|
|
|
68
129
|
**Note:** Version bump only for package @graphcommerce/magento-cart-email
|
|
69
130
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
131
|
# 2.104.0 (2021-09-27)
|
|
75
132
|
|
|
76
|
-
|
|
77
133
|
### Bug Fixes
|
|
78
134
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
135
|
+
- adjust imports to correct ones
|
|
136
|
+
([c6e3092](https://github.com/ho-nl/m2-pwa/commit/c6e3092569d1c49fe138b3810704da8e04acbbe2))
|
|
137
|
+
- email field not filled in checkout
|
|
138
|
+
([910caca](https://github.com/ho-nl/m2-pwa/commit/910cacaa49fc5fef2ee4066df828c5a6dd4a2700))
|
|
139
|
+
- ignore md files from triggering version updates
|
|
140
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
141
|
+
- implement next-ui barrel imports
|
|
142
|
+
([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
143
|
+
- make sure ComposedForm actually submits correctly
|
|
144
|
+
([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
|
|
145
|
+
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
146
|
+
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
147
|
+
- ref couldn't be forwarded for ShippingAddressForm
|
|
148
|
+
([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
149
|
+
- rename NextButton to Button, change imports
|
|
150
|
+
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
88
151
|
|
|
89
152
|
### Features
|
|
90
153
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
154
|
+
- add barrel file for magento-customer
|
|
155
|
+
([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
|
|
156
|
+
- **cart:** merge customer and guest carts when logging in
|
|
157
|
+
([25ebc0f](https://github.com/ho-nl/m2-pwa/commit/25ebc0f4e825f8512e2c3f1e01bf23a2d019b0d3))
|
|
158
|
+
- **cart:** when a cart is not active anymore show a clear cart button
|
|
159
|
+
([5d04a14](https://github.com/ho-nl/m2-pwa/commit/5d04a14726c040b20b34c0b88f923aee1dff22e5))
|
|
160
|
+
- **graphql:** introduced new graphql package that holds all generated files
|
|
161
|
+
([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
162
|
+
- **image:** introduced completely rewritten Image component
|
|
163
|
+
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
164
|
+
- **inline-account:** re-added the component
|
|
165
|
+
([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
|
|
166
|
+
- next.js 11
|
|
167
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
168
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
169
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
170
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
171
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
172
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
173
|
+
- submit composed form sequentially
|
|
174
|
+
([890d839](https://github.com/ho-nl/m2-pwa/commit/890d8393d635c3777aa17cfa8d4dafc13c2e6cdc))
|
|
175
|
+
- upgraded to nextjs 11
|
|
176
|
+
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
177
|
+
- useFormMutationCart and simpler imports
|
|
178
|
+
([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
104
179
|
|
|
105
180
|
### Reverts
|
|
106
181
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
182
|
+
- Revert "chore: upgrade @apollo/client"
|
|
183
|
+
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
112
184
|
|
|
113
185
|
# Change Log
|
|
114
186
|
|
|
@@ -126,8 +198,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
126
198
|
|
|
127
199
|
### Bug Fixes
|
|
128
200
|
|
|
129
|
-
- make sure the session token gets deactivated when trying to merge carts when
|
|
130
|
-
it cant
|
|
201
|
+
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
131
202
|
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
132
203
|
|
|
133
204
|
## [2.102.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.102.4...@graphcommerce/magento-cart-email@2.102.5) (2021-08-13)
|
package/EmailForm/EmailForm.tsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useMutation } from '@
|
|
1
|
+
import { useMutation } from '@graphcommerce/graphql'
|
|
2
2
|
import {
|
|
3
3
|
ApolloCartErrorAlert,
|
|
4
4
|
useCartQuery,
|
|
@@ -9,35 +9,34 @@ import {
|
|
|
9
9
|
SignUpFormInline,
|
|
10
10
|
useFormIsEmailAvailable,
|
|
11
11
|
} from '@graphcommerce/magento-customer'
|
|
12
|
-
import { AnimatedRow,
|
|
12
|
+
import { AnimatedRow, extendableComponent, FormDiv, FormRow } from '@graphcommerce/next-ui'
|
|
13
13
|
import { emailPattern, useFormCompose, UseFormComposeOptions } from '@graphcommerce/react-hook-form'
|
|
14
14
|
import { Trans } from '@lingui/macro'
|
|
15
|
-
import {
|
|
16
|
-
|
|
15
|
+
import {
|
|
16
|
+
CircularProgress,
|
|
17
|
+
TextField,
|
|
18
|
+
Typography,
|
|
19
|
+
Alert,
|
|
20
|
+
Button,
|
|
21
|
+
SxProps,
|
|
22
|
+
Theme,
|
|
23
|
+
} from '@mui/material'
|
|
17
24
|
import { AnimatePresence } from 'framer-motion'
|
|
18
25
|
import React, { useEffect, useState } from 'react'
|
|
19
|
-
import EmailHelperList from '../EmailHelperList'
|
|
20
26
|
import { CartEmailDocument } from './CartEmail.gql'
|
|
21
27
|
import { SetGuestEmailOnCartDocument } from './SetGuestEmailOnCart.gql'
|
|
22
28
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
}),
|
|
33
|
-
{ name: 'EmailForm' },
|
|
34
|
-
)
|
|
35
|
-
|
|
36
|
-
export type EmailFormProps = Pick<UseFormComposeOptions, 'step'>
|
|
29
|
+
export type EmailFormProps = Pick<UseFormComposeOptions, 'step'> & {
|
|
30
|
+
children?: React.ReactNode
|
|
31
|
+
sx?: SxProps<Theme>
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const name = 'EmailForm' as const
|
|
35
|
+
const parts = ['root', 'formRow'] as const
|
|
36
|
+
const { classes } = extendableComponent(name, parts)
|
|
37
37
|
|
|
38
38
|
export default function EmailForm(props: EmailFormProps) {
|
|
39
|
-
const { step } = props
|
|
40
|
-
const classes = useStyles()
|
|
39
|
+
const { step, children, sx } = props
|
|
41
40
|
const [expand, setExpand] = useState(false)
|
|
42
41
|
|
|
43
42
|
useMergeCustomerCart()
|
|
@@ -68,7 +67,7 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
68
67
|
if (mode === 'signin') {
|
|
69
68
|
endAdornment = (
|
|
70
69
|
<Button color='secondary' style={{ whiteSpace: 'nowrap' }} onClick={() => setExpand(!expand)}>
|
|
71
|
-
{expand ? <Trans>Close</Trans> : <Trans>Sign
|
|
70
|
+
{expand ? <Trans>Close</Trans> : <Trans>Sign in</Trans>}
|
|
72
71
|
</Button>
|
|
73
72
|
)
|
|
74
73
|
}
|
|
@@ -82,16 +81,16 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
82
81
|
if (formState.isSubmitting) endAdornment = <CircularProgress />
|
|
83
82
|
|
|
84
83
|
return (
|
|
85
|
-
<FormDiv contained>
|
|
84
|
+
<FormDiv contained background='default' className={classes.root} sx={sx}>
|
|
86
85
|
<AnimatePresence initial={false}>
|
|
87
86
|
<AnimatedRow key='emailform'>
|
|
88
87
|
<form noValidate onSubmit={submit}>
|
|
89
88
|
<FormRow>
|
|
90
|
-
<Typography variant='h5' gutterBottom>
|
|
91
|
-
<Trans>
|
|
89
|
+
<Typography variant='h5' component='h2' gutterBottom>
|
|
90
|
+
<Trans>Log in or create an account</Trans>
|
|
92
91
|
</Typography>
|
|
93
92
|
</FormRow>
|
|
94
|
-
<FormRow className={classes.formRow}>
|
|
93
|
+
<FormRow className={classes.formRow} sx={{ py: 0 }}>
|
|
95
94
|
<TextField
|
|
96
95
|
variant='outlined'
|
|
97
96
|
type='email'
|
|
@@ -124,13 +123,9 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
124
123
|
|
|
125
124
|
{mode === 'signup' && expand && (
|
|
126
125
|
<AnimatedRow key='inline-signup'>
|
|
127
|
-
<SignUpFormInline
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
key='signup-form-inline'
|
|
132
|
-
email={watch('email')}
|
|
133
|
-
/>
|
|
126
|
+
<SignUpFormInline key='signup-form-inline' email={watch('email')}>
|
|
127
|
+
{children}
|
|
128
|
+
</SignUpFormInline>
|
|
134
129
|
</AnimatedRow>
|
|
135
130
|
)}
|
|
136
131
|
|
|
@@ -141,10 +136,8 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
141
136
|
</Alert>
|
|
142
137
|
</FormRow>
|
|
143
138
|
)}
|
|
144
|
-
{mode !== 'session-expired' && ((mode !== 'signup' && expand) || !expand) && (
|
|
145
|
-
<AnimatedRow key='email-helperlist'>
|
|
146
|
-
<EmailHelperList />
|
|
147
|
-
</AnimatedRow>
|
|
139
|
+
{children && mode !== 'session-expired' && ((mode !== 'signup' && expand) || !expand) && (
|
|
140
|
+
<AnimatedRow key='email-helperlist'>{children}</AnimatedRow>
|
|
148
141
|
)}
|
|
149
142
|
</AnimatePresence>
|
|
150
143
|
</FormDiv>
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/magento-cart-email",
|
|
3
|
-
"
|
|
3
|
+
"homepage": "https://www.graphcommerce.org/",
|
|
4
|
+
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
+
"version": "3.0.2",
|
|
4
6
|
"sideEffects": false,
|
|
5
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
|
-
"browserslist": [
|
|
7
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
8
|
-
],
|
|
9
8
|
"eslintConfig": {
|
|
10
9
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
11
10
|
"parserOptions": {
|
|
@@ -13,30 +12,27 @@
|
|
|
13
12
|
}
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
|
-
"@graphcommerce/
|
|
17
|
-
"@graphcommerce/
|
|
18
|
-
"@graphcommerce/
|
|
19
|
-
"@
|
|
20
|
-
"@playwright/test": "^1.17.1"
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.2",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.1",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.1",
|
|
18
|
+
"@playwright/test": "^1.19.1"
|
|
21
19
|
},
|
|
22
20
|
"dependencies": {
|
|
23
|
-
"@
|
|
24
|
-
"@graphcommerce/
|
|
25
|
-
"@graphcommerce/
|
|
26
|
-
"@graphcommerce/magento-
|
|
27
|
-
"@graphcommerce/magento-
|
|
28
|
-
"@graphcommerce/magento-
|
|
29
|
-
"@graphcommerce/
|
|
30
|
-
"@graphcommerce/
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"@
|
|
34
|
-
"@material
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"next": "^12.0.7",
|
|
21
|
+
"@graphcommerce/graphql": "^3.0.2",
|
|
22
|
+
"@graphcommerce/image": "^3.0.2",
|
|
23
|
+
"@graphcommerce/magento-cart": "^4.1.1",
|
|
24
|
+
"@graphcommerce/magento-customer": "^4.1.1",
|
|
25
|
+
"@graphcommerce/magento-product": "^4.0.2",
|
|
26
|
+
"@graphcommerce/magento-store": "^4.0.2",
|
|
27
|
+
"@graphcommerce/next-ui": "^4.1.1",
|
|
28
|
+
"@graphcommerce/react-hook-form": "^3.0.2"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"@lingui/macro": "^3.13.2",
|
|
32
|
+
"@mui/material": "^5.4.1",
|
|
33
|
+
"framer-motion": "^6.2.4",
|
|
34
|
+
"next": "^12.0.10",
|
|
38
35
|
"react": "^17.0.2",
|
|
39
36
|
"react-dom": "^17.0.2"
|
|
40
|
-
}
|
|
41
|
-
"gitHead": "41e42c8cd6f565ab0cbba81a1954a0041dc46768"
|
|
37
|
+
}
|
|
42
38
|
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { UseStyles } from '@graphcommerce/next-ui'
|
|
2
|
-
import { Trans } from '@lingui/macro'
|
|
3
|
-
import { makeStyles, Theme } from '@material-ui/core'
|
|
4
|
-
import clsx from 'clsx'
|
|
5
|
-
|
|
6
|
-
const useStyles = makeStyles(
|
|
7
|
-
(theme: Theme) => ({
|
|
8
|
-
root: {
|
|
9
|
-
...theme.typography.body2,
|
|
10
|
-
paddingLeft: theme.spacings.xs,
|
|
11
|
-
},
|
|
12
|
-
}),
|
|
13
|
-
{ name: 'EmailHelperList' },
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
type HelperListProps = UseStyles<typeof useStyles>
|
|
17
|
-
|
|
18
|
-
export default function EmailHelperList(props: HelperListProps) {
|
|
19
|
-
const classes = useStyles(props)
|
|
20
|
-
|
|
21
|
-
return (
|
|
22
|
-
<ul className={clsx(classes.root)}>
|
|
23
|
-
<li>
|
|
24
|
-
<Trans>E-mail address of existing customers will be recognized, sign in is optional.</Trans>
|
|
25
|
-
</li>
|
|
26
|
-
<li>
|
|
27
|
-
<Trans>Fill in password fields to create an account.</Trans>
|
|
28
|
-
</li>
|
|
29
|
-
<li>
|
|
30
|
-
<Trans>Leave passwords fields empty to order as guest.</Trans>
|
|
31
|
-
</li>
|
|
32
|
-
</ul>
|
|
33
|
-
)
|
|
34
|
-
}
|