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

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 (116) hide show
  1. package/dist/cjs/builder.js +1 -1
  2. package/dist/cjs/coupon/settings/configs/presets.js +1 -1
  3. package/dist/cjs/hero-banner/settings/configs/ui-v2.js +1 -1
  4. package/dist/cjs/image/common/attrs.js +1 -1
  5. package/dist/cjs/index.js +1 -1
  6. package/dist/cjs/next.js +1 -1
  7. package/dist/cjs/post-purchase/product/components/AcceptButton.js +1 -1
  8. package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  9. package/dist/cjs/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  10. package/dist/cjs/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  11. package/dist/cjs/post-purchase/product/constants/index.js +1 -1
  12. package/dist/cjs/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  13. package/dist/cjs/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  14. package/dist/cjs/post-purchase/product/index.js +1 -1
  15. package/dist/cjs/post-purchase/product/next.js +1 -1
  16. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  17. package/dist/cjs/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  18. package/dist/cjs/postPurchaseSetting.js +1 -1
  19. package/dist/cjs/product/components/product-badge/ProductBadge.liquid.js +19 -19
  20. package/dist/cjs/product/components/product-badge/common/styles.js +1 -1
  21. package/dist/cjs/product/components/product-badge/utils/renderBadgeLiquid.js +9 -4
  22. package/dist/cjs/product/components/product-button/ProductButton.liquid.js +1 -0
  23. package/dist/cjs/product/settings/product-quantity/configs/presets.js +1 -1
  24. package/dist/cjs/sticky/settings/configs/presets.js +2 -2
  25. package/dist/cjs/third-party/components/Trustoo.liquid.js +7 -5
  26. package/dist/cjs/third-party/settings/Trustoo/index.js +1 -1
  27. package/dist/cjs/third-party/settings/Trustoo/uiV2.js +1 -1
  28. package/dist/esm/builder.js +1 -1
  29. package/dist/esm/coupon/settings/configs/presets.js +1 -1
  30. package/dist/esm/hero-banner/settings/configs/ui-v2.js +1 -1
  31. package/dist/esm/image/common/attrs.js +1 -1
  32. package/dist/esm/index.js +1 -1
  33. package/dist/esm/next.js +1 -1
  34. package/dist/esm/post-purchase/product/components/AcceptButton.js +1 -1
  35. package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +1 -1
  36. package/dist/esm/post-purchase/product/components/price-breakdown/MoneyLine.js +1 -1
  37. package/dist/esm/post-purchase/product/components/product-offer/hooks/useProductOfferData.js +1 -1
  38. package/dist/esm/post-purchase/product/constants/index.js +1 -1
  39. package/dist/esm/post-purchase/product/hooks/useGetMoneyLines.js +1 -1
  40. package/dist/esm/post-purchase/product/hooks/useGetTextSetting.js +1 -1
  41. package/dist/esm/post-purchase/product/index.js +1 -1
  42. package/dist/esm/post-purchase/product/next.js +1 -1
  43. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/settings.js +1 -1
  44. package/dist/esm/post-purchase/product/settings/product-price-breakdown/configs/ui-v2.js +1 -1
  45. package/dist/esm/postPurchaseSetting.js +1 -1
  46. package/dist/esm/product/components/product-badge/ProductBadge.liquid.js +23 -23
  47. package/dist/esm/product/components/product-badge/common/styles.js +1 -1
  48. package/dist/esm/product/components/product-badge/utils/renderBadgeLiquid.js +9 -4
  49. package/dist/esm/product/components/product-button/ProductButton.liquid.js +7 -6
  50. package/dist/esm/product/settings/product-quantity/configs/presets.js +1 -1
  51. package/dist/esm/sticky/settings/configs/presets.js +2 -2
  52. package/dist/esm/third-party/components/Trustoo.liquid.js +9 -7
  53. package/dist/esm/third-party/settings/Trustoo/index.js +1 -1
  54. package/dist/esm/third-party/settings/Trustoo/uiV2.js +1 -1
  55. package/dist/types/index.d.ts +2 -80
  56. package/package.json +4 -4
  57. package/dist/cjs/post-purchase/buyer-consent/common/classes.js +0 -1
  58. package/dist/cjs/post-purchase/buyer-consent/common/helpers.js +0 -1
  59. package/dist/cjs/post-purchase/buyer-consent/common/styles.js +0 -1
  60. package/dist/cjs/post-purchase/buyer-consent/components/BuyerConsent.js +0 -1
  61. package/dist/cjs/post-purchase/buyer-consent/index.js +0 -1
  62. package/dist/cjs/post-purchase/buyer-consent/next.js +0 -1
  63. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +0 -5
  64. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +0 -1
  65. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +0 -1
  66. package/dist/cjs/post-purchase/buyer-consent/settings/buyer-consent/index.js +0 -5
  67. package/dist/cjs/post-purchase/product/components/product-subscription/ProductSubscription.js +0 -1
  68. package/dist/cjs/post-purchase/product/components/product-subscription/common/attrs.js +0 -1
  69. package/dist/cjs/post-purchase/product/components/product-subscription/common/classes.js +0 -1
  70. package/dist/cjs/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +0 -1
  71. package/dist/cjs/post-purchase/product/components/product-subscription/common/styles.js +0 -1
  72. package/dist/cjs/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +0 -1
  73. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +0 -1
  74. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +0 -1
  75. package/dist/cjs/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +0 -1
  76. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +0 -1
  77. package/dist/cjs/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +0 -1
  78. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +0 -1
  79. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +0 -1
  80. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +0 -1
  81. package/dist/cjs/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +0 -1
  82. package/dist/cjs/post-purchase/product/hooks/useSubscriptionConsentCheck.js +0 -1
  83. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/presets.js +0 -10
  84. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/settings.js +0 -1
  85. package/dist/cjs/post-purchase/product/settings/product-subscription/configs/ui-v2.js +0 -1
  86. package/dist/cjs/post-purchase/product/settings/product-subscription/index.js +0 -10
  87. package/dist/esm/post-purchase/buyer-consent/common/classes.js +0 -1
  88. package/dist/esm/post-purchase/buyer-consent/common/helpers.js +0 -1
  89. package/dist/esm/post-purchase/buyer-consent/common/styles.js +0 -1
  90. package/dist/esm/post-purchase/buyer-consent/components/BuyerConsent.js +0 -1
  91. package/dist/esm/post-purchase/buyer-consent/index.js +0 -1
  92. package/dist/esm/post-purchase/buyer-consent/next.js +0 -1
  93. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/presets.js +0 -5
  94. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/settings.js +0 -1
  95. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/configs/ui-v2.js +0 -1
  96. package/dist/esm/post-purchase/buyer-consent/settings/buyer-consent/index.js +0 -5
  97. package/dist/esm/post-purchase/product/components/product-subscription/ProductSubscription.js +0 -1
  98. package/dist/esm/post-purchase/product/components/product-subscription/common/attrs.js +0 -1
  99. package/dist/esm/post-purchase/product/components/product-subscription/common/classes.js +0 -1
  100. package/dist/esm/post-purchase/product/components/product-subscription/common/extractSellingPlanSettings.js +0 -1
  101. package/dist/esm/post-purchase/product/components/product-subscription/common/styles.js +0 -1
  102. package/dist/esm/post-purchase/product/components/product-subscription/components/OneTimePurchaseTooltip.js +0 -1
  103. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanDropdown.js +0 -1
  104. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanLabel.js +0 -1
  105. package/dist/esm/post-purchase/product/components/product-subscription/components/SellingPlanRadio.js +0 -1
  106. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionDetail.js +0 -1
  107. package/dist/esm/post-purchase/product/components/product-subscription/components/SubscriptionRadio.js +0 -1
  108. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanChange.js +0 -1
  109. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingPlanOptions.js +0 -1
  110. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSellingSubscription.js +0 -1
  111. package/dist/esm/post-purchase/product/components/product-subscription/hooks/useSubscriptionVisibility.js +0 -1
  112. package/dist/esm/post-purchase/product/hooks/useSubscriptionConsentCheck.js +0 -1
  113. package/dist/esm/post-purchase/product/settings/product-subscription/configs/presets.js +0 -10
  114. package/dist/esm/post-purchase/product/settings/product-subscription/configs/settings.js +0 -1
  115. package/dist/esm/post-purchase/product/settings/product-subscription/configs/ui-v2.js +0 -1
  116. package/dist/esm/post-purchase/product/settings/product-subscription/index.js +0 -10
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),useDynamicProduct=require("../../../hooks/useDynamicProduct.js"),React=require("react"),index=require("../../../helpers/index.js"),ProductOfferPlaceholder=require("../../../constants/ProductOfferPlaceholder.js");const useProductOfferData=()=>{let e=core.usePageStore(e=>e.productOffers),o=core.usePageStore(e=>e.publicStoreFrontData),{isDynamicProduct:r}=useDynamicProduct.useDynamicProduct(),t=core.usePageStore(e=>e.dynamicDiscountOffer),c=React.useMemo(()=>r?t?.appliedProductCount:e?.length,[t?.appliedProductCount,r,e?.length]),u=React.useMemo(()=>e?.sort((e,o)=>e?.node?.position&&o?.node?.position?e.node.position-o.node.position:0).map(e=>e?.node?.objectBaseID).filter(Boolean),[e]),{isLoading:a,isValidating:d,data:n}=core.useProductOffersQuery(u||[],{revalidateOnMount:!0},{allStatus:!0,fetcher:index.hasPublicStoreFrontData(o)?index.createStoreFrontFetcher(o):void 0}),s=React.useMemo(()=>a||d,[a,d]),i=React.useMemo(()=>core.flattenConnection(n?.products),[n?.products]),l=React.useMemo(()=>r&&t?.appliedProductCount?Array(t.appliedProductCount).fill(ProductOfferPlaceholder.productOfferPlaceholder):u?.map(e=>i?.find(o=>o?.baseID===e)).filter(Boolean),[r,t?.appliedProductCount,u,i]);return{isLoading:s,productSortedById:l,totalProduct:c}};exports.useProductOfferData=useProductOfferData;
1
+ "use strict";var core=require("@gem-sdk/core"),useDynamicProduct=require("../../../hooks/useDynamicProduct.js"),React=require("react"),index=require("../../../helpers/index.js"),ProductOfferPlaceholder=require("../../../constants/ProductOfferPlaceholder.js");const useProductOfferData=()=>{let e=core.usePageStore(e=>e.productOffers),o=core.usePageStore(e=>e.publicStoreFrontData),{isDynamicProduct:r}=useDynamicProduct.useDynamicProduct(),t=core.usePageStore(e=>e.dynamicDiscountOffer),c=React.useMemo(()=>r?t?.appliedProductCount:e?.length,[t?.appliedProductCount,r,e?.length]),u=React.useMemo(()=>e?.sort((e,o)=>e?.node?.position&&o?.node?.position?e.node.position-o.node.position:0).map(e=>e?.node?.objectBaseID).filter(Boolean),[e]),{isLoading:a,isValidating:d,data:n}=core.useProductsQuery(u||[],{revalidateOnMount:!0},{allStatus:!0,fetcher:index.hasPublicStoreFrontData(o)?index.createStoreFrontFetcher(o):void 0}),s=React.useMemo(()=>a||d,[a,d]),i=React.useMemo(()=>core.flattenConnection(n?.products),[n?.products]),l=React.useMemo(()=>r&&t?.appliedProductCount?Array(t.appliedProductCount).fill(ProductOfferPlaceholder.productOfferPlaceholder):u?.map(e=>i?.find(o=>o?.baseID===e)).filter(Boolean),[r,t?.appliedProductCount,u,i]);return{isLoading:s,productSortedById:l,totalProduct:c}};exports.useProductOfferData=useProductOfferData;
@@ -1 +1 @@
1
- "use strict";const NEXT_AND_PREV_URLS={},BUTTON_URL_MAP_POST_PURCHASE={next:{vertical:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-6c7f10a8-a205-43bd-b39c-aab044bb3771.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a3c3d74c-2cde-49e5-9854-8079f5239013.svg"},horizontal:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a3d1f159-001d-4301-bead-214606caf995.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a5ac0286-5941-4bd7-a21d-72a6c017aeea.svg"}},prev:{vertical:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-010c3c2a-fcc3-4b09-84a2-734d924ad49b.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-4e4e886a-5aa1-4bb3-ab48-aa7752fd5eba.svg"},horizontal:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-33e3810b-a94c-40a1-a48b-4eba39013f15.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a2eb5093-0203-4973-8ade-183d5bdefdce.svg"}}};exports.SubscriptionEnum=void 0,function(s){s.ONE_TIME="one-time",s.SUBSCRIPTION="subscription"}(exports.SubscriptionEnum||(exports.SubscriptionEnum={})),exports.BUTTON_URL_MAP_POST_PURCHASE=BUTTON_URL_MAP_POST_PURCHASE;
1
+ "use strict";const NEXT_AND_PREV_URLS={},BUTTON_URL_MAP_POST_PURCHASE={next:{vertical:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-6c7f10a8-a205-43bd-b39c-aab044bb3771.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a3c3d74c-2cde-49e5-9854-8079f5239013.svg"},horizontal:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a3d1f159-001d-4301-bead-214606caf995.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a5ac0286-5941-4bd7-a21d-72a6c017aeea.svg"}},prev:{vertical:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-010c3c2a-fcc3-4b09-84a2-734d924ad49b.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-4e4e886a-5aa1-4bb3-ab48-aa7752fd5eba.svg"},horizontal:{disabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-33e3810b-a94c-40a1-a48b-4eba39013f15.svg",enabled:"https://cdn.shopify.com/s/files/1/0789/8018/6418/files/472169286689883168-a2eb5093-0203-4973-8ade-183d5bdefdce.svg"}}};exports.BUTTON_URL_MAP_POST_PURCHASE=BUTTON_URL_MAP_POST_PURCHASE;
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),useDynamicProduct=require("./useDynamicProduct.js");const useGetMoneyLines=(e,t)=>{let{isDynamicProduct:o,dynamicPrice:u,dynamicDiscount:i,isEnableDynamicDiscount:s}=useDynamicProduct.useDynamicProduct(),a=core.useProductOfferDiscount(),n=core.useCurrentVariant(),{quantity:r}=core.useQuantity(),{t:l}=core.useI18nStore(),c=a*(r||1),b=core.useFormatMoney(c,!1),p=core.convertDecimalToNumber(n?.price)??0,d=p*(r||1),h=core.useFormatMoney(d,!1),L=core.shopifyPriceRounding(c,2),y=core.useFormatMoney(d-parseFloat(L),!1),m=()=>{let n=[];return!1!==e.isShowSubTotalLabel&&n.push({title:t.subTotalLabel,money:o?u:h,uniqueId:"subTotalLabel"}),!1!==e.isShowDiscountLabel&&n.push({title:t.discountLabel,money:o&&i&&s?`${i.value}%`:a>0?b:"No discount",uniqueId:"discountLabel"}),!1!==e.isShowShippingLabel&&n.push({title:t.shippingLabel,uniqueId:"shippingLabel",tooltip:{content:"Shipping fee will be calculated on real offer page",width:"23em"}}),!1!==e.isShowTaxesLabel&&n.push({title:t.taxesLabel,uniqueId:"taxesLabel",tooltip:{content:"Taxes will be calculated on real offer page",width:"20em"}}),!1!==e.isShowTotalLabel&&n.push({title:t.totalLabel,money:o?u:y,uniqueId:"totalLabel"}),t?.isShowRecurringTotalLabel!==!1&&n.push({title:l("Recurring subtotal"),money:"$20.00 every week",uniqueId:"recurringTotalLabel",subTitle:l("Doesn't include shipping, tax or duties")}),n};return{getMoneyLines:m}};exports.useGetMoneyLines=useGetMoneyLines;
1
+ "use strict";var core=require("@gem-sdk/core"),useDynamicProduct=require("./useDynamicProduct.js");const useGetMoneyLines=(e,t)=>{let{isDynamicProduct:o,dynamicPrice:u,dynamicDiscount:i,isEnableDynamicDiscount:a}=useDynamicProduct.useDynamicProduct(),s=core.useProductOfferDiscount(),n=core.useCurrentVariant(),{quantity:l}=core.useQuantity(),r=s*(l||1),c=core.useFormatMoney(r,!1),b=core.convertDecimalToNumber(n?.price)??0,p=b*(l||1),d=core.useFormatMoney(p,!1),L=core.shopifyPriceRounding(r,2),h=core.useFormatMoney(p-parseFloat(L),!1),m=()=>{let n=[];return!1!==e.isShowSubTotalLabel&&n.push({title:t.subTotalLabel,money:o?u:d,uniqueId:"subTotalLabel"}),!1!==e.isShowDiscountLabel&&n.push({title:t.discountLabel,money:o&&i&&a?`${i.value}%`:s>0?c:"No discount",uniqueId:"discountLabel"}),!1!==e.isShowShippingLabel&&n.push({title:t.shippingLabel,uniqueId:"shippingLabel",tooltip:{content:"Shipping fee will be calculated on real offer page",width:"23em"}}),!1!==e.isShowTaxesLabel&&n.push({title:t.taxesLabel,uniqueId:"taxesLabel",tooltip:{content:"Taxes will be calculated on real offer page",width:"20em"}}),!1!==e.isShowTotalLabel&&n.push({title:t.totalLabel,money:o?u:h,uniqueId:"totalLabel"}),n};return{getMoneyLines:m}};exports.useGetMoneyLines=useGetMoneyLines;
@@ -1 +1 @@
1
- "use strict";var React=require("react");const useGetTextSetting=({isInStock:e,props:t,isRequireSubscriptionConsent:r})=>{let s=React.useMemo(()=>e?r?t?.setting?.requireAcceptTermLabel??"Accept terms to purchase":t?.setting?.text:t?.setting?.outOfStockLabel,[e,r,t?.setting?.text,t?.setting?.outOfStockLabel,t?.setting?.requireAcceptTermLabel]);return{text:s}};exports.useGetTextSetting=useGetTextSetting;
1
+ "use strict";var React=require("react");const useGetTextSetting=(t,e)=>{let s=React.useMemo(()=>t?e?.setting?.text:e?.setting?.outOfStockLabel,[t,e?.setting?.text,e?.setting?.outOfStockLabel]);return{text:s}};exports.useGetTextSetting=useGetTextSetting;
@@ -1 +1 @@
1
- "use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("@gem-sdk/system"),require("react"),require("./components/product-variant/components/variants/VariantItem.js"),require("next/link"),require("./constants/index.js"),require("next/head"),require("next/image"),require("react-youtube"),require("./components/product-subscription/components/OneTimePurchaseTooltip.js"),require("../image/components/Img.js");var ProductTitle$1=require("./settings/product-title/ProductTitle.js"),ProductDescription$1=require("./settings/product-description/ProductDescription.js"),ProductPrice$1=require("./settings/product-price/ProductPrice.js"),ProductVariant$1=require("./settings/product-variants/ProductVariant.js"),index$1=require("./settings/accept-button/index.js"),index$2=require("./settings/product-quantity/index.js"),index$4=require("./settings/product-offer/index.js"),index$3=require("./settings/product-price-breakdown/index.js"),ProductDiscountTag$1=require("./settings/product-discount-tag/ProductDiscountTag.js"),index$5=require("./settings/product-subscription/index.js"),ProductImages=require("./settings/product-image/ProductImages.js");const postPurchaseProductSetting={PostPurchaseProductTitle:ProductTitle$1.default,PostPurchaseProductDescription:ProductDescription$1.default,PostPurchaseProductPrice:ProductPrice$1.default,PostPurchaseProductVariants:ProductVariant$1.default,PostPurchaseAcceptButton:index$1.default,PostPurchaseProductQuantity:index$2.default,PostPurchaseProductPriceBreakdown:index$3.default,PostPurchaseProductOffer:index$4.default,PostPurchaseProductDiscountTag:ProductDiscountTag$1.default,PostPurchaseProductImages:ProductImages.default,PostPurchaseProductSubscription:index$5.default};exports.postPurchaseProductSetting=postPurchaseProductSetting;
1
+ "use strict";require("react/jsx-runtime"),require("@gem-sdk/core"),require("@gem-sdk/system"),require("react"),require("./components/product-variant/components/variants/VariantItem.js"),require("next/link"),require("next/head"),require("next/image"),require("react-youtube"),require("../image/components/Img.js");var ProductTitle$1=require("./settings/product-title/ProductTitle.js"),ProductDescription$1=require("./settings/product-description/ProductDescription.js"),ProductPrice$1=require("./settings/product-price/ProductPrice.js"),ProductVariant$1=require("./settings/product-variants/ProductVariant.js"),index$1=require("./settings/accept-button/index.js"),index$2=require("./settings/product-quantity/index.js"),index$4=require("./settings/product-offer/index.js"),index$3=require("./settings/product-price-breakdown/index.js"),ProductDiscountTag$1=require("./settings/product-discount-tag/ProductDiscountTag.js"),ProductImages=require("./settings/product-image/ProductImages.js");const postPurchaseProductSetting={PostPurchaseProductTitle:ProductTitle$1.default,PostPurchaseProductDescription:ProductDescription$1.default,PostPurchaseProductPrice:ProductPrice$1.default,PostPurchaseProductVariants:ProductVariant$1.default,PostPurchaseAcceptButton:index$1.default,PostPurchaseProductQuantity:index$2.default,PostPurchaseProductPriceBreakdown:index$3.default,PostPurchaseProductOffer:index$4.default,PostPurchaseProductDiscountTag:ProductDiscountTag$1.default,PostPurchaseProductImages:ProductImages.default};exports.postPurchaseProductSetting=postPurchaseProductSetting;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const PostPurchaseProductTitle=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductTitle.js")}),{loading:Loading.default}),PostPurchaseProductDescription=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductDescription.js")}),{ssr:!1,loading:Loading.default}),PostPurchaseProductPrice=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductPrice.js")}),{loading:Loading.default}),PostPurchaseProductVariants=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-variant/components/ProductVariant.js")}),{loading:Loading.default}),PostPurchaseAcceptButton=dynamic(()=>Promise.resolve().then(function(){return require("./components/AcceptButton.js")}),{loading:Loading.default}),PostPurchaseProductQuantity=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductQuantity.js")}),{loading:Loading.default}),PostPurchaseProductSubscription=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-subscription/ProductSubscription.js")}),{loading:Loading.default}),PostPurchaseProductPriceBreakdown=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductPriceBreakdown.js")}),{loading:Loading.default}),PostPurchaseProductOffer=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-offer/components/ProductOffer.js")}),{loading:Loading.default}),PostPurchaseProductDiscountTag=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductDiscountTag.js")}),{loading:Loading.default}),PostPurchaseProductImages=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-image/index.js")}),{loading:Loading.default});var postPurchaseProduct={PostPurchaseProductTitle,PostPurchaseProductDescription,PostPurchaseProductPrice,PostPurchaseProductVariants,PostPurchaseAcceptButton,PostPurchaseProductQuantity,PostPurchaseProductPriceBreakdown,PostPurchaseProductOffer,PostPurchaseProductDiscountTag,PostPurchaseProductImages,PostPurchaseProductSubscription};exports.default=postPurchaseProduct;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dynamic=require("next/dynamic"),Loading=require("../../common/components/Loading.js");require("react/jsx-runtime"),require("react"),require("@gem-sdk/core");const PostPurchaseProductTitle=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductTitle.js")}),{loading:Loading.default}),PostPurchaseProductDescription=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductDescription.js")}),{ssr:!1,loading:Loading.default}),PostPurchaseProductPrice=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductPrice.js")}),{loading:Loading.default}),PostPurchaseProductVariants=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-variant/components/ProductVariant.js")}),{loading:Loading.default}),PostPurchaseAcceptButton=dynamic(()=>Promise.resolve().then(function(){return require("./components/AcceptButton.js")}),{loading:Loading.default}),PostPurchaseProductQuantity=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductQuantity.js")}),{loading:Loading.default}),PostPurchaseProductPriceBreakdown=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductPriceBreakdown.js")}),{loading:Loading.default}),PostPurchaseProductOffer=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-offer/components/ProductOffer.js")}),{loading:Loading.default}),PostPurchaseProductDiscountTag=dynamic(()=>Promise.resolve().then(function(){return require("./components/ProductDiscountTag.js")}),{loading:Loading.default}),PostPurchaseProductImages=dynamic(()=>Promise.resolve().then(function(){return require("./components/product-image/index.js")}),{loading:Loading.default});var postPurchaseProduct={PostPurchaseProductTitle,PostPurchaseProductDescription,PostPurchaseProductPrice,PostPurchaseProductVariants,PostPurchaseAcceptButton,PostPurchaseProductQuantity,PostPurchaseProductPriceBreakdown,PostPurchaseProductOffer,PostPurchaseProductDiscountTag,PostPurchaseProductImages};exports.default=postPurchaseProduct;
@@ -1 +1 @@
1
- "use strict";var constants=require("../../../../common/constants.js");const ProductPriceBreakdownSettings=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"subTotalLabel",type:"input",default:"Sub total",emptyOnClear:!0},{id:"discountLabel",type:"input",default:"Discount",emptyOnClear:!0},{id:"shippingLabel",type:"input",default:"Shipping",emptyOnClear:!0},{id:"taxesLabel",type:"input",default:"Taxes",emptyOnClear:!0},{id:"totalLabel",type:"input",default:"Total",emptyOnClear:!0},{id:"contentShow",type:"input",default:"Show price breakdown",fallbackValue:"Show price breakdown",clearButton:!1},{id:"contentHide",type:"input",default:"Hide price breakdown",fallbackValue:"Hide price breakdown",clearButton:!1},{id:"isShowRecurringTotalLabel",label:"Recurring price",type:"toggle",default:!0}]},{id:"style",controls:[{id:"labelStyle",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"moneyStyle",label:"Money value",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"isShowPrice",label:"Expand price breakdown",type:"toggle",default:!0},{id:"isShowSubTotalLabel",label:"Sub total",type:"toggle",default:!0},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"isShowDiscountLabel",label:"Discount",type:"toggle",default:!0},{id:"isShowShippingLabel",label:"Shipping",type:"toggle",default:!0},{id:"isShowTaxesLabel",label:"Taxes",type:"toggle",default:!0},{id:"isShowTotalLabel",label:"Total",type:"toggle",default:!0},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Full",value:"100%",showValue:!0}]},{type:"select",label:"Spacing",id:"spacing",options:constants.postPurchaseSpacing,default:"none"}]}];exports.ProductPriceBreakdownSettings=ProductPriceBreakdownSettings;
1
+ "use strict";var constants=require("../../../../common/constants.js");const ProductPriceBreakdownSettings=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"subTotalLabel",type:"input",default:"Sub total",emptyOnClear:!0},{id:"discountLabel",type:"input",default:"Discount",emptyOnClear:!0},{id:"shippingLabel",type:"input",default:"Shipping",emptyOnClear:!0},{id:"taxesLabel",type:"input",default:"Taxes",emptyOnClear:!0},{id:"totalLabel",type:"input",default:"Total",emptyOnClear:!0},{id:"contentShow",type:"input",default:"Show price breakdown",fallbackValue:"Show price breakdown",clearButton:!1},{id:"contentHide",type:"input",default:"Hide price breakdown",fallbackValue:"Hide price breakdown",clearButton:!1}]},{id:"style",controls:[{id:"labelStyle",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"moneyStyle",label:"Money value",type:"typography-post-purchase",default:{fontSize:"default",textColor:"default",fontWeight:"bold",textTransform:"none"}},{id:"isShowPrice",label:"Expand price breakdown",type:"toggle",default:!0},{id:"isShowSubTotalLabel",label:"Sub total",type:"toggle",default:!0},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"isShowDiscountLabel",label:"Discount",type:"toggle",default:!0},{id:"isShowShippingLabel",label:"Shipping",type:"toggle",default:!0},{id:"isShowTaxesLabel",label:"Taxes",type:"toggle",default:!0},{id:"isShowTotalLabel",label:"Total",type:"toggle",default:!0},{id:"align",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left",iconName:"gp-align-left"},{label:"Center",value:"center",type:"align",tooltip:"Align center",iconName:"gp-align-center"},{label:"Right",value:"right",type:"align",tooltip:"Align right",iconName:"gp-align-right"}],default:"left"},{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"}},displayOptions:[{label:"Full",value:"100%",showValue:!0}]},{type:"select",label:"Spacing",id:"spacing",options:constants.postPurchaseSpacing,default:"none"}]}];exports.ProductPriceBreakdownSettings=ProductPriceBreakdownSettings;
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:{en:"Content"},controls:[{label:{en:"Show"},popoverLabel:{en:"Show button"},type:"combo",iconName:"polaris-text-block",compoDefaultValue:"Show",getValueFromSettingID:"contentShow",disableClearMessage:"This content is needed for customers <br> to show the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentShow"},label:{en:"Content"},layout:"vertical",isHideClear:!0}]},{label:{en:"Hide"},popoverLabel:{en:"Hide button"},type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"contentHide",disableClearMessage:"This content is needed for customers <br> to hide the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentHide"},label:{en:"Content"},layout:"vertical"}]}]},{label:{en:"Label"},controls:[{setting:{id:"labelStyle"},layout:"vertical"}]},{label:{en:"Money value"},controls:[{setting:{id:"moneyStyle"},layout:"vertical"}]},{label:{en:"Item spacing"},controls:[{label:{en:"Item gap"},setting:{id:"spacing"},layout:"horizontal"}]},{label:{en:"Size"},controls:[{label:{en:"Width"},setting:{id:"width"},layout:"horizontal"}]},{label:{en:"Price breakdown option"},controls:[{label:{en:"Direction"},setting:{id:"direction"},layout:"horizontal"},{label:{en:"Auto-expand"},setting:{id:"isShowPrice"},layout:"horizontal"}],moreSettings:{type:"collapse",controls:[{label:{en:"Sub total"},setting:{id:"isShowSubTotalLabel"},layout:"horizontal"},{label:{en:"Discount"},setting:{id:"isShowDiscountLabel"},layout:"horizontal"},{label:{en:"Shipping"},setting:{id:"isShowShippingLabel"},layout:"horizontal"},{label:{en:"Taxes"},setting:{id:"isShowTaxesLabel"},layout:"horizontal"},{label:{en:"Total"},setting:{id:"isShowTotalLabel"},layout:"horizontal"},{label:{en:"Recurring price"},setting:{id:"isShowRecurringTotalLabel"},layout:"horizontal"}]}},{controls:[{type:"control",label:{en:"Align"},setting:{id:"align"},conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},layout:"horizontal"}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{controls:[{type:"control",setting:{id:"discountAndShippingFee"},layout:"vertical"}]},{label:{en:"Content"},controls:[{label:{en:"Show"},popoverLabel:{en:"Show button"},type:"combo",iconName:"polaris-text-block",compoDefaultValue:"Show",getValueFromSettingID:"contentShow",disableClearMessage:"This content is needed for customers <br> to show the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentShow"},label:{en:"Content"},layout:"vertical",isHideClear:!0}]},{label:{en:"Hide"},popoverLabel:{en:"Hide button"},type:"combo",iconName:"polaris-text-block",getValueFromSettingID:"contentHide",disableClearMessage:"This content is needed for customers <br> to hide the price breakdown",layout:"horizontal",controls:[{setting:{id:"contentHide"},label:{en:"Content"},layout:"vertical"}]}]},{label:{en:"Label"},controls:[{setting:{id:"labelStyle"},layout:"vertical"}]},{label:{en:"Money value"},controls:[{setting:{id:"moneyStyle"},layout:"vertical"}]},{label:{en:"Item spacing"},controls:[{label:{en:"Item gap"},setting:{id:"spacing"},layout:"horizontal"}]},{label:{en:"Size"},controls:[{label:{en:"Width"},setting:{id:"width"},layout:"horizontal"}]},{label:{en:"Price breakdown option"},controls:[{label:{en:"Direction"},setting:{id:"direction"},layout:"horizontal"},{label:{en:"Auto-expand"},setting:{id:"isShowPrice"},layout:"horizontal"}],moreSettings:{type:"collapse",controls:[{label:{en:"Sub total"},setting:{id:"isShowSubTotalLabel"},layout:"horizontal"},{label:{en:"Discount"},setting:{id:"isShowDiscountLabel"},layout:"horizontal"},{label:{en:"Shipping"},setting:{id:"isShowShippingLabel"},layout:"horizontal"},{label:{en:"Taxes"},setting:{id:"isShowTaxesLabel"},layout:"horizontal"},{label:{en:"Total"},setting:{id:"isShowTotalLabel"},layout:"horizontal"}]}},{controls:[{type:"control",label:{en:"Align"},setting:{id:"align"},conditionEnable:'!(parseInt(width) >= 100 && width?.includes("%"))',options:{labelVariant:"primary",fullWidth:!0,disableMessage:"Horizontal alignment is disabled when the width is set to 100% or greater"},layout:"horizontal"}]}];exports.SettingUIV2=SettingUIV2;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var index=require("./grid/index.js"),index$1=require("./post-purchase/advanced-list/index.js"),index$2=require("./post-purchase/button/index.js"),index$3=require("./post-purchase/callout-banner/index.js"),index$4=require("./post-purchase/countdown-timer/index.js"),index$5=require("./post-purchase/image/index.js"),index$6=require("./post-purchase/line/index.js"),index$7=require("./post-purchase/link/index.js"),index$9=require("./post-purchase/product/index.js"),index$8=require("./post-purchase/text/index.js"),index$a=require("./post-purchase/buyer-consent/index.js"),postPurchaseSetting={...index.gridSetting,...index$1.postPurchaseAdvancedListSetting,...index$2.postPurchaseButtonSetting,...index$3.postPurchaseCalloutBoxSetting,...index$4.postPurchaseCountdownTimerSetting,...index$5.postPurchaseImageSetting,...index$6.postPurchaseLineSetting,...index$7.postPurchaseLinkSetting,...index$8.postPurchaseTextSetting,...index$9.postPurchaseProductSetting,...index$8.postPurchaseTextSetting,...index$a.postPurchaseBuyerConsentSetting};exports.default=postPurchaseSetting;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var index=require("./grid/index.js"),index$1=require("./post-purchase/advanced-list/index.js"),index$2=require("./post-purchase/button/index.js"),index$3=require("./post-purchase/callout-banner/index.js"),index$4=require("./post-purchase/countdown-timer/index.js"),index$5=require("./post-purchase/image/index.js"),index$6=require("./post-purchase/line/index.js"),index$7=require("./post-purchase/link/index.js"),index$9=require("./post-purchase/product/index.js"),index$8=require("./post-purchase/text/index.js"),postPurchaseSetting={...index.gridSetting,...index$1.postPurchaseAdvancedListSetting,...index$2.postPurchaseButtonSetting,...index$3.postPurchaseCalloutBoxSetting,...index$4.postPurchaseCountdownTimerSetting,...index$5.postPurchaseImageSetting,...index$6.postPurchaseLineSetting,...index$7.postPurchaseLinkSetting,...index$8.postPurchaseTextSetting,...index$9.postPurchaseProductSetting,...index$8.postPurchaseTextSetting};exports.default=postPurchaseSetting;
@@ -1,35 +1,35 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),generateLiquidContent=require("./utils/generateLiquidContent.js"),renderBadgeLiquid=require("./utils/renderBadgeLiquid.js"),system=require("@gem-sdk/system"),constants=require("./constants.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),attrs=require("./common/attrs.js");const ProductBadge=e=>{let{styles:t,setting:s,builderProps:a,pageContext:r}=e,i=s?.shape!=="image",l=i&&s?.displayContent?.trim()==="",n=system.createClass({...classes.getContainerClasses({isInstant:!1,props:e})}),c=system.createStyle({...styles.getContainerStyle(e,constants.IS_LIQUID)}),d=system.createClass({...classes.getWrapperClasses(e)}),o=system.createClass({...classes.getSubWrapperClass(e)}),p=system.createStyle({...styles.getSubWrapperStyle({props:e})}),y=system.createAttr({...attrs.getSubWrapperAttrs(e)}),u=styles.getContentStyleInternal(e),g=system.createClass({...classes.getTextContainerClasses()}),m=system.createAttr({...attrs.getContainerAttrs(e)}),C=system.createClass({...classes.getTextWrapperClasses()}),v=system.createStyle({...styles.getTextBadgeWrapperStyles({setting:s,styles:t})}),$=system.createClass({...classes.getTextContentClasses(t)}),S=system.createStyle({...styles.getTextContentStyle({setting:s,styles:t})}),q=system.createAttr({...attrs.getTextContentAttrs()}),I=system.createClass({...classes.getImageContainerClasses()}),f=system.createStyle({...styles.getImageContainerStyles({setting:s,styles:t})}),j=system.createClass({...classes.getImageClasses()}),A=system.createAttr({...attrs.getImageAttr({setting:s})}),D=system.createStateOrContext({minPrice:"{{ minPriceValue | replace: '\"', '\\\"' | escape }}",variantIDs:'{{ product.variants | map: "id" | json | escape }}',variantInventoryQuantities:'{{ product.variants | map: "inventory_quantity" | json | escape }}',amountDiscount:"{{amountDiscountValue | replace: '\"', '\\\"' | escape }}",percentDiscount:"{{percentDiscountValue}}",price:"{{price}}",displayTrigger:JSON.parse(JSON.stringify(s?.displayTrigger).replaceAll("'","&#039;")),uid:e.builderProps?.uid,productCreatedAt:'{{product.created_at | date: "%Y-%m-%d" }}',productTags:"{{ product.tags | join: \",\" | replace: '\"', '\\\"' | escape }}",isTextBadge:i}),{displayContent:P,translate:L}=s??{},T=helpers.getDynamicSourceLocales({val:P?.trim(),uid:a?.uid,settingId:"displayContent",isLiquid:!0,pageContext:r,translate:L});return core.template`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../../helpers.js"),generateLiquidContent=require("./utils/generateLiquidContent.js"),renderBadgeLiquid=require("./utils/renderBadgeLiquid.js"),system=require("@gem-sdk/system"),constants=require("./constants.js"),styles=require("./common/styles.js"),classes=require("./common/classes.js"),attrs=require("./common/attrs.js"),common=require("./utils/common.js");const ProductBadge=e=>{let{styles:t,setting:s,builderProps:a,pageContext:r}=e,i=s?.shape!=="image",n=i&&s?.displayContent?.trim()==="",c=common.checkDiscountContentProductBadge(s?.displayContent),l=system.createClass({...classes.getContainerClasses({isInstant:!1,props:e})}),o=system.createStyle({...styles.getContainerStyle(e,constants.IS_LIQUID)}),d=system.createClass({...classes.getWrapperClasses(e)}),p=system.createClass({...classes.getSubWrapperClass(e)}),u=system.createStyle({...styles.getSubWrapperStyle({props:e})}),y=system.createAttr({...attrs.getSubWrapperAttrs(e)}),g=styles.getContentStyleInternal(e),m=system.createClass({...classes.getTextContainerClasses()}),C=system.createAttr({...attrs.getContainerAttrs(e)}),v=system.createClass({...classes.getTextWrapperClasses()}),$=system.createStyle({...styles.getTextBadgeWrapperStyles({setting:s,styles:t})}),S=system.createClass({...classes.getTextContentClasses(t)}),q=system.createStyle({...styles.getTextContentStyle({setting:s,styles:t})}),I=system.createAttr({...attrs.getTextContentAttrs()}),j=system.createClass({...classes.getImageContainerClasses()}),D=system.createStyle({...styles.getImageContainerStyles({setting:s,styles:t})}),P=system.createClass({...classes.getImageClasses()}),f=system.createAttr({...attrs.getImageAttr({setting:s})}),A=system.createStateOrContext({minPrice:"{{ minPriceValue | replace: '\"', '\\\"' | escape }}",variantIDs:'{{ product.variants | map: "id" | json | escape }}',variantInventoryQuantities:'{{ product.variants | map: "inventory_quantity" | json | escape }}',amountDiscount:"{{amountDiscountValue | replace: '\"', '\\\"' | escape }}",percentDiscount:"{{percentDiscountValue}}",price:"{{price}}",displayTrigger:JSON.parse(JSON.stringify(s?.displayTrigger).replaceAll("'","&#039;")),uid:e.builderProps?.uid,productCreatedAt:'{{product.created_at | date: "%Y-%m-%d" }}',productTags:"{{ product.tags | join: \",\" | replace: '\"', '\\\"' | escape }}",isTextBadge:i}),{displayContent:L,translate:T}=s??{},b=helpers.getDynamicSourceLocales({val:L?.trim(),uid:a?.uid,settingId:"displayContent",isLiquid:!0,pageContext:r,translate:T});return core.template`
2
2
  {% if product %}
