@graphcommerce/magento-cart-items 9.0.0-canary.107 → 9.0.0-canary.109
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,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.109
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.108
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
10
|
+
|
|
3
11
|
## 9.0.0-canary.107
|
|
4
12
|
|
|
5
13
|
## 9.0.0-canary.106
|
|
@@ -13,7 +13,7 @@ import { useRemoveItemFromCart } from '../../../hooks/useRemoveItemFromCart'
|
|
|
13
13
|
import type { CartItemToCartItemInputProps } from '../../../utils/cartItemToCartItemInput'
|
|
14
14
|
import { cartItemToCartItemInput } from '../../../utils/cartItemToCartItemInput'
|
|
15
15
|
|
|
16
|
-
type EditInitProps = CartItemToCartItemInputProps & AddToCartItemSelector
|
|
16
|
+
export type EditInitProps = CartItemToCartItemInputProps & AddToCartItemSelector
|
|
17
17
|
|
|
18
18
|
function EditInit(props: EditInitProps) {
|
|
19
19
|
const { product, selectors, cartItem, index = 0 } = props
|
|
@@ -4,7 +4,7 @@ import { Box } from '@mui/material'
|
|
|
4
4
|
import type { CartItemFragment } from '../../Api/CartItem.gql'
|
|
5
5
|
import type { SelectedCustomizableOptionFragment } from './SelectedCustomizableOption.gql'
|
|
6
6
|
|
|
7
|
-
type SelectedCustomizableOptionProps = CartItemFragment & {
|
|
7
|
+
export type SelectedCustomizableOptionProps = CartItemFragment & {
|
|
8
8
|
customizable_options?: (SelectedCustomizableOptionFragment | null | undefined)[] | null
|
|
9
9
|
}
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-items",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.109",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
|
17
|
-
"@graphcommerce/framer-next-pages": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/image": "^9.0.0-canary.
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/magento-customer": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/magento-store": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
26
|
-
"@graphcommerce/react-hook-form": "^9.0.0-canary.
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.109",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.109",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.0-canary.109",
|
|
18
|
+
"@graphcommerce/graphql": "^9.0.0-canary.109",
|
|
19
|
+
"@graphcommerce/image": "^9.0.0-canary.109",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.109",
|
|
21
|
+
"@graphcommerce/magento-customer": "^9.0.0-canary.109",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.109",
|
|
23
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.109",
|
|
24
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.109",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.109",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.109",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.109",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|