@graphcommerce/magento-product-bundle 4.1.6 → 4.1.8
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.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`1953c7e27`](https://github.com/graphcommerce-org/graphcommerce/commit/1953c7e27eb606a825fce1ad361393b3c781c6da)]:
|
|
10
|
+
- @graphcommerce/magento-product@4.8.2
|
|
11
|
+
- @graphcommerce/next-ui@4.29.2
|
|
12
|
+
- @graphcommerce/magento-cart-items@3.1.19
|
|
13
|
+
- @graphcommerce/magento-product-simple@4.1.8
|
|
14
|
+
- @graphcommerce/magento-product-virtual@4.1.8
|
|
15
|
+
- @graphcommerce/ecommerce-ui@1.5.7
|
|
16
|
+
- @graphcommerce/magento-cart@4.9.3
|
|
17
|
+
- @graphcommerce/magento-store@4.3.5
|
|
18
|
+
|
|
19
|
+
## 4.1.7
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`ae28fb14c`](https://github.com/graphcommerce-org/graphcommerce/commit/ae28fb14cec298c52970260a4fc2c2551b5f175e), [`98d6a9cce`](https://github.com/graphcommerce-org/graphcommerce/commit/98d6a9cce1bb9514088be0af2736721b3edda467), [`aab6b4fa5`](https://github.com/graphcommerce-org/graphcommerce/commit/aab6b4fa5b4708003cfb5bf673a617dc5dbf3078)]:
|
|
24
|
+
- @graphcommerce/magento-cart@4.9.2
|
|
25
|
+
- @graphcommerce/next-ui@4.29.1
|
|
26
|
+
- @graphcommerce/magento-product@4.8.1
|
|
27
|
+
- @graphcommerce/magento-cart-items@3.1.18
|
|
28
|
+
- @graphcommerce/magento-product-simple@4.1.7
|
|
29
|
+
- @graphcommerce/magento-product-virtual@4.1.7
|
|
30
|
+
- @graphcommerce/ecommerce-ui@1.5.6
|
|
31
|
+
- @graphcommerce/magento-store@4.3.4
|
|
32
|
+
|
|
3
33
|
## 4.1.6
|
|
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='
|
|
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='
|
|
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.
|
|
5
|
+
"version": "4.1.8",
|
|
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.
|
|
21
|
+
"@graphcommerce/ecommerce-ui": "1.5.7",
|
|
22
22
|
"@graphcommerce/graphql": "3.5.0",
|
|
23
23
|
"@graphcommerce/image": "3.1.10",
|
|
24
|
-
"@graphcommerce/magento-cart": "4.9.
|
|
25
|
-
"@graphcommerce/magento-cart-items": "3.1.
|
|
26
|
-
"@graphcommerce/magento-product": "4.8.
|
|
27
|
-
"@graphcommerce/magento-product-simple": "4.1.
|
|
28
|
-
"@graphcommerce/magento-product-virtual": "4.1.
|
|
29
|
-
"@graphcommerce/magento-store": "4.3.
|
|
30
|
-
"@graphcommerce/next-ui": "4.29.
|
|
24
|
+
"@graphcommerce/magento-cart": "4.9.3",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "3.1.19",
|
|
26
|
+
"@graphcommerce/magento-product": "4.8.2",
|
|
27
|
+
"@graphcommerce/magento-product-simple": "4.1.8",
|
|
28
|
+
"@graphcommerce/magento-product-virtual": "4.1.8",
|
|
29
|
+
"@graphcommerce/magento-store": "4.3.5",
|
|
30
|
+
"@graphcommerce/next-ui": "4.29.2"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@lingui/react": "^3.13.2",
|