3
- ${generateLiquidContent.generateBadgeContent(T,r?.isPreviewing)}
4
- ${renderBadgeLiquid.renderBadgeInFirstTime(s?.displayTrigger,!l)}
3
+ ${generateLiquidContent.generateBadgeContent(b,r?.isPreviewing)}
4
+ ${renderBadgeLiquid.renderBadgeInFirstTime(s?.displayTrigger,!n,c)}
5
5
  <gp-product-badge
6
- ${{...m}}
7
- gp-data='${core.dataStringify(D)}'
8
- class="${n}"
9
- style="${c}"
10
- data-display-content="${r?.isPreviewing?T:core.sanitizeLiquid(`{{${T}}}`)}"
6
+ ${{...C}}
7
+ gp-data='${core.dataStringify(A)}'
8
+ class="${l} {{ className }}"
9
+ style="${o}"
10
+ data-display-content="${r?.isPreviewing?b:core.sanitizeLiquid(`{{${b}}}`)}"
11
11
  >
12
12
  <div class="${d}">
13
13
  <div
14
14
  ${{...y}}
15
- class="${o}"
16
- style="${p}"
15
+ class="${p}"
16
+ style="${u}"
17
17
  >
18
- <style>${u}</style>
18
+ <style>${g}</style>
19
19
  ${core.RenderIf(i,core.template`
20
- <div class="${g}">
20
+ <div class="${m}">
21
21
  <div
22
- class="${C}"
23
- style="${v}"
22
+ class="${v}"
23
+ style="${$}"
24
24
  >
25
25
  <pre
26
- ${{...q}}
27
- class="${$}"
28
- style="${S}"
26
+ ${{...I}}
27
+ class="${S}"
28
+ style="${q}"
29
29
  >{{ content | replace: percentDiscountKey, percentDiscountValue | replace: amountDiscountKey, amountDiscountValue | replace: inventoryQuantityKey, inventoryQuantityValue | replace: minPriceKey, minPriceValue }}</pre>
30
30
  </div>
31
- </div>`,core.template`<div class="${I}" style="${f}">
32
- <img ${{...A}} class="${j}" alt="" />
31
+ </div>`,core.template`<div class="${j}" style="${D}">
32
+ <img ${{...f}} class="${P}" alt="" />
33
33
  </div>`)}
