@graphcommerce/magento-product-bundle 4.1.7 → 4.1.9

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,35 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @graphcommerce/next-ui@4.29.3
9
+ - @graphcommerce/ecommerce-ui@1.5.8
10
+ - @graphcommerce/magento-product@4.8.3
11
+ - @graphcommerce/magento-cart@4.9.4
12
+ - @graphcommerce/magento-cart-items@3.1.20
13
+ - @graphcommerce/magento-store@4.3.6
14
+ - @graphcommerce/magento-product-simple@4.1.9
15
+ - @graphcommerce/magento-product-virtual@4.1.9
16
+
17
+ ## 4.1.8
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1686](https://github.com/graphcommerce-org/graphcommerce/pull/1686) [`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da) Thanks [@paales](https://github.com/paales)! - Product page markup and sticky product image when the sidebar is fairly large
22
+
23
+ - Updated dependencies [[`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da)]:
24
+ - @graphcommerce/magento-product@4.8.2
25
+ - @graphcommerce/next-ui@4.29.2
26
+ - @graphcommerce/magento-cart-items@3.1.19
27
+ - @graphcommerce/magento-product-simple@4.1.8
28
+ - @graphcommerce/magento-product-virtual@4.1.8
29
+ - @graphcommerce/ecommerce-ui@1.5.7
30
+ - @graphcommerce/magento-cart@4.9.3
31
+ - @graphcommerce/magento-store@4.3.5
32
+
3
33
  ## 4.1.7
4
34
 
5
35
  ### Patch Changes
@@ -61,7 +61,7 @@ export const BundleOptionValue = (props: ActionCardItemRenderProps<BundleOptionV
61
61
  }
62
62
  action={
63
63
  (can_change_quantity || !required) && (
64
- <Button disableTouchRipple variant='inline' color='secondary' size='small'>
64
+ <Button disableTouchRipple variant='inline' color='inherit' size='small' tabIndex={-1}>
65
65
  <Trans id='Select' />
66
66
  </Button>
67
67
  )
@@ -71,7 +71,7 @@ export const BundleOptionValue = (props: ActionCardItemRenderProps<BundleOptionV
71
71
  <Button
72
72
  disableTouchRipple
73
73
  variant='inline'
74
- color='secondary'
74
+ color='inherit'
75
75
  size='small'
76
76
  onClick={onReset}
77
77
  >
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-bundle",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.1.7",
5
+ "version": "4.1.9",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,16 +18,16 @@
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/ecommerce-ui": "1.5.6",
21
+ "@graphcommerce/ecommerce-ui": "1.5.8",
22
22
  "@graphcommerce/graphql": "3.5.0",
23
23
  "@graphcommerce/image": "3.1.10",
24
- "@graphcommerce/magento-cart": "4.9.2",
25
- "@graphcommerce/magento-cart-items": "3.1.18",
26
- "@graphcommerce/magento-product": "4.8.1",
27
- "@graphcommerce/magento-product-simple": "4.1.7",
28
- "@graphcommerce/magento-product-virtual": "4.1.7",
29
- "@graphcommerce/magento-store": "4.3.4",
30
- "@graphcommerce/next-ui": "4.29.1"
24
+ "@graphcommerce/magento-cart": "4.9.4",
25
+ "@graphcommerce/magento-cart-items": "3.1.20",
26
+ "@graphcommerce/magento-product": "4.8.3",
27
+ "@graphcommerce/magento-product-simple": "4.1.9",
28
+ "@graphcommerce/magento-product-virtual": "4.1.9",
29
+ "@graphcommerce/magento-store": "4.3.6",
30
+ "@graphcommerce/next-ui": "4.29.3"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@lingui/react": "^3.13.2",