@graphcommerce/magento-store 10.0.0-canary.67 → 10.0.0-canary.68
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
|
@@ -23,7 +23,6 @@ export function PriceModifierListChildItem(props: PriceModifierListChildItemProp
|
|
|
23
23
|
<Box className={classes.label} sx={{ color }}>
|
|
24
24
|
{label}
|
|
25
25
|
</Box>
|
|
26
|
-
|
|
27
26
|
{(quantity > 1 || secondary) && (
|
|
28
27
|
<Box className={classes.quantity} sx={{ color: 'text.secondary', whiteSpace: 'nowrap' }}>
|
|
29
28
|
{quantity > 1 && (
|
|
@@ -34,7 +33,6 @@ export function PriceModifierListChildItem(props: PriceModifierListChildItemProp
|
|
|
34
33
|
{secondary}
|
|
35
34
|
</Box>
|
|
36
35
|
)}
|
|
37
|
-
|
|
38
36
|
{amount !== 0 && amount && (
|
|
39
37
|
<Box
|
|
40
38
|
className={classes.amount}
|
|
@@ -52,7 +52,7 @@ export function StoreSwitcherList(props: StoreSwitcherListProps) {
|
|
|
52
52
|
color='inherit'
|
|
53
53
|
className={classes.listItem}
|
|
54
54
|
sx={(theme) => ({
|
|
55
|
-
borderTop: `1px solid ${theme.palette.divider}`,
|
|
55
|
+
borderTop: `1px solid ${theme.vars.palette.divider}`,
|
|
56
56
|
cursor: 'pointer',
|
|
57
57
|
})}
|
|
58
58
|
>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-store",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.0-canary.
|
|
5
|
+
"version": "10.0.0-canary.68",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"./mesh/resolvers.ts": "./mesh/resolvers.ts"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@graphcommerce/ecommerce-ui": "^10.0.0-canary.
|
|
23
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.0-canary.
|
|
24
|
-
"@graphcommerce/framer-utils": "^10.0.0-canary.
|
|
25
|
-
"@graphcommerce/graphql": "^10.0.0-canary.
|
|
26
|
-
"@graphcommerce/graphql-mesh": "^10.0.0-canary.
|
|
27
|
-
"@graphcommerce/image": "^10.0.0-canary.
|
|
28
|
-
"@graphcommerce/next-ui": "^10.0.0-canary.
|
|
29
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.0-canary.
|
|
30
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.0-canary.
|
|
22
|
+
"@graphcommerce/ecommerce-ui": "^10.0.0-canary.68",
|
|
23
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.0-canary.68",
|
|
24
|
+
"@graphcommerce/framer-utils": "^10.0.0-canary.68",
|
|
25
|
+
"@graphcommerce/graphql": "^10.0.0-canary.68",
|
|
26
|
+
"@graphcommerce/graphql-mesh": "^10.0.0-canary.68",
|
|
27
|
+
"@graphcommerce/image": "^10.0.0-canary.68",
|
|
28
|
+
"@graphcommerce/next-ui": "^10.0.0-canary.68",
|
|
29
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.0-canary.68",
|
|
30
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.0-canary.68",
|
|
31
31
|
"@lingui/core": "^5",
|
|
32
32
|
"@lingui/macro": "^5",
|
|
33
33
|
"@lingui/react": "^5",
|
|
34
|
-
"@mui/material": "^
|
|
34
|
+
"@mui/material": "^7.0.0",
|
|
35
35
|
"next": "*",
|
|
36
36
|
"react": "^19.2.0",
|
|
37
37
|
"react-dom": "^19.2.0"
|