34
34
  </div>
35
35
  </div>
@@ -1 +1 @@
1
- "use strict";var core=require("@gem-sdk/core"),common=require("../utils/common.js"),getShapePosition=require("../utils/getShapePosition.js"),getRotateShape=require("../utils/getRotateShape.js"),getStyleAdvanced=require("../utils/getStyleAdvanced.js"),getWhiteSpace=require("../utils/getWhiteSpace.js"),stylesV2=require("../utils/stylesV2.js"),shape=require("../utils/shape.js"),renderBadgeILP=require("../utils/renderBadgeILP.js");const getSizeStyles=e=>{let{setting:t,styles:o}=e,r=shape.getShape(t?.shape),a=t?.contentType==="text",i=a?o?.textSizeV2:o?.imageSizeV2;return a?common.getSize(r,i):common.getSize(void 0,i)},getContainerStyle=(e,t=!1)=>{let{setting:o,styles:r,style:a,navigationPosition:i,imageData:s,dotData:n}=e,g=o?.positionWithImage==="outside",l=common.getWrapperStyle(t),p=getShapePosition.getShapePosition({positionType:r?.position,isLiquid:!1,navigationPosition:i,dataImage:{...s,...n}}),S=getSizeStyles(e),d=getStyleAdvanced.getStyleAdvanced(g?{}:{...p,...S},a);return{...!g&&{"--pos":"absolute"},...l,...d}},getTextContentStyle=({styles:e,setting:t})=>{let o=core.makeGlobalSize(e?.textSizeV2).padding,r=shape.getShape(t?.shape),a=t?.positionWithImage==="outside";return{...getWhiteSpace.getWhiteSpaceStyle(e?.textSizeV2),...common.convertToStyle(r?.textStyle),...getRotateShape.composeTextStyleByPosition(r,e?.position,a),...core.composeTypographyStyle(e?.typo),...core.getStyleShadow({value:e?.typo?.custom?.textShadow,styleAppliedFor:"text-shadow",isEnableShadow:e?.typo?.custom?.hasShadowText}),...stylesV2.getStyleBackground(!!r?.backgroundColorInText,e?.badgeColorV2),...o}},getBorderStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=t?.contentType==="text";return o?.supportBorder?r?stylesV2.getStyleBorder(e?.textBadgeBorder):stylesV2.getStyleBorder(e?.imageBadgeBorder):{}},getCornerStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=t?.contentType==="text";return o?.supportCorner?r?stylesV2.getStyleCornerRadius(e?.textBadgeCorner,o?.shapeRadius):stylesV2.getStyleCornerRadius(e?.imageBadgeCorner,o?.shapeRadius):{}},getTextBadgeWrapperStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=getBorderStyles({setting:t,styles:e}),a=t?.positionWithImage==="outside",i=getCornerStyles({setting:t,styles:e}),s=common.getShapeWrapperPadding(o?.ratio);return{...r,...i,...getRotateShape.composeShapeStyleByPosition(o,e?.position,a),...stylesV2.getStyleBackground(!o?.backgroundColorInText,e?.badgeColorV2),...s,height:o?.ratio===1?"0px":"100%"}},getImageContainerStyles=({styles:e,setting:t})=>{let o=getBorderStyles({setting:t,styles:e}),r=getCornerStyles({setting:t,styles:e}),a=core.makeGlobalSize(e?.imageSizeV2).padding;return{...o,...r,...a}},getOpacityProductBadge=({props:e,currentVariant:t,product:o,isEditMode:r})=>{let{"bundle-item":a,setting:i}=e;if(a)return 1;let s=i?.contentType==="text",n=s&&!i?.displayContent?.trim();if(n)return r?.2:0;let g=core.convertDecimalToNumber(t?.price)??0,l=core.convertDecimalToNumber(t?.salePrice)??0,p=l-g>0,S=renderBadgeILP.checkShowBadge(i?.displayTrigger,o,t);return p&&S?1:r?.2:0},getSubWrapperStyle=({props:e,product:t,currentVariant:o,isEditMode:r})=>{let{setting:a}=e,i=a?.positionWithImage==="outside",s=getSizeStyles(e),n=r&&o?getOpacityProductBadge({props:e,currentVariant:o,product:t,isEditMode:r}):1;return{...i?{...s,"--mb":0}:{},opacity:n}},getContentStyleInternal=e=>{let{styles:t,setting:o,builderProps:r}=e,a=o?.contentType==="text";return stylesV2.generateShadowCSS(`[id="${r?.uid}"] .product-badge-item`,a?t?.textBadgeShadow:t?.imageBadgeShadow)};exports.getContainerStyle=getContainerStyle,exports.getContentStyleInternal=getContentStyleInternal,exports.getImageContainerStyles=getImageContainerStyles,exports.getSubWrapperStyle=getSubWrapperStyle,exports.getTextBadgeWrapperStyles=getTextBadgeWrapperStyles,exports.getTextContentStyle=getTextContentStyle;
1
+ "use strict";var core=require("@gem-sdk/core"),common=require("../utils/common.js"),getShapePosition=require("../utils/getShapePosition.js"),getRotateShape=require("../utils/getRotateShape.js"),getStyleAdvanced=require("../utils/getStyleAdvanced.js"),getWhiteSpace=require("../utils/getWhiteSpace.js"),stylesV2=require("../utils/stylesV2.js"),shape=require("../utils/shape.js"),renderBadgeILP=require("../utils/renderBadgeILP.js");const getSizeStyles=e=>{let{setting:t,styles:o}=e,r=shape.getShape(t?.shape),a=t?.contentType==="text",i=a?o?.textSizeV2:o?.imageSizeV2;return a?common.getSize(r,i):common.getSize(void 0,i)},getContainerStyle=(e,t=!1)=>{let{setting:o,styles:r,style:a,navigationPosition:i,imageData:s,dotData:n}=e,g=o?.positionWithImage==="outside",l=common.getWrapperStyle(t),p=getShapePosition.getShapePosition({positionType:r?.position,isLiquid:!1,navigationPosition:i,dataImage:{...s,...n}}),S=getSizeStyles(e),d=getStyleAdvanced.getStyleAdvanced(g?{}:{...p,...S},a);return{...!g&&{"--pos":"absolute"},...l,...d}},getTextContentStyle=({styles:e,setting:t})=>{let o=core.makeGlobalSize(e?.textSizeV2).padding,r=shape.getShape(t?.shape),a=t?.positionWithImage==="outside";return{...getWhiteSpace.getWhiteSpaceStyle(e?.textSizeV2),...common.convertToStyle(r?.textStyle),...getRotateShape.composeTextStyleByPosition(r,e?.position,a),...core.composeTypographyStyle(e?.typo),...core.getStyleShadow({value:e?.typo?.custom?.textShadow,styleAppliedFor:"text-shadow",isEnableShadow:e?.typo?.custom?.hasShadowText}),...stylesV2.getStyleBackground(!!r?.backgroundColorInText,e?.badgeColorV2),...o}},getBorderStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=t?.contentType==="text";return o?.supportBorder?r?stylesV2.getStyleBorder(e?.textBadgeBorder):stylesV2.getStyleBorder(e?.imageBadgeBorder):{}},getCornerStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=t?.contentType==="text";return o?.supportCorner?r?stylesV2.getStyleCornerRadius(e?.textBadgeCorner,o?.shapeRadius):stylesV2.getStyleCornerRadius(e?.imageBadgeCorner,o?.shapeRadius):{}},getTextBadgeWrapperStyles=({styles:e,setting:t})=>{let o=shape.getShape(t?.shape),r=getBorderStyles({setting:t,styles:e}),a=t?.positionWithImage==="outside",i=getCornerStyles({setting:t,styles:e}),s=common.getShapeWrapperPadding(o?.ratio);return{...r,...i,...getRotateShape.composeShapeStyleByPosition(o,e?.position,a),...stylesV2.getStyleBackground(!o?.backgroundColorInText,e?.badgeColorV2),...s,height:o?.ratio===1?"0px":"100%"}},getImageContainerStyles=({styles:e,setting:t})=>{let o=getBorderStyles({setting:t,styles:e}),r=getCornerStyles({setting:t,styles:e}),a=core.makeGlobalSize(e?.imageSizeV2).padding;return{...o,...r,...a}},getOpacityProductBadge=({props:e,currentVariant:t,product:o,isEditMode:r})=>{let{"bundle-item":a,setting:i}=e;if(a)return 1;let s=i?.contentType==="text",n=s&&!i?.displayContent?.trim(),g=common.checkDiscountContentProductBadge(i?.displayContent);if(n)return r?.2:0;let l=core.convertDecimalToNumber(t?.price)??0,p=core.convertDecimalToNumber(t?.salePrice)??0,S=p-l>0,d=renderBadgeILP.checkShowBadge(i?.displayTrigger,o,t);return(S||!g)&&d?1:r?.2:0},getSubWrapperStyle=({props:e,product:t,currentVariant:o,isEditMode:r})=>{let{setting:a}=e,i=a?.positionWithImage==="outside",s=getSizeStyles(e),n=r&&o?getOpacityProductBadge({props:e,currentVariant:o,product:t,isEditMode:r}):1;return{...i?{...s,"--mb":0}:{},opacity:n}},getContentStyleInternal=e=>{let{styles:t,setting:o,builderProps:r}=e,a=o?.contentType==="text";return stylesV2.generateShadowCSS(`[id="${r?.uid}"] .product-badge-item`,a?t?.textBadgeShadow:t?.imageBadgeShadow)};exports.getContainerStyle=getContainerStyle,exports.getContentStyleInternal=getContentStyleInternal,exports.getImageContainerStyles=getImageContainerStyles,exports.getSubWrapperStyle=getSubWrapperStyle,exports.getTextBadgeWrapperStyles=getTextBadgeWrapperStyles,exports.getTextContentStyle=getTextContentStyle;
@@ -1,4 +1,4 @@
1
- "use strict";var types=require("../types.js");const getMinValueForInventory=e=>e===types.CompareType.ABOVE?0:e===types.CompareType.BELOW?2:1,renderBadgeInFirstTime=(e,i)=>`
1
+ "use strict";var types=require("../types.js");const getMinValueForInventory=e=>e===types.CompareType.ABOVE?0:e===types.CompareType.BELOW?2:1,renderBadgeInFirstTime=(e,i,n)=>`
2
2
  {% assign isShow = true %}
