@gem-sdk/components 12.0.0-dev.73 → 12.0.0-dev.75

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.
@@ -1 +1 @@
1
- "use strict";const HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}";exports.HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}";
1
+ "use strict";const HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}",TAGS_WITH_REPLACE_LINK_DATA=["IconListV2","Heading","Text"];exports.HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}",exports.TAGS_WITH_REPLACE_LINK_DATA=TAGS_WITH_REPLACE_LINK_DATA;
@@ -1 +1 @@
1
- "use strict";const Row={background:{id:"background",fields:["image.src","video","videoHtml5"]}};exports.Row=Row;
1
+ "use strict";const Row={background:{id:"background",fields:["image.src","video","videoHtml5"]}},Section={background:{id:"background",fields:["image.src","video","videoHtml5"]}};exports.Row=Row,exports.Section=Section;
@@ -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)&&REGEX_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: '&lt;$quantity$&gt;', 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;
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)&&REGEX_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)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: '&lt;$quantity$&gt;', 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||i?.isPreviewing)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;
@@ -9,4 +9,4 @@
9
9
  <rect width="${e}" height="${t}" fill="rgba(51, 51, 51, 0)" />
10
10
  <rect id="r" width="${e}" height="${t}" fill="url(#g-${e}-${t})" />
11
11
  <animate xlink:href="#r" attributeName="x" from="-${e}" to="${e}" dur="1s" repeatCount="indefinite" />
