@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 CHANGED
@@ -1,16 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.3
3
+ ## 9.0.4-canary.1
4
4
 
5
- ## 9.0.3-canary.0
6
-
7
- ## 9.0.2
8
-
9
- ## 9.0.2-canary.0
10
-
11
- ## 9.0.1
12
-
13
- ## 9.0.1-canary.1
5
+ ## 9.0.4-canary.0
14
6
 
15
7
  ## 9.0.0
16
8
 
@@ -1,4 +1,4 @@
1
- import { SectionContainer, extendableComponent } from '@graphcommerce/next-ui'
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, IconSvg, extendableComponent, responsiveVal } from '@graphcommerce/next-ui'
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 { IconSvg, iconStar } from '@graphcommerce/next-ui'
1
+ import { iconStar, IconSvg } from '@graphcommerce/next-ui'
2
2
  import { i18n } from '@lingui/core'
3
3
  import type { ChipProps } from '@mui/material'
4
4
  import { Chip } from '@mui/material'
@@ -1,4 +1,4 @@
1
- import { IconSvg, extendableComponent, iconStar } from '@graphcommerce/next-ui'
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.3",
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.3",
22
- "@graphcommerce/eslint-config-pwa": "^9.0.3",
23
- "@graphcommerce/graphql": "^9.0.3",
24
- "@graphcommerce/graphql-mesh": "^9.0.3",
25
- "@graphcommerce/image": "^9.0.3",
26
- "@graphcommerce/magento-customer": "^9.0.3",
27
- "@graphcommerce/magento-product": "^9.0.3",
28
- "@graphcommerce/magento-store": "^9.0.3",
29
- "@graphcommerce/next-ui": "^9.0.3",
30
- "@graphcommerce/prettier-config-pwa": "^9.0.3",
31
- "@graphcommerce/react-hook-form": "^9.0.3",
32
- "@graphcommerce/typescript-config-pwa": "^9.0.3",
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",