@gem-sdk/components 12.0.0-dev.24 → 12.0.0-dev.25

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 (98) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/coupon/settings/configs/presets.js +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/next.js +1 -1
  5. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +1 -0
  6. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +1 -0
  7. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +1 -0
  8. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  9. package/dist/cjs/post-purchase/buyer-consent/index.js +1 -0
  10. package/dist/cjs/post-purchase/buyer-consent/next.js +1 -0
  11. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +5 -0
  12. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +1 -0
  13. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +1 -0
  14. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/index.js +5 -0
  15. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  16. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  17. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  18. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  19. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  20. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  21. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  22. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  23. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  24. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  25. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  26. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  27. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  28. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  29. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  30. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  31. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  32. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  33. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  34. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  35. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  36. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  37. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  38. package/dist/cjs/post-purchase/product/index.js +1 -1
  39. package/dist/cjs/post-purchase/product/next.js +1 -1
  40. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  41. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  42. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  43. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  44. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  45. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +10 -0
  46. package/dist/cjs/postPurchaseSetting.js +1 -1
  47. package/dist/cjs/product/settings/product-quantity/configs/presets.js +1 -1
  48. package/dist/cjs/sticky/settings/configs/presets.js +2 -2
  49. package/dist/esm/builder.js +1 -1
  50. package/dist/esm/coupon/settings/configs/presets.js +1 -1
  51. package/dist/esm/index.js +1 -1
  52. package/dist/esm/next.js +1 -1
  53. package/dist/esm/post-purchase/buyer-consent/common/classes.js +1 -0
  54. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +1 -0
  55. package/dist/esm/post-purchase/buyer-consent/common/styles.js +1 -0
  56. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -0
  57. package/dist/esm/post-purchase/buyer-consent/index.js +1 -0
  58. package/dist/esm/post-purchase/buyer-consent/next.js +1 -0
  59. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +5 -0
  60. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +1 -0
  61. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +1 -0
  62. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/index.js +5 -0
  63. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  64. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  65. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  66. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  67. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +1 -0
  68. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +1 -0
  69. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +1 -0
  70. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +1 -0
  71. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +1 -0
  72. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +1 -0
  73. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +1 -0
  74. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +1 -0
  75. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +1 -0
  76. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +1 -0
  77. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +1 -0
  78. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +1 -0
  79. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +1 -0
  80. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +1 -0
  81. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +1 -0
  82. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  83. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  84. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  85. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +1 -0
  86. package/dist/esm/post-purchase/product/index.js +1 -1
  87. package/dist/esm/post-purchase/product/next.js +1 -1
  88. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  89. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  90. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +10 -0
  91. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +1 -0
  92. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +1 -0
  93. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +10 -0
  94. package/dist/esm/postPurchaseSetting.js +1 -1
  95. package/dist/esm/product/settings/product-quantity/configs/presets.js +1 -1
  96. package/dist/esm/sticky/settings/configs/presets.js +2 -2
  97. package/dist/types/index.d.ts +80 -2
  98. package/package.json +2 -2
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import 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 ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import 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 tk from"./cart/components/CartLineVariant.js";import tI 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 rk from"./post-purchase/image/components/Image.js";import rI 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:tk,CartLineImage:tI,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:rk,PostPurchaseLine:rI,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:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product: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:k,PickyStory:I,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};
2
+ import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import 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 ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import 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 tk from"./cart/components/CartLineVariant.js";import tI 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 rk from"./post-purchase/image/components/Image.js";import rI 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-subscription/ProductSubscription.js";import rU from"./post-purchase/product/components/product-image/index.js";import rz from"./post-purchase/buyer-consent/components/BuyerConsent.js";import rK from"./product/components/product-wrap/Product.js";import rq from"./product/components/product-title/ProductTitle.js";import rG from"./product/components/product-quantity/ProductQuantity.js";import rQ from"./product/components/product-description/ProductDescription.js";import rN from"./product/components/product-price/ProductPrice.js";import rW from"./product/components/product-button/ProductButton.js";import rY from"./product/components/product-variants/ProductVariants.js";import rJ from"./product/components/ProductImages.js";import rX from"./product/components/product-images-v3/ProductImageV3.js";import rZ from"./product/components/product-images-v2/ProductImageV2.js";import r$ from"./product/components/product-properties/ProductProperties.js";import r_ from"./product/components/product-quick-view/QuickView.js";import r3 from"./product/components/product-discount-tag/ProductDiscountTag.js";import r2 from"./product/components/product-list-v3/ProductList.js";import r0 from"./product/components/product-list/ProductList.js";import r1 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r4 from"./product/components/product-bundle/ProductBundleDiscount.js";import r5 from"./product/components/product-vendor/Vendor.js";import r6 from"./product/components/product-sku/Sku.js";import r7 from"./product/components/product-view-more/ProductViewMore.js";import r8 from"./product/components/product-badge/ProductBadge.js";import r9 from"./product/components/file-upload/UploadFile.js";import mo from"./product/components/product-bundle/ProductBundleDiscountItem.js";import mt from"./radio/components/Radio.js";import mr from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mm from"./tab/components/Tabs.js";import ms from"./tab/components/TabItem.js";import mp from"./text/components/Text.js";import mn from"./textarea/components/Textarea.js";import me from"./video/components/Video.js";import mi from"./third-party-slot/components/ThirdPartySlot.js";import mc from"./shop-pay-installment/components/ShopPayInstallments.js";import ma from"./third-party-instant/components/InstantJudgemeReviews.js";import md from"./third-party-instant/components/InstantLooxReviews.js";import mu from"./third-party-instant/components/InstantKlaviyo.js";import mf from"./third-party-instant/components/InstantYotpoLoyalty.js";import mj from"./stock-counter/components/StockCounter.js";import ml from"./sticky/components/Sticky.js";import mh 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:tk,CartLineImage:tI,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:rk,PostPurchaseLine:rI,PostPurchaseLink:rT,PostPurchaseHeading:rA,PostPurchaseText:mh,PostPurchaseProductTitle:rL,PostPurchaseProductDescription:rR,PostPurchaseProductPrice:rx,PostPurchaseProductVariants:rD,PostPurchaseProductQuantity:rF,PostPurchaseProductPriceBreakdown:rM,PostPurchaseProductOffer:rO,PostPurchaseProductDiscountTag:rE,PostPurchaseProductImages:rU,PostPurchaseProductSubscription:rH,PostPurchaseBuyerConsent:rz,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:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product:rK,ProductTitle:rq,ProductQuantity:rG,ProductPrice:rN,ProductSku:r6,FileUpload:r9,ProductBundleDiscount:r4,ProductBundleDiscountItem:mo,ProductButton:rW,ProductDescription:rQ,ProductVariants:rY,ProductImages:rJ,ProductImagesV3:rX,ProductImagesV2:rZ,ProductProperties:r$,ProductQuickView:r_,ProductTag:r3,ProductListV3:r2,ProductList:r0,Radio:mt,Select:mr,Tabs:mm,TabItem:ms,Text:mp,Textarea:mn,Video:me,PushOwl:G,ThirdPartySlot:mi,ShopPayInstallments:mc,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:k,PickyStory:I,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:ma,InstantLooxReviews:md,InstantKlaviyo:mu,InstantYotpoLoyalty:mf,Releasit:N,BirdChime:X,StockCounter:mj,DynamicCheckout:r1,Sticky:ml,ProductVendor:r5,KingProductOptions:W,ProductViewMore:r7,ProductBadge:r8,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};
@@ -3,4 +3,4 @@ let CouponPresets=[{id:"coupon",name:{en:"Copy Coupon Code"},icon:{desktop:`<svg
3
3
  <path d="M31.5 18H23.5C23.3674 18 23.2402 18.0527 23.1464 18.1464C23.0527 18.2402 23 18.3674 23 18.5V21H20.5C20.3674 21 20.2402 21.0527 20.1464 21.1464C20.0527 21.2402 20 21.3674 20 21.5V29.5C20 29.6326 20.0527 29.7598 20.1464 29.8536C20.2402 29.9473 20.3674 30 20.5 30H28.5C28.6326 30 28.7598 29.9473 28.8536 29.8536C28.9473 29.7598 29 29.6326 29 29.5V27H31.5C31.6326 27 31.7598 26.9473 31.8536 26.8536C31.9473 26.7598 32 26.6326 32 26.5V18.5C32 18.3674 31.9473 18.2402 31.8536 18.1464C31.7598 18.0527 31.6326 18 31.5 18ZM31 26H29V21.5C29 21.3674 28.9473 21.2402 28.8536 21.1464C28.7598 21.0527 28.6326 21 28.5 21H24V19H31V26Z" fill="#F9F9F9"/>
4
4
  <path d="M50.2386 22.1108H48.9091C48.858 21.8267 48.7628 21.5767 48.6236 21.3608C48.4844 21.1449 48.3139 20.9616 48.1122 20.8111C47.9105 20.6605 47.6847 20.5469 47.4347 20.4702C47.1875 20.3935 46.9247 20.3551 46.6463 20.3551C46.1435 20.3551 45.6932 20.4815 45.2955 20.7344C44.9006 20.9872 44.5881 21.358 44.358 21.8466C44.1307 22.3352 44.017 22.9318 44.017 23.6364C44.017 24.3466 44.1307 24.946 44.358 25.4347C44.5881 25.9233 44.902 26.2926 45.2997 26.5426C45.6974 26.7926 46.1449 26.9176 46.642 26.9176C46.9176 26.9176 47.179 26.8807 47.4261 26.8068C47.6761 26.7301 47.902 26.6179 48.1037 26.4702C48.3054 26.3224 48.4759 26.142 48.6151 25.929C48.7571 25.7131 48.8551 25.4659 48.9091 25.1875L50.2386 25.1918C50.1676 25.6207 50.0298 26.0156 49.8253 26.3764C49.6236 26.7344 49.3636 27.044 49.0455 27.3054C48.7301 27.5639 48.3693 27.7642 47.9631 27.9062C47.5568 28.0483 47.1136 28.1193 46.6335 28.1193C45.8778 28.1193 45.2045 27.9403 44.6136 27.5824C44.0227 27.2216 43.5568 26.706 43.2159 26.0355C42.8778 25.3651 42.7088 24.5653 42.7088 23.6364C42.7088 22.7045 42.8793 21.9048 43.2202 21.2372C43.5611 20.5668 44.027 20.0526 44.6179 19.6946C45.2088 19.3338 45.8807 19.1534 46.6335 19.1534C47.0966 19.1534 47.5284 19.2202 47.929 19.3537C48.3324 19.4844 48.6946 19.6776 49.0156 19.9332C49.3366 20.1861 49.6023 20.4957 49.8125 20.8622C50.0227 21.2259 50.1648 21.642 50.2386 22.1108ZM59.3952 23.6364C59.3952 24.5682 59.2248 25.3693 58.8839 26.0398C58.543 26.7074 58.0756 27.2216 57.4819 27.5824C56.891 27.9403 56.2191 28.1193 55.4663 28.1193C54.7106 28.1193 54.0359 27.9403 53.4421 27.5824C52.8512 27.2216 52.3853 26.706 52.0444 26.0355C51.7035 25.3651 51.533 24.5653 51.533 23.6364C51.533 22.7045 51.7035 21.9048 52.0444 21.2372C52.3853 20.5668 52.8512 20.0526 53.4421 19.6946C54.0359 19.3338 54.7106 19.1534 55.4663 19.1534C56.2191 19.1534 56.891 19.3338 57.4819 19.6946C58.0756 20.0526 58.543 20.5668 58.8839 21.2372C59.2248 21.9048 59.3952 22.7045 59.3952 23.6364ZM58.0913 23.6364C58.0913 22.9261 57.9762 22.3281 57.7461 21.8423C57.5188 21.3537 57.2063 20.9844 56.8086 20.7344C56.4137 20.4815 55.9663 20.3551 55.4663 20.3551C54.9634 20.3551 54.5146 20.4815 54.1197 20.7344C53.7248 20.9844 53.4123 21.3537 53.1822 21.8423C52.9549 22.3281 52.8413 22.9261 52.8413 23.6364C52.8413 24.3466 52.9549 24.946 53.1822 25.4347C53.4123 25.9205 53.7248 26.2898 54.1197 26.5426C54.5146 26.7926 54.9634 26.9176 55.4663 26.9176C55.9663 26.9176 56.4137 26.7926 56.8086 26.5426C57.2063 26.2898 57.5188 25.9205 57.7461 25.4347C57.9762 24.946 58.0913 24.3466 58.0913 23.6364ZM61.0369 28V19.2727H64.1477C64.8267 19.2727 65.3892 19.3963 65.8352 19.6435C66.2813 19.8906 66.6151 20.2287 66.8366 20.6577C67.0582 21.0838 67.169 21.5639 67.169 22.098C67.169 22.6349 67.0568 23.1179 66.8324 23.5469C66.6108 23.973 66.2756 24.3111 65.8267 24.5611C65.3807 24.8082 64.8196 24.9318 64.1435 24.9318H62.0043V23.8153H64.0241C64.4531 23.8153 64.8011 23.7415 65.0682 23.5938C65.3352 23.4432 65.5312 23.2386 65.6562 22.9801C65.7812 22.7216 65.8438 22.4276 65.8438 22.098C65.8438 21.7685 65.7812 21.4759 65.6562 21.2202C65.5312 20.9645 65.3338 20.7642 65.0639 20.6193C64.7969 20.4744 64.4446 20.402 64.0071 20.402H62.3537V28H61.0369ZM68.0394 19.2727H69.5352L71.815 23.2401H71.9087L74.1886 19.2727H75.6843L72.5181 24.5739V28H71.2056V24.5739L68.0394 19.2727Z" fill="#F9F9F9"/>
5
5
  </svg>
6
- `},components:[{tag:"Row",advanced:{d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}},childrens:[{tag:"Col",childrens:[{tag:"Row",settings:{layout:{desktop:{cols:[9,3],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},inlineAlignment:"start",blockAlignment:"start"},styles:{fullWidth:{desktop:!0,tablet:!1,mobile:!1},verticalGutter:{desktop:"8px"},columnGap:{desktop:"1%"},background:{desktop:{type:"color",color:"#E1EFFF",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1,width:{desktop:"451px"}},advanced:{"spacing-setting":{desktop:{link:!0,padding:{bottom:"var(--g-s-s)",left:"var(--g-s-s)",right:"var(--g-s-s)",top:"var(--g-s-s)"},margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}},childrens:[{tag:"Col",childrens:[{tag:"Col",childrens:[{tag:"Text",settings:{text:'<p><span style="font-size:16px;">Save 30% | Code: <strong>GEMPAGES30</strong></span></p>',translate:"text",htmlTag:"div",background:{desktop:{type:"color",color:"#00000000",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},globalSize:{desktop:{width:"100%",padding:{type:"custom",top:"0px",left:"0px",right:"0px",bottom:"0px"},gap:""}}},styles:{typo:{type:"paragraph-1",attrs:{color:"#121212"},custom:{fontSize:{desktop:"16px",tablet:"16px",mobile:"16px"},fontWeight:"400",lineHeight:{desktop:"150%",tablet:"180%",mobile:"180%"},letterSpacing:{desktop:"normal"},fontFamily:{value:"Inter",type:"google"},fontStyle:"normal",textShadow:{angle:37,blur:"2px",color:"rgba(0, 0, 0, 0.6)",distance:"4px",type:"custom"},hasShadowText:!1}},textAlign:{desktop:"left"},align:{desktop:"center"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,tablet:1,mobile:1}},advanced:{"spacing-setting":{desktop:{link:!0,margin:{bottom:"0px",left:"0px",right:"0px",top:"0px"},padding:{}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} p {\n\n}"},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}}}]}]},{tag:"Col",childrens:[{tag:"Coupon",settings:{iconSvg:'<svg height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414808601461096"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"></path></svg>'}}]}]}]}]}]}];export{CouponPresets};
6
+ `},components:[{tag:"Row",advanced:{d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}},childrens:[{tag:"Col",childrens:[{tag:"Row",settings:{layout:{desktop:{cols:[9,3],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},inlineAlignment:"start",blockAlignment:"start"},styles:{fullWidth:{desktop:!0,tablet:!1,mobile:!1},verticalGutter:{desktop:"8px"},columnGap:{desktop:"1%"},background:{desktop:{type:"color",color:"#E1EFFF",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1,width:{desktop:"451px"}},advanced:{"spacing-setting":{desktop:{link:!0,padding:{bottom:"var(--g-s-s)",left:"var(--g-s-s)",right:"var(--g-s-s)",top:"var(--g-s-s)"},margin:{bottom:0}}},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}},childrens:[{tag:"Col",childrens:[{tag:"Col",childrens:[{tag:"Text",settings:{text:'<p><span style="font-size:16px;">Save 30% | Code: <strong>GEMPAGES30</strong></span></p>',translate:"text",htmlTag:"div",background:{desktop:{type:"color",color:"#00000000",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},globalSize:{desktop:{width:"100%",padding:{type:"custom",top:"0px",left:"0px",right:"0px",bottom:"0px"},gap:""}}},styles:{typo:{type:"paragraph-1",attrs:{color:"#121212"},custom:{fontSize:{desktop:"16px",tablet:"16px",mobile:"16px"},fontWeight:"400",lineHeight:{desktop:"150%",tablet:"180%",mobile:"180%"},letterSpacing:{desktop:"normal"},fontFamily:{value:"Inter",type:"google"},fontStyle:"normal",textShadow:{angle:37,blur:"2px",color:"rgba(0, 0, 0, 0.6)",distance:"4px",type:"custom"},hasShadowText:!1}},textAlign:{desktop:"left"},align:{desktop:"center"},hasLineClamp:{desktop:!1},lineClamp:{desktop:1,tablet:1,mobile:1}},advanced:{"spacing-setting":{desktop:{link:!0,margin:{bottom:"0px",left:"0px",right:"0px",top:"0px"},padding:{}}},editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n.{{rootClassName}} p {\n\n}"},d:{desktop:!0,tablet:!0,mobile:!0},border:{desktop:{normal:{borderType:"none",border:"none",borderWidth:"1px",width:"1px 1px 1px 1px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"4px",spread:"4px",color:"rgba(18, 18, 18, 0.7)",angle:49}}},op:{desktop:"100%"}}}]}]},{tag:"Col",childrens:[{tag:"Coupon",settings:{iconSvg:'<svg height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" data-id="508414808601461096"><path fill="currentColor" strokelinecap="round" strokelinejoin="round" d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"></path></svg>'}}]}]}]}]}],toolbarActiveConfig:{tag:"Coupon",path:0}}];export{CouponPresets};
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSettingV3}from"./carousel-v3/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImageV3.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as Radio}from"./radio/components/Radio.js";export{default as Select}from"./select/components/Select.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Text}from"./text/components/Text.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as Video}from"./video/components/Video.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{t as liquidComponents};
1
+ export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSettingV3}from"./carousel-v3/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{postPurchaseBuyerConsentSetting}from"./post-purchase/buyer-consent/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as CarouselV3}from"./carousel-v3/components/root/Carousel.js";export{default as CarouselItemV3}from"./carousel-v3/components/item/CarouselItem.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as PostPurchaseProductSubscription}from"./post-purchase/product/components/product-subscription/ProductSubscription.js";export{default as PostPurchaseBuyerConsent}from"./post-purchase/buyer-consent/components/BuyerConsent.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as ProductImagesV3}from"./product/components/product-images-v3/ProductImageV3.js";export{default as ProductPropertyInput}from"./product/components/product-properties/ProductProperties.js";export{default as ProductQuickView}from"./product/components/product-quick-view/QuickView.js";export{default as ProductTag}from"./product/components/product-discount-tag/ProductDiscountTag.js";export{default as ProductList}from"./product/components/product-list/ProductList.js";export{default as ProductListV3}from"./product/components/product-list-v3/ProductList.js";export{default as ProductVendor}from"./product/components/product-vendor/Vendor.js";export{default as DynamicCheckout}from"./product/components/dynamic-checkout/DynamicCheckout.js";export{default as ProductViewMore}from"./product/components/product-view-more/ProductViewMore.js";export{default as ProductBadge}from"./product/components/product-badge/ProductBadge.js";export{default as ProductBundleDiscount}from"./product/components/product-bundle/ProductBundleDiscount.js";export{default as ProductBundleDiscountItem}from"./product/components/product-bundle/ProductBundleDiscountItem.js";export{default as ProductSku}from"./product/components/product-sku/Sku.js";export{default as FileUpload}from"./product/components/file-upload/UploadFile.js";export{default as Radio}from"./radio/components/Radio.js";export{default as Select}from"./select/components/Select.js";export{default as Tabs}from"./tab/components/Tabs.js";export{default as TabItem}from"./tab/components/TabItem.js";export{default as Text}from"./text/components/Text.js";export{default as Textarea}from"./textarea/components/Textarea.js";export{default as Video}from"./video/components/Video.js";export{default as KachingSubscriptionsApp}from"./third-party/components/KachingSubscriptionsApp.js";export{default as BloyRewardsProgramLoyalty}from"./third-party/components/BloyRewardsProgramLoyalty.js";export{default as DealeasyVolumeDiscounts}from"./third-party/components/DealeasyVolumeDiscounts.js";export{default as UppromoteAffiliateMarketing}from"./third-party/components/UppromoteAffiliateMarketing.js";export{default as AovBundlesVolumeDiscounts}from"./third-party/components/AovBundlesVolumeDiscounts.js";export{default as AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{t as liquidComponents};
package/dist/esm/next.js CHANGED
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import t from"./accordion/next.js";import o from"./article/next.js";import r from"./hero-banner/next.js";import m from"./breadcrumb/next.js";import e from"./button/next.js";import i from"./carousel-v3/next.js";import n from"./carousel/next.js";import s from"./cart/next.js";import p from"./code/next.js";import x from"./collection/next.js";import f from"./countdown-timer/next.js";import j from"./coupon/next.js";import a from"./dialog/next.js";import c from"./estimate-delivery/next.js";import u from"./form/next.js";import l from"./grid/next.js";import d from"./header/next.js";import h from"./heading/next.js";import g from"./icon/next.js";import b from"./icon-list/next.js";import v from"./icon-list-hoz/next.js";import y from"./icon-list-v2/next.js";import k from"./image/next.js";import w from"./image-comparison/next.js";import q from"./image-detection/next.js";import z from"./input/next.js";import A from"./line/next.js";import B from"./link/next.js";import C from"./marquee/next.js";import D from"./menu/next.js";import E from"./modal/next.js";import F from"./pagination/next.js";import G from"./post-purchase/advanced-list/next.js";import H from"./post-purchase/button/next.js";import I from"./post-purchase/callout-banner/next.js";import J from"./post-purchase/countdown-timer/next.js";import K from"./post-purchase/image/next.js";import L from"./post-purchase/line/next.js";import M from"./post-purchase/link/next.js";import N from"./post-purchase/text/next.js";import O from"./post-purchase/product/next.js";import P from"./product/next.js";import Q from"./radio/next.js";import R from"./select/next.js";import S from"./tab/next.js";import T from"./text/next.js";import U from"./textarea/next.js";import V from"./video/next.js";import W from"./third-party/next.js";import X from"./third-party-instant/next.js";import Y from"./stock-counter/next.js";import Z from"./third-party-slot/next.js";import $ from"./shop-pay-installment/next.js";import _ from"./sticky/next.js";var next={...t,...o,...r,...m,...e,...n,...i,...s,...p,...x,...f,...j,...a,...c,...u,...l,...d,...h,...g,...b,...v,...y,...k,...w,...q,...z,...A,...B,...C,...D,...E,...F,...G,...H,...I,...J,...K,...L,...M,...N,...O,...P,...Q,...R,...S,...T,...U,...V,...W,...X,...Y,...Z,...$,..._};export{next as default};
2
+ import t from"./accordion/next.js";import o from"./article/next.js";import r from"./hero-banner/next.js";import m from"./breadcrumb/next.js";import e from"./button/next.js";import i from"./carousel-v3/next.js";import n from"./carousel/next.js";import s from"./cart/next.js";import p from"./code/next.js";import x from"./collection/next.js";import f from"./countdown-timer/next.js";import j from"./coupon/next.js";import a from"./dialog/next.js";import c from"./estimate-delivery/next.js";import u from"./form/next.js";import l from"./grid/next.js";import d from"./header/next.js";import h from"./heading/next.js";import b from"./icon/next.js";import g from"./icon-list/next.js";import y from"./icon-list-hoz/next.js";import v from"./icon-list-v2/next.js";import k from"./image/next.js";import w from"./image-comparison/next.js";import q from"./image-detection/next.js";import z from"./input/next.js";import A from"./line/next.js";import B from"./link/next.js";import C from"./marquee/next.js";import D from"./menu/next.js";import E from"./modal/next.js";import F from"./pagination/next.js";import G from"./post-purchase/advanced-list/next.js";import H from"./post-purchase/button/next.js";import I from"./post-purchase/callout-banner/next.js";import J from"./post-purchase/countdown-timer/next.js";import K from"./post-purchase/image/next.js";import L from"./post-purchase/line/next.js";import M from"./post-purchase/link/next.js";import N from"./post-purchase/text/next.js";import O from"./post-purchase/product/next.js";import P from"./post-purchase/buyer-consent/next.js";import Q from"./product/next.js";import R from"./radio/next.js";import S from"./select/next.js";import T from"./tab/next.js";import U from"./text/next.js";import V from"./textarea/next.js";import W from"./video/next.js";import X from"./third-party/next.js";import Y from"./third-party-instant/next.js";import Z from"./stock-counter/next.js";import $ from"./third-party-slot/next.js";import _ from"./shop-pay-installment/next.js";import tt from"./sticky/next.js";var next={...t,...o,...r,...m,...e,...n,...i,...s,...p,...x,...f,...j,...a,...c,...u,...l,...d,...h,...b,...g,...y,...v,...k,...w,...q,...z,...A,...B,...C,...D,...E,...F,...G,...H,...I,...J,...K,...L,...M,...N,...O,...P,...Q,...R,...S,...T,...U,...V,...W,...X,...Y,...Z,...$,..._,...tt};export{next as default};
@@ -0,0 +1 @@
1
+ import{filterTruthyStyles as e}from"@gem-sdk/core";import{postPurchaseTextColor as t}from"../../common/helper.js";let composeClasses=t=>e(t),getWrapperClassName=({align:e,uid:t})=>{let s={"gp-flex gp-items-center":!0,"gp-justify-center":"center"===e,"gp-justify-end":"right"===e,"gp-justify-start":"right"!==e&&"center"!==e};return t&&(s[t]=!!t),composeClasses(s)},getCheckboxContainerClassName=()=>({"gp-flex gp-items-start gp-leading-[1.3] [overflow-wrap:break-word]":!0}),getCheckboxClassName=()=>composeClasses({"gp-m-0.5 gp-h-4 gp-w-4 gp-inline-block gp-static gp-flex-shrink-0":!0}),getLinkComponentClassName=()=>({"gp-underline":!0}),getLinkComponentStyles=()=>({color:t.defaultLink});export{getCheckboxClassName,getCheckboxContainerClassName,getLinkComponentClassName,getLinkComponentStyles,getWrapperClassName};
@@ -0,0 +1 @@
1
+ import{checkIsValidURL as e}from"../../common/helper.js";let getComponentTag=o=>{let t=e(o||"");return t?"a":"span"};export{getComponentTag};
@@ -0,0 +1 @@
1
+ import{makeGlobalSize as t,filterTruthyStyles as e}from"@gem-sdk/core";import{makeTextColor as o,makeFontWeight as r,makeFontSize as n}from"../../common/helper.js";let composeStyles=t=>e(t),getWrapperStyles=({styles:e})=>{let{globalSize:o}=e??{},r=t(o);return composeStyles({...r?.width?.["--w"]?r.width:{"--w":"100%"},...r.padding,"--ta":e?.textAlign})},getContainerStyles=({styles:t})=>({"--w":t?.width}),getCheckboxInputStyles=()=>({appearance:"auto"}),getTextStyle=({styles:t})=>{let{horizontalSpacing:l="8px",typo:i}=t??{},p={"--pl":l,minWidth:"0"};if(!i)return e({...p});let s={"text-transform":i.textTransform,color:o(i.textColor,i.fontWeight),"font-weight":r(i.fontWeight),"font-size":n(i.fontSize)};return e({...p,...s})};export{getCheckboxInputStyles,getContainerStyles,getTextStyle,getWrapperStyles};
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useEffect as t}from"react";import{createStyle as s,createClass as o}from"@gem-sdk/system";import{getWrapperStyles as i,getContainerStyles as c,getCheckboxInputStyles as m,getTextStyle as l}from"../common/styles.js";import{getWrapperClassName as d,getCheckboxContainerClassName as n,getCheckboxClassName as a,getLinkComponentClassName as u,getLinkComponentStyles as p}from"../common/classes.js";import{getComponentTag as y}from"../common/helpers.js";import{useProduct as h,useProductStore as f}from"@gem-sdk/core";let COMPONENT_ID_PREFIX="buyer-consent-product",BuyerConsent=({styles:b,builderProps:g,setting:k})=>{let N=h(),j=f(e=>e.isAgreeBuyWithSubscription),B=f(e=>e.setIsAgreeBuyWithSubscription),{description:C,policyLabel:x,policyLink:I,align:_}=k??{},v=N?.id?`buyer-consent-product-${N.id}`:void 0,A=y(I),E=s(i({styles:b})),F=o(d({align:_,uid:g?.uid})),O=s(c({styles:b})),P=o(n()),S=s(m()),W=s(l({styles:b})),D=o(a()),M=o(u()),R=s(p()),T=e=>{B(e.target.checked)};return t(()=>{B(k?.selected??!1)},[B,k?.selected]),e("div",{"data-id":g?.uid,style:E,className:F,children:r("label",{htmlFor:v,style:O,className:P,children:[e("input",{id:v,name:v,type:"checkbox",style:S,className:D,checked:j,onChange:T}),r("bdo",{dir:b?.direction??"ltr",style:W,children:[C," ",e(A,{target:"_blank",rel:"noreferrer",href:I,className:M,style:R,children:x})]})]})})};export{BuyerConsent as default};
@@ -0,0 +1 @@
1
+ import"react/jsx-runtime";import"react";import"@gem-sdk/system";import"@gem-sdk/core";import e from"./settings/buyer-consent/index.js";let postPurchaseBuyerConsentSetting={PostPurchaseBuyerConsent:e};export{postPurchaseBuyerConsentSetting};
@@ -0,0 +1 @@
1
+ import o from"next/dynamic";import e from"../../common/components/Loading.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";let PostPurchaseBuyerConsent=o(()=>import("./components/BuyerConsent.js"),{loading:e});var postPurchaseBuyerConsent={PostPurchaseBuyerConsent};export{postPurchaseBuyerConsent as default};
@@ -0,0 +1,5 @@
1
+ let PostPurchaseBuyerConsentPresets=[{id:"post-purchase-buyer-consent",name:{en:"Buyer Consent"},icon:{desktop:`<svg width="92" height="20" viewBox="0 0 92 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2.5" y="2.5" width="15" height="15" rx="3" fill="#424242"/>
3
+ <path d="M5.71386 10.8239L8.68872 13.75L14.2853 6.25" stroke="#F9F9F9" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M29.8295 7.45455C29.7784 7.02273 29.571 6.6875 29.2074 6.44886C28.8438 6.21023 28.3977 6.09091 27.8693 6.09091C27.483 6.09091 27.1449 6.15341 26.8551 6.27841C26.5682 6.40341 26.3438 6.57528 26.1818 6.79403C26.0227 7.01278 25.9432 7.26136 25.9432 7.53977C25.9432 7.77273 25.9986 7.97301 26.1094 8.14062C26.223 8.3054 26.3679 8.44318 26.544 8.55398C26.7202 8.66193 26.9048 8.75142 27.098 8.82244C27.2912 8.89062 27.4688 8.94602 27.6307 8.98864L28.517 9.22727C28.7443 9.28693 28.9972 9.36932 29.2756 9.47443C29.5568 9.57955 29.8253 9.72301 30.081 9.90483C30.3395 10.0838 30.5526 10.3139 30.7202 10.5952C30.8878 10.8764 30.9716 11.2216 30.9716 11.6307C30.9716 12.1023 30.848 12.5284 30.6009 12.9091C30.3565 13.2898 29.9986 13.5923 29.527 13.8168C29.0582 14.0412 28.4886 14.1534 27.8182 14.1534C27.1932 14.1534 26.652 14.0526 26.1946 13.8509C25.7401 13.6491 25.3821 13.3679 25.1207 13.0071C24.8622 12.6463 24.7159 12.2273 24.6818 11.75H25.7727C25.8011 12.0795 25.9119 12.3523 26.1051 12.5682C26.3011 12.7812 26.5483 12.9403 26.8466 13.0455C27.1477 13.1477 27.4716 13.1989 27.8182 13.1989C28.2216 13.1989 28.5838 13.1335 28.9048 13.0028C29.2259 12.8693 29.4801 12.6847 29.6676 12.4489C29.8551 12.2102 29.9489 11.9318 29.9489 11.6136C29.9489 11.3239 29.8679 11.0881 29.706 10.9062C29.544 10.7244 29.331 10.5767 29.0668 10.4631C28.8026 10.3494 28.517 10.25 28.2102 10.1648L27.1364 9.85795C26.4545 9.66193 25.9148 9.3821 25.517 9.01847C25.1193 8.65483 24.9205 8.17898 24.9205 7.59091C24.9205 7.10227 25.0526 6.67614 25.3168 6.3125C25.5838 5.94602 25.9418 5.66193 26.3906 5.46023C26.8423 5.25568 27.3466 5.15341 27.9034 5.15341C28.4659 5.15341 28.9659 5.25426 29.4034 5.45597C29.8409 5.65483 30.1875 5.92756 30.4432 6.27415C30.7017 6.62074 30.8381 7.0142 30.8523 7.45455H29.8295ZM35.4194 7.45455V8.30682H32.0273V7.45455L35.4194 7.45455ZM33.016 5.88636H34.0217V12.125C34.0217 12.4091 34.0629 12.6222 34.1452 12.7642C34.2305 12.9034 34.3384 12.9972 34.4691 13.0455C34.6026 13.0909 34.7433 13.1136 34.891 13.1136C35.0018 13.1136 35.0927 13.108 35.1637 13.0966C35.2347 13.0824 35.2915 13.071 35.3342 13.0625L35.5387 13.9659C35.4705 13.9915 35.3754 14.017 35.2532 14.0426C35.131 14.071 34.9762 14.0852 34.7887 14.0852C34.5046 14.0852 34.2262 14.0241 33.9535 13.902C33.6836 13.7798 33.4592 13.5937 33.2802 13.3437C33.104 13.0937 33.016 12.7784 33.016 12.3977V5.88636ZM39.521 14.1364C38.93 14.1364 38.4116 13.9957 37.9656 13.7145C37.5224 13.4332 37.1758 13.0398 36.9258 12.5341C36.6786 12.0284 36.555 11.4375 36.555 10.7614C36.555 10.0795 36.6786 9.48437 36.9258 8.97585C37.1758 8.46733 37.5224 8.07244 37.9656 7.79119C38.4116 7.50994 38.93 7.36932 39.521 7.36932C40.1119 7.36932 40.6289 7.50994 41.0721 7.79119C41.5181 8.07244 41.8647 8.46733 42.1119 8.97585C42.3619 9.48437 42.4869 10.0795 42.4869 10.7614C42.4869 11.4375 42.3619 12.0284 42.1119 12.5341C41.8647 13.0398 41.5181 13.4332 41.0721 13.7145C40.6289 13.9957 40.1119 14.1364 39.521 14.1364ZM39.521 13.233C39.9698 13.233 40.3391 13.1179 40.6289 12.8878C40.9187 12.6577 41.1332 12.3551 41.2724 11.9801C41.4116 11.6051 41.4812 11.1989 41.4812 10.7614C41.4812 10.3239 41.4116 9.91619 41.2724 9.53835C41.1332 9.16051 40.9187 8.85511 40.6289 8.62216C40.3391 8.3892 39.9698 8.27273 39.521 8.27273C39.0721 8.27273 38.7028 8.3892 38.413 8.62216C38.1232 8.85511 37.9087 9.16051 37.7695 9.53835C37.6303 9.91619 37.5607 10.3239 37.5607 10.7614C37.5607 11.1989 37.6303 11.6051 37.7695 11.9801C37.9087 12.3551 38.1232 12.6577 38.413 12.8878C38.7028 13.1179 39.0721 13.233 39.521 13.233ZM44.022 14V7.45455H44.9936V8.44318H45.0618C45.1811 8.11932 45.397 7.85653 45.7095 7.65483C46.022 7.45312 46.3743 7.35227 46.7663 7.35227C46.8402 7.35227 46.9325 7.35369 47.0433 7.35653C47.1541 7.35937 47.2379 7.36364 47.2947 7.36932V8.39205C47.2607 8.38352 47.1825 8.37074 47.0604 8.35369C46.9411 8.33381 46.8146 8.32386 46.6811 8.32386C46.3629 8.32386 46.0788 8.39062 45.8288 8.52415C45.5817 8.65483 45.3857 8.83665 45.2408 9.0696C45.0987 9.29972 45.0277 9.5625 45.0277 9.85795V14H44.022ZM51.032 14.1364C50.4013 14.1364 49.8572 13.9972 49.3999 13.7187C48.9453 13.4375 48.5945 13.0455 48.3473 12.5426C48.103 12.0369 47.9808 11.4489 47.9808 10.7784C47.9808 10.108 48.103 9.51705 48.3473 9.00568C48.5945 8.49148 48.9382 8.09091 49.3786 7.80398C49.8217 7.5142 50.3388 7.36932 50.9297 7.36932C51.2706 7.36932 51.6072 7.42614 51.9396 7.53977C52.272 7.65341 52.5746 7.83807 52.8473 8.09375C53.12 8.34659 53.3374 8.68182 53.4993 9.09943C53.6612 9.51705 53.7422 10.0312 53.7422 10.642V11.0682H48.6967V10.1989H52.7195C52.7195 9.82955 52.6456 9.5 52.4979 9.21023C52.353 8.92045 52.1456 8.69176 51.8757 8.52415C51.6087 8.35653 51.2933 8.27273 50.9297 8.27273C50.5291 8.27273 50.1825 8.37216 49.8899 8.57102C49.6001 8.76705 49.3771 9.02273 49.2209 9.33807C49.0646 9.65341 48.9865 9.99148 48.9865 10.3523V10.9318C48.9865 11.4261 49.0717 11.8452 49.2422 12.1889C49.4155 12.5298 49.6555 12.7898 49.9624 12.9687C50.2692 13.1449 50.6257 13.233 51.032 13.233C51.2962 13.233 51.5348 13.196 51.7479 13.1222C51.9638 13.0455 52.1499 12.9318 52.3061 12.7812C52.4624 12.6278 52.5831 12.4375 52.6683 12.2102L53.6399 12.483C53.5376 12.8125 53.3658 13.1023 53.1243 13.3523C52.8828 13.5994 52.5845 13.7926 52.2294 13.9318C51.8743 14.0682 51.4751 14.1364 51.032 14.1364ZM58.647 16.4545V7.45455H59.6186V8.49432H59.7379C59.8118 8.38068 59.9141 8.2358 60.0447 8.05966C60.1783 7.88068 60.3686 7.72159 60.6158 7.58239C60.8658 7.44034 61.2038 7.36932 61.63 7.36932C62.1811 7.36932 62.6669 7.5071 63.0874 7.78267C63.5078 8.05824 63.8359 8.44886 64.0717 8.95455C64.3075 9.46023 64.4254 10.0568 64.4254 10.7443C64.4254 11.4375 64.3075 12.0384 64.0717 12.5469C63.8359 13.0526 63.5092 13.4446 63.0916 13.723C62.674 13.9986 62.1925 14.1364 61.647 14.1364C61.2266 14.1364 60.8899 14.0668 60.6371 13.9276C60.3842 13.7855 60.1896 13.625 60.0533 13.446C59.9169 13.2642 59.8118 13.1136 59.7379 12.9943H59.6527V16.4545H58.647ZM59.6357 10.7273C59.6357 11.2216 59.7081 11.6577 59.853 12.0355C59.9979 12.4105 60.2095 12.7045 60.4879 12.9176C60.7663 13.1278 61.1072 13.233 61.5107 13.233C61.9311 13.233 62.282 13.1222 62.5632 12.9006C62.8473 12.6761 63.0604 12.375 63.2024 11.9972C63.3473 11.6165 63.4197 11.1932 63.4197 10.7273C63.4197 10.267 63.3487 9.85227 63.2067 9.48295C63.0675 9.1108 62.8558 8.81676 62.5717 8.60085C62.2905 8.3821 61.9368 8.27273 61.5107 8.27273C61.1016 8.27273 60.7578 8.37642 60.4794 8.58381C60.201 8.78835 59.9908 9.07528 59.8487 9.4446C59.7067 9.81108 59.6357 10.2386 59.6357 10.7273ZM68.6186 14.1364C68.0277 14.1364 67.5092 13.9957 67.0632 13.7145C66.62 13.4332 66.2734 13.0398 66.0234 12.5341C65.7763 12.0284 65.6527 11.4375 65.6527 10.7614C65.6527 10.0795 65.7763 9.48437 66.0234 8.97585C66.2734 8.46733 66.62 8.07244 67.0632 7.79119C67.5092 7.50994 68.0277 7.36932 68.6186 7.36932C69.2095 7.36932 69.7266 7.50994 70.1697 7.79119C70.6158 8.07244 70.9624 8.46733 71.2095 8.97585C71.4595 9.48437 71.5845 10.0795 71.5845 10.7614C71.5845 11.4375 71.4595 12.0284 71.2095 12.5341C70.9624 13.0398 70.6158 13.4332 70.1697 13.7145C69.7266 13.9957 69.2095 14.1364 68.6186 14.1364ZM68.6186 13.233C69.0675 13.233 69.4368 13.1179 69.7266 12.8878C70.0163 12.6577 70.2308 12.3551 70.37 11.9801C70.5092 11.6051 70.5788 11.1989 70.5788 10.7614C70.5788 10.3239 70.5092 9.91619 70.37 9.53835C70.2308 9.16051 70.0163 8.85511 69.7266 8.62216C69.4368 8.3892 69.0675 8.27273 68.6186 8.27273C68.1697 8.27273 67.8004 8.3892 67.5107 8.62216C67.2209 8.85511 67.0064 9.16051 66.8672 9.53835C66.728 9.91619 66.6584 10.3239 66.6584 10.7614C66.6584 11.1989 66.728 11.6051 66.8672 11.9801C67.0064 12.3551 67.2209 12.6577 67.5107 12.8878C67.8004 13.1179 68.1697 13.233 68.6186 13.233ZM74.1254 5.27273V14H73.1197V5.27273H74.1254ZM75.9673 14V7.45455H76.973V14H75.9673ZM76.4787 6.36364C76.2827 6.36364 76.1136 6.29687 75.9716 6.16335C75.8324 6.02983 75.7628 5.86932 75.7628 5.68182C75.7628 5.49432 75.8324 5.33381 75.9716 5.20028C76.1136 5.06676 76.2827 5 76.4787 5C76.6747 5 76.8423 5.06676 76.9815 5.20028C77.1236 5.33381 77.1946 5.49432 77.1946 5.68182C77.1946 5.86932 77.1236 6.02983 76.9815 6.16335C76.8423 6.29687 76.6747 6.36364 76.4787 6.36364ZM81.4741 14.1364C80.8604 14.1364 80.332 13.9915 79.8888 13.7017C79.4457 13.4119 79.1048 13.0128 78.8661 12.5043C78.6275 11.9957 78.5082 11.4148 78.5082 10.7614C78.5082 10.0966 78.6303 9.50994 78.8746 9.00142C79.1218 8.49006 79.4656 8.09091 79.9059 7.80398C80.3491 7.5142 80.8661 7.36932 81.457 7.36932C81.9173 7.36932 82.332 7.45455 82.7013 7.625C83.0707 7.79545 83.3732 8.03409 83.609 8.34091C83.8448 8.64773 83.9911 9.00568 84.0479 9.41477H83.0423C82.9656 9.11648 82.7951 8.85227 82.5309 8.62216C82.2695 8.3892 81.9173 8.27273 81.4741 8.27273C81.082 8.27273 80.7383 8.375 80.4428 8.57955C80.1502 8.78125 79.9215 9.06676 79.7567 9.43608C79.5948 9.80256 79.5138 10.233 79.5138 10.7273C79.5138 11.233 79.5934 11.6733 79.7525 12.0483C79.9144 12.4233 80.1417 12.7145 80.4343 12.9219C80.7298 13.1293 81.0763 13.233 81.4741 13.233C81.7354 13.233 81.9727 13.1875 82.1857 13.0966C82.3988 13.0057 82.5792 12.875 82.7269 12.7045C82.8746 12.5341 82.9798 12.3295 83.0423 12.0909H84.0479C83.9911 12.4773 83.8505 12.8253 83.6261 13.1349C83.4045 13.4418 83.1104 13.6861 82.744 13.8679C82.3803 14.0469 81.957 14.1364 81.4741 14.1364ZM86.1658 16.4545C85.9954 16.4545 85.8434 16.4403 85.7099 16.4119C85.5763 16.3864 85.484 16.3608 85.4329 16.3352L85.6886 15.4489C85.9329 15.5114 86.1488 15.5341 86.3363 15.517C86.5238 15.5 86.69 15.4162 86.8349 15.2656C86.9826 15.1179 87.1175 14.8778 87.2397 14.5455L87.4272 14.0341L85.0067 7.45455L86.0977 7.45455L87.9045 12.6705H87.9727L89.7795 7.45455H90.8704L88.092 14.9545C87.967 15.2926 87.8121 15.5724 87.6275 15.794C87.4428 16.0185 87.2283 16.1847 86.984 16.2926C86.7425 16.4006 86.4698 16.4545 86.1658 16.4545Z" fill="#F9F9F9"/>
5
+ </svg>`},components:[{tag:"PostPurchaseBuyerConsent"}]}];export{PostPurchaseBuyerConsentPresets};
@@ -0,0 +1 @@
1
+ let PostPurchaseBuyerConsentSettings=[{id:"setting",controls:[{id:"description",label:"Content",type:"textarea",default:"I understand this is a subscription that renews automatically until it ends or is canceled.",placeholder:"",autoHeight:!1,lazyUpdate:!0,minHeight:76,maxHeight:76},{id:"policyLink",label:"Link",type:"input",default:"",placeholder:"Insert link"},{id:"policyLabel",label:"Text",type:"input",default:"Cancellation policy",placeholder:"E.g. Store policy"},{id:"selected",type:"toggle",label:"Pre-checked",default:!0},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"}]},{id:"style",controls:[{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",fontWeight:"normal",textTransform:"none",textColor:"default"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,default:"100%",displayOptions:[{label:"Fit content",value:"auto",showValue:!0,displayValue:"Auto"},{label:"Full",value:"100%",showValue:!0}]}]}];export{PostPurchaseBuyerConsentSettings};
@@ -0,0 +1 @@
1
+ let SettingUIV2=[{label:{en:"Text"},controls:[{type:"combo",label:{en:"Content"},iconName:"polaris-text-block",getValueFromSettingID:"description",defaultValueWhenClear:"",compoDefaultValue:"I understand this is a subscription that renews automatically until it ends or is canceled.",controls:[{layout:"vertical",setting:{id:"description"},isHideClear:!1,defaultValueWhenClear:""}]},{type:"combo",label:{en:"Policy link"},iconName:"polaris-text-block",getValueFromSettingID:"policyLabel",defaultValueWhenClear:"",compoDefaultValue:"Cancellation policy",controls:[{label:{en:"Text"},setting:{id:"policyLabel"},defaultValueWhenClear:""},{label:{en:"Link"},setting:{id:"policyLink"}}]},{type:"control",label:{en:"Direction"},setting:{id:"direction"},controlChangeTrigger:{options:{noRecordHistory:!0},settings:[{action:{controlId:"textAlign",newValue:"right",groupType:"style",controlType:"style"},condition:"direction === 'rtl' && textAlign === 'left'",source:["direction","textAlign"]},{action:{controlId:"textAlign",newValue:"left",groupType:"style",controlType:"style"},condition:"direction === 'ltr' && textAlign === 'right'",source:["direction","textAlign"]}]}},{setting:{id:"typo"},layout:"vertical",options:{updateFields:[{field:"attrs.textAlign",settingId:"align"}]},controlChangeTrigger:{settings:[{action:{controlId:"align",valueFromField:"attrs.textAlign",groupType:"setting",controlType:"setting"}}],options:{noRecordHistory:!0}}},{type:"control",setting:{id:"textAlign"},label:{en:"Align"}}]},{label:{en:"Size"},controls:[{type:"control",label:{en:"Width"},setting:{id:"width"}}]},{label:{en:"Display"},controls:[{label:{en:"Pre-checked"},setting:{id:"selected"}}]},{controls:[{label:{en:"Align"},conditionEnable:"!(parseInt(width) >= 100 && width?.includes(\"%\")) && width !== '1px'",setting:{id:"align"},options:{fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"}}]}];export{SettingUIV2};
@@ -0,0 +1,5 @@
1
+ import{SettingUIV2 as o}from"./configs/ui-v2.js";import{PostPurchaseBuyerConsentSettings as C}from"./configs/settings.js";import{PostPurchaseBuyerConsentPresets as s}from"./configs/presets.js";let config={tag:"PostPurchaseBuyerConsent",label:"Buyer consent",icon:`
2
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M20.2125 10C20.0765 10 19.9464 10.0554 19.8521 10.1534L16.6398 13.494C16.4382 13.7036 16.4574 14.0404 16.6815 14.2258L17.8819 15.2187C18.0908 15.3916 18.3995 15.3664 18.5776 15.1619L19.9997 13.5294V21.2647C19.9997 21.5408 20.2235 21.7647 20.4997 21.7647H21.9886C22.2647 21.7647 22.4886 21.5408 22.4886 21.2647V10.5C22.4886 10.2239 22.2647 10 21.9886 10H20.2125ZM34.1886 12.3529C33.9124 12.3529 33.6886 12.5768 33.6886 12.8529V14.7059H31.6997C31.4235 14.7059 31.1997 14.9297 31.1997 15.2059V16.5588C31.1997 16.835 31.4235 17.0588 31.6997 17.0588H33.6886V18.9118C33.6886 19.1879 33.9124 19.4118 34.1886 19.4118H35.6775C35.9536 19.4118 36.1775 19.1879 36.1775 18.9118V17.0588H38.1663C38.4425 17.0588 38.6663 16.835 38.6663 16.5588V15.2059C38.6663 14.9297 38.4425 14.7059 38.1663 14.7059H36.1775V12.8529C36.1775 12.5768 35.9536 12.3529 35.6775 12.3529H34.1886ZM1.33301 16.5588C1.33301 16.835 1.55687 17.0588 1.83301 17.0588H8.29967C8.57582 17.0588 8.79967 16.835 8.79967 16.5588V15.2059C8.79967 14.9297 8.57582 14.7059 8.29967 14.7059H1.83301C1.55687 14.7059 1.33301 14.9297 1.33301 15.2059V16.5588ZM1.33301 29.5C1.33301 29.7761 1.55687 30 1.83301 30H38.1663C38.4425 30 38.6663 29.7761 38.6663 29.5V28.1471C38.6663 27.8709 38.4425 27.6471 38.1663 27.6471H1.83301C1.55687 27.6471 1.33301 27.8709 1.33301 28.1471V29.5Z" fill="currentColor"/>
4
+ </svg>
5
+ `,settings:C,ui:[],uiV2:o,presets:s,editorConfigs:{placeholder:{flowTag:["Product"]}}};export{config as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsx as t}from"react/jsx-runtime";import{useCurrentVariantInStock as e}from"@gem-sdk/core";import o from"../../button/components/Button.js";import{useGetTextSetting as s}from"../hooks/useGetTextSetting.js";let PostPurchaseAcceptButton=r=>{let m=e(),{text:n}=s(m,r);return t(o,{...r,disabled:!m,setting:{...r.setting,text:n},styles:r.styles})};export{PostPurchaseAcceptButton as default};
2
+ import{jsx as t}from"react/jsx-runtime";import{useCurrentVariantInStock as e}from"@gem-sdk/core";import o from"../../button/components/Button.js";import{useGetTextSetting as s}from"../hooks/useGetTextSetting.js";import{useSubscriptionConsentCheck as r}from"../hooks/useSubscriptionConsentCheck.js";let PostPurchaseAcceptButton=n=>{let i=e(),{isDisableAccept:u}=r(),{text:m}=s({isInStock:i,props:n,isRequireSubscriptionConsent:u});return t(o,{...n,disabled:!i||u,setting:{...n.setting,text:m},styles:n.styles})};export{PostPurchaseAcceptButton as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{Fragment as i}from"react";import{useProduct as r}from"@gem-sdk/core";import{createStyle as s,createAttr as d,createClass as l}from"@gem-sdk/system";import{getIconCollapseClassesRotate as n,getContainerPriceBreakdownClasses as a,getWrapperLabelClasses as c,getLabelClasses as m,getDividerClasses as p,getWrapperMoneyLinesClasses as u,getWrapperBreakdownClasses as h}from"../helpers/product-price-breakdown/getClasses.js";import{getStyle as f,getWrapperMoneyLinesStyles as w}from"../helpers/product-price-breakdown/getStyles.js";import{useGetItemGapPriceBreakdown as y}from"../hooks/useGetItemGapPriceBreakdown.js";import{useSetCollapsePrice as b}from"../hooks/useSetCollapsePrice.js";import k from"./price-breakdown/MoneyLine.js";import g from"../../text/components/Text.js";import{useGetMoneyLines as P}from"../hooks/useGetMoneyLines.js";let PostPurchaseProductPriceBreakdown=({setting:v={},styles:x={},style:C,builderAttrs:I,builderProps:j,children:L})=>{let{labelStyle:N,moneyStyle:q,spacing:S,width:B,align:D,isShowPrice:G,direction:M}=x,T=r(),H=T?.baseID?.replace("gid://shopify/Product/",""),{isCollapsePrice:R,onClickLabelPriceBreakdown:$}=b(G),{itemGap:E}=y(S),{getMoneyLines:F}=P(x,v),U=s({...f(C)}),Z=d({...I}),z=l(n(R)),A=l(a(D,j?.uid)),J=l(c(M)),K=l(m()),O=l(p()),Q=l(u()),V=l(h()),W=s({...w(B,E)});return e(t,{children:[e("div",{className:J,onClick:$,role:"button",tabIndex:0,"aria-hidden":"true",children:[o(g,{className:K,styles:{direction:M},setting:{text:R?v.contentHide||"Hide price breakdown":v.contentShow||"Show price breakdown",options:{isCannotEditing:!0}}}),o("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:z,children:o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0187 10.3598C10.7759 10.5853 10.3963 10.5712 10.1708 10.3284L8.01045 8.00191L5.85012 10.3284C5.62464 10.5712 5.245 10.5853 5.00218 10.3598C4.75935 10.1343 4.74529 9.75469 4.97077 9.51187L7.57077 6.71187C7.6843 6.58961 7.84361 6.52014 8.01045 6.52014C8.17729 6.52014 8.3366 6.58961 8.45012 6.71187L11.0501 9.51187C11.2756 9.75469 11.2615 10.1343 11.0187 10.3598Z",fill:"#1879B9"})})]}),o("div",{className:O}),R?o("div",{className:V,children:e("div",{...Z,className:A,style:U,id:`shopify-text-element-${j?.uid}`,"data-product-id":H,children:[o("div",{className:Q,style:W,children:F().map(t=>e(i,{children:["totalLabel"===t.uniqueId&&F().length>1&&o("hr",{}),o("div",{children:o(k,{uniqueId:t.uniqueId,direction:M,builderPropsUID:j?.uid,title:"totalLabel"===t.uniqueId?`<b>${t.title}</b>`:t.title,money:t.money,tooltipData:t.tooltip,labelTextStyles:{typo:{...N},direction:M},moneyTextStyles:{typo:q}})},t.uniqueId)]},t.uniqueId))}),L]})}):null]})};export{PostPurchaseProductPriceBreakdown as default};
2
+ import{jsxs as e,Fragment as t,jsx as o}from"react/jsx-runtime";import{Fragment as i}from"react";import{useProduct as r}from"@gem-sdk/core";import{createStyle as s,createAttr as l,createClass as d}from"@gem-sdk/system";import{getIconCollapseClassesRotate as n,getContainerPriceBreakdownClasses as a,getWrapperLabelClasses as c,getLabelClasses as m,getDividerClasses as p,getWrapperMoneyLinesClasses as u,getWrapperBreakdownClasses as h}from"../helpers/product-price-breakdown/getClasses.js";import{getStyle as f,getWrapperMoneyLinesStyles as b}from"../helpers/product-price-breakdown/getStyles.js";import{useGetItemGapPriceBreakdown as w}from"../hooks/useGetItemGapPriceBreakdown.js";import{useSetCollapsePrice as y}from"../hooks/useSetCollapsePrice.js";import k from"./price-breakdown/MoneyLine.js";import g from"../../text/components/Text.js";import{useGetMoneyLines as P}from"../hooks/useGetMoneyLines.js";let PostPurchaseProductPriceBreakdown=({setting:v={},styles:x={},style:C,builderAttrs:I,builderProps:j,children:L})=>{let{labelStyle:N,moneyStyle:q,spacing:S,width:B,align:T,isShowPrice:D,direction:G}=x,M=r(),H=M?.baseID?.replace("gid://shopify/Product/",""),{isCollapsePrice:R,onClickLabelPriceBreakdown:$}=y(D),{itemGap:E}=w(S),{getMoneyLines:F}=P(x,v),U=s({...f(C)}),Z=l({...I}),z=d(n(R)),A=d(a(T,j?.uid)),J=d(c(G)),K=d(m()),O=d(p()),Q=d(u()),V=d(h()),W=s({...b(B,E)});return e(t,{children:[e("div",{className:J,onClick:$,role:"button",tabIndex:0,"aria-hidden":"true",children:[o(g,{className:K,styles:{direction:G},setting:{text:R?v.contentHide||"Hide price breakdown":v.contentShow||"Show price breakdown",options:{isCannotEditing:!0}}}),o("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:z,children:o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.0187 10.3598C10.7759 10.5853 10.3963 10.5712 10.1708 10.3284L8.01045 8.00191L5.85012 10.3284C5.62464 10.5712 5.245 10.5853 5.00218 10.3598C4.75935 10.1343 4.74529 9.75469 4.97077 9.51187L7.57077 6.71187C7.6843 6.58961 7.84361 6.52014 8.01045 6.52014C8.17729 6.52014 8.3366 6.58961 8.45012 6.71187L11.0501 9.51187C11.2756 9.75469 11.2615 10.1343 11.0187 10.3598Z",fill:"#1879B9"})})]}),o("div",{className:O}),R?o("div",{className:V,children:e("div",{...Z,className:A,style:U,id:`shopify-text-element-${j?.uid}`,"data-product-id":H,children:[o("div",{className:Q,style:W,children:F().map(t=>e(i,{children:["totalLabel"===t.uniqueId&&F().length>1&&o("hr",{}),o("div",{children:o(k,{uniqueId:t.uniqueId,direction:G,builderPropsUID:j?.uid,title:"totalLabel"===t.uniqueId?`<b>${t.title}</b>`:t.title,money:t.money,tooltipData:t.tooltip,labelTextStyles:{typo:{...N},direction:G},moneyTextStyles:{typo:q},subTitle:t.subTitle})},t.uniqueId)]},t.uniqueId))}),L]})}):null]})};export{PostPurchaseProductPriceBreakdown as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as t,jsx as e}from"react/jsx-runtime";import{useProduct as o}from"@gem-sdk/core";import s from"../../../../common/components/Tooltip.js";import r from"../../../text/components/Text.js";import{createClass as i}from"@gem-sdk/system";import{getMoneyRowClasses as m,getTextLabelMoneyClasses as n,getTextValueMoneyClasses as p}from"../../helpers/product-price-breakdown/getClasses.js";import{getLabelTextStyles as c}from"../../helpers/product-price-breakdown/getStyles.js";let MoneyLine=({uniqueId:a,title:d,money:l,labelTextStyles:u,moneyTextStyles:f,builderPropsUID:g,tooltipData:y,direction:h})=>{let x=o(),j=x?.baseID?.replace("gid://shopify/Product/",""),k=i(m(h)),w=i(n(h)),b=i(p(h)),I=c(h,u);return t("div",{className:k,children:[e(r,{className:w,setting:{text:d,options:{uniqueId:`${a}-${g}-${j}`,productID:j,useState:!0}},styles:I}),y?e(s,{tooltip:y.content||"",width:y.width||""}):e(r,{className:b,setting:{text:l,options:{isCannotEditing:!0}},styles:f})]})};export{MoneyLine as default};
2
+ import{jsxs as t,jsx as e}from"react/jsx-runtime";import{useProduct as o}from"@gem-sdk/core";import s from"../../../../common/components/Tooltip.js";import r from"../../../text/components/Text.js";import{createClass as i}from"@gem-sdk/system";import{getMoneyRowClasses as n,getTextLabelMoneyClasses as m,getTextValueMoneyClasses as p}from"../../helpers/product-price-breakdown/getClasses.js";import{getLabelTextStyles as d}from"../../helpers/product-price-breakdown/getStyles.js";let MoneyLine=({uniqueId:l,title:a,money:c,labelTextStyles:g,moneyTextStyles:f,builderPropsUID:u,tooltipData:x,direction:h,subTitle:y})=>{let j=o(),k=j?.baseID?.replace("gid://shopify/Product/",""),w=i(n(h)),N=i(m(h)),b=i(p(h)),v=d(h,g);return t("div",{children:[t("div",{className:w,children:[e(r,{className:N,setting:{text:a,options:{uniqueId:`${l}-${u}-${k}`,productID:k,useState:!0}},styles:v}),x?e(s,{tooltip:x.content||"",width:x.width||""}):e(r,{className:b,setting:{text:c,options:{isCannotEditing:!0}},styles:f})]}),y&&e("div",{className:"gp-text-xs gp-font-normal gp-leading-5 gp-text-[#737373]",children:y})]})};export{MoneyLine as default};
@@ -1 +1 @@
1
- import{usePageStore as o,useProductsQuery as t,flattenConnection as e}from"@gem-sdk/core";import{useDynamicProduct as r}from"../../../hooks/useDynamicProduct.js";import{useMemo as i}from"react";import{hasPublicStoreFrontData as d,createStoreFrontFetcher as n}from"../../../helpers/index.js";import{productOfferPlaceholder as a}from"../../../constants/ProductOfferPlaceholder.js";let useProductOfferData=()=>{let p=o(o=>o.productOffers),u=o(o=>o.publicStoreFrontData),{isDynamicProduct:s}=r(),c=o(o=>o.dynamicDiscountOffer),l=i(()=>s?c?.appliedProductCount:p?.length,[c?.appliedProductCount,s,p?.length]),f=i(()=>p?.sort((o,t)=>o?.node?.position&&t?.node?.position?o.node.position-t.node.position:0).map(o=>o?.node?.objectBaseID).filter(Boolean),[p]),{isLoading:m,isValidating:P,data:D}=t(f||[],{revalidateOnMount:!0},{allStatus:!0,fetcher:d(u)?n(u):void 0}),h=i(()=>m||P,[m,P]),O=i(()=>e(D?.products),[D?.products]),C=i(()=>s&&c?.appliedProductCount?Array(c.appliedProductCount).fill(a):f?.map(o=>O?.find(t=>t?.baseID===o)).filter(Boolean),[s,c?.appliedProductCount,f,O]);return{isLoading:h,productSortedById:C,totalProduct:l}};export{useProductOfferData};
1
+ import{usePageStore as o,useProductOffersQuery as t,flattenConnection as e}from"@gem-sdk/core";import{useDynamicProduct as r}from"../../../hooks/useDynamicProduct.js";import{useMemo as i}from"react";import{hasPublicStoreFrontData as d,createStoreFrontFetcher as n}from"../../../helpers/index.js";import{productOfferPlaceholder as a}from"../../../constants/ProductOfferPlaceholder.js";let useProductOfferData=()=>{let p=o(o=>o.productOffers),u=o(o=>o.publicStoreFrontData),{isDynamicProduct:s}=r(),c=o(o=>o.dynamicDiscountOffer),l=i(()=>s?c?.appliedProductCount:p?.length,[c?.appliedProductCount,s,p?.length]),f=i(()=>p?.sort((o,t)=>o?.node?.position&&t?.node?.position?o.node.position-t.node.position:0).map(o=>o?.node?.objectBaseID).filter(Boolean),[p]),{isLoading:m,isValidating:P,data:D}=t(f||[],{revalidateOnMount:!0},{allStatus:!0,fetcher:d(u)?n(u):void 0}),h=i(()=>m||P,[m,P]),O=i(()=>e(D?.products),[D?.products]),C=i(()=>s&&c?.appliedProductCount?Array(c.appliedProductCount).fill(a):f?.map(o=>O?.find(t=>t?.baseID===o)).filter(Boolean),[s,c?.appliedProductCount,f,O]);return{isLoading:h,productSortedById:C,totalProduct:l}};export{useProductOfferData};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as s,Fragment as i}from"react/jsx-runtime";import{useProduct as t,useRenderMode as o,filterToolbarPreview as l}from"@gem-sdk/core";import{createStyle as n,createClass as r}from"@gem-sdk/system";import{useRef as m,useId as c}from"react";import{SubscriptionEnum as a}from"../../constants/index.js";import{getWrapperClasses as p,getContainerClasses as d}from"./common/classes.js";import{getSubscriptionStyles as g,getSubscriptionWrapperStyles as u}from"./common/styles.js";import{useSellingPlanChange as h}from"./hooks/useSellingPlanChange.js";import{useSellingSubscription as S}from"./hooks/useSellingSubscription.js";import{useSellingPlanOptions as f}from"./hooks/useSellingPlanOptions.js";import{useSubscriptionVisibility as y}from"./hooks/useSubscriptionVisibility.js";import{OneTimePurchaseTooltip as I}from"./components/OneTimePurchaseTooltip.js";import{SellingPlanDropdown as N}from"./components/SellingPlanDropdown.js";import{SellingPlanLabel as P}from"./components/SellingPlanLabel.js";import{SellingPlanRadio as b}from"./components/SellingPlanRadio.js";import{SubscriptionDetail as j}from"./components/SubscriptionDetail.js";import{SubscriptionRadio as T}from"./components/SubscriptionRadio.js";let ProductSubscription=({styles:O,setting:k,builderProps:v,builderAttrs:C,style:E,children:R})=>{let B=t(),{defaultValue:U,selectedSellingPlan:D,setSelectedSellingPlan:M}=S(k),$=f(k),{selectedValue:_,handleSellingPlanChange:x}=h({defaultValue:U,selectedSellingPlan:D,setSelectedSellingPlan:M,sellingPlanOptions:$}),V=m(null),w=c(),{selectedType:L,shouldShowRadio:q,isOneTimeHidden:z,hasNoSellingPlanOptions:A,setSubscriptionSellingType:F}=y({setting:k}),G=n(g(O)),H=n(u(O?.align)),J=r(p()),K=r(d()),Q=n({...E}),{isEditMode:W}=o(),X=`product-subscription-${B?.baseID}`,Y=B?.baseID,Z=`subscription-type-selection-${w}`,ee=k?.sellingType===a.ONE_TIME,es=k?.sellingType===a.SUBSCRIPTION;if(z||A)return W?e("div",{...C,style:Q,children:[s(I,{ref:V,setting:k}),l(R,!0)]}):null;let ei=i=>e("div",{...C,style:Q,children:[s("div",{ref:V,"data-selling-type":k?.sellingType,id:X,className:J,style:H,children:i}),l(R,!0)]}),et=()=>s(i,{children:k?.sellingStyle==="radio"?s(b,{setting:k,styles:O,builderProps:v,productId:Y??"",sellingPlanOptions:$,selectedValue:_,onChange:x}):s(N,{setting:k,sellingPlanOptions:$,selectedValue:_,onChange:x})});return ei(ee&&q?s("div",{className:K,style:G,children:s(T,{id:`${Y}-one-time-radio`,name:Z,value:a.ONE_TIME,checked:L===a.ONE_TIME,className:"!gp-items-start",onChange:e=>{e.target.checked&&F(a.ONE_TIME)},children:s(P,{setting:k,styles:O})})}):es&&q?e("div",{className:K,style:G,children:[s(T,{id:`${Y}-subscription-radio`,name:Z,value:a.SUBSCRIPTION,checked:L===a.SUBSCRIPTION,className:"!gp-items-start",onChange:e=>{e.target.checked&&F(a.SUBSCRIPTION)},children:s(P,{setting:k,styles:O})}),L===a.SUBSCRIPTION&&e(i,{children:[s("div",{className:"gp-pl-7",children:et()}),s("div",{className:"gp-pl-7",children:s(j,{setting:k,styles:O})})]})]}):e("div",{className:K,style:G,children:[s(P,{setting:k,styles:O}),et(),s(j,{setting:k,styles:O})]}))};export{ProductSubscription as default};
@@ -0,0 +1 @@
1
+ import{SubscriptionEnum as e}from"../../../constants/index.js";let getSellingPlanLabelAttrs=({styles:l,sellingType:t})=>{let i=t===e.ONE_TIME;return{typo:i?l?.sellingTitleOneTimeTypo??{}:l?.sellingTitleTypo??{},textAlign:i?l?.sellingTitleOneTimeAlign??"left":l?.sellingTitleAlign??"left",direction:i?l?.sellingTitleOneTimeDirection??"ltr":l?.sellingTitleDirection??"ltr"}};export{getSellingPlanLabelAttrs};
@@ -0,0 +1 @@
1
+ import{composeClasses as e}from"@gem-sdk/core";let getWrapperClasses=()=>e("gp-flex gp-gap-x-[10px] gap-[10px]"),getContainerClasses=()=>e("gp-flex gp-flex-col"),getSellingPlanRadioContainerClasses=()=>e("gp-relative gp-flex gp-flex-col"),getSellingPlanRadioLabelClasses=()=>e("gp-mb-2 gp-text-xs gp-leading-[1.3]"),getSellingPlanRadioOptionsClasses=()=>e("gp-flex gp-flex-col"),getSellingPlanRadioOptionTextClasses=()=>e("gp-text-[14px] gp-leading-[1.3] gp-text-text-light-500"),getSubscriptionRadioLabelClasses=p=>{let g=p?"gp-opacity-50 gp-cursor-not-allowed":"";return e(`gp-flex gp-items-center gp-cursor-pointer gp-gap-2 ${g}`.trim())},getSubscriptionRadioInputClasses=()=>e("gp-relative gp-min-h-[24px] gp-min-w-[24px] gp-w-5 gp-h-5 gp-cursor-pointer gp-appearance-none gp-rounded-full gp-bg-light-100 gp-transition-all gp-border-light-500 gp-border-2 checked:gp-border-[#1879b9] checked:gp-border-[5px] checked:gp-after:gp-content-[''] checked:gp-after:gp-absolute checked:gp-after:gp-top-1/2 checked:gp-after:gp-left-1/2 checked:gp-after:gp-transform checked:gp-after:gp--translate-x-1/2 checked:gp-after:gp--translate-y-1/2 checked:gp-after:gp-h-2 checked:gp-after:gp-w-2 checked:gp-after:gp-rounded-full checked:gp-after:gp-bg-white disabled:gp-cursor-not-allowed"),getSellingPlanDropdownContainerClasses=()=>e("gp-relative"),getSellingPlanDropdownLabelClasses=()=>e("!gp-max-w-[calc(100%_-_66px)] gp-absolute gp-left-[12px] gp-top-[6px] gp-p-0 gp-text-xs gp-leading-[1.3] gp-text-[#737373] gp-transition-[top]"),getSellingPlanDropdownLabelSpanClasses=()=>e("gp-max-w-full"),getSellingPlanDropdownLabelInnerSpanClasses=()=>e("gp-block gp-overflow-hidden"),getSellingPlanDropdownSelectClasses=({isNoLabel:p=!1})=>e(`gp-min-h-[47px] gp-appearance-none gp-bg-transparent gp-w-full gp-whitespace-nowrap gp-rounded-[5px] gp-border gp-border-[#d9d9d9] gp-pl-[11px] gp-pr-[40px] gp-text-[14px] gp-outline-none gp-text-[#545454] gp-leading-[1.3] ${p?"gp-pt-0 gp-pb-0":"gp-pt-[21px] gp-pb-[6px]"}`),getSellingPlanDropdownOptionClasses=()=>e("gp-text-[14px] gp-text-black"),getSellingPlanDropdownIconContainerClasses=()=>e("gp-pointer-events-none gp-absolute gp-right-[2px] gp-top-[50%] gp-flex gp-h-[43%] gp-w-[40px] gp-translate-y-[-50%] gp-items-center gp-justify-center gp-border-l-[1px] gp-bg-white gp-border-[#545454]"),getSellingPlanDropdownIconClasses=()=>e("gp-h-[10px] gp-w-[10px]");export{getContainerClasses,getSellingPlanDropdownContainerClasses,getSellingPlanDropdownIconClasses,getSellingPlanDropdownIconContainerClasses,getSellingPlanDropdownLabelClasses,getSellingPlanDropdownLabelInnerSpanClasses,getSellingPlanDropdownLabelSpanClasses,getSellingPlanDropdownOptionClasses,getSellingPlanDropdownSelectClasses,getSellingPlanRadioContainerClasses,getSellingPlanRadioLabelClasses,getSellingPlanRadioOptionTextClasses,getSellingPlanRadioOptionsClasses,getSubscriptionRadioInputClasses,getSubscriptionRadioLabelClasses,getWrapperClasses};
@@ -0,0 +1 @@
1
+ let extractVariantId=t=>t?t.includes("/ProductVariant/")?t.split("/ProductVariant/")[1]||"":t:"",extractProductId=t=>t?t.includes("/Product/")?t.split("/Product/")[1]||"":t:"",extractSellingPlanSettings=({sellingPlansSetting:t,currentVariant:e,product:i,isFromEvent:r=!1})=>{if(!t)return{sourceApp:void 0,group:void 0,defaultOptions:void 0};if(r&&e?.id){let r,o;if(i&&"baseID"in i&&i.baseID?(r=extractProductId(i.baseID),o=Object.keys(t)[0]):r="data"===(o=Object.keys(t)[0])&&t[o]?Object.keys(t[o])[0]:o,r){let i="data"===o?t.data:t[r],u="data"===o?i[r]:i;if(u){let t=extractVariantId(e.id?.toString()||""),i=extractVariantId(e.baseID||""),r=Object.keys(u).find(r=>r===e.id?.toString()||r===e.baseID||r===t||r===i||e.id?.toString()===r||e.baseID===r||e.id?.toString().includes(r)||e.baseID?.includes(r)||r.includes(t)||r.includes(i));if(r&&u[r]){let t=u[r];return{sourceApp:t?.sourceApp,group:t?.group,defaultOptions:t?.defaultOption}}let o=Object.keys(u)[0];if(o&&u[o]){let t=u[o];return{sourceApp:t?.sourceApp,group:t?.group,defaultOptions:t?.defaultOption}}}}}let o=Object.keys(t)[0];if(!o)return{sourceApp:void 0,group:void 0,defaultOptions:void 0};let u=t[o];if(!u)return{sourceApp:void 0,group:void 0,defaultOptions:void 0};let d=Object.keys(u)[0];if(!d)return{sourceApp:void 0,group:void 0,defaultOptions:void 0};let a=u[d];return{sourceApp:a?.sourceApp||a?.appSource,group:a?.group,defaultOptions:a?.defaultOption}};export{extractSellingPlanSettings};
@@ -0,0 +1 @@
1
+ import{makeStyle as t,filterTruthyStyles as e}from"@gem-sdk/core";import{postPurchaseSpacing as r}from"../../../../common/helper.js";let getSubscriptionStyles=r=>{let{width:i}=r??{},p=t({w:i}),l=t({rg:"9px"});return e({...p,...l})},getSubscriptionWrapperStyles=r=>e({...t({jc:r??"left"})}),getSellingPlanRadioOptionsStyles=({sellingPlanItemGap:i,sellingType:p})=>{let l=r[i??"tight"]||"9px",o=t({rg:"subscription"===p?l:"9px"});return e({...o})};export{getSellingPlanRadioOptionsStyles,getSubscriptionStyles,getSubscriptionWrapperStyles};
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import{forwardRef as t}from"react";import{useI18nStore as i}from"@gem-sdk/core";import o from"../../../../../common/components/TooltipHover.js";import{SubscriptionEnum as r}from"../../../constants/index.js";let OneTimePurchaseTooltip=t(({setting:t},p)=>{let{t:s}=i();return e("div",{ref:p,"data-selling-type":t?.sellingType,id:"product-subscription",children:e(o,{enable:!0,text:"Not be displayed when published",width:"205px",position:"bottom",className:"gp-arrow-left-offset-10",children:e("div",{className:"gp-px-2 gp-py-1 gp-flex gp-border gp-border-light-200 gp-items-center gp-justify-center gp-rounded-lg gp-w-fit",style:{borderStyle:"dashed",strokeDasharray:"2,2"},children:e("span",{className:"gp-text-dark-400 gp-text-[12px] gp-leading-5",children:s(t?.sellingType===r.ONE_TIME?"This product is only available as a subscription":"This product is only available as a one-time purchase")})})})})});OneTimePurchaseTooltip.displayName="OneTimePurchaseTooltip";export{OneTimePurchaseTooltip};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as l}from"react/jsx-runtime";import{createClass as a}from"@gem-sdk/system";import{getSellingPlanDropdownContainerClasses as s,getSellingPlanDropdownLabelClasses as n,getSellingPlanDropdownLabelSpanClasses as r,getSellingPlanDropdownLabelInnerSpanClasses as o,getSellingPlanDropdownSelectClasses as t,getSellingPlanDropdownOptionClasses as i,getSellingPlanDropdownIconContainerClasses as m,getSellingPlanDropdownIconClasses as c}from"../common/classes.js";let SellingPlanDropdown=({setting:d,sellingPlanOptions:p,selectedValue:h,onChange:u})=>{let{sellingLabel:v}=d??{},g=a(s()),N=a(n()),f=a(r()),w=a(o()),b=a(t({isNoLabel:""===v})),x=a(i()),S=a(m()),j=a(c());return e("div",{className:g,children:[v&&l("label",{htmlFor:"selling-plan-select",className:N,children:l("span",{className:f,children:l("span",{className:w,children:v})})}),l("select",{autoComplete:"off",name:"Select Option",className:b,value:h,onChange:e=>u(e.target.value),children:p.map(e=>l("option",{className:x,value:e.value,children:e.label},e.value))}),l("div",{className:S,children:l("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",focusable:"false","aria-hidden":"true",role:"presentation",className:j,children:l("path",{d:"M0 5h20L10 15"})})})]})};export{SellingPlanDropdown};
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";import t from"../../../../text/components/Text.js";import{getSellingPlanLabelAttrs as l}from"../common/attrs.js";import{SubscriptionEnum as r}from"../../../constants/index.js";let SellingPlanLabel=({setting:s,styles:n})=>{let{sellingTitle:o,sellingTitleOneTime:m,sellingType:a}=s??{},p=a===r.ONE_TIME,i=p?m:o,{typo:x,textAlign:g,direction:c}=l({styles:n,sellingType:a});return e(t,{className:"gp-flex-1",textClassWrapper:"gp-leading-[24px]",styles:{typo:x,textAlign:g,direction:c},setting:{text:i}})};export{SellingPlanLabel};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as l}from"react/jsx-runtime";import{createClass as a}from"@gem-sdk/system";import{SubscriptionRadio as s}from"./SubscriptionRadio.js";import{getSellingPlanRadioContainerClasses as i,getSellingPlanRadioLabelClasses as n,getSellingPlanRadioOptionsClasses as m,getSellingPlanRadioOptionTextClasses as o}from"../common/classes.js";import{getSellingPlanRadioOptionsStyles as r}from"../common/styles.js";let SellingPlanRadio=({setting:t,styles:c,productId:p,sellingPlanOptions:d,builderProps:g,selectedValue:u,onChange:h})=>{let{sellingLabel:v}=t??{},{uid:y}=g??{},f=a(i()),$=a(n()),j=a(m()),N=a(o()),P=r({sellingPlanItemGap:c?.sellingPlanItemGap,sellingType:t?.sellingType});return e("div",{className:f,style:P,children:[v&&l("label",{className:$,children:v}),l("div",{className:j,style:P,children:d.map(e=>l(s,{name:`${p}-selling-plan-options-${y??""}`,value:e.value,checked:u===e.value,onChange:e=>h(e.target.value),children:l("span",{className:N,children:e.label})},`${p}-${e.value}-${y??""}`))})]})};export{SellingPlanRadio};
@@ -0,0 +1 @@
1
+ import{jsx as t}from"react/jsx-runtime";import i from"../../../../text/components/Text.js";let SubscriptionDetail=({setting:e,styles:r})=>e?.enableSubscriptionDetail?t(i,{styles:{typo:r?.subscriptionDetailTypo??{},textAlign:r?.subscriptionDetailAlign??"left",direction:r?.subscriptionDetailDirection??"ltr"},textClassWrapper:"gp-leading-[24px]",setting:{text:e.subscriptionLabel}}):null;export{SubscriptionDetail};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as i}from"react/jsx-runtime";import{createClass as r}from"@gem-sdk/system";import{getSubscriptionRadioLabelClasses as m,getSubscriptionRadioInputClasses as o}from"../common/classes.js";let SubscriptionRadio=({checked:s=!1,id:t,value:a,name:c,onChange:l,disabled:n=!1,className:d="",children:p})=>{let u=r(m(n)),b=r(o());return e("label",{className:`${u} ${d}`.trim(),children:[i("input",{id:t,type:"radio",name:c,value:a,checked:s,onChange:l,disabled:n,className:b}),p]})};export{SubscriptionRadio};
@@ -0,0 +1 @@
1
+ import{useRef as e,useEffect as l}from"react";let useSellingPlanChange=({defaultValue:t,selectedSellingPlan:r,setSelectedSellingPlan:n,sellingPlanOptions:u})=>{let a=e(!0);l(()=>{if(a.current){if(!r){let e=t||u[0]?.value||"";e&&n(e)}a.current=!1;return}if(r){let e=u.some(e=>e.value===r);if(!e&&u.length>0){let e=t||u[0]?.value||"";e&&n(e)}}},[t,u,r,n]);let i=e=>{n(e)},f=r||t||u[0]?.value||"";return{selectedValue:f,handleSellingPlanChange:i}};export{useSellingPlanChange};
@@ -0,0 +1 @@
1
+ import{useSellingSubscription as e}from"./useSellingSubscription.js";let useSellingPlanOptions=l=>{let{sellingPlans:n}=e(l);return n||[]};export{useSellingPlanOptions};