@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
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.0-canary.68
4
+
3
5
  ## 10.0.0-canary.67
4
6
 
5
7
  ## 10.0.0-canary.66
@@ -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.67",
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.67",
23
- "@graphcommerce/eslint-config-pwa": "^10.0.0-canary.67",
24
- "@graphcommerce/framer-utils": "^10.0.0-canary.67",
25
- "@graphcommerce/graphql": "^10.0.0-canary.67",
26
- "@graphcommerce/graphql-mesh": "^10.0.0-canary.67",
27
- "@graphcommerce/image": "^10.0.0-canary.67",
28
- "@graphcommerce/next-ui": "^10.0.0-canary.67",
29
- "@graphcommerce/prettier-config-pwa": "^10.0.0-canary.67",
30
- "@graphcommerce/typescript-config-pwa": "^10.0.0-canary.67",
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": "^5.10.16",
34
+ "@mui/material": "^7.0.0",
35
35
  "next": "*",
36
36
  "react": "^19.2.0",
37
37
  "react-dom": "^19.2.0"