@gem-sdk/components 3.1.0-staging.1147 → 3.1.0-staging.1148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/dist/cjs/button/common/helpers.js +1 -1
  2. package/dist/cjs/helpers.js +1 -1
  3. package/dist/cjs/index.js +1 -1
  4. package/dist/cjs/product/components/product-images/ProductFeaturedImage.liquid.js +1 -1
  5. package/dist/cjs/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  6. package/dist/cjs/product/components/product-images/ProductGalleryGrid.liquid.js +1 -1
  7. package/dist/cjs/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +2 -2
  8. package/dist/cjs/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  9. package/dist/cjs/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +3 -3
  10. package/dist/esm/button/common/helpers.js +1 -1
  11. package/dist/esm/helpers.js +1 -1
  12. package/dist/esm/index.js +1 -1
  13. package/dist/esm/product/components/product-images/ProductFeaturedImage.liquid.js +1 -1
  14. package/dist/esm/product/components/product-images/ProductGalleryCarousel.liquid.js +1 -1
  15. package/dist/esm/product/components/product-images/ProductGalleryGrid.liquid.js +1 -1
  16. package/dist/esm/product/components/product-images-v2/components/feature-gallery/FeatureImageWithGallery.liquid.js +8 -8
  17. package/dist/esm/product/components/product-images-v2/components/gallery-carousel/GalleryCarousel.liquid.js +1 -1
  18. package/dist/esm/product/components/product-images-v2/components/gallery-grid/GalleryGrid.liquid.js +8 -8
  19. package/dist/types/index.d.ts +2 -1
  20. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),Link=require("../../link/components/Link.js"),constant=require("../../constant.js"),styles=require("./styles.js");const getCleanedStyles=(e,t)=>{if(!t)return e;let l={...e},a=["hover","focus"];return a.forEach(e=>{delete l?.backgroundColorV2?.[e]}),l},handleGetLabelToDisplay=({label:e,styles:t,translate:l,pageContext:a,isUseTranslatedValue:s,builderProps:r,isLiquid:o=!1})=>{let n=s?helpers.getDynamicSourceLocales({translate:l,val:e,pageContext:a,settingId:l??"label",uid:r?.uidTranslate??r?.uid,isCapitalize:t?.typo?.attrs?.transform==="capitalize"}):e;return o?n?.toString()??"":core.convertHTML(e)},checkIsShowIcon=(e,t)=>!!e&&t,handleCheckIsShowLabel=(e,t)=>!!e||!t,handleCheckIsEditableLabel=({mode:e,options:t,isLiquid:l=!1})=>l?!t?.isCannotEditing:"edit"===e&&!t?.isCannotEditing,checkIsScrollToElement=e=>!!e?.link?.startsWith("#")&&("_self"===e.target||"scroll-to"===e.type),getSplitStyles=e=>core.splitStyle(["pos","top","left","bottom","right","z"],e),getDataState=e=>e?"loading":"idle",getDataId=(e,t,l)=>e??(t||l)??"",handleGetArialLabel=({label:e,isLiquid:t=!1})=>t?e?.toString().replaceAll("'","'").replaceAll('"',"'")??"":e?.toString()??"",getInsertLinkData=({setting:e,htmlType:t,defaultTag:l,enableBtnLink:a,isLiquid:s=!1,pageType:r})=>{let o=["product.url"],n=["#","mailto:","tel:"],i=e?.link??"",c="/"===i,p=e?.link!==void 0&&""!==e.link,h=new RegExp(/^https?:\/\//i),g=p&&h.test(i);p&&i.toLowerCase().startsWith("mailto:")&&i.includes("+")&&(i=helpers.normalizeMailto(i));let d=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),u=p&&!h.test(i)&&d.test(i),I=()=>{if(o.find(e=>i.includes(e)))return!0;let t=n.find(e=>i.startsWith(e));return!(!t||helpers.checkIsScrollToTop(e)||"STATIC"===r&&helpers.checkIsOpenPopup(e))},S=helpers.isLinkedToSalesPage(e?.type),k=!!a&&(g||u||I()||c||S),L=i;s&&(u||c)&&(L=e?.isTranslate?"$locationOrigin"+i:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+i);let b=k?s?"a":Link.default:l,y={href:L,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},C=k?y:p?{...y,type:t}:{type:t};return S&&(C={href:constant.HREF_TO_SALES_PAGE,target:"_self"}),{HTMLTag:b,urlData:C,shouldRenderLink:k}},getData=e=>{let{style:t,dataId:l,pageContext:a,styles:s={},setting:r={},builderProps:o,builderAttrs:n,isUseTranslatedValue:i=!0}=e,{label:c,iconSvg:p,btnLink:h,loading:g,options:d,disabled:u,translate:I,iconVisible:S,shouldClearSpace:k}=r,[L,b]=getSplitStyles(t),y=getCleanedStyles(s,u),C=styles.getCustomCssStyles({styles:s,uid:o?.uid,builderAttrs:n,enableHoverEffect:r.enableHoverEffect??!0}),D=getDataState(g),f=getDataId(o?.uidInteraction,l,o?.uid),w=e=>{let{isLiquid:t}=e??{};return handleGetArialLabel({label:c,isLiquid:t})},T=e=>{let{isLiquid:t}=e??{};return handleGetLabelToDisplay({label:c,builderProps:o,styles:y,isLiquid:t,...t&&{translate:I},...t&&{pageContext:a},...t&&{isUseTranslatedValue:i}})},x=e=>{let{isLiquid:t}=e??{},l=T({isLiquid:t});return handleCheckIsShowLabel(l,k)},E=e=>{let{isLiquid:t,mode:l}=e??{};return handleCheckIsEditableLabel({options:d,isLiquid:t,...!t&&l&&{mode:l}})},m=checkIsShowIcon(p,S),A=checkIsScrollToElement(h);return{customCss:C,wrapStyle:L,restStyle:b,dataState:D,dataIdAttr:f,isShowIcon:m,isScrollToElement:A,getArialLabel:w,getLabelToDisplay:T,checkIsShowLabel:x,checkIsEditableLabel:E}},LOADING_INDICATOR=`
1
+ "use strict";var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),Link=require("../../link/components/Link.js"),constant=require("../../constant.js"),styles=require("./styles.js");const getCleanedStyles=(e,t)=>{if(!t)return e;let l={...e},a=["hover","focus"];return a.forEach(e=>{delete l?.backgroundColorV2?.[e]}),l},handleGetLabelToDisplay=({label:e,styles:t,translate:l,pageContext:a,isUseTranslatedValue:s,builderProps:r,isLiquid:o=!1})=>{let n=s?helpers.getDynamicSourceLocales({translate:l,val:e,pageContext:a,settingId:l??"label",uid:r?.uidTranslate??r?.uid,isCapitalize:t?.typo?.attrs?.transform==="capitalize"}):e;return o?n?.toString()??"":core.convertHTML(e)},checkIsShowIcon=(e,t)=>!!e&&t,handleCheckIsShowLabel=(e,t)=>!!e||!t,handleCheckIsEditableLabel=({mode:e,options:t,isLiquid:l=!1})=>l?!t?.isCannotEditing:"edit"===e&&!t?.isCannotEditing,checkIsScrollToElement=e=>!!e?.link?.startsWith("#")&&("_self"===e.target||"scroll-to"===e.type),getSplitStyles=e=>core.splitStyle(["pos","top","left","bottom","right","z"],e),getDataState=e=>e?"loading":"idle",getDataId=(e,t,l)=>e??(t||l)??"",handleGetArialLabel=({label:e,isLiquid:t=!1})=>t?e?.toString().replaceAll("'","'").replaceAll('"',"'")??"":e?.toString()??"",getInsertLinkData=({setting:e,htmlType:t,defaultTag:l,enableBtnLink:a,isLiquid:s=!1,pageType:r})=>{let o=["product.url"],n=["#","mailto:","tel:"],i=e?.link??"",c="/"===i,p=e?.link!==void 0&&""!==e.link,h=new RegExp(/^https?:\/\//i),d=p&&h.test(i);p&&i.toLowerCase().startsWith("mailto:")&&i.includes("+")&&(i=helpers.normalizeMailto(i));let g=p&&!h.test(i)&&helpers.REGEX_PAGE_TYPE.test(i),u=()=>{if(o.find(e=>i.includes(e)))return!0;let t=n.find(e=>i.startsWith(e));return!(!t||helpers.checkIsScrollToTop(e)||"STATIC"===r&&helpers.checkIsOpenPopup(e))},I=helpers.isLinkedToSalesPage(e?.type),S=!!a&&(d||g||u()||c||I),k=i;s&&(g||c)&&(k=e?.isTranslate?"$locationOrigin"+i:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+i);let L=S?s?"a":Link.default:l,y={href:k,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},b=S?y:p?{...y,type:t}:{type:t};return I&&(b={href:constant.HREF_TO_SALES_PAGE,target:"_self"}),{HTMLTag:L,urlData:b,shouldRenderLink:S}},getData=e=>{let{style:t,dataId:l,pageContext:a,styles:s={},setting:r={},builderProps:o,builderAttrs:n,isUseTranslatedValue:i=!0}=e,{label:c,iconSvg:p,btnLink:h,loading:d,options:g,disabled:u,translate:I,iconVisible:S,shouldClearSpace:k}=r,[L,y]=getSplitStyles(t),b=getCleanedStyles(s,u),C=styles.getCustomCssStyles({styles:s,uid:o?.uid,builderAttrs:n,enableHoverEffect:r.enableHoverEffect??!0}),D=getDataState(d),E=getDataId(o?.uidInteraction,l,o?.uid),T=e=>{let{isLiquid:t}=e??{};return handleGetArialLabel({label:c,isLiquid:t})},f=e=>{let{isLiquid:t}=e??{};return handleGetLabelToDisplay({label:c,builderProps:o,styles:b,isLiquid:t,...t&&{translate:I},...t&&{pageContext:a},...t&&{isUseTranslatedValue:i}})},w=e=>{let{isLiquid:t}=e??{},l=f({isLiquid:t});return handleCheckIsShowLabel(l,k)},x=e=>{let{isLiquid:t,mode:l}=e??{};return handleCheckIsEditableLabel({options:g,isLiquid:t,...!t&&l&&{mode:l}})},A=checkIsShowIcon(p,S),m=checkIsScrollToElement(h);return{customCss:C,wrapStyle:L,restStyle:y,dataState:D,dataIdAttr:E,isShowIcon:A,isScrollToElement:m,getArialLabel:T,getLabelToDisplay:f,checkIsShowLabel:w,checkIsEditableLabel:x}},LOADING_INDICATOR=`
2
2
  <svg
3
3
  class="gp-invisible gp-absolute gp-h-5 gp-w-5 group-data-[state=loading]:gp-animate-spin group-data-[state=loading]:gp-visible"
4
4
  xmlns="http://www.w3.org/2000/svg"
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),Link=require("./link/components/Link.js");const 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),l=t?255&i:void 0;return 0===l||!!l},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:l,isCapitalize:n,defaultVal:o="",translate:s,isReplaceLocationOrigin:a,isReplaceMaxSize:c,isReplaceInventoryQuantity:p})=>{let g=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),u=l?.isTranslateWithLocale?1e3:5e3;if(!s||!e?.toString().trim()||e.toString().length>u||g||l?.isPreviewing)return e??o;let h=`g${t}_${r}`,f=`section.settings.${h}`;return(l?.isTranslateWithLocale&&(f=`'sections.${l.sectionName}.${h}_html' | t`),a&&(f+=" | replace: '$locationOrigin', locationOrigin"),c&&(f+=" | replace: '$max_size', '10MB'"),p&&(f+=" | replace: '<$quantity$>', inventory_quantity | replace: '&lt;$quantity$&gt;', inventory_quantity"),n&&(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}const getInsertLinkData=(e,t,r)=>{let i=["#","mailto:","tel:"],l=["product.url"],n=t?.link!==void 0&&""!==t.link,o=t?.link??"",s="/"===o,a=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),c=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),p=n&&!a.test(o)&&c.test(o),g=n&&a.test(o);(p||s)&&(o=t?.isTranslate?"$locationOrigin"+o:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+o),g&&(o=getHttpUrl(o)),n&&o.toLowerCase().startsWith("mailto:")&&o.includes("+")&&(o=normalizeMailto(o));let u=()=>!!(i.find(e=>o.startsWith(e))||l.find(e=>o.includes(e))),h=g||p||u()||s||isLinkedToSalesPage(t?.type),f=h?"a":e,k={href:o,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},m=h?k:n?{...k,type:r}:{type:r};return{Wrap:f,urlData:m,shouldRenderLink:h}},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:l=!1})=>{let n=["product.url"],o=["#","mailto:","tel:"],s=e?.link??"",a="/"===s,c=e?.link!==void 0&&""!==e.link,p=new RegExp(/^https?:\/\//i),g=c&&p.test(s),u=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),h=c&&!p.test(s)&&u.test(s);c&&s.toLowerCase().startsWith("mailto:")&&s.includes("+")&&(s=normalizeMailto(s));let f=()=>!!(n.find(e=>s.includes(e))||o.find(e=>s.startsWith(e))),k=l&&(g||h||f()||a||isLinkedToSalesPage(e?.type)),m=s;i&&(h||a)&&(m=e?.isTranslate?"$locationOrigin"+s:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+s);let y=k?i?"a":Link.default:r,d={href:m,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},x=k?d:c?{...d,type:t}:{type:t};return{Wrapper:y,urlData:x,shouldRenderLink:k}},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,l=e.toString();for(;null!==(r=i.exec(l));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});l=l.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return l}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,l=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[l]??""),l++);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})}};exports.checkIsOpenPopup=checkIsOpenPopup,exports.checkIsScrollToTop=checkIsScrollToTop,exports.convertUnitToNumber=convertUnitToNumber,exports.filterTruthyObject=filterTruthyObject,exports.filterTruthyStyles=filterTruthyStyles,exports.getAllHrefFromString=getAllHrefFromString,exports.getDisplayStyle=getDisplayStyle,exports.getDynamicSourceLocales=getDynamicSourceLocales,exports.getInsertLinkData=getInsertLinkData,exports.getLinkArticle=getLinkArticle,exports.getLinkData=getLinkData,exports.getSettingPreloadData=getSettingPreloadData,exports.getStaticLocale=getStaticLocale,exports.handleClickLink=handleClickLink,exports.isEmptyObject=isEmptyObject,exports.isHexTransparent=isHexTransparent,exports.isLinkedToSalesPage=isLinkedToSalesPage,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");const REGEX_PAGE_TYPE=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart|policies)\/?/i),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),l=t?255&i:void 0;return 0===l||!!l},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:l,isCapitalize:n,defaultVal:o="",translate:s,isReplaceLocationOrigin:a,isReplaceMaxSize:c,isReplaceInventoryQuantity:p})=>{let g=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),u=l?.isTranslateWithLocale?1e3:5e3;if(!s||!e?.toString().trim()||e.toString().length>u||g||l?.isPreviewing)return e??o;let h=`g${t}_${r}`,f=`section.settings.${h}`;return(l?.isTranslateWithLocale&&(f=`'sections.${l.sectionName}.${h}_html' | t`),a&&(f+=" | replace: '$locationOrigin', locationOrigin"),c&&(f+=" | replace: '$max_size', '10MB'"),p&&(f+=" | replace: '<$quantity$>', inventory_quantity | replace: '&lt;$quantity$&gt;', inventory_quantity"),n&&(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}const getInsertLinkData=(e,t,r)=>{let i=["#","mailto:","tel:"],l=["product.url"],n=t?.link!==void 0&&""!==t.link,o=t?.link??"",s="/"===o,a=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),c=n&&!a.test(o)&&REGEX_PAGE_TYPE.test(o),p=n&&a.test(o);(c||s)&&(o=t?.isTranslate?"$locationOrigin"+o:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+o),p&&(o=getHttpUrl(o)),n&&o.toLowerCase().startsWith("mailto:")&&o.includes("+")&&(o=normalizeMailto(o));let g=()=>!!(i.find(e=>o.startsWith(e))||l.find(e=>o.includes(e))),u=p||c||g()||s||isLinkedToSalesPage(t?.type),h=u?"a":e,f={href:o,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},k=u?f:n?{...f,type:r}:{type:r};return{Wrap:h,urlData:k,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:i=!1,enableImageLink:l=!1})=>{let n=["product.url"],o=["#","mailto:","tel:"],s=e?.link??"",a="/"===s,c=e?.link!==void 0&&""!==e.link,p=new RegExp(/^https?:\/\//i),g=c&&p.test(s),u=c&&!p.test(s)&&REGEX_PAGE_TYPE.test(s);c&&s.toLowerCase().startsWith("mailto:")&&s.includes("+")&&(s=normalizeMailto(s));let h=()=>!!(n.find(e=>s.includes(e))||o.find(e=>s.startsWith(e))),f=l&&(g||u||h()||a||isLinkedToSalesPage(e?.type)),k=s;i&&(u||a)&&(k=e?.isTranslate?"$locationOrigin"+s:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+s);let m=f?i?"a":Link.default:r,y={href:k,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},T=f?y:c?{...y,type:t}:{type:t};return{Wrapper:m,urlData:T,shouldRenderLink:f}},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,l=e.toString();for(;null!==(r=i.exec(l));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});l=l.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return l}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,l=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[l]??""),l++);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})}};exports.REGEX_PAGE_TYPE=REGEX_PAGE_TYPE,exports.checkIsOpenPopup=checkIsOpenPopup,exports.checkIsScrollToTop=checkIsScrollToTop,exports.convertUnitToNumber=convertUnitToNumber,exports.filterTruthyObject=filterTruthyObject,exports.filterTruthyStyles=filterTruthyStyles,exports.getAllHrefFromString=getAllHrefFromString,exports.getDisplayStyle=getDisplayStyle,exports.getDynamicSourceLocales=getDynamicSourceLocales,exports.getInsertLinkData=getInsertLinkData,exports.getLinkArticle=getLinkArticle,exports.getLinkData=getLinkData,exports.getSettingPreloadData=getSettingPreloadData,exports.getStaticLocale=getStaticLocale,exports.handleClickLink=handleClickLink,exports.isEmptyObject=isEmptyObject,exports.isHexTransparent=isHexTransparent,exports.isLinkedToSalesPage=isLinkedToSalesPage,exports.isTransparentColor=isTransparentColor,exports.isTransparentRGBA=isTransparentRGBA,exports.normalizeMailto=normalizeMailto,exports.replaceAllHrefFromString=replaceAllHrefFromString,exports.replaceLinkData=replaceLinkData,exports.youtubeShortsRegex=youtubeShortsRegex;
package/dist/cjs/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var index=require("./accordion/index.js"),index$1=require("./article/index.js"),index$2=require("./hero-banner/index.js"),index$3=require("./breadcrumb/index.js"),index$4=require("./button/index.js"),index$5=require("./carousel/index.js"),index$6=require("./cart/index.js"),index$7=require("./code/index.js"),index$8=require("./collection/index.js"),index$9=require("./countdown-timer/index.js"),index$a=require("./coupon/index.js"),index$b=require("./dialog/index.js"),index$c=require("./estimate-delivery/index.js"),index$d=require("./grid/index.js"),index$e=require("./form/index.js"),index$h=require("./header/index.js"),index$i=require("./heading/index.js"),index$j=require("./icon/index.js"),index$k=require("./icon-list/index.js"),index$l=require("./icon-list-hoz/index.js"),index$m=require("./icon-list-v2/index.js"),index$n=require("./image/index.js"),index$o=require("./image-comparison/index.js"),index$p=require("./image-detection/index.js"),index$q=require("./input/index.js"),index$r=require("./line/index.js"),index$s=require("./link/index.js"),index$t=require("./marquee/index.js"),index$u=require("./menu/index.js"),index$v=require("./modal/index.js"),useNotification=require("./notification/hooks/useNotification.js"),Notice=require("./notification/components/Notice.js"),index$w=require("./pagination/index.js"),index$x=require("./post-purchase/advanced-list/index.js"),index$y=require("./post-purchase/button/index.js"),index$z=require("./post-purchase/callout-banner/index.js"),index$A=require("./post-purchase/countdown-timer/index.js"),index$B=require("./post-purchase/image/index.js"),index$C=require("./post-purchase/line/index.js"),index$D=require("./post-purchase/link/index.js"),index$E=require("./post-purchase/text/index.js"),index$G=require("./post-purchase/product/index.js"),index$H=require("./product/index.js"),index$I=require("./radio/index.js"),index$J=require("./select/index.js"),index$K=require("./tab/index.js"),index$L=require("./text/index.js"),index$M=require("./textarea/index.js"),index$N=require("./video/index.js"),index$O=require("./third-party/index.js"),index$P=require("./third-party-instant/index.js"),index$Q=require("./stock-counter/index.js"),index$R=require("./third-party-slot/index.js"),index$S=require("./shop-pay-installment/index.js"),index$T=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"),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/components/root/Carousel.js"),CarouselItem=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$f=require("./header/components/kind/basic/index.js"),index$g=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$F=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"),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"),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"),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"),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.carouselSetting=index$5.carouselSetting,exports.cartSetting=index$6.cartSetting,exports.codeSetting=index$7.codeSetting,exports.collectionSetting=index$8.collectionSetting,exports.countdownSetting=index$9.countdownSetting,exports.couponSetting=index$a.couponSetting,exports.dialogSetting=index$b.dialogSetting,exports.estimateDeliverySetting=index$c.estimateDeliverySetting,exports.gridSetting=index$d.gridSetting,exports.contactFormSetting=index$e.contactFormSetting,exports.headerSetting=index$h.headerSetting,exports.headingSetting=index$i.headingSetting,exports.iconSetting=index$j.iconSetting,exports.iconListSetting=index$k.iconListSetting,exports.iconListHozSetting=index$l.iconListHozSetting,exports.iconListSettingV2=index$m.iconListSettingV2,exports.imageSetting=index$n.imageSetting,exports.imageComparisonSetting=index$o.imageComparisonSetting,exports.imageDetectionSetting=index$p.imageDetectionSetting,exports.inputSetting=index$q.inputSetting,exports.lineSetting=index$r.lineSetting,exports.linkSetting=index$s.linkSetting,exports.marqueeSetting=index$t.marqueeSetting,exports.menuSetting=index$u.menuSetting,exports.modalSetting=index$v.modalSetting,exports.useNotification=useNotification.default,exports.Notice=Notice.default,exports.paginationSetting=index$w.paginationSetting,exports.postPurchaseAdvancedListSetting=index$x.postPurchaseAdvancedListSetting,exports.postPurchaseButtonSetting=index$y.postPurchaseButtonSetting,exports.postPurchaseCalloutBoxSetting=index$z.postPurchaseCalloutBoxSetting,exports.postPurchaseCountdownTimerSetting=index$A.postPurchaseCountdownTimerSetting,exports.postPurchaseImageSetting=index$B.postPurchaseImageSetting,exports.postPurchaseLineSetting=index$C.postPurchaseLineSetting,exports.postPurchaseLinkSetting=index$D.postPurchaseLinkSetting,exports.PostPurchaseHeading=index$E.PostPurchaseHeading,exports.postPurchaseTextSetting=index$E.postPurchaseTextSetting,exports.postPurchaseProductSetting=index$G.postPurchaseProductSetting,exports.productSetting=index$H.productSetting,exports.radioSetting=index$I.radioSetting,exports.selectSetting=index$J.selectSetting,exports.tabSetting=index$K.tabSetting,exports.textSetting=index$L.textSetting,exports.textareaSetting=index$M.textareaSetting,exports.videoSetting=index$N.videoSetting,exports.thirdPartySetting=index$O.thirdPartySetting,exports.thirdPartyInstantSetting=index$P.thirdPartyInstantSetting,exports.stockCounterSetting=index$Q.stockCounterSetting,exports.thirdPartySlotSetting=index$R.thirdPartySlotSetting,exports.shopPayInstallmentSetting=index$S.shopPayInstallmentSetting,exports.stickySetting=index$T.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.checkIsOpenPopup=helpers.checkIsOpenPopup,exports.checkIsScrollToTop=helpers.checkIsScrollToTop,exports.convertUnitToNumber=helpers.convertUnitToNumber,exports.filterTruthyObject=helpers.filterTruthyObject,exports.filterTruthyStyles=helpers.filterTruthyStyles,exports.getAllHrefFromString=helpers.getAllHrefFromString,exports.getDisplayStyle=helpers.getDisplayStyle,exports.getDynamicSourceLocales=helpers.getDynamicSourceLocales,exports.getInsertLinkData=helpers.getInsertLinkData,exports.getLinkArticle=helpers.getLinkArticle,exports.getLinkData=helpers.getLinkData,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.isTransparentColor=helpers.isTransparentColor,exports.isTransparentRGBA=helpers.isTransparentRGBA,exports.normalizeMailto=helpers.normalizeMailto,exports.replaceAllHrefFromString=helpers.replaceAllHrefFromString,exports.replaceLinkData=helpers.replaceLinkData,exports.youtubeShortsRegex=helpers.youtubeShortsRegex,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.Carousel=Carousel.default,exports.CarouselItem=CarouselItem.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$f.default,exports.ModernHeader=index$g.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$F.default,exports.postPurchaseProduct1Col=product1Col.postPurchaseProduct1Col,exports.postPurchaseProduct2Col=product2Col.postPurchaseProduct2Col,exports.postPurchaseProductDefault=productDefault.postPurchaseProductDefault,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.ProductPropertyInput=ProductProperties.default,exports.ProductQuickView=QuickView.default,exports.ProductTag=ProductDiscountTag$1.default,exports.ProductList=ProductList.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.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/index.js"),index$6=require("./cart/index.js"),index$7=require("./code/index.js"),index$8=require("./collection/index.js"),index$9=require("./countdown-timer/index.js"),index$a=require("./coupon/index.js"),index$b=require("./dialog/index.js"),index$c=require("./estimate-delivery/index.js"),index$d=require("./grid/index.js"),index$e=require("./form/index.js"),index$h=require("./header/index.js"),index$i=require("./heading/index.js"),index$j=require("./icon/index.js"),index$k=require("./icon-list/index.js"),index$l=require("./icon-list-hoz/index.js"),index$m=require("./icon-list-v2/index.js"),index$n=require("./image/index.js"),index$o=require("./image-comparison/index.js"),index$p=require("./image-detection/index.js"),index$q=require("./input/index.js"),index$r=require("./line/index.js"),index$s=require("./link/index.js"),index$t=require("./marquee/index.js"),index$u=require("./menu/index.js"),index$v=require("./modal/index.js"),useNotification=require("./notification/hooks/useNotification.js"),Notice=require("./notification/components/Notice.js"),index$w=require("./pagination/index.js"),index$x=require("./post-purchase/advanced-list/index.js"),index$y=require("./post-purchase/button/index.js"),index$z=require("./post-purchase/callout-banner/index.js"),index$A=require("./post-purchase/countdown-timer/index.js"),index$B=require("./post-purchase/image/index.js"),index$C=require("./post-purchase/line/index.js"),index$D=require("./post-purchase/link/index.js"),index$E=require("./post-purchase/text/index.js"),index$G=require("./post-purchase/product/index.js"),index$H=require("./product/index.js"),index$I=require("./radio/index.js"),index$J=require("./select/index.js"),index$K=require("./tab/index.js"),index$L=require("./text/index.js"),index$M=require("./textarea/index.js"),index$N=require("./video/index.js"),index$O=require("./third-party/index.js"),index$P=require("./third-party-instant/index.js"),index$Q=require("./stock-counter/index.js"),index$R=require("./third-party-slot/index.js"),index$S=require("./shop-pay-installment/index.js"),index$T=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"),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/components/root/Carousel.js"),CarouselItem=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$f=require("./header/components/kind/basic/index.js"),index$g=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$F=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"),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"),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"),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"),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.carouselSetting=index$5.carouselSetting,exports.cartSetting=index$6.cartSetting,exports.codeSetting=index$7.codeSetting,exports.collectionSetting=index$8.collectionSetting,exports.countdownSetting=index$9.countdownSetting,exports.couponSetting=index$a.couponSetting,exports.dialogSetting=index$b.dialogSetting,exports.estimateDeliverySetting=index$c.estimateDeliverySetting,exports.gridSetting=index$d.gridSetting,exports.contactFormSetting=index$e.contactFormSetting,exports.headerSetting=index$h.headerSetting,exports.headingSetting=index$i.headingSetting,exports.iconSetting=index$j.iconSetting,exports.iconListSetting=index$k.iconListSetting,exports.iconListHozSetting=index$l.iconListHozSetting,exports.iconListSettingV2=index$m.iconListSettingV2,exports.imageSetting=index$n.imageSetting,exports.imageComparisonSetting=index$o.imageComparisonSetting,exports.imageDetectionSetting=index$p.imageDetectionSetting,exports.inputSetting=index$q.inputSetting,exports.lineSetting=index$r.lineSetting,exports.linkSetting=index$s.linkSetting,exports.marqueeSetting=index$t.marqueeSetting,exports.menuSetting=index$u.menuSetting,exports.modalSetting=index$v.modalSetting,exports.useNotification=useNotification.default,exports.Notice=Notice.default,exports.paginationSetting=index$w.paginationSetting,exports.postPurchaseAdvancedListSetting=index$x.postPurchaseAdvancedListSetting,exports.postPurchaseButtonSetting=index$y.postPurchaseButtonSetting,exports.postPurchaseCalloutBoxSetting=index$z.postPurchaseCalloutBoxSetting,exports.postPurchaseCountdownTimerSetting=index$A.postPurchaseCountdownTimerSetting,exports.postPurchaseImageSetting=index$B.postPurchaseImageSetting,exports.postPurchaseLineSetting=index$C.postPurchaseLineSetting,exports.postPurchaseLinkSetting=index$D.postPurchaseLinkSetting,exports.PostPurchaseHeading=index$E.PostPurchaseHeading,exports.postPurchaseTextSetting=index$E.postPurchaseTextSetting,exports.postPurchaseProductSetting=index$G.postPurchaseProductSetting,exports.productSetting=index$H.productSetting,exports.radioSetting=index$I.radioSetting,exports.selectSetting=index$J.selectSetting,exports.tabSetting=index$K.tabSetting,exports.textSetting=index$L.textSetting,exports.textareaSetting=index$M.textareaSetting,exports.videoSetting=index$N.videoSetting,exports.thirdPartySetting=index$O.thirdPartySetting,exports.thirdPartyInstantSetting=index$P.thirdPartyInstantSetting,exports.stockCounterSetting=index$Q.stockCounterSetting,exports.thirdPartySlotSetting=index$R.thirdPartySlotSetting,exports.shopPayInstallmentSetting=index$S.shopPayInstallmentSetting,exports.stickySetting=index$T.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.filterTruthyObject=helpers.filterTruthyObject,exports.filterTruthyStyles=helpers.filterTruthyStyles,exports.getAllHrefFromString=helpers.getAllHrefFromString,exports.getDisplayStyle=helpers.getDisplayStyle,exports.getDynamicSourceLocales=helpers.getDynamicSourceLocales,exports.getInsertLinkData=helpers.getInsertLinkData,exports.getLinkArticle=helpers.getLinkArticle,exports.getLinkData=helpers.getLinkData,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.isTransparentColor=helpers.isTransparentColor,exports.isTransparentRGBA=helpers.isTransparentRGBA,exports.normalizeMailto=helpers.normalizeMailto,exports.replaceAllHrefFromString=helpers.replaceAllHrefFromString,exports.replaceLinkData=helpers.replaceLinkData,exports.youtubeShortsRegex=helpers.youtubeShortsRegex,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.Carousel=Carousel.default,exports.CarouselItem=CarouselItem.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$f.default,exports.ModernHeader=index$g.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$F.default,exports.postPurchaseProduct1Col=product1Col.postPurchaseProduct1Col,exports.postPurchaseProduct2Col=product2Col.postPurchaseProduct2Col,exports.postPurchaseProductDefault=productDefault.postPurchaseProductDefault,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.ProductPropertyInput=ProductProperties.default,exports.ProductQuickView=QuickView.default,exports.ProductTag=ProductDiscountTag$1.default,exports.ProductList=ProductList.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.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;
@@ -43,7 +43,7 @@
43
43
  {%- endif -%}`,alt:`{%- if variant.featured_image != null -%}