12
- </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:r}=e,i=e=>{let{isLiquid:i}=e??{},a=getImageSrc(t?.desktop,"desktop",!i)||r||FALLBACK_IMAGE,s=getImageSrc(t?.tablet,"tablet",!i)||getImageSrc(t?.desktop,"tablet",!i)||r||FALLBACK_IMAGE,l=getImageSrc(t?.mobile,"mobile",!i)||getImageSrc(t?.tablet,"mobile",!i)||getImageSrc(t?.desktop,"mobile",!i)||r||FALLBACK_IMAGE;return{srcTablet:s,srcMobile:l,srcDesktop:a}};return{getDeviceSource:i}},getSettingTranslatedImageAndSeo=({setting:e,uid:t,pageContext:r})=>{if(!e||!translate.Image)return{};let i=core.cloneDeep(e);for(let e in i.srcSet){let a=i.srcSet[e];if(a&&a.src){let i=helpers.getDynamicSourceLocales({val:a.src,uid:t,settingId:translate.Image?.srcSet?.id?`${translate.Image.srcSet.id}_${e}_src`:"",pageContext:r});a.src=String(i)}}let a=helpers.getDynamicSourceLocales({val:i.alt,uid:t,settingId:helpers.createSettingId({id:translate.Image?.alt?.id}),pageContext:r});i.alt=String(a);let s=helpers.getDynamicSourceLocales({val:i.title,uid:t,settingId:helpers.createSettingId({id:translate.Image?.title?.id}),pageContext:r});return i.title=String(s),i},getSrcSet=(e,t,r)=>e?getSrcSetLiquid(e,t):getSrcSetLink(r),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let r=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${r}' | file_url }} 768w, {{ '${r}' | file_url }} 1024w, {{ '${r}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${r}' | file_img_url: '768x' }} 768w, {{ '${r}' | file_img_url: '1024x' }} 1024w, {{ '${r}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,t,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let i=e?.backupFilePath??e?.src??"";if(r)i=e?.src||"";else{let t=e?.src??"",r=t.includes("section.settings.");if(r)return t;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(i=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):i=`{{ "${t}" | asset_url }}`}}if(t&&i?.includes("cdn.shopify"))switch(t){case"tablet":i=i?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":i=i?.replace(regexReplaceEndDot,"_768x.")}return i},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let r=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return r&&r!=e?r:e};function resizeImage(e,t){let r=e.match(/\.webp/g)?.length,i=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(r)return i;let a=replaceRegexLastMatch({str:i,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}const replaceRegexLastMatch=e=>{let t=e.str,r=e.str.match(e.reg)?.length;if(r){let i,a=1;for(;null!==(i=e.reg.exec(e.str));){if(a===r){let r=e.reg.lastIndex,a=r-i[0].length;e.isAdd&&(e.newString="_"+e.newString+i),t=t.slice(0,a)+e.newString+t.slice(r,t.length)}a++}}return t},getItemWidth=(e,t)=>{let r=getCurrentDevice(),i=t?.[r]||"auto";if(!i||"auto"===i||i.includes("%"))return e;let a=Number(i.replace("px",""));return a>e?e:Number(i.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:r,qualityType:i,qualityPercent:a}=e,s=getCurrentDevice(),l=getItemWidth(t,r),o=core.getResponsiveValueByScreen(i,s,"finest"),g=core.getResponsiveValueByScreen(a,s,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*l)||1;case"medium":return Math.round(l)||1;case"custom":return Math.round(l*(Number(g)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),l=getWidthOfImageListSetting(t),o=getWidthOfListImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),l=getWidthOfFeatureImageSetting(t),o=getWidthOfFeatureImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:r,width:i,qualityType:a,qualityPercent:s}=e,l=getCurrentDevice(),o=t.querySelector("img");if(o){let e=getImageWidthFollowByQuality({itemWidthParam:i,imageWidthSetting:r,qualityType:a,qualityPercent:s}),t=o.getAttribute("base-src");if(!t)return;let g=getImageSrcByQuality(e,t),c=getImageSrcSet(t,g,l);o.setAttribute("srcset",c)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,r)=>`${"mobile"===r&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===r&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===r&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";exports.FALLBACK_IMAGE=FALLBACK_IMAGE,exports.IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",exports.NEXT_IMAGE_CONFIG=NEXT_IMAGE_CONFIG,exports.composeAspectRatio=composeAspectRatio,exports.createBlurDataURL=createBlurDataURL,exports.getAdaptiveImageData=getAdaptiveImageData,exports.getAspectRatio=getAspectRatio,exports.getAspectRatioNextImage=getAspectRatioNextImage,exports.getCurrentDevice=getCurrentDevice,exports.getImageSrc=getImageSrc,exports.getImageWidthFollowByQuality=getImageWidthFollowByQuality,exports.getNewBackupFileKey=getNewBackupFileKey,exports.getResponsiveObjectFit=getResponsiveObjectFit,exports.getSettingTranslatedImageAndSeo=getSettingTranslatedImageAndSeo,exports.getSrcSet=getSrcSet,exports.handleSetSrcForFeatureProductImage=handleSetSrcForFeatureProductImage,exports.handleSetSrcForProductImageList=handleSetSrcForProductImageList,exports.isCannotResizeImage=isCannotResizeImage,exports.overwriteDefaultRadius=overwriteDefaultRadius,exports.regexReplaceEndDot=regexReplaceEndDot,exports.replaceBackupFileKeyFileContent=replaceBackupFileKeyFileContent,exports.resizeImage=resizeImage,exports.safeStringify=safeStringify,exports.shimmer=shimmer,exports.toBase64=toBase64;
12
+ </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:r}=e,i=e=>{let{isLiquid:i}=e??{},a=getImageSrc(t?.desktop,"desktop",!i)||r||FALLBACK_IMAGE,s=getImageSrc(t?.tablet,"tablet",!i)||getImageSrc(t?.desktop,"tablet",!i)||r||FALLBACK_IMAGE,l=getImageSrc(t?.mobile,"mobile",!i)||getImageSrc(t?.tablet,"mobile",!i)||getImageSrc(t?.desktop,"mobile",!i)||r||FALLBACK_IMAGE;return{srcTablet:s,srcMobile:l,srcDesktop:a}};return{getDeviceSource:i}},getSettingTranslatedImageAndSeo=({setting:e,uid:t,pageContext:r})=>{if(!e||!translate.Image)return{};let i=core.cloneDeep(e);for(let e in i.srcSet){let a=i.srcSet[e];if(a&&a.src){let i=helpers.getDynamicSourceLocales({val:a.src,uid:t,settingId:translate.Image?.srcSet?.id?`${translate.Image.srcSet.id}_${e}_src`:"",pageContext:r});a.src=String(i)}}let a=helpers.getDynamicSourceLocales({val:i.alt,uid:t,settingId:helpers.createSettingId({id:translate.Image?.alt?.id}),pageContext:r});i.alt=String(a);let s=helpers.getDynamicSourceLocales({val:i.title,uid:t,settingId:helpers.createSettingId({id:translate.Image?.title?.id}),pageContext:r});return i.title=String(s),i},getSrcSet=(e,t,r)=>e?getSrcSetLiquid(e,t):getSrcSetLink(r),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let r=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${r}' | file_url }} 768w, {{ '${r}' | file_url }} 1024w, {{ '${r}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${r}' | file_img_url: '768x' }} 768w, {{ '${r}' | file_img_url: '1024x' }} 1024w, {{ '${r}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,t,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let i=e?.backupFilePath??e?.src??"";if(r)i=e?.src||"";else{let t=e?.src??"";if(core.hasTranslatedLiquid(t))return t;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(i=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):i=`{{ "${t}" | asset_url }}`}}if(t&&i?.includes("cdn.shopify"))switch(t){case"tablet":i=i?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":i=i?.replace(regexReplaceEndDot,"_768x.")}return i},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let r=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return r&&r!=e?r:e};function resizeImage(e,t){let r=e.match(/\.webp/g)?.length,i=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(r)return i;let a=replaceRegexLastMatch({str:i,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}const replaceRegexLastMatch=e=>{let t=e.str,r=e.str.match(e.reg)?.length;if(r){let i,a=1;for(;null!==(i=e.reg.exec(e.str));){if(a===r){let r=e.reg.lastIndex,a=r-i[0].length;e.isAdd&&(e.newString="_"+e.newString+i),t=t.slice(0,a)+e.newString+t.slice(r,t.length)}a++}}return t},getItemWidth=(e,t)=>{let r=getCurrentDevice(),i=t?.[r]||"auto";if(!i||"auto"===i||i.includes("%"))return e;let a=Number(i.replace("px",""));return a>e?e:Number(i.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:r,qualityType:i,qualityPercent:a}=e,s=getCurrentDevice(),l=getItemWidth(t,r),o=core.getResponsiveValueByScreen(i,s,"finest"),g=core.getResponsiveValueByScreen(a,s,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*l)||1;case"medium":return Math.round(l)||1;case"custom":return Math.round(l*(Number(g)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return core.DEVICES.forEach(r=>{let i=core.getResponsiveValueByScreen(e,r)?.width||"100%";t[r]=i}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),r=0;return t.forEach(e=>{e.offsetWidth>r&&(r=e.offsetWidth)}),r},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),l=getWidthOfImageListSetting(t),o=getWidthOfListImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:r,qualityPercent:i,builderPropUID:a}=e,s=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),l=getWidthOfFeatureImageSetting(t),o=getWidthOfFeatureImageInDom(a);s.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:l,width:o,qualityType:r,qualityPercent:i})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:r,width:i,qualityType:a,qualityPercent:s}=e,l=getCurrentDevice(),o=t.querySelector("img");if(o){let e=getImageWidthFollowByQuality({itemWidthParam:i,imageWidthSetting:r,qualityType:a,qualityPercent:s}),t=o.getAttribute("base-src");if(!t)return;let g=getImageSrcByQuality(e,t),c=getImageSrcSet(t,g,l);o.setAttribute("srcset",c)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,r)=>`${"mobile"===r&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===r&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===r&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";exports.FALLBACK_IMAGE=FALLBACK_IMAGE,exports.IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",exports.NEXT_IMAGE_CONFIG=NEXT_IMAGE_CONFIG,exports.composeAspectRatio=composeAspectRatio,exports.createBlurDataURL=createBlurDataURL,exports.getAdaptiveImageData=getAdaptiveImageData,exports.getAspectRatio=getAspectRatio,exports.getAspectRatioNextImage=getAspectRatioNextImage,exports.getCurrentDevice=getCurrentDevice,exports.getImageSrc=getImageSrc,exports.getImageWidthFollowByQuality=getImageWidthFollowByQuality,exports.getNewBackupFileKey=getNewBackupFileKey,exports.getResponsiveObjectFit=getResponsiveObjectFit,exports.getSettingTranslatedImageAndSeo=getSettingTranslatedImageAndSeo,exports.getSrcSet=getSrcSet,exports.handleSetSrcForFeatureProductImage=handleSetSrcForFeatureProductImage,exports.handleSetSrcForProductImageList=handleSetSrcForProductImageList,exports.isCannotResizeImage=isCannotResizeImage,exports.overwriteDefaultRadius=overwriteDefaultRadius,exports.regexReplaceEndDot=regexReplaceEndDot,exports.replaceBackupFileKeyFileContent=replaceBackupFileKeyFileContent,exports.resizeImage=resizeImage,exports.safeStringify=safeStringify,exports.shimmer=shimmer,exports.toBase64=toBase64;
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"),GrowthSuiteDiscountCodes=require("./third-party/components/GrowthSuiteDiscountCodes.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.GrowthSuiteDiscountCodes=GrowthSuiteDiscountCodes.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"),constant=require("./constant.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"),GrowthSuiteDiscountCodes=require("./third-party/components/GrowthSuiteDiscountCodes.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.TAGS_WITH_REPLACE_LINK_DATA=constant.TAGS_WITH_REPLACE_LINK_DATA,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.GrowthSuiteDiscountCodes=GrowthSuiteDiscountCodes.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");function PostPurchaseCheckbox({checked:e,onChange:p,...o}){return jsxRuntime.jsxs("div",{className:"gp-h-[18px] gp-w-[18px] gp-inline-block gp-relative gp-flex-shrink-0",style:{gridArea:"checkbox"},children:[jsxRuntime.jsx("input",{...o,className:'gp-box-content gp-block gp-h-full gp-w-full gp-rounded gp-cursor-pointer gp-border gp-border-solid gp-border-[#d9d9d9] gp-bg-clip-padding gp-transition-shadow gp-duration-200 gp-ease-out checked:gp-shadow-[inset_0_0_0_10px_#1879b9] gp-appearance-none before:gp-content-[""] before:gp-block before:gp-h-full before:gp-w-full before:gp-rounded-sm before:gp-opacity-30 before:gp-shadow-[inset_#1879b9] before:gp-transition-shadow before:gp-duration-200 before:gp-ease-out [outline:none]',onChange:p}),jsxRuntime.jsx("div",{className:(e?"gp-opacity-100 ":"gp-opacity-0 ")+" gp-pointer-events-none gp-absolute gp-left-[calc(50%+1px)] gp-top-1/2 gp-origin-center gp--translate-x-1/2 gp--translate-y-1/2 gp-text-white gp-transition-all gp-duration-200 gp-ease-in-out",children:jsxRuntime.jsx("span",{className:"gp-block gp-h-2.5 gp-max-h-full gp-w-2.5 gp-max-w-full gp-fill-current",children:jsxRuntime.jsx("svg",{viewBox:"0 0 20 20",focusable:"false","aria-hidden":"true",role:"presentation",className:"gp-block gp-max-w-full gp-max-h-full",children:jsxRuntime.jsx("path",{d:"M20 5.347 7.647 17.462 0 9.962l2.393-2.347 5.254 5.154L17.607 3z"})})})})]})}exports.default=PostPurchaseCheckbox;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime");function PostPurchaseCheckbox({checked:e,onChange:p,...o}){return jsxRuntime.jsxs("div",{className:"gp-h-[18px] gp-w-[18px] gp-inline-block gp-relative gp-flex-shrink-0",style:{gridArea:"checkbox"},children:[jsxRuntime.jsx("input",{...o,checked:e,className:'gp-box-content gp-block gp-h-full gp-w-full gp-rounded gp-cursor-pointer gp-border gp-border-solid gp-border-[#d9d9d9] gp-bg-clip-padding gp-transition-shadow gp-duration-200 gp-ease-out checked:gp-shadow-[inset_0_0_0_10px_#1879b9] gp-appearance-none before:gp-content-[""] before:gp-block before:gp-h-full before:gp-w-full before:gp-rounded-sm before:gp-opacity-30 before:gp-shadow-[inset_#1879b9] before:gp-transition-shadow before:gp-duration-200 before:gp-ease-out [outline:none]',onChange:p}),jsxRuntime.jsx("div",{className:(e?"gp-opacity-100 ":"gp-opacity-0 ")+" gp-pointer-events-none gp-absolute gp-left-[calc(50%+1px)] gp-top-1/2 gp-origin-center gp--translate-x-1/2 gp--translate-y-1/2 gp-text-white gp-transition-all gp-duration-200 gp-ease-in-out",children:jsxRuntime.jsx("span",{className:"gp-block gp-h-2.5 gp-max-h-full gp-w-2.5 gp-max-w-full gp-fill-current",children:jsxRuntime.jsx("svg",{viewBox:"0 0 20 20",focusable:"false","aria-hidden":"true",role:"presentation",className:"gp-block gp-max-w-full gp-max-h-full",children:jsxRuntime.jsx("path",{d:"M20 5.347 7.647 17.462 0 9.962l2.393-2.347 5.254 5.154L17.607 3z"})})})})]})}exports.default=PostPurchaseCheckbox;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),Text=require("../../../text/components/Text.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),attrs=require("./common/attrs.js"),helpers=require("./common/helpers.js"),useGpPrice=require("./hooks/useGpPrice.js"),core=require("@gem-sdk/core");const ProductPrice=e=>{let{style:s,children:r}=e,t=core.useEditorMode(),i="edit"===t,{elementRef:c,moneyFormatted:u,currentProductId:o,isNoComparePrice:a,isNoComparePriceILP:m,shouldHiddenComparePrice:l,emitNoDataSignal:n}=useGpPrice.useGpPrice(e),x=system.createClass(classes.getWrapperClasses(e)),d=system.createAttr(attrs.getAttrs(e,{isILP:!i,productId:o,shouldHiddenComparePrice:l})),p=helpers.getTextProps(e,u),j={visibility:"hidden",opacity:0,maxWidth:0,maxHeight:0},g=m?j:s;return jsxRuntime.jsxs("div",{ref:c,...d,className:x,style:g,"aria-hidden":"true",onClick:n,children:[a&&i?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsx("div",{className:"gp-flex-col gp-flex gp-justify-between gp-p-2",children:jsxRuntime.jsx("p",{className:"gp-text-[#212121] gp-text-[12px] gp-leading-3 ",children:"No compare price"})})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Text.default,{...p}),r]}),core.filterToolbarPreview(r,!0)]})};exports.default=ProductPrice;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),Text=require("../../../text/components/Text.js"),system=require("@gem-sdk/system"),classes=require("./common/classes.js"),attrs=require("./common/attrs.js"),helpers=require("./common/helpers.js"),useGpPrice=require("./hooks/useGpPrice.js"),core=require("@gem-sdk/core");const ProductPrice=e=>{let{style:s,children:r}=e,t=core.useEditorMode(),{t:i}=core.useI18nStore(),c="edit"===t,{elementRef:o,moneyFormatted:u,currentProductId:a,isNoComparePrice:m,isNoComparePriceILP:n,shouldHiddenComparePrice:l,emitNoDataSignal:x}=useGpPrice.useGpPrice(e),d=system.createClass(classes.getWrapperClasses(e)),p=system.createAttr(attrs.getAttrs(e,{isILP:!c,productId:a,shouldHiddenComparePrice:l})),j=helpers.getTextProps(e,u),g={visibility:"hidden",opacity:0,maxWidth:0,maxHeight:0},h=n?g:s;return jsxRuntime.jsxs("div",{ref:o,...p,className:d,style:h,"aria-hidden":"true",onClick:x,children:[m&&c?jsxRuntime.jsx(jsxRuntime.Fragment,{children:jsxRuntime.jsx("div",{className:"gp-flex-col gp-flex gp-justify-between gp-p-2",children:jsxRuntime.jsx("p",{className:"gp-text-[#212121] gp-text-[12px] gp-leading-3 ",children:i("No compare price")})})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Text.default,{...j}),r]}),core.filterToolbarPreview(r,!0)]})};exports.default=ProductPrice;
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),system=require("@gem-sdk/system"),styles=require("../common/styles.js"),classes=require("../common/classes.js");const Sticky=({children:e,builderAttrs:s,setting:t,style:r,builderProps:a,advanced:i,pageContext:l})=>{let{width:o,position:c,display:d,preloadBgImage:n,background:p,isScrollToTop:g}=t??{},m=i?.d,y=system.createStyle({...core.makeStyleResponsive("w",o),...styles.getContainerStyles({position:c,style:r,display:d})}),k=system.createStyle(styles.getContentStyles({setting:t,style:r,uid:a?.uid,pageContext:l})),$=system.createClass(classes.getContainerClasses({uid:a?.uid,isScrollToTop:g,cssClass:i?.cssClass,isLiquid:!0})),u=system.createStateOrContext({uid:a?.uid,setting:{display:{desktop:d?.desktop,tablet:d?.tablet??d?.desktop,mobile:d?.mobile??d?.tablet??d?.desktop}},advanced:{d:m}}),f=`.drawer-page-content {
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),system=require("@gem-sdk/system"),styles=require("../common/styles.js"),classes=require("../common/classes.js");const Sticky=({children:e,builderAttrs:s,setting:t,style:r,builderProps:a,advanced:i,pageContext:l})=>{let{width:o,position:c,display:d,preloadBgImage:n,background:p,isScrollToTop:y}=t??{},g=i?.d,m=system.createStyle({...core.makeStyleResponsive("w",o),...styles.getContainerStyles({position:c,style:r,display:d})}),k=system.createStyle(styles.getContentStyles({setting:t,style:r,uid:a?.uid,pageContext:l,type:"Liquid"})),u=system.createClass(classes.getContainerClasses({uid:a?.uid,isScrollToTop:y,cssClass:i?.cssClass,isLiquid:!0})),$=system.createStateOrContext({uid:a?.uid,setting:{display:{desktop:d?.desktop,tablet:d?.tablet??d?.desktop,mobile:d?.mobile??d?.tablet??d?.desktop}},advanced:{d:g}}),f=`.drawer-page-content {
2
2
  transform: none !important;
3
3
  -webkit-transform: none !important;
4
4
  }`;return core.template`
@@ -6,10 +6,10 @@
6
6
  <gp-sticky
7
7
  id="${a?.uid}"
8
8
  data-id="${a?.uid}"
9
- class="${$} ${helpers.getSettingPreloadData("gps-lazy")}"
10
- style="${y}"
9
+ class="${u} ${helpers.getSettingPreloadData("gps-lazy")}"
10
+ style="${m}"
11
11
  >
12
- <script gp-data type="application/json">${JSON.stringify(u)}</script>
12
+ <script gp-data type="application/json">${JSON.stringify($)}</script>
13
13
  <style>${f}</style>
14
14
  <div ${{...s}} style="${{...k}}">
15
15
  ${e}
@@ -1 +1 @@
1
- "use strict";var helpers=require("../../helpers.js");require("@gem-sdk/core");var translate=require("../settings/configs/translate.js");const formatThickness=e=>e?"number"==typeof e?e+"px":"string"!=typeof e||e.includes("px")?e:e+"px":"auto",getDisplayText=({type:e,styles:t,setting:r,builderProps:s,pageContext:a,translateSetting:i})=>{let{text:n,isForceValue:o}=r??{},l="",c=["Heading","Text"].includes(s?.builderData?.tag??"")&&!a?.isPreviewing,p=helpers.replaceLinkData(n?.toString()),g=t?.typo?.attrs?.transform==="capitalize";return"React"===e?l=g?n?.toString().toLocaleLowerCase():n?.toString():o?l=p:translate.Text?.text?.id?(l=helpers.getDynamicSourceLocales({val:n,uid:s?.uid,settingId:helpers.createSettingId({id:i??translate.Text?.text?.id}),pageContext:a,isCapitalize:g,isReplaceLocationOrigin:c}))==n&&(l=p):l=g?p?.toString().toLocaleLowerCase():p,l};exports.formatThickness=formatThickness,exports.getDisplayText=getDisplayText;
1
+ "use strict";var helpers=require("../../helpers.js");require("@gem-sdk/core");var translate=require("../settings/configs/translate.js"),constant=require("../../constant.js");const formatThickness=e=>e?"number"==typeof e?e+"px":"string"!=typeof e||e.includes("px")?e:e+"px":"auto",getDisplayText=({type:e,styles:t,setting:r,builderProps:s,pageContext:a,translateSetting:i})=>{let{text:n,isForceValue:o}=r??{},c="",l=constant.TAGS_WITH_REPLACE_LINK_DATA?.includes(s?.builderData?.tag??"")&&!a?.isPreviewing,p=helpers.replaceLinkData(n?.toString()),g=t?.typo?.attrs?.transform==="capitalize";return"React"===e?c=g?n?.toString().toLocaleLowerCase():n?.toString():o?c=p:translate.Text?.text?.id?(c=helpers.getDynamicSourceLocales({val:n,uid:s?.uid,settingId:helpers.createSettingId({id:i??translate.Text?.text?.id}),pageContext:a,isCapitalize:g,isReplaceLocationOrigin:l}))==n&&(c=p):c=g?p?.toString().toLocaleLowerCase():p,c};exports.formatThickness=formatThickness,exports.getDisplayText=getDisplayText;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";var translate=require("./accordion/settings/configs/translate.js"),translate$1=require("./icon-list-v2/settings/configs/translate.js"),translate$2=require("./text/settings/configs/translate.js"),translate$3=require("./heading/settings/configs/translate.js"),translate$4=require("./code/settings/configs/translate.js"),translate$5=require("./dialog/settings/configs/translate.js"),translate$6=require("./tab/settings/configs/translate.js"),translate$7=require("./button/settings/configs/translate.js"),translate$8=require("./image/settings/configs/translate.js"),translate$9=require("./sticky/settings/configs/translate.js"),translate$a=require("./icon-list/settings/configs/translate.js"),translate$b=require("./image-comparison/settings/configs/translate.js"),translate$c=require("./countdown-timer/settings/configs/translate.js"),translate$d=require("./coupon/settings/configs/translate.js"),translate$e=require("./stock-counter/settings/configs/translate.js"),translate$f=require("./product/settings/product-view-more/configs/translate.js"),translate$g=require("./product/settings/product-properties/configs/translate.js"),translate$h=require("./product/settings/product-discount-tag/configs/translate.js"),translate$i=require("./product/settings/product-description/configs/translate.js"),translate$j=require("./product/settings/product-button/configs/translate.js"),translate$k=require("./product/settings/product-badge/configs/translate.js"),translate$l=require("./product/components/file-upload/settings/configs/translate.js"),translate$m=require("./article/settings/configs/translate.js"),translate$n=require("./collection/settings/collection-toolbar/configs/translate.js"),translate$o=require("./collection/settings/collection-paginator/configs/translate.js"),translate$p=require("./collection/settings/collection-description/configs/translate.js"),translate$q=require("./estimate-delivery/settings/configs/translate.js"),translate$r=require("./hero-banner/settings/configs/translate.js"),translate$s=require("./grid/settings/configs/row/translate.js"),translate$t=require("./video/settings/configs/translate.js"),translate$u=require("./form/settings/text-input/configs/translate.js"),translate$v=require("./form/settings/text-field/configs/translate.js"),translate$w=require("./form/settings/submit-button/configs/translate.js"),translate$x=require("./form/settings/newsletter/configs/translate.js"),translate$y=require("./form/settings/form-textarea/configs/translate.js"),translate$z=require("./form/settings/form-email/configs/translate.js"),translate$A=require("./form/settings/form-dropdown/configs/translate.js"),translate$B=require("./form/settings/form-checkbox/configs/translate.js"),translate$C=require("./form/settings/contact/configs/translate.js");exports.Accordion=translate.Accordion,exports.IconListV2=translate$1.IconListV2,exports.Text=translate$2.Text,exports.Heading=translate$3.Heading,exports.CSSCode=translate$4.CSSCode,exports.Dialog=translate$5.Dialog,exports.Tabs=translate$6.Tabs,exports.Button=translate$7.Button,exports.Image=translate$8.Image,exports.Sticky=translate$9.Sticky,exports.IconList=translate$a.IconList,exports.ImageComparison=translate$b.ImageComparison,exports.Countdown=translate$c.Countdown,exports.Coupon=translate$d.Coupon,exports.StockCounter=translate$e.StockCounter,exports.ProductViewMore=translate$f.ProductViewMore,exports.ProductProperties=translate$g.ProductProperties,exports.ProductDiscountTag=translate$h.ProductDiscountTag,exports.ProductTag=translate$h.ProductTag,exports.ProductDescription=translate$i.ProductDescription,exports.ProductButton=translate$j.ProductButton,exports.ProductBadge=translate$k.ProductBadge,exports.FileUpload=translate$l.FileUpload,exports.ArticlePagination=translate$m.ArticlePagination,exports.ArticleReadMore=translate$m.ArticleReadMore,exports.CollectionToolbar=translate$n.CollectionToolbar,exports.CollectionPaginator=translate$o.CollectionPaginator,exports.CollectionDescription=translate$p.CollectionDescription,exports.EstimateDate=translate$q.EstimateDate,exports.HeroBanner=translate$r.HeroBanner,exports.Row=translate$s.Row,exports.Video=translate$t.Video,exports.TextInput=translate$u.TextInput,exports.TextField=translate$v.TextField,exports.SubmitButton=translate$w.SubmitButton,exports.Newsletter=translate$x.Newsletter,exports.FormTextarea=translate$y.FormTextarea,exports.FormEmail=translate$z.FormEmail,exports.FormDropdown=translate$A.FormDropdown,exports.FormCheckbox=translate$B.FormCheckbox,exports.ContactForm=translate$C.ContactForm;
2
+ "use strict";var translate=require("./accordion/settings/configs/translate.js"),translate$1=require("./icon-list-v2/settings/configs/translate.js"),translate$2=require("./text/settings/configs/translate.js"),translate$3=require("./heading/settings/configs/translate.js"),translate$4=require("./code/settings/configs/translate.js"),translate$5=require("./dialog/settings/configs/translate.js"),translate$6=require("./tab/settings/configs/translate.js"),translate$7=require("./button/settings/configs/translate.js"),translate$8=require("./image/settings/configs/translate.js"),translate$9=require("./sticky/settings/configs/translate.js"),translate$a=require("./icon-list/settings/configs/translate.js"),translate$b=require("./image-comparison/settings/configs/translate.js"),translate$c=require("./countdown-timer/settings/configs/translate.js"),translate$d=require("./coupon/settings/configs/translate.js"),translate$e=require("./stock-counter/settings/configs/translate.js"),translate$f=require("./product/settings/product-view-more/configs/translate.js"),translate$g=require("./product/settings/product-properties/configs/translate.js"),translate$h=require("./product/settings/product-discount-tag/configs/translate.js"),translate$i=require("./product/settings/product-description/configs/translate.js"),translate$j=require("./product/settings/product-button/configs/translate.js"),translate$k=require("./product/settings/product-badge/configs/translate.js"),translate$l=require("./product/components/file-upload/settings/configs/translate.js"),translate$m=require("./article/settings/configs/translate.js"),translate$n=require("./collection/settings/collection-toolbar/configs/translate.js"),translate$o=require("./collection/settings/collection-paginator/configs/translate.js"),translate$p=require("./collection/settings/collection-description/configs/translate.js"),translate$q=require("./estimate-delivery/settings/configs/translate.js"),translate$r=require("./hero-banner/settings/configs/translate.js"),translate$s=require("./grid/settings/configs/row/translate.js"),translate$t=require("./video/settings/configs/translate.js"),translate$u=require("./form/settings/text-input/configs/translate.js"),translate$v=require("./form/settings/text-field/configs/translate.js"),translate$w=require("./form/settings/submit-button/configs/translate.js"),translate$x=require("./form/settings/newsletter/configs/translate.js"),translate$y=require("./form/settings/form-textarea/configs/translate.js"),translate$z=require("./form/settings/form-email/configs/translate.js"),translate$A=require("./form/settings/form-dropdown/configs/translate.js"),translate$B=require("./form/settings/form-checkbox/configs/translate.js"),translate$C=require("./form/settings/contact/configs/translate.js");exports.Accordion=translate.Accordion,exports.IconListV2=translate$1.IconListV2,exports.Text=translate$2.Text,exports.Heading=translate$3.Heading,exports.CSSCode=translate$4.CSSCode,exports.Dialog=translate$5.Dialog,exports.Tabs=translate$6.Tabs,exports.Button=translate$7.Button,exports.Image=translate$8.Image,exports.Sticky=translate$9.Sticky,exports.IconList=translate$a.IconList,exports.ImageComparison=translate$b.ImageComparison,exports.Countdown=translate$c.Countdown,exports.Coupon=translate$d.Coupon,exports.StockCounter=translate$e.StockCounter,exports.ProductViewMore=translate$f.ProductViewMore,exports.ProductProperties=translate$g.ProductProperties,exports.ProductDiscountTag=translate$h.ProductDiscountTag,exports.ProductTag=translate$h.ProductTag,exports.ProductDescription=translate$i.ProductDescription,exports.ProductButton=translate$j.ProductButton,exports.ProductBadge=translate$k.ProductBadge,exports.FileUpload=translate$l.FileUpload,exports.ArticlePagination=translate$m.ArticlePagination,exports.ArticleReadMore=translate$m.ArticleReadMore,exports.CollectionToolbar=translate$n.CollectionToolbar,exports.CollectionPaginator=translate$o.CollectionPaginator,exports.CollectionDescription=translate$p.CollectionDescription,exports.EstimateDate=translate$q.EstimateDate,exports.HeroBanner=translate$r.HeroBanner,exports.Row=translate$s.Row,exports.Section=translate$s.Section,exports.Video=translate$t.Video,exports.TextInput=translate$u.TextInput,exports.TextField=translate$v.TextField,exports.SubmitButton=translate$w.SubmitButton,exports.Newsletter=translate$x.Newsletter,exports.FormTextarea=translate$y.FormTextarea,exports.FormEmail=translate$z.FormEmail,exports.FormDropdown=translate$A.FormDropdown,exports.FormCheckbox=translate$B.FormCheckbox,exports.ContactForm=translate$C.ContactForm;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const getAspectRatioSettings=(e,t)=>{let o={desktop:e?.desktop?.width,tablet:e?.tablet?.width,mobile:e?.mobile?.width},i={desktop:e?.desktop?.height,tablet:e?.tablet?.height,mobile:e?.mobile?.height},s={desktop:t?.desktop==="custom"?`${core.getResponsiveValueByScreen(o,"desktop")}/${core.getResponsiveValueByScreen(i,"desktop")}`:t?.desktop==="cover"?"unset":t?.desktop,tablet:t?.tablet==="custom"?`${core.getResponsiveValueByScreen(o,"tablet")}/${core.getResponsiveValueByScreen(i,"tablet")}`:t?.tablet==="cover"?"unset":t?.tablet,mobile:t?.mobile==="custom"?`${core.getResponsiveValueByScreen(o,"mobile")}/${core.getResponsiveValueByScreen(i,"mobile")}`:t?.mobile==="cover"?"unset":t?.mobile};return s},getSettingTranslatedVideoAndThumbnail=(e,t)=>{if(!e||!t)return{};let o=core.cloneDeep(e);if(o.youtubeUrl&&"youtube"===o.type){let e=helpers.getDynamicSourceLocales({val:o.youtubeUrl,uid:t,settingId:helpers.createSettingId({id:translate.Video?.youtubeUrl?.id})});o.youtubeUrlTranslated=String(e)}if(o.vimeoUrl&&"vimeo"===o.type){let e=helpers.getDynamicSourceLocales({val:o.vimeoUrl,uid:t,settingId:helpers.createSettingId({id:translate.Video?.vimeoUrl?.id})});o.vimeoUrlTranslated=String(e)}if(o.html5Url&&"html5"===o.type){let e=helpers.getDynamicSourceLocales({val:o.html5Url,uid:t,settingId:helpers.createSettingId({id:translate.Video?.html5Url?.id})});o.html5Url=String(e)}if(o.poster){let e=helpers.getDynamicSourceLocales({val:o.poster?.src,uid:t,settingId:translate.Video?.poster?.id?`${translate.Video.poster.id}_src`:""});o.poster.src=String(e)}return o},getYoutubeParams=e=>{let{id:t,params:o,muted:i,webp:s,controls:r,adNetwork:l,autoplay:a,lazy:p}=e,d=encodeURIComponent(t),n="hqdefault",m=`${o}`||"",u=i?"&mute=1":"",g=s?"webp":"jpg",c=s?"vi_webp":"vi",b=e.thumbnail||`https://i.ytimg.com/${c}/${d}/${n}.${g}`,h=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",v=`${h}/embed/${d}?autoplay=${!!p||a}&state=1${u}${m}&controls=${r?1:0}`,V=l||!1;return{videoId:d,posterImp:n,paramsImp:m,mutedImp:u,format:g,vi:c,posterUrl:b,ytUrl:h,iframeSrc:v,adNetworkImp:V}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:i,controls:s,loop:r,lazy:l}=e,a=encodeURIComponent(t),p=`?&autoplay=${l?1:o?1:0}&muted=${i?1:0}&loop=${r?1:0}&controls=${s}&autopause=false`,d=`https://player.vimeo.com/video/${a}${p}`;return{videoId:a,params:p,iframeSrc:d}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,i]=t.split("=");return"loop"!==o?{...e,[o]:i}:e},{})},isSettingLoop=e=>e.includes("loop=1");exports.covertStrParamsToObj=covertStrParamsToObj,exports.fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",exports.getAspectRatioSettings=getAspectRatioSettings,exports.getSettingTranslatedVideoAndThumbnail=getSettingTranslatedVideoAndThumbnail,exports.getVimeoParams=getVimeoParams,exports.getVimeoVideoId=getVimeoVideoId,exports.getYoutubeParams=getYoutubeParams,exports.getYoutubeVideoId=getYoutubeVideoId,exports.isSettingLoop=isSettingLoop,exports.makeStyleResponsiveRatio=makeStyleResponsiveRatio,exports.parseTimeVideo=parseTimeVideo,exports.vimeoVideoRegex=vimeoVideoRegex,exports.youtubeVideoRegex=youtubeVideoRegex;
1
+ "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),translate=require("../settings/configs/translate.js");const getAspectRatioSettings=(e,t)=>{let o={desktop:e?.desktop?.width,tablet:e?.tablet?.width,mobile:e?.mobile?.width},i={desktop:e?.desktop?.height,tablet:e?.tablet?.height,mobile:e?.mobile?.height},s={desktop:t?.desktop==="custom"?`${core.getResponsiveValueByScreen(o,"desktop")}/${core.getResponsiveValueByScreen(i,"desktop")}`:t?.desktop==="cover"?"unset":t?.desktop,tablet:t?.tablet==="custom"?`${core.getResponsiveValueByScreen(o,"tablet")}/${core.getResponsiveValueByScreen(i,"tablet")}`:t?.tablet==="cover"?"unset":t?.tablet,mobile:t?.mobile==="custom"?`${core.getResponsiveValueByScreen(o,"mobile")}/${core.getResponsiveValueByScreen(i,"mobile")}`:t?.mobile==="cover"?"unset":t?.mobile};return s},getSettingTranslatedVideoAndThumbnail=(e,t,o)=>{if(!e||!t)return{};if(o?.isPreviewing)return e;let i=core.cloneDeep(e);if(i.youtubeUrl&&"youtube"===i.type){let e=helpers.getDynamicSourceLocales({val:i.youtubeUrl,uid:t,settingId:helpers.createSettingId({id:translate.Video?.youtubeUrl?.id})});i.youtubeUrlTranslated=String(e)}if(i.vimeoUrl&&"vimeo"===i.type){let e=helpers.getDynamicSourceLocales({val:i.vimeoUrl,uid:t,settingId:helpers.createSettingId({id:translate.Video?.vimeoUrl?.id})});i.vimeoUrlTranslated=String(e)}if(i.html5Url&&"html5"===i.type){let e=helpers.getDynamicSourceLocales({val:i.html5Url,uid:t,settingId:helpers.createSettingId({id:translate.Video?.html5Url?.id})});i.html5Url=String(e)}if(i.poster){let e=helpers.getDynamicSourceLocales({val:i.poster?.src,uid:t,settingId:translate.Video?.poster?.id?`${translate.Video.poster.id}_src`:""});i.poster.src=String(e)}return i},getYoutubeParams=e=>{let{id:t,params:o,muted:i,webp:s,controls:r,adNetwork:l,autoplay:a,lazy:n}=e,p=encodeURIComponent(t),d="hqdefault",m=`${o}`||"",u=i?"&mute=1":"",g=s?"webp":"jpg",c=s?"vi_webp":"vi",b=e.thumbnail||`https://i.ytimg.com/${c}/${p}/${d}.${g}`,h=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",v=`${h}/embed/${p}?autoplay=${!!n||a}&state=1${u}${m}&controls=${r?1:0}`,V=l||!1;return{videoId:p,posterImp:d,paramsImp:m,mutedImp:u,format:g,vi:c,posterUrl:b,ytUrl:h,iframeSrc:v,adNetworkImp:V}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:i,controls:s,loop:r,lazy:l}=e,a=encodeURIComponent(t),n=`?&autoplay=${l?1:o?1:0}&muted=${i?1:0}&loop=${r?1:0}&controls=${s}&autopause=false`,p=`https://player.vimeo.com/video/${a}${n}`;return{videoId:a,params:n,iframeSrc:p}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,i]=t.split("=");return"loop"!==o?{...e,[o]:i}:e},{})},isSettingLoop=e=>e.includes("loop=1");exports.covertStrParamsToObj=covertStrParamsToObj,exports.fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",exports.getAspectRatioSettings=getAspectRatioSettings,exports.getSettingTranslatedVideoAndThumbnail=getSettingTranslatedVideoAndThumbnail,exports.getVimeoParams=getVimeoParams,exports.getVimeoVideoId=getVimeoVideoId,exports.getYoutubeParams=getYoutubeParams,exports.getYoutubeVideoId=getYoutubeVideoId,exports.isSettingLoop=isSettingLoop,exports.makeStyleResponsiveRatio=makeStyleResponsiveRatio,exports.parseTimeVideo=parseTimeVideo,exports.vimeoVideoRegex=vimeoVideoRegex,exports.youtubeVideoRegex=youtubeVideoRegex;
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../common/helpers.js"),system=require("@gem-sdk/system"),attrs=require("../common/attrs.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),HTML5Embed_liquid=require("./HTML5Embed.liquid.js"),LiteVimeoEmbed_liquid=require("./LiteVimeoEmbed.liquid.js"),LiteYouTubeEmbed_liquid=require("./LiteYouTubeEmbed.liquid.js"),NextImage_liquid=require("../../image/components/NextImage.liquid.js"),helpers$1=require("../../image/common/helpers.js");const Video=({className:e,setting:t,style:s,builderAttrs:l,builderProps:i,advanced:a})=>{let r=helpers.getSettingTranslatedVideoAndThumbnail(t,i?.uid),{youtubeUrl:d="",vimeoUrl:o="",html5Url:u,autoplay:m=!1,loopVideo:c=!1,controls:y=!1,mute:n,poster:p,startTime:g,endTime:b,lazy:q,type:h}=r??{},{youtubeUrlTranslated:V,vimeoUrlTranslated:f}=r,I=helpers$1.getImageSrc(p),{cssClass:S}=a??{},k=helpers.getAspectRatioSettings(r?.ratioOptions,r?.aspectRatio),L=system.createAttr({...attrs.getAttr({uid:i?.uid||""})}),T=system.createStyle({...styles.getStyle(r,s)}),_=system.createStyle({...styles.getYoutubeStyle(k)}),j=system.createStyle({...styles.getVimeoStyle(k)}),v=system.createStyle({...styles.getHtml5Style(k)}),$=system.createStyle({...styles.getFallBackImageStyle(t?.aspectRatio)}),x=system.createClass({...classes.getFallbackImageClasses()}),E=system.createClass({...classes.getClasses({className:e,builderProps:i,isInstantLP:!1,advancedCssClass:S})}),N=()=>{switch(h){case"youtube":{let e=helpers.getYoutubeVideoId(d),t=core.hasTranslatedLiquid(V);if((!helpers.youtubeVideoRegex.test(d)||!e)&&!t)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:x,style:$});let s="";return c&&(s+=`&loop=1&playlist=${e}`),g&&(s+=`&start=${helpers.parseTimeVideo(g)}`),b&&(s+=`&end=${helpers.parseTimeVideo(b)}`),LiteYouTubeEmbed_liquid.default({uid:i?.uid,id:e??"",translatedVideoUrl:t?V:"",autoplay:m,title:"Video",controls:y,params:s,adNetwork:!1,noCookie:!0,muted:!n,thumbnail:I,lazy:q??!0,preload:p?.preload,poster:p,style:_})}case"vimeo":{let e=helpers.getVimeoVideoId(o),t=core.hasTranslatedLiquid(f);if((!helpers.vimeoVideoRegex.test(o)||!e)&&!t)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:x,style:$});return LiteVimeoEmbed_liquid.default({muted:!n,loop:c,controls:y,thumbnail:I,thumbnailLink:p?.src,autoplay:m,lazy:q??!0,id:e??"",translatedVideoUrl:t?f:"",title:"Video",aspectRatio:k,poster:p,vimeoStyleIframe:j})}case"html5":if(!u)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:x,style:$});return HTML5Embed_liquid.default({uid:i?.uid,muted:!n,loop:c,controls:y,autoplay:m,src:u,thumbnail:I,title:"Video",poster:p,lazy:q??!0,isVideoComponent:!0,style:v})}};return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../common/helpers.js"),system=require("@gem-sdk/system"),attrs=require("../common/attrs.js"),styles=require("../common/styles.js"),classes=require("../common/classes.js"),HTML5Embed_liquid=require("./HTML5Embed.liquid.js"),LiteVimeoEmbed_liquid=require("./LiteVimeoEmbed.liquid.js"),LiteYouTubeEmbed_liquid=require("./LiteYouTubeEmbed.liquid.js"),NextImage_liquid=require("../../image/components/NextImage.liquid.js"),helpers$1=require("../../image/common/helpers.js");const Video=({className:e,setting:t,style:s,builderAttrs:l,builderProps:i,advanced:a,pageContext:r})=>{let d=helpers.getSettingTranslatedVideoAndThumbnail(t,i?.uid,r),{youtubeUrl:o="",vimeoUrl:u="",html5Url:m,autoplay:c=!1,loopVideo:y=!1,controls:n=!1,mute:p,poster:g,startTime:b,endTime:q,lazy:h,type:V}=d??{},{youtubeUrlTranslated:f,vimeoUrlTranslated:I}=d,S=helpers$1.getImageSrc(g),{cssClass:k}=a??{},L=helpers.getAspectRatioSettings(d?.ratioOptions,d?.aspectRatio),T=system.createAttr({...attrs.getAttr({uid:i?.uid||""})}),_=system.createStyle({...styles.getStyle(d,s)}),j=system.createStyle({...styles.getYoutubeStyle(L)}),v=system.createStyle({...styles.getVimeoStyle(L)}),$=system.createStyle({...styles.getHtml5Style(L)}),x=system.createStyle({...styles.getFallBackImageStyle(t?.aspectRatio)}),E=system.createClass({...classes.getFallbackImageClasses()}),N=system.createClass({...classes.getClasses({className:e,builderProps:i,isInstantLP:!1,advancedCssClass:k})}),C=()=>{switch(V){case"youtube":{let e=helpers.getYoutubeVideoId(o),t=core.hasTranslatedLiquid(f);if((!helpers.youtubeVideoRegex.test(o)||!e)&&!t)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:E,style:x});let s="";return y&&(s+=`&loop=1&playlist=${e}`),b&&(s+=`&start=${helpers.parseTimeVideo(b)}`),q&&(s+=`&end=${helpers.parseTimeVideo(q)}`),LiteYouTubeEmbed_liquid.default({uid:i?.uid,id:e??"",translatedVideoUrl:t?f:"",autoplay:c,title:"Video",controls:n,params:s,adNetwork:!1,noCookie:!0,muted:!p,thumbnail:S,lazy:h??!0,preload:g?.preload,poster:g,style:j})}case"vimeo":{let e=helpers.getVimeoVideoId(u),t=core.hasTranslatedLiquid(I);if((!helpers.vimeoVideoRegex.test(u)||!e)&&!t)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:E,style:x});return LiteVimeoEmbed_liquid.default({muted:!p,loop:y,controls:n,thumbnail:S,thumbnailLink:g?.src,autoplay:c,lazy:h??!0,id:e??"",translatedVideoUrl:t?I:"",title:"Video",aspectRatio:L,poster:g,vimeoStyleIframe:v})}case"html5":if(!m)return NextImage_liquid.default({src:helpers.fallbackImageVideoUrl,alt:"Fallback video",className:E,style:x});return HTML5Embed_liquid.default({uid:i?.uid,muted:!p,loop:y,controls:n,autoplay:c,src:m,thumbnail:S,title:"Video",poster:g,lazy:h??!0,isVideoComponent:!0,style:$})}};return core.template`
2
2
  <div
