@gem-sdk/components 2.0.8 → 2.0.10
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/dist/cjs/builder.js +18 -0
- package/dist/cjs/index.js +18 -0
- package/dist/cjs/index.liquid.js +18 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +32 -0
- package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +12 -0
- package/dist/cjs/third-party/components/BestBuyFulfillment.js +38 -0
- package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +12 -0
- package/dist/cjs/third-party/components/HulkProductOptions.js +32 -0
- package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +12 -0
- package/dist/cjs/third-party/components/MyappgurusProductReviews.js +32 -0
- package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +38 -0
- package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +21 -0
- package/dist/cjs/third-party/components/SegunoEmailMarketing.js +32 -0
- package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +12 -0
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +32 -0
- package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +32 -0
- package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustshopProductReviews.js +46 -0
- package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +12 -0
- package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +12 -0
- package/dist/cjs/third-party/configs/HulkProductOptions.js +12 -0
- package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +12 -0
- package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +12 -0
- package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +12 -0
- package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +12 -0
- package/dist/cjs/third-party/configs/TrustshopProductReviews.js +12 -0
- package/dist/cjs/third-party/next.js +45 -0
- package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +160 -0
- package/dist/cjs/third-party/setting/BestBuyFulfillment.js +133 -0
- package/dist/cjs/third-party/setting/HulkProductOptions.js +131 -0
- package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +171 -0
- package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +131 -0
- package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +152 -0
- package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +142 -0
- package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +210 -0
- package/dist/cjs/third-party/setting/TrustshopProductReviews.js +159 -0
- package/dist/cjs/third-party/setting/index.js +18 -0
- package/dist/esm/builder.js +18 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.liquid.js +9 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +28 -0
- package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +8 -0
- package/dist/esm/third-party/components/BestBuyFulfillment.js +33 -0
- package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +8 -0
- package/dist/esm/third-party/components/HulkProductOptions.js +28 -0
- package/dist/esm/third-party/components/HulkProductOptions.liquid.js +8 -0
- package/dist/esm/third-party/components/MyappgurusProductReviews.js +28 -0
- package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/components/ProductOptionsVariantOption.js +33 -0
- package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +17 -0
- package/dist/esm/third-party/components/SegunoEmailMarketing.js +28 -0
- package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +8 -0
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +28 -0
- package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustreviewsProductReviews.js +28 -0
- package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustshopProductReviews.js +42 -0
- package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +8 -0
- package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +8 -0
- package/dist/esm/third-party/configs/HulkProductOptions.js +8 -0
- package/dist/esm/third-party/configs/MyappgurusProductReviews.js +8 -0
- package/dist/esm/third-party/configs/SegunoEmailMarketing.js +8 -0
- package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +8 -0
- package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +8 -0
- package/dist/esm/third-party/configs/TrustshopProductReviews.js +8 -0
- package/dist/esm/third-party/next.js +45 -0
- package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +156 -0
- package/dist/esm/third-party/setting/BestBuyFulfillment.js +129 -0
- package/dist/esm/third-party/setting/HulkProductOptions.js +127 -0
- package/dist/esm/third-party/setting/MyappgurusProductReviews.js +167 -0
- package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +127 -0
- package/dist/esm/third-party/setting/SegunoEmailMarketing.js +148 -0
- package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +138 -0
- package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +206 -0
- package/dist/esm/third-party/setting/TrustshopProductReviews.js +155 -0
- package/dist/esm/third-party/setting/index.js +202 -184
- package/dist/types/index.d.ts +147 -1
- package/package.json +2 -2
package/dist/cjs/builder.js
CHANGED
|
@@ -61,6 +61,8 @@ var PowerfulContactFormBuilder = require('./third-party/components/PowerfulConta
|
|
|
61
61
|
var WishlistKing = require('./third-party/components/WishlistKing.js');
|
|
62
62
|
var TeeinblueProductPersonalizer = require('./third-party/components/TeeinblueProductPersonalizer.js');
|
|
63
63
|
var GloboProductOptionsVariant = require('./third-party/components/GloboProductOptionsVariant.js');
|
|
64
|
+
var ProductOptionsVariantOption = require('./third-party/components/ProductOptionsVariantOption.js');
|
|
65
|
+
var BestBuyFulfillment = require('./third-party/components/BestBuyFulfillment.js');
|
|
64
66
|
var JudgemeReviews = require('./third-party/components/JudgemeReviews.js');
|
|
65
67
|
var LooxReviews = require('./third-party/components/LooxReviews.js');
|
|
66
68
|
var Klaviyo = require('./third-party/components/Klaviyo.js');
|
|
@@ -102,6 +104,13 @@ var KingProductOptions = require('./third-party/components/KingProductOptions.js
|
|
|
102
104
|
var BirdChime = require('./third-party/components/BirdChime.js');
|
|
103
105
|
var DiscountyBulkDiscountSales = require('./third-party/components/DiscountyBulkDiscountSales.js');
|
|
104
106
|
var PowrContactFormBuilder = require('./third-party/components/PowrContactFormBuilder.js');
|
|
107
|
+
var AftershipEmailMarketingsms = require('./third-party/components/AftershipEmailMarketingsms.js');
|
|
108
|
+
var SegunoEmailMarketing = require('./third-party/components/SegunoEmailMarketing.js');
|
|
109
|
+
var SeoantTrustBadgesIcon = require('./third-party/components/SeoantTrustBadgesIcon.js');
|
|
110
|
+
var TrustreviewsProductReviews = require('./third-party/components/TrustreviewsProductReviews.js');
|
|
111
|
+
var MyappgurusProductReviews = require('./third-party/components/MyappgurusProductReviews.js');
|
|
112
|
+
var HulkProductOptions = require('./third-party/components/HulkProductOptions.js');
|
|
113
|
+
var TrustshopProductReviews = require('./third-party/components/TrustshopProductReviews.js');
|
|
105
114
|
var CartLineVariant = require('./cart/components/CartLineVariant.js');
|
|
106
115
|
var Cart = require('./cart/components/Cart.js');
|
|
107
116
|
var CartList = require('./cart/components/CartList.js');
|
|
@@ -236,8 +245,17 @@ var PostPurchaseCountdownTimer = require('./post-purchase/countdown-timer/compon
|
|
|
236
245
|
var Text$1 = require('./post-purchase/text/Text.js');
|
|
237
246
|
|
|
238
247
|
var builder = {
|
|
248
|
+
TrustshopProductReviews: TrustshopProductReviews.default,
|
|
249
|
+
HulkProductOptions: HulkProductOptions.default,
|
|
250
|
+
TrustreviewsProductReviews: TrustreviewsProductReviews.default,
|
|
251
|
+
MyappgurusProductReviews: MyappgurusProductReviews.default,
|
|
252
|
+
SeoantTrustBadgesIcon: SeoantTrustBadgesIcon.default,
|
|
253
|
+
SegunoEmailMarketing: SegunoEmailMarketing.default,
|
|
239
254
|
PowrContactFormBuilder: PowrContactFormBuilder.default,
|
|
240
255
|
DiscountyBulkDiscountSales: DiscountyBulkDiscountSales.default,
|
|
256
|
+
AftershipEmailMarketingsms: AftershipEmailMarketingsms.default,
|
|
257
|
+
BestBuyFulfillment: BestBuyFulfillment.default,
|
|
258
|
+
ProductOptionsVariantOption: ProductOptionsVariantOption.default,
|
|
241
259
|
GloboProductOptionsVariant: GloboProductOptionsVariant.default,
|
|
242
260
|
TeeinblueProductPersonalizer: TeeinblueProductPersonalizer.default,
|
|
243
261
|
HulkFormBuilder: HulkFormBuilder.default,
|
package/dist/cjs/index.js
CHANGED
|
@@ -198,6 +198,15 @@ var TeeinblueProductPersonalizer = require('./third-party/components/TeeinbluePr
|
|
|
198
198
|
var GloboProductOptionsVariant = require('./third-party/components/GloboProductOptionsVariant.js');
|
|
199
199
|
var DiscountyBulkDiscountSales = require('./third-party/components/DiscountyBulkDiscountSales.js');
|
|
200
200
|
var PowrContactFormBuilder = require('./third-party/components/PowrContactFormBuilder.js');
|
|
201
|
+
var ProductOptionsVariantOption = require('./third-party/components/ProductOptionsVariantOption.js');
|
|
202
|
+
var BestBuyFulfillment = require('./third-party/components/BestBuyFulfillment.js');
|
|
203
|
+
var AftershipEmailMarketingsms = require('./third-party/components/AftershipEmailMarketingsms.js');
|
|
204
|
+
var SegunoEmailMarketing = require('./third-party/components/SegunoEmailMarketing.js');
|
|
205
|
+
var SeoantTrustBadgesIcon = require('./third-party/components/SeoantTrustBadgesIcon.js');
|
|
206
|
+
var TrustreviewsProductReviews = require('./third-party/components/TrustreviewsProductReviews.js');
|
|
207
|
+
var MyappgurusProductReviews = require('./third-party/components/MyappgurusProductReviews.js');
|
|
208
|
+
var HulkProductOptions = require('./third-party/components/HulkProductOptions.js');
|
|
209
|
+
var TrustshopProductReviews = require('./third-party/components/TrustshopProductReviews.js');
|
|
201
210
|
var index$x = require('./third-party-instant/setting/index.js');
|
|
202
211
|
var InstantJudgemeReviews = require('./third-party-instant/components/InstantJudgemeReviews.js');
|
|
203
212
|
var InstantLooxReviews = require('./third-party-instant/components/InstantLooxReviews.js');
|
|
@@ -490,6 +499,15 @@ exports.TeeinblueProductPersonalizer = TeeinblueProductPersonalizer.default;
|
|
|
490
499
|
exports.GloboProductOptionsVariant = GloboProductOptionsVariant.default;
|
|
491
500
|
exports.DiscountyBulkDiscountSales = DiscountyBulkDiscountSales.default;
|
|
492
501
|
exports.PowrContactFormBuilder = PowrContactFormBuilder.default;
|
|
502
|
+
exports.ProductOptionsVariantOption = ProductOptionsVariantOption.default;
|
|
503
|
+
exports.BestBuyFulfillment = BestBuyFulfillment.default;
|
|
504
|
+
exports.AftershipEmailMarketingsms = AftershipEmailMarketingsms.default;
|
|
505
|
+
exports.SegunoEmailMarketing = SegunoEmailMarketing.default;
|
|
506
|
+
exports.SeoantTrustBadgesIcon = SeoantTrustBadgesIcon.default;
|
|
507
|
+
exports.TrustreviewsProductReviews = TrustreviewsProductReviews.default;
|
|
508
|
+
exports.MyappgurusProductReviews = MyappgurusProductReviews.default;
|
|
509
|
+
exports.HulkProductOptions = HulkProductOptions.default;
|
|
510
|
+
exports.TrustshopProductReviews = TrustshopProductReviews.default;
|
|
493
511
|
exports.thirdPartyInstantSetting = index$x.default;
|
|
494
512
|
exports.InstantJudgemeReviews = InstantJudgemeReviews.default;
|
|
495
513
|
exports.InstantLooxReviews = InstantLooxReviews.default;
|
package/dist/cjs/index.liquid.js
CHANGED
|
@@ -153,6 +153,15 @@ var TeeinblueProductPersonalizer_liquid = require('./third-party/components/Teei
|
|
|
153
153
|
var GloboProductOptionsVariant_liquid = require('./third-party/components/GloboProductOptionsVariant.liquid.js');
|
|
154
154
|
var DiscountyBulkDiscountSales_liquid = require('./third-party/components/DiscountyBulkDiscountSales.liquid.js');
|
|
155
155
|
var PowrContactFormBuilder_liquid = require('./third-party/components/PowrContactFormBuilder.liquid.js');
|
|
156
|
+
var ProductOptionsVariantOption_liquid = require('./third-party/components/ProductOptionsVariantOption.liquid.js');
|
|
157
|
+
var BestBuyFulfillment_liquid = require('./third-party/components/BestBuyFulfillment.liquid.js');
|
|
158
|
+
var AftershipEmailMarketingsms_liquid = require('./third-party/components/AftershipEmailMarketingsms.liquid.js');
|
|
159
|
+
var SegunoEmailMarketing_liquid = require('./third-party/components/SegunoEmailMarketing.liquid.js');
|
|
160
|
+
var SeoantTrustBadgesIcon_liquid = require('./third-party/components/SeoantTrustBadgesIcon.liquid.js');
|
|
161
|
+
var TrustreviewsProductReviews_liquid = require('./third-party/components/TrustreviewsProductReviews.liquid.js');
|
|
162
|
+
var MyappgurusProductReviews_liquid = require('./third-party/components/MyappgurusProductReviews.liquid.js');
|
|
163
|
+
var HulkProductOptions_liquid = require('./third-party/components/HulkProductOptions.liquid.js');
|
|
164
|
+
var TrustshopProductReviews_liquid = require('./third-party/components/TrustshopProductReviews.liquid.js');
|
|
156
165
|
var ImageComparison_liquid = require('./image-comparison/components/ImageComparison.liquid.js');
|
|
157
166
|
var ThirdPartySlot_liquid = require('./third-party-slot/components/ThirdPartySlot.liquid.js');
|
|
158
167
|
var Sticky_liquid = require('./sticky/components/Sticky.liquid.js');
|
|
@@ -328,6 +337,15 @@ exports.TeeinblueProductPersonalizer = TeeinblueProductPersonalizer_liquid.defau
|
|
|
328
337
|
exports.GloboProductOptionsVariant = GloboProductOptionsVariant_liquid.default;
|
|
329
338
|
exports.DiscountyBulkDiscountSales = DiscountyBulkDiscountSales_liquid.default;
|
|
330
339
|
exports.PowrContactFormBuilder = PowrContactFormBuilder_liquid.default;
|
|
340
|
+
exports.ProductOptionsVariantOption = ProductOptionsVariantOption_liquid.default;
|
|
341
|
+
exports.BestBuyFulfillment = BestBuyFulfillment_liquid.default;
|
|
342
|
+
exports.AftershipEmailMarketingsms = AftershipEmailMarketingsms_liquid.default;
|
|
343
|
+
exports.SegunoEmailMarketing = SegunoEmailMarketing_liquid.default;
|
|
344
|
+
exports.SeoantTrustBadgesIcon = SeoantTrustBadgesIcon_liquid.default;
|
|
345
|
+
exports.TrustreviewsProductReviews = TrustreviewsProductReviews_liquid.default;
|
|
346
|
+
exports.MyappgurusProductReviews = MyappgurusProductReviews_liquid.default;
|
|
347
|
+
exports.HulkProductOptions = HulkProductOptions_liquid.default;
|
|
348
|
+
exports.TrustshopProductReviews = TrustshopProductReviews_liquid.default;
|
|
331
349
|
exports.ImageComparison = ImageComparison_liquid.default;
|
|
332
350
|
exports.ThirdPartySlot = ThirdPartySlot_liquid.default;
|
|
333
351
|
exports.Sticky = Sticky_liquid.default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var AftershipEmailMarketingsms$1 = require('../configs/AftershipEmailMarketingsms.js');
|
|
9
|
+
|
|
10
|
+
const AftershipEmailMarketingsmsContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'AfterShip Email Marketing,SMS',
|
|
17
|
+
iconSvg: `<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AftershipEmailMarketingsms$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const AftershipEmailMarketingsms = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(AftershipEmailMarketingsmsContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = AftershipEmailMarketingsms;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const AftershipEmailMarketingsms = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ? advanced?.cssClass : ''} !gp-block`);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AftershipEmailMarketingsms;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
|
|
9
|
+
const AppConfig = {
|
|
10
|
+
id: 'best-buy-fulfillment',
|
|
11
|
+
label: 'Best Buy Fulfillment',
|
|
12
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/cff02298a65798558a8b2ec125eaa1e4/icon/CKzimdrIrIcDEAE=.png',
|
|
13
|
+
tag: 'BestBuyFulfillment'
|
|
14
|
+
};
|
|
15
|
+
const BestBuyFulfillmentContent = ()=>{
|
|
16
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
17
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
18
|
+
className: "gp-p-2",
|
|
19
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
20
|
+
setting: {
|
|
21
|
+
label: 'Best Buy Fulfillment',
|
|
22
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
const BestBuyFulfillment = ({ setting })=>{
|
|
29
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
30
|
+
style: {
|
|
31
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
32
|
+
},
|
|
33
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(BestBuyFulfillmentContent, {})
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
exports.AppConfig = AppConfig;
|
|
38
|
+
exports.default = BestBuyFulfillment;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const BestBuyFulfillment = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = BestBuyFulfillment;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var HulkProductOptions$1 = require('../configs/HulkProductOptions.js');
|
|
9
|
+
|
|
10
|
+
const HulkProductOptionsContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'Hulk Product Options',
|
|
17
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${HulkProductOptions$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const HulkProductOptions = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(HulkProductOptionsContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = HulkProductOptions;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const HulkProductOptions = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ? advanced?.cssClass : ''} !gp-block`);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = HulkProductOptions;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var MyappgurusProductReviews$1 = require('../configs/MyappgurusProductReviews.js');
|
|
9
|
+
|
|
10
|
+
const MyappgurusProductReviewsContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'MyAppGurus Product Reviews',
|
|
17
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${MyappgurusProductReviews$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const MyappgurusProductReviews = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(MyappgurusProductReviewsContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = MyappgurusProductReviews;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const MyappgurusProductReviews = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ? advanced?.cssClass : ''} !gp-block [&_*]:gp-max-w-none`);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = MyappgurusProductReviews;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
|
|
9
|
+
const AppConfig = {
|
|
10
|
+
id: 'product-options-variant-option',
|
|
11
|
+
label: 'Product Options Variant Option',
|
|
12
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/5ee1f244b087cfbec9b19c8b3f62c8f6/icon/CMCq1s7J5vQCEAE=.png',
|
|
13
|
+
tag: 'ProductOptionsVariantOption'
|
|
14
|
+
};
|
|
15
|
+
const ProductOptionsVariantOptionContent = ()=>{
|
|
16
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
17
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
18
|
+
className: "gp-p-2",
|
|
19
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
20
|
+
setting: {
|
|
21
|
+
label: 'Product Options Variant Option',
|
|
22
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
const ProductOptionsVariantOption = ({ setting })=>{
|
|
29
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
30
|
+
style: {
|
|
31
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
32
|
+
},
|
|
33
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ProductOptionsVariantOptionContent, {})
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
exports.AppConfig = AppConfig;
|
|
38
|
+
exports.default = ProductOptionsVariantOption;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var core = require('@gem-sdk/core');
|
|
6
|
+
|
|
7
|
+
const ProductOptionsVariantOption = ({ setting, advanced })=>{
|
|
8
|
+
const { align, idTrigger } = setting ?? {};
|
|
9
|
+
return core.template`
|
|
10
|
+
<div
|
|
11
|
+
class="${advanced?.cssClass}"
|
|
12
|
+
style="${{
|
|
13
|
+
...core.makeStyleResponsive('ta', align)
|
|
14
|
+
}}"
|
|
15
|
+
>
|
|
16
|
+
<div class="${idTrigger?.replace('.', '')}"></div>
|
|
17
|
+
</div>
|
|
18
|
+
`;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
exports.default = ProductOptionsVariantOption;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var SegunoEmailMarketing$1 = require('../configs/SegunoEmailMarketing.js');
|
|
9
|
+
|
|
10
|
+
const SegunoEmailMarketingContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'Seguno Email Marketing',
|
|
17
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${SegunoEmailMarketing$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const SegunoEmailMarketing = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(SegunoEmailMarketingContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = SegunoEmailMarketing;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const SegunoEmailMarketing = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = SegunoEmailMarketing;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var SeoantTrustBadgesIcon$1 = require('../configs/SeoantTrustBadgesIcon.js');
|
|
9
|
+
|
|
10
|
+
const SeoantTrustBadgesIconContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'SEOAnt ‑ Trust Badges & Icon',
|
|
17
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${SeoantTrustBadgesIcon$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const SeoantTrustBadgesIcon = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(SeoantTrustBadgesIconContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = SeoantTrustBadgesIcon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const SeoantTrustBadgesIcon = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = SeoantTrustBadgesIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var TrustreviewsProductReviews$1 = require('../configs/TrustreviewsProductReviews.js');
|
|
9
|
+
|
|
10
|
+
const TrustreviewsProductReviewsContent = ()=>{
|
|
11
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
12
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
13
|
+
className: "gp-p-2",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
15
|
+
setting: {
|
|
16
|
+
label: 'TrustReviews: Product Reviews',
|
|
17
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${TrustreviewsProductReviews$1.default.logoUrl}">`
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
const TrustreviewsProductReviews = ({ setting })=>{
|
|
24
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
25
|
+
style: {
|
|
26
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
27
|
+
},
|
|
28
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(TrustreviewsProductReviewsContent, {})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.default = TrustreviewsProductReviews;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const TrustreviewsProductReviews = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ? advanced?.cssClass : ''} !gp-block [&_*]:gp-max-w-none`);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = TrustreviewsProductReviews;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
var TrustshopProductReviews$1 = require('../configs/TrustshopProductReviews.js');
|
|
9
|
+
|
|
10
|
+
const widgetTypeOptions = [
|
|
11
|
+
{
|
|
12
|
+
label: 'Widget Product Rating',
|
|
13
|
+
value: 'widget-product-rating'
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
label: 'All Reviews',
|
|
17
|
+
value: 'all-reviews'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
label: 'Widget Box',
|
|
21
|
+
value: 'widget-box'
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
label: 'Review Testimonial',
|
|
25
|
+
value: 'review-testimonial'
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
const TrustshopProductReviews = ({ setting })=>{
|
|
29
|
+
const currentWidgetType = widgetTypeOptions.find((option)=>option.value === setting?.widgetType);
|
|
30
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
31
|
+
style: {
|
|
32
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
33
|
+
},
|
|
34
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
35
|
+
className: "gp-p-2",
|
|
36
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
37
|
+
setting: {
|
|
38
|
+
label: 'TrustShop: Product Reviews - ' + currentWidgetType?.label,
|
|
39
|
+
iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${TrustshopProductReviews$1.default.logoUrl}">`
|
|
40
|
+
}
|
|
41
|
+
})
|
|
42
|
+
})
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
exports.default = TrustshopProductReviews;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const TrustshopProductReviews = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = TrustshopProductReviews;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'aftership-email-marketingsms',
|
|
7
|
+
label: 'AfterShip Email Marketing,SMS',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b8bc9d365792ea16185361099864182c/icon/COb3zP2Pwv4CEAE=.png',
|
|
9
|
+
tag: 'AftershipEmailMarketingsms'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'hulk-product-options',
|
|
7
|
+
label: 'Hulk Product Options',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/4a60d8b5eaf751b3d02d0dc8c28a23b4/icon/COfb5p7_lP4CEAE=.png',
|
|
9
|
+
tag: 'HulkProductOptions'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'myappgurus-product-reviews',
|
|
7
|
+
label: 'MyAppGurus Product Reviews',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/772b08d7aeeedd29dda48e1bbf1918bd/icon/CL2ZuMKHpv4CEAE=.jpeg',
|
|
9
|
+
tag: 'MyappgurusProductReviews'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'seguno-email-marketing',
|
|
7
|
+
label: 'Seguno Email Marketing',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b6c8035c51d734fa4f88beb66b94a2d5/icon/CMG5orL0lu8CEAE=.png',
|
|
9
|
+
tag: 'SegunoEmailMarketing'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'seoant-trust-badges-icon',
|
|
7
|
+
label: 'SEOAnt ‑ Trust Badges & Icon',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/6baee2749b9ede050c5235f5ad143bb7/icon/CMOhyp-BrocDEAE=.png',
|
|
9
|
+
tag: 'SeoantTrustBadgesIcon'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppConfig = {
|
|
6
|
+
id: 'trustreviews-product-reviews',
|
|
7
|
+
label: 'TrustReviews: Product Reviews',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/0aea8ea03bebbafd0eab4c8089b14f5e/icon/CPOlzd-d1vsCEAE=.png',
|
|
9
|
+
tag: 'TrustreviewsProductReviews'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AppConfig;
|