@graphcommerce/magento-review 9.0.3 → 9.0.4-canary.1
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 +2 -10
- package/components/AccountReviews/AccountReviews.tsx +1 -1
- package/components/CreateProductReviewForm/CreateProductReviewForm.tsx +2 -2
- package/components/CustomerReview/CustomerReview.tsx +1 -1
- package/components/ProductReviewChip/ProductReviewChip.tsx +1 -1
- package/components/ProductReviewSummary/ProductReviewSummary.tsx +1 -1
- package/components/ProductReviews/ProductReviews.tsx +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { extendableComponent, SectionContainer } from '@graphcommerce/next-ui'
|
|
2
2
|
import { Box } from '@mui/material'
|
|
3
3
|
import { CustomerReview } from '../CustomerReview/CustomerReview'
|
|
4
4
|
import type { AccountReviewsFragment } from './AccountReviews.gql'
|
|
@@ -3,12 +3,12 @@ import { useQuery } from '@graphcommerce/graphql'
|
|
|
3
3
|
import type { ProductReviewRatingInput } from '@graphcommerce/graphql-mesh'
|
|
4
4
|
import { ApolloCustomerErrorAlert } from '@graphcommerce/magento-customer'
|
|
5
5
|
import {
|
|
6
|
+
extendableComponent,
|
|
6
7
|
Form,
|
|
7
8
|
FormActions,
|
|
8
9
|
FormRow,
|
|
9
|
-
StarRatingField,
|
|
10
|
-
extendableComponent,
|
|
11
10
|
responsiveVal,
|
|
11
|
+
StarRatingField,
|
|
12
12
|
} from '@graphcommerce/next-ui'
|
|
13
13
|
import { useFormGqlMutation } from '@graphcommerce/react-hook-form'
|
|
14
14
|
import { Trans } from '@lingui/react'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Image } from '@graphcommerce/image'
|
|
2
|
-
import { DateTimeFormat,
|
|
2
|
+
import { DateTimeFormat, extendableComponent, IconSvg, responsiveVal } from '@graphcommerce/next-ui'
|
|
3
3
|
import type { SxProps, Theme } from '@mui/material'
|
|
4
4
|
import { Box } from '@mui/material'
|
|
5
5
|
import type { CustomerReviewFragment } from './CustomerReview.gql'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { extendableComponent, iconStar, IconSvg } from '@graphcommerce/next-ui'
|
|
2
2
|
import type { SxProps, Theme } from '@mui/material'
|
|
3
3
|
import { Box } from '@mui/material'
|
|
4
4
|
import type { ProductReviewSummaryFragment } from './ProductReviewSummary.gql'
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useQuery } from '@graphcommerce/graphql'
|
|
2
2
|
import {
|
|
3
3
|
DateTimeFormat,
|
|
4
|
-
Pagination,
|
|
5
|
-
StarRatingField,
|
|
6
4
|
extendableComponent,
|
|
5
|
+
Pagination,
|
|
7
6
|
responsiveVal,
|
|
7
|
+
StarRatingField,
|
|
8
8
|
} from '@graphcommerce/next-ui'
|
|
9
9
|
import { Trans } from '@lingui/react'
|
|
10
10
|
import type { SxProps, Theme } from '@mui/material'
|
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.0.
|
|
5
|
+
"version": "9.0.4-canary.1",
|
|
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.0.
|
|
22
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
23
|
-
"@graphcommerce/graphql": "^9.0.
|
|
24
|
-
"@graphcommerce/graphql-mesh": "^9.0.
|
|
25
|
-
"@graphcommerce/image": "^9.0.
|
|
26
|
-
"@graphcommerce/magento-customer": "^9.0.
|
|
27
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
28
|
-
"@graphcommerce/magento-store": "^9.0.
|
|
29
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
30
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
31
|
-
"@graphcommerce/react-hook-form": "^9.0.
|
|
32
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
21
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.1",
|
|
22
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.1",
|
|
23
|
+
"@graphcommerce/graphql": "^9.0.4-canary.1",
|
|
24
|
+
"@graphcommerce/graphql-mesh": "^9.0.4-canary.1",
|
|
25
|
+
"@graphcommerce/image": "^9.0.4-canary.1",
|
|
26
|
+
"@graphcommerce/magento-customer": "^9.0.4-canary.1",
|
|
27
|
+
"@graphcommerce/magento-product": "^9.0.4-canary.1",
|
|
28
|
+
"@graphcommerce/magento-store": "^9.0.4-canary.1",
|
|
29
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.1",
|
|
30
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.1",
|
|
31
|
+
"@graphcommerce/react-hook-form": "^9.0.4-canary.1",
|
|
32
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.1",
|
|
33
33
|
"@lingui/core": "^4.2.1",
|
|
34
34
|
"@lingui/macro": "^4.2.1",
|
|
35
35
|
"@lingui/react": "^4.2.1",
|