@graphcommerce/magento-review 9.1.0-canary.53 → 9.1.0-canary.55

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.55
4
+
5
+ ## 9.1.0-canary.54
6
+
3
7
  ## 9.1.0-canary.53
4
8
 
5
9
  ## 9.1.0-canary.52
@@ -7,12 +7,12 @@ import {
7
7
  Form,
8
8
  FormActions,
9
9
  FormRow,
10
+ OverlayCloseButton,
10
11
  responsiveVal,
11
12
  StarRatingField,
12
13
  } from '@graphcommerce/next-ui'
13
14
  import { useFormGqlMutation } from '@graphcommerce/react-hook-form'
14
15
  import { Trans } from '@lingui/react'
15
- // eslint-disable-next-line @typescript-eslint/no-restricted-imports
16
16
  import type { SxProps, Theme } from '@mui/material'
17
17
  import { Alert, Box, Button, Typography } from '@mui/material'
18
18
  import { useRouter } from 'next/router'
@@ -82,9 +82,9 @@ export function CreateProductReviewForm(props: CreateProductReviewFormProps) {
82
82
  <Trans id='Thank you! Your review was successfully submitted for approval' />
83
83
  </Alert>
84
84
  <Box mt={6}>
85
- <Button variant='pill' color='secondary' size='large' onClick={() => router.back()}>
86
- <Trans id='Continue shopping' />
87
- </Button>
85
+ <OverlayCloseButton variant='pill' color='secondary' size='large'>
86
+ <Trans id='Continue shopping'>Continue shopping</Trans>
87
+ </OverlayCloseButton>
88
88
  </Box>
89
89
  </>
90
90
  )
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-review",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.53",
5
+ "version": "9.1.0-canary.55",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,18 +18,18 @@
18
18
  "typescript": "5.7.2"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.53",
22
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.53",
23
- "@graphcommerce/graphql": "^9.1.0-canary.53",
24
- "@graphcommerce/graphql-mesh": "^9.1.0-canary.53",
25
- "@graphcommerce/image": "^9.1.0-canary.53",
26
- "@graphcommerce/magento-customer": "^9.1.0-canary.53",
27
- "@graphcommerce/magento-product": "^9.1.0-canary.53",
28
- "@graphcommerce/magento-store": "^9.1.0-canary.53",
29
- "@graphcommerce/next-ui": "^9.1.0-canary.53",
30
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.53",
31
- "@graphcommerce/react-hook-form": "^9.1.0-canary.53",
32
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.53",
21
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.55",
22
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.55",
23
+ "@graphcommerce/graphql": "^9.1.0-canary.55",
24
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.55",
25
+ "@graphcommerce/image": "^9.1.0-canary.55",
26
+ "@graphcommerce/magento-customer": "^9.1.0-canary.55",
27
+ "@graphcommerce/magento-product": "^9.1.0-canary.55",
28
+ "@graphcommerce/magento-store": "^9.1.0-canary.55",
29
+ "@graphcommerce/next-ui": "^9.1.0-canary.55",
30
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.55",
31
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.55",
32
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.55",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",