@graphcommerce/magento-cart-items 9.0.0-canary.103 → 9.0.0-canary.104

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.104
4
+
3
5
  ## 9.0.0-canary.103
4
6
 
5
7
  ## 9.0.0-canary.80
@@ -711,8 +713,8 @@
711
713
  Needs to be replaced with:
712
714
 
713
715
  ```tsx
714
- import { Trans } from '@lingui/react'
715
716
  import { i18n } from '@lingui/core'
717
+ import { Trans } from '@lingui/react'
716
718
 
717
719
  function MyComponent() {
718
720
  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
- responsiveVal,
6
+ NextLink,
7
7
  extendableComponent,
8
8
  filterNonNullableKeys,
9
- NextLink,
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, filterNonNullableKeys, actionCardImageSizes } from '@graphcommerce/next-ui'
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 { useFormAddProductsToCart, AddProductsToCartForm } from '@graphcommerce/magento-product'
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.103",
5
+ "version": "9.0.0-canary.104",
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.103",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.103",
17
- "@graphcommerce/framer-next-pages": "^9.0.0-canary.103",
18
- "@graphcommerce/graphql": "^9.0.0-canary.103",
19
- "@graphcommerce/image": "^9.0.0-canary.103",
20
- "@graphcommerce/magento-cart": "^9.0.0-canary.103",
21
- "@graphcommerce/magento-customer": "^9.0.0-canary.103",
22
- "@graphcommerce/magento-product": "^9.0.0-canary.103",
23
- "@graphcommerce/magento-store": "^9.0.0-canary.103",
24
- "@graphcommerce/next-ui": "^9.0.0-canary.103",
25
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.103",
26
- "@graphcommerce/react-hook-form": "^9.0.0-canary.103",
27
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.103",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.0-canary.104",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.104",
17
+ "@graphcommerce/framer-next-pages": "^9.0.0-canary.104",
18
+ "@graphcommerce/graphql": "^9.0.0-canary.104",
19
+ "@graphcommerce/image": "^9.0.0-canary.104",
20
+ "@graphcommerce/magento-cart": "^9.0.0-canary.104",
21
+ "@graphcommerce/magento-customer": "^9.0.0-canary.104",
22
+ "@graphcommerce/magento-product": "^9.0.0-canary.104",
23
+ "@graphcommerce/magento-store": "^9.0.0-canary.104",
24
+ "@graphcommerce/next-ui": "^9.0.0-canary.104",
25
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.104",
26
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.104",
27
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.104",
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 { isTypename, filterNonNullableKeys, nonNullable } from '@graphcommerce/next-ui'
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