@graphcommerce/magento-compare 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 +4 -0
- package/components/EmptyCompareList.tsx +4 -5
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FullPageMessage, iconCompare, IconSvg } from '@graphcommerce/next-ui'
|
|
1
|
+
import { FullPageMessage, iconCompare, IconSvg, OverlayCloseButton } from '@graphcommerce/next-ui'
|
|
2
2
|
import { Trans } from '@lingui/react'
|
|
3
|
-
import { Button } from '@mui/material'
|
|
4
3
|
|
|
5
4
|
export function EmptyCompareList() {
|
|
6
5
|
return (
|
|
@@ -8,9 +7,9 @@ export function EmptyCompareList() {
|
|
|
8
7
|
title={<Trans id='Your comparelist is empty' />}
|
|
9
8
|
icon={<IconSvg src={iconCompare} size='xxl' />}
|
|
10
9
|
button={
|
|
11
|
-
<
|
|
12
|
-
<Trans id='Continue shopping'
|
|
13
|
-
</
|
|
10
|
+
<OverlayCloseButton variant='pill' color='secondary' size='large'>
|
|
11
|
+
<Trans id='Continue shopping'>Continue shopping</Trans>
|
|
12
|
+
</OverlayCloseButton>
|
|
14
13
|
}
|
|
15
14
|
>
|
|
16
15
|
<Trans id='Discover our collection and add items to your comparelist!' />
|
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.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.55",
|
|
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.1.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.1.0-canary.
|
|
18
|
-
"@graphcommerce/framer-utils": "^9.1.0-canary.
|
|
19
|
-
"@graphcommerce/graphql": "^9.1.0-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.1.0-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.1.0-canary.
|
|
22
|
-
"@graphcommerce/next-ui": "^9.1.0-canary.
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.1.0-canary.55",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.55",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.1.0-canary.55",
|
|
18
|
+
"@graphcommerce/framer-utils": "^9.1.0-canary.55",
|
|
19
|
+
"@graphcommerce/graphql": "^9.1.0-canary.55",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.1.0-canary.55",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.1.0-canary.55",
|
|
22
|
+
"@graphcommerce/next-ui": "^9.1.0-canary.55",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.55",
|
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.55",
|
|
25
25
|
"@lingui/core": "^4.2.1",
|
|
26
26
|
"@lingui/macro": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|