@graphcommerce/magento-product 4.8.2 → 4.8.4

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,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.8.4
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
+
9
+ - Updated dependencies [[`a26a2d05e`](https://github.com/graphcommerce-org/graphcommerce/commit/a26a2d05eecabeeef70e4d69105343197ae092b7)]:
10
+ - @graphcommerce/magento-cart@4.9.5
11
+
12
+ ## 4.8.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1688](https://github.com/graphcommerce-org/graphcommerce/pull/1688) [`f105d4223`](https://github.com/graphcommerce-org/graphcommerce/commit/f105d4223aa68df30970149e51ae72897e489bf9) Thanks [@paales](https://github.com/paales)! - Remove redunant confirmation button on ErrorSnackbar implementations
17
+
18
+ - Updated dependencies [[`8393cb266`](https://github.com/graphcommerce-org/graphcommerce/commit/8393cb2662860be0c2aa5df432447bb73c427d8e), [`f544401c7`](https://github.com/graphcommerce-org/graphcommerce/commit/f544401c7b653fda39c7c260ad0dcfb3bf543b65), [`f105d4223`](https://github.com/graphcommerce-org/graphcommerce/commit/f105d4223aa68df30970149e51ae72897e489bf9)]:
19
+ - @graphcommerce/next-ui@4.29.3
20
+ - @graphcommerce/ecommerce-ui@1.5.8
21
+ - @graphcommerce/framer-scroller@2.1.45
22
+ - @graphcommerce/magento-cart@4.9.4
23
+ - @graphcommerce/magento-store@4.3.6
24
+
3
25
  ## 4.8.2
4
26
 
5
27
  ### Patch Changes
@@ -37,17 +37,7 @@ export function AddProductsToCartSnackbar(props: AddProductsToCartSnackbarProps)
37
37
  {error && <ApolloCartErrorSnackbar error={error} />}
38
38
 
39
39
  {showErrorSnackbar && (
40
- <ErrorSnackbar
41
- variant='pill'
42
- severity='error'
43
- action={
44
- <Button size='medium' variant='pill' color='secondary'>
45
- <Trans id='Ok' />
46
- </Button>
47
- }
48
- {...errorSnackbar}
49
- open={showErrorSnackbar}
50
- >
40
+ <ErrorSnackbar variant='pill' severity='error' {...errorSnackbar} open={showErrorSnackbar}>
51
41
  <>{data?.addProductsToCart?.user_errors?.map((e) => e?.message).join(', ')}</>
52
42
  </ErrorSnackbar>
53
43
  )}
@@ -24,7 +24,7 @@ export function ProductSpecs(props: ProductSpecsProps) {
24
24
  >
25
25
  <SectionContainer
26
26
  labelLeft={title}
27
- sx={(theme) => ({ '& .SectionHeader': { marginBottom: theme.spacings.md } })}
27
+ sx={(theme) => ({ '& .SectionHeader-root': { marginBottom: theme.spacings.md } })}
28
28
  >
29
29
  <Box
30
30
  component='ul'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.8.2",
5
+ "version": "4.8.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,15 +19,15 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/ecommerce-ui": "1.5.7",
23
- "@graphcommerce/framer-scroller": "2.1.44",
22
+ "@graphcommerce/ecommerce-ui": "1.5.8",
23
+ "@graphcommerce/framer-scroller": "2.1.45",
24
24
  "@graphcommerce/framer-next-pages": "3.3.2",
25
25
  "@graphcommerce/graphql": "3.5.0",
26
26
  "@graphcommerce/graphql-mesh": "4.2.0",
27
27
  "@graphcommerce/image": "3.1.10",
28
- "@graphcommerce/magento-cart": "4.9.3",
29
- "@graphcommerce/magento-store": "4.3.5",
30
- "@graphcommerce/next-ui": "4.29.2",
28
+ "@graphcommerce/magento-cart": "4.9.5",
29
+ "@graphcommerce/magento-store": "4.3.6",
30
+ "@graphcommerce/next-ui": "4.29.3",
31
31
  "schema-dts": "^1.1.0"
32
32
  },
33
33
  "peerDependencies": {