@graphcommerce/magento-compare 9.0.4-canary.9 → 9.0.4

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,24 +1,18 @@
1
1
  # @graphcommerce/magento-compare
2
2
 
3
- ## 9.0.4-canary.9
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.8
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.7
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.6
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.5
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.4
13
+ ## 9.0.1
14
14
 
15
- ## 9.0.4-canary.3
16
-
17
- ## 9.0.4-canary.2
18
-
19
- ## 9.0.4-canary.1
20
-
21
- ## 9.0.4-canary.0
15
+ ## 9.0.1-canary.1
22
16
 
23
17
  ## 9.0.0
24
18
 
@@ -1,7 +1,7 @@
1
1
  import {
2
+ IconSvg,
2
3
  extendableComponent,
3
4
  iconCompare,
4
- IconSvg,
5
5
  useFabSize,
6
6
  useScrollY,
7
7
  } from '@graphcommerce/next-ui'
@@ -1,5 +1,5 @@
1
1
  import { productLink } from '@graphcommerce/magento-product'
2
- import { Button, iconChevronRight, IconSvg, SectionContainer } from '@graphcommerce/next-ui'
2
+ import { Button, IconSvg, SectionContainer, iconChevronRight } from '@graphcommerce/next-ui'
3
3
  import { Trans } from '@lingui/react'
4
4
  import { Box } from '@mui/material'
5
5
  import { useCompareListStyles } from '../hooks/useCompareListStyles'
@@ -1,4 +1,4 @@
1
- import { Button, iconChevronRight, IconSvg, MessageSnackbar } from '@graphcommerce/next-ui'
1
+ import { Button, IconSvg, MessageSnackbar, iconChevronRight } from '@graphcommerce/next-ui'
2
2
  import { Trans } from '@lingui/react'
3
3
  import type { SetStateAction } from 'react'
4
4
 
@@ -1,4 +1,4 @@
1
- import { FullPageMessage, iconCompare, IconSvg } from '@graphcommerce/next-ui'
1
+ import { FullPageMessage, IconSvg, iconCompare } from '@graphcommerce/next-ui'
2
2
  import { Trans } from '@lingui/react'
3
3
  import { Button } from '@mui/material'
4
4
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-compare",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.9",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.4-canary.9",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
17
- "@graphcommerce/framer-next-pages": "^9.0.4-canary.9",
18
- "@graphcommerce/framer-utils": "^9.0.4-canary.9",
19
- "@graphcommerce/graphql": "^9.0.4-canary.9",
20
- "@graphcommerce/magento-cart": "^9.0.4-canary.9",
21
- "@graphcommerce/magento-product": "^9.0.4-canary.9",
22
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
24
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.4",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
17
+ "@graphcommerce/framer-next-pages": "^9.0.4",
18
+ "@graphcommerce/framer-utils": "^9.0.4",
19
+ "@graphcommerce/graphql": "^9.0.4",
20
+ "@graphcommerce/magento-cart": "^9.0.4",
21
+ "@graphcommerce/magento-product": "^9.0.4",
22
+ "@graphcommerce/next-ui": "^9.0.4",
23
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
24
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
25
25
  "@lingui/core": "^4.2.1",
26
26
  "@lingui/macro": "^4.2.1",
27
27
  "@lingui/react": "^4.2.1",