@graphcommerce/magento-product 3.4.0 → 3.4.1

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.4.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.4.0...@graphcommerce/magento-product@3.4.1) (2021-10-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * External SVG's can't have alt tags ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.3.2...@graphcommerce/magento-product@3.4.0) (2021-10-28)
7
18
 
8
19
 
@@ -56,11 +56,7 @@ export default function FilterCheckboxType(props: FilterCheckboxTypeProps) {
56
56
  }
57
57
  : undefined
58
58
  }
59
- deleteIcon={
60
- isActive ? (
61
- <SvgImageSimple src={iconCloseCircle} alt='remove' size='small' loading='eager' />
62
- ) : undefined
63
- }
59
+ deleteIcon={isActive ? <SvgImageSimple src={iconCloseCircle} size='small' /> : undefined}
64
60
  label={label}
65
61
  clickable
66
62
  {...chipProps}
@@ -41,7 +41,7 @@ export default function ProductSidebarDelivery() {
41
41
 
42
42
  return (
43
43
  <div className={classes.root}>
44
- <SvgImageSimple className={classes.image} src={iconBox} alt='box' loading='eager' />
44
+ <SvgImageSimple className={classes.image} src={iconBox} />
45
45
  <Typography className={classes.title} variant='body2' component='div'>
46
46
  Order before 22:00
47
47
  </Typography>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-product",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -24,9 +24,9 @@
24
24
  "@graphcommerce/framer-scroller": "^0.4.1",
25
25
  "@graphcommerce/graphql": "^2.105.1",
26
26
  "@graphcommerce/image": "^2.105.1",
27
- "@graphcommerce/magento-cart": "^3.4.0",
28
- "@graphcommerce/magento-store": "^3.1.3",
29
- "@graphcommerce/next-ui": "^3.11.0",
27
+ "@graphcommerce/magento-cart": "^3.4.1",
28
+ "@graphcommerce/magento-store": "^3.1.4",
29
+ "@graphcommerce/next-ui": "^3.11.1",
30
30
  "@graphql-typed-document-node/core": "^3.1.0",
31
31
  "@material-ui/core": "^4.12.3",
32
32
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -38,5 +38,5 @@
38
38
  "schema-dts": "^1.0.0",
39
39
  "type-fest": "^2.5.1"
40
40
  },
41
- "gitHead": "f923ddb5d98378c8737314e7296bba77b1c2dc9b"
41
+ "gitHead": "e01d10a0e89c68c316c3e4bb6a306e9a6959a7f6"
42
42
  }