3
3
  {% assign conditionTriggers = "" %}
4
4
  {% assign isInventoryStatus = false %}
@@ -17,10 +17,15 @@
17
17
  {% assign salePrice = variant.compare_at_price | times: 1.0 %}
18
18
  {% assign priceSave = salePrice | minus: price %}
19
19
  {% assign isEmptyBadgeContent = ${!i} %}
20
- {% if priceSave <= 0 or isEmptyBadgeContent == true %}
21
- {% assign isShow = false %}
20
+ {% assign isNotDiscount = false %}
21
+ {% assign isBadgeContentHasDiscount = ${n} %}
22
+ {% if isEmptyBadgeContent == true %}
23
+ {% assign isNotDiscount = true %}
22
24
  {% endif %}
23
- {% if isShow %}
25
+ {% if isBadgeContentHasDiscount == true and priceSave <= 0 %}
26
+ {% assign isNotDiscount = true %}
27
+ {% endif %}
28
+ {% if isShow and isNotDiscount == false %}
24
29
  {% assign className = "" %}
25
30
  {% else %}
26
31
  {% assign className = "!gp-hidden" %}
@@ -14,6 +14,7 @@
14
14
  gp-label-unavailable="${n}"
15
15
  gp-data='${JSON.stringify(p).replaceAll("'","&#039;")}'
16
16
  data-variant-selection-required-message="${c}"
17
+ gp-enable-third-partycart="{{shop.metafields.GEMPAGES.enableThirdPartyCart}}"
17
18
  >
18
19
  ${g()}
19
20
  ${y()}
@@ -17,4 +17,4 @@
17
17
  </clipPath>
18
18
  </defs>
19
19
  </svg>
20
- `},components:[{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1",attrs:{color:"text-1"}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}],toolbarActiveConfig:{tag:"ProductQuantity",path:0}}];exports.ProductQuantityPresets=ProductQuantityPresets;
20
+ `},components:[{tag:"Text",settings:{text:"Quantity"},styles:{typo:{type:"paragraph-1",attrs:{color:"text-1"}}}},{tag:"ProductQuantity",advanced:{"spacing-setting":{desktop:{margin:{bottom:"var(--g-s-l)"}}}}}]}];exports.ProductQuantityPresets=ProductQuantityPresets;
@@ -9,7 +9,7 @@
9
9
  <circle cx="64.2674" cy="46.5138" r="1.15512" fill="white"/>
10
10
  <circle cx="69.5565" cy="46.5138" r="1.15512" fill="white"/>
11
11
  </svg>
12
- `},components:[{tag:"Sticky",label:"Sticky",settings:{width:{desktop:"100%"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-2",distance:"12px",blur:"12px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"16px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}},StickyPresetScrollToTop={id:"sticky-scroll-to-top",name:{en:"Sticky Back to top"},icon:{desktop:`
12
+ `},components:[{tag:"Sticky",label:"Sticky",settings:{width:{desktop:"100%"}},advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-2",distance:"12px",blur:"12px",spread:"0px",color:"rgba(18, 18, 18, 0.2)",angle:45}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"16px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}]},StickyPresetScrollToTop={id:"sticky-scroll-to-top",name:{en:"Sticky Back to top"},icon:{desktop:`
13
13
  <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
14
14
  <rect width="40" height="40" rx="20" fill="#424242"/>