44
44
  {{variant.featured_image.alt}}
45
45
  {%- elsif variant.featured_image == null -%}
46
- {{featureMedia.alt}}
46
+ {{featureMedia.alt | escape}}
47
47
  {%- endif -%}`,setting:{layout:e?.ftLayout,aspectRatio:a},priority:!0,className:`gp-w-full featured-image-only ${i}`})}`;return core.template`<div
48
48
  class="featured-image-root gp-product-images-ft gp-flex"
49
49
  style="${{...productFeaturedImage.getStyleFeatureImageJustify(e.position),...r(),...productFeaturedImage.getStyleFeaturedImageWidth(e)}}"
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../../image/components/NextImage.liquid.js"),helpers=require("./common/helpers.js"),productGallery=require("./common/productGallery.js"),_function=require("../../helpers/function.js"),productGallery$1=require("../product-images-v2/common/productGallery.js"),Carousel_liquid=require("../../../carousel/components/root/Carousel.liquid.js"),CarouselItem_liquid=require("../../../carousel/components/item/CarouselItem.liquid.js");const ProductGalleryCarousel=({builderPropUID:e,...i})=>{let t=productGallery.getGalleryImageAspectRatio(i?.customAspectRadio,i?.aspectRatio),o=()=>helpers.getDisplayStyle(e=>!("slider"===core.getResponsiveValueByScreen(i?.type,e)||["left","right"].includes(core.getResponsiveValueByScreen(i?.position,e)||"")),"flex"),r=(e,i)=>core.template`${NextImage_liquid.default({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:e,style:i})}`,l=o=>`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../../image/components/NextImage.liquid.js"),helpers=require("./common/helpers.js"),productGallery=require("./common/productGallery.js"),_function=require("../../helpers/function.js"),productGallery$1=require("../product-images-v2/common/productGallery.js"),Carousel_liquid=require("../../../carousel/components/root/Carousel.liquid.js"),CarouselItem_liquid=require("../../../carousel/components/item/CarouselItem.liquid.js");const ProductGalleryCarousel=({builderPropUID:e,...i})=>{let t=productGallery.getGalleryImageAspectRatio(i?.customAspectRadio,i?.aspectRatio),o=()=>helpers.getDisplayStyle(e=>!("slider"===core.getResponsiveValueByScreen(i?.type,e)||["left","right"].includes(core.getResponsiveValueByScreen(i?.position,e)||"")),"flex"),r=(e,i)=>core.template`${NextImage_liquid.default({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:e,style:i})}`,l=o=>`
2
2
  {% if media.media_type == 'video' %}
