@graphcommerce/magento-cart 4.7.4 → 4.7.5

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e8639ec5f`](https://github.com/graphcommerce-org/graphcommerce/commit/e8639ec5f6759504211d70a966f5c348c6b3a7f6)]:
8
+ - @graphcommerce/ecommerce-ui@1.3.0
9
+ - @graphcommerce/magento-customer@4.10.5
10
+
3
11
  ## 4.7.4
4
12
 
5
13
  ### Patch Changes
@@ -89,7 +89,7 @@ export function CartSummary(props: CartSummaryProps) {
89
89
  <SectionContainer
90
90
  variantLeft='h5'
91
91
  labelLeft={<Trans id='Confirmation + Track & trace' />}
92
- sx={{ '& .SectionHeader': { marginTop: 0, paddingBottom: '8px' } }}
92
+ sx={{ '& .SectionHeader-root': { marginTop: 0, paddingBottom: '8px' } }}
93
93
  />
94
94
  <Typography variant='body1'>{email || ''}</Typography>
95
95
  </Box>
@@ -97,7 +97,7 @@ export function CartSummary(props: CartSummaryProps) {
97
97
  <SectionContainer
98
98
  variantLeft='h5'
99
99
  labelLeft={<Trans id='Shipping method' />}
100
- sx={{ '& .SectionHeader': { marginTop: 0, paddingBottom: '8px' } }}
100
+ sx={{ '& .SectionHeader-root': { marginTop: 0, paddingBottom: '8px' } }}
101
101
  />
102
102
  <Typography variant='body1'>
103
103
  {shipping_addresses?.[0]?.selected_shipping_method?.carrier_title}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.7.4",
5
+ "version": "4.7.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,13 +18,13 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/ecommerce-ui": "1.2.3",
21
+ "@graphcommerce/ecommerce-ui": "1.3.0",
22
22
  "@graphcommerce/framer-utils": "3.2.0",
23
23
  "@graphcommerce/framer-next-pages": "3.3.0",
24
24
  "@graphcommerce/framer-scroller": "2.1.35",
25
25
  "@graphcommerce/graphql": "3.4.8",
26
26
  "@graphcommerce/image": "3.1.9",
27
- "@graphcommerce/magento-customer": "4.10.4",
27
+ "@graphcommerce/magento-customer": "4.10.5",
28
28
  "@graphcommerce/magento-graphql": "3.1.8",
29
29
  "@graphcommerce/magento-store": "4.2.32",
30
30
  "@graphcommerce/next-ui": "4.23.1",