15
15
  <path d="M13.6001 14C13.6001 13.5581 13.9583 13.2 14.4001 13.2H25.6001C26.0419 13.2 26.4001 13.5581 26.4001 14C26.4001 14.4418 26.0419 14.8 25.6001 14.8H14.4001C13.9583 14.8 13.6001 14.4418 13.6001 14Z" fill="#F9F9F9"/>
@@ -28,4 +28,4 @@
28
28
  <circle cx="64.2674" cy="46.5138" r="1.15512" fill="white"/>
29
29
  <circle cx="69.5565" cy="46.5138" r="1.15512" fill="white"/>
30
30
  </svg>
31
- `},components:[{tag:"Sticky",label:"Sticky",advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{productSetting:{productStatus:"dynamic"},layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px",tablet:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"18px",tablet:"18px",mobile:"18px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{rounded:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},backgroundColorV2:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}],toolbarActiveConfig:{tag:"Product",path:0}};exports.StickyPreset=StickyPreset,exports.StickyPresetProduct=StickyPresetProduct,exports.StickyPresetScrollToTop=StickyPresetScrollToTop;
31
+ `},components:[{tag:"Sticky",label:"Sticky",advanced:{hasBoxShadow:{desktop:{normal:!0}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"0px",blur:"10px",spread:"0px",color:"rgba(0, 0, 0, 0.1)",angle:90}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Product",label:"Product",settings:{productSetting:{productStatus:"dynamic"},layout:{desktop:{cols:[4,8],display:"fill"},mobile:{cols:[12]}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"},isSyncProduct:!0},styles:{verticalGutter:{desktop:"8px",tablet:"8px"},verticalGutterMobile:{desktop:"0px"},fullWidth:{desktop:!1}},advanced:{"spacing-setting":{desktop:{margin:{},padding:{left:"4px",right:"4px",top:"4px",bottom:"4px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px",tablet:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1},border:{desktop:{normal:{borderType:"none",border:"solid",borderWidth:"0px",width:"0px",color:"#121212",isCustom:!0}}},rounded:{desktop:{normal:{btrr:"0px",bblr:"0px",bbrr:"0px",btlr:"0px",radiusType:"none"}}},hasBoxShadow:{desktop:{normal:!1}},boxShadow:{desktop:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}}},op:{desktop:"100%"}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductImagesV2",label:"Product Images",settings:{hoverEffect:"none"},styles:{position:{desktop:"only-feature",mobile:"only-feature"},ftShape:{desktop:{shape:"square",shapeValue:"1/1",width:"32px",height:void 0}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductTitle",label:"Product Title",settings:{htmlTag:"h1",linkProduct:!1},styles:{typo:{type:"subheading-3",custom:{fontSize:{desktop:"18px",tablet:"18px",mobile:"18px"},fontWeight:"400",lineHeight:"24px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},textAlign:{desktop:"left"},hasLineClamp:{desktop:!0},lineClamp:{desktop:1},color:{normal:"text-2"},hasTextShadow:{normal:!1,hover:!1},textShadow:{normal:{type:"shadow-1"}}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}},{tag:"ProductPrice",label:"Product Price",settings:{priceType:"regular"},styles:{typo:{type:"subheading-2",default:{type:"subheading-2"},custom:{fontSize:{desktop:"14px"},fontWeight:"400",lineHeight:"20px",letterSpacing:{desktop:"0.6px"},fontStyle:"normal"}},lineThrough:!0,thickness:1,lineColor:"text-1",color:{normal:"text-2"},hasTextShadow:{normal:!1},textShadow:{normal:{type:"shadow-1"}},textAlign:{desktop:"left"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]},{tag:"Col",label:"Block",childrens:[{tag:"Row",label:"Row",settings:{layout:{desktop:{cols:[6,3,3],display:"fill"},mobile:{cols:[12],display:"fill"}},horizontalAlign:{desktop:"start"},verticalAlign:{desktop:"center"}},styles:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},verticalGutter:{desktop:"8px"},background:{desktop:{type:"color",color:"transparent",image:{src:"",width:0,height:0},size:"cover",position:{x:50,y:50},repeat:"no-repeat",attachment:"scroll"}},preloadBgImage:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}},childrens:[{tag:"Col",label:"Block",childrens:[{tag:"ProductVariants",label:"Product Variants & Swatches",settings:{optionType:"groupOption",label:!0,optionAlign:{desktop:"left"},price:!0,showAsSwatches:!0,combineFullWidth:{desktop:!0},combineWidth:{desktop:"400px"},combineHeight:"40px",variantPresets:[{optionName:"base",optionType:"rectangle_list",presets:{color:{width:{desktop:"45px",tablet:"45px",mobile:"45px"},height:"45px",spacing:"16px"},rectangle_list:{width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px",spacing:"16px"},image:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},image_shopify:{width:{desktop:"64px",tablet:"64px",mobile:"64px"},height:"64px",spacing:"16px"},dropdown:{fullWidth:{desktop:!0,tablet:!0,mobile:!0},width:{desktop:"auto",tablet:"auto",mobile:"auto"},height:"45px"}}}],soldOutMark:!0,layout:{desktop:"vertical"},column:{desktop:1},hasPreSelected:!0,blankText:"Please select an option"},styles:{fullWidth:{desktop:!0},width:{desktop:"400px"},optionSpacing:"30px",labelGap:"8px",swatchAutoWidth:{desktop:!0},swatchWidth:{desktop:"80px"},swatchHeight:{desktop:"40px"},swatchSpacing:"var(--g-s-m)",marginBottom:{desktop:"var(--g-s-xl)",mobile:"var(--g-s-xl)"},align:{desktop:"left"},labelTypo:{type:"paragraph-2",attrs:{color:"text-1",bold:!0}},labelColor:"text-2",optionTypo:{type:"paragraph-2"},optionBgColor:{normal:"bg-3",hover:"bg-3",active:"bg-3"},optionTextColor:{normal:"text-2",hover:"text-2",active:"text-2"},optionBorder:{normal:{borderType:"style-2",border:"solid",color:"line-2",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"},active:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"2px 2px 2px 2px",borderWidth:"2px"},hover:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,width:"1px 1px 1px 1px",borderWidth:"1px"}},optionRounded:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"custom"},hover:{radiusType:"none"},active:{radiusType:"none"}},optionHasShadow:{normal:!1},optionShadow:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},dropdownItemWidth:{desktop:"fill",mobile:"fill",tablet:"fill"},fixedDropdownWidth:{desktop:"240px"},swatchItemWidth:{desktop:"auto"}},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductQuantity",label:"Product Quantity",settings:{hasButton:!0,enableHoverButton:!0},styles:{inputHeight:{desktop:"40px"},buttonWidth:{desktop:"40px"},iconSizeCustom:{desktop:"20px"},typo:{type:"paragraph-2",attrs:{color:"text-1"}},align:{desktop:"left"},inputBackgroundColor:"bg-3",textColor:"text-2",buttonBackgroundColor:{normal:"bg-3"},iconColor:{normal:"text-2"},borderBtn:{normal:{},hover:{borderType:"style-3",border:"solid",width:"1px 1px 1px 1px",color:"line-3",isCustom:!1}},corner:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}}}},advanced:{rounded:{desktop:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"none"}}},"spacing-setting":{desktop:{margin:{bottom:"0px"}}},d:{desktop:!0,tablet:!0,mobile:!1}}}]},{tag:"Col",label:"Block",childrens:[{tag:"ProductButton",label:"Product Cart Button",settings:{label:"Add to cart",outOfStockLabel:"Out of stock",actionEffect:"open-cart-drawer",customURL:{link:"/cart",target:"_self"},successMessage:"Add product to cart successfully",errorMessage:"Cannot add product to cart",buttonLayout:"cart-only",iconAlign:"left",errorType:"built-in"},styles:{backgroundColor:{normal:"brand",hover:"highlight"},backgroundColorV2:{normal:"brand",hover:"highlight"},textColor:{normal:"text-3"},borderBtn:{normal:{border:"solid",color:"#121212",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"},hover:{border:"solid",color:"#4D4D4D",isCustom:!0,position:"all",borderWidth:"0px",width:"0px 0px 0px 0px"}},hasBoxShadowBtn:{normal:!1,hover:!1},boxShadowBtn:{normal:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90}},roundedBtnV2:{normal:{btrr:"4px",bblr:"4px",bbrr:"4px",btlr:"4px",radiusType:"rounded"}},align:{desktop:"left"},typo:{type:"paragraph-1"},transform:"default",btnSpacing:{type:"medium"},fullWidth:{desktop:!0},iconSizeAuto:!0,size:{desktop:"1em"},iconDimension:{desktop:"24px"},spacing:"8px",successTypo:{type:"paragraph-2"},successColor:"success",errorTypo:{type:"paragraph-2"},errorColor:"error",isCustomOutOfStock:!1,oosBackground:"brand",oosTextColor:"text-3",oosBorder:{normal:{borderType:"style-3",border:"solid",color:"line-3",isCustom:!1,borderWidth:"0px",width:"0px 0px 0px 0px"}},oosEnableShadow:!1,oosShadow:{type:"shadow-1",distance:"4px",blur:"12px",spread:"0px",color:"rgba(0, 0, 0, 0.20)",angle:90},oosRounded:{radiusType:"none"},globalSize:{desktop:{width:"100%"}},enableIcon:!1,enablePrice:!1,enableSeparator:!1},advanced:{"spacing-setting":{desktop:{margin:{bottom:"0px"}}}}}]}]}]}]}]}]}]};exports.StickyPreset=StickyPreset,exports.StickyPresetProduct=StickyPresetProduct,exports.StickyPresetScrollToTop=StickyPresetScrollToTop;
@@ -1,9 +1,11 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),helpers$1=require("../common/helpers.js");const Trustoo=({setting:e,advanced:t})=>{let{widgetType:s,align:a,version:i,appBlockId:d}=e??{},r={"review-widget":`
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var core=require("@gem-sdk/core"),helpers=require("../../helpers.js"),helpers$1=require("../common/helpers.js");const Trustoo=({setting:e,advanced:t})=>{let{widgetType:s,align:a,version:d,appBlockId:i,productSetting:r}=e??{},l={"review-widget":`
2
2
  {% if request.page_type == "product" %}
3
3
  <div style="display:block" id="seal-review-widget"></div>
4
4
  {% else %}
5
- <div style="display:block" class="custom-vstar-review-widget" data-product-id="{{ product.id }}" data-product-title="{{ product.title }}" data-product-image="{{ product.images[0] }}"></div> {% endif %}
6
- `,"star-rating-widget":'<div class="custom-vstar-rating-widget" data-product-id="{{product.id}}"></div>',"text-carousel":'<div id="trustoo-text-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"barrage-carousel":'<div id="trustoo-barrage-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"card-carousel":'<div id="trustoo-card-carousel-widget" style="display:block;max-width:1200px;margin:0 auto"></div>',"photo-carousel":'<div id="trustoo-photo-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>'},l=()=>"v2"===i?helpers$1.getLiquidForAppBlock(d,a,t?.cssClass):core.template`
5
+ {% assign productSelected = product | default: all_products['${r?.productHandle}'] %}
6
+ <div style="display:block" class="custom-vstar-review-widget" data-product-id="{{ productSelected.id }}" data-product-title="{{ productSelected.title }}" data-product-image="{{ productSelected.images[0] }}"></div>
7
+ {% endif %}
8
+ `,"star-rating-widget":'<div class="custom-vstar-rating-widget" data-product-id="{{product.id}}"></div>',"text-carousel":'<div id="trustoo-text-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"barrage-carousel":'<div id="trustoo-barrage-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>',"card-carousel":'<div id="trustoo-card-carousel-widget" style="display:block;max-width:1200px;margin:0 auto"></div>',"photo-carousel":'<div id="trustoo-photo-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>'},c=()=>"v2"===d?helpers$1.getLiquidForAppBlock(i,a,t?.cssClass):core.template`
7
9
  <div>
8
10
  {% if '${s}' == 'starRatingInList' %}
9
11
  {% if request.page_type != 'product' %}
@@ -26,12 +28,12 @@
26
28
  {% endcase %}
27
29
  {% endif %}
28
30
  </div>
29
- `;return i?l():core.template`
31
+ `;return d?c():core.template`
30
32
  <div
31
33
  class="${t?.cssClass}"
32
34
  style="${{...core.makeStyleResponsive("ta",a)}}"
33
35
  >
34
- ${s&&r?.[s]}
36
+ ${s&&l?.[s]}
35
37
  <script ${helpers.getSettingPreloadData('class="gps-link" delay',"src")}="https://cdn.vstar.app/static/dist/js/swiper-reviews.min.js" defer="defer"></script>
36
38
  <link ${helpers.getSettingPreloadData('class="gps-link" delay',"href")}="https://cdn.vstar.app/static/css/swiper-reviews.min.css" rel="stylesheet" type="text/css" media="all">
37
39
  </div>
@@ -3,4 +3,4 @@
3
3
  <img class="w-24 border border-dark-200 rounded-medium" src="${Trustoo.default.logoUrl}?width=22&height=22">
4
4
  <span class="preset-item-title">${Trustoo.default.label}</span>
5
5
  </div>
6
- `},components:[{tag:Trustoo.default.tag,advanced:{editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n\n.{{rootClassName}} #seal-star-rating-widget {\n margin-top: 0px;\n}"}}}]}],settings:[{id:"setting",controls:[{id:"appBlockId",type:"input",default:""},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:helpers.get3rdPartyInstallLink({handle:"trustoo-reviews"}),appName:Trustoo.default.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/sealapps-product-review",appName:Trustoo.default.label},{id:"widgetType",label:"Choose widget",type:"select",default:"star-rating-widget",disableDefault:!0,options:[{label:"Testimonials",value:"barrage-carousel"},{label:"Card Carousel",value:"card-carousel"},{label:"Photo Carousel",value:"photo-carousel"},{label:"Review Widget",value:"review-widget"},{label:"Star Rating Widget",value:"star-rating-widget"},{label:"Text Carousel",value:"text-carousel"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:uiV1.default,uiV2:uiV2.default};exports.default=config;
6
+ `},components:[{tag:Trustoo.default.tag,advanced:{editorData:{cssPlaceholder:".{{rootClassName}} {\n\n}\n\n.{{rootClassName}} #seal-star-rating-widget {\n margin-top: 0px;\n}"}}}]}],settings:[{id:"setting",controls:[{id:"productSetting",type:"product",label:"Product source",isMultiple:!1},{id:"appBlockId",type:"input",default:""},{id:"install",type:"open-link",target:"_blank",linkType:"install",href:helpers.get3rdPartyInstallLink({handle:"trustoo-reviews"}),appName:Trustoo.default.label},{id:"openApp",type:"open-link",target:"_blank",linkType:"openApp",href:"https://admin.shopify.com/?redirect=/apps/sealapps-product-review",appName:Trustoo.default.label},{id:"widgetType",label:"Choose widget",type:"select",default:"star-rating-widget",disableDefault:!0,options:[{label:"Testimonials",value:"barrage-carousel"},{label:"Card Carousel",value:"card-carousel"},{label:"Photo Carousel",value:"photo-carousel"},{label:"Review Widget",value:"review-widget"},{label:"Star Rating Widget",value:"star-rating-widget"},{label:"Text Carousel",value:"text-carousel"}]},{id:"align",label:"Alignment",type:"segment",options:[{label:"Left",value:"left",type:"align"},{label:"Center",value:"center",type:"align"},{label:"Right",value:"right",type:"align"}],devices:{desktop:{default:"left"}}}]}],ui:uiV1.default,uiV2:uiV2.default};exports.default=config;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV2=[{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:{en:"Choose widget"},setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];exports.default=SettingUIV2;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const SettingUIV2=[{controls:[{label:{en:"Product source"},controlConfig:{id:"gp-to-product",type:"product-source"},conditionDisplay:'pageType != "GP_PRODUCT" && widgetType === "review-widget"',layout:"vertical",options:{onlyShowInTags:["Product"],labelVariant:"primary"}}]},{controls:[{label:{en:"Product source"},setting:{id:"productSetting"},conditionDisplay:'pageType != "GP_PRODUCT" && widgetType === "review-widget"',layout:"vertical",options:{notShowInTags:["Product"]}}]},{controls:[{setting:{id:"install"},layout:"vertical"}]},{controls:[{label:{en:"Choose widget"},setting:{id:"widgetType"}}]},{controls:[{setting:{id:"openApp"},layout:"vertical"}]},{controls:[{label:{en:"Align"},setting:{id:"align"}}]}];exports.default=SettingUIV2;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import R from"./third-party/components/Bundler.js";import x from"./third-party/components/LaiProductReviews.js";import D from"./third-party/components/Growave.js";import V from"./third-party/components/KachingBundles.js";import F from"./third-party/components/Opinew.js";import O from"./third-party/components/UltimateSalesBoost.js";import M from"./third-party/components/CrossSellCartUpsell.js";import E from"./third-party/components/BoostAISearchDiscovery.js";import H from"./third-party/components/YotpoReviews.js";import U from"./third-party/components/FirePush.js";import z from"./third-party/components/AliReviews.js";import K from"./third-party/components/CleanSizeCharts.js";import q from"./third-party/components/Bogos.js";import G from"./third-party/components/PushOwl.js";import Q from"./third-party/components/QikifyUpsell.js";import N from"./third-party/components/Releasit.js";import W from"./third-party/components/KingProductOptions.js";import Y from"./third-party/components/EasySellCOD.js";import J from"./third-party/components/RequestQuoteHidePrice.js";import X from"./third-party/components/BirdChime.js";import Z from"./third-party/components/KlarnaMessaging.js";import $ from"./third-party/components/FordeerProductLabels.js";import _ from"./third-party/components/EasifyProductOptions.js";import oo from"./third-party/components/CustomProductOptionsVariant.js";import ot from"./third-party/components/ShopifySubscriptions.js";import or from"./third-party/components/BonLoyaltyRewardsReferrals.js";import om from"./third-party/components/RecurpaySubscriptionApp.js";import os from"./third-party/components/SubifySubscriptionsApp.js";import op from"./third-party/components/Selleasy.js";import on from"./third-party/components/LoopSubscriptions.js";import oe from"./third-party/components/SkioSubscriptionsYcS20.js";import oi from"./third-party/components/ShopifyForms.js";import oc from"./third-party/components/NotifyBackInStockPreOrder.js";import oa from"./third-party/components/ReviewxpoProductReviewsApp.js";import od from"./third-party/components/PumperBundlesVolumeDiscount.js";import ou from"./third-party/components/UnlimitedBundlesDiscounts.js";import of from"./third-party/components/KiteFreeGiftDiscount.js";import oj from"./third-party/components/FastBundleBundlesDiscounts.js";import ol from"./third-party/components/SimpleBundlesKits.js";import oh from"./third-party/components/EasyBundleBuilderSkailama.js";import oy from"./third-party/components/KoalaBundleQuantityDiscount.js";import oP from"./third-party/components/PreorderNowPreOrderPq.js";import og from"./third-party/components/FlyBundlesUpsellsFbt.js";import oB from"./third-party/components/JunipProductReviewsUgc.js";import oC from"./third-party/components/MaxbundleProductBundles.js";import ob from"./third-party/components/PreorderNowWodPresale.js";import oS from"./third-party/components/TagshopShoppableVideosUgc.js";import ow from"./third-party/components/WhatmoreShoppableVideosreel.js";import ov from"./third-party/components/ProductOptionsCustomizer.js";import ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import oR from"./third-party/components/AppointmentBookingCowlendar.js";import ox from"./third-party/components/SproutPlantTreesGrowSales.js";import oD from"./third-party/components/InstasellShoppableInstagram.js";import oV from"./third-party/components/WishlistPlus.js";import oF from"./third-party/components/LoloyalLoyaltyReferrals.js";import oO from"./third-party/components/HulkFormBuilder.js";import oM from"./third-party/components/PowerfulContactFormBuilder.js";import oE from"./third-party/components/WishlistKing.js";import oH from"./third-party/components/TeeinblueProductPersonalizer.js";import oU from"./third-party/components/GloboProductOptionsVariant.js";import oz from"./third-party/components/ProductOptionsVariantOption.js";import oK from"./third-party/components/BestBuyFulfillment.js";import oq from"./third-party/components/AftershipEmailMarketingsms.js";import oG from"./third-party/components/SegunoEmailMarketing.js";import oQ from"./third-party/components/SeoantTrustBadgesIcon.js";import oN from"./third-party/components/DiscountyBulkDiscountSales.js";import oW from"./third-party/components/TrustreviewsProductReviews.js";import oY from"./third-party/components/MyappgurusProductReviews.js";import oJ from"./third-party/components/HulkProductOptions.js";import oX from"./third-party/components/TrustshopProductReviews.js";import oZ from"./third-party/components/StellarDeliveryDatePickup.js";import o$ from"./third-party/components/EssentialCountdownTimerBar.js";import o_ from"./third-party/components/EssentialAnnouncementBar.js";import o3 from"./third-party/components/OkendoReviewsLoyalty.js";import o2 from"./third-party/components/EstimatedDeliveryDatePlus.js";import o0 from"./third-party/components/HextomCountdownTimerBar.js";import o1 from"./third-party/components/TrustBadgesBear.js";import o4 from"./third-party/components/TrustedsiteTrustBadges.js";import o5 from"./third-party/components/GloColorSwatchvariantImage.js";import o6 from"./third-party/components/BfSizeChartSizeGuide.js";import o7 from"./third-party/components/AlsoBoughtCbb.js";import o8 from"./third-party/components/HextomFreeShippingBar.js";import o9 from"./third-party/components/EcoboostifyShoppableReelUgc.js";import"@gem-sdk/core";import to from"./third-party/components/AovBundlesVolumeDiscounts.js";import tt from"./third-party/components/UppromoteAffiliateMarketing.js";import tr from"./third-party/components/DealeasyVolumeDiscounts.js";import tm from"./third-party/components/BloyRewardsProgramLoyalty.js";import ts from"./third-party/components/KachingSubscriptionsApp.js";import tp from"./article/components/ArticleList.js";import tn from"./article/components/ArticleTitle.js";import te from"./article/components/ArticleExcerpt.js";import ti from"./article/components/ArticleContent.js";import tc from"./article/components/ArticleImage.js";import ta from"./article/components/ArticlePagination.js";import td from"./article/components/ArticleAuthor.js";import tu from"./article/components/ArticleTag.js";import tf from"./article/components/ArticleCategory.js";import tj from"./article/components/ArticleDate.js";import tl from"./article/components/ArticleReadMore.js";import th from"./hero-banner/components/HeroBanner.js";import ty from"./breadcrumb/components/Breadcrumb.js";import tP from"./button/components/Button.js";import tg from"./carousel-v3/components/root/Carousel.js";import tB from"./carousel-v3/components/item/CarouselItem.js";import tC from"./carousel/components/root/Carousel.js";import tb from"./carousel/components/item/CarouselItem.js";import tS from"./cart/components/Cart.js";import tw from"./cart/components/CartList.js";import tv from"./cart/components/CartLinePrice.js";import tk from"./cart/components/CartLineVariant.js";import tI from"./cart/components/CartLineImage.js";import tT from"./cart/components/CartTotalPrice.js";import tA from"./cart/components/CartTotalItem.js";import tL from"./cart/components/CartCheckout.js";import tR from"./cart/components/DiscountInput.js";import tx from"./cart/components/CartDiscount.js";import tD from"./cart/components/CartOrderNote.js";import tV from"./cart/components/CartLineAttribute.js";import tF from"./cart/components/CouponList.js";import tO from"./cart/components/shop-pay-button/ShopPayButton.js";import tM from"./cart/components/CheckoutNow.js";import tE from"./code/components/CSSCode.js";import tH from"./collection/components/collection-title/CollectionTitle.js";import tU from"./collection/components/collection-banner/CollectionBanner.js";import tz from"./collection/components/collection-description/CollectionDescription.js";import tK from"./collection/components/collection-toolbar/CollectionToolbar.js";import tq from"./collection/components/collection-paginator/CollectionPaginator.js";import tG from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tQ from"./coupon/components/Coupon.js";import tN from"./dialog/components/Dialog.js";import tW from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tY from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import tJ from"./grid/components/root/Root.js";import tX from"./grid/components/section/Section.js";import tZ from"./grid/components/row/Row.js";import t$ from"./grid/components/col/Col.js";import t_ from"./form/components/newsletter/Newsletter.js";import t3 from"./form/components/contact/Contact.js";import t2 from"./form/components/form-email/FormEmail.js";import t0 from"./form/components/submit-button/SubmitButton.js";import t1 from"./form/components/form-dropdown/FormDropdown.js";import t4 from"./form/components/textfield/TextField.js";import t5 from"./form/components/textarea/TextArea.js";import t6 from"./form/components/form-checkbox/FormCheckbox.js";import t7 from"./form/components/textinput/TextInput.js";import t8 from"./header/components/Header.js";import t9 from"./header/components/kind/basic/index.js";import ro from"./header/components/kind/modern/index.js";import rt from"./header/components/kind/basic/MobileMenu.js";import rr from"./header/components/kind/basic/DesktopMenu.js";import rm from"./heading/components/Heading.js";import rs from"./icon/components/Icon.js";import rp from"./icon-list/components/IconList.js";import rn from"./icon-list/components/IconListItem.js";import re from"./icon-list-hoz/components/IconListHoz.js";import ri from"./icon-list-hoz/components/IconListHozItem.js";import rc from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import ra from"./image/components/Image.js";import rd from"./image-comparison/components/ImageComparison.js";import ru from"./image-detection/components/ImageDetection.js";import rf from"./input/components/Input.js";import rj from"./line/components/Line.js";import rl from"./marquee/components/Marquee.js";import rh from"./marquee/components/MarqueeItem.js";import ry from"./menu/components/Menu.js";import"./modal/components/confirm.js";import rP from"./modal/components/Modal.js";import rg from"./pagination/components/Pagination.js";import rB from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rC from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rb from"./post-purchase/button/components/Button.js";import rS from"./post-purchase/callout-banner/components/CalloutBox.js";import rw from"./post-purchase/callout-banner/components/CalloutText.js";import rv from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rk from"./post-purchase/image/components/Image.js";import rI from"./post-purchase/line/components/PostPurchaseLine.js";import rT from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rA}from"./post-purchase/text/index.js";import rL from"./post-purchase/product/components/ProductTitle.js";import rR from"./post-purchase/product/components/ProductDescription.js";import rx from"./post-purchase/product/components/ProductPrice.js";import rD from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rV from"./post-purchase/product/components/AcceptButton.js";import rF from"./post-purchase/product/components/ProductQuantity.js";import rO from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rM from"./post-purchase/product/components/ProductPriceBreakdown.js";import rE from"./post-purchase/product/components/ProductDiscountTag.js";import rH from"./post-purchase/product/components/product-subscription/ProductSubscription.js";import rU from"./post-purchase/product/components/product-image/index.js";import rz from"./post-purchase/buyer-consent/components/BuyerConsent.js";import rK from"./product/components/product-wrap/Product.js";import rq from"./product/components/product-title/ProductTitle.js";import rG from"./product/components/product-quantity/ProductQuantity.js";import rQ from"./product/components/product-description/ProductDescription.js";import rN from"./product/components/product-price/ProductPrice.js";import rW from"./product/components/product-button/ProductButton.js";import rY from"./product/components/product-variants/ProductVariants.js";import rJ from"./product/components/ProductImages.js";import rX from"./product/components/product-images-v3/ProductImageV3.js";import rZ from"./product/components/product-images-v2/ProductImageV2.js";import r$ from"./product/components/product-properties/ProductProperties.js";import r_ from"./product/components/product-quick-view/QuickView.js";import r3 from"./product/components/product-discount-tag/ProductDiscountTag.js";import r2 from"./product/components/product-list-v3/ProductList.js";import r0 from"./product/components/product-list/ProductList.js";import r1 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r4 from"./product/components/product-bundle/ProductBundleDiscount.js";import r5 from"./product/components/product-vendor/Vendor.js";import r6 from"./product/components/product-sku/Sku.js";import r7 from"./product/components/product-view-more/ProductViewMore.js";import r8 from"./product/components/product-badge/ProductBadge.js";import r9 from"./product/components/file-upload/UploadFile.js";import mo from"./product/components/product-bundle/ProductBundleDiscountItem.js";import mt from"./radio/components/Radio.js";import mr from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mm from"./tab/components/Tabs.js";import ms from"./tab/components/TabItem.js";import mp from"./text/components/Text.js";import mn from"./textarea/components/Textarea.js";import me from"./video/components/Video.js";import mi from"./third-party-slot/components/ThirdPartySlot.js";import mc from"./shop-pay-installment/components/ShopPayInstallments.js";import ma from"./third-party-instant/components/InstantJudgemeReviews.js";import md from"./third-party-instant/components/InstantLooxReviews.js";import mu from"./third-party-instant/components/InstantKlaviyo.js";import mf from"./third-party-instant/components/InstantYotpoLoyalty.js";import mj from"./stock-counter/components/StockCounter.js";import ml from"./sticky/components/Sticky.js";import mh from"./post-purchase/text/components/Text.js";var builder={KachingSubscriptionsApp:ts,BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:tp,ArticleTitle:tn,ArticleExcerpt:te,ArticleContent:ti,ArticleImage:tc,ArticlePagination:ta,ArticleAuthor:td,ArticleTag:tu,ArticleCategory:tf,ArticleDate:tj,ArticleReadMore:tl,HeroBanner:th,Breadcrumb:ty,Button:tP,CarouselV3:tg,CarouselItemV3:tB,Carousel:tC,CarouselItem:tb,Cart:tS,CartList:tw,CartLinePrice:tv,CartLineVariant:tk,CartLineImage:tI,CartTotalPrice:tT,CartTotalItem:tA,CartCheckout:tL,DiscountInput:tR,CartDiscount:tx,CartOrderNote:tD,CartLineAttribute:tV,CouponList:tF,ShopPayButton:tO,CheckoutNow:tM,CSSCode:tE,CollectionTitle:tH,CollectionDescription:tz,CollectionBanner:tU,CollectionToolbar:tK,CollectionPaginator:tq,Countdown:tG,Coupon:tQ,Dialog:tN,EstimateDate:tW,Newsletter:t_,ContactForm:t3,FormEmail:t2,SubmitButton:t0,TextField:t4,TextInput:t7,FormTextarea:t5,FormDropdown:t1,FormCheckbox:t6,Root:tJ,Section:tX,Row:tZ,Col:t$,Header:t8,BasicHeader:t9,ModernHeader:ro,MobileMenu:rt,DesktopMenu:rr,Heading:rm,Icon:rs,IconList:rp,IconListItem:rn,IconListHoz:re,IconListItemHoz:ri,IconListV2:rc,Image:ra,ImageComparison:rd,ImageDetection:ru,Input:rf,Line:rj,Link:tY,Marquee:rl,MarqueeItem:rh,Menu:ry,Modal:rP,Pagination:rg,PostPurchaseAdvancedList:rB,PostPurchaseAdvancedListItem:rC,PostPurchaseAcceptButton:rV,PostPurchaseButton:rb,PostPurchaseCalloutBox:rS,PostPurchaseCalloutText:rw,PostPurchaseCountdownTimer:rv,PostPurchaseImage:rk,PostPurchaseLine:rI,PostPurchaseLink:rT,PostPurchaseHeading:rA,PostPurchaseText:mh,PostPurchaseProductTitle:rL,PostPurchaseProductDescription:rR,PostPurchaseProductPrice:rx,PostPurchaseProductVariants:rD,PostPurchaseProductQuantity:rF,PostPurchaseProductPriceBreakdown:rM,PostPurchaseProductOffer:rO,PostPurchaseProductDiscountTag:rE,PostPurchaseProductImages:rU,PostPurchaseProductSubscription:rH,PostPurchaseBuyerConsent:rz,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oW,DiscountyBulkDiscountSales:oN,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oG,AftershipEmailMarketingsms:oq,BestBuyFulfillment:oK,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:oD,SproutPlantTreesGrowSales:ox,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oR,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product:rK,ProductTitle:rq,ProductQuantity:rG,ProductPrice:rN,ProductSku:r6,FileUpload:r9,ProductBundleDiscount:r4,ProductBundleDiscountItem:mo,ProductButton:rW,ProductDescription:rQ,ProductVariants:rY,ProductImages:rJ,ProductImagesV3:rX,ProductImagesV2:rZ,ProductProperties:r$,ProductQuickView:r_,ProductTag:r3,ProductListV3:r2,ProductList:r0,Radio:mt,Select:mr,Tabs:mm,TabItem:ms,Text:mp,Textarea:mn,Video:me,PushOwl:G,ThirdPartySlot:mi,ShopPayInstallments:mc,JudgemeReviews:n,LooxReviews:e,Instafeed:d,Klaviyo:i,YotpoLoyalty:c,SmartSearchBarAndFilters:a,ProductReviews:u,Ryviu:f,Rivyo:j,Vitals:l,Omnisend:h,ParcelPanel:C,TrustMe:b,Trustoo:y,SealSubscriptions:P,AppstleSubscriptions:g,FeraReviews:B,Growave:D,KachingBundles:V,Bogos:q,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:k,PickyStory:I,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:R,LaiProductReviews:x,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:K,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:ma,InstantLooxReviews:md,InstantKlaviyo:mu,InstantYotpoLoyalty:mf,Releasit:N,BirdChime:X,StockCounter:mj,DynamicCheckout:r1,Sticky:ml,ProductVendor:r5,KingProductOptions:W,ProductViewMore:r7,ProductBadge:r8,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};
2
+ import o from"./accordion/components/Accordion.js";import t from"./accordion/components/AccordionItem.js";import"./accordion/settings/configs/settings.js";import r from"./third-party/components/RechargeSubscriptions.js";import m from"./third-party/components/EcomsendBackInStockAlert.js";import s from"./third-party/components/AppstleBundlesDiscounts.js";import p from"./third-party/components/AovFreeGiftBuyXGetYBogo.js";import n from"./third-party/components/JudgemeReviews.js";import e from"./third-party/components/LooxReviews.js";import i from"./third-party/components/Klaviyo.js";import c from"./third-party/components/YotpoLoyalty.js";import a from"./third-party/components/SmartSearchBarAndFilters.js";import d from"./third-party/components/Instafeed.js";import u from"./third-party/components/ProductReviews.js";import f from"./third-party/components/Ryviu.js";import j from"./third-party/components/Rivyo.js";import l from"./third-party/components/Vitals.js";import h from"./third-party/components/Omnisend.js";import y from"./third-party/components/Trustoo.js";import P from"./third-party/components/SealSubscriptions.js";import g from"./third-party/components/AppstleSubscriptions.js";import B from"./third-party/components/FeraReviews.js";import C from"./third-party/components/ParcelPanel.js";import b from"./third-party/components/TrustMe.js";import S from"./third-party/components/FrequentlyBoughtTogether.js";import w from"./third-party/components/BoldSubscriptions.js";import v from"./third-party/components/BoldProductOptions.js";import k from"./third-party/components/WideBundle.js";import I from"./third-party/components/PickyStory.js";import T from"./third-party/components/InfiniteOptions.js";import A from"./third-party/components/Wiser.js";import L from"./third-party/components/Stamped.js";import R from"./third-party/components/Bundler.js";import x from"./third-party/components/LaiProductReviews.js";import D from"./third-party/components/Growave.js";import V from"./third-party/components/KachingBundles.js";import F from"./third-party/components/Opinew.js";import O from"./third-party/components/UltimateSalesBoost.js";import M from"./third-party/components/CrossSellCartUpsell.js";import E from"./third-party/components/BoostAISearchDiscovery.js";import H from"./third-party/components/YotpoReviews.js";import U from"./third-party/components/FirePush.js";import z from"./third-party/components/AliReviews.js";import K from"./third-party/components/CleanSizeCharts.js";import q from"./third-party/components/Bogos.js";import G from"./third-party/components/PushOwl.js";import Q from"./third-party/components/QikifyUpsell.js";import N from"./third-party/components/Releasit.js";import W from"./third-party/components/KingProductOptions.js";import Y from"./third-party/components/EasySellCOD.js";import J from"./third-party/components/RequestQuoteHidePrice.js";import X from"./third-party/components/BirdChime.js";import Z from"./third-party/components/KlarnaMessaging.js";import $ from"./third-party/components/FordeerProductLabels.js";import _ from"./third-party/components/EasifyProductOptions.js";import oo from"./third-party/components/CustomProductOptionsVariant.js";import ot from"./third-party/components/ShopifySubscriptions.js";import or from"./third-party/components/BonLoyaltyRewardsReferrals.js";import om from"./third-party/components/RecurpaySubscriptionApp.js";import os from"./third-party/components/SubifySubscriptionsApp.js";import op from"./third-party/components/Selleasy.js";import on from"./third-party/components/LoopSubscriptions.js";import oe from"./third-party/components/SkioSubscriptionsYcS20.js";import oi from"./third-party/components/ShopifyForms.js";import oc from"./third-party/components/NotifyBackInStockPreOrder.js";import oa from"./third-party/components/ReviewxpoProductReviewsApp.js";import od from"./third-party/components/PumperBundlesVolumeDiscount.js";import ou from"./third-party/components/UnlimitedBundlesDiscounts.js";import of from"./third-party/components/KiteFreeGiftDiscount.js";import oj from"./third-party/components/FastBundleBundlesDiscounts.js";import ol from"./third-party/components/SimpleBundlesKits.js";import oh from"./third-party/components/EasyBundleBuilderSkailama.js";import oy from"./third-party/components/KoalaBundleQuantityDiscount.js";import oP from"./third-party/components/PreorderNowPreOrderPq.js";import og from"./third-party/components/FlyBundlesUpsellsFbt.js";import oB from"./third-party/components/JunipProductReviewsUgc.js";import oC from"./third-party/components/MaxbundleProductBundles.js";import ob from"./third-party/components/PreorderNowWodPresale.js";import oS from"./third-party/components/TagshopShoppableVideosUgc.js";import ow from"./third-party/components/WhatmoreShoppableVideosreel.js";import ov from"./third-party/components/ProductOptionsCustomizer.js";import ok from"./third-party/components/TagembedSocialPostReview.js";import oI from"./third-party/components/AirProductReviewsAppUgc.js";import oT from"./third-party/components/MbcBundleVolumeDiscount.js";import oA from"./third-party/components/GoogleReviewsByReputon.js";import oL from"./third-party/components/RapiBundleQuantityBreaks.js";import oR from"./third-party/components/AppointmentBookingCowlendar.js";import ox from"./third-party/components/SproutPlantTreesGrowSales.js";import oD from"./third-party/components/InstasellShoppableInstagram.js";import oV from"./third-party/components/WishlistPlus.js";import oF from"./third-party/components/LoloyalLoyaltyReferrals.js";import oO from"./third-party/components/HulkFormBuilder.js";import oM from"./third-party/components/PowerfulContactFormBuilder.js";import oE from"./third-party/components/WishlistKing.js";import oH from"./third-party/components/TeeinblueProductPersonalizer.js";import oU from"./third-party/components/GloboProductOptionsVariant.js";import oz from"./third-party/components/ProductOptionsVariantOption.js";import oK from"./third-party/components/BestBuyFulfillment.js";import oq from"./third-party/components/AftershipEmailMarketingsms.js";import oG from"./third-party/components/SegunoEmailMarketing.js";import oQ from"./third-party/components/SeoantTrustBadgesIcon.js";import oN from"./third-party/components/DiscountyBulkDiscountSales.js";import oW from"./third-party/components/TrustreviewsProductReviews.js";import oY from"./third-party/components/MyappgurusProductReviews.js";import oJ from"./third-party/components/HulkProductOptions.js";import oX from"./third-party/components/TrustshopProductReviews.js";import oZ from"./third-party/components/StellarDeliveryDatePickup.js";import o$ from"./third-party/components/EssentialCountdownTimerBar.js";import o_ from"./third-party/components/EssentialAnnouncementBar.js";import o3 from"./third-party/components/OkendoReviewsLoyalty.js";import o2 from"./third-party/components/EstimatedDeliveryDatePlus.js";import o0 from"./third-party/components/HextomCountdownTimerBar.js";import o1 from"./third-party/components/TrustBadgesBear.js";import o4 from"./third-party/components/TrustedsiteTrustBadges.js";import o5 from"./third-party/components/GloColorSwatchvariantImage.js";import o6 from"./third-party/components/BfSizeChartSizeGuide.js";import o7 from"./third-party/components/AlsoBoughtCbb.js";import o8 from"./third-party/components/HextomFreeShippingBar.js";import o9 from"./third-party/components/EcoboostifyShoppableReelUgc.js";import"@gem-sdk/core";import to from"./third-party/components/AovBundlesVolumeDiscounts.js";import tt from"./third-party/components/UppromoteAffiliateMarketing.js";import tr from"./third-party/components/DealeasyVolumeDiscounts.js";import tm from"./third-party/components/BloyRewardsProgramLoyalty.js";import ts from"./third-party/components/KachingSubscriptionsApp.js";import tp from"./article/components/ArticleList.js";import tn from"./article/components/ArticleTitle.js";import te from"./article/components/ArticleExcerpt.js";import ti from"./article/components/ArticleContent.js";import tc from"./article/components/ArticleImage.js";import ta from"./article/components/ArticlePagination.js";import td from"./article/components/ArticleAuthor.js";import tu from"./article/components/ArticleTag.js";import tf from"./article/components/ArticleCategory.js";import tj from"./article/components/ArticleDate.js";import tl from"./article/components/ArticleReadMore.js";import th from"./hero-banner/components/HeroBanner.js";import ty from"./breadcrumb/components/Breadcrumb.js";import tP from"./button/components/Button.js";import tg from"./carousel-v3/components/root/Carousel.js";import tB from"./carousel-v3/components/item/CarouselItem.js";import tC from"./carousel/components/root/Carousel.js";import tb from"./carousel/components/item/CarouselItem.js";import tS from"./cart/components/Cart.js";import tw from"./cart/components/CartList.js";import tv from"./cart/components/CartLinePrice.js";import tk from"./cart/components/CartLineVariant.js";import tI from"./cart/components/CartLineImage.js";import tT from"./cart/components/CartTotalPrice.js";import tA from"./cart/components/CartTotalItem.js";import tL from"./cart/components/CartCheckout.js";import tR from"./cart/components/DiscountInput.js";import tx from"./cart/components/CartDiscount.js";import tD from"./cart/components/CartOrderNote.js";import tV from"./cart/components/CartLineAttribute.js";import tF from"./cart/components/CouponList.js";import tO from"./cart/components/shop-pay-button/ShopPayButton.js";import tM from"./cart/components/CheckoutNow.js";import tE from"./code/components/CSSCode.js";import tH from"./collection/components/collection-title/CollectionTitle.js";import tU from"./collection/components/collection-banner/CollectionBanner.js";import tz from"./collection/components/collection-description/CollectionDescription.js";import tK from"./collection/components/collection-toolbar/CollectionToolbar.js";import tq from"./collection/components/collection-paginator/CollectionPaginator.js";import tG from"./countdown-timer/components/Countdown.js";import"./countdown-timer/settings/configs/setting.js";import tQ from"./coupon/components/Coupon.js";import tN from"./dialog/components/Dialog.js";import tW from"./estimate-delivery/components/EstimateDate.js";import"@gem-sdk/system";import tY from"./link/components/Link.js";import"./estimate-delivery/settings/configs/settings.js";import tJ from"./grid/components/root/Root.js";import tX from"./grid/components/section/Section.js";import tZ from"./grid/components/row/Row.js";import t$ from"./grid/components/col/Col.js";import t_ from"./form/components/newsletter/Newsletter.js";import t3 from"./form/components/contact/Contact.js";import t2 from"./form/components/form-email/FormEmail.js";import t0 from"./form/components/submit-button/SubmitButton.js";import t1 from"./form/components/form-dropdown/FormDropdown.js";import t4 from"./form/components/textfield/TextField.js";import t5 from"./form/components/textarea/TextArea.js";import t6 from"./form/components/form-checkbox/FormCheckbox.js";import t7 from"./form/components/textinput/TextInput.js";import t8 from"./header/components/Header.js";import t9 from"./header/components/kind/basic/index.js";import ro from"./header/components/kind/modern/index.js";import rt from"./header/components/kind/basic/MobileMenu.js";import rr from"./header/components/kind/basic/DesktopMenu.js";import rm from"./heading/components/Heading.js";import rs from"./icon/components/Icon.js";import rp from"./icon-list/components/IconList.js";import rn from"./icon-list/components/IconListItem.js";import re from"./icon-list-hoz/components/IconListHoz.js";import ri from"./icon-list-hoz/components/IconListHozItem.js";import rc from"./icon-list-v2/components/IconList.js";import"./icon-list-v2/settings/configs/settings.js";import ra from"./image/components/Image.js";import rd from"./image-comparison/components/ImageComparison.js";import ru from"./image-detection/components/ImageDetection.js";import rf from"./input/components/Input.js";import rj from"./line/components/Line.js";import rl from"./marquee/components/Marquee.js";import rh from"./marquee/components/MarqueeItem.js";import ry from"./menu/components/Menu.js";import"./modal/components/confirm.js";import rP from"./modal/components/Modal.js";import rg from"./pagination/components/Pagination.js";import rB from"./post-purchase/advanced-list/components/AdvancedListPostPurchase.js";import rC from"./post-purchase/advanced-list/components/PostPurchaseAdvancedListItem.js";import rb from"./post-purchase/button/components/Button.js";import rS from"./post-purchase/callout-banner/components/CalloutBox.js";import rw from"./post-purchase/callout-banner/components/CalloutText.js";import rv from"./post-purchase/countdown-timer/components/PostPurchaseCountdownTimer.js";import rk from"./post-purchase/image/components/Image.js";import rI from"./post-purchase/line/components/PostPurchaseLine.js";import rT from"./post-purchase/link/components/PostPurchaseLink.js";import{PostPurchaseHeading as rA}from"./post-purchase/text/index.js";import rL from"./post-purchase/product/components/ProductTitle.js";import rR from"./post-purchase/product/components/ProductDescription.js";import rx from"./post-purchase/product/components/ProductPrice.js";import rD from"./post-purchase/product/components/product-variant/components/ProductVariant.js";import rV from"./post-purchase/product/components/AcceptButton.js";import rF from"./post-purchase/product/components/ProductQuantity.js";import rO from"./post-purchase/product/components/product-offer/components/ProductOffer.js";import rM from"./post-purchase/product/components/ProductPriceBreakdown.js";import rE from"./post-purchase/product/components/ProductDiscountTag.js";import rH from"./post-purchase/product/components/product-image/index.js";import rU from"./product/components/product-wrap/Product.js";import rz from"./product/components/product-title/ProductTitle.js";import rK from"./product/components/product-quantity/ProductQuantity.js";import rq from"./product/components/product-description/ProductDescription.js";import rG from"./product/components/product-price/ProductPrice.js";import rQ from"./product/components/product-button/ProductButton.js";import rN from"./product/components/product-variants/ProductVariants.js";import rW from"./product/components/ProductImages.js";import rY from"./product/components/product-images-v3/ProductImageV3.js";import rJ from"./product/components/product-images-v2/ProductImageV2.js";import rX from"./product/components/product-properties/ProductProperties.js";import rZ from"./product/components/product-quick-view/QuickView.js";import r$ from"./product/components/product-discount-tag/ProductDiscountTag.js";import r_ from"./product/components/product-list-v3/ProductList.js";import r3 from"./product/components/product-list/ProductList.js";import r2 from"./product/components/dynamic-checkout/DynamicCheckout.js";import r0 from"./product/components/product-bundle/ProductBundleDiscount.js";import r1 from"./product/components/product-vendor/Vendor.js";import r4 from"./product/components/product-sku/Sku.js";import r5 from"./product/components/product-view-more/ProductViewMore.js";import r6 from"./product/components/product-badge/ProductBadge.js";import r7 from"./product/components/file-upload/UploadFile.js";import r8 from"./product/components/product-bundle/ProductBundleDiscountItem.js";import r9 from"./radio/components/Radio.js";import mo from"./select/components/Select.js";import"./select/settings/configs/settings.js";import mt from"./tab/components/Tabs.js";import mr from"./tab/components/TabItem.js";import mm from"./text/components/Text.js";import ms from"./textarea/components/Textarea.js";import mp from"./video/components/Video.js";import mn from"./third-party-slot/components/ThirdPartySlot.js";import me from"./shop-pay-installment/components/ShopPayInstallments.js";import mi from"./third-party-instant/components/InstantJudgemeReviews.js";import mc from"./third-party-instant/components/InstantLooxReviews.js";import ma from"./third-party-instant/components/InstantKlaviyo.js";import md from"./third-party-instant/components/InstantYotpoLoyalty.js";import mu from"./stock-counter/components/StockCounter.js";import mf from"./sticky/components/Sticky.js";import mj from"./post-purchase/text/components/Text.js";var builder={KachingSubscriptionsApp:ts,BloyRewardsProgramLoyalty:tm,DealeasyVolumeDiscounts:tr,UppromoteAffiliateMarketing:tt,AovBundlesVolumeDiscounts:to,AovFreeGiftBuyXGetYBogo:p,EcomsendBackInStockAlert:m,AppstleBundlesDiscounts:s,Accordion:o,AccordionItem:t,ArticleList:tp,ArticleTitle:tn,ArticleExcerpt:te,ArticleContent:ti,ArticleImage:tc,ArticlePagination:ta,ArticleAuthor:td,ArticleTag:tu,ArticleCategory:tf,ArticleDate:tj,ArticleReadMore:tl,HeroBanner:th,Breadcrumb:ty,Button:tP,CarouselV3:tg,CarouselItemV3:tB,Carousel:tC,CarouselItem:tb,Cart:tS,CartList:tw,CartLinePrice:tv,CartLineVariant:tk,CartLineImage:tI,CartTotalPrice:tT,CartTotalItem:tA,CartCheckout:tL,DiscountInput:tR,CartDiscount:tx,CartOrderNote:tD,CartLineAttribute:tV,CouponList:tF,ShopPayButton:tO,CheckoutNow:tM,CSSCode:tE,CollectionTitle:tH,CollectionDescription:tz,CollectionBanner:tU,CollectionToolbar:tK,CollectionPaginator:tq,Countdown:tG,Coupon:tQ,Dialog:tN,EstimateDate:tW,Newsletter:t_,ContactForm:t3,FormEmail:t2,SubmitButton:t0,TextField:t4,TextInput:t7,FormTextarea:t5,FormDropdown:t1,FormCheckbox:t6,Root:tJ,Section:tX,Row:tZ,Col:t$,Header:t8,BasicHeader:t9,ModernHeader:ro,MobileMenu:rt,DesktopMenu:rr,Heading:rm,Icon:rs,IconList:rp,IconListItem:rn,IconListHoz:re,IconListItemHoz:ri,IconListV2:rc,Image:ra,ImageComparison:rd,ImageDetection:ru,Input:rf,Line:rj,Link:tY,Marquee:rl,MarqueeItem:rh,Menu:ry,Modal:rP,Pagination:rg,PostPurchaseAdvancedList:rB,PostPurchaseAdvancedListItem:rC,PostPurchaseAcceptButton:rV,PostPurchaseButton:rb,PostPurchaseCalloutBox:rS,PostPurchaseCalloutText:rw,PostPurchaseCountdownTimer:rv,PostPurchaseImage:rk,PostPurchaseLine:rI,PostPurchaseLink:rT,PostPurchaseHeading:rA,PostPurchaseText:mj,PostPurchaseProductTitle:rL,PostPurchaseProductDescription:rR,PostPurchaseProductPrice:rx,PostPurchaseProductVariants:rD,PostPurchaseProductQuantity:rF,PostPurchaseProductPriceBreakdown:rM,PostPurchaseProductOffer:rO,PostPurchaseProductDiscountTag:rE,PostPurchaseProductImages:rH,EstimatedDeliveryDatePlus:o2,OkendoReviewsLoyalty:o3,EssentialAnnouncementBar:o_,EssentialCountdownTimerBar:o$,StellarDeliveryDatePickup:oZ,TrustshopProductReviews:oX,HulkProductOptions:oJ,MyappgurusProductReviews:oY,TrustreviewsProductReviews:oW,DiscountyBulkDiscountSales:oN,SeoantTrustBadgesIcon:oQ,SegunoEmailMarketing:oG,AftershipEmailMarketingsms:oq,BestBuyFulfillment:oK,ProductOptionsVariantOption:oz,GloboProductOptionsVariant:oU,TeeinblueProductPersonalizer:oH,HulkFormBuilder:oO,LoloyalLoyaltyReferrals:oF,PowerfulContactFormBuilder:oM,WishlistKing:oE,WishlistPlus:oV,InstasellShoppableInstagram:oD,SproutPlantTreesGrowSales:ox,RapiBundleQuantityBreaks:oL,AppointmentBookingCowlendar:oR,GoogleReviewsByReputon:oA,MbcBundleVolumeDiscount:oT,ProductOptionsCustomizer:ov,AirProductReviewsAppUgc:oI,TagembedSocialPostReview:ok,WhatmoreShoppableVideosreel:ow,TagshopShoppableVideosUgc:oS,JunipProductReviewsUgc:oB,FlyBundlesUpsellsFbt:og,PreorderNowWodPresale:ob,PreorderNowPreOrderPq:oP,MaxbundleProductBundles:oC,KoalaBundleQuantityDiscount:oy,EasyBundleBuilderSkailama:oh,FastBundleBundlesDiscounts:oj,KiteFreeGiftDiscount:of,UnlimitedBundlesDiscounts:ou,SimpleBundlesKits:ol,ReviewxpoProductReviewsApp:oa,PumperBundlesVolumeDiscount:od,NotifyBackInStockPreOrder:oc,ShopifyForms:oi,SkioSubscriptionsYcS20:oe,LoopSubscriptions:on,Selleasy:op,RecurpaySubscriptionApp:om,SubifySubscriptionsApp:os,ShopifySubscriptions:ot,BonLoyaltyRewardsReferrals:or,EasifyProductOptions:_,CustomProductOptionsVariant:oo,KlarnaMessaging:Z,FordeerProductLabels:$,RechargeSubscriptions:r,Product:rU,ProductTitle:rz,ProductQuantity:rK,ProductPrice:rG,ProductSku:r4,FileUpload:r7,ProductBundleDiscount:r0,ProductBundleDiscountItem:r8,ProductButton:rQ,ProductDescription:rq,ProductVariants:rN,ProductImages:rW,ProductImagesV3:rY,ProductImagesV2:rJ,ProductProperties:rX,ProductQuickView:rZ,ProductTag:r$,ProductListV3:r_,ProductList:r3,Radio:r9,Select:mo,Tabs:mt,TabItem:mr,Text:mm,Textarea:ms,Video:mp,PushOwl:G,ThirdPartySlot:mn,ShopPayInstallments:me,JudgemeReviews:n,LooxReviews:e,Instafeed:d,Klaviyo:i,YotpoLoyalty:c,SmartSearchBarAndFilters:a,ProductReviews:u,Ryviu:f,Rivyo:j,Vitals:l,Omnisend:h,ParcelPanel:C,TrustMe:b,Trustoo:y,SealSubscriptions:P,AppstleSubscriptions:g,FeraReviews:B,Growave:D,KachingBundles:V,Bogos:q,Opinew:F,UltimateSalesBoost:O,FirePush:U,FrequentlyBoughtTogether:S,BoldSubscriptions:w,BoldProductOptions:v,WideBundle:k,PickyStory:I,InfiniteOptions:T,Wiser:A,Stamped:L,Bundler:R,LaiProductReviews:x,CrossSellCartUpsell:M,BoostAISearchDiscovery:E,YotpoReviews:H,AliReviews:z,CleanSizeCharts:K,QikifyUpsell:Q,EasySellCOD:Y,RequestQuoteHidePrice:J,InstantJudgemeReviews:mi,InstantLooxReviews:mc,InstantKlaviyo:ma,InstantYotpoLoyalty:md,Releasit:N,BirdChime:X,StockCounter:mu,DynamicCheckout:r2,Sticky:mf,ProductVendor:r1,KingProductOptions:W,ProductViewMore:r5,ProductBadge:r6,HextomCountdownTimerBar:o0,TrustBadgesBear:o1,TrustedsiteTrustBadges:o4,GloColorSwatchvariantImage:o5,BfSizeChartSizeGuide:o6,AlsoBoughtCbb:o7,HextomFreeShippingBar:o8,EcoboostifyShoppableReelUgc:o9};export{builder as default};