@gem-sdk/components 4.0.0-staging.1218 → 4.0.0-staging.1220

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.
Files changed (36) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.liquid.js +1 -1
  4. package/dist/cjs/product/components/product-description/common/helpers.js +2 -2
  5. package/dist/cjs/product/components/product-description/common/styles.js +2 -2
  6. package/dist/cjs/product/components/product-description/hooks/useGpDescription.js +1 -1
  7. package/dist/cjs/third-party/components/KachingSubscriptionsApp.js +2 -0
  8. package/dist/cjs/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  9. package/dist/cjs/third-party/configs/KachingSubscriptionsApp.js +1 -0
  10. package/dist/cjs/third-party/index.js +1 -1
  11. package/dist/cjs/third-party/next.js +1 -1
  12. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  13. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  14. package/dist/cjs/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  15. package/dist/cjs/video/common/helpers.js +1 -1
  16. package/dist/cjs/video/components/HTML5Embed.js +1 -1
  17. package/dist/cjs/video/components/HTML5Embed.liquid.js +11 -13
  18. package/dist/esm/builder.js +1 -1
  19. package/dist/esm/index.js +1 -1
  20. package/dist/esm/index.liquid.js +1 -1
  21. package/dist/esm/product/components/product-description/common/helpers.js +2 -2
  22. package/dist/esm/product/components/product-description/common/styles.js +2 -2
  23. package/dist/esm/product/components/product-description/hooks/useGpDescription.js +1 -1
  24. package/dist/esm/third-party/components/KachingSubscriptionsApp.js +2 -0
  25. package/dist/esm/third-party/components/KachingSubscriptionsApp.liquid.js +8 -0
  26. package/dist/esm/third-party/configs/KachingSubscriptionsApp.js +1 -0
  27. package/dist/esm/third-party/index.js +1 -1
  28. package/dist/esm/third-party/next.js +1 -1
  29. package/dist/esm/third-party/setting/KachingSubscriptionsApp/index.js +4 -0
  30. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV1.js +1 -0
  31. package/dist/esm/third-party/setting/KachingSubscriptionsApp/uiV2.js +1 -0
  32. package/dist/esm/video/common/helpers.js +1 -1
  33. package/dist/esm/video/components/HTML5Embed.js +1 -1
  34. package/dist/esm/video/components/HTML5Embed.liquid.js +17 -19
  35. package/dist/types/index.d.ts +17 -2
  36. package/package.json +1 -1
