@gem-sdk/components 12.0.0-staging.11 → 12.0.0-staging.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),React=require("react"),Text=require("../../text/components/Text.js"),useDynamicProduct=require("../hooks/useDynamicProduct.js");const PostPurchaseProductPrice=({styles:e,style:r,builderAttrs:c,builderProps:o,children:t})=>{let s=core.useCurrentVariant(),u=core.useProduct(),i=core.convertDecimalToNumber(s?.price)??0,a=core.convertDecimalToNumber(s?.salePrice)??0,p=parseFloat(core.shopifyPriceRounding(core.useProductOfferDiscount(),2)),{isDynamicProduct:n}=useDynamicProduct.useDynamicProduct(),m=React.useMemo(()=>p?e?.priceType==="compare"?i:i-p:e?.priceType==="compare"?a:i,[p,e?.priceType,i,a]),d=core.useFormatMoney(parseFloat(core.shopifyPriceRounding(Number(m)||0,2)),!1),l=u?.baseID?.replace("gid://shopify/Product/",""),y=React.useMemo(()=>e?.priceType==="compare"&&(!p&&a<i||i<=0),[p,i,a,e?.priceType]);return y?null:jsxRuntime.jsxs("div",{...c,className:core.cls(o?.uid),style:{...r},id:`shopify-text-element-${o?.uid}`,"data-product-id":l,children:[jsxRuntime.jsx(Text.default,{styles:e,setting:{text:n?"$???":d},className:core.cls({"gp-money":e?.priceType==="regular","gp-product-compare-price":e?.priceType==="compare","gp-line-through":e?.priceType==="compare"&&e?.lineThrough})}),t]})};exports.default=PostPurchaseProductPrice;
2
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var jsxRuntime=require("react/jsx-runtime"),core=require("@gem-sdk/core"),React=require("react"),Text=require("../../text/components/Text.js"),useDynamicProduct=require("../hooks/useDynamicProduct.js"),TooltipHover=require("../../../common/components/TooltipHover.js");const PostPurchaseProductPrice=({styles:e,style:r,builderAttrs:o,builderProps:t,children:s,setting:c})=>{let i=core.useCurrentVariant(),u=core.useProduct(),a=core.convertDecimalToNumber(i?.price)??0,p=core.convertDecimalToNumber(i?.salePrice)??0,n=parseFloat(core.shopifyPriceRounding(core.useProductOfferDiscount(),2)),d=a-n>0?a-n:a,{isDynamicProduct:l}=useDynamicProduct.useDynamicProduct(),{t:m}=core.useI18nStore(),{isEditMode:x}=core.useRenderMode(),{priceType:g,source:h}=c??{},y="compare"===g,P="offer"===g,f="price"===h,j="compare-price"===h,b=React.useMemo(()=>y?f?a:p:P?d:a,[y,f,P,a,p,d]),R=core.useFormatMoney(parseFloat(core.shopifyPriceRounding(Number(b)||0,2)),!1),N=u?.baseID?.replace("gid://shopify/Product/",""),v=React.useMemo(()=>y&&(!n&&p<a||a<=0||j&&!p),[y,n,a,p]);return(!b||v)&&x?jsxRuntime.jsx(TooltipHover.default,{enable:!0,text:"Not be displayed when published",width:"205px",position:"bottom",className:"gp-arrow-left-offset-10",children:jsxRuntime.jsx("div",{className:"gp-h-[28px] gp-px-1.5 gp-py-1 gp-flex gp-border gp-border-light-200 gp-items-center gp-justify-center gp-rounded-lg",style:{borderStyle:"dashed",strokeDasharray:"2,2"},children:jsxRuntime.jsx("span",{className:"gp-text-dark-400 gp-text-[12px] gp-leading-5",children:m("No compare price")})})}):v&&!x?null:jsxRuntime.jsxs("div",{...o,className:core.cls(t?.uid),style:{...r},id:`shopify-text-element-${t?.uid}`,"data-product-id":N,children:[jsxRuntime.jsx(Text.default,{styles:e,setting:{text:l?"$???":R},className:core.cls({"gp-money":P,"gp-product-compare-price":y,"gp-line-through":y&&e?.lineThrough})}),s]})};exports.default=PostPurchaseProductPrice;
@@ -5,4 +5,4 @@
5
5
  <rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
6
6
  <rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
7
7
  </svg>
8
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProduct1Col=postPurchaseProduct1Col;
8
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProduct1Col=postPurchaseProduct1Col;
@@ -8,4 +8,4 @@
8
8
  <rect x="64" width="28" height="7" rx="3" fill="#424242"/>
9
9
  <rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
10
10
  </svg>
11
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProduct2Col=postPurchaseProduct2Col;
11
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProduct2Col=postPurchaseProduct2Col;
@@ -9,4 +9,4 @@
9
9
  <rect x="57" width="32" height="7" rx="3" fill="#424242"/>
