@graphcommerce/magento-cart-items 9.0.0-canary.103 → 9.0.0-canary.105
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,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.105
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.104
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.103
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.80
|
|
@@ -696,7 +700,7 @@
|
|
|
696
700
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
697
701
|
|
|
698
702
|
```tsx
|
|
699
|
-
import {
|
|
703
|
+
import { t, Trans } from '@lingui/macro'
|
|
700
704
|
|
|
701
705
|
function MyComponent() {
|
|
702
706
|
const foo = 'bar'
|
|
@@ -711,8 +715,8 @@
|
|
|
711
715
|
Needs to be replaced with:
|
|
712
716
|
|
|
713
717
|
```tsx
|
|
714
|
-
import { Trans } from '@lingui/react'
|
|
715
718
|
import { i18n } from '@lingui/core'
|
|
719
|
+
import { Trans } from '@lingui/react'
|
|
716
720
|
|
|
717
721
|
function MyComponent() {
|
|
718
722
|
const foo = 'bar'
|
|
@@ -3,10 +3,10 @@ import { useDisplayInclTax } from '@graphcommerce/magento-cart'
|
|
|
3
3
|
import { useProductLink } from '@graphcommerce/magento-product'
|
|
4
4
|
import { Money } from '@graphcommerce/magento-store'
|
|
5
5
|
import {
|
|
6
|
-
|
|
6
|
+
NextLink,
|
|
7
7
|
extendableComponent,
|
|
8
8
|
filterNonNullableKeys,
|
|
9
|
-
|
|
9
|
+
responsiveVal,
|
|
10
10
|
} from '@graphcommerce/next-ui'
|
|
11
11
|
import type { SxProps, Theme } from '@mui/material'
|
|
12
12
|
import { Badge, Box, Link } from '@mui/material'
|
|
@@ -3,7 +3,7 @@ import { useDisplayInclTax } from '@graphcommerce/magento-cart/hooks'
|
|
|
3
3
|
import type { ProductLinkProps } from '@graphcommerce/magento-product'
|
|
4
4
|
import { Money } from '@graphcommerce/magento-store'
|
|
5
5
|
import type { ActionCardProps } from '@graphcommerce/next-ui'
|
|
6
|
-
import { ActionCard,
|
|
6
|
+
import { ActionCard, actionCardImageSizes, filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
7
7
|
import { Trans } from '@lingui/react'
|
|
8
8
|
import { Box, Button, Link } from '@mui/material'
|
|
9
9
|
import type { CartItemFragment } from '../../Api/CartItem.gql'
|
|
@@ -4,7 +4,7 @@ import type {
|
|
|
4
4
|
AddProductsToCartFormProps,
|
|
5
5
|
AddToCartItemSelector,
|
|
6
6
|
} from '@graphcommerce/magento-product'
|
|
7
|
-
import {
|
|
7
|
+
import { AddProductsToCartForm, useFormAddProductsToCart } from '@graphcommerce/magento-product'
|
|
8
8
|
import { useRouter } from 'next/router'
|
|
9
9
|
import { useEffect, useRef } from 'react'
|
|
10
10
|
import type { CartItemsFragment } from '../../../Api/CartItems.gql'
|
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.105",
|
|
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.105",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.105",
|
|
17
|
+
"@graphcommerce/framer-next-pages": "^9.0.0-canary.105",
|
|
18
|
+
"@graphcommerce/graphql": "^9.0.0-canary.105",
|
|
19
|
+
"@graphcommerce/image": "^9.0.0-canary.105",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.105",
|
|
21
|
+
"@graphcommerce/magento-customer": "^9.0.0-canary.105",
|
|
22
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.105",
|
|
23
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.105",
|
|
24
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.105",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.105",
|
|
26
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.105",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.105",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|
|
@@ -6,7 +6,7 @@ import type {
|
|
|
6
6
|
SelectorsProp,
|
|
7
7
|
} from '@graphcommerce/magento-product'
|
|
8
8
|
import { productCustomizableSelectors } from '@graphcommerce/magento-product'
|
|
9
|
-
import {
|
|
9
|
+
import { filterNonNullableKeys, isTypename, nonNullable } from '@graphcommerce/next-ui'
|
|
10
10
|
import type { CartItemFragment } from '../Api/CartItem.gql'
|
|
11
11
|
import type { EditCartItemFormFragment } from '../components/EditCartItem/EditCartItemForm/EditCartItemForm.gql'
|
|
12
12
|
|