@graphcommerce/magento-cart 4.9.4 → 4.9.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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1692](https://github.com/graphcommerce-org/graphcommerce/pull/1692) [`a26a2d05e`](https://github.com/graphcommerce-org/graphcommerce/commit/a26a2d05eecabeeef70e4d69105343197ae092b7) Thanks [@paales](https://github.com/paales)! - Fix incorrect selector for SectionHeadr
8
+
3
9
  ## 4.9.4
4
10
 
5
11
  ### Patch Changes
@@ -59,7 +59,7 @@ export function CartItemSummary(props: OrderSummaryProps) {
59
59
  ]}
60
60
  >
61
61
  <SectionContainer
62
- sx={{ '& .SectionHeader': { mt: 0 } }}
62
+ sx={{ '& .SectionHeader-root': { mt: 0 } }}
63
63
  labelLeft={<Trans id='Order summary' />}
64
64
  // labelRight={
65
65
  // <PageLink href='/download' passHref>
@@ -78,7 +78,7 @@ export function CartItemSummary(props: OrderSummaryProps) {
78
78
  top: '50%',
79
79
  transform: 'translateY(-50%)',
80
80
  zIndex: 2,
81
- left: 8,
81
+ left: `8px`,
82
82
  }}
83
83
  >
84
84
  <IconSvg src={iconChevronLeft} />
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.9.4",
5
+ "version": "4.9.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {