@gem-sdk/components 17.0.0-staging.12 → 17.0.0-staging.14
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 +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/product/components/product-button/ProductButton.liquid.js +1 -2
- package/dist/cjs/product/components/product-button/common/helpers.js +1 -1
- package/dist/cjs/third-party/components/WcWishlistBackInStock.js +2 -0
- package/dist/cjs/third-party/components/WcWishlistBackInStock.liquid.js +19 -0
- package/dist/cjs/third-party/configs/WcWishlistBackInStock.js +1 -0
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/next.js +1 -1
- package/dist/cjs/third-party/settings/WcWishlistBackInStock/index.js +7 -0
- package/dist/cjs/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
- package/dist/esm/builder.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.liquid.js +1 -1
- package/dist/esm/product/components/product-button/ProductButton.liquid.js +1 -2
- package/dist/esm/product/components/product-button/common/helpers.js +1 -1
- package/dist/esm/third-party/components/WcWishlistBackInStock.js +2 -0
- package/dist/esm/third-party/components/WcWishlistBackInStock.liquid.js +19 -0
- package/dist/esm/third-party/configs/WcWishlistBackInStock.js +1 -0
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/next.js +1 -1
- package/dist/esm/third-party/settings/WcWishlistBackInStock/index.js +7 -0
- package/dist/esm/third-party/settings/WcWishlistBackInStock/uiV2.js +1 -0
- package/dist/types/index.d.ts +18 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles=require("./common/styles.js"),helpers$1=require("./common/helpers.js"),core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),helpers=require("../../../helpers.js"),getButtonDynamicSourceLocales=require("./helpers/getButtonDynamicSourceLocales.js"),SoldOutButton_liquid=require("./SoldOutButton.liquid.js"),AddToCartButton_liquid=require("./AddToCartButton.liquid.js");const ProductButton=t=>{let{setting:e,builderProps:s,style:r,styles:o,pageContext:a}=t,{wrapStyle:i,restStyle:l}=styles.getSplitStyle(r),{outOfStockButtonLabel:u,unavailableButtonLabel:n,variantSelectionRequiredMessage:c,successMessage:d,errorMessage:p}=getButtonDynamicSourceLocales.getButtonDynamicSourceLocales({setting:e,pageContext:a,builderProps:s}),{urlData:g}=helpers.getInsertLinkData("",e?.actionEffect==="open-cart-drawer"?{link:"/cart",target:"_self"}:e?.customURL),y=system.createStateOrContext(helpers$1.getGPProductButtonState({styles:o,setting:e,successMessage:d,errorMessage:p})),m=()=>AddToCartButton_liquid.AddToCartButton({...t,style:l}),S=()=>SoldOutButton_liquid.SoldOutButton({...t,style:l,label:u}),q=()=>system.If(core.isLocalEnv,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-product-button-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-product-button-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`);return core.template`
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var styles=require("./common/styles.js"),helpers$1=require("./common/helpers.js"),core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),helpers=require("../../../helpers.js"),getButtonDynamicSourceLocales=require("./helpers/getButtonDynamicSourceLocales.js"),SoldOutButton_liquid=require("./SoldOutButton.liquid.js"),AddToCartButton_liquid=require("./AddToCartButton.liquid.js");const ProductButton=t=>{let{setting:e,builderProps:s,style:r,styles:o,pageContext:a}=t,{wrapStyle:i,restStyle:l}=styles.getSplitStyle(r),{outOfStockButtonLabel:u,unavailableButtonLabel:n,variantSelectionRequiredMessage:c,successMessage:d,errorMessage:p}=getButtonDynamicSourceLocales.getButtonDynamicSourceLocales({setting:e,pageContext:a,builderProps:s}),{urlData:g}=helpers.getInsertLinkData("",e?.actionEffect==="open-cart-drawer"?{link:"/cart",target:"_self"}:e?.customURL),y=system.createStateOrContext(helpers$1.getGPProductButtonState({styles:o,setting:e,successMessage:d,errorMessage:p,variantSelectionRequiredMessage:c})),m=()=>AddToCartButton_liquid.AddToCartButton({...t,style:l}),S=()=>SoldOutButton_liquid.SoldOutButton({...t,style:l,label:u}),q=()=>system.If(core.isLocalEnv,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-product-button-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-product-button-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`);return core.template`
|
|
2
2
|
${system.Liquid("{%- assign total_combinations = 1 -%}")}
|
|
3
3
|
${system.LiquidFor("option in product.options_with_values","{%- assign total_combinations = total_combinations | times: option.values.size -%}")}
|
|
4
4
|
{%- liquid
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
gp-label-out-of-stock="${u}"
|
|
14
14
|
gp-label-unavailable="${n}"
|
|
15
15
|
gp-data='${JSON.stringify(y)}'
|
|
16
|
-
data-variant-selection-required-message="${c}"
|
|
17
16
|
gp-enable-third-partycart="{{shop.metafields.GEMPAGES.enableThirdPartyCart}}"
|
|
18
17
|
>
|
|
19
18
|
${m()}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var constants=require("./constants.js");const LIQUID_EXPRESSION_REGEX=/^\s*\{\{[\s\S]*\}\}\s*$/,appendLiquidEscapeFilter=e=>e.replace(/\s*\}\}\s*$/,"| escape | replace: '"', '\"' }}"),escapeSingleQuoteForAttr=e=>{if(null==e)return e;let t=e.toString();return LIQUID_EXPRESSION_REGEX.test(t)?appendLiquidEscapeFilter(t):t.replaceAll("'","'").replaceAll("’","'")},checkIconVisibility=e=>e?.enableIcon===!0,getRenderRegularPriceSettings=e=>({lineThrough:!1,typo:removeColorFromTypo(e?.priceTypo)}),getRenderComparePriceSettings=e=>({lineThrough:!0,typo:removeColorFromTypo(e?.compareAtPriceTypo),opacityPrice:e?.opacityPrice}),getGPProductButtonState=({styles:e,setting:t,successMessage:r,errorMessage:o})=>({styles:{errorTypo:e?.errorTypo,successTypo:e?.successTypo},setting:{errorType:t?.errorType,actionEffect:t?.actionEffect,enableMessage:t?.enableMessage,label:escapeSingleQuoteForAttr(t?.label),errorMessage:escapeSingleQuoteForAttr(o??t?.errorMessage),successMessage:escapeSingleQuoteForAttr(r??t?.successMessage),outOfStockLabel:escapeSingleQuoteForAttr(t?.outOfStockLabel),customURL:{link:escapeSingleQuoteForAttr(t?.customURL?.link),target:t?.customURL?.target}},variantID:"{{variant.id}}",disabled:"{{variant.available}}",totalVariant:"{{total_combinations}}"}),renderSeparator=e=>{let t=e??"horizontal-line";return({dot:constants.SEPARATOR.DOT,"vertical-line":constants.SEPARATOR.VERTICAL_LINE,"horizontal-line":constants.SEPARATOR.HORIZONTAL_LINE})[t]??constants.SEPARATOR.HORIZONTAL_LINE},removeColorFromTypo=e=>(e?.attrs&&e?.attrs.color&&delete e.attrs.color,e);exports.checkIconVisibility=checkIconVisibility,exports.getGPProductButtonState=getGPProductButtonState,exports.getRenderComparePriceSettings=getRenderComparePriceSettings,exports.getRenderRegularPriceSettings=getRenderRegularPriceSettings,exports.renderSeparator=renderSeparator;
|
|
1
|
+
"use strict";var constants=require("./constants.js");const LIQUID_EXPRESSION_REGEX=/^\s*\{\{[\s\S]*\}\}\s*$/,appendLiquidEscapeFilter=e=>e.replace(/\s*\}\}\s*$/,"| escape | replace: '"', '\"' }}"),escapeSingleQuoteForAttr=e=>{if(null==e)return e;let t=e.toString();return LIQUID_EXPRESSION_REGEX.test(t)?appendLiquidEscapeFilter(t):t.replaceAll("'","'").replaceAll("’","'")},checkIconVisibility=e=>e?.enableIcon===!0,getRenderRegularPriceSettings=e=>({lineThrough:!1,typo:removeColorFromTypo(e?.priceTypo)}),getRenderComparePriceSettings=e=>({lineThrough:!0,typo:removeColorFromTypo(e?.compareAtPriceTypo),opacityPrice:e?.opacityPrice}),getGPProductButtonState=({styles:e,setting:t,successMessage:r,errorMessage:o,variantSelectionRequiredMessage:a})=>({styles:{errorTypo:e?.errorTypo,successTypo:e?.successTypo},setting:{errorType:t?.errorType,actionEffect:t?.actionEffect,enableMessage:t?.enableMessage,label:escapeSingleQuoteForAttr(t?.label),errorMessage:escapeSingleQuoteForAttr(o??t?.errorMessage),successMessage:escapeSingleQuoteForAttr(r??t?.successMessage),outOfStockLabel:escapeSingleQuoteForAttr(t?.outOfStockLabel),customURL:{link:escapeSingleQuoteForAttr(t?.customURL?.link),target:t?.customURL?.target},variantSelectionRequiredMessage:escapeSingleQuoteForAttr(a??t?.variantSelectionRequiredMessage)},variantID:"{{variant.id}}",disabled:"{{variant.available}}",totalVariant:"{{total_combinations}}"}),renderSeparator=e=>{let t=e??"horizontal-line";return({dot:constants.SEPARATOR.DOT,"vertical-line":constants.SEPARATOR.VERTICAL_LINE,"horizontal-line":constants.SEPARATOR.HORIZONTAL_LINE})[t]??constants.SEPARATOR.HORIZONTAL_LINE},removeColorFromTypo=e=>(e?.attrs&&e?.attrs.color&&delete e.attrs.color,e);exports.checkIconVisibility=checkIconVisibility,exports.getGPProductButtonState=getGPProductButtonState,exports.getRenderComparePriceSettings=getRenderComparePriceSettings,exports.getRenderRegularPriceSettings=getRenderRegularPriceSettings,exports.renderSeparator=renderSeparator;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),ThirdPartyPreview=require("./ThirdPartyPreview.js"),WcWishlistBackInStock$1=require("../configs/WcWishlistBackInStock.js");const WcWishlistBackInStock=({setting:e})=>jsxRuntime.jsx("div",{style:{...core.makeStyleResponsive("ta",e?.align)},children:jsxRuntime.jsx("div",{className:"gp-p-2",children:jsxRuntime.jsx(ThirdPartyPreview.default,{setting:{label:"WC Wishlist & Back in Stock",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${WcWishlistBackInStock$1.default.logoUrl}">`}})})});exports.default=WcWishlistBackInStock;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core");const WcWishlistBackInStock=({setting:t,advanced:i})=>{let{align:d,widgetType:s}=t??{};return core.template`
|
|
2
|
+
<div
|
|
3
|
+
class="${i?.cssClass}"
|
|
4
|
+
style="${{...core.makeStyleResponsive("ta",d)}}"
|
|
5
|
+
>
|
|
6
|
+
{% assign widget = '${s}' %}
|
|
7
|
+
{% case widget %}
|
|
8
|
+
{% when "wishlist-bis-block" %}
|
|
9
|
+
<div class="wc_wl_bis_btn" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
10
|
+
<script type="application/ld+json" id="wc_wl_bis">{{ product | json }}</script>
|
|
11
|
+
{% when "wishlist-block" %}
|
|
12
|
+
<div class="th_prd_wl_btn" data-product_id="{{ product.id }}" data-variant_id="{{product.variants[0].id }}"></div>
|
|
13
|
+
{% when "wishlist-collection-block" %}
|
|
14
|
+
<div class="th_wl_col_btn" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
15
|
+
{% when "wishlist-bis-collection" %}
|
|
16
|
+
<div class="wc_wl_bis_btn wc_bis_auto_setup" data-product_id="{{ product.id }}" data-variant_id="{{ product.variants[0].id }}"></div>
|
|
17
|
+
{% endcase %}
|
|
18
|
+
</div>
|
|
19
|
+
`};exports.default=WcWishlistBackInStock;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var AppConfig={id:"wc-wishlist-back-in-stock",label:"WC Wishlist & Back in Stock",logoUrl:"https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22",tag:"WcWishlistBackInStock"};exports.default=AppConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("@gem-sdk/system"),require("react"),require("next/link");var JudgemeReviews=require("./components/JudgemeReviews.js"),LooxReviews=require("./components/LooxReviews.js"),Klaviyo=require("./components/Klaviyo.js"),YotpoLoyalty=require("./components/YotpoLoyalty.js"),SmartSearchBarAndFilters=require("./components/SmartSearchBarAndFilters.js"),Instafeed=require("./components/Instafeed.js"),ProductReviews=require("./components/ProductReviews.js"),Ryviu=require("./components/Ryviu.js"),Rivyo=require("./components/Rivyo.js"),Vitals=require("./components/Vitals.js"),Omnisend=require("./components/Omnisend.js"),Trustoo=require("./components/Trustoo.js"),SealSubscriptions=require("./components/SealSubscriptions.js"),AppstleSubscriptions=require("./components/AppstleSubscriptions.js"),FeraReviews=require("./components/FeraReviews.js"),ParcelPanel=require("./components/ParcelPanel.js"),TrustMe=require("./components/TrustMe.js"),FrequentlyBoughtTogether=require("./components/FrequentlyBoughtTogether.js"),BoldSubscriptions=require("./components/BoldSubscriptions.js"),BoldProductOptions=require("./components/BoldProductOptions.js"),WideBundle=require("./components/WideBundle.js"),PickyStory=require("./components/PickyStory.js"),InfiniteOptions=require("./components/InfiniteOptions.js"),Wiser=require("./components/Wiser.js"),Stamped=require("./components/Stamped.js"),Bundler=require("./components/Bundler.js"),LaiProductReviews=require("./components/LaiProductReviews.js"),Growave=require("./components/Growave.js"),KachingBundles=require("./components/KachingBundles.js"),Opinew=require("./components/Opinew.js"),UltimateSalesBoost=require("./components/UltimateSalesBoost.js"),CrossSellCartUpsell=require("./components/CrossSellCartUpsell.js"),BoostAISearchDiscovery=require("./components/BoostAISearchDiscovery.js"),YotpoReviews=require("./components/YotpoReviews.js"),FirePush=require("./components/FirePush.js"),AliReviews=require("./components/AliReviews.js"),Bogos=require("./components/Bogos.js"),Releasit=require("./components/Releasit.js"),KingProductOptions=require("./components/KingProductOptions.js"),BirdChime=require("./components/BirdChime.js"),index$X=require("./settings/JudgemeReviews/index.js"),index$Y=require("./settings/LooxReviews/index.js"),index$Z=require("./settings/Klaviyo/index.js"),index$_=require("./settings/YotpoLoyalty/index.js"),index$$=require("./settings/SmartSearchBarAndFilters/index.js"),index$10=require("./settings/Instafeed/index.js"),index$11=require("./settings/ProductReviews/index.js"),index$12=require("./settings/Ryviu/index.js"),index$13=require("./settings/Rivyo/index.js"),index$14=require("./settings/Vitals/index.js"),index$15=require("./settings/Omnisend/index.js"),index$16=require("./settings/Trustoo/index.js"),index$17=require("./settings/SealSubscriptions/index.js"),index$18=require("./settings/AppstleSubscriptions/index.js"),index$19=require("./settings/FeraReviews/index.js"),index$1a=require("./settings/Growave/index.js"),index$1c=require("./settings/PushOwl/index.js"),index$1u=require("./settings/AliReviews/index.js"),index$1d=require("./settings/Opinew/index.js"),index$1e=require("./settings/UltimateSalesBoost/index.js"),index$1f=require("./settings/FirePush/index.js"),index$1g=require("./settings/ParcelPanel/index.js"),index$1h=require("./settings/TrustMe/index.js"),index$1i=require("./settings/FrequentlyBoughtTogether/index.js"),index$1j=require("./settings/BoldSubscriptions/index.js"),index$1k=require("./settings/BoldProductOptions/index.js"),index$1l=require("./settings/WideBundle/index.js"),index$1m=require("./settings/PickyStory/index.js"),index$1n=require("./settings/InfiniteOptions/index.js"),index$1o=require("./settings/Wiser/index.js"),Stamped$1=require("./settings/Stamped.js"),index$1p=require("./settings/Bundler/index.js"),index$1q=require("./settings/LaiProductReviews/index.js"),index$1r=require("./settings/CrossSellCartUpsell/index.js"),index$1s=require("./settings/BoostAISearchDiscovery/index.js"),index$1t=require("./settings/YotpoReviews/index.js"),index$1b=require("./settings/KachingBundles/index.js"),index$W=require("./settings/CleanSizeCharts/index.js"),index$1v=require("./settings/Bogos/index.js"),index$V=require("./settings/QikifyUpsell/index.js"),index$1w=require("./settings/Releasit/index.js"),index$1x=require("./settings/KingProductOptions/index.js"),index$U=require("./settings/EasySellCOD/index.js"),index$1z=require("./settings/RequestQuoteHidePrice/index.js"),index$1A=require("./settings/BirdChime/index.js"),index$1B=require("./settings/FordeerProductLabels/index.js"),index$1C=require("./settings/RechargeSubscriptions/index.js"),index$1y=require("./settings/KlarnaMessaging/index.js"),index$S=require("./settings/EasifyProductOptions/index.js"),index$T=require("./settings/CustomProductOptionsVariant/index.js"),index$R=require("./settings/ShopifySubscriptions/index.js"),index$Q=require("./settings/BonLoyaltyRewardsReferrals/index.js"),index$O=require("./settings/RecurpaySubscriptionApp/index.js"),index$P=require("./settings/SubifySubscriptionsApp/index.js"),index$1D=require("./settings/Selleasy/index.js"),index$N=require("./settings/LoopSubscriptions/index.js"),index$M=require("./settings/SkioSubscriptionsYcS20/index.js"),index$L=require("./settings/ShopifyForms/index.js"),index$K=require("./settings/NotifyBackInStockPreOrder/index.js"),index$I=require("./settings/ReviewxpoProductReviewsApp/index.js"),index$J=require("./settings/PumperBundlesVolumeDiscount/index.js"),index$G=require("./settings/UnlimitedBundlesDiscounts/index.js"),index$F=require("./settings/KiteFreeGiftDiscount/index.js"),index$E=require("./settings/FastBundleBundlesDiscounts/index.js"),index$H=require("./settings/SimpleBundlesKits/index.js"),index$D=require("./settings/EasyBundleBuilderSkailama/index.js"),index$C=require("./settings/KoalaBundleQuantityDiscount/index.js"),index$A=require("./settings/PreorderNowPreOrderPq/index.js"),index$y=require("./settings/FlyBundlesUpsellsFbt/index.js"),index$x=require("./settings/JunipProductReviewsUgc/index.js"),index$B=require("./settings/MaxbundleProductBundles/index.js"),index$z=require("./settings/PreorderNowWodPresale/index.js"),index$w=require("./settings/TagshopShoppableVideosUgc/index.js"),index$v=require("./settings/WhatmoreShoppableVideosreel/index.js"),index$u=require("./settings/TagembedSocialPostReview/index.js"),index$s=require("./settings/ProductOptionsCustomizer/index.js"),index$t=require("./settings/AirProductReviewsAppUgc/index.js"),index$r=require("./settings/MbcBundleVolumeDiscount/index.js"),index$q=require("./settings/GoogleReviewsByReputon/index.js"),index$o=require("./settings/RapiBundleQuantityBreaks/index.js"),index$p=require("./settings/AppointmentBookingCowlendar/index.js"),index$n=require("./settings/SproutPlantTreesGrowSales/index.js"),index$m=require("./settings/InstasellShoppableInstagram/index.js"),index$l=require("./settings/WishlistPlus/index.js"),index$j=require("./settings/LoloyalLoyaltyReferrals/index.js"),index$i=require("./settings/HulkFormBuilder/index.js"),index$k=require("./settings/PowerfulContactFormBuilder/index.js"),index$h=require("./settings/WishlistKing/index.js"),index$g=require("./settings/TeeinblueProductPersonalizer/index.js"),index$f=require("./settings/GloboProductOptionsVariant/index.js"),index$e=require("./settings/ProductOptionsVariantOption/index.js"),index$d=require("./settings/BestBuyFulfillment/index.js"),index$c=require("./settings/AftershipEmailMarketingsms/index.js"),index$b=require("./settings/SegunoEmailMarketing/index.js"),index$a=require("./settings/SeoantTrustBadgesIcon/index.js"),index$9=require("./settings/DiscountyBulkDiscountSales/index.js"),index$8=require("./settings/TrustreviewsProductReviews/index.js"),index$7=require("./settings/MyappgurusProductReviews/index.js"),index$6=require("./settings/HulkProductOptions/index.js"),index$5=require("./settings/TrustshopProductReviews/index.js"),index$4=require("./settings/StellarDeliveryDatePickup/index.js"),index$3=require("./settings/EssentialCountdownTimerBar/index.js"),index$2=require("./settings/EssentialAnnouncementBar/index.js"),index$1=require("./settings/OkendoReviewsLoyalty/index.js"),index=require("./settings/EstimatedDeliveryDatePlus/index.js"),index$1E=require("./settings/HextomCountdownTimerBar/index.js"),index$1F=require("./settings/TrustBadgesBear/index.js"),index$1G=require("./settings/TrustedsiteTrustBadges/index.js"),index$1H=require("./settings/GloColorSwatchvariantImage/index.js"),index$1I=require("./settings/BfSizeChartSizeGuide/index.js"),index$1J=require("./settings/AlsoBoughtCbb/index.js"),index$1K=require("./settings/HextomFreeShippingBar/index.js"),index$1L=require("./settings/EcoboostifyShoppableReelUgc/index.js"),index$1M=require("./settings/EcomsendBackInStockAlert/index.js"),index$1N=require("./settings/AppstleBundlesDiscounts/index.js"),index$1O=require("./settings/AovFreeGiftBuyXGetYBogo/index.js"),index$1P=require("./settings/AovBundlesVolumeDiscounts/index.js"),setting=require("./settings/UppromoteAffiliateMarketing/setting.js"),index$1Q=require("./settings/DealeasyVolumeDiscounts/index.js"),index$1R=require("./settings/BloyRewardsProgramLoyalty/index.js"),index$1S=require("./settings/KachingSubscriptionsApp/index.js"),index$1T=require("./settings/GrowthSuiteDiscountCodes/index.js"),index$1U=require("./settings/BonySubscriptionsApp/index.js");const thirdPartySetting={EstimatedDeliveryDatePlus:index.default,OkendoReviewsLoyalty:index$1.default,EssentialAnnouncementBar:index$2.default,EssentialCountdownTimerBar:index$3.default,StellarDeliveryDatePickup:index$4.default,TrustshopProductReviews:index$5.default,HulkProductOptions:index$6.default,MyappgurusProductReviews:index$7.default,TrustreviewsProductReviews:index$8.default,DiscountyBulkDiscountSales:index$9.default,SeoantTrustBadgesIcon:index$a.default,SegunoEmailMarketing:index$b.default,AftershipEmailMarketingsms:index$c.default,BestBuyFulfillment:index$d.default,ProductOptionsVariantOption:index$e.default,GloboProductOptionsVariant:index$f.default,TeeinblueProductPersonalizer:index$g.default,WishlistKing:index$h.default,HulkFormBuilder:index$i.default,LoloyalLoyaltyReferrals:index$j.default,PowerfulContactFormBuilder:index$k.default,WishlistPlus:index$l.default,InstasellShoppableInstagram:index$m.default,SproutPlantTreesGrowSales:index$n.default,RapiBundleQuantityBreaks:index$o.default,AppointmentBookingCowlendar:index$p.default,GoogleReviewsByReputon:index$q.default,MbcBundleVolumeDiscount:index$r.default,ProductOptionsCustomizer:index$s.default,AirProductReviewsAppUgc:index$t.default,TagembedSocialPostReview:index$u.default,WhatmoreShoppableVideosreel:index$v.default,TagshopShoppableVideosUgc:index$w.default,JunipProductReviewsUgc:index$x.default,FlyBundlesUpsellsFbt:index$y.default,PreorderNowWodPresale:index$z.default,PreorderNowPreOrderPq:index$A.default,MaxbundleProductBundles:index$B.default,KoalaBundleQuantityDiscount:index$C.default,EasyBundleBuilderSkailama:index$D.default,FastBundleBundlesDiscounts:index$E.default,KiteFreeGiftDiscount:index$F.default,UnlimitedBundlesDiscounts:index$G.default,SimpleBundlesKits:index$H.default,ReviewxpoProductReviewsApp:index$I.default,PumperBundlesVolumeDiscount:index$J.default,NotifyBackInStockPreOrder:index$K.default,ShopifyForms:index$L.default,SkioSubscriptionsYcS20:index$M.default,LoopSubscriptions:index$N.default,RecurpaySubscriptionApp:index$O.default,SubifySubscriptionsApp:index$P.default,BonLoyaltyRewardsReferrals:index$Q.default,ShopifySubscriptions:index$R.default,EasifyProductOptions:index$S.default,CustomProductOptionsVariant:index$T.default,EasySellCOD:index$U.default,QikifyUpsell:index$V.default,CleanSizeCharts:index$W.default,JudgemeReviews:index$X.default,LooxReviews:index$Y.default,Klaviyo:index$Z.default,YotpoLoyalty:index$_.default,SmartSearchBarAndFilters:index$$.default,Instafeed:index$10.default,ProductReviews:index$11.default,Ryviu:index$12.default,Rivyo:index$13.default,Vitals:index$14.default,Omnisend:index$15.default,Trustoo:index$16.default,SealSubscriptions:index$17.default,AppstleSubscriptions:index$18.default,FeraReviews:index$19.default,Growave:index$1a.default,KachingBundles:index$1b.default,PushOwl:index$1c.default,Opinew:index$1d.default,UltimateSalesBoost:index$1e.default,FirePush:index$1f.default,ParcelPanel:index$1g.default,TrustMe:index$1h.default,FrequentlyBoughtTogether:index$1i.default,BoldSubscriptions:index$1j.default,BoldProductOptions:index$1k.default,WideBundle:index$1l.default,PickyStory:index$1m.default,InfiniteOptions:index$1n.default,Wiser:index$1o.default,Stamped:Stamped$1.default,Bundler:index$1p.default,LaiProductReviews:index$1q.default,CrossSellCartUpsell:index$1r.default,BoostAISearchDiscovery:index$1s.default,YotpoReviews:index$1t.default,AliReviews:index$1u.default,Bogos:index$1v.default,Releasit:index$1w.default,KingProductOptions:index$1x.default,KlarnaMessaging:index$1y.default,RequestQuoteHidePrice:index$1z.default,BirdChime:index$1A.default,FordeerProductLabels:index$1B.default,RechargeSubscriptions:index$1C.default,Selleasy:index$1D.default,HextomCountdownTimerBar:index$1E.default,TrustBadgesBear:index$1F.default,TrustedsiteTrustBadges:index$1G.default,GloColorSwatchvariantImage:index$1H.default,BfSizeChartSizeGuide:index$1I.default,AlsoBoughtCbb:index$1J.default,HextomFreeShippingBar:index$1K.default,EcoboostifyShoppableReelUgc:index$1L.default,EcomsendBackInStockAlert:index$1M.default,AppstleBundlesDiscounts:index$1N.default,AovFreeGiftBuyXGetYBogo:index$1O.default,AovBundlesVolumeDiscounts:index$1P.default,UppromoteAffiliateMarketing:setting.default,DealeasyVolumeDiscounts:index$1Q.default,BloyRewardsProgramLoyalty:index$1R.default,KachingSubscriptionsApp:index$1S.default,GrowthSuiteDiscountCodes:index$1T.default,BonySubscriptionsApp:index$1U.default};exports.JudgemeReviews=JudgemeReviews.default,exports.LooxReviews=LooxReviews.default,exports.Klaviyo=Klaviyo.default,exports.YotpoLoyalty=YotpoLoyalty.default,exports.SmartSearchBarAndFilters=SmartSearchBarAndFilters.default,exports.Instafeed=Instafeed.default,exports.ProductReviews=ProductReviews.default,exports.Ryviu=Ryviu.default,exports.Rivyo=Rivyo.default,exports.Vitals=Vitals.default,exports.Omnisend=Omnisend.default,exports.Trustoo=Trustoo.default,exports.SealSubscriptions=SealSubscriptions.default,exports.AppstleSubscriptions=AppstleSubscriptions.default,exports.FeraReviews=FeraReviews.default,exports.ParcelPanel=ParcelPanel.default,exports.TrustMe=TrustMe.default,exports.FrequentlyBoughtTogether=FrequentlyBoughtTogether.default,exports.BoldSubscriptions=BoldSubscriptions.default,exports.BoldProductOptions=BoldProductOptions.default,exports.WideBundle=WideBundle.default,exports.PickyStory=PickyStory.default,exports.InfiniteOptions=InfiniteOptions.default,exports.Wiser=Wiser.default,exports.Stamped=Stamped.default,exports.Bundler=Bundler.default,exports.LaiProductReviews=LaiProductReviews.default,exports.Growave=Growave.default,exports.KachingBundles=KachingBundles.default,exports.Opinew=Opinew.default,exports.UltimateSalesBoost=UltimateSalesBoost.default,exports.CrossSellCartUpsell=CrossSellCartUpsell.default,exports.BoostAISearchDiscovery=BoostAISearchDiscovery.default,exports.YotpoReviews=YotpoReviews.default,exports.FirePush=FirePush.default,exports.AliReviews=AliReviews.default,exports.Bogos=Bogos.default,exports.Releasit=Releasit.default,exports.KingProductOptions=KingProductOptions.default,exports.BirdChime=BirdChime.default,exports.thirdPartySetting=thirdPartySetting;
|
|
1
|
+
"use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("@gem-sdk/system"),require("react"),require("next/link");var JudgemeReviews=require("./components/JudgemeReviews.js"),LooxReviews=require("./components/LooxReviews.js"),Klaviyo=require("./components/Klaviyo.js"),YotpoLoyalty=require("./components/YotpoLoyalty.js"),SmartSearchBarAndFilters=require("./components/SmartSearchBarAndFilters.js"),Instafeed=require("./components/Instafeed.js"),ProductReviews=require("./components/ProductReviews.js"),Ryviu=require("./components/Ryviu.js"),Rivyo=require("./components/Rivyo.js"),Vitals=require("./components/Vitals.js"),Omnisend=require("./components/Omnisend.js"),Trustoo=require("./components/Trustoo.js"),SealSubscriptions=require("./components/SealSubscriptions.js"),AppstleSubscriptions=require("./components/AppstleSubscriptions.js"),FeraReviews=require("./components/FeraReviews.js"),ParcelPanel=require("./components/ParcelPanel.js"),TrustMe=require("./components/TrustMe.js"),FrequentlyBoughtTogether=require("./components/FrequentlyBoughtTogether.js"),BoldSubscriptions=require("./components/BoldSubscriptions.js"),BoldProductOptions=require("./components/BoldProductOptions.js"),WideBundle=require("./components/WideBundle.js"),PickyStory=require("./components/PickyStory.js"),InfiniteOptions=require("./components/InfiniteOptions.js"),Wiser=require("./components/Wiser.js"),Stamped=require("./components/Stamped.js"),Bundler=require("./components/Bundler.js"),LaiProductReviews=require("./components/LaiProductReviews.js"),Growave=require("./components/Growave.js"),KachingBundles=require("./components/KachingBundles.js"),Opinew=require("./components/Opinew.js"),UltimateSalesBoost=require("./components/UltimateSalesBoost.js"),CrossSellCartUpsell=require("./components/CrossSellCartUpsell.js"),BoostAISearchDiscovery=require("./components/BoostAISearchDiscovery.js"),YotpoReviews=require("./components/YotpoReviews.js"),FirePush=require("./components/FirePush.js"),AliReviews=require("./components/AliReviews.js"),Bogos=require("./components/Bogos.js"),Releasit=require("./components/Releasit.js"),KingProductOptions=require("./components/KingProductOptions.js"),BirdChime=require("./components/BirdChime.js"),index$X=require("./settings/JudgemeReviews/index.js"),index$Y=require("./settings/LooxReviews/index.js"),index$Z=require("./settings/Klaviyo/index.js"),index$_=require("./settings/YotpoLoyalty/index.js"),index$$=require("./settings/SmartSearchBarAndFilters/index.js"),index$10=require("./settings/Instafeed/index.js"),index$11=require("./settings/ProductReviews/index.js"),index$12=require("./settings/Ryviu/index.js"),index$13=require("./settings/Rivyo/index.js"),index$14=require("./settings/Vitals/index.js"),index$15=require("./settings/Omnisend/index.js"),index$16=require("./settings/Trustoo/index.js"),index$17=require("./settings/SealSubscriptions/index.js"),index$18=require("./settings/AppstleSubscriptions/index.js"),index$19=require("./settings/FeraReviews/index.js"),index$1a=require("./settings/Growave/index.js"),index$1c=require("./settings/PushOwl/index.js"),index$1u=require("./settings/AliReviews/index.js"),index$1d=require("./settings/Opinew/index.js"),index$1e=require("./settings/UltimateSalesBoost/index.js"),index$1f=require("./settings/FirePush/index.js"),index$1g=require("./settings/ParcelPanel/index.js"),index$1h=require("./settings/TrustMe/index.js"),index$1i=require("./settings/FrequentlyBoughtTogether/index.js"),index$1j=require("./settings/BoldSubscriptions/index.js"),index$1k=require("./settings/BoldProductOptions/index.js"),index$1l=require("./settings/WideBundle/index.js"),index$1m=require("./settings/PickyStory/index.js"),index$1n=require("./settings/InfiniteOptions/index.js"),index$1o=require("./settings/Wiser/index.js"),Stamped$1=require("./settings/Stamped.js"),index$1p=require("./settings/Bundler/index.js"),index$1q=require("./settings/LaiProductReviews/index.js"),index$1r=require("./settings/CrossSellCartUpsell/index.js"),index$1s=require("./settings/BoostAISearchDiscovery/index.js"),index$1t=require("./settings/YotpoReviews/index.js"),index$1b=require("./settings/KachingBundles/index.js"),index$W=require("./settings/CleanSizeCharts/index.js"),index$1v=require("./settings/Bogos/index.js"),index$V=require("./settings/QikifyUpsell/index.js"),index$1w=require("./settings/Releasit/index.js"),index$1x=require("./settings/KingProductOptions/index.js"),index$U=require("./settings/EasySellCOD/index.js"),index$1z=require("./settings/RequestQuoteHidePrice/index.js"),index$1A=require("./settings/BirdChime/index.js"),index$1B=require("./settings/FordeerProductLabels/index.js"),index$1C=require("./settings/RechargeSubscriptions/index.js"),index$1y=require("./settings/KlarnaMessaging/index.js"),index$S=require("./settings/EasifyProductOptions/index.js"),index$T=require("./settings/CustomProductOptionsVariant/index.js"),index$R=require("./settings/ShopifySubscriptions/index.js"),index$Q=require("./settings/BonLoyaltyRewardsReferrals/index.js"),index$O=require("./settings/RecurpaySubscriptionApp/index.js"),index$P=require("./settings/SubifySubscriptionsApp/index.js"),index$1D=require("./settings/Selleasy/index.js"),index$N=require("./settings/LoopSubscriptions/index.js"),index$M=require("./settings/SkioSubscriptionsYcS20/index.js"),index$L=require("./settings/ShopifyForms/index.js"),index$K=require("./settings/NotifyBackInStockPreOrder/index.js"),index$I=require("./settings/ReviewxpoProductReviewsApp/index.js"),index$J=require("./settings/PumperBundlesVolumeDiscount/index.js"),index$G=require("./settings/UnlimitedBundlesDiscounts/index.js"),index$F=require("./settings/KiteFreeGiftDiscount/index.js"),index$E=require("./settings/FastBundleBundlesDiscounts/index.js"),index$H=require("./settings/SimpleBundlesKits/index.js"),index$D=require("./settings/EasyBundleBuilderSkailama/index.js"),index$C=require("./settings/KoalaBundleQuantityDiscount/index.js"),index$A=require("./settings/PreorderNowPreOrderPq/index.js"),index$y=require("./settings/FlyBundlesUpsellsFbt/index.js"),index$x=require("./settings/JunipProductReviewsUgc/index.js"),index$B=require("./settings/MaxbundleProductBundles/index.js"),index$z=require("./settings/PreorderNowWodPresale/index.js"),index$w=require("./settings/TagshopShoppableVideosUgc/index.js"),index$v=require("./settings/WhatmoreShoppableVideosreel/index.js"),index$u=require("./settings/TagembedSocialPostReview/index.js"),index$s=require("./settings/ProductOptionsCustomizer/index.js"),index$t=require("./settings/AirProductReviewsAppUgc/index.js"),index$r=require("./settings/MbcBundleVolumeDiscount/index.js"),index$q=require("./settings/GoogleReviewsByReputon/index.js"),index$o=require("./settings/RapiBundleQuantityBreaks/index.js"),index$p=require("./settings/AppointmentBookingCowlendar/index.js"),index$n=require("./settings/SproutPlantTreesGrowSales/index.js"),index$m=require("./settings/InstasellShoppableInstagram/index.js"),index$l=require("./settings/WishlistPlus/index.js"),index$j=require("./settings/LoloyalLoyaltyReferrals/index.js"),index$i=require("./settings/HulkFormBuilder/index.js"),index$k=require("./settings/PowerfulContactFormBuilder/index.js"),index$h=require("./settings/WishlistKing/index.js"),index$g=require("./settings/TeeinblueProductPersonalizer/index.js"),index$f=require("./settings/GloboProductOptionsVariant/index.js"),index$e=require("./settings/ProductOptionsVariantOption/index.js"),index$d=require("./settings/BestBuyFulfillment/index.js"),index$c=require("./settings/AftershipEmailMarketingsms/index.js"),index$b=require("./settings/SegunoEmailMarketing/index.js"),index$a=require("./settings/SeoantTrustBadgesIcon/index.js"),index$9=require("./settings/DiscountyBulkDiscountSales/index.js"),index$8=require("./settings/TrustreviewsProductReviews/index.js"),index$7=require("./settings/MyappgurusProductReviews/index.js"),index$6=require("./settings/HulkProductOptions/index.js"),index$5=require("./settings/TrustshopProductReviews/index.js"),index$4=require("./settings/StellarDeliveryDatePickup/index.js"),index$3=require("./settings/EssentialCountdownTimerBar/index.js"),index$2=require("./settings/EssentialAnnouncementBar/index.js"),index$1=require("./settings/OkendoReviewsLoyalty/index.js"),index=require("./settings/EstimatedDeliveryDatePlus/index.js"),index$1E=require("./settings/HextomCountdownTimerBar/index.js"),index$1F=require("./settings/TrustBadgesBear/index.js"),index$1G=require("./settings/TrustedsiteTrustBadges/index.js"),index$1H=require("./settings/GloColorSwatchvariantImage/index.js"),index$1I=require("./settings/BfSizeChartSizeGuide/index.js"),index$1J=require("./settings/AlsoBoughtCbb/index.js"),index$1K=require("./settings/HextomFreeShippingBar/index.js"),index$1L=require("./settings/EcoboostifyShoppableReelUgc/index.js"),index$1M=require("./settings/EcomsendBackInStockAlert/index.js"),index$1N=require("./settings/AppstleBundlesDiscounts/index.js"),index$1O=require("./settings/AovFreeGiftBuyXGetYBogo/index.js"),index$1P=require("./settings/AovBundlesVolumeDiscounts/index.js"),setting=require("./settings/UppromoteAffiliateMarketing/setting.js"),index$1Q=require("./settings/DealeasyVolumeDiscounts/index.js"),index$1R=require("./settings/BloyRewardsProgramLoyalty/index.js"),index$1S=require("./settings/KachingSubscriptionsApp/index.js"),index$1T=require("./settings/GrowthSuiteDiscountCodes/index.js"),index$1U=require("./settings/BonySubscriptionsApp/index.js"),index$1V=require("./settings/WcWishlistBackInStock/index.js");const thirdPartySetting={EstimatedDeliveryDatePlus:index.default,OkendoReviewsLoyalty:index$1.default,EssentialAnnouncementBar:index$2.default,EssentialCountdownTimerBar:index$3.default,StellarDeliveryDatePickup:index$4.default,TrustshopProductReviews:index$5.default,HulkProductOptions:index$6.default,MyappgurusProductReviews:index$7.default,TrustreviewsProductReviews:index$8.default,DiscountyBulkDiscountSales:index$9.default,SeoantTrustBadgesIcon:index$a.default,SegunoEmailMarketing:index$b.default,AftershipEmailMarketingsms:index$c.default,BestBuyFulfillment:index$d.default,ProductOptionsVariantOption:index$e.default,GloboProductOptionsVariant:index$f.default,TeeinblueProductPersonalizer:index$g.default,WishlistKing:index$h.default,HulkFormBuilder:index$i.default,LoloyalLoyaltyReferrals:index$j.default,PowerfulContactFormBuilder:index$k.default,WishlistPlus:index$l.default,InstasellShoppableInstagram:index$m.default,SproutPlantTreesGrowSales:index$n.default,RapiBundleQuantityBreaks:index$o.default,AppointmentBookingCowlendar:index$p.default,GoogleReviewsByReputon:index$q.default,MbcBundleVolumeDiscount:index$r.default,ProductOptionsCustomizer:index$s.default,AirProductReviewsAppUgc:index$t.default,TagembedSocialPostReview:index$u.default,WhatmoreShoppableVideosreel:index$v.default,TagshopShoppableVideosUgc:index$w.default,JunipProductReviewsUgc:index$x.default,FlyBundlesUpsellsFbt:index$y.default,PreorderNowWodPresale:index$z.default,PreorderNowPreOrderPq:index$A.default,MaxbundleProductBundles:index$B.default,KoalaBundleQuantityDiscount:index$C.default,EasyBundleBuilderSkailama:index$D.default,FastBundleBundlesDiscounts:index$E.default,KiteFreeGiftDiscount:index$F.default,UnlimitedBundlesDiscounts:index$G.default,SimpleBundlesKits:index$H.default,ReviewxpoProductReviewsApp:index$I.default,PumperBundlesVolumeDiscount:index$J.default,NotifyBackInStockPreOrder:index$K.default,ShopifyForms:index$L.default,SkioSubscriptionsYcS20:index$M.default,LoopSubscriptions:index$N.default,RecurpaySubscriptionApp:index$O.default,SubifySubscriptionsApp:index$P.default,BonLoyaltyRewardsReferrals:index$Q.default,ShopifySubscriptions:index$R.default,EasifyProductOptions:index$S.default,CustomProductOptionsVariant:index$T.default,EasySellCOD:index$U.default,QikifyUpsell:index$V.default,CleanSizeCharts:index$W.default,JudgemeReviews:index$X.default,LooxReviews:index$Y.default,Klaviyo:index$Z.default,YotpoLoyalty:index$_.default,SmartSearchBarAndFilters:index$$.default,Instafeed:index$10.default,ProductReviews:index$11.default,Ryviu:index$12.default,Rivyo:index$13.default,Vitals:index$14.default,Omnisend:index$15.default,Trustoo:index$16.default,SealSubscriptions:index$17.default,AppstleSubscriptions:index$18.default,FeraReviews:index$19.default,Growave:index$1a.default,KachingBundles:index$1b.default,PushOwl:index$1c.default,Opinew:index$1d.default,UltimateSalesBoost:index$1e.default,FirePush:index$1f.default,ParcelPanel:index$1g.default,TrustMe:index$1h.default,FrequentlyBoughtTogether:index$1i.default,BoldSubscriptions:index$1j.default,BoldProductOptions:index$1k.default,WideBundle:index$1l.default,PickyStory:index$1m.default,InfiniteOptions:index$1n.default,Wiser:index$1o.default,Stamped:Stamped$1.default,Bundler:index$1p.default,LaiProductReviews:index$1q.default,CrossSellCartUpsell:index$1r.default,BoostAISearchDiscovery:index$1s.default,YotpoReviews:index$1t.default,AliReviews:index$1u.default,Bogos:index$1v.default,Releasit:index$1w.default,KingProductOptions:index$1x.default,KlarnaMessaging:index$1y.default,RequestQuoteHidePrice:index$1z.default,BirdChime:index$1A.default,FordeerProductLabels:index$1B.default,RechargeSubscriptions:index$1C.default,Selleasy:index$1D.default,HextomCountdownTimerBar:index$1E.default,TrustBadgesBear:index$1F.default,TrustedsiteTrustBadges:index$1G.default,GloColorSwatchvariantImage:index$1H.default,BfSizeChartSizeGuide:index$1I.default,AlsoBoughtCbb:index$1J.default,HextomFreeShippingBar:index$1K.default,EcoboostifyShoppableReelUgc:index$1L.default,EcomsendBackInStockAlert:index$1M.default,AppstleBundlesDiscounts:index$1N.default,AovFreeGiftBuyXGetYBogo:index$1O.default,AovBundlesVolumeDiscounts:index$1P.default,UppromoteAffiliateMarketing:setting.default,DealeasyVolumeDiscounts:index$1Q.default,BloyRewardsProgramLoyalty:index$1R.default,KachingSubscriptionsApp:index$1S.default,GrowthSuiteDiscountCodes:index$1T.default,BonySubscriptionsApp:index$1U.default,WcWishlistBackInStock:index$1V.default};exports.JudgemeReviews=JudgemeReviews.default,exports.LooxReviews=LooxReviews.default,exports.Klaviyo=Klaviyo.default,exports.YotpoLoyalty=YotpoLoyalty.default,exports.SmartSearchBarAndFilters=SmartSearchBarAndFilters.default,exports.Instafeed=Instafeed.default,exports.ProductReviews=ProductReviews.default,exports.Ryviu=Ryviu.default,exports.Rivyo=Rivyo.default,exports.Vitals=Vitals.default,exports.Omnisend=Omnisend.default,exports.Trustoo=Trustoo.default,exports.SealSubscriptions=SealSubscriptions.default,exports.AppstleSubscriptions=AppstleSubscriptions.default,exports.FeraReviews=FeraReviews.default,exports.ParcelPanel=ParcelPanel.default,exports.TrustMe=TrustMe.default,exports.FrequentlyBoughtTogether=FrequentlyBoughtTogether.default,exports.BoldSubscriptions=BoldSubscriptions.default,exports.BoldProductOptions=BoldProductOptions.default,exports.WideBundle=WideBundle.default,exports.PickyStory=PickyStory.default,exports.InfiniteOptions=InfiniteOptions.default,exports.Wiser=Wiser.default,exports.Stamped=Stamped.default,exports.Bundler=Bundler.default,exports.LaiProductReviews=LaiProductReviews.default,exports.Growave=Growave.default,exports.KachingBundles=KachingBundles.default,exports.Opinew=Opinew.default,exports.UltimateSalesBoost=UltimateSalesBoost.default,exports.CrossSellCartUpsell=CrossSellCartUpsell.default,exports.BoostAISearchDiscovery=BoostAISearchDiscovery.default,exports.YotpoReviews=YotpoReviews.default,exports.FirePush=FirePush.default,exports.AliReviews=AliReviews.default,exports.Bogos=Bogos.default,exports.Releasit=Releasit.default,exports.KingProductOptions=KingProductOptions.default,exports.BirdChime=BirdChime.default,exports.thirdPartySetting=thirdPartySetting;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const BonySubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/BonySubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),GrowthSuiteDiscountCodes=dynamic(()=>Promise.resolve().then(function(){return require("./components/GrowthSuiteDiscountCodes.js")}),{ssr:!1,loading:Loading.default}),KachingSubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/KachingSubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),BloyRewardsProgramLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/BloyRewardsProgramLoyalty.js")}),{ssr:!1,loading:Loading.default}),DealeasyVolumeDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/DealeasyVolumeDiscounts.js")}),{ssr:!1,loading:Loading.default}),UppromoteAffiliateMarketing=dynamic(()=>Promise.resolve().then(function(){return require("./components/UppromoteAffiliateMarketing.js")}),{ssr:!1,loading:Loading.default}),AovBundlesVolumeDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/AovBundlesVolumeDiscounts.js")}),{ssr:!1,loading:Loading.default}),AovFreeGiftBuyXGetYBogo=dynamic(()=>Promise.resolve().then(function(){return require("./components/AovFreeGiftBuyXGetYBogo.js")}),{ssr:!1,loading:Loading.default}),EcomsendBackInStockAlert=dynamic(()=>Promise.resolve().then(function(){return require("./components/EcomsendBackInStockAlert.js")}),{ssr:!1,loading:Loading.default}),AppstleBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppstleBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),EstimatedDeliveryDatePlus=dynamic(()=>Promise.resolve().then(function(){return require("./components/EstimatedDeliveryDatePlus.js")}),{ssr:!1,loading:Loading.default}),OkendoReviewsLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/OkendoReviewsLoyalty.js")}),{ssr:!1,loading:Loading.default}),EssentialAnnouncementBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/EssentialAnnouncementBar.js")}),{ssr:!1,loading:Loading.default}),EssentialCountdownTimerBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/EssentialCountdownTimerBar.js")}),{ssr:!1,loading:Loading.default}),StellarDeliveryDatePickup=dynamic(()=>Promise.resolve().then(function(){return require("./components/StellarDeliveryDatePickup.js")}),{ssr:!1,loading:Loading.default}),TrustshopProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustshopProductReviews.js")}),{ssr:!1,loading:Loading.default}),HulkProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/HulkProductOptions.js")}),{ssr:!1,loading:Loading.default}),MyappgurusProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/MyappgurusProductReviews.js")}),{ssr:!1,loading:Loading.default}),DiscountyBulkDiscountSales=dynamic(()=>Promise.resolve().then(function(){return require("./components/DiscountyBulkDiscountSales.js")}),{ssr:!1,loading:Loading.default}),TrustreviewsProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustreviewsProductReviews.js")}),{ssr:!1,loading:Loading.default}),SeoantTrustBadgesIcon=dynamic(()=>Promise.resolve().then(function(){return require("./components/SeoantTrustBadgesIcon.js")}),{ssr:!1,loading:Loading.default}),SegunoEmailMarketing=dynamic(()=>Promise.resolve().then(function(){return require("./components/SegunoEmailMarketing.js")}),{ssr:!1,loading:Loading.default}),AftershipEmailMarketingsms=dynamic(()=>Promise.resolve().then(function(){return require("./components/AftershipEmailMarketingsms.js")}),{ssr:!1,loading:Loading.default}),BestBuyFulfillment=dynamic(()=>Promise.resolve().then(function(){return require("./components/BestBuyFulfillment.js")}),{ssr:!1,loading:Loading.default}),ProductOptionsVariantOption=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductOptionsVariantOption.js")}),{ssr:!1,loading:Loading.default}),GloboProductOptionsVariant=dynamic(()=>Promise.resolve().then(function(){return require("./components/GloboProductOptionsVariant.js")}),{ssr:!1,loading:Loading.default}),TeeinblueProductPersonalizer=dynamic(()=>Promise.resolve().then(function(){return require("./components/TeeinblueProductPersonalizer.js")}),{ssr:!1,loading:Loading.default}),WishlistKing=dynamic(()=>Promise.resolve().then(function(){return require("./components/WishlistKing.js")}),{ssr:!1,loading:Loading.default}),HulkFormBuilder=dynamic(()=>Promise.resolve().then(function(){return require("./components/HulkFormBuilder.js")}),{ssr:!1,loading:Loading.default}),LoloyalLoyaltyReferrals=dynamic(()=>Promise.resolve().then(function(){return require("./components/LoloyalLoyaltyReferrals.js")}),{ssr:!1,loading:Loading.default}),PowerfulContactFormBuilder=dynamic(()=>Promise.resolve().then(function(){return require("./components/PowerfulContactFormBuilder.js")}),{ssr:!1,loading:Loading.default}),WishlistPlus=dynamic(()=>Promise.resolve().then(function(){return require("./components/WishlistPlus.js")}),{ssr:!1,loading:Loading.default}),InstasellShoppableInstagram=dynamic(()=>Promise.resolve().then(function(){return require("./components/InstasellShoppableInstagram.js")}),{ssr:!1,loading:Loading.default}),SproutPlantTreesGrowSales=dynamic(()=>Promise.resolve().then(function(){return require("./components/SproutPlantTreesGrowSales.js")}),{ssr:!1,loading:Loading.default}),RapiBundleQuantityBreaks=dynamic(()=>Promise.resolve().then(function(){return require("./components/RapiBundleQuantityBreaks.js")}),{ssr:!1,loading:Loading.default}),AppointmentBookingCowlendar=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppointmentBookingCowlendar.js")}),{ssr:!1,loading:Loading.default}),GoogleReviewsByReputon=dynamic(()=>Promise.resolve().then(function(){return require("./components/GoogleReviewsByReputon.js")}),{ssr:!1,loading:Loading.default}),MbcBundleVolumeDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/MbcBundleVolumeDiscount.js")}),{ssr:!1,loading:Loading.default}),ProductOptionsCustomizer=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductOptionsCustomizer.js")}),{ssr:!1,loading:Loading.default}),AirProductReviewsAppUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/AirProductReviewsAppUgc.js")}),{ssr:!1,loading:Loading.default}),TagembedSocialPostReview=dynamic(()=>Promise.resolve().then(function(){return require("./components/TagembedSocialPostReview.js")}),{ssr:!1,loading:Loading.default}),WhatmoreShoppableVideosreel=dynamic(()=>Promise.resolve().then(function(){return require("./components/WhatmoreShoppableVideosreel.js")}),{ssr:!1,loading:Loading.default}),TagshopShoppableVideosUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/TagshopShoppableVideosUgc.js")}),{ssr:!1,loading:Loading.default}),JunipProductReviewsUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/JunipProductReviewsUgc.js")}),{ssr:!1,loading:Loading.default}),FlyBundlesUpsellsFbt=dynamic(()=>Promise.resolve().then(function(){return require("./components/FlyBundlesUpsellsFbt.js")}),{ssr:!1,loading:Loading.default}),PreorderNowWodPresale=dynamic(()=>Promise.resolve().then(function(){return require("./components/PreorderNowWodPresale.js")}),{ssr:!1,loading:Loading.default}),PreorderNowPreOrderPq=dynamic(()=>Promise.resolve().then(function(){return require("./components/PreorderNowPreOrderPq.js")}),{ssr:!1,loading:Loading.default}),MaxbundleProductBundles=dynamic(()=>Promise.resolve().then(function(){return require("./components/MaxbundleProductBundles.js")}),{ssr:!1,loading:Loading.default}),KoalaBundleQuantityDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/KoalaBundleQuantityDiscount.js")}),{ssr:!1,loading:Loading.default}),EasyBundleBuilderSkailama=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasyBundleBuilderSkailama.js")}),{ssr:!1,loading:Loading.default}),FastBundleBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/FastBundleBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),KiteFreeGiftDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/KiteFreeGiftDiscount.js")}),{ssr:!1,loading:Loading.default}),UnlimitedBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/UnlimitedBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),SimpleBundlesKits=dynamic(()=>Promise.resolve().then(function(){return require("./components/SimpleBundlesKits.js")}),{ssr:!1,loading:Loading.default}),ReviewxpoProductReviewsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/ReviewxpoProductReviewsApp.js")}),{ssr:!1,loading:Loading.default}),PumperBundlesVolumeDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/PumperBundlesVolumeDiscount.js")}),{ssr:!1,loading:Loading.default}),NotifyBackInStockPreOrder=dynamic(()=>Promise.resolve().then(function(){return require("./components/NotifyBackInStockPreOrder.js")}),{ssr:!1,loading:Loading.default}),ShopifyForms=dynamic(()=>Promise.resolve().then(function(){return require("./components/ShopifyForms.js")}),{ssr:!1,loading:Loading.default}),SkioSubscriptionsYcS20=dynamic(()=>Promise.resolve().then(function(){return require("./components/SkioSubscriptionsYcS20.js")}),{ssr:!1,loading:Loading.default}),LoopSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/LoopSubscriptions.js")}),{ssr:!1,loading:Loading.default}),RecurpaySubscriptionApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/RecurpaySubscriptionApp.js")}),{ssr:!1,loading:Loading.default}),SubifySubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/SubifySubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),ShopifySubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/ShopifySubscriptions.js")}),{ssr:!1,loading:Loading.default}),BonLoyaltyRewardsReferrals=dynamic(()=>Promise.resolve().then(function(){return require("./components/BonLoyaltyRewardsReferrals.js")}),{ssr:!1,loading:Loading.default}),EasifyProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasifyProductOptions.js")}),{ssr:!1,loading:Loading.default}),CustomProductOptionsVariant=dynamic(()=>Promise.resolve().then(function(){return require("./components/CustomProductOptionsVariant.js")}),{ssr:!1,loading:Loading.default}),JudgemeReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/JudgemeReviews.js")}),{ssr:!1,loading:Loading.default}),LooxReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/LooxReviews.js")}),{ssr:!1,loading:Loading.default}),Instafeed=dynamic(()=>Promise.resolve().then(function(){return require("./components/Instafeed.js")}),{ssr:!1,loading:Loading.default}),Klaviyo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Klaviyo.js")}),{ssr:!1,loading:Loading.default}),YotpoLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/YotpoLoyalty.js")}),{ssr:!1,loading:Loading.default}),SmartSearchBarAndFilters=dynamic(()=>Promise.resolve().then(function(){return require("./components/SmartSearchBarAndFilters.js")}),{ssr:!1,loading:Loading.default}),ProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductReviews.js")}),{ssr:!1,loading:Loading.default}),Ryviu=dynamic(()=>Promise.resolve().then(function(){return require("./components/Ryviu.js")}),{ssr:!1,loading:Loading.default}),Rivyo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Rivyo.js")}),{ssr:!1,loading:Loading.default}),Vitals=dynamic(()=>Promise.resolve().then(function(){return require("./components/Vitals.js")}),{ssr:!1,loading:Loading.default}),Omnisend=dynamic(()=>Promise.resolve().then(function(){return require("./components/Omnisend.js")}),{ssr:!1,loading:Loading.default}),ParcelPanel=dynamic(()=>Promise.resolve().then(function(){return require("./components/ParcelPanel.js")}),{ssr:!1,loading:Loading.default}),KingProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/KingProductOptions.js")}),{ssr:!1,loading:Loading.default}),TrustMe=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustMe.js")}),{ssr:!1,loading:Loading.default}),Trustoo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Trustoo.js")}),{ssr:!1,loading:Loading.default}),SealSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/SealSubscriptions.js")}),{ssr:!1,loading:Loading.default}),AppstleSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppstleSubscriptions.js")}),{ssr:!1,loading:Loading.default}),FeraReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/FeraReviews.js")}),{ssr:!1,loading:Loading.default}),Growave=dynamic(()=>Promise.resolve().then(function(){return require("./components/Growave.js")}),{ssr:!1,loading:Loading.default}),KachingBundles=dynamic(()=>Promise.resolve().then(function(){return require("./components/KachingBundles.js")}),{ssr:!1,loading:Loading.default}),PushOwl=dynamic(()=>Promise.resolve().then(function(){return require("./components/PushOwl.js")}),{ssr:!1,loading:Loading.default}),Opinew=dynamic(()=>Promise.resolve().then(function(){return require("./components/Opinew.js")}),{ssr:!1,loading:Loading.default}),FirePush=dynamic(()=>Promise.resolve().then(function(){return require("./components/FirePush.js")}),{ssr:!1,loading:Loading.default}),AliReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/AliReviews.js")}),{ssr:!1,loading:Loading.default}),UltimateSalesBoost=dynamic(()=>Promise.resolve().then(function(){return require("./components/UltimateSalesBoost.js")}),{ssr:!1,loading:Loading.default}),FrequentlyBoughtTogether=dynamic(()=>Promise.resolve().then(function(){return require("./components/FrequentlyBoughtTogether.js")}),{ssr:!1,loading:Loading.default}),BoldSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoldSubscriptions.js")}),{ssr:!1,loading:Loading.default}),BoldProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoldProductOptions.js")}),{ssr:!1,loading:Loading.default}),WideBundle=dynamic(()=>Promise.resolve().then(function(){return require("./components/WideBundle.js")}),{ssr:!1,loading:Loading.default}),PickyStory=dynamic(()=>Promise.resolve().then(function(){return require("./components/PickyStory.js")}),{ssr:!1,loading:Loading.default}),InfiniteOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/InfiniteOptions.js")}),{ssr:!1,loading:Loading.default}),Wiser=dynamic(()=>Promise.resolve().then(function(){return require("./components/Wiser.js")}),{ssr:!1,loading:Loading.default}),Stamped=dynamic(()=>Promise.resolve().then(function(){return require("./components/Stamped.js")}),{ssr:!1,loading:Loading.default}),Bundler=dynamic(()=>Promise.resolve().then(function(){return require("./components/Bundler.js")}),{ssr:!1,loading:Loading.default}),LaiProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/LaiProductReviews.js")}),{ssr:!1,loading:Loading.default}),CrossSellCartUpsell=dynamic(()=>Promise.resolve().then(function(){return require("./components/CrossSellCartUpsell.js")}),{ssr:!1,loading:Loading.default}),BoostAISearchDiscovery=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoostAISearchDiscovery.js")}),{ssr:!1,loading:Loading.default}),YotpoReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/YotpoReviews.js")}),{ssr:!1,loading:Loading.default}),CleanSizeCharts=dynamic(()=>Promise.resolve().then(function(){return require("./components/CleanSizeCharts.js")}),{ssr:!1,loading:Loading.default}),Bogos=dynamic(()=>Promise.resolve().then(function(){return require("./components/Bogos.js")}),{ssr:!1,loading:Loading.default}),QikifyUpsell=dynamic(()=>Promise.resolve().then(function(){return require("./components/QikifyUpsell.js")}),{ssr:!1,loading:Loading.default}),Releasit=dynamic(()=>Promise.resolve().then(function(){return require("./components/Releasit.js")}),{ssr:!1,loading:Loading.default}),EasySellCOD=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasySellCOD.js")}),{ssr:!1,loading:Loading.default}),BirdChime=dynamic(()=>Promise.resolve().then(function(){return require("./components/BirdChime.js")}),{ssr:!1,loading:Loading.default}),RequestQuoteHidePrice=dynamic(()=>Promise.resolve().then(function(){return require("./components/RequestQuoteHidePrice.js")}),{ssr:!1,loading:Loading.default}),KlarnaMessaging=dynamic(()=>Promise.resolve().then(function(){return require("./components/KlarnaMessaging.js")}),{ssr:!1,loading:Loading.default}),FordeerProductLabels=dynamic(()=>Promise.resolve().then(function(){return require("./components/FordeerProductLabels.js")}),{ssr:!1,loading:Loading.default}),RechargeSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/RechargeSubscriptions.js")}),{ssr:!1,loading:Loading.default}),Selleasy=dynamic(()=>Promise.resolve().then(function(){return require("./components/Selleasy.js")}),{ssr:!1,loading:Loading.default}),HextomCountdownTimerBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/HextomCountdownTimerBar.js")}),{ssr:!1,loading:Loading.default}),TrustBadgesBear=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustBadgesBear.js")}),{ssr:!1,loading:Loading.default}),TrustedsiteTrustBadges=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustedsiteTrustBadges.js")}),{ssr:!1,loading:Loading.default}),GloColorSwatchvariantImage=dynamic(()=>Promise.resolve().then(function(){return require("./components/GloColorSwatchvariantImage.js")}),{ssr:!1,loading:Loading.default}),BfSizeChartSizeGuide=dynamic(()=>Promise.resolve().then(function(){return require("./components/BfSizeChartSizeGuide.js")}),{ssr:!1,loading:Loading.default}),AlsoBoughtCbb=dynamic(()=>Promise.resolve().then(function(){return require("./components/AlsoBoughtCbb.js")}),{ssr:!1,loading:Loading.default}),HextomFreeShippingBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/HextomFreeShippingBar.js")}),{ssr:!1,loading:Loading.default}),EcoboostifyShoppableReelUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/EcoboostifyShoppableReelUgc.js")}),{ssr:!1,loading:Loading.default});var thirdParty={BonySubscriptionsApp,GrowthSuiteDiscountCodes,KachingSubscriptionsApp,BloyRewardsProgramLoyalty,DealeasyVolumeDiscounts,UppromoteAffiliateMarketing,AovBundlesVolumeDiscounts,AovFreeGiftBuyXGetYBogo,EcomsendBackInStockAlert,AppstleBundlesDiscounts,EcoboostifyShoppableReelUgc,EstimatedDeliveryDatePlus,OkendoReviewsLoyalty,EssentialAnnouncementBar,EssentialCountdownTimerBar,StellarDeliveryDatePickup,TrustshopProductReviews,HulkProductOptions,MyappgurusProductReviews,TrustreviewsProductReviews,DiscountyBulkDiscountSales,SeoantTrustBadgesIcon,SegunoEmailMarketing,AftershipEmailMarketingsms,BestBuyFulfillment,ProductOptionsVariantOption,GloboProductOptionsVariant,TeeinblueProductPersonalizer,WishlistKing,HulkFormBuilder,LoloyalLoyaltyReferrals,PowerfulContactFormBuilder,WishlistPlus,InstasellShoppableInstagram,SproutPlantTreesGrowSales,RapiBundleQuantityBreaks,AppointmentBookingCowlendar,GoogleReviewsByReputon,MbcBundleVolumeDiscount,ProductOptionsCustomizer,AirProductReviewsAppUgc,TagembedSocialPostReview,WhatmoreShoppableVideosreel,TagshopShoppableVideosUgc,JunipProductReviewsUgc,FlyBundlesUpsellsFbt,PreorderNowWodPresale,PreorderNowPreOrderPq,MaxbundleProductBundles,KoalaBundleQuantityDiscount,EasyBundleBuilderSkailama,FastBundleBundlesDiscounts,KiteFreeGiftDiscount,UnlimitedBundlesDiscounts,SimpleBundlesKits,ReviewxpoProductReviewsApp,PumperBundlesVolumeDiscount,NotifyBackInStockPreOrder,ShopifyForms,SkioSubscriptionsYcS20,LoopSubscriptions,Selleasy,RecurpaySubscriptionApp,SubifySubscriptionsApp,BonLoyaltyRewardsReferrals,ShopifySubscriptions,EasifyProductOptions,CustomProductOptionsVariant,KlarnaMessaging,RechargeSubscriptions,EasySellCOD,QikifyUpsell,CleanSizeCharts,JudgemeReviews,LooxReviews,Klaviyo,YotpoLoyalty,SmartSearchBarAndFilters,Instafeed,ProductReviews,Ryviu,Rivyo,Vitals,Omnisend,ParcelPanel,TrustMe,KingProductOptions,Trustoo,SealSubscriptions,AppstleSubscriptions,FeraReviews,Growave,KachingBundles,PushOwl,Opinew,UltimateSalesBoost,FirePush,FrequentlyBoughtTogether,BoldSubscriptions,BoldProductOptions,WideBundle,PickyStory,InfiniteOptions,Wiser,Stamped,Bundler,LaiProductReviews,CrossSellCartUpsell,BoostAISearchDiscovery,YotpoReviews,AliReviews,Bogos,Releasit,RequestQuoteHidePrice,BirdChime,FordeerProductLabels,HextomCountdownTimerBar,TrustBadgesBear,TrustedsiteTrustBadges,GloColorSwatchvariantImage,BfSizeChartSizeGuide,AlsoBoughtCbb,HextomFreeShippingBar};exports.default=thirdParty;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const WcWishlistBackInStock=dynamic(()=>Promise.resolve().then(function(){return require("./components/WcWishlistBackInStock.js")}),{ssr:!1,loading:Loading.default}),BonySubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/BonySubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),GrowthSuiteDiscountCodes=dynamic(()=>Promise.resolve().then(function(){return require("./components/GrowthSuiteDiscountCodes.js")}),{ssr:!1,loading:Loading.default}),KachingSubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/KachingSubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),BloyRewardsProgramLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/BloyRewardsProgramLoyalty.js")}),{ssr:!1,loading:Loading.default}),DealeasyVolumeDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/DealeasyVolumeDiscounts.js")}),{ssr:!1,loading:Loading.default}),UppromoteAffiliateMarketing=dynamic(()=>Promise.resolve().then(function(){return require("./components/UppromoteAffiliateMarketing.js")}),{ssr:!1,loading:Loading.default}),AovBundlesVolumeDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/AovBundlesVolumeDiscounts.js")}),{ssr:!1,loading:Loading.default}),AovFreeGiftBuyXGetYBogo=dynamic(()=>Promise.resolve().then(function(){return require("./components/AovFreeGiftBuyXGetYBogo.js")}),{ssr:!1,loading:Loading.default}),EcomsendBackInStockAlert=dynamic(()=>Promise.resolve().then(function(){return require("./components/EcomsendBackInStockAlert.js")}),{ssr:!1,loading:Loading.default}),AppstleBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppstleBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),EstimatedDeliveryDatePlus=dynamic(()=>Promise.resolve().then(function(){return require("./components/EstimatedDeliveryDatePlus.js")}),{ssr:!1,loading:Loading.default}),OkendoReviewsLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/OkendoReviewsLoyalty.js")}),{ssr:!1,loading:Loading.default}),EssentialAnnouncementBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/EssentialAnnouncementBar.js")}),{ssr:!1,loading:Loading.default}),EssentialCountdownTimerBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/EssentialCountdownTimerBar.js")}),{ssr:!1,loading:Loading.default}),StellarDeliveryDatePickup=dynamic(()=>Promise.resolve().then(function(){return require("./components/StellarDeliveryDatePickup.js")}),{ssr:!1,loading:Loading.default}),TrustshopProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustshopProductReviews.js")}),{ssr:!1,loading:Loading.default}),HulkProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/HulkProductOptions.js")}),{ssr:!1,loading:Loading.default}),MyappgurusProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/MyappgurusProductReviews.js")}),{ssr:!1,loading:Loading.default}),DiscountyBulkDiscountSales=dynamic(()=>Promise.resolve().then(function(){return require("./components/DiscountyBulkDiscountSales.js")}),{ssr:!1,loading:Loading.default}),TrustreviewsProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustreviewsProductReviews.js")}),{ssr:!1,loading:Loading.default}),SeoantTrustBadgesIcon=dynamic(()=>Promise.resolve().then(function(){return require("./components/SeoantTrustBadgesIcon.js")}),{ssr:!1,loading:Loading.default}),SegunoEmailMarketing=dynamic(()=>Promise.resolve().then(function(){return require("./components/SegunoEmailMarketing.js")}),{ssr:!1,loading:Loading.default}),AftershipEmailMarketingsms=dynamic(()=>Promise.resolve().then(function(){return require("./components/AftershipEmailMarketingsms.js")}),{ssr:!1,loading:Loading.default}),BestBuyFulfillment=dynamic(()=>Promise.resolve().then(function(){return require("./components/BestBuyFulfillment.js")}),{ssr:!1,loading:Loading.default}),ProductOptionsVariantOption=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductOptionsVariantOption.js")}),{ssr:!1,loading:Loading.default}),GloboProductOptionsVariant=dynamic(()=>Promise.resolve().then(function(){return require("./components/GloboProductOptionsVariant.js")}),{ssr:!1,loading:Loading.default}),TeeinblueProductPersonalizer=dynamic(()=>Promise.resolve().then(function(){return require("./components/TeeinblueProductPersonalizer.js")}),{ssr:!1,loading:Loading.default}),WishlistKing=dynamic(()=>Promise.resolve().then(function(){return require("./components/WishlistKing.js")}),{ssr:!1,loading:Loading.default}),HulkFormBuilder=dynamic(()=>Promise.resolve().then(function(){return require("./components/HulkFormBuilder.js")}),{ssr:!1,loading:Loading.default}),LoloyalLoyaltyReferrals=dynamic(()=>Promise.resolve().then(function(){return require("./components/LoloyalLoyaltyReferrals.js")}),{ssr:!1,loading:Loading.default}),PowerfulContactFormBuilder=dynamic(()=>Promise.resolve().then(function(){return require("./components/PowerfulContactFormBuilder.js")}),{ssr:!1,loading:Loading.default}),WishlistPlus=dynamic(()=>Promise.resolve().then(function(){return require("./components/WishlistPlus.js")}),{ssr:!1,loading:Loading.default}),InstasellShoppableInstagram=dynamic(()=>Promise.resolve().then(function(){return require("./components/InstasellShoppableInstagram.js")}),{ssr:!1,loading:Loading.default}),SproutPlantTreesGrowSales=dynamic(()=>Promise.resolve().then(function(){return require("./components/SproutPlantTreesGrowSales.js")}),{ssr:!1,loading:Loading.default}),RapiBundleQuantityBreaks=dynamic(()=>Promise.resolve().then(function(){return require("./components/RapiBundleQuantityBreaks.js")}),{ssr:!1,loading:Loading.default}),AppointmentBookingCowlendar=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppointmentBookingCowlendar.js")}),{ssr:!1,loading:Loading.default}),GoogleReviewsByReputon=dynamic(()=>Promise.resolve().then(function(){return require("./components/GoogleReviewsByReputon.js")}),{ssr:!1,loading:Loading.default}),MbcBundleVolumeDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/MbcBundleVolumeDiscount.js")}),{ssr:!1,loading:Loading.default}),ProductOptionsCustomizer=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductOptionsCustomizer.js")}),{ssr:!1,loading:Loading.default}),AirProductReviewsAppUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/AirProductReviewsAppUgc.js")}),{ssr:!1,loading:Loading.default}),TagembedSocialPostReview=dynamic(()=>Promise.resolve().then(function(){return require("./components/TagembedSocialPostReview.js")}),{ssr:!1,loading:Loading.default}),WhatmoreShoppableVideosreel=dynamic(()=>Promise.resolve().then(function(){return require("./components/WhatmoreShoppableVideosreel.js")}),{ssr:!1,loading:Loading.default}),TagshopShoppableVideosUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/TagshopShoppableVideosUgc.js")}),{ssr:!1,loading:Loading.default}),JunipProductReviewsUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/JunipProductReviewsUgc.js")}),{ssr:!1,loading:Loading.default}),FlyBundlesUpsellsFbt=dynamic(()=>Promise.resolve().then(function(){return require("./components/FlyBundlesUpsellsFbt.js")}),{ssr:!1,loading:Loading.default}),PreorderNowWodPresale=dynamic(()=>Promise.resolve().then(function(){return require("./components/PreorderNowWodPresale.js")}),{ssr:!1,loading:Loading.default}),PreorderNowPreOrderPq=dynamic(()=>Promise.resolve().then(function(){return require("./components/PreorderNowPreOrderPq.js")}),{ssr:!1,loading:Loading.default}),MaxbundleProductBundles=dynamic(()=>Promise.resolve().then(function(){return require("./components/MaxbundleProductBundles.js")}),{ssr:!1,loading:Loading.default}),KoalaBundleQuantityDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/KoalaBundleQuantityDiscount.js")}),{ssr:!1,loading:Loading.default}),EasyBundleBuilderSkailama=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasyBundleBuilderSkailama.js")}),{ssr:!1,loading:Loading.default}),FastBundleBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/FastBundleBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),KiteFreeGiftDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/KiteFreeGiftDiscount.js")}),{ssr:!1,loading:Loading.default}),UnlimitedBundlesDiscounts=dynamic(()=>Promise.resolve().then(function(){return require("./components/UnlimitedBundlesDiscounts.js")}),{ssr:!1,loading:Loading.default}),SimpleBundlesKits=dynamic(()=>Promise.resolve().then(function(){return require("./components/SimpleBundlesKits.js")}),{ssr:!1,loading:Loading.default}),ReviewxpoProductReviewsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/ReviewxpoProductReviewsApp.js")}),{ssr:!1,loading:Loading.default}),PumperBundlesVolumeDiscount=dynamic(()=>Promise.resolve().then(function(){return require("./components/PumperBundlesVolumeDiscount.js")}),{ssr:!1,loading:Loading.default}),NotifyBackInStockPreOrder=dynamic(()=>Promise.resolve().then(function(){return require("./components/NotifyBackInStockPreOrder.js")}),{ssr:!1,loading:Loading.default}),ShopifyForms=dynamic(()=>Promise.resolve().then(function(){return require("./components/ShopifyForms.js")}),{ssr:!1,loading:Loading.default}),SkioSubscriptionsYcS20=dynamic(()=>Promise.resolve().then(function(){return require("./components/SkioSubscriptionsYcS20.js")}),{ssr:!1,loading:Loading.default}),LoopSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/LoopSubscriptions.js")}),{ssr:!1,loading:Loading.default}),RecurpaySubscriptionApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/RecurpaySubscriptionApp.js")}),{ssr:!1,loading:Loading.default}),SubifySubscriptionsApp=dynamic(()=>Promise.resolve().then(function(){return require("./components/SubifySubscriptionsApp.js")}),{ssr:!1,loading:Loading.default}),ShopifySubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/ShopifySubscriptions.js")}),{ssr:!1,loading:Loading.default}),BonLoyaltyRewardsReferrals=dynamic(()=>Promise.resolve().then(function(){return require("./components/BonLoyaltyRewardsReferrals.js")}),{ssr:!1,loading:Loading.default}),EasifyProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasifyProductOptions.js")}),{ssr:!1,loading:Loading.default}),CustomProductOptionsVariant=dynamic(()=>Promise.resolve().then(function(){return require("./components/CustomProductOptionsVariant.js")}),{ssr:!1,loading:Loading.default}),JudgemeReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/JudgemeReviews.js")}),{ssr:!1,loading:Loading.default}),LooxReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/LooxReviews.js")}),{ssr:!1,loading:Loading.default}),Instafeed=dynamic(()=>Promise.resolve().then(function(){return require("./components/Instafeed.js")}),{ssr:!1,loading:Loading.default}),Klaviyo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Klaviyo.js")}),{ssr:!1,loading:Loading.default}),YotpoLoyalty=dynamic(()=>Promise.resolve().then(function(){return require("./components/YotpoLoyalty.js")}),{ssr:!1,loading:Loading.default}),SmartSearchBarAndFilters=dynamic(()=>Promise.resolve().then(function(){return require("./components/SmartSearchBarAndFilters.js")}),{ssr:!1,loading:Loading.default}),ProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductReviews.js")}),{ssr:!1,loading:Loading.default}),Ryviu=dynamic(()=>Promise.resolve().then(function(){return require("./components/Ryviu.js")}),{ssr:!1,loading:Loading.default}),Rivyo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Rivyo.js")}),{ssr:!1,loading:Loading.default}),Vitals=dynamic(()=>Promise.resolve().then(function(){return require("./components/Vitals.js")}),{ssr:!1,loading:Loading.default}),Omnisend=dynamic(()=>Promise.resolve().then(function(){return require("./components/Omnisend.js")}),{ssr:!1,loading:Loading.default}),ParcelPanel=dynamic(()=>Promise.resolve().then(function(){return require("./components/ParcelPanel.js")}),{ssr:!1,loading:Loading.default}),KingProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/KingProductOptions.js")}),{ssr:!1,loading:Loading.default}),TrustMe=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustMe.js")}),{ssr:!1,loading:Loading.default}),Trustoo=dynamic(()=>Promise.resolve().then(function(){return require("./components/Trustoo.js")}),{ssr:!1,loading:Loading.default}),SealSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/SealSubscriptions.js")}),{ssr:!1,loading:Loading.default}),AppstleSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/AppstleSubscriptions.js")}),{ssr:!1,loading:Loading.default}),FeraReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/FeraReviews.js")}),{ssr:!1,loading:Loading.default}),Growave=dynamic(()=>Promise.resolve().then(function(){return require("./components/Growave.js")}),{ssr:!1,loading:Loading.default}),KachingBundles=dynamic(()=>Promise.resolve().then(function(){return require("./components/KachingBundles.js")}),{ssr:!1,loading:Loading.default}),PushOwl=dynamic(()=>Promise.resolve().then(function(){return require("./components/PushOwl.js")}),{ssr:!1,loading:Loading.default}),Opinew=dynamic(()=>Promise.resolve().then(function(){return require("./components/Opinew.js")}),{ssr:!1,loading:Loading.default}),FirePush=dynamic(()=>Promise.resolve().then(function(){return require("./components/FirePush.js")}),{ssr:!1,loading:Loading.default}),AliReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/AliReviews.js")}),{ssr:!1,loading:Loading.default}),UltimateSalesBoost=dynamic(()=>Promise.resolve().then(function(){return require("./components/UltimateSalesBoost.js")}),{ssr:!1,loading:Loading.default}),FrequentlyBoughtTogether=dynamic(()=>Promise.resolve().then(function(){return require("./components/FrequentlyBoughtTogether.js")}),{ssr:!1,loading:Loading.default}),BoldSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoldSubscriptions.js")}),{ssr:!1,loading:Loading.default}),BoldProductOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoldProductOptions.js")}),{ssr:!1,loading:Loading.default}),WideBundle=dynamic(()=>Promise.resolve().then(function(){return require("./components/WideBundle.js")}),{ssr:!1,loading:Loading.default}),PickyStory=dynamic(()=>Promise.resolve().then(function(){return require("./components/PickyStory.js")}),{ssr:!1,loading:Loading.default}),InfiniteOptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/InfiniteOptions.js")}),{ssr:!1,loading:Loading.default}),Wiser=dynamic(()=>Promise.resolve().then(function(){return require("./components/Wiser.js")}),{ssr:!1,loading:Loading.default}),Stamped=dynamic(()=>Promise.resolve().then(function(){return require("./components/Stamped.js")}),{ssr:!1,loading:Loading.default}),Bundler=dynamic(()=>Promise.resolve().then(function(){return require("./components/Bundler.js")}),{ssr:!1,loading:Loading.default}),LaiProductReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/LaiProductReviews.js")}),{ssr:!1,loading:Loading.default}),CrossSellCartUpsell=dynamic(()=>Promise.resolve().then(function(){return require("./components/CrossSellCartUpsell.js")}),{ssr:!1,loading:Loading.default}),BoostAISearchDiscovery=dynamic(()=>Promise.resolve().then(function(){return require("./components/BoostAISearchDiscovery.js")}),{ssr:!1,loading:Loading.default}),YotpoReviews=dynamic(()=>Promise.resolve().then(function(){return require("./components/YotpoReviews.js")}),{ssr:!1,loading:Loading.default}),CleanSizeCharts=dynamic(()=>Promise.resolve().then(function(){return require("./components/CleanSizeCharts.js")}),{ssr:!1,loading:Loading.default}),Bogos=dynamic(()=>Promise.resolve().then(function(){return require("./components/Bogos.js")}),{ssr:!1,loading:Loading.default}),QikifyUpsell=dynamic(()=>Promise.resolve().then(function(){return require("./components/QikifyUpsell.js")}),{ssr:!1,loading:Loading.default}),Releasit=dynamic(()=>Promise.resolve().then(function(){return require("./components/Releasit.js")}),{ssr:!1,loading:Loading.default}),EasySellCOD=dynamic(()=>Promise.resolve().then(function(){return require("./components/EasySellCOD.js")}),{ssr:!1,loading:Loading.default}),BirdChime=dynamic(()=>Promise.resolve().then(function(){return require("./components/BirdChime.js")}),{ssr:!1,loading:Loading.default}),RequestQuoteHidePrice=dynamic(()=>Promise.resolve().then(function(){return require("./components/RequestQuoteHidePrice.js")}),{ssr:!1,loading:Loading.default}),KlarnaMessaging=dynamic(()=>Promise.resolve().then(function(){return require("./components/KlarnaMessaging.js")}),{ssr:!1,loading:Loading.default}),FordeerProductLabels=dynamic(()=>Promise.resolve().then(function(){return require("./components/FordeerProductLabels.js")}),{ssr:!1,loading:Loading.default}),RechargeSubscriptions=dynamic(()=>Promise.resolve().then(function(){return require("./components/RechargeSubscriptions.js")}),{ssr:!1,loading:Loading.default}),Selleasy=dynamic(()=>Promise.resolve().then(function(){return require("./components/Selleasy.js")}),{ssr:!1,loading:Loading.default}),HextomCountdownTimerBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/HextomCountdownTimerBar.js")}),{ssr:!1,loading:Loading.default}),TrustBadgesBear=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustBadgesBear.js")}),{ssr:!1,loading:Loading.default}),TrustedsiteTrustBadges=dynamic(()=>Promise.resolve().then(function(){return require("./components/TrustedsiteTrustBadges.js")}),{ssr:!1,loading:Loading.default}),GloColorSwatchvariantImage=dynamic(()=>Promise.resolve().then(function(){return require("./components/GloColorSwatchvariantImage.js")}),{ssr:!1,loading:Loading.default}),BfSizeChartSizeGuide=dynamic(()=>Promise.resolve().then(function(){return require("./components/BfSizeChartSizeGuide.js")}),{ssr:!1,loading:Loading.default}),AlsoBoughtCbb=dynamic(()=>Promise.resolve().then(function(){return require("./components/AlsoBoughtCbb.js")}),{ssr:!1,loading:Loading.default}),HextomFreeShippingBar=dynamic(()=>Promise.resolve().then(function(){return require("./components/HextomFreeShippingBar.js")}),{ssr:!1,loading:Loading.default}),EcoboostifyShoppableReelUgc=dynamic(()=>Promise.resolve().then(function(){return require("./components/EcoboostifyShoppableReelUgc.js")}),{ssr:!1,loading:Loading.default});var thirdParty={WcWishlistBackInStock,BonySubscriptionsApp,GrowthSuiteDiscountCodes,KachingSubscriptionsApp,BloyRewardsProgramLoyalty,DealeasyVolumeDiscounts,UppromoteAffiliateMarketing,AovBundlesVolumeDiscounts,AovFreeGiftBuyXGetYBogo,EcomsendBackInStockAlert,AppstleBundlesDiscounts,EcoboostifyShoppableReelUgc,EstimatedDeliveryDatePlus,OkendoReviewsLoyalty,EssentialAnnouncementBar,EssentialCountdownTimerBar,StellarDeliveryDatePickup,TrustshopProductReviews,HulkProductOptions,MyappgurusProductReviews,TrustreviewsProductReviews,DiscountyBulkDiscountSales,SeoantTrustBadgesIcon,SegunoEmailMarketing,AftershipEmailMarketingsms,BestBuyFulfillment,ProductOptionsVariantOption,GloboProductOptionsVariant,TeeinblueProductPersonalizer,WishlistKing,HulkFormBuilder,LoloyalLoyaltyReferrals,PowerfulContactFormBuilder,WishlistPlus,InstasellShoppableInstagram,SproutPlantTreesGrowSales,RapiBundleQuantityBreaks,AppointmentBookingCowlendar,GoogleReviewsByReputon,MbcBundleVolumeDiscount,ProductOptionsCustomizer,AirProductReviewsAppUgc,TagembedSocialPostReview,WhatmoreShoppableVideosreel,TagshopShoppableVideosUgc,JunipProductReviewsUgc,FlyBundlesUpsellsFbt,PreorderNowWodPresale,PreorderNowPreOrderPq,MaxbundleProductBundles,KoalaBundleQuantityDiscount,EasyBundleBuilderSkailama,FastBundleBundlesDiscounts,KiteFreeGiftDiscount,UnlimitedBundlesDiscounts,SimpleBundlesKits,ReviewxpoProductReviewsApp,PumperBundlesVolumeDiscount,NotifyBackInStockPreOrder,ShopifyForms,SkioSubscriptionsYcS20,LoopSubscriptions,Selleasy,RecurpaySubscriptionApp,SubifySubscriptionsApp,BonLoyaltyRewardsReferrals,ShopifySubscriptions,EasifyProductOptions,CustomProductOptionsVariant,KlarnaMessaging,RechargeSubscriptions,EasySellCOD,QikifyUpsell,CleanSizeCharts,JudgemeReviews,LooxReviews,Klaviyo,YotpoLoyalty,SmartSearchBarAndFilters,Instafeed,ProductReviews,Ryviu,Rivyo,Vitals,Omnisend,ParcelPanel,TrustMe,KingProductOptions,Trustoo,SealSubscriptions,AppstleSubscriptions,FeraReviews,Growave,KachingBundles,PushOwl,Opinew,UltimateSalesBoost,FirePush,FrequentlyBoughtTogether,BoldSubscriptions,BoldProductOptions,WideBundle,PickyStory,InfiniteOptions,Wiser,Stamped,Bundler,LaiProductReviews,CrossSellCartUpsell,BoostAISearchDiscovery,YotpoReviews,AliReviews,Bogos,Releasit,RequestQuoteHidePrice,BirdChime,FordeerProductLabels,HextomCountdownTimerBar,TrustBadgesBear,TrustedsiteTrustBadges,GloColorSwatchvariantImage,BfSizeChartSizeGuide,AlsoBoughtCbb,HextomFreeShippingBar};exports.default=thirdParty;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var WcWishlistBackInStock=require("../../configs/WcWishlistBackInStock.js"),uiV2=require("./uiV2.js");const config={tag:WcWishlistBackInStock.default.tag,label:WcWishlistBackInStock.default.label,icon:'<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"]},component:{isThirdParty:!0}},presets:[{id:"wishlist-collection",name:WcWishlistBackInStock.default.label,hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
2
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">
|
|
3
|
+
<span class="preset-item-title">WC Wishlist & Back in Stock</span>
|
|
4
|
+
</div>`},components:[{tag:WcWishlistBackInStock.default.tag,settings:{widgetType:"wishlist-collection-block"}}]},{id:"wishlist-product",name:WcWishlistBackInStock.default.label,hideTextContent:!0,icon:{desktop:`<div class="w-full flex flex-col items-center">
|
|
5
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/6c6bdd5180d0848b68f89d106476f116/icon/CLyD5I2Al_0CEAE=.jpeg?width=22&height=22">
|
|
6
|
+
<span class="preset-item-title">WC Wishlist & Back in Stock</span>
|
|
7
|
+
</div>`},components:[{tag:WcWishlistBackInStock.default.tag,settings:{widgetType:"wishlist-bis-block"}}]}],settings:[{id:"setting",controls:[{id:"widgetType",label:"Choose widget",type:"select",default:"wishlist-bis-block",options:[{label:"Back in Stock Product",value:"wishlist-bis-block",hideOnPage:["ARTICLE","BLOG","COLLECTION","GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC","STATIC"]},{label:"Wishlist Product",value:"wishlist-block",hideOnPage:["ARTICLE","BLOG","COLLECTION","GP_ARTICLE","GP_BLOG","GP_COLLECTION","GP_INDEX","GP_STATIC","STATIC"]},{label:"Wishlist Collection",value:"wishlist-collection-block",hideOnPage:["ARTICLE","BLOG","PRODUCT","GP_ARTICLE","GP_BLOG","GP_PRODUCT","GP_INDEX","GP_STATIC","STATIC"]},{label:"Back in Stock Collection",value:"wishlist-bis-collection",hideOnPage:["ARTICLE","BLOG","PRODUCT","GP_ARTICLE","GP_BLOG","GP_PRODUCT","GP_INDEX","GP_STATIC","STATIC"]}]},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:"https://apps.shopify.com/wishlist-club?utm_source=gempages",appName:WcWishlistBackInStock.default.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"",appName:WcWishlistBackInStock.default.label},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:[],uiV2:uiV2.default};exports.default=config;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:"Choose widget",setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:"Align",setting:{id:"align"}}]}];exports.default=SettingUIV2;
|
package/dist/esm/builder.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import D from"./third-party/components/Bundler.js";import R from"./third-party/components/LaiProductReviews.js";import x from"./third-party/components/Growave.js";import V from"./third-party/components/KachingBundles.js";import F from"./third-party/components/Opinew.js";import O from"./third-party/components/UltimateSalesBoost.js";import M from"./third-party/components/CrossSellCartUpsell.js";import E from"./third-party/components/BoostAISearchDiscovery.js";import H from"./third-party/components/YotpoReviews.js";import U from"./third-party/components/FirePush.js";import z from"./third-party/components/AliReviews.js";import G from"./third-party/components/CleanSizeCharts.js";import K from"./third-party/components/Bogos.js";import q from"./third-party/components/PushOwl.js";import Q from"./third-party/components/QikifyUpsell.js";import N from"./third-party/components/Releasit.js";import W from"./third-party/components/KingProductOptions.js";import Y from"./third-party/components/EasySellCOD.js";import J from"./third-party/components/RequestQuoteHidePrice.js";import X from"./third-party/components/BirdChime.js";import Z from"./third-party/components/KlarnaMessaging.js";import $ from"./third-party/components/FordeerProductLabels.js";import _ from"./third-party/components/EasifyProductOptions.js";import oo from"./third-party/components/CustomProductOptionsVariant.js";import ot from"./third-party/components/ShopifySubscriptions.js";import or from"./third-party/components/BonLoyaltyRewardsReferrals.js";import om from"./third-party/components/RecurpaySubscriptionApp.js";import os from"./third-party/components/SubifySubscriptionsApp.js";import op from"./third-party/components/Selleasy.js";import on from"./third-party/components/LoopSubscriptions.js";import oe from"./third-party/components/SkioSubscriptionsYcS20.js";import oi from"./third-party/components/ShopifyForms.js";import oc from"./third-party/components/NotifyBackInStockPreOrder.js";import oa from"./third-party/components/ReviewxpoProductReviewsApp.js";import od from"./third-party/components/PumperBundlesVolumeDiscount.js";import ou from"./third-party/components/UnlimitedBundlesDiscounts.js";import of from"./third-party/components/KiteFreeGiftDiscount.js";import oj from"./third-party/components/FastBundleBundlesDiscounts.js";import ol from"./third-party/components/SimpleBundlesKits.js";import oh from"./third-party/components/EasyBundleBuilderSkailama.js";import oy from"./third-party/components/KoalaBundleQuantityDiscount.js";import oP from"./third-party/components/PreorderNowPreOrderPq.js";import og from"./third-party/components/FlyBundlesUpsellsFbt.js";import oB from"./third-party/components/JunipProductReviewsUgc.js";import oC from"./third-party/components/MaxbundleProductBundles.js";import ob from"./third-party/components/PreorderNowWodPresale.js";import oS from"./third-party/components/TagshopShoppableVideosUgc.js";import ow from"./third-party/components/WhatmoreShoppableVideosreel.js";import ov from"./third-party/components/ProductOptionsCustomizer.js";import ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import oD from"./third-party/components/AppointmentBookingCowlendar.js";import oR from"./third-party/components/SproutPlantTreesGrowSales.js";import ox from"./third-party/components/InstasellShoppableInstagram.js";import oV from"./third-party/components/WishlistPlus.js";import oF from"./third-party/components/LoloyalLoyaltyReferrals.js";import oO from"./third-party/components/HulkFormBuilder.js";import oM from"./third-party/components/PowerfulContactFormBuilder.js";import oE from"./third-party/components/WishlistKing.js";import oH from"./third-party/components/TeeinblueProductPersonalizer.js";import oU from"./third-party/components/GloboProductOptionsVariant.js";import oz from"./third-party/components/ProductOptionsVariantOption.js";import oG from"./third-party/components/BestBuyFulfillment.js";import oK from"./third-party/components/AftershipEmailMarketingsms.js";import oq from"./third-party/components/SegunoEmailMarketing.js";import oQ from"./third-party/components/SeoantTrustBadgesIcon.js";import oN from"./third-party/components/DiscountyBulkDiscountSales.js";import oW from"./third-party/components/TrustreviewsProductReviews.js";import oY from"./third-party/components/MyappgurusProductReviews.js";import oJ from"./third-party/components/HulkProductOptions.js";import oX from"./third-party/components/TrustshopProductReviews.js";import oZ from"./third-party/components/StellarDeliveryDatePickup.js";import o$ from"./third-party/components/EssentialCountdownTimerBar.js";import o_ from"./third-party/components/EssentialAnnouncementBar.js";import o3 from"./third-party/components/OkendoReviewsLoyalty.js";import o2 from"./third-party/components/EstimatedDeliveryDatePlus.js";import o0 from"./third-party/components/HextomCountdownTimerBar.js";import o1 from"./third-party/components/TrustBadgesBear.js";import o4 from"./third-party/components/TrustedsiteTrustBadges.js";import o5 from"./third-party/components/GloColorSwatchvariantImage.js";import o6 from"./third-party/components/BfSizeChartSizeGuide.js";import o7 from"./third-party/components/AlsoBoughtCbb.js";import o8 from"./third-party/components/HextomFreeShippingBar.js";import o9 from"./third-party/components/EcoboostifyShoppableReelUgc.js";import"@gem-sdk/core";import to from"./third-party/components/AovBundlesVolumeDiscounts.js";import tt from"./third-party/components/UppromoteAffiliateMarketing.js";import tr from"./third-party/components/DealeasyVolumeDiscounts.js";import tm from"./third-party/components/BloyRewardsProgramLoyalty.js";import ts from"./third-party/components/KachingSubscriptionsApp.js";import tp from"./third-party/components/GrowthSuiteDiscountCodes.js";import tn from"./third-party/components/BonySubscriptionsApp.js";import te from"./article/components/ArticleList.js";import ti from"./article/components/ArticleTitle.js";import tc from"./article/components/ArticleExcerpt.js";import ta from"./article/components/ArticleContent.js";import td from"./article/components/ArticleImage.js";import tu from"./article/components/ArticlePagination.js";import tf from"./article/components/ArticleAuthor.js";import tj from"./article/components/ArticleTag.js";import tl from"./article/components/ArticleCategory.js";import th from"./article/components/ArticleDate.js";import ty from"./article/components/ArticleReadMore.js";import tP from"./hero-banner/components/HeroBanner.js";import tg from"./breadcrumb/components/Breadcrumb.js";import tB from"./button/components/Button.js";import tC from"./carousel-v3/components/root/Carousel.js";import tb from"./carousel-v3/components/item/CarouselItem.js";import tS from"./carousel/components/root/Carousel.js";import tw from"./carousel/components/item/CarouselItem.js";import tv from"./cart/components/Cart.js";import tk from"./cart/components/CartList.js";import tI from"./cart/components/CartLinePrice.js";import tT from"./cart/components/CartLineVariant.js";import tA from"./cart/components/CartLineImage.js";import tL from"./cart/components/CartTotalPrice.js";import tD from"./cart/components/CartTotalItem.js";import tR from"./cart/components/CartCheckout.js";import tx from"./cart/components/DiscountInput.js";import tV from"./cart/components/CartDiscount.js";import tF from"./cart/components/CartOrderNote.js";import tO from"./cart/components/CartLineAttribute.js";import tM from"./cart/components/CouponList.js";import tE from"./cart/components/shop-pay-button/ShopPayButton.js";import tH from"./cart/components/CheckoutNow.js";import tU from"./code/components/CSSCode.js";import tz from"./collection/components/collection-title/CollectionTitle.js";import tG from"./collection/components/collection-banner/CollectionBanner.js";import tK from"./collection/components/collection-description/CollectionDescription.js";import tq from"./collection/components/collection-toolbar/CollectionToolbar.js";import tQ from"./collection/components/collection-paginator/CollectionPaginator.js";import tN from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tW from"./coupon/components/Coupon.js";import tY from"./dialog/components/Dialog.js";import tJ from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tX from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import tZ from"./grid/components/root/Root.js";import t$ from"./grid/components/section/Section.js";import t_ from"./grid/components/row/Row.js";import t3 from"./grid/components/col/Col.js";import t2 from"./form/components/newsletter/Newsletter.js";import t0 from"./form/components/contact/Contact.js";import t1 from"./form/components/form-email/FormEmail.js";import t4 from"./form/components/submit-button/SubmitButton.js";import t5 from"./form/components/form-dropdown/FormDropdown.js";import t6 from"./form/components/textfield/TextField.js";import t7 from"./form/components/textarea/TextArea.js";import t8 from"./form/components/form-checkbox/FormCheckbox.js";import t9 from"./form/components/textinput/TextInput.js";import ro from"./header/components/Header.js";import rt from"./header/components/kind/basic/index.js";import rr from"./header/components/kind/modern/index.js";import rm from"./header/components/kind/basic/MobileMenu.js";import rs from"./header/components/kind/basic/DesktopMenu.js";import rp from"./heading/components/Heading.js";import rn from"./icon/components/Icon.js";import re from"./icon-list/components/IconList.js";import ri from"./icon-list/components/IconListItem.js";import rc from"./icon-list-hoz/components/IconListHoz.js";import ra from"./icon-list-hoz/components/IconListHozItem.js";import rd from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import ru from"./image/components/Image.js";import rf from"./image-comparison/components/ImageComparison.js";import rj from"./image-detection/components/ImageDetection.js";import rl from"./input/components/Input.js";import rh from"./line/components/Line.js";import ry from"./marquee/components/Marquee.js";import rP from"./marquee/components/MarqueeItem.js";import rg from"./menu/components/Menu.js";import"./modal/components/confirm.js";import rB from"./modal/components/Modal.js";import rC from"./pagination/components/Pagination.js";import rb from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rS from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rw from"./post-purchase/button/components/Button.js";import rv from"./post-purchase/callout-banner/components/CalloutBox.js";import rk from"./post-purchase/callout-banner/components/CalloutText.js";import rI from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rT from"./post-purchase/image/components/Image.js";import rA from"./post-purchase/line/components/PostPurchaseLine.js";import rL from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rD}from"./post-purchase/text/index.js";import rR from"./post-purchase/product/components/ProductTitle.js";import rx from"./post-purchase/product/components/ProductDescription.js";import rV from"./post-purchase/product/components/ProductPrice.js";import rF from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rO from"./post-purchase/product/components/AcceptButton.js";import rM from"./post-purchase/product/components/ProductQuantity.js";import rE from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rH from"./post-purchase/product/components/ProductPriceBreakdown.js";import rU from"./post-purchase/product/components/ProductDiscountTag.js";import rz from"./post-purchase/product/components/product-subscription/ProductSubscription.js";import rG from"./post-purchase/product/components/product-image/index.js";import rK from"./post-purchase/buyer-consent/components/BuyerConsent.js";import rq from"./product/components/product-wrap/Product.js";import rQ from"./product/components/product-title/ProductTitle.js";import rN from"./product/components/product-quantity/ProductQuantity.js";import rW from"./product/components/product-description/ProductDescription.js";import rY from"./product/components/product-price/ProductPrice.js";import rJ from"./product/components/product-button/ProductButton.js";import rX from"./product/components/product-variants/ProductVariants.js";import rZ from"./product/components/ProductImages.js";import r$ from"./product/components/product-images-v3/ProductImageV3.js";import r_ from"./product/components/product-images-v2/ProductImageV2.js";import r3 from"./product/components/product-properties/ProductProperties.js";import r2 from"./product/components/product-quick-view/QuickView.js";import r0 from"./product/components/product-discount-tag/ProductDiscountTag.js";import r1 from"./product/components/product-list-v3/ProductList.js";import r4 from"./product/components/product-list/ProductList.js";import r5 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r6 from"./product/components/product-bundle/ProductBundleDiscount.js";import r7 from"./product/components/product-vendor/Vendor.js";import r8 from"./product/components/product-sku/Sku.js";import r9 from"./product/components/product-view-more/ProductViewMore.js";import mo from"./product/components/product-badge/ProductBadge.js";import mt from"./product/components/file-upload/UploadFile.js";import mr from"./product/components/product-bundle/ProductBundleDiscountItem.js";import mm from"./radio/components/Radio.js";import ms from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mp from"./tab/components/Tabs.js";import mn from"./tab/components/TabItem.js";import me from"./text/components/Text.js";import mi from"./textarea/components/Textarea.js";import mc from"./video/components/Video.js";import ma from"./third-party-slot/components/ThirdPartySlot.js";import md from"./shop-pay-installment/components/ShopPayInstallments.js";import mu from"./third-party-instant/components/InstantJudgemeReviews.js";import mf from"./third-party-instant/components/InstantLooxReviews.js";import mj from"./third-party-instant/components/InstantKlaviyo.js";import ml from"./third-party-instant/components/InstantYotpoLoyalty.js";import mh from"./stock-counter/components/StockCounter.js";import my from"./sticky/components/Sticky.js";import mP from"./post-purchase/text/components/Text.js";var builder={BonySubscriptionsApp:tn,GrowthSuiteDiscountCodes:tp,KachingSubscriptionsApp:ts,BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:te,ArticleTitle:ti,ArticleExcerpt:tc,ArticleContent:ta,ArticleImage:td,ArticlePagination:tu,ArticleAuthor:tf,ArticleTag:tj,ArticleCategory:tl,ArticleDate:th,ArticleReadMore:ty,HeroBanner:tP,Breadcrumb:tg,Button:tB,CarouselV3:tC,CarouselItemV3:tb,Carousel:tS,CarouselItem:tw,Cart:tv,CartList:tk,CartLinePrice:tI,CartLineVariant:tT,CartLineImage:tA,CartTotalPrice:tL,CartTotalItem:tD,CartCheckout:tR,DiscountInput:tx,CartDiscount:tV,CartOrderNote:tF,CartLineAttribute:tO,CouponList:tM,ShopPayButton:tE,CheckoutNow:tH,CSSCode:tU,CollectionTitle:tz,CollectionDescription:tK,CollectionBanner:tG,CollectionToolbar:tq,CollectionPaginator:tQ,Countdown:tN,Coupon:tW,Dialog:tY,EstimateDate:tJ,Newsletter:t2,ContactForm:t0,FormEmail:t1,SubmitButton:t4,TextField:t6,TextInput:t9,FormTextarea:t7,FormDropdown:t5,FormCheckbox:t8,Root:tZ,Section:t$,Row:t_,Col:t3,Header:ro,BasicHeader:rt,ModernHeader:rr,MobileMenu:rm,DesktopMenu:rs,Heading:rp,Icon:rn,IconList:re,IconListItem:ri,IconListHoz:rc,IconListItemHoz:ra,IconListV2:rd,Image:ru,ImageComparison:rf,ImageDetection:rj,Input:rl,Line:rh,Link:tX,Marquee:ry,MarqueeItem:rP,Menu:rg,Modal:rB,Pagination:rC,PostPurchaseAdvancedList:rb,PostPurchaseAdvancedListItem:rS,PostPurchaseAcceptButton:rO,PostPurchaseButton:rw,PostPurchaseCalloutBox:rv,PostPurchaseCalloutText:rk,PostPurchaseCountdownTimer:rI,PostPurchaseImage:rT,PostPurchaseLine:rA,PostPurchaseLink:rL,PostPurchaseHeading:rD,PostPurchaseText:mP,PostPurchaseProductTitle:rR,PostPurchaseProductDescription:rx,PostPurchaseProductPrice:rV,PostPurchaseProductVariants:rF,PostPurchaseProductQuantity:rM,PostPurchaseProductPriceBreakdown:rH,PostPurchaseProductOffer:rE,PostPurchaseProductDiscountTag:rU,PostPurchaseProductImages:rG,PostPurchaseProductSubscription:rz,PostPurchaseBuyerConsent:rK,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oW,DiscountyBulkDiscountSales:oN,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oq,AftershipEmailMarketingsms:oK,BestBuyFulfillment:oG,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:ox,SproutPlantTreesGrowSales:oR,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oD,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product:rq,ProductTitle:rQ,ProductQuantity:rN,ProductPrice:rY,ProductSku:r8,FileUpload:mt,ProductBundleDiscount:r6,ProductBundleDiscountItem:mr,ProductButton:rJ,ProductDescription:rW,ProductVariants:rX,ProductImages:rZ,ProductImagesV3:r$,ProductImagesV2:r_,ProductProperties:r3,ProductQuickView:r2,ProductTag:r0,ProductListV3:r1,ProductList:r4,Radio:mm,Select:ms,Tabs:mp,TabItem:mn,Text:me,Textarea:mi,Video:mc,PushOwl:q,ThirdPartySlot:ma,ShopPayInstallments:md,JudgemeReviews:n,LooxReviews:e,Instafeed:d,Klaviyo:i,YotpoLoyalty:c,SmartSearchBarAndFilters:a,ProductReviews:u,Ryviu:f,Rivyo:j,Vitals:l,Omnisend:h,ParcelPanel:C,TrustMe:b,Trustoo:y,SealSubscriptions:P,AppstleSubscriptions:g,FeraReviews:B,Growave:x,KachingBundles:V,Bogos:K,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:k,PickyStory:I,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:D,LaiProductReviews:R,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:G,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:mu,InstantLooxReviews:mf,InstantKlaviyo:mj,InstantYotpoLoyalty:ml,Releasit:N,BirdChime:X,StockCounter:mh,DynamicCheckout:r5,Sticky:my,ProductVendor:r7,KingProductOptions:W,ProductViewMore:r9,ProductBadge:mo,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};
|
|
2
|
+
import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import D from"./third-party/components/Bundler.js";import R from"./third-party/components/LaiProductReviews.js";import x from"./third-party/components/Growave.js";import V from"./third-party/components/KachingBundles.js";import F from"./third-party/components/Opinew.js";import O from"./third-party/components/UltimateSalesBoost.js";import M from"./third-party/components/CrossSellCartUpsell.js";import E from"./third-party/components/BoostAISearchDiscovery.js";import H from"./third-party/components/YotpoReviews.js";import U from"./third-party/components/FirePush.js";import z from"./third-party/components/AliReviews.js";import G from"./third-party/components/CleanSizeCharts.js";import K from"./third-party/components/Bogos.js";import q from"./third-party/components/PushOwl.js";import Q from"./third-party/components/QikifyUpsell.js";import W from"./third-party/components/Releasit.js";import N from"./third-party/components/KingProductOptions.js";import Y from"./third-party/components/EasySellCOD.js";import J from"./third-party/components/RequestQuoteHidePrice.js";import X from"./third-party/components/BirdChime.js";import Z from"./third-party/components/KlarnaMessaging.js";import $ from"./third-party/components/FordeerProductLabels.js";import _ from"./third-party/components/EasifyProductOptions.js";import oo from"./third-party/components/CustomProductOptionsVariant.js";import ot from"./third-party/components/ShopifySubscriptions.js";import or from"./third-party/components/BonLoyaltyRewardsReferrals.js";import om from"./third-party/components/RecurpaySubscriptionApp.js";import os from"./third-party/components/SubifySubscriptionsApp.js";import op from"./third-party/components/Selleasy.js";import on from"./third-party/components/LoopSubscriptions.js";import oe from"./third-party/components/SkioSubscriptionsYcS20.js";import oi from"./third-party/components/ShopifyForms.js";import oc from"./third-party/components/NotifyBackInStockPreOrder.js";import oa from"./third-party/components/ReviewxpoProductReviewsApp.js";import od from"./third-party/components/PumperBundlesVolumeDiscount.js";import ou from"./third-party/components/UnlimitedBundlesDiscounts.js";import of from"./third-party/components/KiteFreeGiftDiscount.js";import oj from"./third-party/components/FastBundleBundlesDiscounts.js";import ol from"./third-party/components/SimpleBundlesKits.js";import oh from"./third-party/components/EasyBundleBuilderSkailama.js";import oy from"./third-party/components/KoalaBundleQuantityDiscount.js";import oP from"./third-party/components/PreorderNowPreOrderPq.js";import og from"./third-party/components/FlyBundlesUpsellsFbt.js";import oB from"./third-party/components/JunipProductReviewsUgc.js";import oC from"./third-party/components/MaxbundleProductBundles.js";import ob from"./third-party/components/PreorderNowWodPresale.js";import oS from"./third-party/components/TagshopShoppableVideosUgc.js";import ow from"./third-party/components/WhatmoreShoppableVideosreel.js";import ov from"./third-party/components/ProductOptionsCustomizer.js";import ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import oD from"./third-party/components/AppointmentBookingCowlendar.js";import oR from"./third-party/components/SproutPlantTreesGrowSales.js";import ox from"./third-party/components/InstasellShoppableInstagram.js";import oV from"./third-party/components/WishlistPlus.js";import oF from"./third-party/components/LoloyalLoyaltyReferrals.js";import oO from"./third-party/components/HulkFormBuilder.js";import oM from"./third-party/components/PowerfulContactFormBuilder.js";import oE from"./third-party/components/WishlistKing.js";import oH from"./third-party/components/TeeinblueProductPersonalizer.js";import oU from"./third-party/components/GloboProductOptionsVariant.js";import oz from"./third-party/components/ProductOptionsVariantOption.js";import oG from"./third-party/components/BestBuyFulfillment.js";import oK from"./third-party/components/AftershipEmailMarketingsms.js";import oq from"./third-party/components/SegunoEmailMarketing.js";import oQ from"./third-party/components/SeoantTrustBadgesIcon.js";import oW from"./third-party/components/DiscountyBulkDiscountSales.js";import oN from"./third-party/components/TrustreviewsProductReviews.js";import oY from"./third-party/components/MyappgurusProductReviews.js";import oJ from"./third-party/components/HulkProductOptions.js";import oX from"./third-party/components/TrustshopProductReviews.js";import oZ from"./third-party/components/StellarDeliveryDatePickup.js";import o$ from"./third-party/components/EssentialCountdownTimerBar.js";import o_ from"./third-party/components/EssentialAnnouncementBar.js";import o3 from"./third-party/components/OkendoReviewsLoyalty.js";import o2 from"./third-party/components/EstimatedDeliveryDatePlus.js";import o0 from"./third-party/components/HextomCountdownTimerBar.js";import o1 from"./third-party/components/TrustBadgesBear.js";import o4 from"./third-party/components/TrustedsiteTrustBadges.js";import o5 from"./third-party/components/GloColorSwatchvariantImage.js";import o6 from"./third-party/components/BfSizeChartSizeGuide.js";import o7 from"./third-party/components/AlsoBoughtCbb.js";import o8 from"./third-party/components/HextomFreeShippingBar.js";import o9 from"./third-party/components/EcoboostifyShoppableReelUgc.js";import"@gem-sdk/core";import to from"./third-party/components/AovBundlesVolumeDiscounts.js";import tt from"./third-party/components/UppromoteAffiliateMarketing.js";import tr from"./third-party/components/DealeasyVolumeDiscounts.js";import tm from"./third-party/components/BloyRewardsProgramLoyalty.js";import ts from"./third-party/components/KachingSubscriptionsApp.js";import tp from"./third-party/components/GrowthSuiteDiscountCodes.js";import tn from"./third-party/components/BonySubscriptionsApp.js";import te from"./third-party/components/WcWishlistBackInStock.js";import ti from"./article/components/ArticleList.js";import tc from"./article/components/ArticleTitle.js";import ta from"./article/components/ArticleExcerpt.js";import td from"./article/components/ArticleContent.js";import tu from"./article/components/ArticleImage.js";import tf from"./article/components/ArticlePagination.js";import tj from"./article/components/ArticleAuthor.js";import tl from"./article/components/ArticleTag.js";import th from"./article/components/ArticleCategory.js";import ty from"./article/components/ArticleDate.js";import tP from"./article/components/ArticleReadMore.js";import tg from"./hero-banner/components/HeroBanner.js";import tB from"./breadcrumb/components/Breadcrumb.js";import tC from"./button/components/Button.js";import tb from"./carousel-v3/components/root/Carousel.js";import tS from"./carousel-v3/components/item/CarouselItem.js";import tw from"./carousel/components/root/Carousel.js";import tv from"./carousel/components/item/CarouselItem.js";import tk from"./cart/components/Cart.js";import tI from"./cart/components/CartList.js";import tT from"./cart/components/CartLinePrice.js";import tA from"./cart/components/CartLineVariant.js";import tL from"./cart/components/CartLineImage.js";import tD from"./cart/components/CartTotalPrice.js";import tR from"./cart/components/CartTotalItem.js";import tx from"./cart/components/CartCheckout.js";import tV from"./cart/components/DiscountInput.js";import tF from"./cart/components/CartDiscount.js";import tO from"./cart/components/CartOrderNote.js";import tM from"./cart/components/CartLineAttribute.js";import tE from"./cart/components/CouponList.js";import tH from"./cart/components/shop-pay-button/ShopPayButton.js";import tU from"./cart/components/CheckoutNow.js";import tz from"./code/components/CSSCode.js";import tG from"./collection/components/collection-title/CollectionTitle.js";import tK from"./collection/components/collection-banner/CollectionBanner.js";import tq from"./collection/components/collection-description/CollectionDescription.js";import tQ from"./collection/components/collection-toolbar/CollectionToolbar.js";import tW from"./collection/components/collection-paginator/CollectionPaginator.js";import tN from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tY from"./coupon/components/Coupon.js";import tJ from"./dialog/components/Dialog.js";import tX from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tZ from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import t$ from"./grid/components/root/Root.js";import t_ from"./grid/components/section/Section.js";import t3 from"./grid/components/row/Row.js";import t2 from"./grid/components/col/Col.js";import t0 from"./form/components/newsletter/Newsletter.js";import t1 from"./form/components/contact/Contact.js";import t4 from"./form/components/form-email/FormEmail.js";import t5 from"./form/components/submit-button/SubmitButton.js";import t6 from"./form/components/form-dropdown/FormDropdown.js";import t7 from"./form/components/textfield/TextField.js";import t8 from"./form/components/textarea/TextArea.js";import t9 from"./form/components/form-checkbox/FormCheckbox.js";import ro from"./form/components/textinput/TextInput.js";import rt from"./header/components/Header.js";import rr from"./header/components/kind/basic/index.js";import rm from"./header/components/kind/modern/index.js";import rs from"./header/components/kind/basic/MobileMenu.js";import rp from"./header/components/kind/basic/DesktopMenu.js";import rn from"./heading/components/Heading.js";import re from"./icon/components/Icon.js";import ri from"./icon-list/components/IconList.js";import rc from"./icon-list/components/IconListItem.js";import ra from"./icon-list-hoz/components/IconListHoz.js";import rd from"./icon-list-hoz/components/IconListHozItem.js";import ru from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import rf from"./image/components/Image.js";import rj from"./image-comparison/components/ImageComparison.js";import rl from"./image-detection/components/ImageDetection.js";import rh from"./input/components/Input.js";import ry from"./line/components/Line.js";import rP from"./marquee/components/Marquee.js";import rg from"./marquee/components/MarqueeItem.js";import rB from"./menu/components/Menu.js";import"./modal/components/confirm.js";import rC from"./modal/components/Modal.js";import rb from"./pagination/components/Pagination.js";import rS from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rw from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rv from"./post-purchase/button/components/Button.js";import rk from"./post-purchase/callout-banner/components/CalloutBox.js";import rI from"./post-purchase/callout-banner/components/CalloutText.js";import rT from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rA from"./post-purchase/image/components/Image.js";import rL from"./post-purchase/line/components/PostPurchaseLine.js";import rD from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rR}from"./post-purchase/text/index.js";import rx from"./post-purchase/product/components/ProductTitle.js";import rV from"./post-purchase/product/components/ProductDescription.js";import rF from"./post-purchase/product/components/ProductPrice.js";import rO from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rM from"./post-purchase/product/components/AcceptButton.js";import rE from"./post-purchase/product/components/ProductQuantity.js";import rH from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rU from"./post-purchase/product/components/ProductPriceBreakdown.js";import rz from"./post-purchase/product/components/ProductDiscountTag.js";import rG from"./post-purchase/product/components/product-subscription/ProductSubscription.js";import rK from"./post-purchase/product/components/product-image/index.js";import rq from"./post-purchase/buyer-consent/components/BuyerConsent.js";import rQ from"./product/components/product-wrap/Product.js";import rW from"./product/components/product-title/ProductTitle.js";import rN from"./product/components/product-quantity/ProductQuantity.js";import rY from"./product/components/product-description/ProductDescription.js";import rJ from"./product/components/product-price/ProductPrice.js";import rX from"./product/components/product-button/ProductButton.js";import rZ from"./product/components/product-variants/ProductVariants.js";import r$ from"./product/components/ProductImages.js";import r_ from"./product/components/product-images-v3/ProductImageV3.js";import r3 from"./product/components/product-images-v2/ProductImageV2.js";import r2 from"./product/components/product-properties/ProductProperties.js";import r0 from"./product/components/product-quick-view/QuickView.js";import r1 from"./product/components/product-discount-tag/ProductDiscountTag.js";import r4 from"./product/components/product-list-v3/ProductList.js";import r5 from"./product/components/product-list/ProductList.js";import r6 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r7 from"./product/components/product-bundle/ProductBundleDiscount.js";import r8 from"./product/components/product-vendor/Vendor.js";import r9 from"./product/components/product-sku/Sku.js";import mo from"./product/components/product-view-more/ProductViewMore.js";import mt from"./product/components/product-badge/ProductBadge.js";import mr from"./product/components/file-upload/UploadFile.js";import mm from"./product/components/product-bundle/ProductBundleDiscountItem.js";import ms from"./radio/components/Radio.js";import mp from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mn from"./tab/components/Tabs.js";import me from"./tab/components/TabItem.js";import mi from"./text/components/Text.js";import mc from"./textarea/components/Textarea.js";import ma from"./video/components/Video.js";import md from"./third-party-slot/components/ThirdPartySlot.js";import mu from"./shop-pay-installment/components/ShopPayInstallments.js";import mf from"./third-party-instant/components/InstantJudgemeReviews.js";import mj from"./third-party-instant/components/InstantLooxReviews.js";import ml from"./third-party-instant/components/InstantKlaviyo.js";import mh from"./third-party-instant/components/InstantYotpoLoyalty.js";import my from"./stock-counter/components/StockCounter.js";import mP from"./sticky/components/Sticky.js";import mg from"./post-purchase/text/components/Text.js";var builder={WcWishlistBackInStock:te,BonySubscriptionsApp:tn,GrowthSuiteDiscountCodes:tp,KachingSubscriptionsApp:ts,BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:ti,ArticleTitle:tc,ArticleExcerpt:ta,ArticleContent:td,ArticleImage:tu,ArticlePagination:tf,ArticleAuthor:tj,ArticleTag:tl,ArticleCategory:th,ArticleDate:ty,ArticleReadMore:tP,HeroBanner:tg,Breadcrumb:tB,Button:tC,CarouselV3:tb,CarouselItemV3:tS,Carousel:tw,CarouselItem:tv,Cart:tk,CartList:tI,CartLinePrice:tT,CartLineVariant:tA,CartLineImage:tL,CartTotalPrice:tD,CartTotalItem:tR,CartCheckout:tx,DiscountInput:tV,CartDiscount:tF,CartOrderNote:tO,CartLineAttribute:tM,CouponList:tE,ShopPayButton:tH,CheckoutNow:tU,CSSCode:tz,CollectionTitle:tG,CollectionDescription:tq,CollectionBanner:tK,CollectionToolbar:tQ,CollectionPaginator:tW,Countdown:tN,Coupon:tY,Dialog:tJ,EstimateDate:tX,Newsletter:t0,ContactForm:t1,FormEmail:t4,SubmitButton:t5,TextField:t7,TextInput:ro,FormTextarea:t8,FormDropdown:t6,FormCheckbox:t9,Root:t$,Section:t_,Row:t3,Col:t2,Header:rt,BasicHeader:rr,ModernHeader:rm,MobileMenu:rs,DesktopMenu:rp,Heading:rn,Icon:re,IconList:ri,IconListItem:rc,IconListHoz:ra,IconListItemHoz:rd,IconListV2:ru,Image:rf,ImageComparison:rj,ImageDetection:rl,Input:rh,Line:ry,Link:tZ,Marquee:rP,MarqueeItem:rg,Menu:rB,Modal:rC,Pagination:rb,PostPurchaseAdvancedList:rS,PostPurchaseAdvancedListItem:rw,PostPurchaseAcceptButton:rM,PostPurchaseButton:rv,PostPurchaseCalloutBox:rk,PostPurchaseCalloutText:rI,PostPurchaseCountdownTimer:rT,PostPurchaseImage:rA,PostPurchaseLine:rL,PostPurchaseLink:rD,PostPurchaseHeading:rR,PostPurchaseText:mg,PostPurchaseProductTitle:rx,PostPurchaseProductDescription:rV,PostPurchaseProductPrice:rF,PostPurchaseProductVariants:rO,PostPurchaseProductQuantity:rE,PostPurchaseProductPriceBreakdown:rU,PostPurchaseProductOffer:rH,PostPurchaseProductDiscountTag:rz,PostPurchaseProductImages:rK,PostPurchaseProductSubscription:rG,PostPurchaseBuyerConsent:rq,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oN,DiscountyBulkDiscountSales:oW,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oq,AftershipEmailMarketingsms:oK,BestBuyFulfillment:oG,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:ox,SproutPlantTreesGrowSales:oR,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oD,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product:rQ,ProductTitle:rW,ProductQuantity:rN,ProductPrice:rJ,ProductSku:r9,FileUpload:mr,ProductBundleDiscount:r7,ProductBundleDiscountItem:mm,ProductButton:rX,ProductDescription:rY,ProductVariants:rZ,ProductImages:r$,ProductImagesV3:r_,ProductImagesV2:r3,ProductProperties:r2,ProductQuickView:r0,ProductTag:r1,ProductListV3:r4,ProductList:r5,Radio:ms,Select:mp,Tabs:mn,TabItem:me,Text:mi,Textarea:mc,Video:ma,PushOwl:q,ThirdPartySlot:md,ShopPayInstallments:mu,JudgemeReviews:n,LooxReviews:e,Instafeed:d,Klaviyo:i,YotpoLoyalty:c,SmartSearchBarAndFilters:a,ProductReviews:u,Ryviu:f,Rivyo:j,Vitals:l,Omnisend:h,ParcelPanel:C,TrustMe:b,Trustoo:y,SealSubscriptions:P,AppstleSubscriptions:g,FeraReviews:B,Growave:x,KachingBundles:V,Bogos:K,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:k,PickyStory:I,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:D,LaiProductReviews:R,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:G,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:mf,InstantLooxReviews:mj,InstantKlaviyo:ml,InstantYotpoLoyalty:mh,Releasit:W,BirdChime:X,StockCounter:my,DynamicCheckout:r6,Sticky:mP,ProductVendor:r8,KingProductOptions:N,ProductViewMore:mo,ProductBadge:mt,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};
|