3
- ${{...l}} ${{...L}} class="${E}" style="${T}">
4
- ${N()}
3
+ ${{...l}} ${{...T}} class="${N}" style="${_}">
4
+ ${C()}
5
5
  </div>
6
6
  `};exports.default=Video;
@@ -1 +1 @@
1
- let HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}";export{HREF_TO_SALES_PAGE};
1
+ let HREF_TO_SALES_PAGE="{{ page.metafields.sales_funnel.sales_page_url }}",TAGS_WITH_REPLACE_LINK_DATA=["IconListV2","Heading","Text"];export{HREF_TO_SALES_PAGE,TAGS_WITH_REPLACE_LINK_DATA};
@@ -1 +1 @@
1
- let Row={background:{id:"background",fields:["image.src","video","videoHtml5"]}};export{Row};
1
+ let Row={background:{id:"background",fields:["image.src","video","videoHtml5"]}},Section={background:{id:"background",fields:["image.src","video","videoHtml5"]}};export{Row,Section};
@@ -1 +1 @@
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)&&REGEX_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: '&lt;$quantity$&gt;', 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};
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)&&REGEX_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)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: '&lt;$quantity$&gt;', 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||n?.isPreviewing)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};
@@ -1,4 +1,4 @@
1
- import{cloneDeep as e,getCornerCSSFromGlobal as t,getAspectRatioGlobalSize as i,makeStyleResponsive as r,DEVICES as a,getResponsiveValueByScreen as l}from"@gem-sdk/core";import{getDynamicSourceLocales as g,createSettingId as s}from"../../helpers.js";import{Image as o}from"../settings/configs/translate.js";let overwriteDefaultRadius=e=>{let i={...e},r=!0;return i&&Object.keys(i??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let t=i[e]??{};"0px"!==t&&(r=!1)}}),r?t(i):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:r,image:a}=t??{},{customAspectRadio:l,shape:g}=e??{},s={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.desktop:a,custom:l}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.tablet:a,custom:l}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?r?.mobile:a,custom:l})};return g?i(g):s},composeAspectRatio=({device:e,aspect:t,custom:i,auto:r})=>{let a=t?.[e];return"auto"===a?r?.height?`${r.width}/${r.height}`:void 0:"custom"===a?i?.[e]?.height?`${i?.[e]?.width}/${i?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:r("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:i,width:r,height:l})=>{if(e)return{};let g={};return a.forEach(e=>{let a=`--objf${"desktop"!==e?`-${e}`:""}`,s=i?.[a]||i?.["--objf"];if(t?.[e]==="auto"&&"contain"===s){g[e]="auto";return}g[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${r}/${l}`}),g},safeStringify=e=>JSON.stringify(e||{}).replace(/"/g,"&quot;"),shimmer=(e,t)=>`<svg width="${e}" height="${t}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
1
+ import{cloneDeep as e,hasTranslatedLiquid as t,getCornerCSSFromGlobal as i,getAspectRatioGlobalSize as r,makeStyleResponsive as a,DEVICES as l,getResponsiveValueByScreen as g}from"@gem-sdk/core";import{getDynamicSourceLocales as s,createSettingId as o}from"../../helpers.js";import{Image as n}from"../settings/configs/translate.js";let overwriteDefaultRadius=e=>{let t={...e},r=!0;return t&&Object.keys(t??{}).forEach(e=>{if("bblr"===e||"bbrr"===e||"btlr"===e||"btrr"===e){let i=t[e]??{};"0px"!==i&&(r=!1)}}),r?i(t):{}},getAspectRatio=({styles:e,setting:t})=>{let{srcSet:i,image:a}=t??{},{customAspectRadio:l,shape:g}=e??{},s={desktop:composeAspectRatio({device:"desktop",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.desktop:a,custom:l}),tablet:composeAspectRatio({device:"tablet",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.tablet:a,custom:l}),mobile:composeAspectRatio({device:"mobile",aspect:e?.aspectRatio,auto:t?.isAdaptive?i?.mobile:a,custom:l})};return g?r(g):s},composeAspectRatio=({device:e,aspect:t,custom:i,auto:r})=>{let a=t?.[e];return"auto"===a?r?.height?`${r.width}/${r.height}`:void 0:"custom"===a?i?.[e]?.height?`${i?.[e]?.width}/${i?.[e]?.height}`:void 0:a},getResponsiveObjectFit=({layout:e,isDisableObjectFit:t})=>t?{}:a("objf",e),getAspectRatioNextImage=({isDisableAspectStyle:e,aspectRatio:t,objectFits:i,width:r,height:a})=>{if(e)return{};let g={};return l.forEach(e=>{let l=`--objf${"desktop"!==e?`-${e}`:""}`,s=i?.[l]||i?.["--objf"];if(t?.[e]==="auto"&&"contain"===s){g[e]="auto";return}g[e]=t?.[e]!=="auto"&&t?.[e]?t[e]:`${r}/${a}`}),g},safeStringify=e=>JSON.stringify(e||{}).replace(/"/g,"&quot;"),shimmer=(e,t)=>`<svg width="${e}" height="${t}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
2
  <defs>
3
3
  <linearGradient id="g-${e}-${t}">
4
4
  <stop stop-color="rgba(51, 51, 51, 0)" offset="20%" />
@@ -9,4 +9,4 @@ import{cloneDeep as e,getCornerCSSFromGlobal as t,getAspectRatioGlobalSize as i,
9
9
  <rect width="${e}" height="${t}" fill="rgba(51, 51, 51, 0)" />
10
10
  <rect id="r" width="${e}" height="${t}" fill="url(#g-${e}-${t})" />
11
11
  <animate xlink:href="#r" attributeName="x" from="-${e}" to="${e}" dur="1s" repeatCount="indefinite" />
12
- </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSettingTranslatedImageAndSeo=({setting:t,uid:i,pageContext:r})=>{if(!t||!o)return{};let a=e(t);for(let e in a.srcSet){let t=a.srcSet[e];if(t&&t.src){let a=g({val:t.src,uid:i,settingId:o?.srcSet?.id?`${o.srcSet.id}_${e}_src`:"",pageContext:r});t.src=String(a)}}let l=g({val:a.alt,uid:i,settingId:s({id:o?.alt?.id}),pageContext:r});a.alt=String(l);let n=g({val:a.title,uid:i,settingId:s({id:o?.title?.id}),pageContext:r});return a.title=String(n),a},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,t,i)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let r=e?.backupFilePath??e?.src??"";if(i)r=e?.src||"";else{let t=e?.src??"",i=t.includes("section.settings.");if(i)return t;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(r=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):r=`{{ "${t}" | asset_url }}`}}if(t&&r?.includes("cdn.shopify"))switch(t){case"tablet":r=r?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":r=r?.replace(regexReplaceEndDot,"_768x.")}return r},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let i=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return i&&i!=e?i:e};function resizeImage(e,t){let i=e.match(/\.webp/g)?.length,r=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(i)return r;let a=replaceRegexLastMatch({str:r,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}let replaceRegexLastMatch=e=>{let t=e.str,i=e.str.match(e.reg)?.length;if(i){let r,a=1;for(;null!==(r=e.reg.exec(e.str));){if(a===i){let i=e.reg.lastIndex,a=i-r[0].length;e.isAdd&&(e.newString="_"+e.newString+r),t=t.slice(0,a)+e.newString+t.slice(i,t.length)}a++}}return t},getItemWidth=(e,t)=>{let i=getCurrentDevice(),r=t?.[i]||"auto";if(!r||"auto"===r||r.includes("%"))return e;let a=Number(r.replace("px",""));return a>e?e:Number(r.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:i,qualityType:r,qualityPercent:a}=e,g=getCurrentDevice(),s=getItemWidth(t,i),o=l(r,g,"finest"),n=l(a,g,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*s)||1;case"medium":return Math.round(s)||1;case"custom":return Math.round(s*(Number(n)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return a.forEach(i=>{let r=l(e,i)?.width||"100%";t[i]=r}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return a.forEach(i=>{let r=l(e,i)?.width||"100%";t[i]=r}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),g=getWidthOfImageListSetting(t),s=getWidthOfListImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),g=getWidthOfFeatureImageSetting(t),s=getWidthOfFeatureImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:i,width:r,qualityType:a,qualityPercent:l}=e,g=getCurrentDevice(),s=t.querySelector("img");if(s){let e=getImageWidthFollowByQuality({itemWidthParam:r,imageWidthSetting:i,qualityType:a,qualityPercent:l}),t=s.getAttribute("base-src");if(!t)return;let o=getImageSrcByQuality(e,t),n=getImageSrcSet(t,o,g);s.setAttribute("srcset",n)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,i)=>`${"mobile"===i&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===i&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===i&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";export{FALLBACK_IMAGE,IMAGE_PLACEHOLDER,NEXT_IMAGE_CONFIG,composeAspectRatio,createBlurDataURL,getAdaptiveImageData,getAspectRatio,getAspectRatioNextImage,getCurrentDevice,getImageSrc,getImageWidthFollowByQuality,getNewBackupFileKey,getResponsiveObjectFit,getSettingTranslatedImageAndSeo,getSrcSet,handleSetSrcForFeatureProductImage,handleSetSrcForProductImageList,isCannotResizeImage,overwriteDefaultRadius,regexReplaceEndDot,replaceBackupFileKeyFileContent,resizeImage,safeStringify,shimmer,toBase64};
12
+ </svg>`,toBase64=e=>"undefined"==typeof window?Buffer.from(e).toString("base64"):window.btoa(e),createBlurDataURL=(e,t)=>`data:image/svg+xml;base64,${toBase64(shimmer(e,t))}`,IMAGE_PLACEHOLDER="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",FALLBACK_IMAGE="https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",NEXT_IMAGE_CONFIG={DEFAULT_SIZES:"100vw",DEFAULT_ALT:"Alt image",DEFAULT_SRC:"https://cdn.shopify.com/s/files/1/2005/9307/files/placeholder-1.png?v=1751355990",DEFAULT_WIDTH_PROPS:800,DEFAULT_HEIGHT_PROPS:533},getAdaptiveImageData=e=>{let{srcSet:t,fallbackImg:i}=e,r=e=>{let{isLiquid:r}=e??{},a=getImageSrc(t?.desktop,"desktop",!r)||i||FALLBACK_IMAGE,l=getImageSrc(t?.tablet,"tablet",!r)||getImageSrc(t?.desktop,"tablet",!r)||i||FALLBACK_IMAGE,g=getImageSrc(t?.mobile,"mobile",!r)||getImageSrc(t?.tablet,"mobile",!r)||getImageSrc(t?.desktop,"mobile",!r)||i||FALLBACK_IMAGE;return{srcTablet:l,srcMobile:g,srcDesktop:a}};return{getDeviceSource:r}},getSettingTranslatedImageAndSeo=({setting:t,uid:i,pageContext:r})=>{if(!t||!n)return{};let a=e(t);for(let e in a.srcSet){let t=a.srcSet[e];if(t&&t.src){let a=s({val:t.src,uid:i,settingId:n?.srcSet?.id?`${n.srcSet.id}_${e}_src`:"",pageContext:r});t.src=String(a)}}let l=s({val:a.alt,uid:i,settingId:o({id:n?.alt?.id}),pageContext:r});a.alt=String(l);let g=s({val:a.title,uid:i,settingId:o({id:n?.title?.id}),pageContext:r});return a.title=String(g),a},getSrcSet=(e,t,i)=>e?getSrcSetLiquid(e,t):getSrcSetLink(i),isCannotResizeImage=e=>e.includes("webp")||e.includes("jfif")||e.includes(".svg")||e.includes(".tiff"),getSrcSetLiquid=(e,t)=>{let i=replaceBackupFileKeyFileContent(e);return isCannotResizeImage(e)?"FILE_CONTENT"==t?`{{ '${i}' | file_url }} 768w, {{ '${i}' | file_url }} 1024w, {{ '${i}' | file_url }} 1440w`:`{{ '${e}' | asset_url }} 768w, {{ '${e}' | asset_url }} 1024w, {{ '${e}' | asset_url }} 1440w`:"FILE_CONTENT"==t?`{{ '${i}' | file_img_url: '768x' }} 768w, {{ '${i}' | file_img_url: '1024x' }} 1024w, {{ '${i}' | file_img_url: 'master' }} 1440w`:`{{ '${e}' | asset_img_url: '768x' }} 768w, {{ '${e}' | asset_img_url: '1024x' }} 1024w, {{ '${e}' | asset_img_url: 'master' }} 1440w`},getSrcSetLink=e=>e,getImageSrc=(e,i,r)=>{if(e?.metafieldDefinitionKey)return getImageMetafieldDefinitionKey(e?.metafieldDefinitionKey);let a=e?.backupFilePath??e?.src??"";if(r)a=e?.src||"";else{let i=e?.src??"";if(t(i))return i;if(e?.backupFileKey){let t=getNewBackupFileKey(e.backupFileKey,e?.src??"");"THEME"!==e.storage&&e.storage?"FILE_CONTENT"===e.storage&&(a=`{{ "${replaceBackupFileKeyFileContent(t)}" | file_url }}`):a=`{{ "${t}" | asset_url }}`}}if(i&&a?.includes("cdn.shopify"))switch(i){case"tablet":a=a?.replace(regexReplaceEndDot,"_1024x.");break;case"mobile":a=a?.replace(regexReplaceEndDot,"_768x.")}return a},getImageMetafieldDefinitionKey=e=>`{{${e} | file_url}}`,regexReplaceEndDot=/\.(?=[^.]*$)/,replaceBackupFileKeyFileContent=e=>e.replace(/\.jpeg|\.jfif/g,".jpg"),getNewBackupFileKey=(e,t)=>{let i=t?.match(/\/files\/([^\/]+\.(jpg|jpeg|gif|png|webp|svg))/)?.[1];return i&&i!=e?i:e};function resizeImage(e,t){let i=e.match(/\.webp/g)?.length,r=replaceRegexLastMatch({str:e,reg:/_(pico|icon|thumb|small|compact|medium|large|grande|original|1024x1024|2048x2048|master)+\./g,newString:"."});if(i)return r;let a=replaceRegexLastMatch({str:r,reg:/\.jpg|\.png|\.gif|\.jpeg/g,newString:t,isAdd:!0});return a}let replaceRegexLastMatch=e=>{let t=e.str,i=e.str.match(e.reg)?.length;if(i){let r,a=1;for(;null!==(r=e.reg.exec(e.str));){if(a===i){let i=e.reg.lastIndex,a=i-r[0].length;e.isAdd&&(e.newString="_"+e.newString+r),t=t.slice(0,a)+e.newString+t.slice(i,t.length)}a++}}return t},getItemWidth=(e,t)=>{let i=getCurrentDevice(),r=t?.[i]||"auto";if(!r||"auto"===r||r.includes("%"))return e;let a=Number(r.replace("px",""));return a>e?e:Number(r.replace("px",""))},getImageWidthFollowByQuality=e=>{let{itemWidthParam:t,imageWidthSetting:i,qualityType:r,qualityPercent:a}=e,l=getCurrentDevice(),s=getItemWidth(t,i),o=g(r,l,"finest"),n=g(a,l,100);switch(o){case"finest":default:return"auto";case"high":return Math.round(1.5*s)||1;case"medium":return Math.round(s)||1;case"custom":return Math.round(s*(Number(n)/100))||1}},getWidthOfFeatureImageSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfImageListSetting=e=>{let t={desktop:"100%",tablet:"100%",mobile:"100%"};return l.forEach(i=>{let r=g(e,i)?.width||"100%";t[i]=r}),t},getWidthOfListImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-gallery-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},getWidthOfFeatureImageInDom=e=>{let t=document.querySelectorAll(`.gem-slider-item-${e}.gp-ft-image-item`),i=0;return t.forEach(e=>{e.offsetWidth>i&&(i=e.offsetWidth)}),i},handleSetSrcForProductImageList=e=>{let{shapeByLayout:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-gallery-image-item`),g=getWidthOfImageListSetting(t),s=getWidthOfListImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForFeatureProductImage=e=>{let{ftShape:t,qualityType:i,qualityPercent:r,builderPropUID:a}=e,l=document.querySelectorAll(`.gem-slider-item-${a}.gp-ft-image-item`),g=getWidthOfFeatureImageSetting(t),s=getWidthOfFeatureImageInDom(a);l.forEach(e=>{handleSetSrcForGalleryImage({item:e,settingWidth:g,width:s,qualityType:i,qualityPercent:r})})},handleSetSrcForGalleryImage=e=>{let{item:t,settingWidth:i,width:r,qualityType:a,qualityPercent:l}=e,g=getCurrentDevice(),s=t.querySelector("img");if(s){let e=getImageWidthFollowByQuality({itemWidthParam:r,imageWidthSetting:i,qualityType:a,qualityPercent:l}),t=s.getAttribute("base-src");if(!t)return;let o=getImageSrcByQuality(e,t),n=getImageSrcSet(t,o,g);s.setAttribute("srcset",n)}},getImageSrcByQuality=(e,t)=>"auto"===e?t:resizeImage(t,`${e}x`),getImageSrcSet=(e,t,i)=>`${"mobile"===i&&e!==t?t:resizeImage(e,"768x")} 767w, ${"tablet"===i&&e!==t?t:resizeImage(e,"1024x")} 1023w, ${"desktop"===i&&e!==t?t:resizeImage(e,"1920x")} 1440w`,getCurrentDevice=()=>window.innerWidth<768?"mobile":window.innerWidth>=768&&window.innerWidth<1025?"tablet":"desktop";export{FALLBACK_IMAGE,IMAGE_PLACEHOLDER,NEXT_IMAGE_CONFIG,composeAspectRatio,createBlurDataURL,getAdaptiveImageData,getAspectRatio,getAspectRatioNextImage,getCurrentDevice,getImageSrc,getImageWidthFollowByQuality,getNewBackupFileKey,getResponsiveObjectFit,getSettingTranslatedImageAndSeo,getSrcSet,handleSetSrcForFeatureProductImage,handleSetSrcForProductImageList,isCannotResizeImage,overwriteDefaultRadius,regexReplaceEndDot,replaceBackupFileKeyFileContent,resizeImage,safeStringify,shimmer,toBase64};
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,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 GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.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{TAGS_WITH_REPLACE_LINK_DATA}from"./constant.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 GrowthSuiteDiscountCodes}from"./third-party/components/GrowthSuiteDiscountCodes.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{jsxs as e,jsx as p}from"react/jsx-runtime";function PostPurchaseCheckbox({checked:o,onChange:g,...a}){return e("div",{className:"gp-h-[18px] gp-w-[18px] gp-inline-block gp-relative gp-flex-shrink-0",style:{gridArea:"checkbox"},children:[p("input",{...a,className:'gp-box-content gp-block gp-h-full gp-w-full gp-rounded gp-cursor-pointer gp-border gp-border-solid gp-border-[#d9d9d9] gp-bg-clip-padding gp-transition-shadow gp-duration-200 gp-ease-out checked:gp-shadow-[inset_0_0_0_10px_#1879b9] gp-appearance-none before:gp-content-[""] before:gp-block before:gp-h-full before:gp-w-full before:gp-rounded-sm before:gp-opacity-30 before:gp-shadow-[inset_#1879b9] before:gp-transition-shadow before:gp-duration-200 before:gp-ease-out [outline:none]',onChange:g}),p("div",{className:(o?"gp-opacity-100 ":"gp-opacity-0 ")+" gp-pointer-events-none gp-absolute gp-left-[calc(50%+1px)] gp-top-1/2 gp-origin-center gp--translate-x-1/2 gp--translate-y-1/2 gp-text-white gp-transition-all gp-duration-200 gp-ease-in-out",children:p("span",{className:"gp-block gp-h-2.5 gp-max-h-full gp-w-2.5 gp-max-w-full gp-fill-current",children:p("svg",{viewBox:"0 0 20 20",focusable:"false","aria-hidden":"true",role:"presentation",className:"gp-block gp-max-w-full gp-max-h-full",children:p("path",{d:"M20 5.347 7.647 17.462 0 9.962l2.393-2.347 5.254 5.154L17.607 3z"})})})})]})}export{PostPurchaseCheckbox as default};
1
+ import{jsxs as e,jsx as p}from"react/jsx-runtime";function PostPurchaseCheckbox({checked:o,onChange:g,...a}){return e("div",{className:"gp-h-[18px] gp-w-[18px] gp-inline-block gp-relative gp-flex-shrink-0",style:{gridArea:"checkbox"},children:[p("input",{...a,checked:o,className:'gp-box-content gp-block gp-h-full gp-w-full gp-rounded gp-cursor-pointer gp-border gp-border-solid gp-border-[#d9d9d9] gp-bg-clip-padding gp-transition-shadow gp-duration-200 gp-ease-out checked:gp-shadow-[inset_0_0_0_10px_#1879b9] gp-appearance-none before:gp-content-[""] before:gp-block before:gp-h-full before:gp-w-full before:gp-rounded-sm before:gp-opacity-30 before:gp-shadow-[inset_#1879b9] before:gp-transition-shadow before:gp-duration-200 before:gp-ease-out [outline:none]',onChange:g}),p("div",{className:(o?"gp-opacity-100 ":"gp-opacity-0 ")+" gp-pointer-events-none gp-absolute gp-left-[calc(50%+1px)] gp-top-1/2 gp-origin-center gp--translate-x-1/2 gp--translate-y-1/2 gp-text-white gp-transition-all gp-duration-200 gp-ease-in-out",children:p("span",{className:"gp-block gp-h-2.5 gp-max-h-full gp-w-2.5 gp-max-w-full gp-fill-current",children:p("svg",{viewBox:"0 0 20 20",focusable:"false","aria-hidden":"true",role:"presentation",className:"gp-block gp-max-w-full gp-max-h-full",children:p("path",{d:"M20 5.347 7.647 17.462 0 9.962l2.393-2.347 5.254 5.154L17.607 3z"})})})})]})}export{PostPurchaseCheckbox as default};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as r,Fragment as o}from"react/jsx-runtime";import t from"../../../text/components/Text.js";import{createClass as i,createAttr as m}from"@gem-sdk/system";import{getWrapperClasses as s}from"./common/classes.js";import{getAttrs as c}from"./common/attrs.js";import{getTextProps as p}from"./common/helpers.js";import{useGpPrice as d}from"./hooks/useGpPrice.js";import{useEditorMode as l,filterToolbarPreview as a}from"@gem-sdk/core";let ProductPrice=n=>{let{style:f,children:h}=n,g=l(),x="edit"===g,{elementRef:u,moneyFormatted:j,currentProductId:P,isNoComparePrice:y,isNoComparePriceILP:k,shouldHiddenComparePrice:N,emitNoDataSignal:v}=d(n),b=i(s(n)),C=m(c(n,{isILP:!x,productId:P,shouldHiddenComparePrice:N})),H=p(n,j),I={visibility:"hidden",opacity:0,maxWidth:0,maxHeight:0},w=k?I:f;return e("div",{ref:u,...C,className:b,style:w,"aria-hidden":"true",onClick:v,children:[y&&x?r(o,{children:r("div",{className:"gp-flex-col gp-flex gp-justify-between gp-p-2",children:r("p",{className:"gp-text-[#212121] gp-text-[12px] gp-leading-3 ",children:"No compare price"})})}):e(o,{children:[r(t,{...H}),h]}),a(h,!0)]})};export{ProductPrice as default};
2
+ import{jsxs as e,jsx as r,Fragment as o}from"react/jsx-runtime";import t from"../../../text/components/Text.js";import{createClass as i,createAttr as m}from"@gem-sdk/system";import{getWrapperClasses as s}from"./common/classes.js";import{getAttrs as c}from"./common/attrs.js";import{getTextProps as p}from"./common/helpers.js";import{useGpPrice as d}from"./hooks/useGpPrice.js";import{useEditorMode as l,useI18nStore as a,filterToolbarPreview as n}from"@gem-sdk/core";let ProductPrice=f=>{let{style:h,children:g}=f,x=l(),{t:u}=a(),j="edit"===x,{elementRef:P,moneyFormatted:y,currentProductId:k,isNoComparePrice:N,isNoComparePriceILP:v,shouldHiddenComparePrice:b,emitNoDataSignal:C}=d(f),H=i(s(f)),I=m(c(f,{isILP:!j,productId:k,shouldHiddenComparePrice:b})),w=p(f,y),G={visibility:"hidden",opacity:0,maxWidth:0,maxHeight:0},L=v?G:h;return e("div",{ref:P,...I,className:H,style:L,"aria-hidden":"true",onClick:C,children:[N&&j?r(o,{children:r("div",{className:"gp-flex-col gp-flex gp-justify-between gp-p-2",children:r("p",{className:"gp-text-[#212121] gp-text-[12px] gp-leading-3 ",children:u("No compare price")})})}):e(o,{children:[r(t,{...w}),g]}),n(g,!0)]})};export{ProductPrice as default};
@@ -1,4 +1,4 @@
1
- import{makeStyleResponsive as s,template as e,RenderIf as t,isLocalEnv as i,baseAssetURL as r}from"@gem-sdk/core";import{getSettingPreloadData as a}from"../../helpers.js";import{createStyle as l,createClass as d,createStateOrContext as o}from"@gem-sdk/system";import{getContainerStyles as p,getContentStyles as m}from"../common/styles.js";import{getContainerClasses as c}from"../common/classes.js";let Sticky=({children:n,builderAttrs:g,setting:$,style:k,builderProps:y,advanced:f,pageContext:u})=>{let{width:b,position:S,display:v,preloadBgImage:j,background:h,isScrollToTop:E}=$??{},w=f?.d,C=l({...s("w",b),...p({position:S,style:k,display:v})}),x=l(m({setting:$,style:k,uid:y?.uid,pageContext:u})),A=d(c({uid:y?.uid,isScrollToTop:E,cssClass:f?.cssClass,isLiquid:!0})),G=o({uid:y?.uid,setting:{display:{desktop:v?.desktop,tablet:v?.tablet??v?.desktop,mobile:v?.mobile??v?.tablet??v?.desktop}},advanced:{d:w}}),N=`.drawer-page-content {
1
+ import{makeStyleResponsive as s,template as e,RenderIf as t,isLocalEnv as i,baseAssetURL as r}from"@gem-sdk/core";import{getSettingPreloadData as a}from"../../helpers.js";import{createStyle as l,createClass as d,createStateOrContext as o}from"@gem-sdk/system";import{getContainerStyles as p,getContentStyles as m}from"../common/styles.js";import{getContainerClasses as c}from"../common/classes.js";let Sticky=({children:n,builderAttrs:g,setting:$,style:k,builderProps:y,advanced:f,pageContext:u})=>{let{width:b,position:S,display:v,preloadBgImage:j,background:h,isScrollToTop:E}=$??{},w=f?.d,C=l({...s("w",b),...p({position:S,style:k,display:v})}),q=l(m({setting:$,style:k,uid:y?.uid,pageContext:u,type:"Liquid"})),x=d(c({uid:y?.uid,isScrollToTop:E,cssClass:f?.cssClass,isLiquid:!0})),A=o({uid:y?.uid,setting:{display:{desktop:v?.desktop,tablet:v?.tablet??v?.desktop,mobile:v?.mobile??v?.tablet??v?.desktop}},advanced:{d:w}}),G=`.drawer-page-content {
2
2
  transform: none !important;
3
3
  -webkit-transform: none !important;
4
4
  }`;return e`
@@ -6,12 +6,12 @@ import{makeStyleResponsive as s,template as e,RenderIf as t,isLocalEnv as i,base
6
6
  <gp-sticky
7
7
  id="${y?.uid}"
8
8
  data-id="${y?.uid}"
9
- class="${A} ${a("gps-lazy")}"
9
+ class="${x} ${a("gps-lazy")}"
10
10
  style="${C}"
11
11
  >
12
- <script gp-data type="application/json">${JSON.stringify(G)}</script>
13
- <style>${N}</style>
14
- <div ${{...g}} style="${{...x}}">
12
+ <script gp-data type="application/json">${JSON.stringify(A)}</script>
13
+ <style>${G}</style>
14
+ <div ${{...g}} style="${{...q}}">
15
15
  ${n}
16
16
  </div>
17
17
  </gp-sticky>
@@ -1 +1 @@
1
- import{replaceLinkData as t,getDynamicSourceLocales as e,createSettingId as i}from"../../helpers.js";import"@gem-sdk/core";import{Text as o}from"../settings/configs/translate.js";let formatThickness=t=>t?"number"==typeof t?t+"px":"string"!=typeof t||t.includes("px")?t:t+"px":"auto",getDisplayText=({type:r,styles:s,setting:a,builderProps:n,pageContext:g,translateSetting:p})=>{let{text:l,isForceValue:c}=a??{},d="",m=["Heading","Text"].includes(n?.builderData?.tag??"")&&!g?.isPreviewing,x=t(l?.toString()),f=s?.typo?.attrs?.transform==="capitalize";return"React"===r?d=f?l?.toString().toLocaleLowerCase():l?.toString():c?d=x:o?.text?.id?(d=e({val:l,uid:n?.uid,settingId:i({id:p??o?.text?.id}),pageContext:g,isCapitalize:f,isReplaceLocationOrigin:m}))==l&&(d=x):d=f?x?.toString().toLocaleLowerCase():x,d};export{formatThickness,getDisplayText};
1
+ import{replaceLinkData as t,getDynamicSourceLocales as e,createSettingId as i}from"../../helpers.js";import"@gem-sdk/core";import{Text as o}from"../settings/configs/translate.js";import{TAGS_WITH_REPLACE_LINK_DATA as r}from"../../constant.js";let formatThickness=t=>t?"number"==typeof t?t+"px":"string"!=typeof t||t.includes("px")?t:t+"px":"auto",getDisplayText=({type:s,styles:a,setting:n,builderProps:p,pageContext:g,translateSetting:l})=>{let{text:c,isForceValue:m}=n??{},d="",f=r?.includes(p?.builderData?.tag??"")&&!g?.isPreviewing,u=t(c?.toString()),x=a?.typo?.attrs?.transform==="capitalize";return"React"===s?d=x?c?.toString().toLocaleLowerCase():c?.toString():m?d=u:o?.text?.id?(d=e({val:c,uid:p?.uid,settingId:i({id:l??o?.text?.id}),pageContext:g,isCapitalize:x,isReplaceLocationOrigin:f}))==c&&(d=u):d=x?u?.toString().toLocaleLowerCase():u,d};export{formatThickness,getDisplayText};
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- export{Accordion}from"./accordion/settings/configs/translate.js";export{IconListV2}from"./icon-list-v2/settings/configs/translate.js";export{Text}from"./text/settings/configs/translate.js";export{Heading}from"./heading/settings/configs/translate.js";export{CSSCode}from"./code/settings/configs/translate.js";export{Dialog}from"./dialog/settings/configs/translate.js";export{Tabs}from"./tab/settings/configs/translate.js";export{Button}from"./button/settings/configs/translate.js";export{Image}from"./image/settings/configs/translate.js";export{Sticky}from"./sticky/settings/configs/translate.js";export{IconList}from"./icon-list/settings/configs/translate.js";export{ImageComparison}from"./image-comparison/settings/configs/translate.js";export{Countdown}from"./countdown-timer/settings/configs/translate.js";export{Coupon}from"./coupon/settings/configs/translate.js";export{StockCounter}from"./stock-counter/settings/configs/translate.js";export{ProductViewMore}from"./product/settings/product-view-more/configs/translate.js";export{ProductProperties}from"./product/settings/product-properties/configs/translate.js";export{ProductDiscountTag,ProductTag}from"./product/settings/product-discount-tag/configs/translate.js";export{ProductDescription}from"./product/settings/product-description/configs/translate.js";export{ProductButton}from"./product/settings/product-button/configs/translate.js";export{ProductBadge}from"./product/settings/product-badge/configs/translate.js";export{FileUpload}from"./product/components/file-upload/settings/configs/translate.js";export{ArticlePagination,ArticleReadMore}from"./article/settings/configs/translate.js";export{CollectionToolbar}from"./collection/settings/collection-toolbar/configs/translate.js";export{CollectionPaginator}from"./collection/settings/collection-paginator/configs/translate.js";export{CollectionDescription}from"./collection/settings/collection-description/configs/translate.js";export{EstimateDate}from"./estimate-delivery/settings/configs/translate.js";export{HeroBanner}from"./hero-banner/settings/configs/translate.js";export{Row}from"./grid/settings/configs/row/translate.js";export{Video}from"./video/settings/configs/translate.js";export{TextInput}from"./form/settings/text-input/configs/translate.js";export{TextField}from"./form/settings/text-field/configs/translate.js";export{SubmitButton}from"./form/settings/submit-button/configs/translate.js";export{Newsletter}from"./form/settings/newsletter/configs/translate.js";export{FormTextarea}from"./form/settings/form-textarea/configs/translate.js";export{FormEmail}from"./form/settings/form-email/configs/translate.js";export{FormDropdown}from"./form/settings/form-dropdown/configs/translate.js";export{FormCheckbox}from"./form/settings/form-checkbox/configs/translate.js";export{ContactForm}from"./form/settings/contact/configs/translate.js";
2
+ export{Accordion}from"./accordion/settings/configs/translate.js";export{IconListV2}from"./icon-list-v2/settings/configs/translate.js";export{Text}from"./text/settings/configs/translate.js";export{Heading}from"./heading/settings/configs/translate.js";export{CSSCode}from"./code/settings/configs/translate.js";export{Dialog}from"./dialog/settings/configs/translate.js";export{Tabs}from"./tab/settings/configs/translate.js";export{Button}from"./button/settings/configs/translate.js";export{Image}from"./image/settings/configs/translate.js";export{Sticky}from"./sticky/settings/configs/translate.js";export{IconList}from"./icon-list/settings/configs/translate.js";export{ImageComparison}from"./image-comparison/settings/configs/translate.js";export{Countdown}from"./countdown-timer/settings/configs/translate.js";export{Coupon}from"./coupon/settings/configs/translate.js";export{StockCounter}from"./stock-counter/settings/configs/translate.js";export{ProductViewMore}from"./product/settings/product-view-more/configs/translate.js";export{ProductProperties}from"./product/settings/product-properties/configs/translate.js";export{ProductDiscountTag,ProductTag}from"./product/settings/product-discount-tag/configs/translate.js";export{ProductDescription}from"./product/settings/product-description/configs/translate.js";export{ProductButton}from"./product/settings/product-button/configs/translate.js";export{ProductBadge}from"./product/settings/product-badge/configs/translate.js";export{FileUpload}from"./product/components/file-upload/settings/configs/translate.js";export{ArticlePagination,ArticleReadMore}from"./article/settings/configs/translate.js";export{CollectionToolbar}from"./collection/settings/collection-toolbar/configs/translate.js";export{CollectionPaginator}from"./collection/settings/collection-paginator/configs/translate.js";export{CollectionDescription}from"./collection/settings/collection-description/configs/translate.js";export{EstimateDate}from"./estimate-delivery/settings/configs/translate.js";export{HeroBanner}from"./hero-banner/settings/configs/translate.js";export{Row,Section}from"./grid/settings/configs/row/translate.js";export{Video}from"./video/settings/configs/translate.js";export{TextInput}from"./form/settings/text-input/configs/translate.js";export{TextField}from"./form/settings/text-field/configs/translate.js";export{SubmitButton}from"./form/settings/submit-button/configs/translate.js";export{Newsletter}from"./form/settings/newsletter/configs/translate.js";export{FormTextarea}from"./form/settings/form-textarea/configs/translate.js";export{FormEmail}from"./form/settings/form-email/configs/translate.js";export{FormDropdown}from"./form/settings/form-dropdown/configs/translate.js";export{FormCheckbox}from"./form/settings/form-checkbox/configs/translate.js";export{ContactForm}from"./form/settings/contact/configs/translate.js";
@@ -1 +1 @@
1
- import{getResponsiveValueByScreen as e,cloneDeep as t}from"@gem-sdk/core";import{getDynamicSourceLocales as o,createSettingId as i}from"../../helpers.js";import{Video as l}from"../settings/configs/translate.js";let getAspectRatioSettings=(t,o)=>{let i={desktop:t?.desktop?.width,tablet:t?.tablet?.width,mobile:t?.mobile?.width},l={desktop:t?.desktop?.height,tablet:t?.tablet?.height,mobile:t?.mobile?.height},s={desktop:o?.desktop==="custom"?`${e(i,"desktop")}/${e(l,"desktop")}`:o?.desktop==="cover"?"unset":o?.desktop,tablet:o?.tablet==="custom"?`${e(i,"tablet")}/${e(l,"tablet")}`:o?.tablet==="cover"?"unset":o?.tablet,mobile:o?.mobile==="custom"?`${e(i,"mobile")}/${e(l,"mobile")}`:o?.mobile==="cover"?"unset":o?.mobile};return s},getSettingTranslatedVideoAndThumbnail=(e,s)=>{if(!e||!s)return{};let r=t(e);if(r.youtubeUrl&&"youtube"===r.type){let e=o({val:r.youtubeUrl,uid:s,settingId:i({id:l?.youtubeUrl?.id})});r.youtubeUrlTranslated=String(e)}if(r.vimeoUrl&&"vimeo"===r.type){let e=o({val:r.vimeoUrl,uid:s,settingId:i({id:l?.vimeoUrl?.id})});r.vimeoUrlTranslated=String(e)}if(r.html5Url&&"html5"===r.type){let e=o({val:r.html5Url,uid:s,settingId:i({id:l?.html5Url?.id})});r.html5Url=String(e)}if(r.poster){let e=o({val:r.poster?.src,uid:s,settingId:l?.poster?.id?`${l.poster.id}_src`:""});r.poster.src=String(e)}return r},getYoutubeParams=e=>{let{id:t,params:o,muted:i,webp:l,controls:s,adNetwork:r,autoplay:a,lazy:m}=e,d=encodeURIComponent(t),p="hqdefault",u=`${o}`||"",n=i?"&mute=1":"",b=l?"webp":"jpg",g=l?"vi_webp":"vi",c=e.thumbnail||`https://i.ytimg.com/${g}/${d}/${p}.${b}`,h=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",v=`${h}/embed/${d}?autoplay=${!!m||a}&state=1${n}${u}&controls=${s?1:0}`,$=r||!1;return{videoId:d,posterImp:p,paramsImp:u,mutedImp:n,format:b,vi:g,posterUrl:c,ytUrl:h,iframeSrc:v,adNetworkImp:$}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:i,controls:l,loop:s,lazy:r}=e,a=encodeURIComponent(t),m=`?&autoplay=${r?1:o?1:0}&muted=${i?1:0}&loop=${s?1:0}&controls=${l}&autopause=false`,d=`https://player.vimeo.com/video/${a}${m}`;return{videoId:a,params:m,iframeSrc:d}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,i]=t.split("=");return"loop"!==o?{...e,[o]:i}:e},{})},isSettingLoop=e=>e.includes("loop=1");export{covertStrParamsToObj,fallbackImageVideoUrl,getAspectRatioSettings,getSettingTranslatedVideoAndThumbnail,getVimeoParams,getVimeoVideoId,getYoutubeParams,getYoutubeVideoId,isSettingLoop,makeStyleResponsiveRatio,parseTimeVideo,vimeoVideoRegex,youtubeVideoRegex};
1
+ import{getResponsiveValueByScreen as e,cloneDeep as t}from"@gem-sdk/core";import{getDynamicSourceLocales as o,createSettingId as i}from"../../helpers.js";import{Video as l}from"../settings/configs/translate.js";let getAspectRatioSettings=(t,o)=>{let i={desktop:t?.desktop?.width,tablet:t?.tablet?.width,mobile:t?.mobile?.width},l={desktop:t?.desktop?.height,tablet:t?.tablet?.height,mobile:t?.mobile?.height},s={desktop:o?.desktop==="custom"?`${e(i,"desktop")}/${e(l,"desktop")}`:o?.desktop==="cover"?"unset":o?.desktop,tablet:o?.tablet==="custom"?`${e(i,"tablet")}/${e(l,"tablet")}`:o?.tablet==="cover"?"unset":o?.tablet,mobile:o?.mobile==="custom"?`${e(i,"mobile")}/${e(l,"mobile")}`:o?.mobile==="cover"?"unset":o?.mobile};return s},getSettingTranslatedVideoAndThumbnail=(e,s,r)=>{if(!e||!s)return{};if(r?.isPreviewing)return e;let a=t(e);if(a.youtubeUrl&&"youtube"===a.type){let e=o({val:a.youtubeUrl,uid:s,settingId:i({id:l?.youtubeUrl?.id})});a.youtubeUrlTranslated=String(e)}if(a.vimeoUrl&&"vimeo"===a.type){let e=o({val:a.vimeoUrl,uid:s,settingId:i({id:l?.vimeoUrl?.id})});a.vimeoUrlTranslated=String(e)}if(a.html5Url&&"html5"===a.type){let e=o({val:a.html5Url,uid:s,settingId:i({id:l?.html5Url?.id})});a.html5Url=String(e)}if(a.poster){let e=o({val:a.poster?.src,uid:s,settingId:l?.poster?.id?`${l.poster.id}_src`:""});a.poster.src=String(e)}return a},getYoutubeParams=e=>{let{id:t,params:o,muted:i,webp:l,controls:s,adNetwork:r,autoplay:a,lazy:m}=e,d=encodeURIComponent(t),p="hqdefault",u=`${o}`||"",n=i?"&mute=1":"",b=l?"webp":"jpg",g=l?"vi_webp":"vi",c=e.thumbnail||`https://i.ytimg.com/${g}/${d}/${p}.${b}`,h=e.noCookie?"https://www.youtube-nocookie.com":"https://www.youtube.com",v=`${h}/embed/${d}?autoplay=${!!m||a}&state=1${n}${u}&controls=${s?1:0}`,$=r||!1;return{videoId:d,posterImp:p,paramsImp:u,mutedImp:n,format:b,vi:g,posterUrl:c,ytUrl:h,iframeSrc:v,adNetworkImp:$}},getVimeoParams=e=>{let{id:t,autoplay:o,muted:i,controls:l,loop:s,lazy:r}=e,a=encodeURIComponent(t),m=`?&autoplay=${r?1:o?1:0}&muted=${i?1:0}&loop=${s?1:0}&controls=${l}&autopause=false`,d=`https://player.vimeo.com/video/${a}${m}`;return{videoId:a,params:m,iframeSrc:d}},makeStyleResponsiveRatio=(e,t)=>({[`--${e}`]:t?.desktop,[`--${e}-tablet`]:t?.tablet,[`--${e}-mobile`]:t?.mobile}),fallbackImageVideoUrl="https://cdn.shopify.com/s/files/1/0703/5214/2562/files/gempages_518090459516502570-3d3a4631-1d7d-4a2f-9ef0-9bbe7220e02d.jpg",youtubeVideoRegex=/(?:https?:\/\/)?(?:www\.)?(?:youtube\.com\/(?:[^/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=|shorts\/)|youtu\.be\/)([^"&?/\s]{11})/i,vimeoVideoRegex=/^(?:http:\/\/|https:\/\/)vimeo\.com\/[\w/]+(?:\?.*)?$/im,getYoutubeVideoId=e=>{let t=e.match(youtubeVideoRegex);return t?.[1]??void 0},getVimeoVideoId=e=>{let t=/https?:\/\/(?:www\.|player\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|video\/)?(\d+)(?:$|\/|\?)/,o=e.match(t);return o?.[3]},parseTimeVideo=e=>{let t=e.split(":",2);return t.length<=1?parseInt(t[0]||"0"):60*parseInt(t[0]||"0")+parseInt(t[1]||"0")},covertStrParamsToObj=e=>{let t=e.split("&");return t.shift(),t.reduce((e,t)=>{let[o,i]=t.split("=");return"loop"!==o?{...e,[o]:i}:e},{})},isSettingLoop=e=>e.includes("loop=1");export{covertStrParamsToObj,fallbackImageVideoUrl,getAspectRatioSettings,getSettingTranslatedVideoAndThumbnail,getVimeoParams,getVimeoVideoId,getYoutubeParams,getYoutubeVideoId,isSettingLoop,makeStyleResponsiveRatio,parseTimeVideo,vimeoVideoRegex,youtubeVideoRegex};
@@ -1,6 +1,6 @@
1
- import{template as t,hasTranslatedLiquid as e}from"@gem-sdk/core";import{getSettingTranslatedVideoAndThumbnail as o,getAspectRatioSettings as i,getVimeoVideoId as s,vimeoVideoRegex as l,getYoutubeVideoId as m,youtubeVideoRegex as r,parseTimeVideo as a,fallbackImageVideoUrl as d}from"../common/helpers.js";import{createAttr as u,createStyle as c,createClass as n}from"@gem-sdk/system";import{getAttr as p}from"../common/attrs.js";import{getStyle as f,getYoutubeStyle as y,getVimeoStyle as b,getHtml5Style as j,getFallBackImageStyle as V}from"../common/styles.js";import{getFallbackImageClasses as h,getClasses as k}from"../common/classes.js";import $ from"./HTML5Embed.liquid.js";import v from"./LiteVimeoEmbed.liquid.js";import g from"./LiteYouTubeEmbed.liquid.js";import L from"../../image/components/NextImage.liquid.js";import{getImageSrc as N}from"../../image/common/helpers.js";let Video=({className:q,setting:z,style:C,builderAttrs:E,builderProps:F,advanced:I})=>{let R=o(z,F?.uid),{youtubeUrl:w="",vimeoUrl:x="",html5Url:T,autoplay:U=!1,loopVideo:H=!1,controls:M=!1,mute:O,poster:P,startTime:S,endTime:Y,lazy:A,type:B}=R??{},{youtubeUrlTranslated:D,vimeoUrlTranslated:G}=R,J=N(P),{cssClass:K}=I??{},Q=i(R?.ratioOptions,R?.aspectRatio),W=u({...p({uid:F?.uid||""})}),X=c({...f(R,C)}),Z=c({...y(Q)}),_=c({...b(Q)}),tt=c({...j(Q)}),te=c({...V(z?.aspectRatio)}),to=n({...h()}),ti=n({...k({className:q,builderProps:F,isInstantLP:!1,advancedCssClass:K})}),ts=()=>{switch(B){case"youtube":{let t=m(w),o=e(D);if((!r.test(w)||!t)&&!o)return L({src:d,alt:"Fallback video",className:to,style:te});let i="";return H&&(i+=`&loop=1&playlist=${t}`),S&&(i+=`&start=${a(S)}`),Y&&(i+=`&end=${a(Y)}`),g({uid:F?.uid,id:t??"",translatedVideoUrl:o?D:"",autoplay:U,title:"Video",controls:M,params:i,adNetwork:!1,noCookie:!0,muted:!O,thumbnail:J,lazy:A??!0,preload:P?.preload,poster:P,style:Z})}case"vimeo":{let t=s(x),o=e(G);if((!l.test(x)||!t)&&!o)return L({src:d,alt:"Fallback video",className:to,style:te});return v({muted:!O,loop:H,controls:M,thumbnail:J,thumbnailLink:P?.src,autoplay:U,lazy:A??!0,id:t??"",translatedVideoUrl:o?G:"",title:"Video",aspectRatio:Q,poster:P,vimeoStyleIframe:_})}case"html5":if(!T)return L({src:d,alt:"Fallback video",className:to,style:te});return $({uid:F?.uid,muted:!O,loop:H,controls:M,autoplay:U,src:T,thumbnail:J,title:"Video",poster:P,lazy:A??!0,isVideoComponent:!0,style:tt})}};return t`
1
+ import{template as t,hasTranslatedLiquid as e}from"@gem-sdk/core";import{getSettingTranslatedVideoAndThumbnail as o,getAspectRatioSettings as i,getVimeoVideoId as s,vimeoVideoRegex as l,getYoutubeVideoId as m,youtubeVideoRegex as r,parseTimeVideo as a,fallbackImageVideoUrl as d}from"../common/helpers.js";import{createAttr as u,createStyle as c,createClass as n}from"@gem-sdk/system";import{getAttr as p}from"../common/attrs.js";import{getStyle as f,getYoutubeStyle as y,getVimeoStyle as b,getHtml5Style as j,getFallBackImageStyle as V}from"../common/styles.js";import{getFallbackImageClasses as h,getClasses as k}from"../common/classes.js";import $ from"./HTML5Embed.liquid.js";import v from"./LiteVimeoEmbed.liquid.js";import g from"./LiteYouTubeEmbed.liquid.js";import L from"../../image/components/NextImage.liquid.js";import{getImageSrc as N}from"../../image/common/helpers.js";let Video=({className:q,setting:z,style:C,builderAttrs:E,builderProps:F,advanced:I,pageContext:R})=>{let w=o(z,F?.uid,R),{youtubeUrl:x="",vimeoUrl:T="",html5Url:U,autoplay:H=!1,loopVideo:M=!1,controls:O=!1,mute:P,poster:S,startTime:Y,endTime:A,lazy:B,type:D}=w??{},{youtubeUrlTranslated:G,vimeoUrlTranslated:J}=w,K=N(S),{cssClass:Q}=I??{},W=i(w?.ratioOptions,w?.aspectRatio),X=u({...p({uid:F?.uid||""})}),Z=c({...f(w,C)}),_=c({...y(W)}),tt=c({...b(W)}),te=c({...j(W)}),to=c({...V(z?.aspectRatio)}),ti=n({...h()}),ts=n({...k({className:q,builderProps:F,isInstantLP:!1,advancedCssClass:Q})}),tl=()=>{switch(D){case"youtube":{let t=m(x),o=e(G);if((!r.test(x)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});let i="";return M&&(i+=`&loop=1&playlist=${t}`),Y&&(i+=`&start=${a(Y)}`),A&&(i+=`&end=${a(A)}`),g({uid:F?.uid,id:t??"",translatedVideoUrl:o?G:"",autoplay:H,title:"Video",controls:O,params:i,adNetwork:!1,noCookie:!0,muted:!P,thumbnail:K,lazy:B??!0,preload:S?.preload,poster:S,style:_})}case"vimeo":{let t=s(T),o=e(J);if((!l.test(T)||!t)&&!o)return L({src:d,alt:"Fallback video",className:ti,style:to});return v({muted:!P,loop:M,controls:O,thumbnail:K,thumbnailLink:S?.src,autoplay:H,lazy:B??!0,id:t??"",translatedVideoUrl:o?J:"",title:"Video",aspectRatio:W,poster:S,vimeoStyleIframe:tt})}case"html5":if(!U)return L({src:d,alt:"Fallback video",className:ti,style:to});return $({uid:F?.uid,muted:!P,loop:M,controls:O,autoplay:H,src:U,thumbnail:K,title:"Video",poster:S,lazy:B??!0,isVideoComponent:!0,style:te})}};return t`
2
2
  <div
3
- ${{...E}} ${{...W}} class="${ti}" style="${X}">
4
- ${ts()}
3
+ ${{...E}} ${{...X}} class="${ts}" style="${Z}">
4
+ ${tl()}
5
5
  </div>
6
6
  `};export{Video as default};
@@ -1564,7 +1564,7 @@ type RootProps$1 = {
1564
1564
  };
1565
1565
  declare const Root$1: React.FC<RootProps$1>;
1566
1566
 
1567
- declare const Section$1: React.FC<RowProps>;
1567
+ declare const Section$2: React.FC<RowProps>;
1568
1568
 
1569
1569
  declare const Row$2: React.FC<RowProps>;
1570
1570
 
@@ -4642,6 +4642,7 @@ type VideoProps = BasePropsWrap<VideoSettingProps> & {
4642
4642
  className?: string;
4643
4643
  style?: React.CSSProperties;
4644
4644
  children?: React.ReactNode;
4645
+ pageContext?: PageContext;
4645
4646
  };
4646
4647
 
4647
4648
  declare const Video$2: React.FC<VideoProps>;
@@ -6588,7 +6589,7 @@ type RootProps = {
6588
6589
  };
6589
6590
  declare const Root: ({ children }: RootProps) => string | undefined;
6590
6591
 
6591
- declare const Section: (props: RowProps) => string;
6592
+ declare const Section$1: (props: RowProps) => string;
6592
6593
 
6593
6594
  declare const Row$1: (props: RowProps) => string;
6594
6595
 
@@ -6870,7 +6871,7 @@ declare const ProductViewMore$1: ({ style, styles, setting, advanced, builderPro
6870
6871
 
6871
6872
  declare const ProductSku: ({ setting, styles, advanced, builderProps }: SkuProps) => string;
6872
6873
 
6873
- declare const Video$1: ({ className, setting, style, builderAttrs, builderProps, advanced }: VideoProps) => string;
6874
+ declare const Video$1: ({ className, setting, style, builderAttrs, builderProps, advanced, pageContext, }: VideoProps) => string;
6874
6875
 
6875
6876
  declare const config: ComponentSetting<VideoProps>;
6876
6877
 
@@ -7251,7 +7252,6 @@ declare const index_liquid_Rivyo: typeof Rivyo;
7251
7252
  declare const index_liquid_Root: typeof Root;
7252
7253
  declare const index_liquid_Ryviu: typeof Ryviu;
7253
7254
  declare const index_liquid_SealSubscriptions: typeof SealSubscriptions;
7254
- declare const index_liquid_Section: typeof Section;
7255
7255
  declare const index_liquid_SegunoEmailMarketing: typeof SegunoEmailMarketing;
7256
7256
  declare const index_liquid_Selleasy: typeof Selleasy;
7257
7257
  declare const index_liquid_SeoantTrustBadgesIcon: typeof SeoantTrustBadgesIcon;
@@ -7288,7 +7288,7 @@ declare const index_liquid_WishlistKing: typeof WishlistKing;
7288
7288
  declare const index_liquid_WishlistPlus: typeof WishlistPlus;
7289
7289
  declare const index_liquid_YotpoReviews: typeof YotpoReviews;
7290
7290
  declare namespace index_liquid {
7291
- export { Accordion$1 as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, Button$1 as Button, CSSCode$1 as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, CarouselItem$1 as CarouselItemV3, Carousel$1 as CarouselV3, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, CollectionDescription$1 as CollectionDescription, CollectionPaginator$1 as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, CollectionToolbar$1 as CollectionToolbar, ContactForm$1 as ContactForm, Countdown$1 as Countdown, Coupon$1 as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, Dialog$1 as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, EstimateDate$1 as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, FileUpload$1 as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, FormDropdown$1 as FormDropdown, FormEmail$1 as FormEmail, FormTextarea$1 as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_GrowthSuiteDiscountCodes as GrowthSuiteDiscountCodes, Heading$1 as Heading, HeroBanner$1 as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, IconList$1 as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, IconListV2$1 as IconListV2, Image$1 as Image, ImageComparison$1 as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KachingSubscriptionsApp as KachingSubscriptionsApp, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, Newsletter$1 as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, ProductBadge$1 as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductDescription$1 as ProductDescription, ProductImages$2 as ProductImages, ProductImages$1 as ProductImagesV2, ProductImages as ProductImagesV3, index_liquid_ProductList as ProductList, ProductList$1 as ProductListV3, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, ProductProperties$1 as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, ProductTag$1 as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, ProductViewMore$1 as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, Row$1 as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, index_liquid_Section as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, Sticky$1 as Sticky, StockCounter$1 as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, SubmitButton$1 as SubmitButton, index_liquid_TabItem as TabItem, Tabs$1 as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, Text$1 as Text, TextField$1 as TextField, TextInput$1 as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, Video$1 as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
7291
+ export { Accordion$1 as Accordion, index_liquid_AccordionItem as AccordionItem, index_liquid_AftershipEmailMarketingsms as AftershipEmailMarketingsms, index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc, index_liquid_AliReviews as AliReviews, index_liquid_AlsoBoughtCbb as AlsoBoughtCbb, index_liquid_AovBundlesVolumeDiscounts as AovBundlesVolumeDiscounts, index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo, index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar, index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts, index_liquid_AppstleSubscriptions as AppstleSubscriptions, index_liquid_ArticleAuthor as ArticleAuthor, index_liquid_ArticleCategory as ArticleCategory, index_liquid_ArticleContent as ArticleContent, index_liquid_ArticleDate as ArticleDate, index_liquid_ArticleExcerpt as ArticleExcerpt, index_liquid_ArticleImage as ArticleImage, index_liquid_ArticleList as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, index_liquid_ArticleTag as ArticleTag, index_liquid_ArticleTitle as ArticleTitle, index_liquid_BestBuyFulfillment as BestBuyFulfillment, index_liquid_BfSizeChartSizeGuide as BfSizeChartSizeGuide, index_liquid_BirdChime as BirdChime, index_liquid_BloyRewardsProgramLoyalty as BloyRewardsProgramLoyalty, index_liquid_Bogos as Bogos, index_liquid_BoldProductOptions as BoldProductOptions, index_liquid_BoldSubscriptions as BoldSubscriptions, index_liquid_BonLoyaltyRewardsReferrals as BonLoyaltyRewardsReferrals, index_liquid_BoostAISearchDiscovery as BoostAISearchDiscovery, index_liquid_Breadcrumb as Breadcrumb, index_liquid_Bundler as Bundler, Button$1 as Button, CSSCode$1 as CSSCode, index_liquid_Carousel as Carousel, index_liquid_CarouselItem as CarouselItem, CarouselItem$1 as CarouselItemV3, Carousel$1 as CarouselV3, index_liquid_CleanSizeCharts as CleanSizeCharts, Column as Col, index_liquid_CollectionBanner as CollectionBanner, CollectionDescription$1 as CollectionDescription, CollectionPaginator$1 as CollectionPaginator, index_liquid_CollectionTitle as CollectionTitle, CollectionToolbar$1 as CollectionToolbar, ContactForm$1 as ContactForm, Countdown$1 as Countdown, Coupon$1 as Coupon, index_liquid_CrossSellCartUpsell as CrossSellCartUpsell, index_liquid_CustomProductOptionsVariant as CustomProductOptionsVariant, index_liquid_DealeasyVolumeDiscounts as DealeasyVolumeDiscounts, Dialog$1 as Dialog, index_liquid_DiscountyBulkDiscountSales as DiscountyBulkDiscountSales, index_liquid_DynamicCheckout as DynamicCheckout, index_liquid_EasifyProductOptions as EasifyProductOptions, index_liquid_EasyBundleBuilderSkailama as EasyBundleBuilderSkailama, index_liquid_EasySellCOD as EasySellCOD, index_liquid_EcoboostifyShoppableReelUgc as EcoboostifyShoppableReelUgc, index_liquid_EcomsendBackInStockAlert as EcomsendBackInStockAlert, index_liquid_EssentialAnnouncementBar as EssentialAnnouncementBar, index_liquid_EssentialCountdownTimerBar as EssentialCountdownTimerBar, EstimateDate$1 as EstimateDate, index_liquid_EstimatedDeliveryDatePlus as EstimatedDeliveryDatePlus, index_liquid_FastBundleBundlesDiscounts as FastBundleBundlesDiscounts, index_liquid_FeraReviews as FeraReviews, FileUpload$1 as FileUpload, index_liquid_FirePush as FirePush, index_liquid_FlyBundlesUpsellsFbt as FlyBundlesUpsellsFbt, index_liquid_FordeerProductLabels as FordeerProductLabels, FromCheckbox as FormCheckbox, FormDropdown$1 as FormDropdown, FormEmail$1 as FormEmail, FormTextarea$1 as FormTextarea, index_liquid_FrequentlyBoughtTogether as FrequentlyBoughtTogether, index_liquid_GloColorSwatchvariantImage as GloColorSwatchvariantImage, index_liquid_GloboProductOptionsVariant as GloboProductOptionsVariant, index_liquid_GoogleReviewsByReputon as GoogleReviewsByReputon, index_liquid_Growave as Growave, index_liquid_GrowthSuiteDiscountCodes as GrowthSuiteDiscountCodes, Heading$1 as Heading, HeroBanner$1 as HeroBanner, index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar, index_liquid_HextomFreeShippingBar as HextomFreeShippingBar, index_liquid_HulkFormBuilder as HulkFormBuilder, index_liquid_HulkProductOptions as HulkProductOptions, index_liquid_Icon as Icon, IconList$1 as IconList, index_liquid_IconListHoz as IconListHoz, index_liquid_IconListItem as IconListItem, IconListIHozItemLiquid as IconListItemHoz, IconListV2$1 as IconListV2, Image$1 as Image, ImageComparison$1 as ImageComparison, index_liquid_InfiniteOptions as InfiniteOptions, index_liquid_Instafeed as Instafeed, index_liquid_InstasellShoppableInstagram as InstasellShoppableInstagram, index_liquid_JudgemeReviews as JudgemeReviews, index_liquid_JunipProductReviewsUgc as JunipProductReviewsUgc, index_liquid_KachingBundles as KachingBundles, index_liquid_KachingSubscriptionsApp as KachingSubscriptionsApp, index_liquid_KingProductOptions as KingProductOptions, index_liquid_KiteFreeGiftDiscount as KiteFreeGiftDiscount, index_liquid_KlarnaMessaging as KlarnaMessaging, index_liquid_Klaviyo as Klaviyo, index_liquid_KoalaBundleQuantityDiscount as KoalaBundleQuantityDiscount, index_liquid_LaiProductReviews as LaiProductReviews, index_liquid_Line as Line, index_liquid_LoloyalLoyaltyReferrals as LoloyalLoyaltyReferrals, index_liquid_LoopSubscriptions as LoopSubscriptions, index_liquid_LooxReviews as LooxReviews, index_liquid_Marquee as Marquee, index_liquid_MarqueeItem as MarqueeItem, index_liquid_MaxbundleProductBundles as MaxbundleProductBundles, index_liquid_MbcBundleVolumeDiscount as MbcBundleVolumeDiscount, index_liquid_MyappgurusProductReviews as MyappgurusProductReviews, Newsletter$1 as Newsletter, index_liquid_NotifyBackInStockPreOrder as NotifyBackInStockPreOrder, index_liquid_OkendoReviewsLoyalty as OkendoReviewsLoyalty, index_liquid_Omnisend as Omnisend, index_liquid_Opinew as Opinew, index_liquid_ParcelPanel as ParcelPanel, index_liquid_PickyStory as PickyStory, index_liquid_PowerfulContactFormBuilder as PowerfulContactFormBuilder, index_liquid_PreorderNowPreOrderPq as PreorderNowPreOrderPq, index_liquid_PreorderNowWodPresale as PreorderNowWodPresale, index_liquid_Product as Product, ProductBadge$1 as ProductBadge, index_liquid_ProductBundleDiscount as ProductBundleDiscount, index_liquid_ProductBundleDiscountItem as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductDescription$1 as ProductDescription, ProductImages$2 as ProductImages, ProductImages$1 as ProductImagesV2, ProductImages as ProductImagesV3, index_liquid_ProductList as ProductList, ProductList$1 as ProductListV3, index_liquid_ProductOptionsCustomizer as ProductOptionsCustomizer, index_liquid_ProductOptionsVariantOption as ProductOptionsVariantOption, index_liquid_ProductPrice as ProductPrice, ProductProperties$1 as ProductProperties, index_liquid_ProductQuantity as ProductQuantity, index_liquid_ProductReviews as ProductReviews, index_liquid_ProductSku as ProductSku, ProductTag$1 as ProductTag, index_liquid_ProductTitle as ProductTitle, index_liquid_ProductVariants as ProductVariants, index_liquid_ProductVendor as ProductVendor, ProductViewMore$1 as ProductViewMore, index_liquid_PumperBundlesVolumeDiscount as PumperBundlesVolumeDiscount, index_liquid_PushOwl as PushOwl, index_liquid_QikifyUpsell as QikifyUpsell, index_liquid_RapiBundleQuantityBreaks as RapiBundleQuantityBreaks, index_liquid_RechargeSubscriptions as RechargeSubscriptions, index_liquid_RecurpaySubscriptionApp as RecurpaySubscriptionApp, index_liquid_Releasit as Releasit, index_liquid_RequestQuoteHidePrice as RequestQuoteHidePrice, index_liquid_ReviewxpoProductReviewsApp as ReviewxpoProductReviewsApp, index_liquid_Rivyo as Rivyo, index_liquid_Root as Root, Row$1 as Row, index_liquid_Ryviu as Ryviu, index_liquid_SealSubscriptions as SealSubscriptions, Section$1 as Section, index_liquid_SegunoEmailMarketing as SegunoEmailMarketing, index_liquid_Selleasy as Selleasy, index_liquid_SeoantTrustBadgesIcon as SeoantTrustBadgesIcon, index_liquid_ShopPayButton as ShopPayButton, index_liquid_ShopPayInstallments as ShopPayInstallments, index_liquid_ShopifyForms as ShopifyForms, index_liquid_ShopifySubscriptions as ShopifySubscriptions, index_liquid_SimpleBundlesKits as SimpleBundlesKits, index_liquid_SkioSubscriptionsYcS20 as SkioSubscriptionsYcS20, index_liquid_SmartSearchBarAndFilters as SmartSearchBarAndFilters, index_liquid_SproutPlantTreesGrowSales as SproutPlantTreesGrowSales, index_liquid_Stamped as Stamped, index_liquid_StellarDeliveryDatePickup as StellarDeliveryDatePickup, Sticky$1 as Sticky, StockCounter$1 as StockCounter, index_liquid_SubifySubscriptionsApp as SubifySubscriptionsApp, SubmitButton$1 as SubmitButton, index_liquid_TabItem as TabItem, Tabs$1 as Tabs, index_liquid_TagembedSocialPostReview as TagembedSocialPostReview, index_liquid_TagshopShoppableVideosUgc as TagshopShoppableVideosUgc, index_liquid_TeeinblueProductPersonalizer as TeeinblueProductPersonalizer, Text$1 as Text, TextField$1 as TextField, TextInput$1 as TextInput, index_liquid_ThirdPartySlot as ThirdPartySlot, index_liquid_TrustBadgesBear as TrustBadgesBear, index_liquid_TrustMe as TrustMe, index_liquid_TrustedsiteTrustBadges as TrustedsiteTrustBadges, index_liquid_Trustoo as Trustoo, index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews, index_liquid_TrustshopProductReviews as TrustshopProductReviews, index_liquid_UltimateSalesBoost as UltimateSalesBoost, index_liquid_UnlimitedBundlesDiscounts as UnlimitedBundlesDiscounts, index_liquid_UppromoteAffiliateMarketing as UppromoteAffiliateMarketing, Video$1 as Video, index_liquid_Vitals as Vitals, index_liquid_WhatmoreShoppableVideosreel as WhatmoreShoppableVideosreel, index_liquid_WideBundle as WideBundle, index_liquid_Wiser as Wiser, index_liquid_WishlistKing as WishlistKing, index_liquid_WishlistPlus as WishlistPlus, index_liquid_YotpoReviews as YotpoReviews, config as videoSetting };
7292
7292
  }
7293
7293
 
7294
7294
  declare const _default$2: {
@@ -8107,6 +8107,7 @@ declare const EstimateDate: TranslateObject<EstimateDateTranslateKeys>;
8107
8107
  declare const HeroBanner: TranslateObject<HeroBannerTranslateKeys>;
8108
8108
 
8109
8109
  declare const Row: TranslateObject<RowTranslateKeys>;
8110
+ declare const Section: TranslateObject<RowTranslateKeys>;
8110
8111
 
8111
8112
  declare const Video: TranslateObject<VideoTranslateKeys>;
8112
8113
 
@@ -8161,6 +8162,7 @@ declare const translate_ProductProperties: typeof ProductProperties;
8161
8162
  declare const translate_ProductTag: typeof ProductTag;
8162
8163
  declare const translate_ProductViewMore: typeof ProductViewMore;
8163
8164
  declare const translate_Row: typeof Row;
8165
+ declare const translate_Section: typeof Section;
8164
8166
  declare const translate_Sticky: typeof Sticky;
8165
8167
  declare const translate_StockCounter: typeof StockCounter;
8166
8168
  declare const translate_SubmitButton: typeof SubmitButton;
@@ -8170,7 +8172,9 @@ declare const translate_TextField: typeof TextField;
8170
8172
  declare const translate_TextInput: typeof TextInput;
8171
8173
  declare const translate_Video: typeof Video;
8172
8174
  declare namespace translate {
8173
- 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 };
8175
+ 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_Section as Section, 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 };
8174
8176
  }
8175
8177
 
8176
- 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, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, type GrowthSuiteDiscountCodesProps, 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 };
8178
+ declare const TAGS_WITH_REPLACE_LINK_DATA: string[];
8179
+
8180
+ 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, GrowthSuiteDiscountCodes$1 as GrowthSuiteDiscountCodes, type GrowthSuiteDiscountCodesProps, 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$2 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, TAGS_WITH_REPLACE_LINK_DATA, 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.73",
3
+ "version": "12.0.0-dev.75",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,7 +26,7 @@
26
26
  "i18n:extract": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/translate/extract-texts-to-locales.js && node ./scripts/translate/en-keys-usage.js"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "12.0.0-dev.71",
29
+ "@gem-sdk/core": "12.0.0-dev.74",
30
30
  "@gem-sdk/styles": "12.0.0-dev.71",
31
31
  "@gem-sdk/system": "12.0.0-dev.53",
32
32
  "@types/react-transition-group": "^4.4.12",