@graphcommerce/magento-product-configurable 4.1.12 → 4.1.15
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,55 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c877e438a`](https://github.com/graphcommerce-org/graphcommerce/commit/c877e438a48f30204fa3e36b611906a546e1cf5c), [`371e6cf52`](https://github.com/graphcommerce-org/graphcommerce/commit/371e6cf52916a3b6c44192bd40cc8271bd608832), [`4143483f3`](https://github.com/graphcommerce-org/graphcommerce/commit/4143483f37c038d2bbf218be2685e27a31a35745)]:
|
|
8
|
+
- @graphcommerce/magento-customer@4.5.4
|
|
9
|
+
- @graphcommerce/next-ui@4.10.0
|
|
10
|
+
- @graphcommerce/magento-cart@4.4.4
|
|
11
|
+
- @graphcommerce/magento-cart-items@3.0.31
|
|
12
|
+
- @graphcommerce/magento-category@4.1.16
|
|
13
|
+
- @graphcommerce/magento-product@4.4.8
|
|
14
|
+
- @graphcommerce/magento-store@4.2.11
|
|
15
|
+
- @graphcommerce/magento-product-simple@4.0.30
|
|
16
|
+
|
|
17
|
+
## 4.1.14
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#1490](https://github.com/graphcommerce-org/graphcommerce/pull/1490) [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb) Thanks [@paales](https://github.com/paales)! - upgraded packages
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`8a626ecf7`](https://github.com/graphcommerce-org/graphcommerce/commit/8a626ecf7ed00c46a28088e0b9bae00a4e1ae019), [`a9213f1f5`](https://github.com/graphcommerce-org/graphcommerce/commit/a9213f1f5a410d217768386ccb6d9b5ce7bd5782), [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb)]:
|
|
24
|
+
- @graphcommerce/magento-customer@4.5.3
|
|
25
|
+
- @graphcommerce/next-ui@4.9.0
|
|
26
|
+
- @graphcommerce/graphql@3.2.1
|
|
27
|
+
- @graphcommerce/graphql-mesh@4.1.4
|
|
28
|
+
- @graphcommerce/image@3.1.7
|
|
29
|
+
- @graphcommerce/magento-cart@4.4.3
|
|
30
|
+
- @graphcommerce/magento-cart-items@3.0.30
|
|
31
|
+
- @graphcommerce/magento-category@4.1.15
|
|
32
|
+
- @graphcommerce/magento-product@4.4.7
|
|
33
|
+
- @graphcommerce/magento-product-simple@4.0.29
|
|
34
|
+
- @graphcommerce/magento-store@4.2.10
|
|
35
|
+
- @graphcommerce/react-hook-form@3.2.2
|
|
36
|
+
|
|
37
|
+
## 4.1.13
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [#1506](https://github.com/graphcommerce-org/graphcommerce/pull/1506) [`de6781908`](https://github.com/graphcommerce-org/graphcommerce/commit/de6781908cbf514b9fd225aa1407fa1385c8e53b) Thanks [@FrankHarland](https://github.com/FrankHarland)! - use array notation for sx support
|
|
42
|
+
|
|
43
|
+
- Updated dependencies [[`de6781908`](https://github.com/graphcommerce-org/graphcommerce/commit/de6781908cbf514b9fd225aa1407fa1385c8e53b), [`0ab7c5465`](https://github.com/graphcommerce-org/graphcommerce/commit/0ab7c5465441cba9bf8cd185a6790ce2f443f4ed), [`711fa6e04`](https://github.com/graphcommerce-org/graphcommerce/commit/711fa6e04519bbe91825fec7e1714277c1a8fa68)]:
|
|
44
|
+
- @graphcommerce/magento-product@4.4.6
|
|
45
|
+
- @graphcommerce/next-ui@4.8.4
|
|
46
|
+
- @graphcommerce/magento-customer@4.5.2
|
|
47
|
+
- @graphcommerce/magento-cart-items@3.0.29
|
|
48
|
+
- @graphcommerce/magento-category@4.1.14
|
|
49
|
+
- @graphcommerce/magento-product-simple@4.0.28
|
|
50
|
+
- @graphcommerce/magento-cart@4.4.2
|
|
51
|
+
- @graphcommerce/magento-store@4.2.9
|
|
52
|
+
|
|
3
53
|
## 4.1.12
|
|
4
54
|
|
|
5
55
|
### Patch Changes
|
|
@@ -74,7 +74,12 @@ export function ConfigurableProductAddToCart(props: ConfigurableProductAddToCart
|
|
|
74
74
|
onSubmit={submitHandler}
|
|
75
75
|
noValidate
|
|
76
76
|
className={classes.form}
|
|
77
|
-
sx={
|
|
77
|
+
sx={[
|
|
78
|
+
{
|
|
79
|
+
width: '100%',
|
|
80
|
+
},
|
|
81
|
+
...(Array.isArray(sx) ? sx : [sx]),
|
|
82
|
+
]}
|
|
78
83
|
>
|
|
79
84
|
<Divider className={classes.divider} sx={(theme) => ({ margin: `${theme.spacings.sm} 0` })} />
|
|
80
85
|
<ConfigurableOptionsInput
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-configurable",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.15",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,33 +12,33 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.8",
|
|
16
16
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
|
17
17
|
"@graphcommerce/typescript-config-pwa": "^4.0.3",
|
|
18
18
|
"@playwright/test": "^1.21.1",
|
|
19
19
|
"type-fest": "^2.12.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@graphcommerce/graphql": "3.2.
|
|
23
|
-
"@graphcommerce/graphql-mesh": "4.1.
|
|
24
|
-
"@graphcommerce/image": "3.1.
|
|
25
|
-
"@graphcommerce/magento-cart": "4.4.
|
|
26
|
-
"@graphcommerce/magento-cart-items": "3.0.
|
|
27
|
-
"@graphcommerce/magento-category": "4.1.
|
|
28
|
-
"@graphcommerce/magento-customer": "4.5.
|
|
29
|
-
"@graphcommerce/magento-product": "4.4.
|
|
30
|
-
"@graphcommerce/magento-product-simple": "4.0.
|
|
31
|
-
"@graphcommerce/magento-store": "4.2.
|
|
32
|
-
"@graphcommerce/next-ui": "4.
|
|
33
|
-
"@graphcommerce/react-hook-form": "3.2.
|
|
22
|
+
"@graphcommerce/graphql": "3.2.1",
|
|
23
|
+
"@graphcommerce/graphql-mesh": "4.1.4",
|
|
24
|
+
"@graphcommerce/image": "3.1.7",
|
|
25
|
+
"@graphcommerce/magento-cart": "4.4.4",
|
|
26
|
+
"@graphcommerce/magento-cart-items": "3.0.31",
|
|
27
|
+
"@graphcommerce/magento-category": "4.1.16",
|
|
28
|
+
"@graphcommerce/magento-customer": "4.5.4",
|
|
29
|
+
"@graphcommerce/magento-product": "4.4.8",
|
|
30
|
+
"@graphcommerce/magento-product-simple": "4.0.30",
|
|
31
|
+
"@graphcommerce/magento-store": "4.2.11",
|
|
32
|
+
"@graphcommerce/next-ui": "4.10.0",
|
|
33
|
+
"@graphcommerce/react-hook-form": "3.2.2"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@lingui/react": "^3.13.2",
|
|
37
37
|
"@lingui/core": "^3.13.2",
|
|
38
38
|
"@mui/material": "5.5.3",
|
|
39
39
|
"framer-motion": "^6.2.4",
|
|
40
|
-
"next": "12.1.2",
|
|
41
|
-
"react": "^
|
|
42
|
-
"react-dom": "^
|
|
40
|
+
"next": "^12.1.2",
|
|
41
|
+
"react": "^18.0.0",
|
|
42
|
+
"react-dom": "^18.0.0"
|
|
43
43
|
}
|
|
44
44
|
}
|