@graphcommerce/magento-product-virtual 8.1.0-canary.5 → 8.1.0-canary.52

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,99 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.52
4
+
5
+ ## 8.1.0-canary.51
6
+
7
+ ## 8.1.0-canary.50
8
+
9
+ ## 8.1.0-canary.49
10
+
11
+ ## 8.1.0-canary.48
12
+
13
+ ## 8.1.0-canary.47
14
+
15
+ ## 8.1.0-canary.46
16
+
17
+ ## 8.1.0-canary.45
18
+
19
+ ## 8.1.0-canary.44
20
+
21
+ ## 8.1.0-canary.43
22
+
23
+ ## 8.1.0-canary.42
24
+
25
+ ## 8.1.0-canary.41
26
+
27
+ ## 8.1.0-canary.40
28
+
29
+ ## 8.1.0-canary.39
30
+
31
+ ## 8.1.0-canary.38
32
+
33
+ ## 8.1.0-canary.37
34
+
35
+ ## 8.1.0-canary.36
36
+
37
+ ## 8.1.0-canary.35
38
+
39
+ ## 8.1.0-canary.34
40
+
41
+ ## 8.1.0-canary.33
42
+
43
+ ## 8.1.0-canary.32
44
+
45
+ ## 8.1.0-canary.31
46
+
47
+ ## 8.1.0-canary.30
48
+
49
+ ## 8.1.0-canary.29
50
+
51
+ ## 8.1.0-canary.28
52
+
53
+ ## 8.1.0-canary.27
54
+
55
+ ## 8.1.0-canary.26
56
+
57
+ ## 8.1.0-canary.25
58
+
59
+ ## 8.1.0-canary.24
60
+
61
+ ## 8.1.0-canary.23
62
+
63
+ ## 8.1.0-canary.22
64
+
65
+ ## 8.1.0-canary.21
66
+
67
+ ## 8.1.0-canary.20
68
+
69
+ ## 8.1.0-canary.19
70
+
71
+ ## 8.1.0-canary.18
72
+
73
+ ## 8.1.0-canary.17
74
+
75
+ ## 8.1.0-canary.16
76
+
77
+ ## 8.1.0-canary.15
78
+
79
+ ## 8.1.0-canary.14
80
+
81
+ ## 8.1.0-canary.13
82
+
83
+ ## 8.1.0-canary.12
84
+
85
+ ## 8.1.0-canary.11
86
+
87
+ ## 8.1.0-canary.10
88
+
89
+ ## 8.1.0-canary.9
90
+
91
+ ## 8.1.0-canary.8
92
+
93
+ ## 8.1.0-canary.7
94
+
95
+ ## 8.1.0-canary.6
96
+
3
97
  ## 8.1.0-canary.5
4
98
 
5
99
  ## 8.0.6-canary.4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-virtual",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.5",
5
+ "version": "8.1.0-canary.52",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.5",
16
- "@graphcommerce/graphql": "^8.1.0-canary.5",
17
- "@graphcommerce/magento-cart": "^8.1.0-canary.5",
18
- "@graphcommerce/magento-cart-items": "^8.1.0-canary.5",
19
- "@graphcommerce/magento-product": "^8.1.0-canary.5",
20
- "@graphcommerce/next-ui": "^8.1.0-canary.5",
21
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.5",
22
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.5",
15
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.52",
16
+ "@graphcommerce/graphql": "^8.1.0-canary.52",
17
+ "@graphcommerce/magento-cart": "^8.1.0-canary.52",
18
+ "@graphcommerce/magento-cart-items": "^8.1.0-canary.52",
19
+ "@graphcommerce/magento-product": "^8.1.0-canary.52",
20
+ "@graphcommerce/next-ui": "^8.1.0-canary.52",
21
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.52",
22
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.52",
23
23
  "@lingui/core": "^4.2.1",
24
24
  "@lingui/macro": "^4.2.1",
25
25
  "@lingui/react": "^4.2.1",
@@ -2,13 +2,15 @@ import {
2
2
  SelectedCustomizableOptions,
3
3
  CartItemActionCardProps,
4
4
  } from '@graphcommerce/magento-cart-items'
5
- import type { PluginProps } from '@graphcommerce/next-config'
5
+ import type { PluginConfig, PluginProps } from '@graphcommerce/next-config'
6
6
  import { isTypename } from '@graphcommerce/next-ui'
7
7
 
8
- export const component = 'CartItemActionCard'
9
- export const exported = '@graphcommerce/magento-cart-items'
8
+ export const config: PluginConfig = {
9
+ type: 'component',
10
+ module: '@graphcommerce/magento-cart-items',
11
+ }
10
12
 
11
- export function VirtualCartItemActionCard(props: PluginProps<CartItemActionCardProps>) {
13
+ export function CartItemActionCard(props: PluginProps<CartItemActionCardProps>) {
12
14
  const { Prev, ...rest } = props
13
15
 
14
16
  if (!isTypename(rest.cartItem, ['VirtualCartItem'])) return <Prev {...rest} />
@@ -25,5 +27,3 @@ export function VirtualCartItemActionCard(props: PluginProps<CartItemActionCardP
25
27
  />
26
28
  )
27
29
  }
28
-
29
- export const Plugin = VirtualCartItemActionCard