3
3
  {% assign mediaSourceUrl = media.sources.last.url %}
4
4
  {% endif %}
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),productGallery=require("./common/productGallery.js"),_function=require("../../helpers/function.js"),NextImage_liquid=require("../../../image/components/NextImage.liquid.js"),helpers=require("./common/helpers.js");const ProductGalleryCarousel=({builderPropUID:e,...i})=>{let t=productGallery.getGalleryImageAspectRatio(i?.customAspectRadio,i?.aspectRatio),r=()=>helpers.getDisplayStyle(e=>"slider"===core.getResponsiveValueByScreen(i?.type,e)||["left","right"].includes(core.getResponsiveValueByScreen(i?.position,e)||""),"flex"),a=(e,i)=>core.template`${NextImage_liquid.default({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:e,style:i})}`,o=e=>`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),productGallery=require("./common/productGallery.js"),_function=require("../../helpers/function.js"),NextImage_liquid=require("../../../image/components/NextImage.liquid.js"),helpers=require("./common/helpers.js");const ProductGalleryCarousel=({builderPropUID:e,...i})=>{let t=productGallery.getGalleryImageAspectRatio(i?.customAspectRadio,i?.aspectRatio),r=()=>helpers.getDisplayStyle(e=>"slider"===core.getResponsiveValueByScreen(i?.type,e)||["left","right"].includes(core.getResponsiveValueByScreen(i?.position,e)||""),"flex"),a=(e,i)=>core.template`${NextImage_liquid.default({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:e,style:i})}`,o=e=>`
2
2
  {% if media.media_type == 'video' %}
3
3
  {% assign mediaSourceUrl = media.sources.last.url %}
4
4
  {% endif %}
@@ -13,7 +13,7 @@
13
13
  {% else %}
14
14
  ${_()}
15
15
  {% endcase %}
16
- `,f=()=>Modal3d_liquid.default({src:system.LiquidIf("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:n}),y=()=>Video_liquid.default({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:n}),h=()=>HTML5Embed_liquid.default({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt}}",autoplay:!1,controls:!0,thumbnail:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",isCheckLoaded:!0,style:{width:"100%","max-height":"100%"},className:"gp-invisible"}),I=()=>core.template`
16
+ `,f=()=>Modal3d_liquid.default({src:system.LiquidIf("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:n}),y=()=>Video_liquid.default({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:n}),h=()=>HTML5Embed_liquid.default({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt | escape}}",autoplay:!1,controls:!0,thumbnail:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",isCheckLoaded:!0,style:{width:"100%","max-height":"100%"},className:"gp-invisible"}),I=()=>core.template`
17
17
  ${q(core.cls("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==a.hoverEffect},"{{shouldHidden}}"))}
18
18
  ${system.If(a?.hoverEffect!=="none",`<div class="${core.cls("zoom-element !gp-max-w-none",productFeaturedImage.getZoomImageClass())}">
19
19
  ${q("image-zoom",!0)}
@@ -29,7 +29,7 @@
29
29
  {% assign otherImage = product.media[other_image_index] %}
30
30
  ${system.LiquidIf("otherImage.media_type != 'image'","{% assign src = otherImage.preview_image.src %}","{% assign src = otherImage.src %}")}
31
31
  `)}
32
- ${NextImage_liquid.default({srcIsLiquidCode:!0,src:system.LiquidIf("src != null",common.getSrcImage("src"),"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}"),id:system.LiquidIf("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt}}",srcset:`${common.getSrcImage("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:a?.ftLayout,aspectRatio:n,qualityType:a?.qualityType,qualityPercent:a?.qualityPercent},priority:a?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e}`,enableLazyLoadImage:i})}`,_=()=>core.template`
32
+ ${NextImage_liquid.default({srcIsLiquidCode:!0,src:system.LiquidIf("src != null",common.getSrcImage("src"),"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}"),id:system.LiquidIf("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt | escape}}",srcset:`${common.getSrcImage("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:a?.ftLayout,aspectRatio:n,qualityType:a?.qualityType,qualityPercent:a?.qualityPercent},priority:a?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e}`,enableLazyLoadImage:i})}`,_=()=>core.template`
33
33
  ${NextImage_liquid.default({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:a?.ftLayout,aspectRatio:n,qualityType:a?.qualityType,qualityPercent:a?.qualityPercent},priority:a?.preload,className:"gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none",enableLazyLoadImage:i})}`,b=common.getPaddingBottomByShapeSetting(a.ftShape),M=t=>`
34
34
  ${system.Liquid(`{% assign productImageWidth = 0 %}
35
35
  {% case featureMedia.media_type %}
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../../../../image/components/NextImage.liquid.js"),common=require("../../common/common.js"),productGallery=require("../../common/productGallery.js"),_function=require("../../../../helpers/function.js"),getProductImagesStyles=require("../../composables/getProductImagesStyles.js"),getProductImagesClassName=require("../../composables/getProductImagesClassName.js"),getProductImagesAttr=require("../../composables/getProductImagesAttr.js"),system=require("@gem-sdk/system"),Carousel_liquid=require("../../../../../carousel/components/root/Carousel.liquid.js"),CarouselItem_liquid=require("../../../../../carousel/components/item/CarouselItem.liquid.js");const ProductGalleryCarousel=({builderPropUID:e,children:t,enableLazyLoadImage:i,...o})=>{let{featuredImageGalleryClasses:s,galleryItemClasses:r}=getProductImagesClassName.getProductImagesClassName(o),{galleryCarouselSettingAttrs:a}=getProductImagesAttr.getProductImagesAttr(o),{galleryCarouselStyle:l,galleryCarouselItemStyle:d}=getProductImagesStyles.getProductImagesStyles(o),p=()=>{let e=(e,t,i)=>{let o=core.getResponsiveValueByScreen(t,i),s=core.getResponsiveValueByScreen(e,i),r="slider"===s&&("bottom-center"===o||"inside-bottom"===o),a=["left","right","inside-left","inside-right"].includes(o??"");return a||r},t=productGallery.checkDisplayGalleryByWidth({shapeByLayout:m}),i={desktop:t.desktop&&e(o.type,o.position,"desktop"),tablet:t.tablet&&e(o.type,o.position,"tablet"),mobile:t.mobile&&e(o.type,o.position,"mobile")};return common.getDisplayStyle(e=>!i[e],"flex")},m=productGallery.getShapeByLayout({shape:o.shape,shapeForBottom:o.shapeForBottom,shapeFor1Col:o.shapeFor1Col,shapeFor2Col:o.shapeFor2Col,shapeForFtOnly:o.shapeForFtOnly,shapeForInsideBottom:o.shapeForInsideBottom,shapeForInside:o.shapeForInside},o.position),g=(e,t)=>core.template`${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:e,baseSrc:"{{media.preview_image | image_url}}",customLazyload:!0,style:t,className:"!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer",enableLazyLoadImage:i})}`,u=common.getPaddingBottomByShapeSetting(m),c=t=>`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),NextImage_liquid=require("../../../../../image/components/NextImage.liquid.js"),common=require("../../common/common.js"),productGallery=require("../../common/productGallery.js"),_function=require("../../../../helpers/function.js"),getProductImagesStyles=require("../../composables/getProductImagesStyles.js"),getProductImagesClassName=require("../../composables/getProductImagesClassName.js"),getProductImagesAttr=require("../../composables/getProductImagesAttr.js"),system=require("@gem-sdk/system"),Carousel_liquid=require("../../../../../carousel/components/root/Carousel.liquid.js"),CarouselItem_liquid=require("../../../../../carousel/components/item/CarouselItem.liquid.js");const ProductGalleryCarousel=({builderPropUID:e,children:t,enableLazyLoadImage:i,...o})=>{let{featuredImageGalleryClasses:s,galleryItemClasses:r}=getProductImagesClassName.getProductImagesClassName(o),{galleryCarouselSettingAttrs:a}=getProductImagesAttr.getProductImagesAttr(o),{galleryCarouselStyle:l,galleryCarouselItemStyle:d}=getProductImagesStyles.getProductImagesStyles(o),p=()=>{let e=(e,t,i)=>{let o=core.getResponsiveValueByScreen(t,i),s=core.getResponsiveValueByScreen(e,i),r="slider"===s&&("bottom-center"===o||"inside-bottom"===o),a=["left","right","inside-left","inside-right"].includes(o??"");return a||r},t=productGallery.checkDisplayGalleryByWidth({shapeByLayout:m}),i={desktop:t.desktop&&e(o.type,o.position,"desktop"),tablet:t.tablet&&e(o.type,o.position,"tablet"),mobile:t.mobile&&e(o.type,o.position,"mobile")};return common.getDisplayStyle(e=>!i[e],"flex")},m=productGallery.getShapeByLayout({shape:o.shape,shapeForBottom:o.shapeForBottom,shapeFor1Col:o.shapeFor1Col,shapeFor2Col:o.shapeFor2Col,shapeForFtOnly:o.shapeForFtOnly,shapeForInsideBottom:o.shapeForInsideBottom,shapeForInside:o.shapeForInside},o.position),g=(e,t)=>core.template`${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:e,baseSrc:"{{media.preview_image | image_url}}",customLazyload:!0,style:t,className:"!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer",enableLazyLoadImage:i})}`,u=common.getPaddingBottomByShapeSetting(m),c=t=>`
2
2
  ${system.LiquidIf("media.media_type == 'video'","{% assign mediaSourceUrl = media.sources.last.url %}")}
3
3
  ${system.LiquidIf("media.media_type == 'external_video'","{% assign mediaSourceUrl = media | external_video_url %}")}
4
4
  ${system.LiquidIf("media.media_type == 'image'","{% assign mediaSourceUrl = media.src %}")}
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),system=require("@gem-sdk/system"),Modal3d_liquid=require("../../../../../image/components/Modal3d.liquid.js"),NextImage_liquid=require("../../../../../image/components/NextImage.liquid.js"),Video_liquid=require("../../../../../image/components/Video.liquid.js"),HTML5Embed_liquid=require("../../../../../video/components/HTML5Embed.liquid.js"),_function=require("../../../../helpers/function.js"),common=require("../../common/common.js"),productFeaturedImage=require("../../common/productFeaturedImage.js"),productGallery=require("../../common/productGallery.js"),getProductImagesClassName=require("../../composables/getProductImagesClassName.js"),getProductImagesStyles=require("../../composables/getProductImagesStyles.js");const ProductGalleryGrid=({builderPropUID:e,wrapperStyle:i,children:t,enableLazyLoadImage:a,...s})=>{let{galleryItemClasses:o,galleryGridWrapperClasses:d}=getProductImagesClassName.getProductImagesClassName(s),{galleryGridStyles:r,galleryGridItemStyles:l}=getProductImagesStyles.getProductImagesStyles(s),m=productGallery.getShapeByLayout({shape:s.shape,shapeForBottom:s.shapeForBottom,shapeFor1Col:s.shapeFor1Col,shapeFor2Col:s.shapeFor2Col,shapeForFtOnly:s.shapeForFtOnly,shapeForInsideBottom:s.shapeForInsideBottom,shapeForInside:s.shapeForInside},s.position),c=()=>{let e=["desktop","mobile","tablet"],i={desktop:"none",tablet:"none",mobile:"none"};return e.forEach(e=>{let t=core.getResponsiveValueByScreen(s?.position,e);i={...i,[e]:"one-col"===t||"two-col"==t?"block":"none"}}),core.makeStyleResponsive("d",i)},u=(e,i)=>core.template`
2
- ${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",baseSrc:"{{media.preview_image | image_url}}",setting:e,style:i,className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:a})}
2
+ ${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",baseSrc:"{{media.preview_image | image_url}}",setting:e,style:i,className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:a})}
3
3
  ${system.If(s?.galleryHoverEffect!=="none",`<div class="${core.cls("zoom-element !gp-max-w-none gp-w-full gp-h-full",productFeaturedImage.getZoomImageClass())}">
4
- ${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",baseSrc:"{{media.preview_image | image_url}}",alt:"{{media.alt}}",setting:e,style:i,className:"!gp-rounded-none gp-w-full gp-h-full",customLazyload:!1,enableLazyLoadImage:a})}
4
+ ${NextImage_liquid.default({srcIsLiquidCode:!0,src:`${common.getSrcImage("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",baseSrc:"{{media.preview_image | image_url}}",alt:"{{media.alt | escape}}",setting:e,style:i,className:"!gp-rounded-none gp-w-full gp-h-full",customLazyload:!1,enableLazyLoadImage:a})}
5
5
  </div>`," ")}
6
6
  ${system.If(s?.galleryHoverEffect=="zoom"&&s?.galleryZoomType=="glasses",`<div class="${core.cls("zoom-lens-element",productFeaturedImage.getZoomLenClass())}" style="opacity: 0; background-image: url('{{media.preview_image | product_img_url: '1024x1024'}}')">
7
7
  </div>
8
8
  `," ")}
9
- `,g=()=>Modal3d_liquid.default({src:system.LiquidIf("media.sources.first.url contains '.glb'","{{ media.sources.first.url }}","{{media.sources.last.url}}"),alt:"{{media.preview_image.alt}}",poster:"{{media.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%",height:"100%"},aspectRatio:common.getAspectRatio(m)}),p=()=>Video_liquid.default({src:"{{mediaSourceVideo}}",alt:"{{media.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),n=()=>HTML5Embed_liquid.default({src:"{{mediaSourceVideo}}",title:"{{media.alt}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),y=()=>core.template`
9
+ `,g=()=>Modal3d_liquid.default({src:system.LiquidIf("media.sources.first.url contains '.glb'","{{ media.sources.first.url }}","{{media.sources.last.url}}"),alt:"{{media.preview_image.alt}}",poster:"{{media.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%",height:"100%"},aspectRatio:common.getAspectRatio(m)}),p=()=>Video_liquid.default({src:"{{mediaSourceVideo}}",alt:"{{media.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),n=()=>HTML5Embed_liquid.default({src:"{{mediaSourceVideo}}",title:"{{media.alt | escape}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),y=()=>core.template`
10
10
  ${system.LiquidIf("media.media_type == 'video' or media.media_type == 'external_video'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0" >
11
11
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
12
12
  <rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
@@ -1,4 +1,4 @@
1
- import{splitStyle as e,convertHTML as t}from"@gem-sdk/core";import{normalizeMailto as l,checkIsScrollToTop as a,checkIsOpenPopup as r,isLinkedToSalesPage as o,getDynamicSourceLocales as i}from"../../helpers.js";import n from"../../link/components/Link.js";import{HREF_TO_SALES_PAGE as s}from"../../constant.js";import{getCustomCssStyles as c}from"./styles.js";let getCleanedStyles=(e,t)=>{if(!t)return e;let l={...e},a=["hover","focus"];return a.forEach(e=>{delete l?.backgroundColorV2?.[e]}),l},handleGetLabelToDisplay=({label:e,styles:l,translate:a,pageContext:r,isUseTranslatedValue:o,builderProps:n,isLiquid:s=!1})=>{let c=o?i({translate:a,val:e,pageContext:r,settingId:a??"label",uid:n?.uidTranslate??n?.uid,isCapitalize:l?.typo?.attrs?.transform==="capitalize"}):e;return s?c?.toString()??"":t(e)},checkIsShowIcon=(e,t)=>!!e&&t,handleCheckIsShowLabel=(e,t)=>!!e||!t,handleCheckIsEditableLabel=({mode:e,options:t,isLiquid:l=!1})=>l?!t?.isCannotEditing:"edit"===e&&!t?.isCannotEditing,checkIsScrollToElement=e=>!!e?.link?.startsWith("#")&&("_self"===e.target||"scroll-to"===e.type),getSplitStyles=t=>e(["pos","top","left","bottom","right","z"],t),getDataState=e=>e?"loading":"idle",getDataId=(e,t,l)=>e??(t||l)??"",handleGetArialLabel=({label:e,isLiquid:t=!1})=>t?e?.toString().replaceAll("'","&#039;").replaceAll('"',"'")??"":e?.toString()??"",getInsertLinkData=({setting:e,htmlType:t,defaultTag:i,enableBtnLink:c,isLiquid:g=!1,pageType:d})=>{let p=["product.url"],h=["#","mailto:","tel:"],u=e?.link??"",I="/"===u,k=e?.link!==void 0&&""!==e.link,S=new RegExp(/^https?:\/\//i),b=k&&S.test(u);k&&u.toLowerCase().startsWith("mailto:")&&u.includes("+")&&(u=l(u));let f=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),m=k&&!S.test(u)&&f.test(u),C=()=>{if(p.find(e=>u.includes(e)))return!0;let t=h.find(e=>u.startsWith(e));return!(!t||a(e)||"STATIC"===d&&r(e))},y=o(e?.type),w=!!c&&(b||m||C()||I||y),L=u;g&&(m||I)&&(L=e?.isTranslate?"$locationOrigin"+u:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+u);let D=w?g?"a":n:i,E={href:L,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},T=w?E:k?{...E,type:t}:{type:t};return y&&(T={href:s,target:"_self"}),{HTMLTag:D,urlData:T,shouldRenderLink:w}},getData=e=>{let{style:t,dataId:l,pageContext:a,styles:r={},setting:o={},builderProps:i,builderAttrs:n,isUseTranslatedValue:s=!0}=e,{label:g,iconSvg:d,btnLink:p,loading:h,options:u,disabled:I,translate:k,iconVisible:S,shouldClearSpace:b}=o,[f,m]=getSplitStyles(t),C=getCleanedStyles(r,I),y=c({styles:r,uid:i?.uid,builderAttrs:n,enableHoverEffect:o.enableHoverEffect??!0}),w=getDataState(h),L=getDataId(i?.uidInteraction,l,i?.uid),D=e=>{let{isLiquid:t}=e??{};return handleGetArialLabel({label:g,isLiquid:t})},E=e=>{let{isLiquid:t}=e??{};return handleGetLabelToDisplay({label:g,builderProps:i,styles:C,isLiquid:t,...t&&{translate:k},...t&&{pageContext:a},...t&&{isUseTranslatedValue:s}})},T=e=>{let{isLiquid:t}=e??{},l=E({isLiquid:t});return handleCheckIsShowLabel(l,b)},v=e=>{let{isLiquid:t,mode:l}=e??{};return handleCheckIsEditableLabel({options:u,isLiquid:t,...!t&&l&&{mode:l}})},A=checkIsShowIcon(d,S),G=checkIsScrollToElement(p);return{customCss:y,wrapStyle:f,restStyle:m,dataState:w,dataIdAttr:L,isShowIcon:A,isScrollToElement:G,getArialLabel:D,getLabelToDisplay:E,checkIsShowLabel:T,checkIsEditableLabel:v}},LOADING_INDICATOR=`
1
+ import{splitStyle as e,convertHTML as t}from"@gem-sdk/core";import{normalizeMailto as l,REGEX_PAGE_TYPE as a,checkIsScrollToTop as r,checkIsOpenPopup as o,isLinkedToSalesPage as i,getDynamicSourceLocales as n}from"../../helpers.js";import s from"../../link/components/Link.js";import{HREF_TO_SALES_PAGE as c}from"../../constant.js";import{getCustomCssStyles as d}from"./styles.js";let getCleanedStyles=(e,t)=>{if(!t)return e;let l={...e},a=["hover","focus"];return a.forEach(e=>{delete l?.backgroundColorV2?.[e]}),l},handleGetLabelToDisplay=({label:e,styles:l,translate:a,pageContext:r,isUseTranslatedValue:o,builderProps:i,isLiquid:s=!1})=>{let c=o?n({translate:a,val:e,pageContext:r,settingId:a??"label",uid:i?.uidTranslate??i?.uid,isCapitalize:l?.typo?.attrs?.transform==="capitalize"}):e;return s?c?.toString()??"":t(e)},checkIsShowIcon=(e,t)=>!!e&&t,handleCheckIsShowLabel=(e,t)=>!!e||!t,handleCheckIsEditableLabel=({mode:e,options:t,isLiquid:l=!1})=>l?!t?.isCannotEditing:"edit"===e&&!t?.isCannotEditing,checkIsScrollToElement=e=>!!e?.link?.startsWith("#")&&("_self"===e.target||"scroll-to"===e.type),getSplitStyles=t=>e(["pos","top","left","bottom","right","z"],t),getDataState=e=>e?"loading":"idle",getDataId=(e,t,l)=>e??(t||l)??"",handleGetArialLabel=({label:e,isLiquid:t=!1})=>t?e?.toString().replaceAll("'","&#039;").replaceAll('"',"'")??"":e?.toString()??"",getInsertLinkData=({setting:e,htmlType:t,defaultTag:n,enableBtnLink:d,isLiquid:g=!1,pageType:h})=>{let p=["product.url"],u=["#","mailto:","tel:"],I=e?.link??"",S="/"===I,f=e?.link!==void 0&&""!==e.link,k=new RegExp(/^https?:\/\//i),b=f&&k.test(I);f&&I.toLowerCase().startsWith("mailto:")&&I.includes("+")&&(I=l(I));let m=f&&!k.test(I)&&a.test(I),C=()=>{if(p.find(e=>I.includes(e)))return!0;let t=u.find(e=>I.startsWith(e));return!(!t||r(e)||"STATIC"===h&&o(e))},y=i(e?.type),L=!!d&&(b||m||C()||S||y),w=I;g&&(m||S)&&(w=e?.isTranslate?"$locationOrigin"+I:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+I);let D=L?g?"a":s:n,E={href:w,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},T=L?E:f?{...E,type:t}:{type:t};return y&&(T={href:c,target:"_self"}),{HTMLTag:D,urlData:T,shouldRenderLink:L}},getData=e=>{let{style:t,dataId:l,pageContext:a,styles:r={},setting:o={},builderProps:i,builderAttrs:n,isUseTranslatedValue:s=!0}=e,{label:c,iconSvg:g,btnLink:h,loading:p,options:u,disabled:I,translate:S,iconVisible:f,shouldClearSpace:k}=o,[b,m]=getSplitStyles(t),C=getCleanedStyles(r,I),y=d({styles:r,uid:i?.uid,builderAttrs:n,enableHoverEffect:o.enableHoverEffect??!0}),L=getDataState(p),w=getDataId(i?.uidInteraction,l,i?.uid),D=e=>{let{isLiquid:t}=e??{};return handleGetArialLabel({label:c,isLiquid:t})},E=e=>{let{isLiquid:t}=e??{};return handleGetLabelToDisplay({label:c,builderProps:i,styles:C,isLiquid:t,...t&&{translate:S},...t&&{pageContext:a},...t&&{isUseTranslatedValue:s}})},T=e=>{let{isLiquid:t}=e??{},l=E({isLiquid:t});return handleCheckIsShowLabel(l,k)},v=e=>{let{isLiquid:t,mode:l}=e??{};return handleCheckIsEditableLabel({options:u,isLiquid:t,...!t&&l&&{mode:l}})},A=checkIsShowIcon(g,f),G=checkIsScrollToElement(h);return{customCss:y,wrapStyle:b,restStyle:m,dataState:L,dataIdAttr:w,isShowIcon:A,isScrollToElement:G,getArialLabel:D,getLabelToDisplay:E,checkIsShowLabel:T,checkIsEditableLabel:v}},LOADING_INDICATOR=`
2
2
  <svg
3
3
  class="gp-invisible gp-absolute gp-h-5 gp-w-5 group-data-[state=loading]:gp-animate-spin group-data-[state=loading]:gp-visible"
4
4
  xmlns="http://www.w3.org/2000/svg"
@@ -1 +1 @@
1
- import{DEVICES as e,globalEvent as t}from"@gem-sdk/core";import r from"./link/components/Link.js";let 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),l=t?255&i:void 0;return 0===l||!!l},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:l,isCapitalize:n,defaultVal:o="",translate:a,isReplaceLocationOrigin:s,isReplaceMaxSize:c,isReplaceInventoryQuantity:p})=>{let g=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),u=l?.isTranslateWithLocale?1e3:5e3;if(!a||!e?.toString().trim()||e.toString().length>u||g||l?.isPreviewing)return e??o;let h=`g${t}_${r}`,f=`section.settings.${h}`;return(l?.isTranslateWithLocale&&(f=`'sections.${l.sectionName}.${h}_html' | t`),s&&(f+=" | replace: '$locationOrigin', locationOrigin"),c&&(f+=" | replace: '$max_size', '10MB'"),p&&(f+=" | replace: '<$quantity$>', inventory_quantity | replace: '&lt;$quantity$&gt;', inventory_quantity"),n&&(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 i=["#","mailto:","tel:"],l=["product.url"],n=t?.link!==void 0&&""!==t.link,o=t?.link??"",a="/"===o,s=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),c=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),p=n&&!s.test(o)&&c.test(o),g=n&&s.test(o);(p||a)&&(o=t?.isTranslate?"$locationOrigin"+o:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+o),g&&(o=getHttpUrl(o)),n&&o.toLowerCase().startsWith("mailto:")&&o.includes("+")&&(o=normalizeMailto(o));let u=()=>!!(i.find(e=>o.startsWith(e))||l.find(e=>o.includes(e))),h=g||p||u()||a||isLinkedToSalesPage(t?.type),f=h?"a":e,m={href:o,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},k=h?m:n?{...m,type:r}:{type:r};return{Wrap:f,urlData:k,shouldRenderLink:h}},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:i,isLiquid:l=!1,enableImageLink:n=!1})=>{let o=["product.url"],a=["#","mailto:","tel:"],s=e?.link??"",c="/"===s,p=e?.link!==void 0&&""!==e.link,g=new RegExp(/^https?:\/\//i),u=p&&g.test(s),h=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart)\/?/i),f=p&&!g.test(s)&&h.test(s);p&&s.toLowerCase().startsWith("mailto:")&&s.includes("+")&&(s=normalizeMailto(s));let m=()=>!!(o.find(e=>s.includes(e))||a.find(e=>s.startsWith(e))),k=n&&(u||f||m()||c||isLinkedToSalesPage(e?.type)),d=s;l&&(f||c)&&(d=e?.isTranslate?"$locationOrigin"+s:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+s);let y=k?l?"a":r:i,$={href:d,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},T=k?$:p?{...$,type:t}:{type:t};return{Wrapper:y,urlData:T,shouldRenderLink:k}},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,l=e.toString();for(;null!==(r=i.exec(l));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});l=l.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return l}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,l=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[l]??""),l++);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})}};export{checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex};
1
+ import{DEVICES as e,globalEvent as t}from"@gem-sdk/core";import r from"./link/components/Link.js";let REGEX_PAGE_TYPE=new RegExp(/^\/?(?:collections|pages|products|blogs|checkout|cart|policies)\/?/i),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),l=t?255&i:void 0;return 0===l||!!l},youtubeShortsRegex=/^(?:https?:\/\/)?(?:www\.)?youtube\.com\/shorts\/([^"&?/\s]{11})$/i,getDynamicSourceLocales=({val:e,uid:t,settingId:r,isLiquid:i,pageContext:l,isCapitalize:n,defaultVal:o="",translate:a,isReplaceLocationOrigin:s,isReplaceMaxSize:c,isReplaceInventoryQuantity:p})=>{let g=new RegExp(/\{\{.*?\}\}|\{%.*?%\}/).test(e?.toString()??""),u=l?.isTranslateWithLocale?1e3:5e3;if(!a||!e?.toString().trim()||e.toString().length>u||g||l?.isPreviewing)return e??o;let h=`g${t}_${r}`,f=`section.settings.${h}`;return(l?.isTranslateWithLocale&&(f=`'sections.${l.sectionName}.${h}_html' | t`),s&&(f+=" | replace: '$locationOrigin', locationOrigin"),c&&(f+=" | replace: '$max_size', '10MB'"),p&&(f+=" | replace: '<$quantity$>', inventory_quantity | replace: '&lt;$quantity$&gt;', inventory_quantity"),n&&(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 i=["#","mailto:","tel:"],l=["product.url"],n=t?.link!==void 0&&""!==t.link,o=t?.link??"",a="/"===o,s=new RegExp(/^(?:https?:\/\/)?[\w.-]+\.[a-z]{2,}/i),c=n&&!s.test(o)&&REGEX_PAGE_TYPE.test(o),p=n&&s.test(o);(c||a)&&(o=t?.isTranslate?"$locationOrigin"+o:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+o),p&&(o=getHttpUrl(o)),n&&o.toLowerCase().startsWith("mailto:")&&o.includes("+")&&(o=normalizeMailto(o));let g=()=>!!(i.find(e=>o.startsWith(e))||l.find(e=>o.includes(e))),u=p||c||g()||a||isLinkedToSalesPage(t?.type),h=u?"a":e,f={href:o,target:t?.target,...t?.noFollow&&{rel:"nofollow"}},m=u?f:n?{...f,type:r}:{type:r};return{Wrap:h,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:i,isLiquid:l=!1,enableImageLink:n=!1})=>{let o=["product.url"],a=["#","mailto:","tel:"],s=e?.link??"",c="/"===s,p=e?.link!==void 0&&""!==e.link,g=new RegExp(/^https?:\/\//i),u=p&&g.test(s),h=p&&!g.test(s)&&REGEX_PAGE_TYPE.test(s);p&&s.toLowerCase().startsWith("mailto:")&&s.includes("+")&&(s=normalizeMailto(s));let f=()=>!!(o.find(e=>s.includes(e))||a.find(e=>s.startsWith(e))),m=n&&(u||h||f()||c||isLinkedToSalesPage(e?.type)),k=s;l&&(h||c)&&(k=e?.isTranslate?"$locationOrigin"+s:"{{ request.origin }}{{ routes.root_url | split: '/' | join: '/' }}"+s);let d=m?l?"a":r:i,y={href:k,target:e?.target,...e?.noFollow&&{rel:"nofollow"}},T=m?y:p?{...y,type:t}:{type:t};return{Wrapper:d,urlData:T,shouldRenderLink:m}},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,l=e.toString();for(;null!==(r=i.exec(l));){let e=r[1],{urlData:i}=getInsertLinkData("",{link:e,isTranslate:t});l=l.replace(r[0],r[0].replace(/(href=['"])([^'"]*)(['"])/i,`$1${i.href}$3`))}return l}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,l=0;for(;null!==(r=i.exec(e));)r[1]&&(e=e.replace(r[1],t[l]??""),l++);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})}};export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex};
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as 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 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 AovFreeGiftBuyXGetYBogo}from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";export{default as AppstleBundlesDiscounts}from"./third-party/components/AppstleBundlesDiscounts.js";export{default as EcomsendBackInStockAlert}from"./third-party/components/EcomsendBackInStockAlert.js";export{default as EstimatedDeliveryDatePlus}from"./third-party/components/EstimatedDeliveryDatePlus.js";export{default as OkendoReviewsLoyalty}from"./third-party/components/OkendoReviewsLoyalty.js";export{default as EssentialAnnouncementBar}from"./third-party/components/EssentialAnnouncementBar.js";export{default as EssentialCountdownTimerBar}from"./third-party/components/EssentialCountdownTimerBar.js";export{default as StellarDeliveryDatePickup}from"./third-party/components/StellarDeliveryDatePickup.js";export{default as TrustshopProductReviews}from"./third-party/components/TrustshopProductReviews.js";export{default as HulkProductOptions}from"./third-party/components/HulkProductOptions.js";export{default as MyappgurusProductReviews}from"./third-party/components/MyappgurusProductReviews.js";export{default as TrustreviewsProductReviews}from"./third-party/components/TrustreviewsProductReviews.js";export{default as DiscountyBulkDiscountSales}from"./third-party/components/DiscountyBulkDiscountSales.js";export{default as SeoantTrustBadgesIcon}from"./third-party/components/SeoantTrustBadgesIcon.js";export{default as SegunoEmailMarketing}from"./third-party/components/SegunoEmailMarketing.js";export{default as AftershipEmailMarketingsms}from"./third-party/components/AftershipEmailMarketingsms.js";export{default as BestBuyFulfillment}from"./third-party/components/BestBuyFulfillment.js";export{default as ProductOptionsVariantOption}from"./third-party/components/ProductOptionsVariantOption.js";export{default as GloboProductOptionsVariant}from"./third-party/components/GloboProductOptionsVariant.js";export{default as TeeinblueProductPersonalizer}from"./third-party/components/TeeinblueProductPersonalizer.js";export{default as WishlistKing}from"./third-party/components/WishlistKing.js";export{default as HulkFormBuilder}from"./third-party/components/HulkFormBuilder.js";export{default as LoloyalLoyaltyReferrals}from"./third-party/components/LoloyalLoyaltyReferrals.js";export{default as PowerfulContactFormBuilder}from"./third-party/components/PowerfulContactFormBuilder.js";export{default as WishlistPlus}from"./third-party/components/WishlistPlus.js";export{default as InstasellShoppableInstagram}from"./third-party/components/InstasellShoppableInstagram.js";export{default as SproutPlantTreesGrowSales}from"./third-party/components/SproutPlantTreesGrowSales.js";export{default as RapiBundleQuantityBreaks}from"./third-party/components/RapiBundleQuantityBreaks.js";export{default as AppointmentBookingCowlendar}from"./third-party/components/AppointmentBookingCowlendar.js";export{default as GoogleReviewsByReputon}from"./third-party/components/GoogleReviewsByReputon.js";export{default as MbcBundleVolumeDiscount}from"./third-party/components/MbcBundleVolumeDiscount.js";export{default as ProductOptionsCustomizer}from"./third-party/components/ProductOptionsCustomizer.js";export{default as AirProductReviewsAppUgc}from"./third-party/components/AirProductReviewsAppUgc.js";export{default as TagembedSocialPostReview}from"./third-party/components/TagembedSocialPostReview.js";export{default as WhatmoreShoppableVideosreel}from"./third-party/components/WhatmoreShoppableVideosreel.js";export{default as TagshopShoppableVideosUgc}from"./third-party/components/TagshopShoppableVideosUgc.js";export{default as JunipProductReviewsUgc}from"./third-party/components/JunipProductReviewsUgc.js";export{default as FlyBundlesUpsellsFbt}from"./third-party/components/FlyBundlesUpsellsFbt.js";export{default as PreorderNowWodPresale}from"./third-party/components/PreorderNowWodPresale.js";export{default as PreorderNowPreOrderPq}from"./third-party/components/PreorderNowPreOrderPq.js";export{default as MaxbundleProductBundles}from"./third-party/components/MaxbundleProductBundles.js";export{default as KoalaBundleQuantityDiscount}from"./third-party/components/KoalaBundleQuantityDiscount.js";export{default as EasyBundleBuilderSkailama}from"./third-party/components/EasyBundleBuilderSkailama.js";export{default as FastBundleBundlesDiscounts}from"./third-party/components/FastBundleBundlesDiscounts.js";export{default as KiteFreeGiftDiscount}from"./third-party/components/KiteFreeGiftDiscount.js";export{default as UnlimitedBundlesDiscounts}from"./third-party/components/UnlimitedBundlesDiscounts.js";export{default as SimpleBundlesKits}from"./third-party/components/SimpleBundlesKits.js";export{default as ReviewxpoProductReviewsApp}from"./third-party/components/ReviewxpoProductReviewsApp.js";export{default as PumperBundlesVolumeDiscount}from"./third-party/components/PumperBundlesVolumeDiscount.js";export{default as NotifyBackInStockPreOrder}from"./third-party/components/NotifyBackInStockPreOrder.js";export{default as ShopifyForms}from"./third-party/components/ShopifyForms.js";export{default as SkioSubscriptionsYcS20}from"./third-party/components/SkioSubscriptionsYcS20.js";export{default as LoopSubscriptions}from"./third-party/components/LoopSubscriptions.js";export{default as RecurpaySubscriptionApp}from"./third-party/components/RecurpaySubscriptionApp.js";export{default as SubifySubscriptionsApp}from"./third-party/components/SubifySubscriptionsApp.js";export{default as BonLoyaltyRewardsReferrals}from"./third-party/components/BonLoyaltyRewardsReferrals.js";export{default as ShopifySubscriptions}from"./third-party/components/ShopifySubscriptions.js";export{default as EasifyProductOptions}from"./third-party/components/EasifyProductOptions.js";export{default as CustomProductOptionsVariant}from"./third-party/components/CustomProductOptionsVariant.js";export{default as EasySellCOD}from"./third-party/components/EasySellCOD.js";export{default as QikifyUpsell}from"./third-party/components/QikifyUpsell.js";export{default as CleanSizeCharts}from"./third-party/components/CleanSizeCharts.js";export{default as JudgemeReviews}from"./third-party/components/JudgemeReviews.js";export{default as LooxReviews}from"./third-party/components/LooxReviews.js";export{default as Klaviyo}from"./third-party/components/Klaviyo.js";export{default as YotpoLoyalty}from"./third-party/components/YotpoLoyalty.js";export{default as SmartSearchBarAndFilters}from"./third-party/components/SmartSearchBarAndFilters.js";export{default as Instafeed}from"./third-party/components/Instafeed.js";export{default as ProductReviews}from"./third-party/components/ProductReviews.js";export{default as Ryviu}from"./third-party/components/Ryviu.js";export{default as Rivyo}from"./third-party/components/Rivyo.js";export{default as Vitals}from"./third-party/components/Vitals.js";export{default as Omnisend}from"./third-party/components/Omnisend.js";export{default as Trustoo}from"./third-party/components/Trustoo.js";export{default as SealSubscriptions}from"./third-party/components/SealSubscriptions.js";export{default as AppstleSubscriptions}from"./third-party/components/AppstleSubscriptions.js";export{default as FeraReviews}from"./third-party/components/FeraReviews.js";export{default as Growave}from"./third-party/components/Growave.js";export{default as KachingBundles}from"./third-party/components/KachingBundles.js";export{default as PushOwl}from"./third-party/components/PushOwl.js";export{default as Opinew}from"./third-party/components/Opinew.js";export{default as UltimateSalesBoost}from"./third-party/components/UltimateSalesBoost.js";export{default as FirePush}from"./third-party/components/FirePush.js";export{default as ParcelPanel}from"./third-party/components/ParcelPanel.js";export{default as TrustMe}from"./third-party/components/TrustMe.js";export{default as FrequentlyBoughtTogether}from"./third-party/components/FrequentlyBoughtTogether.js";export{default as BoldSubscriptions}from"./third-party/components/BoldSubscriptions.js";export{default as BoldProductOptions}from"./third-party/components/BoldProductOptions.js";export{default as WideBundle}from"./third-party/components/WideBundle.js";export{default as PickyStory}from"./third-party/components/PickyStory.js";export{default as InfiniteOptions}from"./third-party/components/InfiniteOptions.js";export{default as Wiser}from"./third-party/components/Wiser.js";export{default as Stamped}from"./third-party/components/Stamped.js";export{default as Bundler}from"./third-party/components/Bundler.js";export{default as LaiProductReviews}from"./third-party/components/LaiProductReviews.js";export{default as CrossSellCartUpsell}from"./third-party/components/CrossSellCartUpsell.js";export{default as BoostAISearchDiscovery}from"./third-party/components/BoostAISearchDiscovery.js";export{default as YotpoReviews}from"./third-party/components/YotpoReviews.js";export{default as AliReviews}from"./third-party/components/AliReviews.js";export{default as Bogos}from"./third-party/components/Bogos.js";export{default as Releasit}from"./third-party/components/Releasit.js";export{default as KingProductOptions}from"./third-party/components/KingProductOptions.js";export{default as KlarnaMessaging}from"./third-party/components/KlarnaMessaging.js";export{default as RequestQuoteHidePrice}from"./third-party/components/RequestQuoteHidePrice.js";export{default as BirdChime}from"./third-party/components/BirdChime.js";export{default as FordeerProductLabels}from"./third-party/components/FordeerProductLabels.js";export{default as RechargeSubscriptions}from"./third-party/components/RechargeSubscriptions.js";export{default as Selleasy}from"./third-party/components/Selleasy.js";export{default as HextomCountdownTimerBar}from"./third-party/components/HextomCountdownTimerBar.js";export{default as TrustBadgesBear}from"./third-party/components/TrustBadgesBear.js";export{default as TrustedsiteTrustBadges}from"./third-party/components/TrustedsiteTrustBadges.js";export{default as GloColorSwatchvariantImage}from"./third-party/components/GloColorSwatchvariantImage.js";export{default as BfSizeChartSizeGuide}from"./third-party/components/BfSizeChartSizeGuide.js";export{default as AlsoBoughtCbb}from"./third-party/components/AlsoBoughtCbb.js";export{default as HextomFreeShippingBar}from"./third-party/components/HextomFreeShippingBar.js";export{default as EcoboostifyShoppableReelUgc}from"./third-party/components/EcoboostifyShoppableReelUgc.js";export{default as InstantJudgemeReviews}from"./third-party-instant/components/InstantJudgemeReviews.js";export{default as InstantLooxReviews}from"./third-party-instant/components/InstantLooxReviews.js";export{default as InstantKlaviyo}from"./third-party-instant/components/InstantKlaviyo.js";export{default as InstantYotpoLoyalty}from"./third-party-instant/components/InstantYotpoLoyalty.js";export{default as StockCounter}from"./stock-counter/components/StockCounter.js";export{default as ThirdPartySlot}from"./third-party-slot/components/ThirdPartySlot.js";export{default as ShopPayInstallments}from"./shop-pay-installment/components/ShopPayInstallments.js";export{default as Sticky}from"./sticky/components/Sticky.js";export{CONTINUE_SELLING_WHEN_OUT_OF_STOCK,DEFAULT_FONT_SIZE,DEFAULT_HIGHLIGHT_TAG,DEFAULT_PROGRESS_BAR_HEIGHT,DEFAULT_QUANTITY_TEMPLATE,DEFAULT_RANGE_STEP,DEFAULT_REMAINING_PERCENT,DEFAULT_REMAINING_QUANTITY,DEFAULT_SCARCITY_THRESHOLD,MAX_PROGRESS_BAR_HEIGHT,MAX_REMAINING_PERCENT,MIN_PROGRESS_BAR_HEIGHT,MIN_REMAINING_PERCENT,MIN_REMAINING_QUANTITY,NO_PRODUCT_LEFT,OUT_OF_STOCK,QUANTITY_SOURCE,convertSizeToWidth,getInlineCss,getLiquidInitData,getLiquidTextContent,getTextDisplayData,transformHighlighTag,transformNumberTag}from"./stock-counter/common/helpers.js";export{t as liquidComponents};
1
+ export{accordionSetting}from"./accordion/index.js";export{articleListSetting}from"./article/index.js";export{bannerSetting}from"./hero-banner/index.js";export{breadcrumbSetting}from"./breadcrumb/index.js";export{buttonSetting}from"./button/index.js";export{carouselSetting}from"./carousel/index.js";export{cartSetting}from"./cart/index.js";export{codeSetting}from"./code/index.js";export{collectionSetting}from"./collection/index.js";export{countdownSetting}from"./countdown-timer/index.js";export{couponSetting}from"./coupon/index.js";export{dialogSetting}from"./dialog/index.js";export{estimateDeliverySetting}from"./estimate-delivery/index.js";export{gridSetting}from"./grid/index.js";export{contactFormSetting}from"./form/index.js";export{headerSetting}from"./header/index.js";export{headingSetting}from"./heading/index.js";export{iconSetting}from"./icon/index.js";export{iconListSetting}from"./icon-list/index.js";export{iconListHozSetting}from"./icon-list-hoz/index.js";export{iconListSettingV2}from"./icon-list-v2/index.js";export{imageSetting}from"./image/index.js";export{imageComparisonSetting}from"./image-comparison/index.js";export{imageDetectionSetting}from"./image-detection/index.js";export{inputSetting}from"./input/index.js";export{lineSetting}from"./line/index.js";export{linkSetting}from"./link/index.js";export{marqueeSetting}from"./marquee/index.js";export{menuSetting}from"./menu/index.js";export{modalSetting}from"./modal/index.js";export{default as useNotification}from"./notification/hooks/useNotification.js";export{default as Notice}from"./notification/components/Notice.js";export{paginationSetting}from"./pagination/index.js";export{postPurchaseAdvancedListSetting}from"./post-purchase/advanced-list/index.js";export{postPurchaseButtonSetting}from"./post-purchase/button/index.js";export{postPurchaseCalloutBoxSetting}from"./post-purchase/callout-banner/index.js";export{postPurchaseCountdownTimerSetting}from"./post-purchase/countdown-timer/index.js";export{postPurchaseImageSetting}from"./post-purchase/image/index.js";export{postPurchaseLineSetting}from"./post-purchase/line/index.js";export{postPurchaseLinkSetting}from"./post-purchase/link/index.js";export{PostPurchaseHeading,postPurchaseTextSetting}from"./post-purchase/text/index.js";export{postPurchaseProductSetting}from"./post-purchase/product/index.js";export{productSetting}from"./product/index.js";export{radioSetting}from"./radio/index.js";export{selectSetting}from"./select/index.js";export{tabSetting}from"./tab/index.js";export{textSetting}from"./text/index.js";export{textareaSetting}from"./textarea/index.js";export{videoSetting}from"./video/index.js";export{thirdPartySetting}from"./third-party/index.js";export{thirdPartyInstantSetting}from"./third-party-instant/index.js";export{stockCounterSetting}from"./stock-counter/index.js";export{thirdPartySlotSetting}from"./third-party-slot/index.js";export{shopPayInstallmentSetting}from"./shop-pay-installment/index.js";export{stickySetting}from"./sticky/index.js";export{default as nextComponent}from"./next.js";import*as t from"./index.liquid.js";export{default as builderComponent}from"./builder.js";export{default as componentSettings}from"./setting.js";export{default as postPurchaseSettings}from"./postPurchaseSetting.js";import"react/jsx-runtime";import"react";import"@gem-sdk/core";export{ELEMENT_Z_INDEX}from"./common/const.js";export{REGEX_PAGE_TYPE,checkIsOpenPopup,checkIsScrollToTop,convertUnitToNumber,filterTruthyObject,filterTruthyStyles,getAllHrefFromString,getDisplayStyle,getDynamicSourceLocales,getInsertLinkData,getLinkArticle,getLinkData,getSettingPreloadData,getStaticLocale,handleClickLink,isEmptyObject,isHexTransparent,isLinkedToSalesPage,isTransparentColor,isTransparentRGBA,normalizeMailto,replaceAllHrefFromString,replaceLinkData,youtubeShortsRegex}from"./helpers.js";export{default as Accordion}from"./accordion/components/Accordion.js";export{default as AccordionItem}from"./accordion/components/AccordionItem.js";export{default as ArticleList}from"./article/components/ArticleList.js";export{default as ArticleTitle}from"./article/components/ArticleTitle.js";export{default as ArticleExcerpt}from"./article/components/ArticleExcerpt.js";export{default as ArticleContent}from"./article/components/ArticleContent.js";export{default as ArticleImage}from"./article/components/ArticleImage.js";export{default as ArticlePagination}from"./article/components/ArticlePagination.js";export{default as ArticleAuthor}from"./article/components/ArticleAuthor.js";export{default as ArticleTag}from"./article/components/ArticleTag.js";export{default as ArticleCategory}from"./article/components/ArticleCategory.js";export{default as ArticleDate}from"./article/components/ArticleDate.js";export{default as ArticleReadMore}from"./article/components/ArticleReadMore.js";export{default as HeroBanner}from"./hero-banner/components/HeroBanner.js";export{default as Breadcrumb}from"./breadcrumb/components/Breadcrumb.js";export{default as Button}from"./button/components/Button.js";export{default as Carousel}from"./carousel/components/root/Carousel.js";export{default as CarouselItem}from"./carousel/components/item/CarouselItem.js";export{default as Cart}from"./cart/components/Cart.js";export{default as CartList}from"./cart/components/CartList.js";export{default as CartLinePrice}from"./cart/components/CartLinePrice.js";export{default as CartLineVariant}from"./cart/components/CartLineVariant.js";export{default as CartLineImage}from"./cart/components/CartLineImage.js";export{default as CartTotalPrice}from"./cart/components/CartTotalPrice.js";export{default as CartTotalItem}from"./cart/components/CartTotalItem.js";export{default as CartCheckout}from"./cart/components/CartCheckout.js";export{default as DiscountInput}from"./cart/components/DiscountInput.js";export{default as CartDiscount}from"./cart/components/CartDiscount.js";export{default as CartOrderNote}from"./cart/components/CartOrderNote.js";export{default as CartLineAttribute}from"./cart/components/CartLineAttribute.js";export{default as CouponList}from"./cart/components/CouponList.js";export{default as ShopPayButton}from"./cart/components/shop-pay-button/ShopPayButton.js";export{default as CheckoutNow}from"./cart/components/CheckoutNow.js";export{default as CSSCode}from"./code/components/CSSCode.js";export{default as CollectionTitle}from"./collection/components/collection-title/CollectionTitle.js";export{default as CollectionBanner}from"./collection/components/collection-banner/CollectionBanner.js";export{default as CollectionDescription}from"./collection/components/collection-description/CollectionDescription.js";export{default as CollectionToolbar}from"./collection/components/collection-toolbar/CollectionToolbar.js";export{default as CollectionPaginator}from"./collection/components/collection-paginator/CollectionPaginator.js";export{default as Countdown}from"./countdown-timer/components/Countdown.js";export{default as Coupon}from"./coupon/components/Coupon.js";export{default as Dialog}from"./dialog/components/Dialog.js";export{default as EstimateDate}from"./estimate-delivery/components/EstimateDate.js";export{default as Root}from"./grid/components/root/Root.js";export{default as Section}from"./grid/components/section/Section.js";export{default as Row}from"./grid/components/row/Row.js";export{default as Col}from"./grid/components/col/Col.js";export{default as Newsletter}from"./form/components/newsletter/Newsletter.js";export{default as ContactForm}from"./form/components/contact/Contact.js";export{default as FormEmail}from"./form/components/form-email/FormEmail.js";export{default as SubmitButton}from"./form/components/submit-button/SubmitButton.js";export{default as FormDropdown}from"./form/components/form-dropdown/FormDropdown.js";export{default as TextField}from"./form/components/textfield/TextField.js";export{default as FormTextarea}from"./form/components/textarea/TextArea.js";export{default as FormCheckbox}from"./form/components/form-checkbox/FormCheckbox.js";export{default as TextInput}from"./form/components/textinput/TextInput.js";export{default as Header}from"./header/components/Header.js";export{default as BasicHeader}from"./header/components/kind/basic/index.js";export{default as ModernHeader}from"./header/components/kind/modern/index.js";export{default as MobileMenu}from"./header/components/kind/basic/MobileMenu.js";export{default as DesktopMenu}from"./header/components/kind/basic/DesktopMenu.js";export{default as Heading}from"./heading/components/Heading.js";export{default as Icon}from"./icon/components/Icon.js";export{default as IconList}from"./icon-list/components/IconList.js";export{default as IconListItem}from"./icon-list/components/IconListItem.js";export{default as IconListHoz}from"./icon-list-hoz/components/IconListHoz.js";export{default as IconListItemHoz}from"./icon-list-hoz/components/IconListHozItem.js";export{default as IconListV2}from"./icon-list-v2/components/IconList.js";export{default as Image}from"./image/components/Image.js";export{default as ImageComparison}from"./image-comparison/components/ImageComparison.js";export{default as ImageDetection}from"./image-detection/components/ImageDetection.js";export{default as Input}from"./input/components/Input.js";export{default as Line}from"./line/components/Line.js";export{default as Link}from"./link/components/Link.js";export{default as Marquee}from"./marquee/components/Marquee.js";export{default as MarqueeItem}from"./marquee/components/MarqueeItem.js";export{default as Menu}from"./menu/components/Menu.js";export{openConfirm}from"./modal/components/confirm.js";export{default as Modal}from"./modal/components/Modal.js";export{default as Pagination}from"./pagination/components/Pagination.js";export{default as PostPurchaseAdvancedList}from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";export{default as PostPurchaseAdvancedListItem}from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";export{default as PostPurchaseButton}from"./post-purchase/button/components/Button.js";export{default as PostPurchaseCalloutBox}from"./post-purchase/callout-banner/components/CalloutBox.js";export{default as PostPurchaseCalloutText}from"./post-purchase/callout-banner/components/CalloutText.js";export{default as PostPurchaseCountdownTimer}from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";export{default as PostPurchaseImage}from"./post-purchase/image/components/Image.js";export{default as PostPurchaseLine}from"./post-purchase/line/components/PostPurchaseLine.js";export{default as PostPurchaseLink}from"./post-purchase/link/components/PostPurchaseLink.js";export{default as PostPurchaseText}from"./post-purchase/text/components/Text.js";export{default as PostPurchaseProductPrice}from"./post-purchase/product/components/ProductPrice.js";export{default as PostPurchaseProductDescription}from"./post-purchase/product/components/ProductDescription.js";export{default as PostPurchaseProductTitle}from"./post-purchase/product/components/ProductTitle.js";export{default as PostPurchaseProductVariants}from"./post-purchase/product/components/product-variant/components/ProductVariant.js";export{default as PostPurchaseAcceptButton}from"./post-purchase/product/components/AcceptButton.js";export{default as PostPurchaseProductQuantity}from"./post-purchase/product/components/ProductQuantity.js";export{default as PostPurchaseProductPriceBreakdown}from"./post-purchase/product/components/ProductPriceBreakdown.js";export{default as PostPurchaseProductOffer}from"./post-purchase/product/components/product-offer/components/ProductOffer.js";export{default as PostPurchaseProductDiscountTag}from"./post-purchase/product/components/ProductDiscountTag.js";export{default as PostPurchaseProductImages}from"./post-purchase/product/components/product-image/index.js";export{postPurchaseProduct1Col}from"./post-purchase/product/settings/presets-config/product-presets/product-1-col.js";export{postPurchaseProduct2Col}from"./post-purchase/product/settings/presets-config/product-presets/product-2-col.js";export{postPurchaseProductDefault}from"./post-purchase/product/settings/presets-config/product-presets/product-default.js";export{default as Product}from"./product/components/product-wrap/Product.js";export{default as ProductTitle}from"./product/components/product-title/ProductTitle.js";export{default as ProductQuantity}from"./product/components/product-quantity/ProductQuantity.js";export{default as ProductPrice}from"./product/components/product-price/ProductPrice.js";export{default as ProductButton}from"./product/components/product-button/ProductButton.js";export{default as ProductDescription}from"./product/components/product-description/ProductDescription.js";export{default as ProductVariants}from"./product/components/product-variants/ProductVariants.js";export{default as ProductImages}from"./product/components/ProductImages.js";export{default as ProductImagesV2}from"./product/components/product-images-v2/ProductImageV2.js";export{default as 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 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 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};
@@ -43,7 +43,7 @@ import{template as e,cls as i,makeStyleResponsive as a,getResponsiveValueByScree
43
43
  {%- endif -%}`,alt:`{%- if variant.featured_image != null -%}
44
44
  {{variant.featured_image.alt}}
45
45
  {%- elsif variant.featured_image == null -%}
46
- {{featureMedia.alt}}
46
+ {{featureMedia.alt | escape}}
47
47
  {%- endif -%}`,setting:{layout:g?.ftLayout,aspectRatio:p},priority:!0,className:`gp-w-full featured-image-only ${i}`})}`;return e`<div
48
48
  class="featured-image-root gp-product-images-ft gp-flex"
49
49
  style="${{...s(g.position),..._(),...l(g)}}"
@@ -1,4 +1,4 @@
1
- import{template as e,getResponsiveValueByScreen as i,makeStyleResponsive as t,makeWidth as o}from"@gem-sdk/core";import r from"../../../image/components/NextImage.liquid.js";import{convertSpacing as a,getDisplayStyle as l}from"./common/helpers.js";import{getGalleryImageAspectRatio as d,getSliderPerShowConfig as s,getAllowDotConfig as p,getCarouselVerticalConfigByPosition as g,getZoomDisplay as n}from"./common/productGallery.js";import{getStyleOfObject as m}from"../../helpers/function.js";import{getDotStyleConfig as c}from"../product-images-v2/common/productGallery.js";import u from"../../../carousel/components/root/Carousel.liquid.js";import C from"../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:f,...h})=>{let v=d(h?.customAspectRadio,h?.aspectRatio),w=()=>l(e=>!("slider"===i(h?.type,e)||["left","right"].includes(i(h?.position,e)||"")),"flex"),y=(i,t)=>e`${r({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:i,style:t})}`,L=e=>`
1
+ import{template as e,getResponsiveValueByScreen as i,makeStyleResponsive as t,makeWidth as o}from"@gem-sdk/core";import r from"../../../image/components/NextImage.liquid.js";import{convertSpacing as a,getDisplayStyle as l}from"./common/helpers.js";import{getGalleryImageAspectRatio as d,getSliderPerShowConfig as s,getAllowDotConfig as p,getCarouselVerticalConfigByPosition as g,getZoomDisplay as n}from"./common/productGallery.js";import{getStyleOfObject as m}from"../../helpers/function.js";import{getDotStyleConfig as c}from"../product-images-v2/common/productGallery.js";import u from"../../../carousel/components/root/Carousel.liquid.js";import C from"../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:f,...h})=>{let v=d(h?.customAspectRadio,h?.aspectRatio),w=()=>l(e=>!("slider"===i(h?.type,e)||["left","right"].includes(i(h?.position,e)||"")),"flex"),y=(i,t)=>e`${r({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:i,style:t})}`,L=e=>`
2
2
  {% if media.media_type == 'video' %}
3
3
  {% assign mediaSourceUrl = media.sources.last.url %}
4
4
  {% endif %}
@@ -1,4 +1,4 @@
1
- import{template as e,cls as i,makeStyleResponsive as t,getResponsiveValueByScreen as a}from"@gem-sdk/core";import{getGalleryImageAspectRatio as r,getClassOverflowAndFlexWrapForGrid as o,getClassJustifyByPosition as d,getStyleWidthForGridItem as l,getZoomDisplay as p}from"./common/productGallery.js";import{getStyleOfObject as s}from"../../helpers/function.js";import g from"../../../image/components/NextImage.liquid.js";import{convertSpacingPx as m,getDisplayStyle as n}from"./common/helpers.js";let ProductGalleryCarousel=({builderPropUID:c,...u})=>{let C=r(u?.customAspectRadio,u?.aspectRatio),f=()=>n(e=>"slider"===a(u?.type,e)||["left","right"].includes(a(u?.position,e)||""),"flex"),h=(i,t)=>e`${g({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:i,style:t})}`,v=e=>`
1
+ import{template as e,cls as i,makeStyleResponsive as t,getResponsiveValueByScreen as a}from"@gem-sdk/core";import{getGalleryImageAspectRatio as r,getClassOverflowAndFlexWrapForGrid as o,getClassJustifyByPosition as d,getStyleWidthForGridItem as l,getZoomDisplay as p}from"./common/productGallery.js";import{getStyleOfObject as s}from"../../helpers/function.js";import g from"../../../image/components/NextImage.liquid.js";import{convertSpacingPx as m,getDisplayStyle as n}from"./common/helpers.js";let ProductGalleryCarousel=({builderPropUID:c,...u})=>{let C=r(u?.customAspectRadio,u?.aspectRatio),f=()=>n(e=>"slider"===a(u?.type,e)||["left","right"].includes(a(u?.position,e)||""),"flex"),h=(i,t)=>e`${g({src:"{{media.preview_image | product_img_url: '1024x1024'}}",width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:i,style:t})}`,v=e=>`
2
2
  {% if media.media_type == 'video' %}
3
3
  {% assign mediaSourceUrl = media.sources.last.url %}
4
4
  {% endif %}
@@ -1,4 +1,4 @@
1
- import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";import{getAspectRatio as t,getPaddingBottomByShapeSetting as r,getSrcImage as s}from"../../common/common.js";import{checkRenderFeaturedCarousel as d,getZoomImageClass as o,getZoomLenClass as u}from"../../common/productFeaturedImage.js";import m from"../../../../../video/components/HTML5Embed.liquid.js";import l from"../../../../../image/components/Modal3d.liquid.js";import g from"../../../../../image/components/NextImage.liquid.js";import n from"../../../../../image/components/Video.liquid.js";import{getStyleOfObject as p}from"../../../../helpers/function.js";import{getProductImagesStyles as c}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as M,Liquid as $,If as _}from"@gem-sdk/system";import b from"../../../../../carousel/components/root/Carousel.liquid.js";import w from"../../../../../carousel/components/item/CarouselItem.liquid.js";let FeatureImageWithGallery=({builderPropUID:v,children:I,enableLazyLoadImage:x,...q})=>{let{featuredImageCarouselClasses:z,galleryItemClasses:j,featuredCarouselItemClasses:S}=f(q),{featuredImageCarouselStyle:R,featureImageStyle:W,featureImageCarouselOnlyOneImageStyle:P,featureImageOnlyOneImageStyle:C,featureImageCarouselItemStyle:T}=c(q),{featuredImageCarouselSettingAttrs:L}=h(q),N=t(q.ftShape),k=()=>`
1
+ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";import{getAspectRatio as t,getPaddingBottomByShapeSetting as r,getSrcImage as s}from"../../common/common.js";import{checkRenderFeaturedCarousel as d,getZoomImageClass as o,getZoomLenClass as u}from"../../common/productFeaturedImage.js";import m from"../../../../../video/components/HTML5Embed.liquid.js";import l from"../../../../../image/components/Modal3d.liquid.js";import g from"../../../../../image/components/NextImage.liquid.js";import p from"../../../../../image/components/Video.liquid.js";import{getStyleOfObject as n}from"../../../../helpers/function.js";import{getProductImagesStyles as c}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as M,Liquid as $,If as _}from"@gem-sdk/system";import b from"../../../../../carousel/components/root/Carousel.liquid.js";import w from"../../../../../carousel/components/item/CarouselItem.liquid.js";let FeatureImageWithGallery=({builderPropUID:v,children:I,enableLazyLoadImage:x,...q})=>{let{featuredImageCarouselClasses:z,galleryItemClasses:j,featuredCarouselItemClasses:S}=f(q),{featuredImageCarouselStyle:R,featureImageStyle:W,featureImageCarouselOnlyOneImageStyle:P,featureImageOnlyOneImageStyle:C,featureImageCarouselItemStyle:T}=c(q),{featuredImageCarouselSettingAttrs:L}=h(q),N=t(q.ftShape),k=()=>`
2
2
  {% case featureMedia.media_type %}
3
3
  {% when 'image' %}
4
4
  ${D()}
@@ -13,7 +13,7 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
13
13
  {% else %}
14
14
  ${F()}
15
15
  {% endcase %}
16
- `,E=()=>l({src:y("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:N}),O=()=>n({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:N}),A=()=>m({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt}}",autoplay:!1,controls:!0,thumbnail:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",isCheckLoaded:!0,style:{width:"100%","max-height":"100%"},className:"gp-invisible"}),D=()=>a`
16
+ `,E=()=>l({src:y("featureMedia.sources.first.url contains '.glb'","{{ featureMedia.sources.first.url }}","{{featureMedia.sources.last.url}}"),alt:"{{featureMedia.preview_image.alt}}",poster:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%"},aspectRatio:N}),O=()=>p({src:"{{mediaSourceVideo}}",alt:"{{featureMedia.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"},aspectRatio:N}),A=()=>m({src:"{{mediaSourceVideo}}",title:"{{featureMedia.alt | escape}}",autoplay:!1,controls:!0,thumbnail:"{{featureMedia.preview_image.src | product_img_url: '1024x1024'}}",isCheckLoaded:!0,style:{width:"100%","max-height":"100%"},className:"gp-invisible"}),D=()=>a`
17
17
  ${V(i("gp-w-full gp-transition-opacity",{"group-hover:gp-opacity-0":"other"==q.hoverEffect},"{{shouldHidden}}"))}
18
18
  ${_(q?.hoverEffect!=="none",`<div class="${i("zoom-element !gp-max-w-none",o())}">
19
19
  ${V("image-zoom",!0)}
@@ -29,7 +29,7 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
29
29
  {% assign otherImage = product.media[other_image_index] %}
30
30
  ${y("otherImage.media_type != 'image'","{% assign src = otherImage.preview_image.src %}","{% assign src = otherImage.src %}")}
31
31
  `)}
32
- ${g({srcIsLiquidCode:!0,src:y("src != null",s("src"),"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}"),id:y("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt}}",srcset:`${s("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},priority:q?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e}`,enableLazyLoadImage:x})}`,F=()=>a`
32
+ ${g({srcIsLiquidCode:!0,src:y("src != null",s("src"),"{{ 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif' }}"),id:y("featureMedia != null","{{featureMedia.id}}"),width:"{{featureMedia.width}}",height:"{{featureMedia.height}}",alt:"{{featureMedia.alt | escape}}",srcset:`${s("src")}`,baseSrc:"{{src | image_url}}",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},priority:q?.preload,className:`gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none ${e}`,enableLazyLoadImage:x})}`,F=()=>a`
33
33
  ${g({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{layout:q?.ftLayout,aspectRatio:N,qualityType:q?.qualityType,qualityPercent:q?.qualityPercent},priority:q?.preload,className:"gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 featured-image-only gp-cursor-pointer !gp-rounded-none",enableLazyLoadImage:x})}`,H=r(q.ftShape),G=a=>`
34
34
  ${$(`{% assign productImageWidth = 0 %}
35
35
  {% case featureMedia.media_type %}
@@ -41,7 +41,7 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
41
41
  ${w({id:"{{section.id}}-{{imageID}}",contentType:"productImage",className:`${j(`gp-ft-image-item !gp-min-w-full !gp-max-w-full' ${a}`)}`,parentId:`${v}-{{section.id}}-{{product.id}}`,style:T,customStyle:{width:"{{productImageWidth}}px"},children:`
42
42
  <div
43
43
  class="gp-w-full gp-relative ${y("featureMedia == null or featureMedia.media_type == 'image'","{{ 'gp-h-0' }}","{{ 'gp-h-full !gp-pb-0' }}")}"
44
- style="${p(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
44
+ style="${n(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
45
45
  >
46
46
  ${k()}
47
47
  </div>
@@ -84,11 +84,11 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
84
84
  ${y("featureMedia == null","{% assign productImageWidth = 1600 %}")}
85
85
  <div
86
86
  class='gp-feature-image-carousel gp-feature-image-only'
87
- style="${p(W)}"
87
+ style="${n(W)}"
88
88
  >
89
89
  <div
90
90
  class="gp-relative"
91
- style="${p(C)}"
91
+ style="${n(C)}"
92
92
  >
93
93
  ${I}
94
94
  <div
@@ -96,11 +96,11 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
96
96
  product-id="{{product.id}}"
97
97
  product-media="{{product.media.size}}"
98
98
  class="${S(B)}"
99
- style="${p(P)}"
99
+ style="${n(P)}"
100
100
  >
101
101
  <div
102
102
  class="gp-w-full gp-relative ${y("featureMedia == null or featureMedia.media_type == 'image'","{{ 'gp-h-0' }}","{{ 'gp-h-full !gp-pb-0' }}")}"
103
- style="${p(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
103
+ style="${n(e("pb",H))} ${y("featureMedia.media_type == 'video' or featureMedia.media_type == 'external_video'","{{ 'display: flex; align-items: center; justify-content: center' }}")}"
104
104
  >
105
105
  ${k()}
106
106
  </div>
@@ -1,4 +1,4 @@
1
- import{template as e,makeStyleResponsive as t,getResponsiveValueByScreen as i}from"@gem-sdk/core";import o from"../../../../../image/components/NextImage.liquid.js";import{getPaddingBottomByShapeSetting as r,getDisplayStyle as s,getAspectRatio as a,getSrcImage as p}from"../../common/common.js";import{getShapeByLayout as l,getMinHeightByPosition as d,checkDisplayGalleryByWidth as m,getZoomDisplay as g,getCarouselVerticalConfigByPosition as n}from"../../common/productGallery.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getProductImagesStyles as u}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as C}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as b}from"@gem-sdk/system";import v from"../../../../../carousel/components/root/Carousel.liquid.js";import f from"../../../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:w,children:L,enableLazyLoadImage:F,...$})=>{let{featuredImageGalleryClasses:x,galleryItemClasses:I}=C($),{galleryCarouselSettingAttrs:_}=h($),{galleryCarouselStyle:k,galleryCarouselItemStyle:j}=u($),V=()=>{let e=(e,t,o)=>{let r=i(t,o),s=i(e,o),a="slider"===s&&("bottom-center"===r||"inside-bottom"===r),p=["left","right","inside-left","inside-right"].includes(r??"");return p||a},t=m({shapeByLayout:M}),o={desktop:t.desktop&&e($.type,$.position,"desktop"),tablet:t.tablet&&e($.type,$.position,"tablet"),mobile:t.mobile&&e($.type,$.position,"mobile")};return s(e=>!o[e],"flex")},M=l({shape:$.shape,shapeForBottom:$.shapeForBottom,shapeFor1Col:$.shapeFor1Col,shapeFor2Col:$.shapeFor2Col,shapeForFtOnly:$.shapeForFtOnly,shapeForInsideBottom:$.shapeForInsideBottom,shapeForInside:$.shapeForInside},$.position),P=(t,i)=>e`${o({srcIsLiquidCode:!0,src:`${p("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",setting:t,baseSrc:"{{media.preview_image | image_url}}",customLazyload:!0,style:i,className:"!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer",enableLazyLoadImage:F})}`,Z=r(M),q=e=>`
1
+ import{template as e,makeStyleResponsive as t,getResponsiveValueByScreen as i}from"@gem-sdk/core";import o from"../../../../../image/components/NextImage.liquid.js";import{getPaddingBottomByShapeSetting as r,getDisplayStyle as s,getAspectRatio as a,getSrcImage as p}from"../../common/common.js";import{getShapeByLayout as l,getMinHeightByPosition as d,checkDisplayGalleryByWidth as m,getZoomDisplay as g,getCarouselVerticalConfigByPosition as n}from"../../common/productGallery.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getProductImagesStyles as u}from"../../composables/getProductImagesStyles.js";import{getProductImagesClassName as C}from"../../composables/getProductImagesClassName.js";import{getProductImagesAttr as h}from"../../composables/getProductImagesAttr.js";import{LiquidIf as y,LiquidFor as b}from"@gem-sdk/system";import v from"../../../../../carousel/components/root/Carousel.liquid.js";import f from"../../../../../carousel/components/item/CarouselItem.liquid.js";let ProductGalleryCarousel=({builderPropUID:w,children:L,enableLazyLoadImage:F,...$})=>{let{featuredImageGalleryClasses:x,galleryItemClasses:I}=C($),{galleryCarouselSettingAttrs:_}=h($),{galleryCarouselStyle:k,galleryCarouselItemStyle:j}=u($),V=()=>{let e=(e,t,o)=>{let r=i(t,o),s=i(e,o),a="slider"===s&&("bottom-center"===r||"inside-bottom"===r),p=["left","right","inside-left","inside-right"].includes(r??"");return p||a},t=m({shapeByLayout:M}),o={desktop:t.desktop&&e($.type,$.position,"desktop"),tablet:t.tablet&&e($.type,$.position,"tablet"),mobile:t.mobile&&e($.type,$.position,"mobile")};return s(e=>!o[e],"flex")},M=l({shape:$.shape,shapeForBottom:$.shapeForBottom,shapeFor1Col:$.shapeFor1Col,shapeFor2Col:$.shapeFor2Col,shapeForFtOnly:$.shapeForFtOnly,shapeForInsideBottom:$.shapeForInsideBottom,shapeForInside:$.shapeForInside},$.position),P=(t,i)=>e`${o({srcIsLiquidCode:!0,src:`${p("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",setting:t,baseSrc:"{{media.preview_image | image_url}}",customLazyload:!0,style:i,className:"!gp-rounded-none gp-w-full gp-h-full gp-absolute gp-top-0 gp-left-0 gp-cursor-pointer",enableLazyLoadImage:F})}`,Z=r(M),q=e=>`
2
2
  ${y("media.media_type == 'video'","{% assign mediaSourceUrl = media.sources.last.url %}")}
3
3
  ${y("media.media_type == 'external_video'","{% assign mediaSourceUrl = media | external_video_url %}")}
4
4
  ${y("media.media_type == 'image'","{% assign mediaSourceUrl = media.src %}")}
@@ -1,12 +1,12 @@
1
- import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cls as t}from"@gem-sdk/core";import{Liquid as o,LiquidFor as s,LiquidIf as d,If as r}from"@gem-sdk/system";import l from"../../../../../image/components/Modal3d.liquid.js";import m from"../../../../../image/components/NextImage.liquid.js";import p from"../../../../../image/components/Video.liquid.js";import g from"../../../../../video/components/HTML5Embed.liquid.js";import{getStyleOfObject as c}from"../../../../helpers/function.js";import{getAspectRatio as n,getSrcImage as u}from"../../common/common.js";import{getZoomImageClass as h,getZoomLenClass as y}from"../../common/productFeaturedImage.js";import{getShapeByLayout as C,getZoomDisplay as v}from"../../common/productGallery.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as w}from"../../composables/getProductImagesStyles.js";let ProductGalleryGrid=({builderPropUID:_,wrapperStyle:$,children:b,enableLazyLoadImage:L,...x})=>{let{galleryItemClasses:F,galleryGridWrapperClasses:V}=f(x),{galleryGridStyles:q,galleryGridItemStyles:I}=w(x),M=C({shape:x.shape,shapeForBottom:x.shapeForBottom,shapeFor1Col:x.shapeFor1Col,shapeFor2Col:x.shapeFor2Col,shapeForFtOnly:x.shapeForFtOnly,shapeForInsideBottom:x.shapeForInsideBottom,shapeForInside:x.shapeForInside},x.position),j=()=>{let i=["desktop","mobile","tablet"],t={desktop:"none",tablet:"none",mobile:"none"};return i.forEach(e=>{let i=a(x?.position,e);t={...t,[e]:"one-col"===i||"two-col"==i?"block":"none"}}),e("d",t)},k=(e,a)=>i`
2
- ${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt}}",baseSrc:"{{media.preview_image | image_url}}",setting:e,style:a,className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:L})}
1
+ import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cls as t}from"@gem-sdk/core";import{Liquid as o,LiquidFor as s,LiquidIf as d,If as r}from"@gem-sdk/system";import l from"../../../../../image/components/Modal3d.liquid.js";import m from"../../../../../image/components/NextImage.liquid.js";import p from"../../../../../image/components/Video.liquid.js";import c from"../../../../../video/components/HTML5Embed.liquid.js";import{getStyleOfObject as g}from"../../../../helpers/function.js";import{getAspectRatio as n,getSrcImage as u}from"../../common/common.js";import{getZoomImageClass as h,getZoomLenClass as y}from"../../common/productFeaturedImage.js";import{getShapeByLayout as C,getZoomDisplay as v}from"../../common/productGallery.js";import{getProductImagesClassName as f}from"../../composables/getProductImagesClassName.js";import{getProductImagesStyles as w}from"../../composables/getProductImagesStyles.js";let ProductGalleryGrid=({builderPropUID:_,wrapperStyle:$,children:b,enableLazyLoadImage:L,...x})=>{let{galleryItemClasses:F,galleryGridWrapperClasses:V}=f(x),{galleryGridStyles:q,galleryGridItemStyles:I}=w(x),M=C({shape:x.shape,shapeForBottom:x.shapeForBottom,shapeFor1Col:x.shapeFor1Col,shapeFor2Col:x.shapeFor2Col,shapeForFtOnly:x.shapeForFtOnly,shapeForInsideBottom:x.shapeForInsideBottom,shapeForInside:x.shapeForInside},x.position),j=()=>{let i=["desktop","mobile","tablet"],t={desktop:"none",tablet:"none",mobile:"none"};return i.forEach(e=>{let i=a(x?.position,e);t={...t,[e]:"one-col"===i||"two-col"==i?"block":"none"}}),e("d",t)},k=(e,a)=>i`
2
+ ${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",alt:"{{media.alt | escape}}",baseSrc:"{{media.preview_image | image_url}}",setting:e,style:a,className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:L})}
3
3
  ${r(x?.galleryHoverEffect!=="none",`<div class="${t("zoom-element !gp-max-w-none gp-w-full gp-h-full",h())}">
4
- ${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",baseSrc:"{{media.preview_image | image_url}}",alt:"{{media.alt}}",setting:e,style:a,className:"!gp-rounded-none gp-w-full gp-h-full",customLazyload:!1,enableLazyLoadImage:L})}
4
+ ${m({srcIsLiquidCode:!0,src:`${u("media.preview_image")}`,width:"{{media.width}}",height:"{{media.height}}",baseSrc:"{{media.preview_image | image_url}}",alt:"{{media.alt | escape}}",setting:e,style:a,className:"!gp-rounded-none gp-w-full gp-h-full",customLazyload:!1,enableLazyLoadImage:L})}
5
5
  </div>`," ")}
6
6
  ${r(x?.galleryHoverEffect=="zoom"&&x?.galleryZoomType=="glasses",`<div class="${t("zoom-lens-element",y())}" style="opacity: 0; background-image: url('{{media.preview_image | product_img_url: '1024x1024'}}')">
7
7
  </div>
8
8
  `," ")}
9
- `,S=()=>l({src:d("media.sources.first.url contains '.glb'","{{ media.sources.first.url }}","{{media.sources.last.url}}"),alt:"{{media.preview_image.alt}}",poster:"{{media.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%",height:"100%"},aspectRatio:n(M)}),Z=()=>p({src:"{{mediaSourceVideo}}",alt:"{{media.alt}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),z=()=>g({src:"{{mediaSourceVideo}}",title:"{{media.alt}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),B=()=>i`
9
+ `,S=()=>l({src:d("media.sources.first.url contains '.glb'","{{ media.sources.first.url }}","{{media.sources.last.url}}"),alt:"{{media.preview_image.alt}}",poster:"{{media.preview_image.src | product_img_url: '1024x1024'}}",cameraControls:!0,arStatus:"not-presenting",style:{width:"100%",height:"100%"},aspectRatio:n(M)}),Z=()=>p({src:"{{mediaSourceVideo}}",alt:"{{media.alt | escape}}",autoplay:!1,allowfullscreen:!0,controls:!0,style:{width:"100%",height:"100%"}}),z=()=>c({src:"{{mediaSourceVideo}}",title:"{{media.alt | escape}}",autoplay:!1,controls:!0,style:{width:"100%","max-height":"100%"}}),B=()=>i`
10
10
  ${d("media.media_type == 'video' or media.media_type == 'external_video'",`<div class="gp-absolute gp-pb-1 gp-pr-1 gp-right-0 gp-bottom-0" >
11
11
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
12
12
  <rect opacity="0.9" width="24" height="24" rx="3" fill="#212121"/>
@@ -22,7 +22,7 @@ import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cl
22
22
  ${k({aspectRatio:n(M),layout:x?.layout,qualityType:x?.qualityType,qualityPercent:x?.qualityPercent},{width:"100%",height:"100%"})}
23
23
 
24
24
  <div class="gp-absolute gp-inset-0 gp-flex gp-cursor-pointer gp-items-center gp-justify-center gp-bg-black/50 gp-opacity-0 gp-transition-opacity gp-duration-100 group-hover:gp-opacity-100"
25
- style="${c(v(x?.clickOpenLightBox))}" >
25
+ style="${g(v(x?.clickOpenLightBox))}" >
26
26
  <svg
27
27
  height="100%"
28
28
  width="100%"
@@ -54,7 +54,7 @@ import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cl
54
54
  grid-index="{{forloop.index}}"
55
55
  data-outline="${i?"active":"deactive"}"
56
56
  class="${F(`gem-slider-item-${_}-{{product.id}} gp-gallery-image-item ${i}`)}"
57
- style="${c(I)}"
57
+ style="${g(I)}"
58
58
  >
59
59
  <div class="gp-h-full gp-w-full" style="${d("media == null or media.media_type == 'image'","display: block !important;")}">
60
60
  ${d("media != null",B(),P())}
@@ -63,7 +63,7 @@ import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cl
63
63
  {% assign isMedia= false %}
64
64
  ${d("media.media_type == 'external_video' or media.media_type == 'video' or media.media_type == 'model'","{% assign isMedia = true %}")}
65
65
  <div class="${d("isMedia","gp-flex gp-justify-center gp-items-center")}"
66
- style="${d("isMedia",c({...e("aspect",n(M))}))} ${c({...j()})}"
66
+ style="${d("isMedia",g({...e("aspect",n(M))}))} ${g({...j()})}"
67
67
  >
68
68
  {% case media.media_type %}
69
69
  {% when 'external_video' %}
@@ -80,7 +80,7 @@ import{makeStyleResponsive as e,template as i,getResponsiveValueByScreen as a,cl
80
80
  ${m({srcIsLiquidCode:!0,src:"https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif",alt:"No Image",sizes:"(max-width: 768px) 50vw, 100vw",setting:{aspectRatio:n(M),layout:x?.layout,qualityType:x?.qualityType,qualityPercent:x?.qualityPercent},className:"!gp-rounded-none",customLazyload:!1,enableLazyLoadImage:L})}`;return o(`
81
81
  <div type="grid-gallery"
82
82
  class="${V}"
83
- style="${c(q)}}"
83
+ style="${g(q)}}"
84
84
  >
85
85
  ${s("media in product.media",`${d("media.media_type == 'image'",s("image in product.images",d("image.src == media.src","{% assign imageID = image.id %}{% break %}")),"{% assign imageID = '' %}")}
86
86
  ${d("media.id == product.featured_media.id ",H(x?.borderActive?.border!=="none"?"active":""),H())}`)}
@@ -7383,6 +7383,7 @@ type DynamicSource = {
7383
7383
  isReplaceMaxSize?: boolean;
7384
7384
  isReplaceInventoryQuantity?: boolean;
7385
7385
  };
7386
+ declare const REGEX_PAGE_TYPE: RegExp;
7386
7387
  declare const getLinkArticle: (linkArticle?: string, customURL?: {
7387
7388
  link?: string;
7388
7389
  target?: string;
@@ -7431,4 +7432,4 @@ declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) =>
7431
7432
  declare function isEmptyObject(obj: Record<string, any>): boolean;
7432
7433
  declare const handleClickLink: (setting?: ImageLink, mode?: RenderMode) => void;
7433
7434
 
7434
- export { Accordion$1 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, 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$1 as ArticlePagination, ArticleReadMore$1 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, 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$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, type CarouselItemProps, type CarouselProps, type CarouselSettingProps, type CarouselStyleProps, 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$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 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, DesktopMenu, Dialog$1 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$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 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$1 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$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 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, 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$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 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$1 as PostPurchaseButton, type PostPurchaseButtonProps, 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, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 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$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$2 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, type ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, type ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, type PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, type PushOwlProps, QUANTITY_SOURCE, QikifyUpsell$1 as QikifyUpsell, type QikifyUpsellProps, 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$1 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$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 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, type VendorProps, Video$1 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, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, 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, useNotification, videoSetting, youtubeShortsRegex };
7435
+ export { Accordion$1 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, 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$1 as ArticlePagination, ArticleReadMore$1 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, 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$2 as Button, type ButtonProps, CONTINUE_SELLING_WHEN_OUT_OF_STOCK, CSSCode$1 as CSSCode, type CSSCodeProps, type CalloutBoxProps, type CalloutTextProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, type CarouselItemProps, type CarouselProps, type CarouselSettingProps, type CarouselStyleProps, 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$1 as CollectionDescription, type CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, type CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, type CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, type CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, type CountdownProps, Coupon$1 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, DesktopMenu, Dialog$1 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$1 as EstimateDate, type EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, type EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, type FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, type FeraReviewsProps, FileUpload$1 as FileUpload, type FileUploadProps, FirePush$1 as FirePush, type FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, type FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, type FordeerProductLabelsProps, FormCheckbox, type FormCheckboxProps, FormDropdown$1 as FormDropdown, type FormDropdownProps, FormEmail$1 as FormEmail, type FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, type FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, type GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, type GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, type GoogleReviewsByReputonProps, Growave$1 as Growave, type GrowaveProps, Header, type HeaderProps, Heading$1 as Heading, type HeadingProps, HeroBanner$1 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$1 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$1 as IconListV2, type IconProps, Image$1 as Image, ImageComparison$1 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, 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$1 as Newsletter, type NewsletterProps, Notify as Notice, type NotificationAPI, type NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, type NotifyBackInStockPreOrderProps, OUT_OF_STOCK, type ObjectFit$1 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$1 as PostPurchaseButton, type PostPurchaseButtonProps, 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, PostPurchaseProductTitle, type PostPurchaseProductTitleProps, PostPurchaseProductVariants, type PostPurchaseProductVariantsProps, Text$2 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$1 as ProductBadge, type ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, type ProductBundleDiscountProps, type ProductBundleItemDiscountProps, ProductButton$1 as ProductButton, type ProductButtonProps, ProductDescription$1 as ProductDescription, type ProductDescriptionProps, ProductImages$2 as ProductImages, type ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, type ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, type ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, type ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, type ProductPriceProps, type ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, type ProductProps, ProductQuantity$1 as ProductQuantity, type ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, type ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, type ProductTagProps, ProductTitle$1 as ProductTitle, type ProductTitleProps, ProductVariants$1 as ProductVariants, type ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 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$1 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$1 as Sticky, StockCounter$1 as StockCounter, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, type SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, type SubmitButtonProps, TabItem$1 as TabItem, type TabItemProps, Tabs$1 as Tabs, type TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, type TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, type TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, type TeeinblueProductPersonalizerProps, Text$1 as Text, type TextAreaProps, TextField$1 as TextField, type TextFieldProps, TextInput$1 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, type VendorProps, Video$1 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, cartSetting, checkIsOpenPopup, checkIsScrollToTop, codeSetting, collectionSetting, _default$1 as componentSettings, contactFormSetting, convertSizeToWidth, convertUnitToNumber, countdownSetting, couponSetting, dialogSetting, estimateDeliverySetting, filterTruthyObject, filterTruthyStyles, getAllHrefFromString, getDisplayStyle, getDynamicSourceLocales, getInlineCss, getInsertLinkData, getLinkArticle, getLinkData, getLiquidInitData, getLiquidTextContent, getSettingPreloadData, getStaticLocale, getTextDisplayData, gridSetting, handleClickLink, headerSetting, headingSetting, iconListHozSetting, iconListSetting, iconListSettingV2, iconSetting, imageComparisonSetting, imageDetectionSetting, imageSetting, inputSetting, isEmptyObject, isHexTransparent, isLinkedToSalesPage, isTransparentColor, isTransparentRGBA, lineSetting, linkSetting, index_liquid as liquidComponents, marqueeSetting, menuSetting, modalSetting, _default$3 as nextComponent, normalizeMailto, openConfirm, paginationSetting, postPurchaseAdvancedListSetting, postPurchaseButtonSetting, 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, useNotification, videoSetting, youtubeShortsRegex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "3.1.0-staging.1147",
3
+ "version": "3.1.0-staging.1148",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",