@graphcommerce/magento-product-bundle 9.0.0-canary.78 → 9.0.0-canary.80
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,10 +1,6 @@
|
|
|
1
|
+
import { ActionCardItemBase, ActionCardListForm } from '@graphcommerce/ecommerce-ui'
|
|
1
2
|
import { AddProductsToCartFields, useFormAddProductsToCart } from '@graphcommerce/magento-product'
|
|
2
|
-
import {
|
|
3
|
-
SectionHeader,
|
|
4
|
-
ActionCardListForm,
|
|
5
|
-
ActionCardItemBase,
|
|
6
|
-
filterNonNullableKeys,
|
|
7
|
-
} from '@graphcommerce/next-ui'
|
|
3
|
+
import { SectionHeader, filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
8
4
|
import { i18n } from '@lingui/core'
|
|
9
5
|
import React, { useMemo } from 'react'
|
|
10
6
|
import { BundleOptionValue } from './BundleOptionValue'
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ActionCardItemRenderProps, NumberFieldElement } from '@graphcommerce/ecommerce-ui'
|
|
2
2
|
import { Image } from '@graphcommerce/image'
|
|
3
3
|
import { useFormAddProductsToCart } from '@graphcommerce/magento-product'
|
|
4
4
|
import { Money } from '@graphcommerce/magento-store'
|
|
5
|
-
import {
|
|
6
|
-
responsiveVal,
|
|
7
|
-
ActionCardItemRenderProps,
|
|
8
|
-
ActionCard,
|
|
9
|
-
Button,
|
|
10
|
-
} from '@graphcommerce/next-ui'
|
|
5
|
+
import { responsiveVal, ActionCard, Button } from '@graphcommerce/next-ui'
|
|
11
6
|
import { Trans } from '@lingui/react'
|
|
12
7
|
import { BundleOptionValueProps } from './types'
|
|
13
8
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ActionCardItemRenderProps
|
|
1
|
+
import { ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
2
|
+
import { ActionCardListProps } from '@graphcommerce/next-ui'
|
|
2
3
|
import { BundleProductOptionsFragment } from './BundleProductOptions.gql'
|
|
3
4
|
|
|
4
5
|
export type BundleOptionProps = {
|
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": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.80",
|
|
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/graphql": "^9.0.0-canary.
|
|
18
|
-
"@graphcommerce/image": "^9.0.0-canary.
|
|
19
|
-
"@graphcommerce/magento-cart": "^9.0.0-canary.
|
|
20
|
-
"@graphcommerce/magento-cart-items": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/magento-product-simple": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/magento-product-virtual": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/magento-store": "^9.0.0-canary.
|
|
25
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
27
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.80",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.80",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.0-canary.80",
|
|
18
|
+
"@graphcommerce/image": "^9.0.0-canary.80",
|
|
19
|
+
"@graphcommerce/magento-cart": "^9.0.0-canary.80",
|
|
20
|
+
"@graphcommerce/magento-cart-items": "^9.0.0-canary.80",
|
|
21
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.80",
|
|
22
|
+
"@graphcommerce/magento-product-simple": "^9.0.0-canary.80",
|
|
23
|
+
"@graphcommerce/magento-product-virtual": "^9.0.0-canary.80",
|
|
24
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.80",
|
|
25
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.80",
|
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.80",
|
|
27
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.80",
|
|
28
28
|
"@lingui/core": "^4.2.1",
|
|
29
29
|
"@lingui/macro": "^4.2.1",
|
|
30
30
|
"@lingui/react": "^4.2.1",
|