10
10
  <rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
11
11
  </svg>
12
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare",color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProductOfferDefault=postPurchaseProductOfferDefault;
12
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"},styles:{color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};exports.postPurchaseProductOfferDefault=postPurchaseProductOfferDefault;
@@ -1 +1 @@
1
- "use strict";const settingV2=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Discount})",suggestContents:[{message:"{Discount}",eg:"E.g: 50%"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{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"}]}];exports.settingV2=settingV2;
1
+ "use strict";const settingV2=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Offer_discount})",suggestContents:[{message:"{Offer_discount}",eg:"E.g: 50%"},{message:"{Shopify_percent_discount}",eg:"E.g: 20%"},{message:"{Shopify_amount_discount}",eg:"E.g: $400.00"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{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"}]}];exports.settingV2=settingV2;
@@ -1 +1 @@
1
- "use strict";const settingV2=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1}]},{id:"style",controls:[{id:"priceType",type:"option:value",options:[{label:"Original",value:"regular"},{label:"Compare",value:"compare"}],default:"regular"},{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];exports.settingV2=settingV2;
1
+ "use strict";const settingV2=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"priceType",type:"option:value",options:[{label:"Offer",value:"offer"},{label:"Compare",value:"compare"}],default:"offer"},{id:"source",type:"select",options:[{label:"Price",value:"price"},{label:"Compare-at price",value:"compare-price"}],default:"price"}]},{id:"style",controls:[{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];exports.settingV2=settingV2;
@@ -1 +1 @@
1
- "use strict";const SettingUIV2=[{controls:[{type:"control",label:{en:"Type"},options:{labelVariant:"primary"},setting:{id:"priceType"}}]},{label:{en:"Text"},controls:[{type:"control",label:{en:""},setting:{id:"typo"},layout:"vertical"}]}];exports.SettingUIV2=SettingUIV2;
1
+ "use strict";const SettingUIV2=[{label:{en:"Display"},controls:[{type:"control",label:{en:"Price"},setting:{id:"priceType"}},{type:"control",label:{en:"Source"},setting:{id:"source"},conditionDisplay:'priceType === "compare"'}]},{label:{en:"Text"},controls:[{type:"control",label:{en:""},setting:{id:"typo"},layout:"vertical"}]}];exports.SettingUIV2=SettingUIV2;
@@ -1,2 +1,2 @@
1
1
  'use client';
2
- import{jsxs as e,jsx as r}from"react/jsx-runtime";import{useCurrentVariant as p,useProduct as t,convertDecimalToNumber as o,shopifyPriceRounding as c,useProductOfferDiscount as i,useFormatMoney as a,cls as s}from"@gem-sdk/core";import{useMemo as m}from"react";import u from"../../text/components/Text.js";import{useDynamicProduct as l}from"../hooks/useDynamicProduct.js";let PostPurchaseProductPrice=({styles:d,style:y,builderAttrs:n,builderProps:P,children:h})=>{let T=p(),g=t(),f=o(T?.price)??0,x=o(T?.salePrice)??0,j=parseFloat(c(i(),2)),{isDynamicProduct:N}=l(),b=m(()=>j?d?.priceType==="compare"?f:f-j:d?.priceType==="compare"?x:f,[j,d?.priceType,f,x]),k=a(parseFloat(c(Number(b)||0,2)),!1),D=g?.baseID?.replace("gid://shopify/Product/",""),F=m(()=>d?.priceType==="compare"&&(!j&&x<f||f<=0),[j,f,x,d?.priceType]);return F?null:e("div",{...n,className:s(P?.uid),style:{...y},id:`shopify-text-element-${P?.uid}`,"data-product-id":D,children:[r(u,{styles:d,setting:{text:N?"$???":k},className:s({"gp-money":d?.priceType==="regular","gp-product-compare-price":d?.priceType==="compare","gp-line-through":d?.priceType==="compare"&&d?.lineThrough})}),h]})};export{PostPurchaseProductPrice as default};
2
+ import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useCurrentVariant as t,useProduct as o,convertDecimalToNumber as p,shopifyPriceRounding as s,useProductOfferDiscount as i,useI18nStore as a,useRenderMode as c,useFormatMoney as l,cls as d}from"@gem-sdk/core";import{useMemo as m}from"react";import n from"../../text/components/Text.js";import{useDynamicProduct as g}from"../hooks/useDynamicProduct.js";import u from"../../../common/components/TooltipHover.js";let PostPurchaseProductPrice=({styles:h,style:f,builderAttrs:x,builderProps:y,children:P,setting:b})=>{let N=t(),j=o(),k=p(N?.price)??0,v=p(N?.salePrice)??0,w=parseFloat(s(i(),2)),D=k-w>0?k-w:k,{isDynamicProduct:T}=g(),{t:F}=a(),{isEditMode:$}=c(),{priceType:H,source:I}=b??{},S="compare"===H,q="offer"===H,z="price"===I,A="compare-price"===I,B=m(()=>S?z?k:v:q?D:k,[S,z,q,k,v,D]),C=l(parseFloat(s(Number(B)||0,2)),!1),E=j?.baseID?.replace("gid://shopify/Product/",""),G=m(()=>S&&(!w&&v<k||k<=0||A&&!v),[S,w,k,v]);return(!B||G)&&$?e(u,{enable:!0,text:"Not be displayed when published",width:"205px",position:"bottom",className:"gp-arrow-left-offset-10",children:e("div",{className:"gp-h-[28px] gp-px-1.5 gp-py-1 gp-flex gp-border gp-border-light-200 gp-items-center gp-justify-center gp-rounded-lg",style:{borderStyle:"dashed",strokeDasharray:"2,2"},children:e("span",{className:"gp-text-dark-400 gp-text-[12px] gp-leading-5",children:F("No compare price")})})}):G&&!$?null:r("div",{...x,className:d(y?.uid),style:{...f},id:`shopify-text-element-${y?.uid}`,"data-product-id":E,children:[e(n,{styles:h,setting:{text:T?"$???":C},className:d({"gp-money":q,"gp-product-compare-price":S,"gp-line-through":S&&h?.lineThrough})}),P]})};export{PostPurchaseProductPrice as default};
@@ -5,4 +5,4 @@ let postPurchaseProduct1Col={id:"post-purchase-product-offer-1-col",name:{en:"Pr
5
5
  <rect x="31" y="31" width="34" height="7" rx="3" fill="#424242"/>
6
6
  <rect x="36" y="41" width="24" height="7" rx="3" fill="#424242"/>
7
7
  </svg>
8
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct1Col};
8
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[12],display:"fill"}}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct1Col};
@@ -8,4 +8,4 @@ let postPurchaseProduct2Col={id:"post-purchase-product-offer-2-col",name:{en:"Pr
8
8
  <rect x="64" width="28" height="7" rx="3" fill="#424242"/>
9
9
  <rect x="64" y="11" width="14" height="7" rx="3" fill="#424242"/>
10
10
  </svg>
11
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct2Col};
11
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"left",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{advanced:{blockPadding:"base"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProduct2Col};
@@ -9,4 +9,4 @@ let postPurchaseProductOfferDefault={id:"post-purchase-product-offer",name:{en:"
9
9
  <rect x="57" width="32" height="7" rx="3" fill="#424242"/>
10
10
  <rect x="57" y="11" width="18" height="7" rx="3" fill="#424242"/>
11
11
  </svg>
12
- `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"regular"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",styles:{priceType:"compare",color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProductOfferDefault};
12
+ `},components:[{tag:"PostPurchaseProductOffer",settings:{layout:{desktop:{cols:[6,6],display:"fill"},mobile:{cols:[12]}}},styles:{columnGap:{desktop:"3%"}},advanced:{blockPadding:"none",inlinePadding:"none"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductImages",settings:{layoutType:"bottom-center",ftDragToScroll:!0,ftNavigationPosition:{desktop:"inside"}},advanced:{blockPadding:"base"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductTitle",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6],display:"fit"}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},advanced:{blockPadding:"base"},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"offer"}}]},{tag:"Col",childrens:[{tag:"PostPurchaseProductPrice",settings:{priceType:"compare",source:"price"},styles:{color:{normal:"text-1"}}}]}]},{tag:"PostPurchaseProductDescription",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductVariants",advanced:{blockPadding:"base"}},{tag:"PostPurchaseProductQuantity",advanced:{blockPadding:"base"}},{tag:"Row",settings:{layout:{desktop:{cols:[6,6]},mobile:{cols:[12]}},verticalAlign:{desktop:"center"}},styles:{columnGap:{desktop:"1%"}},childrens:[{tag:"Col",childrens:[{tag:"PostPurchaseAcceptButton",advanced:{blockPadding:"base"},settings:{text:"Buy it now",buttonType:"primary"},styles:{fullWidth:{desktop:!0}}}]},{tag:"Col",childrens:[{tag:"PostPurchaseButton",advanced:{blockPadding:"base"},settings:{text:"Decline",buttonType:"secondary"},styles:{fullWidth:{desktop:!0}}}]}]}]}]}]};export{postPurchaseProductOfferDefault};
@@ -1 +1 @@
1
- let settingV2=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Discount})",suggestContents:[{message:"{Discount}",eg:"E.g: 50%"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{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"}]}];export{settingV2};
1
+ let settingV2=[{id:"setting",controls:[{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"message",label:"",type:"textarea",defaultRows:4,showPlusBtn:!0,autoHeight:!0,minHeight:72,default:"(Save {Offer_discount})",suggestContents:[{message:"{Offer_discount}",eg:"E.g: 50%"},{message:"{Shopify_percent_discount}",eg:"E.g: 20%"},{message:"{Shopify_amount_discount}",eg:"E.g: $400.00"}]}]},{id:"style",controls:[{id:"width",type:"dropdown:input",label:"Width",inputType:"number",units:["px","%"],hideUnit:!1,devices:{desktop:{default:"100%"},tablet:{default:"100%"},mobile:{default:"100%"}},displayOptions:[{label:"Fit content",value:"Auto",showValue:!0},{label:"Full",value:"100%",showValue:!0}]},{id:"direction",label:"Direction",type:"option:value",options:[{label:"LTR",value:"ltr"},{label:"RTL",value:"rtl"}],default:"ltr"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"default",textColor:"critical",fontWeight:"bold",textTransform:"none"}},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"text",tooltip:"Align left",iconName:"polaris-text-align-left"},{label:"Center",value:"center",type:"text",tooltip:"Align center",iconName:"polaris-text-align-center"},{label:"Right",value:"right",type:"text",tooltip:"Align right",iconName:"polaris-text-align-right"}],default:"left"},{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"}]}];export{settingV2};
@@ -1 +1 @@
1
- let settingV2=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1}]},{id:"style",controls:[{id:"priceType",type:"option:value",options:[{label:"Original",value:"regular"},{label:"Compare",value:"compare"}],default:"regular"},{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];export{settingV2};
1
+ let settingV2=[{id:"setting",controls:[{id:"moneyWithCurrentFormat",type:"toggle"},{id:"discountAndShippingFee",type:"discount-and-shipping-fee-product-offer",multiple:!1},{id:"priceType",type:"option:value",options:[{label:"Offer",value:"offer"},{label:"Compare",value:"compare"}],default:"offer"},{id:"source",type:"select",options:[{label:"Price",value:"price"},{label:"Compare-at price",value:"compare-price"}],default:"price"}]},{id:"style",controls:[{id:"lineThrough",type:"toggle",default:!0},{id:"textAlign",label:"Alignment",type:"option:value",options:[{label:"Left",value:"left",type:"align",tooltip:"Align left"},{label:"Center",value:"center",type:"align",tooltip:"Align center"},{label:"Right",value:"right",type:"align",tooltip:"Align right"}],default:"center"},{id:"typo",label:"Label",type:"typography-post-purchase",default:{fontSize:"medium",textColor:"default",fontWeight:"normal",textTransform:"none"}}]}];export{settingV2};
@@ -1 +1 @@
1
- let SettingUIV2=[{controls:[{type:"control",label:{en:"Type"},options:{labelVariant:"primary"},setting:{id:"priceType"}}]},{label:{en:"Text"},controls:[{type:"control",label:{en:""},setting:{id:"typo"},layout:"vertical"}]}];export{SettingUIV2};
1
+ let SettingUIV2=[{label:{en:"Display"},controls:[{type:"control",label:{en:"Price"},setting:{id:"priceType"}},{type:"control",label:{en:"Source"},setting:{id:"source"},conditionDisplay:'priceType === "compare"'}]},{label:{en:"Text"},controls:[{type:"control",label:{en:""},setting:{id:"typo"},layout:"vertical"}]}];export{SettingUIV2};
@@ -3044,9 +3044,10 @@ declare const PostPurchaseProductDescription: React.FC<PostPurchaseProductDescri
3044
3044
  type PostPurchaseProductPriceSettingProps = {
3045
3045
  moneyWithCurrentFormat?: boolean;
3046
3046
  discountAndShippingFee?: boolean;
3047
+ priceType?: 'offer' | 'compare';
3048
+ source?: 'price' | 'compare-price';
3047
3049
  };
3048
3050
  type OriginalStyleProps$4 = {
3049
- priceType?: 'regular' | 'compare';
3050
3051
  lineThrough?: boolean;
3051
3052
  };
3052
3053
  type PostPurchaseProductPriceStyleProps = OriginalStyleProps$4 & PostPurchaseTextSettingProps & PostPurchaseTextStyleProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "12.0.0-staging.11",
3
+ "version": "12.0.0-staging.12",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@gem-sdk/core": "12.0.0-staging.10",
30
- "@gem-sdk/styles": "12.0.0-staging.0",
30
+ "@gem-sdk/styles": "12.0.0-staging.12",
31
31
  "@gem-sdk/system": "12.0.0-staging.0",
32
32
  "@types/react-transition-group": "^4.4.12",
33
33
  "tsup": "^8.5.0",