@graphcommerce/magento-compare 9.0.4-canary.0 → 9.0.4-canary.2
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,18 +1,10 @@
|
|
|
1
1
|
# @graphcommerce/magento-compare
|
|
2
2
|
|
|
3
|
-
## 9.0.4-canary.
|
|
4
|
-
|
|
5
|
-
## 9.0.3
|
|
6
|
-
|
|
7
|
-
## 9.0.3-canary.0
|
|
3
|
+
## 9.0.4-canary.2
|
|
8
4
|
|
|
9
|
-
## 9.0.
|
|
5
|
+
## 9.0.4-canary.1
|
|
10
6
|
|
|
11
|
-
## 9.0.
|
|
12
|
-
|
|
13
|
-
## 9.0.1
|
|
14
|
-
|
|
15
|
-
## 9.0.1-canary.1
|
|
7
|
+
## 9.0.4-canary.0
|
|
16
8
|
|
|
17
9
|
## 9.0.0
|
|
18
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { productLink } from '@graphcommerce/magento-product'
|
|
2
|
-
import { Button, IconSvg, SectionContainer
|
|
2
|
+
import { Button, iconChevronRight, IconSvg, SectionContainer } 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, IconSvg, MessageSnackbar
|
|
1
|
+
import { Button, iconChevronRight, IconSvg, MessageSnackbar } from '@graphcommerce/next-ui'
|
|
2
2
|
import { Trans } from '@lingui/react'
|
|
3
3
|
import type { SetStateAction } from 'react'
|
|
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.
|
|
5
|
+
"version": "9.0.4-canary.2",
|
|
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.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.0.4-canary.
|
|
18
|
-
"@graphcommerce/framer-utils": "^9.0.4-canary.
|
|
19
|
-
"@graphcommerce/graphql": "^9.0.4-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.4-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.0.4-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.0.4-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.2",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.2",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.4-canary.2",
|
|
18
|
+
"@graphcommerce/framer-utils": "^9.0.4-canary.2",
|
|
19
|
+
"@graphcommerce/graphql": "^9.0.4-canary.2",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.4-canary.2",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.4-canary.2",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.2",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.2",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.2",
|
|
25
25
|
"@lingui/core": "^4.2.1",
|
|
26
26
|
"@lingui/macro": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|