@@ -1 +1 @@
1
- "use strict";var React=require("react"),helpers=require("../common/helpers.js"),core=require("@gem-sdk/core");const useGpDescription=e=>{let t=React.useRef(null),[r,c]=React.useState(!1),[i,s]=React.useState(!1),u=core.useProduct(),o=core.useCurrentDevice(),n=core.getResponsiveValueByScreen(e?.hasLineClamp,o),l=core.getResponsiveValueByScreen(e?.lineClamp,o),{redirectProductShopifyLink:a}=core.useProductShopifyEditLink(),p=core.useEditorMode(),h=React.useCallback(()=>{if(!t.current)return helpers.DESCRIPTION_LINE_HEIGHT_DEFAULT;let e=window.getComputedStyle(t.current).getPropertyValue("line-height");return Math.ceil(parseFloat(e))},[]),d=React.useCallback(e=>n&&l&&e?`${l*e}px`:"auto",[n,l]),g=()=>{if(!t.current)return;let e=h();r?t.current.style.maxHeight=d(e):t.current.style.maxHeight="none",c(e=>!e)};return React.useEffect(()=>{let e=h();d(e)},[e?.typo?.custom,d,h]),React.useEffect(()=>{let e=t.current;if(c(!1),!e)return;let r=n&&u?.descriptionHtml;r?setTimeout(()=>{let t=e?.scrollHeight??0,r=e?.clientHeight??0,c=r<t,i=window.getComputedStyle(e).getPropertyValue("line-height"),u=parseInt(i,10)||1,o=Math.round((t??0)/u),n=void 0!==l&&l<o,a=core.isSafari()?n:c;e.style.maxHeight=d(u),l&&a?s(()=>!0):s(()=>!1)},100):e.style.maxHeight="none"},[n,l,u?.description,u?.descriptionHtml,h,d,c,s]),{ref:t,open:r,isShowViewMore:i,handleToggleShowMore:g,mode:p,redirectProductShopifyLink:a}};exports.useGpDescription=useGpDescription;
1
+ "use strict";var React=require("react"),core=require("@gem-sdk/core");const useGpDescription=e=>{let t=React.useRef(null),[r,c]=React.useState(!1),[s,i]=React.useState(!1),o=core.useProduct(),u=core.useCurrentDevice(),a=core.getResponsiveValueByScreen(e?.hasLineClamp,u),l=core.getResponsiveValueByScreen(e?.lineClamp,u),{redirectProductShopifyLink:n}=core.useProductShopifyEditLink(),p=core.useEditorMode(),d=React.useCallback(()=>`calc(${l} * 1lh)`,[l]),R=React.useCallback(e=>a&&l&&e||"auto",[a,l]),g=React.useCallback(()=>{t.current&&(t.current.style.maxHeight=r?d():"none",c(e=>!e))},[r,d]);return React.useEffect(()=>{R(d())},[e?.typo?.custom,R,d]),React.useEffect(()=>{let e=t.current;if(c(!1),!e)return;let r=a&&o?.descriptionHtml;r?setTimeout(()=>{let t=e?.scrollHeight??0,r=e?.clientHeight??0,c=r<t,s=window.getComputedStyle(e).getPropertyValue("line-height"),o=parseInt(s,10)||1,u=Math.round((t??0)/o),a=void 0!==l&&l<u,n=core.isSafari()?a:c;e.style.maxHeight=d(),l&&n?i(()=>!0):i(()=>!1)},100):e.style.maxHeight="none"},[a,l,o?.descriptionHtml,d]),{ref:t,open:r,isShowViewMore:s,handleToggleShowMore:g,mode:p,redirectProductShopifyLink:n}};exports.useGpDescription=useGpDescription;
@@ -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"),KachingSubscriptionsApp$1=require("../configs/KachingSubscriptionsApp.js");const KachingSubscriptionsAppContent=()=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsx("div",{className:"gp-p-2",children:jsxRuntime.jsx(ThirdPartyPreview.default,{setting:{label:"Kaching Subscriptions App",iconSvg:`<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${KachingSubscriptionsApp$1.default.logoUrl}">`}})})}),KachingSubscriptionsApp=({setting:e})=>jsxRuntime.jsx("div",{style:{...core.makeStyleResponsive("ta",e?.align)},children:jsxRuntime.jsx(KachingSubscriptionsAppContent,{})});exports.default=KachingSubscriptionsApp;
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core");const KachingSubscriptionsApp=({setting:e,advanced:s})=>{let{align:t}=e??{};return core.template`
2
+ <div
3
+ class="${s?.cssClass}"
4
+ style="${{...core.makeStyleResponsive("ta",t)}}"
5
+ >
6
+ <kaching-subscriptions product-id='{{ product.id }}'></kaching-subscriptions>
7
+ </div>
8
+ `};exports.default=KachingSubscriptionsApp;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var AppConfig={id:"kaching-subscriptions-app",label:"Kaching Subscriptions App",logoUrl:"https://cdn.shopify.com/app-store/listing_images/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22",tag:"KachingSubscriptionsApp"};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");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};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("./setting/KachingSubscriptionsApp/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};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 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={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 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={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,4 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var KachingSubscriptionsApp=require("../../configs/KachingSubscriptionsApp.js"),uiV1=require("./uiV1.js"),uiV2=require("./uiV2.js"),helpers=require("../../common/helpers.js");const config={tag:KachingSubscriptionsApp.default.tag,label:KachingSubscriptionsApp.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/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22">',editorConfigs:{placeholder:{flowTag:["Product"]},component:{isThirdParty:!0}},presets:[{id:KachingSubscriptionsApp.default.id,name:{en:KachingSubscriptionsApp.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/3106aa86015e60ee5723b1aa7317ebb3/icon/CP2dtM_hto0DEAE=.png?width=22&height=22">
3
+ <span class="preset-item-title">Kaching Subscriptions App</span>
4
+ </div>`},components:[{tag:KachingSubscriptionsApp.default.tag}]}],settings:[{id:"setting",controls:[{id:"install",type:"open-link",target:"_blank",linkType:"install",href:helpers.get3rdPartyInstallLink({handle:"kaching-subscriptions"}),appName:KachingSubscriptionsApp.default.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/kaching-subscriptions",appName:KachingSubscriptionsApp.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:uiV1.default,uiV2:uiV2.default};exports.default=config;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV1=[{type:"control",setting:{id:"install"}},{type:"control",setting:{id:"openApp"}},{type:"control",label:{en:"Align"},setting:{id:"align"}}];exports.default=SettingUIV1;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];exports.default=SettingUIV2;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core");const getAspectRatioSettings=(e,t)=>{let o={desktop:e?.desktop?.width,tablet:e?.tablet?.width,mobile:e?.mobile?.width},s={desktop:e?.desktop?.height,tablet:e?.tablet?.height,mobile:e?.mobile?.height},i={desktop:t?.desktop==="custom"?`${core.getResponsiveValueByScreen(o,"desktop")}/${core.getResponsiveValueByScreen(s,"desktop")}`:t?.desktop==="cover"?"unset":t?.desktop,tablet:t?.tablet==="custom"?`${core.getResponsiveValueByScreen(o,"tablet")}/${core.getResponsiveValueByScreen(s,"tablet")}`:t?.tablet==="cover"?"unset":t?.tablet,mobile:t?.mobile==="custom"?`${core.getResponsiveValueByScreen(o,"mobile")}/${core.getResponsiveValueByScreen(s,"mobile")}`:t?.mobile==="cover"?"unset":t?.mobile};return i},listSourceVideoSupport=[".mp4",".mov"],getYoutubeParams=e=>{let{id:t,params:o,muted:s,webp:i,controls:r,adNetwork:p,autoplay:a,lazy:l}=e,m=encodeURIComponent(t),u="hqdefault",d=`${o}`||"",c=s?"&mute=1":"",b=i?"webp":"jpg",n=i?"vi_webp":"vi",g=e.thumbnail||`https://i.ytimg.com/${n}/${m}/${u}.${b}`,V=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",v=`${V}/embed/${m}?autoplay=${!!l||a}&state=1${c}${d}&controls=${r?1:0}`,h=p||!1;return{videoId:m,posterImp:u,paramsImp:d,mutedImp:c,format:b,vi:n,posterUrl:g,ytUrl:V,iframeSrc:v,adNetworkImp:h}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:s,controls:i,loop:r,lazy:p}=e,a=encodeURIComponent(t),l=`?&autoplay=${p?1:o?1:0}&muted=${s?1:0}&loop=${r?1:0}&controls=${i}&autopause=false`,m=`https://player.vimeo.com/video/${a}${l}`;return{videoId:a,params:l,iframeSrc:m}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,s]=t.split("=");return"loop"!==o?{...e,[o]:s}:e},{})},isSettingLoop=e=>e.includes("loop=1");exports.covertStrParamsToObj=covertStrParamsToObj,exports.fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",exports.getAspectRatioSettings=getAspectRatioSettings,exports.getVimeoParams=getVimeoParams,exports.getVimeoVideoId=getVimeoVideoId,exports.getYoutubeParams=getYoutubeParams,exports.getYoutubeVideoId=getYoutubeVideoId,exports.isSettingLoop=isSettingLoop,exports.listSourceVideoSupport=listSourceVideoSupport,exports.makeStyleResponsiveRatio=makeStyleResponsiveRatio,exports.parseTimeVideo=parseTimeVideo,exports.vimeoVideoRegex=vimeoVideoRegex,exports.youtubeVideoRegex=youtubeVideoRegex;
1
+ "use strict";var core=require("@gem-sdk/core");const getAspectRatioSettings=(e,t)=>{let o={desktop:e?.desktop?.width,tablet:e?.tablet?.width,mobile:e?.mobile?.width},s={desktop:e?.desktop?.height,tablet:e?.tablet?.height,mobile:e?.mobile?.height},i={desktop:t?.desktop==="custom"?`${core.getResponsiveValueByScreen(o,"desktop")}/${core.getResponsiveValueByScreen(s,"desktop")}`:t?.desktop==="cover"?"unset":t?.desktop,tablet:t?.tablet==="custom"?`${core.getResponsiveValueByScreen(o,"tablet")}/${core.getResponsiveValueByScreen(s,"tablet")}`:t?.tablet==="cover"?"unset":t?.tablet,mobile:t?.mobile==="custom"?`${core.getResponsiveValueByScreen(o,"mobile")}/${core.getResponsiveValueByScreen(s,"mobile")}`:t?.mobile==="cover"?"unset":t?.mobile};return i},getYoutubeParams=e=>{let{id:t,params:o,muted:s,webp:i,controls:a,adNetwork:r,autoplay:p,lazy:l}=e,m=encodeURIComponent(t),d="hqdefault",u=`${o}`||"",b=s?"&mute=1":"",n=i?"webp":"jpg",c=i?"vi_webp":"vi",g=e.thumbnail||`https://i.ytimg.com/${c}/${m}/${d}.${n}`,v=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",V=`${v}/embed/${m}?autoplay=${!!l||p}&state=1${b}${u}&controls=${a?1:0}`,h=r||!1;return{videoId:m,posterImp:d,paramsImp:u,mutedImp:b,format:n,vi:c,posterUrl:g,ytUrl:v,iframeSrc:V,adNetworkImp:h}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:s,controls:i,loop:a,lazy:r}=e,p=encodeURIComponent(t),l=`?&autoplay=${r?1:o?1:0}&muted=${s?1:0}&loop=${a?1:0}&controls=${i}&autopause=false`,m=`https://player.vimeo.com/video/${p}${l}`;return{videoId:p,params:l,iframeSrc:m}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,s]=t.split("=");return"loop"!==o?{...e,[o]:s}:e},{})},isSettingLoop=e=>e.includes("loop=1");exports.covertStrParamsToObj=covertStrParamsToObj,exports.fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",exports.getAspectRatioSettings=getAspectRatioSettings,exports.getVimeoParams=getVimeoParams,exports.getVimeoVideoId=getVimeoVideoId,exports.getYoutubeParams=getYoutubeParams,exports.getYoutubeVideoId=getYoutubeVideoId,exports.isSettingLoop=isSettingLoop,exports.makeStyleResponsiveRatio=makeStyleResponsiveRatio,exports.parseTimeVideo=parseTimeVideo,exports.vimeoVideoRegex=vimeoVideoRegex,exports.youtubeVideoRegex=youtubeVideoRegex;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),NextImage=require("../../image/components/NextImage.js"),useLiteHtml5Embed=require("../hooks/useLiteHtml5Embed.js"),helpers=require("../common/helpers.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),attrs=require("../common/attrs.js");const HTML5Embed=e=>{let s=core.useEditorMode(),t="edit"!==s,{thumbnail:l,muted:r,autoplay:a,loop:i,controls:m,src:o,style:u,title:c,className:n,lazy:d,poster:x}=e,{playVideoAndTurnOffThumbnail:j,videoRef:y,showThumbnail:p}=useLiteHtml5Embed.useLiteHtml5Embed(a,r,o),g=!t&&a&&r&&!!l,b=!d&&e.isVideoComponent&&t,h=helpers.listSourceVideoSupport.some(e=>o?.endsWith(e)),C=!l||!p,R=b&&!t?o:void 0,v=system.createAttr({...attrs.getHtml5Attr({title:c,autoplay:a,preloadThumbnail:g,offLazyLoad:b,src:o,thumbnail:l})}),q=system.createClass({...classes.getWrapThumbnailClasses(C)}),L=system.createStyle({...styles.getPreloadImageStyle()}),N=system.createClass({...classes.getButtonThumbnailClasses()}),I=system.createClass({...classes.getImageThumbnailClasses()}),E=system.createClass({...classes.getVideoYoutubeClasses(n,b)}),H=()=>g?jsxRuntime.jsx(NextImage.default,{src:l,alt:c,priority:!0,style:L}):"",T=()=>jsxRuntime.jsxs("div",{role:"presentation",style:u,className:q,onClick:j,children:[jsxRuntime.jsx(NextImage.default,{id:"video-thumbnail",src:l??"",alt:x?.altText,title:x?.imageTitle,priority:x?.preload&&t,className:I,isDisableAspectStyle:!0,enableLazyLoadImage:!0}),jsxRuntime.jsx("button",{type:"button",className:N,"aria-label":"Play",children:jsxRuntime.jsx("svg",{className:"gp-w-5 gp-text-white",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{fill:"currentColor",d:"M5 5.274c0-1.707 1.826-2.792 3.325-1.977l12.362 6.726c1.566.853 1.566 3.101 0 3.953L8.325 20.702C6.826 21.518 5 20.432 5 18.726V5.274Z"})})})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[H(),jsxRuntime.jsx("video",{ref:y,...v,style:u,className:E,controls:m,loop:i,muted:r,autoPlay:a,playsInline:!0,src:h?void 0:R,children:h&&jsxRuntime.jsx("source",{"data-src":o,src:o,type:"video/mp4"})}),!C&&T()]})};exports.default=HTML5Embed;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),NextImage=require("../../image/components/NextImage.js"),useLiteHtml5Embed=require("../hooks/useLiteHtml5Embed.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),attrs=require("../common/attrs.js");const HTML5Embed=e=>{let s=core.useEditorMode(),t="edit"!==s,{thumbnail:a,muted:l,autoplay:r,loop:i,controls:m,src:o,style:u,title:c,className:n,lazy:d,poster:x}=e,{playVideoAndTurnOffThumbnail:j,videoRef:y,showThumbnail:g}=useLiteHtml5Embed.useLiteHtml5Embed(r,l,o),b=!t&&r&&l&&!!a,p=!d&&e.isVideoComponent&&t,C=!a||!g,h=p&&!t?o:void 0,R=system.createAttr({...attrs.getHtml5Attr({title:c,autoplay:r,preloadThumbnail:b,offLazyLoad:p,src:o,thumbnail:a})}),L=system.createClass({...classes.getWrapThumbnailClasses(C)}),N=system.createStyle({...styles.getPreloadImageStyle()}),q=system.createClass({...classes.getButtonThumbnailClasses()}),v=system.createClass({...classes.getImageThumbnailClasses()}),I=system.createClass({...classes.getVideoYoutubeClasses(n,p)}),E=()=>b?jsxRuntime.jsx(NextImage.default,{src:a,alt:c,priority:!0,style:N}):"",H=()=>jsxRuntime.jsxs("div",{role:"presentation",style:u,className:L,onClick:j,children:[jsxRuntime.jsx(NextImage.default,{id:"video-thumbnail",src:a??"",alt:x?.altText,title:x?.imageTitle,priority:x?.preload&&t,className:v,isDisableAspectStyle:!0,enableLazyLoadImage:!0}),jsxRuntime.jsx("button",{type:"button",className:q,"aria-label":"Play",children:jsxRuntime.jsx("svg",{className:"gp-w-5 gp-text-white",viewBox:"0 0 24 24",children:jsxRuntime.jsx("path",{fill:"currentColor",d:"M5 5.274c0-1.707 1.826-2.792 3.325-1.977l12.362 6.726c1.566.853 1.566 3.101 0 3.953L8.325 20.702C6.826 21.518 5 20.432 5 18.726V5.274Z"})})})]});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[E(),jsxRuntime.jsx("video",{ref:y,...R,style:u,className:I,controls:m,loop:i,muted:l,autoPlay:r,playsInline:!0,src:h}),!C&&H()]})};exports.default=HTML5Embed;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../image/components/NextImage.liquid.js"),helpers=require("../../helpers.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),attrs=require("../common/attrs.js");const HTML5Embed=e=>{let t=`gp-video-${e.uid}`,{thumbnail:s,muted:a,autoplay:l,loop:o,controls:r,src:i,style:d,title:n,className:c,lazy:m,poster:u,wrapperStyles:p}=e,y=l&&a&&!!s,g=!m&&e.isVideoComponent,v=i.endsWith(".mp4"),$=!s||l&&a,h=g?i:void 0,b=system.createAttr({...attrs.getHtml5Attr({videoId:t,title:n,autoplay:l,preloadThumbnail:y,offLazyLoad:g,src:i,thumbnail:s})}),f=system.createClass({...classes.getWrapThumbnailClasses($)}),L=system.createStyle({...styles.getPreloadImageStyle()}),I=system.createClass({...classes.getButtonThumbnailClasses()}),E=system.createClass({...classes.getImageThumbnailClasses()}),A=system.createClass({...classes.getVideoYoutubeClasses(c,g)}),C=()=>y?core.template`${NextImage_liquid.default({src:s,alt:n,priority:u?.preload,enableLazyLoadImage:!0,style:L})}
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../image/components/NextImage.liquid.js"),helpers=require("../../helpers.js"),system=require("@gem-sdk/system"),classes=require("../common/classes.js"),styles=require("../common/styles.js"),attrs=require("../common/attrs.js");const HTML5Embed=e=>{let t=`gp-video-${e.uid}`,{thumbnail:s,muted:a,autoplay:l,loop:o,controls:r,src:i,style:d,title:n,className:c,lazy:u,poster:m,wrapperStyles:p}=e,y=l&&a&&!!s,g=!u&&e.isVideoComponent,v=!s||l&&a,$=g?i:void 0,h=system.createAttr({...attrs.getHtml5Attr({videoId:t,title:n,autoplay:l,preloadThumbnail:y,offLazyLoad:g,src:i,thumbnail:s})}),b=system.createClass({...classes.getWrapThumbnailClasses(v)}),f=system.createStyle({...styles.getPreloadImageStyle()}),L=system.createClass({...classes.getButtonThumbnailClasses()}),E=system.createClass({...classes.getImageThumbnailClasses()}),I=system.createClass({...classes.getVideoYoutubeClasses(c,g)}),A=()=>y?core.template`${NextImage_liquid.default({src:s,alt:n,priority:m?.preload,enableLazyLoadImage:!0,style:f})}
2
2
  ${system.If(l,`<script>
3
3
  document.addEventListener("DOMContentLoaded", (event) => {
4
4
  const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
@@ -20,14 +20,14 @@
20
20
  }
21
21
  });
22
22
  </script>`)}
23
- `:"",P=()=>core.template`
23
+ `:"",C=()=>core.template`
24
24
  <div
25
25
  role="presentation"
26
26
  style="${d}"
27
- class="${f}"
27
+ class="${b}"
28
28
  >
29
- ${NextImage_liquid.default({id:"video-thumbnail",src:s??"",alt:u?.altText,title:u?.imageTitle,className:E,isDisableAspectStyle:!0,priority:u?.preload,enableLazyLoadImage:!0})}
30
- <button type="button" class="${I}" aria-label="Play">
29
+ ${NextImage_liquid.default({id:"video-thumbnail",src:s??"",alt:m?.altText,title:m?.imageTitle,className:E,isDisableAspectStyle:!0,priority:m?.preload,enableLazyLoadImage:!0})}
30
+ <button type="button" class="${L}" aria-label="Play">
31
31
  <svg class="gp-w-5 gp-text-white" viewBox="0 0 24 24">
32
32
  <path
33
33
  fill="currentColor"
@@ -38,21 +38,19 @@
38
38
  </div>
39
39
  `;return core.template`
40
40
  <gp-lite-html5-embed is-check-loaded="${e.isCheckLoaded??!1}" style="${p}">
41
- ${C()}
41
+ ${A()}
42
42
  <video
43
- ${{...b}}
43
+ ${{...h}}
44
44
  style="${d}"
45
- class="${A}"
45
+ class="${I}"
46
46
  ${r?"controls":void 0}
47
47
  ${o?"loop":void 0}
48
48
  ${a?"muted":void 0}
49
49
  ${l?"autoplay":void 0}
50
50
  playsinline
51
- ${v?void 0:`src="${h}"`}
52
- >
53
- ${system.If(v,`<source data-src="${i}" src="${h}" type="video/mp4"></source>`)}
54
- </video>
55
- ${system.If(!$,P())}
51
+ ${$?`src="${$}`:""}
52
+ ></video>
53
+ ${system.If(!v,C())}
56
54
  </gp-lite-html5-embed>
57
55
  ${core.RenderIf(core.isLocalEnv,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="{{ 'gp-lite-html5-embed-v7-5.js' | asset_url }}" defer="defer"></script>`,`<script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="${core.baseAssetURL}/assets-v2/gp-lite-html5-embed-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
58
56
  `};exports.default=HTML5Embed;
@@ -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 I from"./third-party/components/WideBundle.js";import k 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 R from"./third-party/components/Bundler.js";import x from"./third-party/components/LaiProductReviews.js";import D 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 q from"./third-party/components/CleanSizeCharts.js";import G from"./third-party/components/Bogos.js";import K 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 oI from"./third-party/components/TagembedSocialPostReview.js";import ok 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 oR from"./third-party/components/AppointmentBookingCowlendar.js";import ox from"./third-party/components/SproutPlantTreesGrowSales.js";import oD 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 oq from"./third-party/components/BestBuyFulfillment.js";import oG from"./third-party/components/AftershipEmailMarketingsms.js";import oK 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"./article/components/ArticleList.js";import tp from"./article/components/ArticleTitle.js";import tn from"./article/components/ArticleExcerpt.js";import te from"./article/components/ArticleContent.js";import ti from"./article/components/ArticleImage.js";import tc from"./article/components/ArticlePagination.js";import ta from"./article/components/ArticleAuthor.js";import td from"./article/components/ArticleTag.js";import tu from"./article/components/ArticleCategory.js";import tf from"./article/components/ArticleDate.js";import tj from"./article/components/ArticleReadMore.js";import tl from"./hero-banner/components/HeroBanner.js";import th from"./breadcrumb/components/Breadcrumb.js";import ty from"./button/components/Button.js";import tP from"./carousel-v3/components/root/Carousel.js";import tg from"./carousel-v3/components/item/CarouselItem.js";import tB from"./carousel/components/root/Carousel.js";import tC from"./carousel/components/item/CarouselItem.js";import tb from"./cart/components/Cart.js";import tS from"./cart/components/CartList.js";import tw from"./cart/components/CartLinePrice.js";import tv from"./cart/components/CartLineVariant.js";import tI from"./cart/components/CartLineImage.js";import tk from"./cart/components/CartTotalPrice.js";import tT from"./cart/components/CartTotalItem.js";import tA from"./cart/components/CartCheckout.js";import tL from"./cart/components/DiscountInput.js";import tR from"./cart/components/CartDiscount.js";import tx from"./cart/components/CartOrderNote.js";import tD from"./cart/components/CartLineAttribute.js";import tV from"./cart/components/CouponList.js";import tF from"./cart/components/shop-pay-button/ShopPayButton.js";import tO from"./cart/components/CheckoutNow.js";import tM from"./code/components/CSSCode.js";import tE from"./collection/components/collection-title/CollectionTitle.js";import tH from"./collection/components/collection-banner/CollectionBanner.js";import tU from"./collection/components/collection-description/CollectionDescription.js";import tz from"./collection/components/collection-toolbar/CollectionToolbar.js";import tq from"./collection/components/collection-paginator/CollectionPaginator.js";import tG from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tK from"./coupon/components/Coupon.js";import tQ from"./dialog/components/Dialog.js";import tN from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tW from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import tY from"./grid/components/root/Root.js";import tJ from"./grid/components/section/Section.js";import tX from"./grid/components/row/Row.js";import tZ from"./grid/components/col/Col.js";import t$ from"./form/components/newsletter/Newsletter.js";import t_ from"./form/components/contact/Contact.js";import t3 from"./form/components/form-email/FormEmail.js";import t2 from"./form/components/submit-button/SubmitButton.js";import t0 from"./form/components/form-dropdown/FormDropdown.js";import t1 from"./form/components/textfield/TextField.js";import t4 from"./form/components/textarea/TextArea.js";import t5 from"./form/components/form-checkbox/FormCheckbox.js";import t6 from"./form/components/textinput/TextInput.js";import t7 from"./header/components/Header.js";import t8 from"./header/components/kind/basic/index.js";import t9 from"./header/components/kind/modern/index.js";import ro from"./header/components/kind/basic/MobileMenu.js";import rt from"./header/components/kind/basic/DesktopMenu.js";import rr from"./heading/components/Heading.js";import rm from"./icon/components/Icon.js";import rs from"./icon-list/components/IconList.js";import rp from"./icon-list/components/IconListItem.js";import rn from"./icon-list-hoz/components/IconListHoz.js";import re from"./icon-list-hoz/components/IconListHozItem.js";import ri from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import rc from"./image/components/Image.js";import ra from"./image-comparison/components/ImageComparison.js";import rd from"./image-detection/components/ImageDetection.js";import ru from"./input/components/Input.js";import rf from"./line/components/Line.js";import rj from"./marquee/components/Marquee.js";import rl from"./marquee/components/MarqueeItem.js";import rh from"./menu/components/Menu.js";import"./modal/components/confirm.js";import ry from"./modal/components/Modal.js";import rP from"./pagination/components/Pagination.js";import rg from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rB from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rC from"./post-purchase/button/components/Button.js";import rb from"./post-purchase/callout-banner/components/CalloutBox.js";import rS from"./post-purchase/callout-banner/components/CalloutText.js";import rw from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rv from"./post-purchase/image/components/Image.js";import rI from"./post-purchase/line/components/PostPurchaseLine.js";import rk from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rT}from"./post-purchase/text/index.js";import rA from"./post-purchase/product/components/ProductTitle.js";import rL from"./post-purchase/product/components/ProductDescription.js";import rR from"./post-purchase/product/components/ProductPrice.js";import rx from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rD from"./post-purchase/product/components/AcceptButton.js";import rV from"./post-purchase/product/components/ProductQuantity.js";import rF from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rO from"./post-purchase/product/components/ProductPriceBreakdown.js";import rM from"./post-purchase/product/components/ProductDiscountTag.js";import rE from"./post-purchase/product/components/product-image/index.js";import rH from"./product/components/product-wrap/Product.js";import rU from"./product/components/product-title/ProductTitle.js";import rz from"./product/components/product-quantity/ProductQuantity.js";import rq from"./product/components/product-description/ProductDescription.js";import rG from"./product/components/product-price/ProductPrice.js";import rK from"./product/components/product-button/ProductButton.js";import rQ from"./product/components/product-variants/ProductVariants.js";import rN from"./product/components/ProductImages.js";import rW from"./product/components/product-images-v3/ProductImageV3.js";import rY from"./product/components/product-images-v2/ProductImageV2.js";import rJ from"./product/components/product-properties/ProductProperties.js";import rX from"./product/components/product-quick-view/QuickView.js";import rZ from"./product/components/product-discount-tag/ProductDiscountTag.js";import r$ from"./product/components/product-list-v3/ProductList.js";import r_ from"./product/components/product-list/ProductList.js";import r3 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r2 from"./product/components/product-bundle/ProductBundleDiscount.js";import r0 from"./product/components/product-vendor/Vendor.js";import r1 from"./product/components/product-sku/Sku.js";import r4 from"./product/components/product-view-more/ProductViewMore.js";import r5 from"./product/components/product-badge/ProductBadge.js";import r6 from"./product/components/file-upload/UploadFile.js";import r7 from"./product/components/product-bundle/ProductBundleDiscountItem.js";import r8 from"./radio/components/Radio.js";import r9 from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mo from"./tab/components/Tabs.js";import mt from"./tab/components/TabItem.js";import mr from"./text/components/Text.js";import mm from"./textarea/components/Textarea.js";import ms from"./video/components/Video.js";import mp from"./third-party-slot/components/ThirdPartySlot.js";import mn from"./shop-pay-installment/components/ShopPayInstallments.js";import me from"./third-party-instant/components/InstantJudgemeReviews.js";import mi from"./third-party-instant/components/InstantLooxReviews.js";import mc from"./third-party-instant/components/InstantKlaviyo.js";import ma from"./third-party-instant/components/InstantYotpoLoyalty.js";import md from"./stock-counter/components/StockCounter.js";import mu from"./sticky/components/Sticky.js";import mf from"./post-purchase/text/components/Text.js";var builder={BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:ts,ArticleTitle:tp,ArticleExcerpt:tn,ArticleContent:te,ArticleImage:ti,ArticlePagination:tc,ArticleAuthor:ta,ArticleTag:td,ArticleCategory:tu,ArticleDate:tf,ArticleReadMore:tj,HeroBanner:tl,Breadcrumb:th,Button:ty,CarouselV3:tP,CarouselItemV3:tg,Carousel:tB,CarouselItem:tC,Cart:tb,CartList:tS,CartLinePrice:tw,CartLineVariant:tv,CartLineImage:tI,CartTotalPrice:tk,CartTotalItem:tT,CartCheckout:tA,DiscountInput:tL,CartDiscount:tR,CartOrderNote:tx,CartLineAttribute:tD,CouponList:tV,ShopPayButton:tF,CheckoutNow:tO,CSSCode:tM,CollectionTitle:tE,CollectionDescription:tU,CollectionBanner:tH,CollectionToolbar:tz,CollectionPaginator:tq,Countdown:tG,Coupon:tK,Dialog:tQ,EstimateDate:tN,Newsletter:t$,ContactForm:t_,FormEmail:t3,SubmitButton:t2,TextField:t1,TextInput:t6,FormTextarea:t4,FormDropdown:t0,FormCheckbox:t5,Root:tY,Section:tJ,Row:tX,Col:tZ,Header:t7,BasicHeader:t8,ModernHeader:t9,MobileMenu:ro,DesktopMenu:rt,Heading:rr,Icon:rm,IconList:rs,IconListItem:rp,IconListHoz:rn,IconListItemHoz:re,IconListV2:ri,Image:rc,ImageComparison:ra,ImageDetection:rd,Input:ru,Line:rf,Link:tW,Marquee:rj,MarqueeItem:rl,Menu:rh,Modal:ry,Pagination:rP,PostPurchaseAdvancedList:rg,PostPurchaseAdvancedListItem:rB,PostPurchaseAcceptButton:rD,PostPurchaseButton:rC,PostPurchaseCalloutBox:rb,PostPurchaseCalloutText:rS,PostPurchaseCountdownTimer:rw,PostPurchaseImage:rv,PostPurchaseLine:rI,PostPurchaseLink:rk,PostPurchaseHeading:rT,PostPurchaseText:mf,PostPurchaseProductTitle:rA,PostPurchaseProductDescription:rL,PostPurchaseProductPrice:rR,PostPurchaseProductVariants:rx,PostPurchaseProductQuantity:rV,PostPurchaseProductPriceBreakdown:rO,PostPurchaseProductOffer:rF,PostPurchaseProductDiscountTag:rM,PostPurchaseProductImages:rE,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oW,DiscountyBulkDiscountSales:oN,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oK,AftershipEmailMarketingsms:oG,BestBuyFulfillment:oq,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:oD,SproutPlantTreesGrowSales:ox,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oR,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:ok,TagembedSocialPostReview:oI,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:rH,ProductTitle:rU,ProductQuantity:rz,ProductPrice:rG,ProductSku:r1,FileUpload:r6,ProductBundleDiscount:r2,ProductBundleDiscountItem:r7,ProductButton:rK,ProductDescription:rq,ProductVariants:rQ,ProductImages:rN,ProductImagesV3:rW,ProductImagesV2:rY,ProductProperties:rJ,ProductQuickView:rX,ProductTag:rZ,ProductListV3:r$,ProductList:r_,Radio:r8,Select:r9,Tabs:mo,TabItem:mt,Text:mr,Textarea:mm,Video:ms,PushOwl:K,ThirdPartySlot:mp,ShopPayInstallments:mn,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:D,KachingBundles:V,Bogos:G,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:I,PickyStory:k,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:R,LaiProductReviews:x,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:q,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:me,InstantLooxReviews:mi,InstantKlaviyo:mc,InstantYotpoLoyalty:ma,Releasit:N,BirdChime:X,StockCounter:md,DynamicCheckout:r3,Sticky:mu,ProductVendor:r0,KingProductOptions:W,ProductViewMore:r4,ProductBadge:r5,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 I from"./third-party/components/WideBundle.js";import k 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 R from"./third-party/components/Bundler.js";import x from"./third-party/components/LaiProductReviews.js";import D 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 K from"./third-party/components/CleanSizeCharts.js";import q from"./third-party/components/Bogos.js";import G 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 oI from"./third-party/components/TagembedSocialPostReview.js";import ok 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 oR from"./third-party/components/AppointmentBookingCowlendar.js";import ox from"./third-party/components/SproutPlantTreesGrowSales.js";import oD 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 oK from"./third-party/components/BestBuyFulfillment.js";import oq from"./third-party/components/AftershipEmailMarketingsms.js";import oG 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"./article/components/ArticleList.js";import tn from"./article/components/ArticleTitle.js";import te from"./article/components/ArticleExcerpt.js";import ti from"./article/components/ArticleContent.js";import tc from"./article/components/ArticleImage.js";import ta from"./article/components/ArticlePagination.js";import td from"./article/components/ArticleAuthor.js";import tu from"./article/components/ArticleTag.js";import tf from"./article/components/ArticleCategory.js";import tj from"./article/components/ArticleDate.js";import tl from"./article/components/ArticleReadMore.js";import th from"./hero-banner/components/HeroBanner.js";import ty from"./breadcrumb/components/Breadcrumb.js";import tP from"./button/components/Button.js";import tg from"./carousel-v3/components/root/Carousel.js";import tB from"./carousel-v3/components/item/CarouselItem.js";import tC from"./carousel/components/root/Carousel.js";import tb from"./carousel/components/item/CarouselItem.js";import tS from"./cart/components/Cart.js";import tw from"./cart/components/CartList.js";import tv from"./cart/components/CartLinePrice.js";import tI from"./cart/components/CartLineVariant.js";import tk from"./cart/components/CartLineImage.js";import tT from"./cart/components/CartTotalPrice.js";import tA from"./cart/components/CartTotalItem.js";import tL from"./cart/components/CartCheckout.js";import tR from"./cart/components/DiscountInput.js";import tx from"./cart/components/CartDiscount.js";import tD from"./cart/components/CartOrderNote.js";import tV from"./cart/components/CartLineAttribute.js";import tF from"./cart/components/CouponList.js";import tO from"./cart/components/shop-pay-button/ShopPayButton.js";import tM from"./cart/components/CheckoutNow.js";import tE from"./code/components/CSSCode.js";import tH from"./collection/components/collection-title/CollectionTitle.js";import tU from"./collection/components/collection-banner/CollectionBanner.js";import tz from"./collection/components/collection-description/CollectionDescription.js";import tK from"./collection/components/collection-toolbar/CollectionToolbar.js";import tq from"./collection/components/collection-paginator/CollectionPaginator.js";import tG from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tQ from"./coupon/components/Coupon.js";import tN from"./dialog/components/Dialog.js";import tW from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tY from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import tJ from"./grid/components/root/Root.js";import tX from"./grid/components/section/Section.js";import tZ from"./grid/components/row/Row.js";import t$ from"./grid/components/col/Col.js";import t_ from"./form/components/newsletter/Newsletter.js";import t3 from"./form/components/contact/Contact.js";import t2 from"./form/components/form-email/FormEmail.js";import t0 from"./form/components/submit-button/SubmitButton.js";import t1 from"./form/components/form-dropdown/FormDropdown.js";import t4 from"./form/components/textfield/TextField.js";import t5 from"./form/components/textarea/TextArea.js";import t6 from"./form/components/form-checkbox/FormCheckbox.js";import t7 from"./form/components/textinput/TextInput.js";import t8 from"./header/components/Header.js";import t9 from"./header/components/kind/basic/index.js";import ro from"./header/components/kind/modern/index.js";import rt from"./header/components/kind/basic/MobileMenu.js";import rr from"./header/components/kind/basic/DesktopMenu.js";import rm from"./heading/components/Heading.js";import rs from"./icon/components/Icon.js";import rp from"./icon-list/components/IconList.js";import rn from"./icon-list/components/IconListItem.js";import re from"./icon-list-hoz/components/IconListHoz.js";import ri from"./icon-list-hoz/components/IconListHozItem.js";import rc from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import ra from"./image/components/Image.js";import rd from"./image-comparison/components/ImageComparison.js";import ru from"./image-detection/components/ImageDetection.js";import rf from"./input/components/Input.js";import rj from"./line/components/Line.js";import rl from"./marquee/components/Marquee.js";import rh from"./marquee/components/MarqueeItem.js";import ry from"./menu/components/Menu.js";import"./modal/components/confirm.js";import rP from"./modal/components/Modal.js";import rg from"./pagination/components/Pagination.js";import rB from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rC from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rb from"./post-purchase/button/components/Button.js";import rS from"./post-purchase/callout-banner/components/CalloutBox.js";import rw from"./post-purchase/callout-banner/components/CalloutText.js";import rv from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rI from"./post-purchase/image/components/Image.js";import rk from"./post-purchase/line/components/PostPurchaseLine.js";import rT from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rA}from"./post-purchase/text/index.js";import rL from"./post-purchase/product/components/ProductTitle.js";import rR from"./post-purchase/product/components/ProductDescription.js";import rx from"./post-purchase/product/components/ProductPrice.js";import rD from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rV from"./post-purchase/product/components/AcceptButton.js";import rF from"./post-purchase/product/components/ProductQuantity.js";import rO from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rM from"./post-purchase/product/components/ProductPriceBreakdown.js";import rE from"./post-purchase/product/components/ProductDiscountTag.js";import rH from"./post-purchase/product/components/product-image/index.js";import rU from"./product/components/product-wrap/Product.js";import rz from"./product/components/product-title/ProductTitle.js";import rK from"./product/components/product-quantity/ProductQuantity.js";import rq from"./product/components/product-description/ProductDescription.js";import rG from"./product/components/product-price/ProductPrice.js";import rQ from"./product/components/product-button/ProductButton.js";import rN from"./product/components/product-variants/ProductVariants.js";import rW from"./product/components/ProductImages.js";import rY from"./product/components/product-images-v3/ProductImageV3.js";import rJ from"./product/components/product-images-v2/ProductImageV2.js";import rX from"./product/components/product-properties/ProductProperties.js";import rZ from"./product/components/product-quick-view/QuickView.js";import r$ from"./product/components/product-discount-tag/ProductDiscountTag.js";import r_ from"./product/components/product-list-v3/ProductList.js";import r3 from"./product/components/product-list/ProductList.js";import r2 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r0 from"./product/components/product-bundle/ProductBundleDiscount.js";import r1 from"./product/components/product-vendor/Vendor.js";import r4 from"./product/components/product-sku/Sku.js";import r5 from"./product/components/product-view-more/ProductViewMore.js";import r6 from"./product/components/product-badge/ProductBadge.js";import r7 from"./product/components/file-upload/UploadFile.js";import r8 from"./product/components/product-bundle/ProductBundleDiscountItem.js";import r9 from"./radio/components/Radio.js";import mo from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mt from"./tab/components/Tabs.js";import mr from"./tab/components/TabItem.js";import mm from"./text/components/Text.js";import ms from"./textarea/components/Textarea.js";import mp from"./video/components/Video.js";import mn from"./third-party-slot/components/ThirdPartySlot.js";import me from"./shop-pay-installment/components/ShopPayInstallments.js";import mi from"./third-party-instant/components/InstantJudgemeReviews.js";import mc from"./third-party-instant/components/InstantLooxReviews.js";import ma from"./third-party-instant/components/InstantKlaviyo.js";import md from"./third-party-instant/components/InstantYotpoLoyalty.js";import mu from"./stock-counter/components/StockCounter.js";import mf from"./sticky/components/Sticky.js";import mj from"./post-purchase/text/components/Text.js";var builder={KachingSubscriptionsApp:ts,BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:tp,ArticleTitle:tn,ArticleExcerpt:te,ArticleContent:ti,ArticleImage:tc,ArticlePagination:ta,ArticleAuthor:td,ArticleTag:tu,ArticleCategory:tf,ArticleDate:tj,ArticleReadMore:tl,HeroBanner:th,Breadcrumb:ty,Button:tP,CarouselV3:tg,CarouselItemV3:tB,Carousel:tC,CarouselItem:tb,Cart:tS,CartList:tw,CartLinePrice:tv,CartLineVariant:tI,CartLineImage:tk,CartTotalPrice:tT,CartTotalItem:tA,CartCheckout:tL,DiscountInput:tR,CartDiscount:tx,CartOrderNote:tD,CartLineAttribute:tV,CouponList:tF,ShopPayButton:tO,CheckoutNow:tM,CSSCode:tE,CollectionTitle:tH,CollectionDescription:tz,CollectionBanner:tU,CollectionToolbar:tK,CollectionPaginator:tq,Countdown:tG,Coupon:tQ,Dialog:tN,EstimateDate:tW,Newsletter:t_,ContactForm:t3,FormEmail:t2,SubmitButton:t0,TextField:t4,TextInput:t7,FormTextarea:t5,FormDropdown:t1,FormCheckbox:t6,Root:tJ,Section:tX,Row:tZ,Col:t$,Header:t8,BasicHeader:t9,ModernHeader:ro,MobileMenu:rt,DesktopMenu:rr,Heading:rm,Icon:rs,IconList:rp,IconListItem:rn,IconListHoz:re,IconListItemHoz:ri,IconListV2:rc,Image:ra,ImageComparison:rd,ImageDetection:ru,Input:rf,Line:rj,Link:tY,Marquee:rl,MarqueeItem:rh,Menu:ry,Modal:rP,Pagination:rg,PostPurchaseAdvancedList:rB,PostPurchaseAdvancedListItem:rC,PostPurchaseAcceptButton:rV,PostPurchaseButton:rb,PostPurchaseCalloutBox:rS,PostPurchaseCalloutText:rw,PostPurchaseCountdownTimer:rv,PostPurchaseImage:rI,PostPurchaseLine:rk,PostPurchaseLink:rT,PostPurchaseHeading:rA,PostPurchaseText:mj,PostPurchaseProductTitle:rL,PostPurchaseProductDescription:rR,PostPurchaseProductPrice:rx,PostPurchaseProductVariants:rD,PostPurchaseProductQuantity:rF,PostPurchaseProductPriceBreakdown:rM,PostPurchaseProductOffer:rO,PostPurchaseProductDiscountTag:rE,PostPurchaseProductImages:rH,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oW,DiscountyBulkDiscountSales:oN,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oG,AftershipEmailMarketingsms:oq,BestBuyFulfillment:oK,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:oD,SproutPlantTreesGrowSales:ox,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oR,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:ok,TagembedSocialPostReview:oI,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:rU,ProductTitle:rz,ProductQuantity:rK,ProductPrice:rG,ProductSku:r4,FileUpload:r7,ProductBundleDiscount:r0,ProductBundleDiscountItem:r8,ProductButton:rQ,ProductDescription:rq,ProductVariants:rN,ProductImages:rW,ProductImagesV3:rY,ProductImagesV2:rJ,ProductProperties:rX,ProductQuickView:rZ,ProductTag:r$,ProductListV3:r_,ProductList:r3,Radio:r9,Select:mo,Tabs:mt,TabItem:mr,Text:mm,Textarea:ms,Video:mp,PushOwl:G,ThirdPartySlot:mn,ShopPayInstallments:me,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:D,KachingBundles:V,Bogos:q,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:I,PickyStory:k,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:R,LaiProductReviews:x,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:K,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:mi,InstantLooxReviews:mc,InstantKlaviyo:ma,InstantYotpoLoyalty:md,Releasit:N,BirdChime:X,StockCounter:mu,DynamicCheckout:r2,Sticky:mf,ProductVendor:r1,KingProductOptions:W,ProductViewMore:r5,ProductBadge:r6,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};