@riosst100/pwa-marketplace 2.7.2 → 2.7.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "2.7.2",
4
+ "version": "2.7.4",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -87,20 +87,19 @@ const Image = props => {
87
87
  {...rest}
88
88
  />
89
89
  ) : (
90
- // <ResourceImage
91
- // alt={alt}
92
- // className={imageClass}
93
- // handleError={handleError}
94
- // handleLoad={handleImageLoad}
95
- // height={talonResourceHeight}
96
- // resource={resource}
97
- // type={type}
98
- // width={talonResourceWidth}
99
- // widths={widths}
100
- // ratio={ratio}
101
- // {...rest}
102
- // />
103
- <></>
90
+ <ResourceImage
91
+ alt={alt}
92
+ className={imageClass}
93
+ handleError={handleError}
94
+ handleLoad={handleImageLoad}
95
+ height={talonResourceHeight}
96
+ resource={resource}
97
+ type={type}
98
+ width={talonResourceWidth}
99
+ widths={widths}
100
+ ratio={ratio}
101
+ {...rest}
102
+ />
104
103
  );
105
104
 
106
105
  return (
@@ -18,8 +18,10 @@ export const ProductsFragment = gql`
18
18
  name
19
19
  preorder {
20
20
  is_preorder
21
- preorder_notes
22
- preorder_availability
21
+ pre_order_payment_type
22
+ pre_order_deposit
23
+ pre_order_notes
24
+ pre_order_date
23
25
  }
24
26
  auction_data {
25
27
  is_auction