@gem-sdk/components 12.0.0-dev.30 → 12.0.0-dev.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/index.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/presets.js +1 -1
- package/dist/cjs/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/cjs/third-party/components/WishlistPlus.liquid.js +1 -1
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/index.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/configs/presets.js +1 -1
- package/dist/esm/post-purchase/buyer-consent/settings/configs/settings.js +1 -1
- package/dist/esm/third-party/components/WishlistPlus.liquid.js +5 -5
- package/dist/types/index.d.ts +2 -1
- package/package.json +2 -2
package/dist/cjs/helpers.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var core=require("@gem-sdk/core"),Link=require("./link/components/Link.js"),translate=require("./hero-banner/settings/configs/translate.js");const REGEX_PAGE_TYPE=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart|policies)\/?/i),isShopifyDomain=(e,t)=>{let r=new RegExp(/^https?:\/\//i);return e&&!r.test(t)&®EX_PAGE_TYPE.test(t)},getLinkArticle=(e,t)=>"scroll-to"==e?t?.link:"{{article.url}}",isTransparentColor=e=>!!e&&(e.startsWith("#")?isHexTransparent(e):e.startsWith("rgb")?isTransparentRGBA(e):"transparent"==e),isTransparentRGBA=e=>{let t=e.replace(/\s/g,"").match(/^rgba?\((\d+),(\d+),(\d+),?([^,\s)]+)?/i)?.map(Number).filter(e=>!isNaN(e))??[0,0,0,1];return 0===t[t.length-1]},isHexTransparent=e=>{let t=!1,r=e.slice(e.startsWith("#")?1:0);3===r.length?r=[...r].map(e=>e+e).join(""):8===r.length&&(t=!0);let i=parseInt(r,16),n=t?255&i:void 0;return 0===n||!!n},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,createTranslateKey=(e,t)=>`g${e}_${t}`,createSettingId=({id:e,index:t,suffix:r})=>e?"number"==typeof t&&t>=0?`${e}_${t}`:r?`${e}_${r}`:e:"",getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:n,isCapitalize:o,defaultVal:
|
|
1
|
+
"use strict";var core=require("@gem-sdk/core"),Link=require("./link/components/Link.js"),translate=require("./hero-banner/settings/configs/translate.js");const REGEX_PAGE_TYPE=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart|policies)\/?/i),isShopifyDomain=(e,t)=>{let r=new RegExp(/^https?:\/\//i);return e&&!r.test(t)&®EX_PAGE_TYPE.test(t)},getLinkArticle=(e,t)=>"scroll-to"==e?t?.link:"{{article.url}}",isTransparentColor=e=>!!e&&(e.startsWith("#")?isHexTransparent(e):e.startsWith("rgb")?isTransparentRGBA(e):"transparent"==e),isTransparentRGBA=e=>{let t=e.replace(/\s/g,"").match(/^rgba?\((\d+),(\d+),(\d+),?([^,\s)]+)?/i)?.map(Number).filter(e=>!isNaN(e))??[0,0,0,1];return 0===t[t.length-1]},isHexTransparent=e=>{let t=!1,r=e.slice(e.startsWith("#")?1:0);3===r.length?r=[...r].map(e=>e+e).join(""):8===r.length&&(t=!0);let i=parseInt(r,16),n=t?255&i:void 0;return 0===n||!!n},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,createTranslateKey=(e,t)=>`g${e}_${t}`,createSettingId=({id:e,index:t,suffix:r})=>e?"number"==typeof t&&t>=0?`${e}_${t}`:r?`${e}_${r}`:e:"",getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:n,isCapitalize:o,defaultVal:a="",isReplaceLocationOrigin:l,isReplaceMaxSize:s,isReplaceInventoryQuantity:c})=>{let p=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),g=n?.isTranslateWithLocale?1e3:5e3;if(!r||!e?.toString().trim()||e.toString().length>g||p||n?.isPreviewing)return e??a;let u=createTranslateKey(t,r),d=`section.settings.${u}`;return(n?.isTranslateWithLocale&&(d=`'sections.${n.sectionName}.${u}_html' | t`),l&&(d+=" | replace: '$locationOrigin', locationOrigin"),s&&(d+=" | replace: '$max_size', '10MB'"),c&&(d+=" | replace: '<$quantity$>', inventory_quantity | replace: '<$quantity$>', inventory_quantity"),o&&(d=`${d} | downcase`),i)?d:`{{ ${d} }}`},getStaticLocale=(e,t)=>`{{ 'gempages.${e}.${t}' | t }}`,getSettingPreloadData=(e,t)=>`{% if section.settings.section_preload == "false" %}${e} ${t?`{% else %}${t}`:""}{% endif %}`,getHttpUrl=e=>e?e.match(/^https?:\/\//i)?e:`http://${e}`:"";function normalizeMailto(e){if(e.startsWith("mailto:")){let[t,r]=e.split("?");if(r){let i=r.replace(/\+/g,"%20");e=`${t}?${i}`}}return e}const getInsertLinkData=(e,t,r)=>{let i=["#","mailto:","tel:"],n=["product.url"],o=t?.link!==void 0&&""!==t.link,a=t?.link??"",l="/"===a,s=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),c=o&&s.test(a);c&&(a=getHttpUrl(a)),o&&a.toLowerCase().startsWith("mailto:")&&a.includes("+")&&(a=normalizeMailto(a));let p=()=>!!(i.find(e=>a.startsWith(e))||n.find(e=>a.includes(e))),g=c||isShopifyDomain(o,a)||p()||l||isLinkedToSalesPage(t?.type);(isShopifyDomain(o,a)||l)&&(a=t?.isTranslate?"$locationOrigin"+a:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+a);let u=g?t?.isLiquid?"a":Link.default:e,d={href:a,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},f=g?d:o?{...d,type:r}:{type:r};return{Wrap:u,urlData:f,shouldRenderLink:g}},isLinkedToSalesPage=e=>"go-to-sales-page"===e,checkIsScrollToTop=e=>e?.type==="scroll-to"&&e?.link==="#scroll-to-top",checkIsOpenPopup=e=>e?.type==="open-popup"&&e?.link?.startsWith("#el-"),getLinkData=({setting:e,htmlType:t,defaultWrap:r,isLiquid:i=!1,enableImageLink:n=!1})=>{let o=["product.url"],a=["#","mailto:","tel:"],l=e?.link??"",s="/"===l,c=e?.link!==void 0&&""!==e.link,p=new RegExp(/^https?:\/\//i),g=c&&p.test(l);c&&l.toLowerCase().startsWith("mailto:")&&l.includes("+")&&(l=normalizeMailto(l));let u=()=>!!(o.find(e=>l.includes(e))||a.find(e=>l.startsWith(e))),d=n&&(g||isShopifyDomain(c,l)||u()||s||isLinkedToSalesPage(e?.type)),f=l;i&&(isShopifyDomain(c,l)||s)&&(f=e?.isTranslate?"$locationOrigin"+l:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+l);let h=d?i?"a":Link.default:r,m={href:f,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},y=d?m:c?{...m,type:t}:{type:t};return{Wrapper:h,urlData:y,shouldRenderLink:d}},replaceLinkData=(e,t)=>{let r=/<a\s[^>]*>.*?<\/a>/;if(e&&r.test(e)){let r;let i=/<a\s+(?:[^>]*?\s+)?href=["']([^"']*)["'](?:\s+[^>]*?)?(?:target=["']([^"']*)["'])?.*?>.*?<\/a>/gi,n=e.toString();for(;null!==(r=i.exec(n));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});n=n.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return n}return e};function filterTruthyStyles(e){return Object.fromEntries(Object.entries(e||{}).filter(([,e])=>!!e))}function filterTruthyObject(e){return Object.fromEntries(Object.entries(e||{}).filter(([,e])=>!!e))}const getDisplayStyle=(e,t)=>{let r={};return core.DEVICES.forEach(i=>{r={...r,[`--d${"desktop"===i?"":`-${i}`}`]:`${e(i)?"none":t}`}}),r},convertUnitToNumber=(e,t)=>{if(!e)return t;if("number"==typeof e)return e;let r="string"==typeof e?e.replaceAll("px","").replaceAll("%","").replaceAll("rem","").replaceAll("em",""):t;return isNaN(Number(r))?t:Number(r)},getAllHrefFromString=e=>{let t;if(!e)return[];let r=/href="([^"]*)"/g,i=[];for(;null!==(t=r.exec(e));)t[1]&&i.push(t[1]);return i},replaceAllHrefFromString=(e,t)=>{let r;if(!e)return"";let i=/href="([^"]*)"/g,n=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[n]??""),n++);return e};function isEmptyObject(e){return 0===Object.keys(e).length&&"object"==typeof e}const handleClickLink=(e,t)=>{if("edit"!==t){if(checkIsScrollToTop(e)){window.scrollTo({top:0,behavior:"smooth"});return}if(checkIsOpenPopup(e)){let t=e?.link?.replace("#el-","#");core.globalEvent.dispatch("onOpenDialog",{popupUId:t});return}e?.link?.startsWith("#")&&core.globalEvent.dispatch("onOpenDialog",{popupUId:e?.link})}},getSeoTranslated=({valueTranslate:e,uid:t,settingId:r})=>{if(!t||!translate.HeroBanner?.[r]?.id)return e;let i=getDynamicSourceLocales({val:e,settingId:createSettingId({id:translate.HeroBanner?.[r]?.id}),uid:t});return null!=i?String(i):e},getBackgroundTranslated=({background:e,enableTranslate:t,uid:r,pageContext:i,isTranslateVideo:n=!0})=>{if(!e)return{};if(!t||!r)return e;let o=core.cloneDeep(e);for(let e in o){let t=o[e];if(t){if(t.image?.src){let n=getDynamicSourceLocales({val:t.image.src,uid:r,settingId:createSettingId({id:"background",suffix:`${e}_image_src`}),pageContext:i});t.image.src=String(n)}if(n){if("youtube"===t.videoType&&t.video){let n=getDynamicSourceLocales({val:t.video,uid:r,settingId:createSettingId({id:"background",suffix:`${e}_video`}),pageContext:i});t.video=String(n)}if("html5"===t.videoType&&t.videoHtml5){let n=getDynamicSourceLocales({val:t.videoHtml5,uid:r,settingId:createSettingId({id:"background",suffix:`${e}_videoHtml5`}),pageContext:i});t.videoHtml5=String(n)}}}}return o},extractProductID=e=>e.replace("gid://shopify/Product/","");exports.REGEX_PAGE_TYPE=REGEX_PAGE_TYPE,exports.checkIsOpenPopup=checkIsOpenPopup,exports.checkIsScrollToTop=checkIsScrollToTop,exports.convertUnitToNumber=convertUnitToNumber,exports.createSettingId=createSettingId,exports.createTranslateKey=createTranslateKey,exports.extractProductID=extractProductID,exports.filterTruthyObject=filterTruthyObject,exports.filterTruthyStyles=filterTruthyStyles,exports.getAllHrefFromString=getAllHrefFromString,exports.getBackgroundTranslated=getBackgroundTranslated,exports.getDisplayStyle=getDisplayStyle,exports.getDynamicSourceLocales=getDynamicSourceLocales,exports.getInsertLinkData=getInsertLinkData,exports.getLinkArticle=getLinkArticle,exports.getLinkData=getLinkData,exports.getSeoTranslated=getSeoTranslated,exports.getSettingPreloadData=getSettingPreloadData,exports.getStaticLocale=getStaticLocale,exports.handleClickLink=handleClickLink,exports.isEmptyObject=isEmptyObject,exports.isHexTransparent=isHexTransparent,exports.isLinkedToSalesPage=isLinkedToSalesPage,exports.isShopifyDomain=isShopifyDomain,exports.isTransparentColor=isTransparentColor,exports.isTransparentRGBA=isTransparentRGBA,exports.normalizeMailto=normalizeMailto,exports.replaceAllHrefFromString=replaceAllHrefFromString,exports.replaceLinkData=replaceLinkData,exports.youtubeShortsRegex=youtubeShortsRegex;
|
package/dist/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var index=require("./accordion/index.js"),index$1=require("./article/index.js"),index$2=require("./hero-banner/index.js"),index$3=require("./breadcrumb/index.js"),index$4=require("./button/index.js"),index$5=require("./carousel-v3/index.js"),index$6=require("./carousel/index.js"),index$7=require("./cart/index.js"),index$8=require("./code/index.js"),index$9=require("./collection/index.js"),index$a=require("./countdown-timer/index.js"),index$b=require("./coupon/index.js"),index$c=require("./dialog/index.js"),index$d=require("./estimate-delivery/index.js"),index$e=require("./grid/index.js"),index$f=require("./form/index.js"),index$i=require("./header/index.js"),index$j=require("./heading/index.js"),index$k=require("./icon/index.js"),index$l=require("./icon-list/index.js"),index$m=require("./icon-list-hoz/index.js"),index$n=require("./icon-list-v2/index.js"),index$o=require("./image/index.js"),index$p=require("./image-comparison/index.js"),index$q=require("./image-detection/index.js"),index$r=require("./input/index.js"),index$s=require("./line/index.js"),index$t=require("./link/index.js"),index$u=require("./marquee/index.js"),index$v=require("./menu/index.js"),index$w=require("./modal/index.js"),useNotification=require("./notification/hooks/useNotification.js"),Notice=require("./notification/components/Notice.js"),index$x=require("./pagination/index.js"),index$y=require("./post-purchase/advanced-list/index.js"),index$z=require("./post-purchase/button/index.js"),index$A=require("./post-purchase/callout-banner/index.js"),index$B=require("./post-purchase/countdown-timer/index.js"),index$C=require("./post-purchase/image/index.js"),index$D=require("./post-purchase/line/index.js"),index$E=require("./post-purchase/link/index.js"),index$F=require("./post-purchase/text/index.js"),index$H=require("./post-purchase/product/index.js"),index$I=require("./post-purchase/buyer-consent/index.js"),index$J=require("./product/index.js"),index$K=require("./radio/index.js"),index$L=require("./select/index.js"),index$M=require("./tab/index.js"),index$N=require("./text/index.js"),index$O=require("./textarea/index.js"),index$P=require("./video/index.js"),index$Q=require("./third-party/index.js"),index$R=require("./third-party-instant/index.js"),index$S=require("./stock-counter/index.js"),index$T=require("./third-party-slot/index.js"),index$U=require("./shop-pay-installment/index.js"),index$V=require("./sticky/index.js"),next=require("./next.js"),index_liquid=require("./index.liquid.js"),builder=require("./builder.js"),setting=require("./setting.js"),postPurchaseSetting=require("./postPurchaseSetting.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");var _const=require("./common/const.js"),helpers=require("./helpers.js"),translate=require("./translate.js"),Accordion=require("./accordion/components/Accordion.js"),AccordionItem=require("./accordion/components/AccordionItem.js"),ArticleList=require("./article/components/ArticleList.js"),ArticleTitle=require("./article/components/ArticleTitle.js"),ArticleExcerpt=require("./article/components/ArticleExcerpt.js"),ArticleContent=require("./article/components/ArticleContent.js"),ArticleImage=require("./article/components/ArticleImage.js"),ArticlePagination=require("./article/components/ArticlePagination.js"),ArticleAuthor=require("./article/components/ArticleAuthor.js"),ArticleTag=require("./article/components/ArticleTag.js"),ArticleCategory=require("./article/components/ArticleCategory.js"),ArticleDate=require("./article/components/ArticleDate.js"),ArticleReadMore=require("./article/components/ArticleReadMore.js"),HeroBanner=require("./hero-banner/components/HeroBanner.js"),Breadcrumb=require("./breadcrumb/components/Breadcrumb.js"),Button=require("./button/components/Button.js"),Carousel=require("./carousel-v3/components/root/Carousel.js"),CarouselItem=require("./carousel-v3/components/item/CarouselItem.js"),Carousel$1=require("./carousel/components/root/Carousel.js"),CarouselItem$1=require("./carousel/components/item/CarouselItem.js"),Cart=require("./cart/components/Cart.js"),CartList=require("./cart/components/CartList.js"),CartLinePrice=require("./cart/components/CartLinePrice.js"),CartLineVariant=require("./cart/components/CartLineVariant.js"),CartLineImage=require("./cart/components/CartLineImage.js"),CartTotalPrice=require("./cart/components/CartTotalPrice.js"),CartTotalItem=require("./cart/components/CartTotalItem.js"),CartCheckout=require("./cart/components/CartCheckout.js"),DiscountInput=require("./cart/components/DiscountInput.js"),CartDiscount=require("./cart/components/CartDiscount.js"),CartOrderNote=require("./cart/components/CartOrderNote.js"),CartLineAttribute=require("./cart/components/CartLineAttribute.js"),CouponList=require("./cart/components/CouponList.js"),ShopPayButton=require("./cart/components/shop-pay-button/ShopPayButton.js"),CheckoutNow=require("./cart/components/CheckoutNow.js"),CSSCode=require("./code/components/CSSCode.js"),CollectionTitle=require("./collection/components/collection-title/CollectionTitle.js"),CollectionBanner=require("./collection/components/collection-banner/CollectionBanner.js"),CollectionDescription=require("./collection/components/collection-description/CollectionDescription.js"),CollectionToolbar=require("./collection/components/collection-toolbar/CollectionToolbar.js"),CollectionPaginator=require("./collection/components/collection-paginator/CollectionPaginator.js"),Countdown=require("./countdown-timer/components/Countdown.js"),Coupon=require("./coupon/components/Coupon.js"),Dialog=require("./dialog/components/Dialog.js"),EstimateDate=require("./estimate-delivery/components/EstimateDate.js"),Root=require("./grid/components/root/Root.js"),Section=require("./grid/components/section/Section.js"),Row=require("./grid/components/row/Row.js"),Col=require("./grid/components/col/Col.js"),Newsletter=require("./form/components/newsletter/Newsletter.js"),Contact=require("./form/components/contact/Contact.js"),FormEmail=require("./form/components/form-email/FormEmail.js"),SubmitButton=require("./form/components/submit-button/SubmitButton.js"),FormDropdown=require("./form/components/form-dropdown/FormDropdown.js"),TextField=require("./form/components/textfield/TextField.js"),TextArea=require("./form/components/textarea/TextArea.js"),FormCheckbox=require("./form/components/form-checkbox/FormCheckbox.js"),TextInput=require("./form/components/textinput/TextInput.js"),Header=require("./header/components/Header.js"),index$g=require("./header/components/kind/basic/index.js"),index$h=require("./header/components/kind/modern/index.js"),MobileMenu=require("./header/components/kind/basic/MobileMenu.js"),DesktopMenu=require("./header/components/kind/basic/DesktopMenu.js"),Heading=require("./heading/components/Heading.js"),Icon=require("./icon/components/Icon.js"),IconList=require("./icon-list/components/IconList.js"),IconListItem=require("./icon-list/components/IconListItem.js"),IconListHoz=require("./icon-list-hoz/components/IconListHoz.js"),IconListHozItem=require("./icon-list-hoz/components/IconListHozItem.js"),IconList$1=require("./icon-list-v2/components/IconList.js"),Image=require("./image/components/Image.js"),ImageComparison=require("./image-comparison/components/ImageComparison.js"),ImageDetection=require("./image-detection/components/ImageDetection.js"),Input=require("./input/components/Input.js"),Line=require("./line/components/Line.js"),Link=require("./link/components/Link.js"),Marquee=require("./marquee/components/Marquee.js"),MarqueeItem=require("./marquee/components/MarqueeItem.js"),Menu=require("./menu/components/Menu.js"),confirm=require("./modal/components/confirm.js"),Modal=require("./modal/components/Modal.js"),Pagination=require("./pagination/components/Pagination.js"),AdvancedListPostPurchase=require("./post-purchase/advanced-list/components/AdvancedListPostPurchase.js"),PostPurchaseAdvancedListItem=require("./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js"),Button$1=require("./post-purchase/button/components/Button.js"),CalloutBox=require("./post-purchase/callout-banner/components/CalloutBox.js"),CalloutText=require("./post-purchase/callout-banner/components/CalloutText.js"),PostPurchaseCountdownTimer=require("./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js"),Image$1=require("./post-purchase/image/components/Image.js"),PostPurchaseLine=require("./post-purchase/line/components/PostPurchaseLine.js"),PostPurchaseLink=require("./post-purchase/link/components/PostPurchaseLink.js"),Text=require("./post-purchase/text/components/Text.js"),ProductPrice=require("./post-purchase/product/components/ProductPrice.js"),ProductDescription=require("./post-purchase/product/components/ProductDescription.js"),ProductTitle=require("./post-purchase/product/components/ProductTitle.js"),ProductVariant=require("./post-purchase/product/components/product-variant/components/ProductVariant.js"),AcceptButton=require("./post-purchase/product/components/AcceptButton.js"),ProductQuantity=require("./post-purchase/product/components/ProductQuantity.js"),ProductPriceBreakdown=require("./post-purchase/product/components/ProductPriceBreakdown.js"),ProductOffer=require("./post-purchase/product/components/product-offer/components/ProductOffer.js"),ProductDiscountTag=require("./post-purchase/product/components/ProductDiscountTag.js"),index$G=require("./post-purchase/product/components/product-image/index.js"),product1Col=require("./post-purchase/product/settings/presets-config/product-presets/product-1-col.js"),product2Col=require("./post-purchase/product/settings/presets-config/product-presets/product-2-col.js"),productDefault=require("./post-purchase/product/settings/presets-config/product-presets/product-default.js"),ProductSubscription=require("./post-purchase/product/components/product-subscription/ProductSubscription.js"),BuyerConsent=require("./post-purchase/buyer-consent/components/BuyerConsent.js"),Product=require("./product/components/product-wrap/Product.js"),ProductTitle$1=require("./product/components/product-title/ProductTitle.js"),ProductQuantity$1=require("./product/components/product-quantity/ProductQuantity.js"),ProductPrice$1=require("./product/components/product-price/ProductPrice.js"),ProductButton=require("./product/components/product-button/ProductButton.js"),ProductDescription$1=require("./product/components/product-description/ProductDescription.js"),ProductVariants=require("./product/components/product-variants/ProductVariants.js"),ProductImages=require("./product/components/ProductImages.js"),ProductImageV2=require("./product/components/product-images-v2/ProductImageV2.js"),ProductImageV3=require("./product/components/product-images-v3/ProductImageV3.js"),ProductProperties=require("./product/components/product-properties/ProductProperties.js"),QuickView=require("./product/components/product-quick-view/QuickView.js"),ProductDiscountTag$1=require("./product/components/product-discount-tag/ProductDiscountTag.js"),ProductList=require("./product/components/product-list/ProductList.js"),ProductList$1=require("./product/components/product-list-v3/ProductList.js"),Vendor=require("./product/components/product-vendor/Vendor.js"),DynamicCheckout=require("./product/components/dynamic-checkout/DynamicCheckout.js"),ProductViewMore=require("./product/components/product-view-more/ProductViewMore.js"),ProductBadge=require("./product/components/product-badge/ProductBadge.js"),ProductBundleDiscount=require("./product/components/product-bundle/ProductBundleDiscount.js"),ProductBundleDiscountItem=require("./product/components/product-bundle/ProductBundleDiscountItem.js"),Sku=require("./product/components/product-sku/Sku.js"),UploadFile=require("./product/components/file-upload/UploadFile.js"),Radio=require("./radio/components/Radio.js"),Select=require("./select/components/Select.js"),Tabs=require("./tab/components/Tabs.js"),TabItem=require("./tab/components/TabItem.js"),Text$1=require("./text/components/Text.js"),Textarea=require("./textarea/components/Textarea.js"),Video=require("./video/components/Video.js"),KachingSubscriptionsApp=require("./third-party/components/KachingSubscriptionsApp.js"),BloyRewardsProgramLoyalty=require("./third-party/components/BloyRewardsProgramLoyalty.js"),DealeasyVolumeDiscounts=require("./third-party/components/DealeasyVolumeDiscounts.js"),UppromoteAffiliateMarketing=require("./third-party/components/UppromoteAffiliateMarketing.js"),AovBundlesVolumeDiscounts=require("./third-party/components/AovBundlesVolumeDiscounts.js"),AovFreeGiftBuyXGetYBogo=require("./third-party/components/AovFreeGiftBuyXGetYBogo.js"),AppstleBundlesDiscounts=require("./third-party/components/AppstleBundlesDiscounts.js"),EcomsendBackInStockAlert=require("./third-party/components/EcomsendBackInStockAlert.js"),EstimatedDeliveryDatePlus=require("./third-party/components/EstimatedDeliveryDatePlus.js"),OkendoReviewsLoyalty=require("./third-party/components/OkendoReviewsLoyalty.js"),EssentialAnnouncementBar=require("./third-party/components/EssentialAnnouncementBar.js"),EssentialCountdownTimerBar=require("./third-party/components/EssentialCountdownTimerBar.js"),StellarDeliveryDatePickup=require("./third-party/components/StellarDeliveryDatePickup.js"),TrustshopProductReviews=require("./third-party/components/TrustshopProductReviews.js"),HulkProductOptions=require("./third-party/components/HulkProductOptions.js"),MyappgurusProductReviews=require("./third-party/components/MyappgurusProductReviews.js"),TrustreviewsProductReviews=require("./third-party/components/TrustreviewsProductReviews.js"),DiscountyBulkDiscountSales=require("./third-party/components/DiscountyBulkDiscountSales.js"),SeoantTrustBadgesIcon=require("./third-party/components/SeoantTrustBadgesIcon.js"),SegunoEmailMarketing=require("./third-party/components/SegunoEmailMarketing.js"),AftershipEmailMarketingsms=require("./third-party/components/AftershipEmailMarketingsms.js"),BestBuyFulfillment=require("./third-party/components/BestBuyFulfillment.js"),ProductOptionsVariantOption=require("./third-party/components/ProductOptionsVariantOption.js"),GloboProductOptionsVariant=require("./third-party/components/GloboProductOptionsVariant.js"),TeeinblueProductPersonalizer=require("./third-party/components/TeeinblueProductPersonalizer.js"),WishlistKing=require("./third-party/components/WishlistKing.js"),HulkFormBuilder=require("./third-party/components/HulkFormBuilder.js"),LoloyalLoyaltyReferrals=require("./third-party/components/LoloyalLoyaltyReferrals.js"),PowerfulContactFormBuilder=require("./third-party/components/PowerfulContactFormBuilder.js"),WishlistPlus=require("./third-party/components/WishlistPlus.js"),InstasellShoppableInstagram=require("./third-party/components/InstasellShoppableInstagram.js"),SproutPlantTreesGrowSales=require("./third-party/components/SproutPlantTreesGrowSales.js"),RapiBundleQuantityBreaks=require("./third-party/components/RapiBundleQuantityBreaks.js"),AppointmentBookingCowlendar=require("./third-party/components/AppointmentBookingCowlendar.js"),GoogleReviewsByReputon=require("./third-party/components/GoogleReviewsByReputon.js"),MbcBundleVolumeDiscount=require("./third-party/components/MbcBundleVolumeDiscount.js"),ProductOptionsCustomizer=require("./third-party/components/ProductOptionsCustomizer.js"),AirProductReviewsAppUgc=require("./third-party/components/AirProductReviewsAppUgc.js"),TagembedSocialPostReview=require("./third-party/components/TagembedSocialPostReview.js"),WhatmoreShoppableVideosreel=require("./third-party/components/WhatmoreShoppableVideosreel.js"),TagshopShoppableVideosUgc=require("./third-party/components/TagshopShoppableVideosUgc.js"),JunipProductReviewsUgc=require("./third-party/components/JunipProductReviewsUgc.js"),FlyBundlesUpsellsFbt=require("./third-party/components/FlyBundlesUpsellsFbt.js"),PreorderNowWodPresale=require("./third-party/components/PreorderNowWodPresale.js"),PreorderNowPreOrderPq=require("./third-party/components/PreorderNowPreOrderPq.js"),MaxbundleProductBundles=require("./third-party/components/MaxbundleProductBundles.js"),KoalaBundleQuantityDiscount=require("./third-party/components/KoalaBundleQuantityDiscount.js"),EasyBundleBuilderSkailama=require("./third-party/components/EasyBundleBuilderSkailama.js"),FastBundleBundlesDiscounts=require("./third-party/components/FastBundleBundlesDiscounts.js"),KiteFreeGiftDiscount=require("./third-party/components/KiteFreeGiftDiscount.js"),UnlimitedBundlesDiscounts=require("./third-party/components/UnlimitedBundlesDiscounts.js"),SimpleBundlesKits=require("./third-party/components/SimpleBundlesKits.js"),ReviewxpoProductReviewsApp=require("./third-party/components/ReviewxpoProductReviewsApp.js"),PumperBundlesVolumeDiscount=require("./third-party/components/PumperBundlesVolumeDiscount.js"),NotifyBackInStockPreOrder=require("./third-party/components/NotifyBackInStockPreOrder.js"),ShopifyForms=require("./third-party/components/ShopifyForms.js"),SkioSubscriptionsYcS20=require("./third-party/components/SkioSubscriptionsYcS20.js"),LoopSubscriptions=require("./third-party/components/LoopSubscriptions.js"),RecurpaySubscriptionApp=require("./third-party/components/RecurpaySubscriptionApp.js"),SubifySubscriptionsApp=require("./third-party/components/SubifySubscriptionsApp.js"),BonLoyaltyRewardsReferrals=require("./third-party/components/BonLoyaltyRewardsReferrals.js"),ShopifySubscriptions=require("./third-party/components/ShopifySubscriptions.js"),EasifyProductOptions=require("./third-party/components/EasifyProductOptions.js"),CustomProductOptionsVariant=require("./third-party/components/CustomProductOptionsVariant.js"),EasySellCOD=require("./third-party/components/EasySellCOD.js"),QikifyUpsell=require("./third-party/components/QikifyUpsell.js"),CleanSizeCharts=require("./third-party/components/CleanSizeCharts.js"),JudgemeReviews=require("./third-party/components/JudgemeReviews.js"),LooxReviews=require("./third-party/components/LooxReviews.js"),Klaviyo=require("./third-party/components/Klaviyo.js"),YotpoLoyalty=require("./third-party/components/YotpoLoyalty.js"),SmartSearchBarAndFilters=require("./third-party/components/SmartSearchBarAndFilters.js"),Instafeed=require("./third-party/components/Instafeed.js"),ProductReviews=require("./third-party/components/ProductReviews.js"),Ryviu=require("./third-party/components/Ryviu.js"),Rivyo=require("./third-party/components/Rivyo.js"),Vitals=require("./third-party/components/Vitals.js"),Omnisend=require("./third-party/components/Omnisend.js"),Trustoo=require("./third-party/components/Trustoo.js"),SealSubscriptions=require("./third-party/components/SealSubscriptions.js"),AppstleSubscriptions=require("./third-party/components/AppstleSubscriptions.js"),FeraReviews=require("./third-party/components/FeraReviews.js"),Growave=require("./third-party/components/Growave.js"),KachingBundles=require("./third-party/components/KachingBundles.js"),PushOwl=require("./third-party/components/PushOwl.js"),Opinew=require("./third-party/components/Opinew.js"),UltimateSalesBoost=require("./third-party/components/UltimateSalesBoost.js"),FirePush=require("./third-party/components/FirePush.js"),ParcelPanel=require("./third-party/components/ParcelPanel.js"),TrustMe=require("./third-party/components/TrustMe.js"),FrequentlyBoughtTogether=require("./third-party/components/FrequentlyBoughtTogether.js"),BoldSubscriptions=require("./third-party/components/BoldSubscriptions.js"),BoldProductOptions=require("./third-party/components/BoldProductOptions.js"),WideBundle=require("./third-party/components/WideBundle.js"),PickyStory=require("./third-party/components/PickyStory.js"),InfiniteOptions=require("./third-party/components/InfiniteOptions.js"),Wiser=require("./third-party/components/Wiser.js"),Stamped=require("./third-party/components/Stamped.js"),Bundler=require("./third-party/components/Bundler.js"),LaiProductReviews=require("./third-party/components/LaiProductReviews.js"),CrossSellCartUpsell=require("./third-party/components/CrossSellCartUpsell.js"),BoostAISearchDiscovery=require("./third-party/components/BoostAISearchDiscovery.js"),YotpoReviews=require("./third-party/components/YotpoReviews.js"),AliReviews=require("./third-party/components/AliReviews.js"),Bogos=require("./third-party/components/Bogos.js"),Releasit=require("./third-party/components/Releasit.js"),KingProductOptions=require("./third-party/components/KingProductOptions.js"),KlarnaMessaging=require("./third-party/components/KlarnaMessaging.js"),RequestQuoteHidePrice=require("./third-party/components/RequestQuoteHidePrice.js"),BirdChime=require("./third-party/components/BirdChime.js"),FordeerProductLabels=require("./third-party/components/FordeerProductLabels.js"),RechargeSubscriptions=require("./third-party/components/RechargeSubscriptions.js"),Selleasy=require("./third-party/components/Selleasy.js"),HextomCountdownTimerBar=require("./third-party/components/HextomCountdownTimerBar.js"),TrustBadgesBear=require("./third-party/components/TrustBadgesBear.js"),TrustedsiteTrustBadges=require("./third-party/components/TrustedsiteTrustBadges.js"),GloColorSwatchvariantImage=require("./third-party/components/GloColorSwatchvariantImage.js"),BfSizeChartSizeGuide=require("./third-party/components/BfSizeChartSizeGuide.js"),AlsoBoughtCbb=require("./third-party/components/AlsoBoughtCbb.js"),HextomFreeShippingBar=require("./third-party/components/HextomFreeShippingBar.js"),EcoboostifyShoppableReelUgc=require("./third-party/components/EcoboostifyShoppableReelUgc.js"),InstantJudgemeReviews=require("./third-party-instant/components/InstantJudgemeReviews.js"),InstantLooxReviews=require("./third-party-instant/components/InstantLooxReviews.js"),InstantKlaviyo=require("./third-party-instant/components/InstantKlaviyo.js"),InstantYotpoLoyalty=require("./third-party-instant/components/InstantYotpoLoyalty.js"),StockCounter=require("./stock-counter/components/StockCounter.js"),ThirdPartySlot=require("./third-party-slot/components/ThirdPartySlot.js"),ShopPayInstallments=require("./shop-pay-installment/components/ShopPayInstallments.js"),Sticky=require("./sticky/components/Sticky.js"),helpers$1=require("./stock-counter/common/helpers.js");exports.accordionSetting=index.accordionSetting,exports.articleListSetting=index$1.articleListSetting,exports.bannerSetting=index$2.bannerSetting,exports.breadcrumbSetting=index$3.breadcrumbSetting,exports.buttonSetting=index$4.buttonSetting,exports.carouselSettingV3=index$5.carouselSettingV3,exports.carouselSetting=index$6.carouselSetting,exports.cartSetting=index$7.cartSetting,exports.codeSetting=index$8.codeSetting,exports.collectionSetting=index$9.collectionSetting,exports.countdownSetting=index$a.countdownSetting,exports.couponSetting=index$b.couponSetting,exports.dialogSetting=index$c.dialogSetting,exports.estimateDeliverySetting=index$d.estimateDeliverySetting,exports.gridSetting=index$e.gridSetting,exports.contactFormSetting=index$f.contactFormSetting,exports.headerSetting=index$i.headerSetting,exports.headingSetting=index$j.headingSetting,exports.iconSetting=index$k.iconSetting,exports.iconListSetting=index$l.iconListSetting,exports.iconListHozSetting=index$m.iconListHozSetting,exports.iconListSettingV2=index$n.iconListSettingV2,exports.imageSetting=index$o.imageSetting,exports.imageComparisonSetting=index$p.imageComparisonSetting,exports.imageDetectionSetting=index$q.imageDetectionSetting,exports.inputSetting=index$r.inputSetting,exports.lineSetting=index$s.lineSetting,exports.linkSetting=index$t.linkSetting,exports.marqueeSetting=index$u.marqueeSetting,exports.menuSetting=index$v.menuSetting,exports.modalSetting=index$w.modalSetting,exports.useNotification=useNotification.default,exports.Notice=Notice.default,exports.paginationSetting=index$x.paginationSetting,exports.postPurchaseAdvancedListSetting=index$y.postPurchaseAdvancedListSetting,exports.postPurchaseButtonSetting=index$z.postPurchaseButtonSetting,exports.postPurchaseCalloutBoxSetting=index$A.postPurchaseCalloutBoxSetting,exports.postPurchaseCountdownTimerSetting=index$B.postPurchaseCountdownTimerSetting,exports.postPurchaseImageSetting=index$C.postPurchaseImageSetting,exports.postPurchaseLineSetting=index$D.postPurchaseLineSetting,exports.postPurchaseLinkSetting=index$E.postPurchaseLinkSetting,exports.PostPurchaseHeading=index$F.PostPurchaseHeading,exports.postPurchaseTextSetting=index$F.postPurchaseTextSetting,exports.postPurchaseProductSetting=index$H.postPurchaseProductSetting,exports.postPurchaseBuyerConsentSetting=index$I.postPurchaseBuyerConsentSetting,exports.productSetting=index$J.productSetting,exports.radioSetting=index$K.radioSetting,exports.selectSetting=index$L.selectSetting,exports.tabSetting=index$M.tabSetting,exports.textSetting=index$N.textSetting,exports.textareaSetting=index$O.textareaSetting,exports.videoSetting=index$P.videoSetting,exports.thirdPartySetting=index$Q.thirdPartySetting,exports.thirdPartyInstantSetting=index$R.thirdPartyInstantSetting,exports.stockCounterSetting=index$S.stockCounterSetting,exports.thirdPartySlotSetting=index$T.thirdPartySlotSetting,exports.shopPayInstallmentSetting=index$U.shopPayInstallmentSetting,exports.stickySetting=index$V.stickySetting,exports.nextComponent=next.default,exports.liquidComponents=index_liquid,exports.builderComponent=builder.default,exports.componentSettings=setting.default,exports.postPurchaseSettings=postPurchaseSetting.default,exports.ELEMENT_Z_INDEX=_const.ELEMENT_Z_INDEX,exports.REGEX_PAGE_TYPE=helpers.REGEX_PAGE_TYPE,exports.checkIsOpenPopup=helpers.checkIsOpenPopup,exports.checkIsScrollToTop=helpers.checkIsScrollToTop,exports.convertUnitToNumber=helpers.convertUnitToNumber,exports.createSettingId=helpers.createSettingId,exports.createTranslateKey=helpers.createTranslateKey,exports.filterTruthyObject=helpers.filterTruthyObject,exports.filterTruthyStyles=helpers.filterTruthyStyles,exports.getAllHrefFromString=helpers.getAllHrefFromString,exports.getBackgroundTranslated=helpers.getBackgroundTranslated,exports.getDisplayStyle=helpers.getDisplayStyle,exports.getDynamicSourceLocales=helpers.getDynamicSourceLocales,exports.getInsertLinkData=helpers.getInsertLinkData,exports.getLinkArticle=helpers.getLinkArticle,exports.getLinkData=helpers.getLinkData,exports.getSeoTranslated=helpers.getSeoTranslated,exports.getSettingPreloadData=helpers.getSettingPreloadData,exports.getStaticLocale=helpers.getStaticLocale,exports.handleClickLink=helpers.handleClickLink,exports.isEmptyObject=helpers.isEmptyObject,exports.isHexTransparent=helpers.isHexTransparent,exports.isLinkedToSalesPage=helpers.isLinkedToSalesPage,exports.isShopifyDomain=helpers.isShopifyDomain,exports.isTransparentColor=helpers.isTransparentColor,exports.isTransparentRGBA=helpers.isTransparentRGBA,exports.normalizeMailto=helpers.normalizeMailto,exports.replaceAllHrefFromString=helpers.replaceAllHrefFromString,exports.replaceLinkData=helpers.replaceLinkData,exports.youtubeShortsRegex=helpers.youtubeShortsRegex,exports.translateComponents=translate,exports.Accordion=Accordion.default,exports.AccordionItem=AccordionItem.default,exports.ArticleList=ArticleList.default,exports.ArticleTitle=ArticleTitle.default,exports.ArticleExcerpt=ArticleExcerpt.default,exports.ArticleContent=ArticleContent.default,exports.ArticleImage=ArticleImage.default,exports.ArticlePagination=ArticlePagination.default,exports.ArticleAuthor=ArticleAuthor.default,exports.ArticleTag=ArticleTag.default,exports.ArticleCategory=ArticleCategory.default,exports.ArticleDate=ArticleDate.default,exports.ArticleReadMore=ArticleReadMore.default,exports.HeroBanner=HeroBanner.default,exports.Breadcrumb=Breadcrumb.default,exports.Button=Button.default,exports.CarouselV3=Carousel.default,exports.CarouselItemV3=CarouselItem.default,exports.Carousel=Carousel$1.default,exports.CarouselItem=CarouselItem$1.default,exports.Cart=Cart.default,exports.CartList=CartList.default,exports.CartLinePrice=CartLinePrice.default,exports.CartLineVariant=CartLineVariant.default,exports.CartLineImage=CartLineImage.default,exports.CartTotalPrice=CartTotalPrice.default,exports.CartTotalItem=CartTotalItem.default,exports.CartCheckout=CartCheckout.default,exports.DiscountInput=DiscountInput.default,exports.CartDiscount=CartDiscount.default,exports.CartOrderNote=CartOrderNote.default,exports.CartLineAttribute=CartLineAttribute.default,exports.CouponList=CouponList.default,exports.ShopPayButton=ShopPayButton.default,exports.CheckoutNow=CheckoutNow.default,exports.CSSCode=CSSCode.default,exports.CollectionTitle=CollectionTitle.default,exports.CollectionBanner=CollectionBanner.default,exports.CollectionDescription=CollectionDescription.default,exports.CollectionToolbar=CollectionToolbar.default,exports.CollectionPaginator=CollectionPaginator.default,exports.Countdown=Countdown.default,exports.Coupon=Coupon.default,exports.Dialog=Dialog.default,exports.EstimateDate=EstimateDate.default,exports.Root=Root.default,exports.Section=Section.default,exports.Row=Row.default,exports.Col=Col.default,exports.Newsletter=Newsletter.default,exports.ContactForm=Contact.default,exports.FormEmail=FormEmail.default,exports.SubmitButton=SubmitButton.default,exports.FormDropdown=FormDropdown.default,exports.TextField=TextField.default,exports.FormTextarea=TextArea.default,exports.FormCheckbox=FormCheckbox.default,exports.TextInput=TextInput.default,exports.Header=Header.default,exports.BasicHeader=index$g.default,exports.ModernHeader=index$h.default,exports.MobileMenu=MobileMenu.default,exports.DesktopMenu=DesktopMenu.default,exports.Heading=Heading.default,exports.Icon=Icon.default,exports.IconList=IconList.default,exports.IconListItem=IconListItem.default,exports.IconListHoz=IconListHoz.default,exports.IconListItemHoz=IconListHozItem.default,exports.IconListV2=IconList$1.default,exports.Image=Image.default,exports.ImageComparison=ImageComparison.default,exports.ImageDetection=ImageDetection.default,exports.Input=Input.default,exports.Line=Line.default,exports.Link=Link.default,exports.Marquee=Marquee.default,exports.MarqueeItem=MarqueeItem.default,exports.Menu=Menu.default,exports.openConfirm=confirm.openConfirm,exports.Modal=Modal.default,exports.Pagination=Pagination.default,exports.PostPurchaseAdvancedList=AdvancedListPostPurchase.default,exports.PostPurchaseAdvancedListItem=PostPurchaseAdvancedListItem.default,exports.PostPurchaseButton=Button$1.default,exports.PostPurchaseCalloutBox=CalloutBox.default,exports.PostPurchaseCalloutText=CalloutText.default,exports.PostPurchaseCountdownTimer=PostPurchaseCountdownTimer.default,exports.PostPurchaseImage=Image$1.default,exports.PostPurchaseLine=PostPurchaseLine.default,exports.PostPurchaseLink=PostPurchaseLink.default,exports.PostPurchaseText=Text.default,exports.PostPurchaseProductPrice=ProductPrice.default,exports.PostPurchaseProductDescription=ProductDescription.default,exports.PostPurchaseProductTitle=ProductTitle.default,exports.PostPurchaseProductVariants=ProductVariant.default,exports.PostPurchaseAcceptButton=AcceptButton.default,exports.PostPurchaseProductQuantity=ProductQuantity.default,exports.PostPurchaseProductPriceBreakdown=ProductPriceBreakdown.default,exports.PostPurchaseProductOffer=ProductOffer.default,exports.PostPurchaseProductDiscountTag=ProductDiscountTag.default,exports.PostPurchaseProductImages=index$G.default,exports.postPurchaseProduct1Col=product1Col.postPurchaseProduct1Col,exports.postPurchaseProduct2Col=product2Col.postPurchaseProduct2Col,exports.postPurchaseProductDefault=productDefault.postPurchaseProductDefault,exports.PostPurchaseProductSubscription=ProductSubscription.default,exports.PostPurchaseBuyerConsent=BuyerConsent.default,exports.Product=Product.default,exports.ProductTitle=ProductTitle$1.default,exports.ProductQuantity=ProductQuantity$1.default,exports.ProductPrice=ProductPrice$1.default,exports.ProductButton=ProductButton.default,exports.ProductDescription=ProductDescription$1.default,exports.ProductVariants=ProductVariants.default,exports.ProductImages=ProductImages.default,exports.ProductImagesV2=ProductImageV2.default,exports.ProductImagesV3=ProductImageV3.default,exports.ProductPropertyInput=ProductProperties.default,exports.ProductQuickView=QuickView.default,exports.ProductTag=ProductDiscountTag$1.default,exports.ProductList=ProductList.default,exports.ProductListV3=ProductList$1.default,exports.ProductVendor=Vendor.default,exports.DynamicCheckout=DynamicCheckout.default,exports.ProductViewMore=ProductViewMore.default,exports.ProductBadge=ProductBadge.default,exports.ProductBundleDiscount=ProductBundleDiscount.default,exports.ProductBundleDiscountItem=ProductBundleDiscountItem.default,exports.ProductSku=Sku.default,exports.FileUpload=UploadFile.default,exports.Radio=Radio.default,exports.Select=Select.default,exports.Tabs=Tabs.default,exports.TabItem=TabItem.default,exports.Text=Text$1.default,exports.Textarea=Textarea.default,exports.Video=Video.default,exports.KachingSubscriptionsApp=KachingSubscriptionsApp.default,exports.BloyRewardsProgramLoyalty=BloyRewardsProgramLoyalty.default,exports.DealeasyVolumeDiscounts=DealeasyVolumeDiscounts.default,exports.UppromoteAffiliateMarketing=UppromoteAffiliateMarketing.default,exports.AovBundlesVolumeDiscounts=AovBundlesVolumeDiscounts.default,exports.AovFreeGiftBuyXGetYBogo=AovFreeGiftBuyXGetYBogo.default,exports.AppstleBundlesDiscounts=AppstleBundlesDiscounts.default,exports.EcomsendBackInStockAlert=EcomsendBackInStockAlert.default,exports.EstimatedDeliveryDatePlus=EstimatedDeliveryDatePlus.default,exports.OkendoReviewsLoyalty=OkendoReviewsLoyalty.default,exports.EssentialAnnouncementBar=EssentialAnnouncementBar.default,exports.EssentialCountdownTimerBar=EssentialCountdownTimerBar.default,exports.StellarDeliveryDatePickup=StellarDeliveryDatePickup.default,exports.TrustshopProductReviews=TrustshopProductReviews.default,exports.HulkProductOptions=HulkProductOptions.default,exports.MyappgurusProductReviews=MyappgurusProductReviews.default,exports.TrustreviewsProductReviews=TrustreviewsProductReviews.default,exports.DiscountyBulkDiscountSales=DiscountyBulkDiscountSales.default,exports.SeoantTrustBadgesIcon=SeoantTrustBadgesIcon.default,exports.SegunoEmailMarketing=SegunoEmailMarketing.default,exports.AftershipEmailMarketingsms=AftershipEmailMarketingsms.default,exports.BestBuyFulfillment=BestBuyFulfillment.default,exports.ProductOptionsVariantOption=ProductOptionsVariantOption.default,exports.GloboProductOptionsVariant=GloboProductOptionsVariant.default,exports.TeeinblueProductPersonalizer=TeeinblueProductPersonalizer.default,exports.WishlistKing=WishlistKing.default,exports.HulkFormBuilder=HulkFormBuilder.default,exports.LoloyalLoyaltyReferrals=LoloyalLoyaltyReferrals.default,exports.PowerfulContactFormBuilder=PowerfulContactFormBuilder.default,exports.WishlistPlus=WishlistPlus.default,exports.InstasellShoppableInstagram=InstasellShoppableInstagram.default,exports.SproutPlantTreesGrowSales=SproutPlantTreesGrowSales.default,exports.RapiBundleQuantityBreaks=RapiBundleQuantityBreaks.default,exports.AppointmentBookingCowlendar=AppointmentBookingCowlendar.default,exports.GoogleReviewsByReputon=GoogleReviewsByReputon.default,exports.MbcBundleVolumeDiscount=MbcBundleVolumeDiscount.default,exports.ProductOptionsCustomizer=ProductOptionsCustomizer.default,exports.AirProductReviewsAppUgc=AirProductReviewsAppUgc.default,exports.TagembedSocialPostReview=TagembedSocialPostReview.default,exports.WhatmoreShoppableVideosreel=WhatmoreShoppableVideosreel.default,exports.TagshopShoppableVideosUgc=TagshopShoppableVideosUgc.default,exports.JunipProductReviewsUgc=JunipProductReviewsUgc.default,exports.FlyBundlesUpsellsFbt=FlyBundlesUpsellsFbt.default,exports.PreorderNowWodPresale=PreorderNowWodPresale.default,exports.PreorderNowPreOrderPq=PreorderNowPreOrderPq.default,exports.MaxbundleProductBundles=MaxbundleProductBundles.default,exports.KoalaBundleQuantityDiscount=KoalaBundleQuantityDiscount.default,exports.EasyBundleBuilderSkailama=EasyBundleBuilderSkailama.default,exports.FastBundleBundlesDiscounts=FastBundleBundlesDiscounts.default,exports.KiteFreeGiftDiscount=KiteFreeGiftDiscount.default,exports.UnlimitedBundlesDiscounts=UnlimitedBundlesDiscounts.default,exports.SimpleBundlesKits=SimpleBundlesKits.default,exports.ReviewxpoProductReviewsApp=ReviewxpoProductReviewsApp.default,exports.PumperBundlesVolumeDiscount=PumperBundlesVolumeDiscount.default,exports.NotifyBackInStockPreOrder=NotifyBackInStockPreOrder.default,exports.ShopifyForms=ShopifyForms.default,exports.SkioSubscriptionsYcS20=SkioSubscriptionsYcS20.default,exports.LoopSubscriptions=LoopSubscriptions.default,exports.RecurpaySubscriptionApp=RecurpaySubscriptionApp.default,exports.SubifySubscriptionsApp=SubifySubscriptionsApp.default,exports.BonLoyaltyRewardsReferrals=BonLoyaltyRewardsReferrals.default,exports.ShopifySubscriptions=ShopifySubscriptions.default,exports.EasifyProductOptions=EasifyProductOptions.default,exports.CustomProductOptionsVariant=CustomProductOptionsVariant.default,exports.EasySellCOD=EasySellCOD.default,exports.QikifyUpsell=QikifyUpsell.default,exports.CleanSizeCharts=CleanSizeCharts.default,exports.JudgemeReviews=JudgemeReviews.default,exports.LooxReviews=LooxReviews.default,exports.Klaviyo=Klaviyo.default,exports.YotpoLoyalty=YotpoLoyalty.default,exports.SmartSearchBarAndFilters=SmartSearchBarAndFilters.default,exports.Instafeed=Instafeed.default,exports.ProductReviews=ProductReviews.default,exports.Ryviu=Ryviu.default,exports.Rivyo=Rivyo.default,exports.Vitals=Vitals.default,exports.Omnisend=Omnisend.default,exports.Trustoo=Trustoo.default,exports.SealSubscriptions=SealSubscriptions.default,exports.AppstleSubscriptions=AppstleSubscriptions.default,exports.FeraReviews=FeraReviews.default,exports.Growave=Growave.default,exports.KachingBundles=KachingBundles.default,exports.PushOwl=PushOwl.default,exports.Opinew=Opinew.default,exports.UltimateSalesBoost=UltimateSalesBoost.default,exports.FirePush=FirePush.default,exports.ParcelPanel=ParcelPanel.default,exports.TrustMe=TrustMe.default,exports.FrequentlyBoughtTogether=FrequentlyBoughtTogether.default,exports.BoldSubscriptions=BoldSubscriptions.default,exports.BoldProductOptions=BoldProductOptions.default,exports.WideBundle=WideBundle.default,exports.PickyStory=PickyStory.default,exports.InfiniteOptions=InfiniteOptions.default,exports.Wiser=Wiser.default,exports.Stamped=Stamped.default,exports.Bundler=Bundler.default,exports.LaiProductReviews=LaiProductReviews.default,exports.CrossSellCartUpsell=CrossSellCartUpsell.default,exports.BoostAISearchDiscovery=BoostAISearchDiscovery.default,exports.YotpoReviews=YotpoReviews.default,exports.AliReviews=AliReviews.default,exports.Bogos=Bogos.default,exports.Releasit=Releasit.default,exports.KingProductOptions=KingProductOptions.default,exports.KlarnaMessaging=KlarnaMessaging.default,exports.RequestQuoteHidePrice=RequestQuoteHidePrice.default,exports.BirdChime=BirdChime.default,exports.FordeerProductLabels=FordeerProductLabels.default,exports.RechargeSubscriptions=RechargeSubscriptions.default,exports.Selleasy=Selleasy.default,exports.HextomCountdownTimerBar=HextomCountdownTimerBar.default,exports.TrustBadgesBear=TrustBadgesBear.default,exports.TrustedsiteTrustBadges=TrustedsiteTrustBadges.default,exports.GloColorSwatchvariantImage=GloColorSwatchvariantImage.default,exports.BfSizeChartSizeGuide=BfSizeChartSizeGuide.default,exports.AlsoBoughtCbb=AlsoBoughtCbb.default,exports.HextomFreeShippingBar=HextomFreeShippingBar.default,exports.EcoboostifyShoppableReelUgc=EcoboostifyShoppableReelUgc.default,exports.InstantJudgemeReviews=InstantJudgemeReviews.default,exports.InstantLooxReviews=InstantLooxReviews.default,exports.InstantKlaviyo=InstantKlaviyo.default,exports.InstantYotpoLoyalty=InstantYotpoLoyalty.default,exports.StockCounter=StockCounter.default,exports.ThirdPartySlot=ThirdPartySlot.default,exports.ShopPayInstallments=ShopPayInstallments.default,exports.Sticky=Sticky.default,exports.CONTINUE_SELLING_WHEN_OUT_OF_STOCK=helpers$1.CONTINUE_SELLING_WHEN_OUT_OF_STOCK,exports.DEFAULT_FONT_SIZE=helpers$1.DEFAULT_FONT_SIZE,exports.DEFAULT_HIGHLIGHT_TAG=helpers$1.DEFAULT_HIGHLIGHT_TAG,exports.DEFAULT_PROGRESS_BAR_HEIGHT=helpers$1.DEFAULT_PROGRESS_BAR_HEIGHT,exports.DEFAULT_QUANTITY_TEMPLATE=helpers$1.DEFAULT_QUANTITY_TEMPLATE,exports.DEFAULT_RANGE_STEP=helpers$1.DEFAULT_RANGE_STEP,exports.DEFAULT_REMAINING_PERCENT=helpers$1.DEFAULT_REMAINING_PERCENT,exports.DEFAULT_REMAINING_QUANTITY=helpers$1.DEFAULT_REMAINING_QUANTITY,exports.DEFAULT_SCARCITY_THRESHOLD=helpers$1.DEFAULT_SCARCITY_THRESHOLD,exports.MAX_PROGRESS_BAR_HEIGHT=helpers$1.MAX_PROGRESS_BAR_HEIGHT,exports.MAX_REMAINING_PERCENT=helpers$1.MAX_REMAINING_PERCENT,exports.MIN_PROGRESS_BAR_HEIGHT=helpers$1.MIN_PROGRESS_BAR_HEIGHT,exports.MIN_REMAINING_PERCENT=helpers$1.MIN_REMAINING_PERCENT,exports.MIN_REMAINING_QUANTITY=helpers$1.MIN_REMAINING_QUANTITY,exports.NO_PRODUCT_LEFT=helpers$1.NO_PRODUCT_LEFT,exports.OUT_OF_STOCK=helpers$1.OUT_OF_STOCK,exports.QUANTITY_SOURCE=helpers$1.QUANTITY_SOURCE,exports.convertSizeToWidth=helpers$1.convertSizeToWidth,exports.getInlineCss=helpers$1.getInlineCss,exports.getLiquidInitData=helpers$1.getLiquidInitData,exports.getLiquidTextContent=helpers$1.getLiquidTextContent,exports.getTextDisplayData=helpers$1.getTextDisplayData,exports.transformHighlighTag=helpers$1.transformHighlighTag,exports.transformNumberTag=helpers$1.transformNumberTag;
|
|
1
|
+
"use strict";var index=require("./accordion/index.js"),index$1=require("./article/index.js"),index$2=require("./hero-banner/index.js"),index$3=require("./breadcrumb/index.js"),index$4=require("./button/index.js"),index$5=require("./carousel-v3/index.js"),index$6=require("./carousel/index.js"),index$7=require("./cart/index.js"),index$8=require("./code/index.js"),index$9=require("./collection/index.js"),index$a=require("./countdown-timer/index.js"),index$b=require("./coupon/index.js"),index$c=require("./dialog/index.js"),index$d=require("./estimate-delivery/index.js"),index$e=require("./grid/index.js"),index$f=require("./form/index.js"),index$i=require("./header/index.js"),index$j=require("./heading/index.js"),index$k=require("./icon/index.js"),index$l=require("./icon-list/index.js"),index$m=require("./icon-list-hoz/index.js"),index$n=require("./icon-list-v2/index.js"),index$o=require("./image/index.js"),index$p=require("./image-comparison/index.js"),index$q=require("./image-detection/index.js"),index$r=require("./input/index.js"),index$s=require("./line/index.js"),index$t=require("./link/index.js"),index$u=require("./marquee/index.js"),index$v=require("./menu/index.js"),index$w=require("./modal/index.js"),useNotification=require("./notification/hooks/useNotification.js"),Notice=require("./notification/components/Notice.js"),index$x=require("./pagination/index.js"),index$y=require("./post-purchase/advanced-list/index.js"),index$z=require("./post-purchase/button/index.js"),index$A=require("./post-purchase/callout-banner/index.js"),index$B=require("./post-purchase/countdown-timer/index.js"),index$C=require("./post-purchase/image/index.js"),index$D=require("./post-purchase/line/index.js"),index$E=require("./post-purchase/link/index.js"),index$F=require("./post-purchase/text/index.js"),index$H=require("./post-purchase/product/index.js"),index$I=require("./post-purchase/buyer-consent/index.js"),index$J=require("./product/index.js"),index$K=require("./radio/index.js"),index$L=require("./select/index.js"),index$M=require("./tab/index.js"),index$N=require("./text/index.js"),index$O=require("./textarea/index.js"),index$P=require("./video/index.js"),index$Q=require("./third-party/index.js"),index$R=require("./third-party-instant/index.js"),index$S=require("./stock-counter/index.js"),index$T=require("./third-party-slot/index.js"),index$U=require("./shop-pay-installment/index.js"),index$V=require("./sticky/index.js"),next=require("./next.js"),index_liquid=require("./index.liquid.js"),builder=require("./builder.js"),setting=require("./setting.js"),postPurchaseSetting=require("./postPurchaseSetting.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");var _const=require("./common/const.js"),helpers=require("./helpers.js"),translate=require("./translate.js"),Accordion=require("./accordion/components/Accordion.js"),AccordionItem=require("./accordion/components/AccordionItem.js"),ArticleList=require("./article/components/ArticleList.js"),ArticleTitle=require("./article/components/ArticleTitle.js"),ArticleExcerpt=require("./article/components/ArticleExcerpt.js"),ArticleContent=require("./article/components/ArticleContent.js"),ArticleImage=require("./article/components/ArticleImage.js"),ArticlePagination=require("./article/components/ArticlePagination.js"),ArticleAuthor=require("./article/components/ArticleAuthor.js"),ArticleTag=require("./article/components/ArticleTag.js"),ArticleCategory=require("./article/components/ArticleCategory.js"),ArticleDate=require("./article/components/ArticleDate.js"),ArticleReadMore=require("./article/components/ArticleReadMore.js"),HeroBanner=require("./hero-banner/components/HeroBanner.js"),Breadcrumb=require("./breadcrumb/components/Breadcrumb.js"),Button=require("./button/components/Button.js"),Carousel=require("./carousel-v3/components/root/Carousel.js"),CarouselItem=require("./carousel-v3/components/item/CarouselItem.js"),Carousel$1=require("./carousel/components/root/Carousel.js"),CarouselItem$1=require("./carousel/components/item/CarouselItem.js"),Cart=require("./cart/components/Cart.js"),CartList=require("./cart/components/CartList.js"),CartLinePrice=require("./cart/components/CartLinePrice.js"),CartLineVariant=require("./cart/components/CartLineVariant.js"),CartLineImage=require("./cart/components/CartLineImage.js"),CartTotalPrice=require("./cart/components/CartTotalPrice.js"),CartTotalItem=require("./cart/components/CartTotalItem.js"),CartCheckout=require("./cart/components/CartCheckout.js"),DiscountInput=require("./cart/components/DiscountInput.js"),CartDiscount=require("./cart/components/CartDiscount.js"),CartOrderNote=require("./cart/components/CartOrderNote.js"),CartLineAttribute=require("./cart/components/CartLineAttribute.js"),CouponList=require("./cart/components/CouponList.js"),ShopPayButton=require("./cart/components/shop-pay-button/ShopPayButton.js"),CheckoutNow=require("./cart/components/CheckoutNow.js"),CSSCode=require("./code/components/CSSCode.js"),CollectionTitle=require("./collection/components/collection-title/CollectionTitle.js"),CollectionBanner=require("./collection/components/collection-banner/CollectionBanner.js"),CollectionDescription=require("./collection/components/collection-description/CollectionDescription.js"),CollectionToolbar=require("./collection/components/collection-toolbar/CollectionToolbar.js"),CollectionPaginator=require("./collection/components/collection-paginator/CollectionPaginator.js"),Countdown=require("./countdown-timer/components/Countdown.js"),Coupon=require("./coupon/components/Coupon.js"),Dialog=require("./dialog/components/Dialog.js"),EstimateDate=require("./estimate-delivery/components/EstimateDate.js"),Root=require("./grid/components/root/Root.js"),Section=require("./grid/components/section/Section.js"),Row=require("./grid/components/row/Row.js"),Col=require("./grid/components/col/Col.js"),Newsletter=require("./form/components/newsletter/Newsletter.js"),Contact=require("./form/components/contact/Contact.js"),FormEmail=require("./form/components/form-email/FormEmail.js"),SubmitButton=require("./form/components/submit-button/SubmitButton.js"),FormDropdown=require("./form/components/form-dropdown/FormDropdown.js"),TextField=require("./form/components/textfield/TextField.js"),TextArea=require("./form/components/textarea/TextArea.js"),FormCheckbox=require("./form/components/form-checkbox/FormCheckbox.js"),TextInput=require("./form/components/textinput/TextInput.js"),Header=require("./header/components/Header.js"),index$g=require("./header/components/kind/basic/index.js"),index$h=require("./header/components/kind/modern/index.js"),MobileMenu=require("./header/components/kind/basic/MobileMenu.js"),DesktopMenu=require("./header/components/kind/basic/DesktopMenu.js"),Heading=require("./heading/components/Heading.js"),Icon=require("./icon/components/Icon.js"),IconList=require("./icon-list/components/IconList.js"),IconListItem=require("./icon-list/components/IconListItem.js"),IconListHoz=require("./icon-list-hoz/components/IconListHoz.js"),IconListHozItem=require("./icon-list-hoz/components/IconListHozItem.js"),IconList$1=require("./icon-list-v2/components/IconList.js"),Image=require("./image/components/Image.js"),ImageComparison=require("./image-comparison/components/ImageComparison.js"),ImageDetection=require("./image-detection/components/ImageDetection.js"),Input=require("./input/components/Input.js"),Line=require("./line/components/Line.js"),Link=require("./link/components/Link.js"),Marquee=require("./marquee/components/Marquee.js"),MarqueeItem=require("./marquee/components/MarqueeItem.js"),Menu=require("./menu/components/Menu.js"),confirm=require("./modal/components/confirm.js"),Modal=require("./modal/components/Modal.js"),Pagination=require("./pagination/components/Pagination.js"),AdvancedListPostPurchase=require("./post-purchase/advanced-list/components/AdvancedListPostPurchase.js"),PostPurchaseAdvancedListItem=require("./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js"),Button$1=require("./post-purchase/button/components/Button.js"),CalloutBox=require("./post-purchase/callout-banner/components/CalloutBox.js"),CalloutText=require("./post-purchase/callout-banner/components/CalloutText.js"),PostPurchaseCountdownTimer=require("./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js"),Image$1=require("./post-purchase/image/components/Image.js"),PostPurchaseLine=require("./post-purchase/line/components/PostPurchaseLine.js"),PostPurchaseLink=require("./post-purchase/link/components/PostPurchaseLink.js"),Text=require("./post-purchase/text/components/Text.js"),ProductPrice=require("./post-purchase/product/components/ProductPrice.js"),ProductDescription=require("./post-purchase/product/components/ProductDescription.js"),ProductTitle=require("./post-purchase/product/components/ProductTitle.js"),ProductVariant=require("./post-purchase/product/components/product-variant/components/ProductVariant.js"),AcceptButton=require("./post-purchase/product/components/AcceptButton.js"),ProductQuantity=require("./post-purchase/product/components/ProductQuantity.js"),ProductPriceBreakdown=require("./post-purchase/product/components/ProductPriceBreakdown.js"),ProductOffer=require("./post-purchase/product/components/product-offer/components/ProductOffer.js"),ProductDiscountTag=require("./post-purchase/product/components/ProductDiscountTag.js"),index$G=require("./post-purchase/product/components/product-image/index.js"),product1Col=require("./post-purchase/product/settings/presets-config/product-presets/product-1-col.js"),product2Col=require("./post-purchase/product/settings/presets-config/product-presets/product-2-col.js"),productDefault=require("./post-purchase/product/settings/presets-config/product-presets/product-default.js"),ProductSubscription=require("./post-purchase/product/components/product-subscription/ProductSubscription.js"),BuyerConsent=require("./post-purchase/buyer-consent/components/BuyerConsent.js"),Product=require("./product/components/product-wrap/Product.js"),ProductTitle$1=require("./product/components/product-title/ProductTitle.js"),ProductQuantity$1=require("./product/components/product-quantity/ProductQuantity.js"),ProductPrice$1=require("./product/components/product-price/ProductPrice.js"),ProductButton=require("./product/components/product-button/ProductButton.js"),ProductDescription$1=require("./product/components/product-description/ProductDescription.js"),ProductVariants=require("./product/components/product-variants/ProductVariants.js"),ProductImages=require("./product/components/ProductImages.js"),ProductImageV2=require("./product/components/product-images-v2/ProductImageV2.js"),ProductImageV3=require("./product/components/product-images-v3/ProductImageV3.js"),ProductProperties=require("./product/components/product-properties/ProductProperties.js"),QuickView=require("./product/components/product-quick-view/QuickView.js"),ProductDiscountTag$1=require("./product/components/product-discount-tag/ProductDiscountTag.js"),ProductList=require("./product/components/product-list/ProductList.js"),ProductList$1=require("./product/components/product-list-v3/ProductList.js"),Vendor=require("./product/components/product-vendor/Vendor.js"),DynamicCheckout=require("./product/components/dynamic-checkout/DynamicCheckout.js"),ProductViewMore=require("./product/components/product-view-more/ProductViewMore.js"),ProductBadge=require("./product/components/product-badge/ProductBadge.js"),ProductBundleDiscount=require("./product/components/product-bundle/ProductBundleDiscount.js"),ProductBundleDiscountItem=require("./product/components/product-bundle/ProductBundleDiscountItem.js"),Sku=require("./product/components/product-sku/Sku.js"),UploadFile=require("./product/components/file-upload/UploadFile.js"),Radio=require("./radio/components/Radio.js"),Select=require("./select/components/Select.js"),Tabs=require("./tab/components/Tabs.js"),TabItem=require("./tab/components/TabItem.js"),Text$1=require("./text/components/Text.js"),Textarea=require("./textarea/components/Textarea.js"),Video=require("./video/components/Video.js"),KachingSubscriptionsApp=require("./third-party/components/KachingSubscriptionsApp.js"),BloyRewardsProgramLoyalty=require("./third-party/components/BloyRewardsProgramLoyalty.js"),DealeasyVolumeDiscounts=require("./third-party/components/DealeasyVolumeDiscounts.js"),UppromoteAffiliateMarketing=require("./third-party/components/UppromoteAffiliateMarketing.js"),AovBundlesVolumeDiscounts=require("./third-party/components/AovBundlesVolumeDiscounts.js"),AovFreeGiftBuyXGetYBogo=require("./third-party/components/AovFreeGiftBuyXGetYBogo.js"),AppstleBundlesDiscounts=require("./third-party/components/AppstleBundlesDiscounts.js"),EcomsendBackInStockAlert=require("./third-party/components/EcomsendBackInStockAlert.js"),EstimatedDeliveryDatePlus=require("./third-party/components/EstimatedDeliveryDatePlus.js"),OkendoReviewsLoyalty=require("./third-party/components/OkendoReviewsLoyalty.js"),EssentialAnnouncementBar=require("./third-party/components/EssentialAnnouncementBar.js"),EssentialCountdownTimerBar=require("./third-party/components/EssentialCountdownTimerBar.js"),StellarDeliveryDatePickup=require("./third-party/components/StellarDeliveryDatePickup.js"),TrustshopProductReviews=require("./third-party/components/TrustshopProductReviews.js"),HulkProductOptions=require("./third-party/components/HulkProductOptions.js"),MyappgurusProductReviews=require("./third-party/components/MyappgurusProductReviews.js"),TrustreviewsProductReviews=require("./third-party/components/TrustreviewsProductReviews.js"),DiscountyBulkDiscountSales=require("./third-party/components/DiscountyBulkDiscountSales.js"),SeoantTrustBadgesIcon=require("./third-party/components/SeoantTrustBadgesIcon.js"),SegunoEmailMarketing=require("./third-party/components/SegunoEmailMarketing.js"),AftershipEmailMarketingsms=require("./third-party/components/AftershipEmailMarketingsms.js"),BestBuyFulfillment=require("./third-party/components/BestBuyFulfillment.js"),ProductOptionsVariantOption=require("./third-party/components/ProductOptionsVariantOption.js"),GloboProductOptionsVariant=require("./third-party/components/GloboProductOptionsVariant.js"),TeeinblueProductPersonalizer=require("./third-party/components/TeeinblueProductPersonalizer.js"),WishlistKing=require("./third-party/components/WishlistKing.js"),HulkFormBuilder=require("./third-party/components/HulkFormBuilder.js"),LoloyalLoyaltyReferrals=require("./third-party/components/LoloyalLoyaltyReferrals.js"),PowerfulContactFormBuilder=require("./third-party/components/PowerfulContactFormBuilder.js"),WishlistPlus=require("./third-party/components/WishlistPlus.js"),InstasellShoppableInstagram=require("./third-party/components/InstasellShoppableInstagram.js"),SproutPlantTreesGrowSales=require("./third-party/components/SproutPlantTreesGrowSales.js"),RapiBundleQuantityBreaks=require("./third-party/components/RapiBundleQuantityBreaks.js"),AppointmentBookingCowlendar=require("./third-party/components/AppointmentBookingCowlendar.js"),GoogleReviewsByReputon=require("./third-party/components/GoogleReviewsByReputon.js"),MbcBundleVolumeDiscount=require("./third-party/components/MbcBundleVolumeDiscount.js"),ProductOptionsCustomizer=require("./third-party/components/ProductOptionsCustomizer.js"),AirProductReviewsAppUgc=require("./third-party/components/AirProductReviewsAppUgc.js"),TagembedSocialPostReview=require("./third-party/components/TagembedSocialPostReview.js"),WhatmoreShoppableVideosreel=require("./third-party/components/WhatmoreShoppableVideosreel.js"),TagshopShoppableVideosUgc=require("./third-party/components/TagshopShoppableVideosUgc.js"),JunipProductReviewsUgc=require("./third-party/components/JunipProductReviewsUgc.js"),FlyBundlesUpsellsFbt=require("./third-party/components/FlyBundlesUpsellsFbt.js"),PreorderNowWodPresale=require("./third-party/components/PreorderNowWodPresale.js"),PreorderNowPreOrderPq=require("./third-party/components/PreorderNowPreOrderPq.js"),MaxbundleProductBundles=require("./third-party/components/MaxbundleProductBundles.js"),KoalaBundleQuantityDiscount=require("./third-party/components/KoalaBundleQuantityDiscount.js"),EasyBundleBuilderSkailama=require("./third-party/components/EasyBundleBuilderSkailama.js"),FastBundleBundlesDiscounts=require("./third-party/components/FastBundleBundlesDiscounts.js"),KiteFreeGiftDiscount=require("./third-party/components/KiteFreeGiftDiscount.js"),UnlimitedBundlesDiscounts=require("./third-party/components/UnlimitedBundlesDiscounts.js"),SimpleBundlesKits=require("./third-party/components/SimpleBundlesKits.js"),ReviewxpoProductReviewsApp=require("./third-party/components/ReviewxpoProductReviewsApp.js"),PumperBundlesVolumeDiscount=require("./third-party/components/PumperBundlesVolumeDiscount.js"),NotifyBackInStockPreOrder=require("./third-party/components/NotifyBackInStockPreOrder.js"),ShopifyForms=require("./third-party/components/ShopifyForms.js"),SkioSubscriptionsYcS20=require("./third-party/components/SkioSubscriptionsYcS20.js"),LoopSubscriptions=require("./third-party/components/LoopSubscriptions.js"),RecurpaySubscriptionApp=require("./third-party/components/RecurpaySubscriptionApp.js"),SubifySubscriptionsApp=require("./third-party/components/SubifySubscriptionsApp.js"),BonLoyaltyRewardsReferrals=require("./third-party/components/BonLoyaltyRewardsReferrals.js"),ShopifySubscriptions=require("./third-party/components/ShopifySubscriptions.js"),EasifyProductOptions=require("./third-party/components/EasifyProductOptions.js"),CustomProductOptionsVariant=require("./third-party/components/CustomProductOptionsVariant.js"),EasySellCOD=require("./third-party/components/EasySellCOD.js"),QikifyUpsell=require("./third-party/components/QikifyUpsell.js"),CleanSizeCharts=require("./third-party/components/CleanSizeCharts.js"),JudgemeReviews=require("./third-party/components/JudgemeReviews.js"),LooxReviews=require("./third-party/components/LooxReviews.js"),Klaviyo=require("./third-party/components/Klaviyo.js"),YotpoLoyalty=require("./third-party/components/YotpoLoyalty.js"),SmartSearchBarAndFilters=require("./third-party/components/SmartSearchBarAndFilters.js"),Instafeed=require("./third-party/components/Instafeed.js"),ProductReviews=require("./third-party/components/ProductReviews.js"),Ryviu=require("./third-party/components/Ryviu.js"),Rivyo=require("./third-party/components/Rivyo.js"),Vitals=require("./third-party/components/Vitals.js"),Omnisend=require("./third-party/components/Omnisend.js"),Trustoo=require("./third-party/components/Trustoo.js"),SealSubscriptions=require("./third-party/components/SealSubscriptions.js"),AppstleSubscriptions=require("./third-party/components/AppstleSubscriptions.js"),FeraReviews=require("./third-party/components/FeraReviews.js"),Growave=require("./third-party/components/Growave.js"),KachingBundles=require("./third-party/components/KachingBundles.js"),PushOwl=require("./third-party/components/PushOwl.js"),Opinew=require("./third-party/components/Opinew.js"),UltimateSalesBoost=require("./third-party/components/UltimateSalesBoost.js"),FirePush=require("./third-party/components/FirePush.js"),ParcelPanel=require("./third-party/components/ParcelPanel.js"),TrustMe=require("./third-party/components/TrustMe.js"),FrequentlyBoughtTogether=require("./third-party/components/FrequentlyBoughtTogether.js"),BoldSubscriptions=require("./third-party/components/BoldSubscriptions.js"),BoldProductOptions=require("./third-party/components/BoldProductOptions.js"),WideBundle=require("./third-party/components/WideBundle.js"),PickyStory=require("./third-party/components/PickyStory.js"),InfiniteOptions=require("./third-party/components/InfiniteOptions.js"),Wiser=require("./third-party/components/Wiser.js"),Stamped=require("./third-party/components/Stamped.js"),Bundler=require("./third-party/components/Bundler.js"),LaiProductReviews=require("./third-party/components/LaiProductReviews.js"),CrossSellCartUpsell=require("./third-party/components/CrossSellCartUpsell.js"),BoostAISearchDiscovery=require("./third-party/components/BoostAISearchDiscovery.js"),YotpoReviews=require("./third-party/components/YotpoReviews.js"),AliReviews=require("./third-party/components/AliReviews.js"),Bogos=require("./third-party/components/Bogos.js"),Releasit=require("./third-party/components/Releasit.js"),KingProductOptions=require("./third-party/components/KingProductOptions.js"),KlarnaMessaging=require("./third-party/components/KlarnaMessaging.js"),RequestQuoteHidePrice=require("./third-party/components/RequestQuoteHidePrice.js"),BirdChime=require("./third-party/components/BirdChime.js"),FordeerProductLabels=require("./third-party/components/FordeerProductLabels.js"),RechargeSubscriptions=require("./third-party/components/RechargeSubscriptions.js"),Selleasy=require("./third-party/components/Selleasy.js"),HextomCountdownTimerBar=require("./third-party/components/HextomCountdownTimerBar.js"),TrustBadgesBear=require("./third-party/components/TrustBadgesBear.js"),TrustedsiteTrustBadges=require("./third-party/components/TrustedsiteTrustBadges.js"),GloColorSwatchvariantImage=require("./third-party/components/GloColorSwatchvariantImage.js"),BfSizeChartSizeGuide=require("./third-party/components/BfSizeChartSizeGuide.js"),AlsoBoughtCbb=require("./third-party/components/AlsoBoughtCbb.js"),HextomFreeShippingBar=require("./third-party/components/HextomFreeShippingBar.js"),EcoboostifyShoppableReelUgc=require("./third-party/components/EcoboostifyShoppableReelUgc.js"),InstantJudgemeReviews=require("./third-party-instant/components/InstantJudgemeReviews.js"),InstantLooxReviews=require("./third-party-instant/components/InstantLooxReviews.js"),InstantKlaviyo=require("./third-party-instant/components/InstantKlaviyo.js"),InstantYotpoLoyalty=require("./third-party-instant/components/InstantYotpoLoyalty.js"),StockCounter=require("./stock-counter/components/StockCounter.js"),ThirdPartySlot=require("./third-party-slot/components/ThirdPartySlot.js"),ShopPayInstallments=require("./shop-pay-installment/components/ShopPayInstallments.js"),Sticky=require("./sticky/components/Sticky.js"),helpers$1=require("./stock-counter/common/helpers.js");exports.accordionSetting=index.accordionSetting,exports.articleListSetting=index$1.articleListSetting,exports.bannerSetting=index$2.bannerSetting,exports.breadcrumbSetting=index$3.breadcrumbSetting,exports.buttonSetting=index$4.buttonSetting,exports.carouselSettingV3=index$5.carouselSettingV3,exports.carouselSetting=index$6.carouselSetting,exports.cartSetting=index$7.cartSetting,exports.codeSetting=index$8.codeSetting,exports.collectionSetting=index$9.collectionSetting,exports.countdownSetting=index$a.countdownSetting,exports.couponSetting=index$b.couponSetting,exports.dialogSetting=index$c.dialogSetting,exports.estimateDeliverySetting=index$d.estimateDeliverySetting,exports.gridSetting=index$e.gridSetting,exports.contactFormSetting=index$f.contactFormSetting,exports.headerSetting=index$i.headerSetting,exports.headingSetting=index$j.headingSetting,exports.iconSetting=index$k.iconSetting,exports.iconListSetting=index$l.iconListSetting,exports.iconListHozSetting=index$m.iconListHozSetting,exports.iconListSettingV2=index$n.iconListSettingV2,exports.imageSetting=index$o.imageSetting,exports.imageComparisonSetting=index$p.imageComparisonSetting,exports.imageDetectionSetting=index$q.imageDetectionSetting,exports.inputSetting=index$r.inputSetting,exports.lineSetting=index$s.lineSetting,exports.linkSetting=index$t.linkSetting,exports.marqueeSetting=index$u.marqueeSetting,exports.menuSetting=index$v.menuSetting,exports.modalSetting=index$w.modalSetting,exports.useNotification=useNotification.default,exports.Notice=Notice.default,exports.paginationSetting=index$x.paginationSetting,exports.postPurchaseAdvancedListSetting=index$y.postPurchaseAdvancedListSetting,exports.postPurchaseButtonSetting=index$z.postPurchaseButtonSetting,exports.postPurchaseCalloutBoxSetting=index$A.postPurchaseCalloutBoxSetting,exports.postPurchaseCountdownTimerSetting=index$B.postPurchaseCountdownTimerSetting,exports.postPurchaseImageSetting=index$C.postPurchaseImageSetting,exports.postPurchaseLineSetting=index$D.postPurchaseLineSetting,exports.postPurchaseLinkSetting=index$E.postPurchaseLinkSetting,exports.PostPurchaseHeading=index$F.PostPurchaseHeading,exports.postPurchaseTextSetting=index$F.postPurchaseTextSetting,exports.postPurchaseProductSetting=index$H.postPurchaseProductSetting,exports.postPurchaseBuyerConsentSetting=index$I.postPurchaseBuyerConsentSetting,exports.productSetting=index$J.productSetting,exports.radioSetting=index$K.radioSetting,exports.selectSetting=index$L.selectSetting,exports.tabSetting=index$M.tabSetting,exports.textSetting=index$N.textSetting,exports.textareaSetting=index$O.textareaSetting,exports.videoSetting=index$P.videoSetting,exports.thirdPartySetting=index$Q.thirdPartySetting,exports.thirdPartyInstantSetting=index$R.thirdPartyInstantSetting,exports.stockCounterSetting=index$S.stockCounterSetting,exports.thirdPartySlotSetting=index$T.thirdPartySlotSetting,exports.shopPayInstallmentSetting=index$U.shopPayInstallmentSetting,exports.stickySetting=index$V.stickySetting,exports.nextComponent=next.default,exports.liquidComponents=index_liquid,exports.builderComponent=builder.default,exports.componentSettings=setting.default,exports.postPurchaseSettings=postPurchaseSetting.default,exports.ELEMENT_Z_INDEX=_const.ELEMENT_Z_INDEX,exports.REGEX_PAGE_TYPE=helpers.REGEX_PAGE_TYPE,exports.checkIsOpenPopup=helpers.checkIsOpenPopup,exports.checkIsScrollToTop=helpers.checkIsScrollToTop,exports.convertUnitToNumber=helpers.convertUnitToNumber,exports.createSettingId=helpers.createSettingId,exports.createTranslateKey=helpers.createTranslateKey,exports.extractProductID=helpers.extractProductID,exports.filterTruthyObject=helpers.filterTruthyObject,exports.filterTruthyStyles=helpers.filterTruthyStyles,exports.getAllHrefFromString=helpers.getAllHrefFromString,exports.getBackgroundTranslated=helpers.getBackgroundTranslated,exports.getDisplayStyle=helpers.getDisplayStyle,exports.getDynamicSourceLocales=helpers.getDynamicSourceLocales,exports.getInsertLinkData=helpers.getInsertLinkData,exports.getLinkArticle=helpers.getLinkArticle,exports.getLinkData=helpers.getLinkData,exports.getSeoTranslated=helpers.getSeoTranslated,exports.getSettingPreloadData=helpers.getSettingPreloadData,exports.getStaticLocale=helpers.getStaticLocale,exports.handleClickLink=helpers.handleClickLink,exports.isEmptyObject=helpers.isEmptyObject,exports.isHexTransparent=helpers.isHexTransparent,exports.isLinkedToSalesPage=helpers.isLinkedToSalesPage,exports.isShopifyDomain=helpers.isShopifyDomain,exports.isTransparentColor=helpers.isTransparentColor,exports.isTransparentRGBA=helpers.isTransparentRGBA,exports.normalizeMailto=helpers.normalizeMailto,exports.replaceAllHrefFromString=helpers.replaceAllHrefFromString,exports.replaceLinkData=helpers.replaceLinkData,exports.youtubeShortsRegex=helpers.youtubeShortsRegex,exports.translateComponents=translate,exports.Accordion=Accordion.default,exports.AccordionItem=AccordionItem.default,exports.ArticleList=ArticleList.default,exports.ArticleTitle=ArticleTitle.default,exports.ArticleExcerpt=ArticleExcerpt.default,exports.ArticleContent=ArticleContent.default,exports.ArticleImage=ArticleImage.default,exports.ArticlePagination=ArticlePagination.default,exports.ArticleAuthor=ArticleAuthor.default,exports.ArticleTag=ArticleTag.default,exports.ArticleCategory=ArticleCategory.default,exports.ArticleDate=ArticleDate.default,exports.ArticleReadMore=ArticleReadMore.default,exports.HeroBanner=HeroBanner.default,exports.Breadcrumb=Breadcrumb.default,exports.Button=Button.default,exports.CarouselV3=Carousel.default,exports.CarouselItemV3=CarouselItem.default,exports.Carousel=Carousel$1.default,exports.CarouselItem=CarouselItem$1.default,exports.Cart=Cart.default,exports.CartList=CartList.default,exports.CartLinePrice=CartLinePrice.default,exports.CartLineVariant=CartLineVariant.default,exports.CartLineImage=CartLineImage.default,exports.CartTotalPrice=CartTotalPrice.default,exports.CartTotalItem=CartTotalItem.default,exports.CartCheckout=CartCheckout.default,exports.DiscountInput=DiscountInput.default,exports.CartDiscount=CartDiscount.default,exports.CartOrderNote=CartOrderNote.default,exports.CartLineAttribute=CartLineAttribute.default,exports.CouponList=CouponList.default,exports.ShopPayButton=ShopPayButton.default,exports.CheckoutNow=CheckoutNow.default,exports.CSSCode=CSSCode.default,exports.CollectionTitle=CollectionTitle.default,exports.CollectionBanner=CollectionBanner.default,exports.CollectionDescription=CollectionDescription.default,exports.CollectionToolbar=CollectionToolbar.default,exports.CollectionPaginator=CollectionPaginator.default,exports.Countdown=Countdown.default,exports.Coupon=Coupon.default,exports.Dialog=Dialog.default,exports.EstimateDate=EstimateDate.default,exports.Root=Root.default,exports.Section=Section.default,exports.Row=Row.default,exports.Col=Col.default,exports.Newsletter=Newsletter.default,exports.ContactForm=Contact.default,exports.FormEmail=FormEmail.default,exports.SubmitButton=SubmitButton.default,exports.FormDropdown=FormDropdown.default,exports.TextField=TextField.default,exports.FormTextarea=TextArea.default,exports.FormCheckbox=FormCheckbox.default,exports.TextInput=TextInput.default,exports.Header=Header.default,exports.BasicHeader=index$g.default,exports.ModernHeader=index$h.default,exports.MobileMenu=MobileMenu.default,exports.DesktopMenu=DesktopMenu.default,exports.Heading=Heading.default,exports.Icon=Icon.default,exports.IconList=IconList.default,exports.IconListItem=IconListItem.default,exports.IconListHoz=IconListHoz.default,exports.IconListItemHoz=IconListHozItem.default,exports.IconListV2=IconList$1.default,exports.Image=Image.default,exports.ImageComparison=ImageComparison.default,exports.ImageDetection=ImageDetection.default,exports.Input=Input.default,exports.Line=Line.default,exports.Link=Link.default,exports.Marquee=Marquee.default,exports.MarqueeItem=MarqueeItem.default,exports.Menu=Menu.default,exports.openConfirm=confirm.openConfirm,exports.Modal=Modal.default,exports.Pagination=Pagination.default,exports.PostPurchaseAdvancedList=AdvancedListPostPurchase.default,exports.PostPurchaseAdvancedListItem=PostPurchaseAdvancedListItem.default,exports.PostPurchaseButton=Button$1.default,exports.PostPurchaseCalloutBox=CalloutBox.default,exports.PostPurchaseCalloutText=CalloutText.default,exports.PostPurchaseCountdownTimer=PostPurchaseCountdownTimer.default,exports.PostPurchaseImage=Image$1.default,exports.PostPurchaseLine=PostPurchaseLine.default,exports.PostPurchaseLink=PostPurchaseLink.default,exports.PostPurchaseText=Text.default,exports.PostPurchaseProductPrice=ProductPrice.default,exports.PostPurchaseProductDescription=ProductDescription.default,exports.PostPurchaseProductTitle=ProductTitle.default,exports.PostPurchaseProductVariants=ProductVariant.default,exports.PostPurchaseAcceptButton=AcceptButton.default,exports.PostPurchaseProductQuantity=ProductQuantity.default,exports.PostPurchaseProductPriceBreakdown=ProductPriceBreakdown.default,exports.PostPurchaseProductOffer=ProductOffer.default,exports.PostPurchaseProductDiscountTag=ProductDiscountTag.default,exports.PostPurchaseProductImages=index$G.default,exports.postPurchaseProduct1Col=product1Col.postPurchaseProduct1Col,exports.postPurchaseProduct2Col=product2Col.postPurchaseProduct2Col,exports.postPurchaseProductDefault=productDefault.postPurchaseProductDefault,exports.PostPurchaseProductSubscription=ProductSubscription.default,exports.PostPurchaseBuyerConsent=BuyerConsent.default,exports.Product=Product.default,exports.ProductTitle=ProductTitle$1.default,exports.ProductQuantity=ProductQuantity$1.default,exports.ProductPrice=ProductPrice$1.default,exports.ProductButton=ProductButton.default,exports.ProductDescription=ProductDescription$1.default,exports.ProductVariants=ProductVariants.default,exports.ProductImages=ProductImages.default,exports.ProductImagesV2=ProductImageV2.default,exports.ProductImagesV3=ProductImageV3.default,exports.ProductPropertyInput=ProductProperties.default,exports.ProductQuickView=QuickView.default,exports.ProductTag=ProductDiscountTag$1.default,exports.ProductList=ProductList.default,exports.ProductListV3=ProductList$1.default,exports.ProductVendor=Vendor.default,exports.DynamicCheckout=DynamicCheckout.default,exports.ProductViewMore=ProductViewMore.default,exports.ProductBadge=ProductBadge.default,exports.ProductBundleDiscount=ProductBundleDiscount.default,exports.ProductBundleDiscountItem=ProductBundleDiscountItem.default,exports.ProductSku=Sku.default,exports.FileUpload=UploadFile.default,exports.Radio=Radio.default,exports.Select=Select.default,exports.Tabs=Tabs.default,exports.TabItem=TabItem.default,exports.Text=Text$1.default,exports.Textarea=Textarea.default,exports.Video=Video.default,exports.KachingSubscriptionsApp=KachingSubscriptionsApp.default,exports.BloyRewardsProgramLoyalty=BloyRewardsProgramLoyalty.default,exports.DealeasyVolumeDiscounts=DealeasyVolumeDiscounts.default,exports.UppromoteAffiliateMarketing=UppromoteAffiliateMarketing.default,exports.AovBundlesVolumeDiscounts=AovBundlesVolumeDiscounts.default,exports.AovFreeGiftBuyXGetYBogo=AovFreeGiftBuyXGetYBogo.default,exports.AppstleBundlesDiscounts=AppstleBundlesDiscounts.default,exports.EcomsendBackInStockAlert=EcomsendBackInStockAlert.default,exports.EstimatedDeliveryDatePlus=EstimatedDeliveryDatePlus.default,exports.OkendoReviewsLoyalty=OkendoReviewsLoyalty.default,exports.EssentialAnnouncementBar=EssentialAnnouncementBar.default,exports.EssentialCountdownTimerBar=EssentialCountdownTimerBar.default,exports.StellarDeliveryDatePickup=StellarDeliveryDatePickup.default,exports.TrustshopProductReviews=TrustshopProductReviews.default,exports.HulkProductOptions=HulkProductOptions.default,exports.MyappgurusProductReviews=MyappgurusProductReviews.default,exports.TrustreviewsProductReviews=TrustreviewsProductReviews.default,exports.DiscountyBulkDiscountSales=DiscountyBulkDiscountSales.default,exports.SeoantTrustBadgesIcon=SeoantTrustBadgesIcon.default,exports.SegunoEmailMarketing=SegunoEmailMarketing.default,exports.AftershipEmailMarketingsms=AftershipEmailMarketingsms.default,exports.BestBuyFulfillment=BestBuyFulfillment.default,exports.ProductOptionsVariantOption=ProductOptionsVariantOption.default,exports.GloboProductOptionsVariant=GloboProductOptionsVariant.default,exports.TeeinblueProductPersonalizer=TeeinblueProductPersonalizer.default,exports.WishlistKing=WishlistKing.default,exports.HulkFormBuilder=HulkFormBuilder.default,exports.LoloyalLoyaltyReferrals=LoloyalLoyaltyReferrals.default,exports.PowerfulContactFormBuilder=PowerfulContactFormBuilder.default,exports.WishlistPlus=WishlistPlus.default,exports.InstasellShoppableInstagram=InstasellShoppableInstagram.default,exports.SproutPlantTreesGrowSales=SproutPlantTreesGrowSales.default,exports.RapiBundleQuantityBreaks=RapiBundleQuantityBreaks.default,exports.AppointmentBookingCowlendar=AppointmentBookingCowlendar.default,exports.GoogleReviewsByReputon=GoogleReviewsByReputon.default,exports.MbcBundleVolumeDiscount=MbcBundleVolumeDiscount.default,exports.ProductOptionsCustomizer=ProductOptionsCustomizer.default,exports.AirProductReviewsAppUgc=AirProductReviewsAppUgc.default,exports.TagembedSocialPostReview=TagembedSocialPostReview.default,exports.WhatmoreShoppableVideosreel=WhatmoreShoppableVideosreel.default,exports.TagshopShoppableVideosUgc=TagshopShoppableVideosUgc.default,exports.JunipProductReviewsUgc=JunipProductReviewsUgc.default,exports.FlyBundlesUpsellsFbt=FlyBundlesUpsellsFbt.default,exports.PreorderNowWodPresale=PreorderNowWodPresale.default,exports.PreorderNowPreOrderPq=PreorderNowPreOrderPq.default,exports.MaxbundleProductBundles=MaxbundleProductBundles.default,exports.KoalaBundleQuantityDiscount=KoalaBundleQuantityDiscount.default,exports.EasyBundleBuilderSkailama=EasyBundleBuilderSkailama.default,exports.FastBundleBundlesDiscounts=FastBundleBundlesDiscounts.default,exports.KiteFreeGiftDiscount=KiteFreeGiftDiscount.default,exports.UnlimitedBundlesDiscounts=UnlimitedBundlesDiscounts.default,exports.SimpleBundlesKits=SimpleBundlesKits.default,exports.ReviewxpoProductReviewsApp=ReviewxpoProductReviewsApp.default,exports.PumperBundlesVolumeDiscount=PumperBundlesVolumeDiscount.default,exports.NotifyBackInStockPreOrder=NotifyBackInStockPreOrder.default,exports.ShopifyForms=ShopifyForms.default,exports.SkioSubscriptionsYcS20=SkioSubscriptionsYcS20.default,exports.LoopSubscriptions=LoopSubscriptions.default,exports.RecurpaySubscriptionApp=RecurpaySubscriptionApp.default,exports.SubifySubscriptionsApp=SubifySubscriptionsApp.default,exports.BonLoyaltyRewardsReferrals=BonLoyaltyRewardsReferrals.default,exports.ShopifySubscriptions=ShopifySubscriptions.default,exports.EasifyProductOptions=EasifyProductOptions.default,exports.CustomProductOptionsVariant=CustomProductOptionsVariant.default,exports.EasySellCOD=EasySellCOD.default,exports.QikifyUpsell=QikifyUpsell.default,exports.CleanSizeCharts=CleanSizeCharts.default,exports.JudgemeReviews=JudgemeReviews.default,exports.LooxReviews=LooxReviews.default,exports.Klaviyo=Klaviyo.default,exports.YotpoLoyalty=YotpoLoyalty.default,exports.SmartSearchBarAndFilters=SmartSearchBarAndFilters.default,exports.Instafeed=Instafeed.default,exports.ProductReviews=ProductReviews.default,exports.Ryviu=Ryviu.default,exports.Rivyo=Rivyo.default,exports.Vitals=Vitals.default,exports.Omnisend=Omnisend.default,exports.Trustoo=Trustoo.default,exports.SealSubscriptions=SealSubscriptions.default,exports.AppstleSubscriptions=AppstleSubscriptions.default,exports.FeraReviews=FeraReviews.default,exports.Growave=Growave.default,exports.KachingBundles=KachingBundles.default,exports.PushOwl=PushOwl.default,exports.Opinew=Opinew.default,exports.UltimateSalesBoost=UltimateSalesBoost.default,exports.FirePush=FirePush.default,exports.ParcelPanel=ParcelPanel.default,exports.TrustMe=TrustMe.default,exports.FrequentlyBoughtTogether=FrequentlyBoughtTogether.default,exports.BoldSubscriptions=BoldSubscriptions.default,exports.BoldProductOptions=BoldProductOptions.default,exports.WideBundle=WideBundle.default,exports.PickyStory=PickyStory.default,exports.InfiniteOptions=InfiniteOptions.default,exports.Wiser=Wiser.default,exports.Stamped=Stamped.default,exports.Bundler=Bundler.default,exports.LaiProductReviews=LaiProductReviews.default,exports.CrossSellCartUpsell=CrossSellCartUpsell.default,exports.BoostAISearchDiscovery=BoostAISearchDiscovery.default,exports.YotpoReviews=YotpoReviews.default,exports.AliReviews=AliReviews.default,exports.Bogos=Bogos.default,exports.Releasit=Releasit.default,exports.KingProductOptions=KingProductOptions.default,exports.KlarnaMessaging=KlarnaMessaging.default,exports.RequestQuoteHidePrice=RequestQuoteHidePrice.default,exports.BirdChime=BirdChime.default,exports.FordeerProductLabels=FordeerProductLabels.default,exports.RechargeSubscriptions=RechargeSubscriptions.default,exports.Selleasy=Selleasy.default,exports.HextomCountdownTimerBar=HextomCountdownTimerBar.default,exports.TrustBadgesBear=TrustBadgesBear.default,exports.TrustedsiteTrustBadges=TrustedsiteTrustBadges.default,exports.GloColorSwatchvariantImage=GloColorSwatchvariantImage.default,exports.BfSizeChartSizeGuide=BfSizeChartSizeGuide.default,exports.AlsoBoughtCbb=AlsoBoughtCbb.default,exports.HextomFreeShippingBar=HextomFreeShippingBar.default,exports.EcoboostifyShoppableReelUgc=EcoboostifyShoppableReelUgc.default,exports.InstantJudgemeReviews=InstantJudgemeReviews.default,exports.InstantLooxReviews=InstantLooxReviews.default,exports.InstantKlaviyo=InstantKlaviyo.default,exports.InstantYotpoLoyalty=InstantYotpoLoyalty.default,exports.StockCounter=StockCounter.default,exports.ThirdPartySlot=ThirdPartySlot.default,exports.ShopPayInstallments=ShopPayInstallments.default,exports.Sticky=Sticky.default,exports.CONTINUE_SELLING_WHEN_OUT_OF_STOCK=helpers$1.CONTINUE_SELLING_WHEN_OUT_OF_STOCK,exports.DEFAULT_FONT_SIZE=helpers$1.DEFAULT_FONT_SIZE,exports.DEFAULT_HIGHLIGHT_TAG=helpers$1.DEFAULT_HIGHLIGHT_TAG,exports.DEFAULT_PROGRESS_BAR_HEIGHT=helpers$1.DEFAULT_PROGRESS_BAR_HEIGHT,exports.DEFAULT_QUANTITY_TEMPLATE=helpers$1.DEFAULT_QUANTITY_TEMPLATE,exports.DEFAULT_RANGE_STEP=helpers$1.DEFAULT_RANGE_STEP,exports.DEFAULT_REMAINING_PERCENT=helpers$1.DEFAULT_REMAINING_PERCENT,exports.DEFAULT_REMAINING_QUANTITY=helpers$1.DEFAULT_REMAINING_QUANTITY,exports.DEFAULT_SCARCITY_THRESHOLD=helpers$1.DEFAULT_SCARCITY_THRESHOLD,exports.MAX_PROGRESS_BAR_HEIGHT=helpers$1.MAX_PROGRESS_BAR_HEIGHT,exports.MAX_REMAINING_PERCENT=helpers$1.MAX_REMAINING_PERCENT,exports.MIN_PROGRESS_BAR_HEIGHT=helpers$1.MIN_PROGRESS_BAR_HEIGHT,exports.MIN_REMAINING_PERCENT=helpers$1.MIN_REMAINING_PERCENT,exports.MIN_REMAINING_QUANTITY=helpers$1.MIN_REMAINING_QUANTITY,exports.NO_PRODUCT_LEFT=helpers$1.NO_PRODUCT_LEFT,exports.OUT_OF_STOCK=helpers$1.OUT_OF_STOCK,exports.QUANTITY_SOURCE=helpers$1.QUANTITY_SOURCE,exports.convertSizeToWidth=helpers$1.convertSizeToWidth,exports.getInlineCss=helpers$1.getInlineCss,exports.getLiquidInitData=helpers$1.getLiquidInitData,exports.getLiquidTextContent=helpers$1.getLiquidTextContent,exports.getTextDisplayData=helpers$1.getTextDisplayData,exports.transformHighlighTag=helpers$1.transformHighlighTag,exports.transformNumberTag=helpers$1.transformNumberTag;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),React=require("react"),system=require("@gem-sdk/system"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),helpers=require("../common/helpers.js"),core=require("@gem-sdk/core");const COMPONENT_ID_PREFIX="buyer-consent-product",BuyerConsent=({styles:e,builderProps:s,setting:t})=>{let r=core.useProduct(),l=core.useProductStore(e=>e.isAgreeBuyWithSubscription),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),React=require("react"),system=require("@gem-sdk/system"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),helpers$1=require("../common/helpers.js"),core=require("@gem-sdk/core"),helpers=require("../../../helpers.js");const DEFAULT_PRE_CHECK_VALUE=!0,COMPONENT_ID_PREFIX="buyer-consent-product",BuyerConsent=({styles:e,builderProps:s,setting:t})=>{let r=core.useProduct(),l=core.usePageStore(e=>e.buyerConsentPreCheck),c=core.useProductStore(e=>e.isAgreeBuyWithSubscription),a=core.useProductStore(e=>e.setIsAgreeBuyWithSubscription),{description:o,policyLabel:n,policyLink:u,align:i}=t??{},y=r?.id?`buyer-consent-product-${r.id}`:void 0,m=helpers$1.getComponentTag(u),d=system.createStyle(styles.getWrapperStyles({styles:e})),C=system.createClass(classes.getWrapperClassName({align:i,uid:s?.uid})),p=system.createStyle(styles.getContainerStyles({styles:e})),h=system.createClass(classes.getCheckboxContainerClassName()),x=system.createStyle(styles.getCheckboxInputStyles()),g=system.createStyle(styles.getTextStyle({styles:e})),j=system.createClass(classes.getCheckboxClassName()),b=system.createClass(classes.getLinkComponentClassName()),S=system.createStyle(classes.getLinkComponentStyles()),k=React.useMemo(()=>{let e=helpers.extractProductID(r?.baseID??"");return l?.[e]??!0},[l,r?.baseID]),R=e=>{a(e.target.checked)};return React.useEffect(()=>{a(k)},[a,k]),jsxRuntime.jsx("div",{"data-id":s?.uid,style:d,className:C,children:jsxRuntime.jsxs("label",{htmlFor:y,style:p,className:h,children:[jsxRuntime.jsx("input",{id:y,name:y,type:"checkbox",style:x,className:j,checked:c,onChange:R}),jsxRuntime.jsxs("bdo",{dir:e?.direction??"ltr",style:g,children:[o," ",jsxRuntime.jsx(m,{target:"_blank",rel:"noreferrer",href:u,className:b,style:S,children:n})]})]})})};exports.default=BuyerConsent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require("react/jsx-runtime"),require("react"),require("@gem-sdk/system"),require("@gem-sdk/core");var BuyerConsent$1=require("./settings/BuyerConsent.js");const postPurchaseBuyerConsentSetting={PostPurchaseBuyerConsent:BuyerConsent$1.default};exports.postPurchaseBuyerConsentSetting=postPurchaseBuyerConsentSetting;
|
|
1
|
+
"use strict";require("react/jsx-runtime"),require("react"),require("@gem-sdk/system"),require("@gem-sdk/core"),require("next/link");var BuyerConsent$1=require("./settings/BuyerConsent.js");const postPurchaseBuyerConsentSetting={PostPurchaseBuyerConsent:BuyerConsent$1.default};exports.postPurchaseBuyerConsentSetting=postPurchaseBuyerConsentSetting;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
<rect x="2.5" y="2.5" width="15" height="15" rx="3" fill="#424242"/>
|
|
3
3
|
<path d="M5.71386 10.8239L8.68872 13.75L14.2853 6.25" stroke="#F9F9F9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
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"}]}];exports.PostPurchaseBuyerConsentPresets=PostPurchaseBuyerConsentPresets;
|
|
5
|
+
</svg>`},components:[{tag:"PostPurchaseBuyerConsent",advanced:{blockPadding:"base",inlinePadding:"none"}}]}];exports.PostPurchaseBuyerConsentPresets=PostPurchaseBuyerConsentPresets;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const 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}]}]}];exports.PostPurchaseBuyerConsentSettings=PostPurchaseBuyerConsentSettings;
|
|
1
|
+
"use strict";const 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-buyer-consent",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}]}]}];exports.PostPurchaseBuyerConsentSettings=PostPurchaseBuyerConsentSettings;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
style="${{...core.makeStyleResponsive("ta",e)}}"
|
|
5
5
|
>
|
|
6
6
|
<button
|
|
7
|
-
class="wishlist-icon swym-
|
|
7
|
+
class="wishlist-icon swym-add-to-wishlist-view-product product_{{ product.id }}"
|
|
8
8
|
data-with-epi="true"
|
|
9
9
|
data-swaction="addToWishlist"
|
|
10
10
|
data-product-id="{{ product.id }}"
|
package/dist/esm/helpers.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DEVICES as e,globalEvent as t,cloneDeep as
|
|
1
|
+
import{DEVICES as e,globalEvent as t,cloneDeep as r}from"@gem-sdk/core";import i from"./link/components/Link.js";import{HeroBanner as n}from"./hero-banner/settings/configs/translate.js";let REGEX_PAGE_TYPE=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart|policies)\/?/i),isShopifyDomain=(e,t)=>{let r=new RegExp(/^https?:\/\//i);return e&&!r.test(t)&®EX_PAGE_TYPE.test(t)},getLinkArticle=(e,t)=>"scroll-to"==e?t?.link:"{{article.url}}",isTransparentColor=e=>!!e&&(e.startsWith("#")?isHexTransparent(e):e.startsWith("rgb")?isTransparentRGBA(e):"transparent"==e),isTransparentRGBA=e=>{let t=e.replace(/\s/g,"").match(/^rgba?\((\d+),(\d+),(\d+),?([^,\s)]+)?/i)?.map(Number).filter(e=>!isNaN(e))??[0,0,0,1];return 0===t[t.length-1]},isHexTransparent=e=>{let t=!1,r=e.slice(e.startsWith("#")?1:0);3===r.length?r=[...r].map(e=>e+e).join(""):8===r.length&&(t=!0);let i=parseInt(r,16),n=t?255&i:void 0;return 0===n||!!n},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,createTranslateKey=(e,t)=>`g${e}_${t}`,createSettingId=({id:e,index:t,suffix:r})=>e?"number"==typeof t&&t>=0?`${e}_${t}`:r?`${e}_${r}`:e:"",getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:n,isCapitalize:l,defaultVal:a="",isReplaceLocationOrigin:o,isReplaceMaxSize:s,isReplaceInventoryQuantity:c})=>{let p=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),g=n?.isTranslateWithLocale?1e3:5e3;if(!r||!e?.toString().trim()||e.toString().length>g||p||n?.isPreviewing)return e??a;let u=createTranslateKey(t,r),f=`section.settings.${u}`;return(n?.isTranslateWithLocale&&(f=`'sections.${n.sectionName}.${u}_html' | t`),o&&(f+=" | replace: '$locationOrigin', locationOrigin"),s&&(f+=" | replace: '$max_size', '10MB'"),c&&(f+=" | replace: '<$quantity$>', inventory_quantity | replace: '<$quantity$>', inventory_quantity"),l&&(f=`${f} | downcase`),i)?f:`{{ ${f} }}`},getStaticLocale=(e,t)=>`{{ 'gempages.${e}.${t}' | t }}`,getSettingPreloadData=(e,t)=>`{% if section.settings.section_preload == "false" %}${e} ${t?`{% else %}${t}`:""}{% endif %}`,getHttpUrl=e=>e?e.match(/^https?:\/\//i)?e:`http://${e}`:"";function normalizeMailto(e){if(e.startsWith("mailto:")){let[t,r]=e.split("?");if(r){let i=r.replace(/\+/g,"%20");e=`${t}?${i}`}}return e}let getInsertLinkData=(e,t,r)=>{let n=["#","mailto:","tel:"],l=["product.url"],a=t?.link!==void 0&&""!==t.link,o=t?.link??"",s="/"===o,c=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),p=a&&c.test(o);p&&(o=getHttpUrl(o)),a&&o.toLowerCase().startsWith("mailto:")&&o.includes("+")&&(o=normalizeMailto(o));let g=()=>!!(n.find(e=>o.startsWith(e))||l.find(e=>o.includes(e))),u=p||isShopifyDomain(a,o)||g()||s||isLinkedToSalesPage(t?.type);(isShopifyDomain(a,o)||s)&&(o=t?.isTranslate?"$locationOrigin"+o:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+o);let f=u?t?.isLiquid?"a":i:e,d={href:o,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},m=u?d:a?{...d,type:r}:{type:r};return{Wrap:f,urlData:m,shouldRenderLink:u}},isLinkedToSalesPage=e=>"go-to-sales-page"===e,checkIsScrollToTop=e=>e?.type==="scroll-to"&&e?.link==="#scroll-to-top",checkIsOpenPopup=e=>e?.type==="open-popup"&&e?.link?.startsWith("#el-"),getLinkData=({setting:e,htmlType:t,defaultWrap:r,isLiquid:n=!1,enableImageLink:l=!1})=>{let a=["product.url"],o=["#","mailto:","tel:"],s=e?.link??"",c="/"===s,p=e?.link!==void 0&&""!==e.link,g=new RegExp(/^https?:\/\//i),u=p&&g.test(s);p&&s.toLowerCase().startsWith("mailto:")&&s.includes("+")&&(s=normalizeMailto(s));let f=()=>!!(a.find(e=>s.includes(e))||o.find(e=>s.startsWith(e))),d=l&&(u||isShopifyDomain(p,s)||f()||c||isLinkedToSalesPage(e?.type)),m=s;n&&(isShopifyDomain(p,s)||c)&&(m=e?.isTranslate?"$locationOrigin"+s:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+s);let h=d?n?"a":i:r,y={href:m,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},S=d?y:p?{...y,type:t}:{type:t};return{Wrapper:h,urlData:S,shouldRenderLink:d}},replaceLinkData=(e,t)=>{let r=/<a\s[^>]*>.*?<\/a>/;if(e&&r.test(e)){let r;let i=/<a\s+(?:[^>]*?\s+)?href=["']([^"']*)["'](?:\s+[^>]*?)?(?:target=["']([^"']*)["'])?.*?>.*?<\/a>/gi,n=e.toString();for(;null!==(r=i.exec(n));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});n=n.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return n}return e};function filterTruthyStyles(e){return Object.fromEntries(Object.entries(e||{}).filter(([,e])=>!!e))}function filterTruthyObject(e){return Object.fromEntries(Object.entries(e||{}).filter(([,e])=>!!e))}let getDisplayStyle=(t,r)=>{let i={};return e.forEach(e=>{i={...i,[`--d${"desktop"===e?"":`-${e}`}`]:`${t(e)?"none":r}`}}),i},convertUnitToNumber=(e,t)=>{if(!e)return t;if("number"==typeof e)return e;let r="string"==typeof e?e.replaceAll("px","").replaceAll("%","").replaceAll("rem","").replaceAll("em",""):t;return isNaN(Number(r))?t:Number(r)},getAllHrefFromString=e=>{let t;if(!e)return[];let r=/href="([^"]*)"/g,i=[];for(;null!==(t=r.exec(e));)t[1]&&i.push(t[1]);return i},replaceAllHrefFromString=(e,t)=>{let r;if(!e)return"";let i=/href="([^"]*)"/g,n=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[n]??""),n++);return e};function isEmptyObject(e){return 0===Object.keys(e).length&&"object"==typeof e}let handleClickLink=(e,r)=>{if("edit"!==r){if(checkIsScrollToTop(e)){window.scrollTo({top:0,behavior:"smooth"});return}if(checkIsOpenPopup(e)){let r=e?.link?.replace("#el-","#");t.dispatch("onOpenDialog",{popupUId:r});return}e?.link?.startsWith("#")&&t.dispatch("onOpenDialog",{popupUId:e?.link})}},getSeoTranslated=({valueTranslate:e,uid:t,settingId:r})=>{if(!t||!n?.[r]?.id)return e;let i=getDynamicSourceLocales({val:e,settingId:createSettingId({id:n?.[r]?.id}),uid:t});return null!=i?String(i):e},getBackgroundTranslated=({background:e,enableTranslate:t,uid:i,pageContext:n,isTranslateVideo:l=!0})=>{if(!e)return{};if(!t||!i)return e;let a=r(e);for(let e in a){let t=a[e];if(t){if(t.image?.src){let r=getDynamicSourceLocales({val:t.image.src,uid:i,settingId:createSettingId({id:"background",suffix:`${e}_image_src`}),pageContext:n});t.image.src=String(r)}if(l){if("youtube"===t.videoType&&t.video){let r=getDynamicSourceLocales({val:t.video,uid:i,settingId:createSettingId({id:"background",suffix:`${e}_video`}),pageContext:n});t.video=String(r)}if("html5"===t.videoType&&t.videoHtml5){let r=getDynamicSourceLocales({val:t.videoHtml5,uid:i,settingId:createSettingId({id:"background",suffix:`${e}_videoHtml5`}),pageContext:n});t.videoHtml5=String(r)}}}}return a},extractProductID=e=>e.replace("gid://shopify/Product/","");export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,createSettingId,createTranslateKey,extractProductID,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getBackgroundTranslated,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSeoTranslated,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex};
|
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{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,createSettingId,createTranslateKey,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getBackgroundTranslated,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSeoTranslated,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";import*as o from"./translate.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,o as translateComponents};
|
|
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,createSettingId,createTranslateKey,extractProductID,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getBackgroundTranslated,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSeoTranslated,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isShopifyDomain,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";import*as o from"./translate.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,o as translateComponents};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useEffect as
|
|
1
|
+
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useMemo as t,useEffect as s}from"react";import{createStyle as o,createClass as i}from"@gem-sdk/system";import{getWrapperStyles as m,getContainerStyles as c,getCheckboxInputStyles as n,getTextStyle as l}from"../common/styles.js";import{getWrapperClassName as d,getCheckboxContainerClassName as a,getCheckboxClassName as u,getLinkComponentClassName as p,getLinkComponentStyles as h}from"../common/classes.js";import{getComponentTag as y}from"../common/helpers.js";import{useProduct as b,usePageStore as f,useProductStore as C}from"@gem-sdk/core";import{extractProductID as g}from"../../../helpers.js";let DEFAULT_PRE_CHECK_VALUE=!0,COMPONENT_ID_PREFIX="buyer-consent-product",BuyerConsent=({styles:k,builderProps:E,setting:N})=>{let _=b(),j=f(e=>e.buyerConsentPreCheck),I=C(e=>e.isAgreeBuyWithSubscription),A=C(e=>e.setIsAgreeBuyWithSubscription),{description:B,policyLabel:D,policyLink:P,align:x}=N??{},F=_?.id?`buyer-consent-product-${_.id}`:void 0,v=y(P),L=o(m({styles:k})),O=i(d({align:x,uid:E?.uid})),R=o(c({styles:k})),S=i(a()),T=o(n()),U=o(l({styles:k})),W=i(u()),H=i(p()),K=o(h()),M=t(()=>{let e=g(_?.baseID??"");return j?.[e]??!0},[j,_?.baseID]),V=e=>{A(e.target.checked)};return s(()=>{A(M)},[A,M]),e("div",{"data-id":E?.uid,style:L,className:O,children:r("label",{htmlFor:F,style:R,className:S,children:[e("input",{id:F,name:F,type:"checkbox",style:T,className:W,checked:I,onChange:V}),r("bdo",{dir:k?.direction??"ltr",style:U,children:[B," ",e(v,{target:"_blank",rel:"noreferrer",href:P,className:H,style:K,children:D})]})]})})};export{BuyerConsent as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"react/jsx-runtime";import"react";import"@gem-sdk/system";import"@gem-sdk/core";import t from"./settings/BuyerConsent.js";let postPurchaseBuyerConsentSetting={PostPurchaseBuyerConsent:t};export{postPurchaseBuyerConsentSetting};
|
|
1
|
+
import"react/jsx-runtime";import"react";import"@gem-sdk/system";import"@gem-sdk/core";import"next/link";import t from"./settings/BuyerConsent.js";let postPurchaseBuyerConsentSetting={PostPurchaseBuyerConsent:t};export{postPurchaseBuyerConsentSetting};
|
|
@@ -2,4 +2,4 @@ let PostPurchaseBuyerConsentPresets=[{id:"post-purchase-buyer-consent",name:{en:
|
|
|
2
2
|
<rect x="2.5" y="2.5" width="15" height="15" rx="3" fill="#424242"/>
|
|
3
3
|
<path d="M5.71386 10.8239L8.68872 13.75L14.2853 6.25" stroke="#F9F9F9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
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};
|
|
5
|
+
</svg>`},components:[{tag:"PostPurchaseBuyerConsent",advanced:{blockPadding:"base",inlinePadding:"none"}}]}];export{PostPurchaseBuyerConsentPresets};
|
|
@@ -1 +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};
|
|
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-buyer-consent",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};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import{template as t,makeStyleResponsive as s}from"@gem-sdk/core";let WishlistPlus=({setting:
|
|
1
|
+
import{template as t,makeStyleResponsive as s}from"@gem-sdk/core";let WishlistPlus=({setting:i,advanced:a})=>{let{align:d}=i??{};return t`
|
|
2
2
|
<div
|
|
3
|
-
class="${
|
|
3
|
+
class="${a?.cssClass}"
|
|
4
4
|
style="${{...s("ta",d)}}"
|
|
5
5
|
>
|
|
6
6
|
<button
|
|
7
|
-
class="wishlist-icon swym-
|
|
7
|
+
class="wishlist-icon swym-add-to-wishlist-view-product product_{{ product.id }}"
|
|
8
8
|
data-with-epi="true"
|
|
9
9
|
data-swaction="addToWishlist"
|
|
10
10
|
data-product-id="{{ product.id }}"
|
|
11
11
|
data-variant-id="{{ product.variants[0].id }}"
|
|
12
12
|
data-product-url="{{ shop.url }}{{ product.url }}">
|
|
13
13
|
<div class="gp-flex gp-items-center gp-gap-2">
|
|
14
|
-
${
|
|
14
|
+
${i?.iconSvg}
|
|
15
15
|
<span class="swym-wishlist-cta">
|
|
16
|
-
${
|
|
16
|
+
${i?.label}
|
|
17
17
|
</span>
|
|
18
18
|
</div>
|
|
19
19
|
</button>
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8061,6 +8061,7 @@ declare const getBackgroundTranslated: ({ background, enableTranslate, uid, page
|
|
|
8061
8061
|
pageContext?: PageContext | undefined;
|
|
8062
8062
|
isTranslateVideo?: boolean | undefined;
|
|
8063
8063
|
}) => ObjectDevices<BackgroundMedia>;
|
|
8064
|
+
declare const extractProductID: (baseID: string) => string;
|
|
8064
8065
|
|
|
8065
8066
|
declare const Accordion: TranslateObject<AccordionTranslateKeys>;
|
|
8066
8067
|
|
|
@@ -8187,4 +8188,4 @@ declare namespace translate {
|
|
|
8187
8188
|
export { translate_Accordion as Accordion, translate_ArticlePagination as ArticlePagination, translate_ArticleReadMore as ArticleReadMore, translate_Button as Button, translate_CSSCode as CSSCode, translate_CollectionDescription as CollectionDescription, translate_CollectionPaginator as CollectionPaginator, translate_CollectionToolbar as CollectionToolbar, translate_ContactForm as ContactForm, translate_Countdown as Countdown, translate_Coupon as Coupon, translate_Dialog as Dialog, translate_EstimateDate as EstimateDate, translate_FileUpload as FileUpload, translate_FormCheckbox as FormCheckbox, translate_FormDropdown as FormDropdown, translate_FormEmail as FormEmail, translate_FormTextarea as FormTextarea, translate_Heading as Heading, translate_HeroBanner as HeroBanner, translate_IconList as IconList, translate_IconListV2 as IconListV2, translate_Image as Image, translate_ImageComparison as ImageComparison, translate_Newsletter as Newsletter, translate_ProductBadge as ProductBadge, translate_ProductButton as ProductButton, translate_ProductDescription as ProductDescription, translate_ProductDiscountTag as ProductDiscountTag, translate_ProductProperties as ProductProperties, translate_ProductTag as ProductTag, translate_ProductViewMore as ProductViewMore, translate_Row as Row, translate_Sticky as Sticky, translate_StockCounter as StockCounter, translate_SubmitButton as SubmitButton, translate_Tabs as Tabs, translate_Text as Text, translate_TextField as TextField, translate_TextInput as TextInput, translate_Video as Video };
|
|
8188
8189
|
}
|
|
8189
8190
|
|
|
8190
|
-
export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$3 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$2 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$2 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$2 as CollectionToolbar, type CollectionToolbarProps, ContactForm$2 as ContactForm, Countdown$2 as Countdown, type CountdownProps, Coupon$2 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, 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, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$2 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$2 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox$1 as FormCheckbox, type FormCheckboxProps, FormDropdown$2 as FormDropdown, type FormDropdownProps, FormEmail$2 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$2 as Heading, type HeadingProps, HeroBanner$2 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$2 as IconListV2, type IconProps, Image$2 as Image, ImageComparison$2 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$2 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$2 as PostPurchaseButton, type PostPurchaseButtonProps, BuyerConsent as PostPurchaseBuyerConsent, type PostPurchaseBuyerConsentProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, ProductSubscription as PostPurchaseProductSubscription, type PostPurchaseProductSubscriptionProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$3 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$2 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$2 as ProductButton, type ProductButtonProps, ProductDescription$2 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$2 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$2 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$2 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$2 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$2 as Text, type TextAreaProps, TextField$2 as TextField, type TextFieldProps, TextInput$2 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$2 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
|
|
8191
|
+
export { Accordion$2 as Accordion, AccordionItem$1 as AccordionItem, type AccordionItemProps, type AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, type AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, type AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, type AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, type AlsoBoughtCbbProps, AovBundlesVolumeDiscounts$1 as AovBundlesVolumeDiscounts, type AovBundlesVolumeDiscountsProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, type AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, type AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, type AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, type AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$2 as ArticlePagination, ArticleReadMore$2 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, type BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, type BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, type BirdChimeProps, BloyRewardsProgramLoyalty$1 as BloyRewardsProgramLoyalty, type BloyRewardsProgramLoyaltyProps, Bogos$1 as Bogos, type BogosProps, BoldProductOptions$1 as BoldProductOptions, type BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, type BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, type BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, type BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, type BundlerProps, Button$3 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$2 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$2 as Carousel, CarouselItem$2 as CarouselItem, type CarouselItemProps, type CarouselItemProps$1 as CarouselItemPropsV3, CarouselItem$3 as CarouselItemV3, type CarouselProps, type CarouselProps$1 as CarouselPropsV3, type CarouselSettingProps, type CarouselSettingProps$1 as CarouselSettingPropsV3, type CarouselStyleProps, type CarouselStyleProps$1 as CarouselStylePropsV3, Carousel$3 as CarouselV3, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, type CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeCharts$1 as CleanSizeCharts, type CleanSizeChartsProps, Column$1 as Col, type ColProps, CollectionBanner$1 as CollectionBanner, type CollectionBannerProps, CollectionDescription$2 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$2 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$2 as CollectionToolbar, type CollectionToolbarProps, ContactForm$2 as ContactForm, Countdown$2 as Countdown, type CountdownProps, Coupon$2 as Coupon, CouponList, type CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, type CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, type CustomProductOptionsVariantProps, 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, type DataVideoType, DealeasyVolumeDiscounts$1 as DealeasyVolumeDiscounts, type DealeasyVolumeDiscountsProps, DesktopMenu, Dialog$2 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, type DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, type DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, type EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, type EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, type EasySellCODProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, type EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, type EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, type EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, type EssentialCountdownTimerBarProps, EstimateDate$2 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$2 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox$1 as FormCheckbox, type FormCheckboxProps, FormDropdown$2 as FormDropdown, type FormDropdownProps, FormEmail$2 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$2 as Heading, type HeadingProps, HeroBanner$2 as HeroBanner, type HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, type HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, type HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, type HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, type HulkProductOptionsProps, Icon$1 as Icon, IconList$2 as IconList, IconListHoz$1 as IconListHoz, type IconListHozProps, IconListItem$1 as IconListItem, IconListHozItem as IconListItemHoz, type IconListItemProps$1 as IconListItemProps, type IconListProps$1 as IconListProps, IconListV2$2 as IconListV2, type IconProps, Image$2 as Image, ImageComparison$2 as ImageComparison, type ImageComparisonItem, ImageDetection, type ImageDetectionProps, type ImageProps, type ImgProps, InfiniteOptions$1 as InfiniteOptions, type InfiniteOptionsProps, Input, type InputProps, Instafeed$1 as Instafeed, type InstafeedProps, InstantJudgemeReviews, InstantKlaviyo, InstantLooxReviews, InstantYotpoLoyalty, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, type InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, type JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, type JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, type KachingBundlesProps, KachingSubscriptionsApp$1 as KachingSubscriptionsApp, type KachingSubscriptionsAppProps, KingProductOptions$1 as KingProductOptions, type KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, type KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, type KlarnaMessagingProps, Klaviyo$1 as Klaviyo, type KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, type KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, type LaiProductReviewsProps, Line$2 as Line, type LineProps, Link$1 as Link, type LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, type LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, type LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, type LooxReviewsProps, MAX_PROGRESS_BAR_HEIGHT, MAX_REMAINING_PERCENT, MIN_PROGRESS_BAR_HEIGHT, MIN_REMAINING_PERCENT, MIN_REMAINING_QUANTITY, Marquee$1 as Marquee, _default$4 as MarqueeItem, type MarqueeItemProps, type MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, type MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, type MbcBundleVolumeDiscountProps, Menu, type MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, type MyappgurusProductReviewsProps, NO_PRODUCT_LEFT, Newsletter$2 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$2 as ObjectFit, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, type OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, type OmnisendProps, Opinew$1 as Opinew, type OpinewProps, Pagination, type PaginationProps, ParcelPanel$1 as ParcelPanel, type ParcelPanelProps, PickyStory$1 as PickyStory, type PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, type PostPurchaseAdvancedListProps, Button$2 as PostPurchaseButton, type PostPurchaseButtonProps, BuyerConsent as PostPurchaseBuyerConsent, type PostPurchaseBuyerConsentProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, type PostPurchaseCountdownTimerProps, PostPurchaseHeading, PostPurchaseImage, type PostPurchaseImageProps, Line$1 as PostPurchaseLine, type PostPurchaseLineProps, Link as PostPurchaseLink, type PostPurchaseLinkProps, PostPurchaseProductDescription, type PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, type PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, type PostPurchaseProductImagesProps, PostPurchaseProductOffer, type PostPurchaseProductOfferProps$1 as PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, type PostPurchaseProductPriceBreakdownProps, type PostPurchaseProductPriceProps, PostPurchaseProductQuantity, type PostPurchaseProductQuantityProps, ProductSubscription as PostPurchaseProductSubscription, type PostPurchaseProductSubscriptionProps, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$3 as PostPurchaseText, type PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, type PowerfulContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, type PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, type PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$2 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$2 as ProductButton, type ProductButtonProps, ProductDescription$2 as ProductDescription, type ProductDescriptionProps, ProductImages$3 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductImagesV3, ProductList$2 as ProductList, type ProductListProps, type ProductListProps$1 as ProductListPropsV3, ProductList$3 as ProductListV3, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$2 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$2 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$2 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, REGEX_PAGE_TYPE, Radio, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, type RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, type RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, type RecurpaySubscriptionAppProps, Releasit$1 as Releasit, type ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, type RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, type ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, type RivyoProps, Root$1 as Root, type RootProps$2 as RootProps, Row$2 as Row, type RowProps, Ryviu$1 as Ryviu, type RyviuProps, SealSubscriptions$1 as SealSubscriptions, type SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, type SegunoEmailMarketingProps, Select, Selleasy$1 as Selleasy, type SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, type SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, type ShopPayButtonProps, ShopPayInstallments$1 as ShopPayInstallments, ShopifyForms$1 as ShopifyForms, type ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, type ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, type SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, type SkioSubscriptionsYcS20Props, type SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, type SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, type SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, type StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, type StellarDeliveryDatePickupProps, Sticky$2 as Sticky, StockCounter$2 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$2 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$2 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$2 as Text, type TextAreaProps, TextField$2 as TextField, type TextFieldProps, TextInput$2 as TextInput, type TextInputProps, type TextProps, TextArea as Textarea, type TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, type TrustBadgesBearProps, TrustMe$1 as TrustMe, type TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, type TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, type TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, type TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, type TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, type UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, type UnlimitedBundlesDiscountsProps, UppromoteAffiliateMarketing$1 as UppromoteAffiliateMarketing, type UppromoteAffiliateMarketingProps, type VendorProps, Video$2 as Video, Vitals$1 as Vitals, type VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, type WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, type WideBundleProps, Wiser$1 as Wiser, type WiserProps, WishlistKing$1 as WishlistKing, type WishlistKingProps, WishlistPlus$1 as WishlistPlus, type WishlistPlusProps, YotpoLoyalty, type YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, type YotpoReviewsProps, accordionSetting, articleListSetting, bannerSetting, breadcrumbSetting, _default$2 as builderComponent, buttonSetting, carouselSetting, carouselSettingV3, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, createSettingId, createTranslateKey, dialogSetting, estimateDeliverySetting, extractProductID, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getBackgroundTranslated, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSeoTranslated, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isShopifyDomain, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, postPurchaseBuyerConsentSetting, postPurchaseCalloutBoxSetting, postPurchaseCountdownTimerSetting, postPurchaseImageSetting, postPurchaseLineSetting, postPurchaseLinkSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, postPurchaseProductSetting, _default as postPurchaseSettings, postPurchaseTextSetting, productSetting, radioSetting, replaceAllHrefFromString, replaceLinkData, selectSetting, shopPayInstallmentSetting, stickySetting, stockCounterSetting, tabSetting, textSetting, textareaSetting, thirdPartyInstantSetting, thirdPartySetting, thirdPartySlotSetting, transformHighlighTag, transformNumberTag, translate as translateComponents, useNotification, videoSetting, youtubeShortsRegex };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "12.0.0-dev.
|
|
3
|
+
"version": "12.0.0-dev.31",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"i18n:generate": "node ./scripts/update-locales-to-setting.js"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@gem-sdk/core": "12.0.0-dev.
|
|
30
|
+
"@gem-sdk/core": "12.0.0-dev.31",
|
|
31
31
|
"@gem-sdk/styles": "12.0.0-dev.29",
|
|
32
32
|
"@gem-sdk/system": "12.0.0-dev.29",
|
|
33
33
|
"@types/react-transition-group": "^4.4.12",
|