@graphcommerce/magento-customer 10.1.0-canary.23 → 10.1.0-canary.24

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.1.0-canary.24
4
+
3
5
  ## 10.1.0-canary.23
4
6
 
5
7
  ## 10.1.0-canary.22
@@ -203,7 +203,7 @@ export function AccountSignInUpForm(props: AccountSignInUpFormProps) {
203
203
  <Trans>Sign out</Trans>
204
204
  </Button>
205
205
  ) : (
206
- formState.isSubmitting && <CircularProgress sx={{ display: 'inline-flex' }} />
206
+ formState.isSubmitting && <CircularProgress aria-hidden='true' sx={{ display: 'inline-flex' }} />
207
207
  ),
208
208
  readOnly: !!email,
209
209
  }}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-customer",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.1.0-canary.23",
5
+ "version": "10.1.0-canary.24",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -21,20 +21,20 @@
21
21
  "./plugins/magentoCustomerPrivateQueryContext": "./plugins/magentoCustomerPrivateQueryContext.ts"
22
22
  },
23
23
  "peerDependencies": {
24
- "@graphcommerce/ecommerce-ui": "^10.1.0-canary.23",
25
- "@graphcommerce/eslint-config-pwa": "^10.1.0-canary.23",
26
- "@graphcommerce/framer-next-pages": "^10.1.0-canary.23",
27
- "@graphcommerce/framer-utils": "^10.1.0-canary.23",
28
- "@graphcommerce/graphql": "^10.1.0-canary.23",
29
- "@graphcommerce/graphql-mesh": "^10.1.0-canary.23",
30
- "@graphcommerce/image": "^10.1.0-canary.23",
31
- "@graphcommerce/magento-graphql": "^10.1.0-canary.23",
32
- "@graphcommerce/magento-store": "^10.1.0-canary.23",
33
- "@graphcommerce/next-config": "^10.1.0-canary.23",
34
- "@graphcommerce/next-ui": "^10.1.0-canary.23",
35
- "@graphcommerce/prettier-config-pwa": "^10.1.0-canary.23",
36
- "@graphcommerce/react-hook-form": "^10.1.0-canary.23",
37
- "@graphcommerce/typescript-config-pwa": "^10.1.0-canary.23",
24
+ "@graphcommerce/ecommerce-ui": "^10.1.0-canary.24",
25
+ "@graphcommerce/eslint-config-pwa": "^10.1.0-canary.24",
26
+ "@graphcommerce/framer-next-pages": "^10.1.0-canary.24",
27
+ "@graphcommerce/framer-utils": "^10.1.0-canary.24",
28
+ "@graphcommerce/graphql": "^10.1.0-canary.24",
29
+ "@graphcommerce/graphql-mesh": "^10.1.0-canary.24",
30
+ "@graphcommerce/image": "^10.1.0-canary.24",
31
+ "@graphcommerce/magento-graphql": "^10.1.0-canary.24",
32
+ "@graphcommerce/magento-store": "^10.1.0-canary.24",
33
+ "@graphcommerce/next-config": "^10.1.0-canary.24",
34
+ "@graphcommerce/next-ui": "^10.1.0-canary.24",
35
+ "@graphcommerce/prettier-config-pwa": "^10.1.0-canary.24",
36
+ "@graphcommerce/react-hook-form": "^10.1.0-canary.24",
37
+ "@graphcommerce/typescript-config-pwa": "^10.1.0-canary.24",
38
38
  "@lingui/core": "^5",
39
39
  "@lingui/macro": "^5",
40
40
  "@lingui/react": "^5",