@billgangcom/theme-lib 1.36.1 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builder/components/Header/SaveButton/index.d.ts +1 -0
- package/dist/builder/constants/theme-settings.d.ts +10 -2
- package/dist/builder/store/useLayersStore.d.ts +2 -0
- package/dist/builder/store/useSettingsStore.d.ts +2 -0
- package/dist/builder/store/useThemeSettingsStore.d.ts +3 -0
- package/dist/builder.cjs.js +5 -5
- package/dist/builder.es.js +1897 -1786
- package/dist/{index-D1mPV-lW.cjs → index-BHI15yI7.cjs} +29 -29
- package/dist/{index-CAh3qv6L.js → index-CncZkk5o.js} +4499 -4458
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +1118 -1101
- package/package.json +1 -1
package/dist/ui.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-D1mPV-lW.cjs"),j=require("react");require("@phosphor-icons/react");const It="_wrapper_3ibiw_2",kt="_alignmentBlock_3ibiw_8",$t="_title_3ibiw_15",Nt="_subtitle_3ibiw_22",St="_alignmentContent_3ibiw_29",wt="_alignments_3ibiw_37",Ct="_alignment_3ibiw_8",Bt="_circle_3ibiw_63",Tt="_paddings_3ibiw_70",Pt="_padding_3ibiw_70",At="_active_3ibiw_94",Ot="_input_3ibiw_101",G={wrapper:It,alignmentBlock:kt,title:$t,subtitle:Nt,alignmentContent:St,alignments:wt,alignment:Ct,circle:Bt,paddings:Tt,padding:Pt,active:At,input:Ot},qt=["topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"],Dt=["left","top","right","bottom"],Lt=l=>{const{alignment:a,padding:e,setPadding:s,setAlignment:i}=l;function r(){switch(a){case"left":case"topLeft":case"bottomLeft":return"TextAlignLeft";case"right":case"topRight":case"bottomRight":return"TextAlignRight";case"center":case"top":case"bottom":return"TextAlignCenter";default:return"TextAlignCenter"}}function c(o){switch(o){case"left":return"AlignLeft";case"right":return"AlignRight";case"top":return"AlignTop";case"bottom":return"AlignBottom"}}const[x,n]=j.useState(null);return t.jsxRuntimeExports.jsxs("div",{className:G.layout,children:[t.jsxRuntimeExports.jsx("h3",{className:G.title,children:"Layout"}),t.jsxRuntimeExports.jsxs("div",{className:G.alignmentBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:G.subtitle,children:"Alignment"}),t.jsxRuntimeExports.jsxs("div",{className:G.alignmentContent,children:[t.jsxRuntimeExports.jsx("div",{className:G.alignments,children:qt.map(o=>t.jsxRuntimeExports.jsxs("div",{onClick:()=>{i(o)},className:G.alignment,children:[o!==a&&t.jsxRuntimeExports.jsx("div",{className:G.circle}),o===a&&t.jsxRuntimeExports.jsx(t.Icon,{name:r(),fill:"#FF3F19",width:22,height:22})]},o))}),t.jsxRuntimeExports.jsx("div",{className:G.paddings,children:Dt.map(o=>t.jsxRuntimeExports.jsxs("label",{className:t.clx(G.padding,{[G.active]:x===o}),onFocus:()=>{n(o)},onBlur:()=>{n(null)},children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:c(o),width:20,height:20})}),t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(e[o]),onChange:g=>s({...e,[o]:Number(g)}),paddingless:!0,borderless:!0})]},o))})]})]})]})},Mt="_title_1jkiw_1",Ht="_subtitle_1jkiw_5",zt="_header_1jkiw_12",Ft="_text_1jkiw_13",Vt="_top_1jkiw_20",Ut="_itemsBlock_1jkiw_29",rt={title:Mt,subtitle:Ht,header:zt,text:Ft,top:Vt,itemsBlock:Ut},Yt="_typeTexts_167ez_1",Gt="_block_167ez_8",Wt="_active_167ez_25",pt={typeTexts:Yt,block:Gt,active:Wt},Xt=["bold","italic","underline","strike-through","code"],jt=l=>{const{typesText:a,setTypesText:e}=l;function s(i){switch(i){case"bold":return"TextB";case"italic":return"TextItalic";case"code":return"CodeSimple";case"strike-through":return"TextStrikethrough";case"underline":return"TextUnderline"}}return t.jsxRuntimeExports.jsx("div",{className:pt.typeTexts,children:Xt.map(i=>t.jsxRuntimeExports.jsx("div",{className:t.clx(pt.block,{[pt.active]:a.includes(i)}),onClick:()=>{const r=[...a];if(r.includes(i)){const c=r.filter(x=>x!==i);e(c)}else r.push(i),e(r)},children:t.jsxRuntimeExports.jsx(t.Icon,{name:s(i),fill:a.includes(i)?"#252525":"#757575",width:20,height:20})},String(i)))})},_t=l=>{const{typesText:a,isActiveText:e,setIsActiveText:s,text:i,setText:r,setTypesText:c,title:x,subtitle:n="Items"}=l;return t.jsxRuntimeExports.jsxs("div",{className:rt.text,children:[(x||e!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:rt.top,children:[x&&t.jsxRuntimeExports.jsx("h3",{className:rt.title,children:x}),e!==void 0&&s&&t.jsxRuntimeExports.jsx(t.Switch,{current:e,onChange:o=>s(o)})]}),t.jsxRuntimeExports.jsxs("div",{className:rt.itemsBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:rt.subtitle,children:n}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:o=>r(o),value:i,maxLength:150}),t.jsxRuntimeExports.jsx(jt,{typesText:a,setTypesText:c})]})]})},Jt="_title_157lh_1",Qt="_subtitle_157lh_5",Kt="_header_157lh_12",Zt="_text_157lh_13",te="_productsBlock_157lh_14",ee="_top_157lh_26",se="_itemsBlock_157lh_35",ne="_typeTexts_157lh_41",ie="_block_157lh_48",oe="_active_157lh_61",re="_products_157lh_14",ae="_product_157lh_14",ce="_button_157lh_80",le="_disabled_157lh_91",ue="_image_157lh_95",de="_info_157lh_102",xe="_name_157lh_114",me="_buttons_157lh_118",pe="_modal_157lh_125",he="_link_157lh_145",je="_modalOptions_157lh_151",_e="_addButton_157lh_163",ge="_deleteButton_157lh_178",M={title:Jt,subtitle:Qt,header:Kt,text:Zt,productsBlock:te,top:ee,itemsBlock:se,typeTexts:ne,block:ie,active:oe,products:re,product:ae,button:ce,disabled:le,image:ue,info:de,name:xe,buttons:me,modal:pe,link:he,modalOptions:je,addButton:_e,deleteButton:ge},fe=j.forwardRef((l,a)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:r,setIsOpenModal:c}=l;function x(n,o){return n.length>o?`${n.slice(0,o)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:a,className:M.modal,onClick:n=>{n.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:M.top,children:[t.jsxRuntimeExports.jsx("h3",{className:M.title,children:x(e.name,20)}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{s(null),c(!1)}})]}),t.jsxRuntimeExports.jsx("div",{className:M.modalOptions,children:r.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:o=>{const g={...e,[n.field]:o};s(g)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(_t,{typesText:e[n.field.type],setTypesText:o=>{const g={...e,[n.field.type]:o};s(g)},text:e[n.field.text]||"",setText:o=>{const g={...e,[n.field.text]:o};s(g)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const g={...e,[n.field]:o};s(g)},value:e[n.field]||"",label:n.label,placeholder:n.placeholder});if(n.type==="inputSwitch")return t.jsxRuntimeExports.jsxs("div",{className:M.link,children:[t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const g={...e,[n.field.text]:o};s(g)},value:e[n.field.text]||"",label:n.inputLabel,placeholder:n.placeholder}),t.jsxRuntimeExports.jsx(t.Switch,{current:!!e[n.field.switch]||!1,label:n.switchLabel,onChange:o=>{const g={...e,[n.field.switch]:o};s(g)}})]});if(n.type==="list")return t.jsxRuntimeExports.jsx(gt,{items:e[n.field]||[],setItems:o=>{const g={...e,[n.field]:o};s(g)},itemsType:"select",draggable:n.draggable||!1,itemsOptions:n.itemsOptions,deletable:n.deletable||!1,editable:!1,subtitle:n.label,addableOptions:n.addableOptions});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:o=>{const g={...e,[n.field]:o};s(g)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})}),be="_other_g74jx_1",ve="_subtitle_g74jx_7",Ee="_items_g74jx_14",ht={other:be,subtitle:ve,items:Ee},xt=l=>{const{items:a,title:e="Other"}=l;return t.jsxRuntimeExports.jsxs("div",{className:ht.other,children:[t.jsxRuntimeExports.jsx("h5",{className:ht.subtitle,children:e}),t.jsxRuntimeExports.jsx("div",{className:ht.items,children:a.map((s,i)=>t.jsxRuntimeExports.jsx(t.Switch,{current:s.isItem,onChange:r=>s.setIsItem(r),label:s.label,hasBackground:!0,paddingless:!1},i))})]})};function ye({product:l,children:a}){const{attributes:e,listeners:s,setNodeRef:i,transform:r,transition:c,isDragging:x}=t.useSortable({id:l.id}),n={transform:t.CSS.Transform.toString(r),transition:c};return t.jsxRuntimeExports.jsx("div",{ref:i,style:n,className:`${M.product} ${x?M.dragging:""}`,...e,...s,children:a})}const gt=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:x,editable:n=!0,draggable:o=!1,withImage:g=!1,deletable:y=!0,addable:p=!0,itemsType:m,itemsPlaceholder:h="",itemsOptions:u,hasRangeSelector:k=!1,rangeSelectorOptions:P,modalOptions:v,addableOptions:q={},limit:N,autoScrollInterval:S}=l,[_,O]=j.useState(null),[Y,J]=j.useState({top:0,left:0}),[b,R]=j.useState(null),A=j.useRef(null),[U,B]=j.useState(!1),L=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));j.useEffect(()=>{const d=()=>{O(null),B(!1)};return document.body.addEventListener("click",d),O(null),B(!1),()=>{O(null),B(!1),document.body.removeEventListener("click",d)}},[]),j.useEffect(()=>{if(_){const d=[...s].map(E=>E.id===_.id?_:E);i(d)}},[_]),j.useEffect(()=>{if(A.current&&b){const d=A.current.getBoundingClientRect().height,E=window.innerHeight;let w=b.top;w+d>E+window.scrollY-200&&(w=E+window.scrollY-d-200),w<0&&(w=10),J({top:w,left:b.left})}},[A.current,b]);const X=(d,E)=>{d.stopPropagation();const w=d.target.getBoundingClientRect();R({top:w.top+window.scrollY,left:w.left-30}),O(E),B(!0)};function et(d){if(g)return d?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${d[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const f=d=>{const{active:E,over:w}=d;if(w&&E.id!==w.id){const D=s.findIndex(C=>C.id===E.id),z=s.findIndex(C=>C.id===w.id);if(D!==-1&&z!==-1){const C=[...s],[st]=C.splice(D,1);C.splice(z,0,st),i(C)}}},T=(d,E)=>{var D,z;const w=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[o&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&u&&t.jsxRuntimeExports.jsx(t.Select,{onChange:C=>{const st=[...s],ot=u.find(lt=>lt.name===C);if(!ot)return;const nt=st.map(lt=>lt.id===d.id?{...ot,name:C}:lt);O({...d,name:C}),i([...nt])},value:d.name,options:u.filter(C=>!s.find(st=>st.name===C.name)).map(C=>C.name),leftAddon:et(d.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:C=>{const ot=[...s].map(nt=>nt.id===d.id?{...d,name:C}:nt);i([...ot])},value:d.name,placeholder:h}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:C=>{const ot=[...s].map(nt=>nt.id===d.id?{...d,images:C}:nt);i([...ot])},activeImage:(D=s.find(C=>C.id===d.id))!=null&&D.images?(z=s.find(C=>C.id===d.id))==null?void 0:z.images[0]:void 0}),t.jsxRuntimeExports.jsxs("div",{className:M.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:M.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:C=>X(C,d)})}),y&&t.jsxRuntimeExports.jsx("div",{className:M.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(C=>C.id!==d.id))})})]})]});return o?t.jsxRuntimeExports.jsx(ye,{product:d,index:E,children:w},d.id):t.jsxRuntimeExports.jsx("div",{className:M.product,children:w},d.id)};return t.jsxRuntimeExports.jsxs("div",{className:M.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:M.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:M.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:d=>e==null?void 0:e(d)})]}),_&&n&&v&&U&&t.jsxRuntimeExports.jsx(fe,{ref:A,activeItem:_,setActiveItem:O,popupPosition:Y,modalOptions:v,setIsOpenModal:B}),k&&P&&t.jsxRuntimeExports.jsx(mt,{...P}),t.jsxRuntimeExports.jsxs("div",{className:M.products,children:[x&&t.jsxRuntimeExports.jsx("h5",{className:M.subtitle,children:x}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:L,onDragEnd:f,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(d=>d.id),strategy:t.verticalListSortingStrategy,children:s.map((d,E)=>T(d,E))})}):s.map((d,E)=>T(d,E)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:t.clx(M.button,{[M.disabled]:!!(N&&N<=s.length||s.length===(u==null?void 0:u.length))}),size:"s",disabled:!!(N&&N<=s.length||s.length===(u==null?void 0:u.length)),onClick:()=>{const d=[...s];let E=null;if(u){for(let w=0;w<u.length;w++)if(!s.find(D=>D.id===u[w].id)){E=u[w];break}}m==="select"&&u?d.push({name:E?E.name:u[0].name,id:(E==null?void 0:E.id)||u[0].id,...q}):m==="input"?d.push({name:"",id:t.v4(),...q}):d.push({name:`Image ${s.length+1}`,id:t.v4(),...q}),i(d)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:M.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),r!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:r}),S!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(S.scrollInterval),onChange:d=>S.setScrollInterval(Number(d)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Re="_title_82zux_1",Ie="_subtitle_82zux_5",ke="_header_82zux_12",$e="_text_82zux_13",Ne="_productsBlock_82zux_14",Se="_top_82zux_26",we="_itemsBlock_82zux_35",Ce="_typeTexts_82zux_41",Be="_block_82zux_48",Te="_active_82zux_61",Pe="_products_82zux_14",Ae="_product_82zux_14",Oe="_button_82zux_80",qe="_disabled_82zux_91",De="_image_82zux_95",Le="_info_82zux_102",Me="_name_82zux_114",He="_buttons_82zux_118",ze="_modal_82zux_125",Fe="_link_82zux_145",Ve="_modalOptions_82zux_151",Ue="_addButton_82zux_157",Ye="_deleteButton_82zux_179",W={title:Re,subtitle:Ie,header:ke,text:$e,productsBlock:Ne,top:Se,itemsBlock:we,typeTexts:Ce,block:Be,active:Te,products:Pe,product:Ae,button:Oe,disabled:qe,image:De,info:Le,name:Me,buttons:He,modal:ze,link:Fe,modalOptions:Ve,addButton:Ue,deleteButton:Ye},Ge=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:x,draggable:n=!1,withImage:o=!1,addable:g=!0,itemsOptions:y,hasRangeSelector:p=!1,rangeSelectorOptions:m,limit:h,autoScrollInterval:u}=l;function k(v){if(o)return v?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${v[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const P=v=>{const q=y.find(S=>S.id===v);if(!q)return;const N=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[n&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),t.jsxRuntimeExports.jsx(t.Select,{onChange:S=>{const _=[...s],O=y.find(b=>b.name===S);if(!O)return;const Y=O.id,J=_.map(b=>b===v?Y:b);i([...J])},value:q.name,options:y.filter(S=>!s.find(_=>_===S.id)).map(S=>S.name),leftAddon:k(q.images)}),t.jsxRuntimeExports.jsx("div",{className:W.buttons,children:t.jsxRuntimeExports.jsx("div",{className:W.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(S=>S!==v))})})})]});return t.jsxRuntimeExports.jsx("div",{className:W.product,children:N},v)};return t.jsxRuntimeExports.jsxs("div",{className:W.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:W.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:W.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:v=>e==null?void 0:e(v)})]}),p&&m&&t.jsxRuntimeExports.jsx(mt,{...m}),t.jsxRuntimeExports.jsxs("div",{className:W.products,children:[x&&t.jsxRuntimeExports.jsx("h5",{className:W.subtitle,children:x}),s.map(v=>P(v)),g&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center",gap:5},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:t.clx(W.button,{[W.disabled]:!!(h&&h<=s.length||s.length===y.length)}),size:"s",disabled:!!(h&&h<=s.length||s.length===y.length),onClick:()=>{const v=[...s];let q=null;if(y){for(let N=0;N<y.length;N++)if(!s.find(S=>S===y[N].id)){q=y[N];break}}v.push((q==null?void 0:q.id)||y[0].id),i(v)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:W.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),r!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:r}),u!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(u.scrollInterval),onChange:v=>u.setScrollInterval(Number(v)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},We="_title_fymju_1",Xe="_subtitle_fymju_5",Je="_header_fymju_12",Qe="_text_fymju_13",Ke="_productsBlock_fymju_14",Ze="_top_fymju_26",ts="_itemsBlock_fymju_35",es="_typeTexts_fymju_41",ss="_block_fymju_48",ns="_active_fymju_61",is="_products_fymju_14",os="_product_fymju_14",rs="_button_fymju_80",as="_disabled_fymju_91",cs="_image_fymju_95",ls="_info_fymju_102",us="_name_fymju_114",ds="_buttons_fymju_118",xs="_modal_fymju_125",ms="_link_fymju_146",ps="_modalOptions_fymju_152",hs="_addButton_fymju_164",js="_deleteButton_fymju_179",H={title:We,subtitle:Xe,header:Je,text:Qe,productsBlock:Ke,top:Ze,itemsBlock:ts,typeTexts:es,block:ss,active:ns,products:is,product:os,button:rs,disabled:as,image:cs,info:ls,name:us,buttons:ds,modal:xs,link:ms,modalOptions:ps,addButton:hs,deleteButton:js},_s=j.forwardRef((l,a)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:r,setIsOpenModal:c}=l;function x(n,o){return n.length>o?`${n.slice(0,o)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:a,className:H.modal,onClick:n=>{n.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:H.top,children:[t.jsxRuntimeExports.jsx("h3",{className:H.title,children:x(e.name,20)}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{s(null),c(!1)}})]}),t.jsxRuntimeExports.jsx("div",{className:H.modalOptions,children:r.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:o=>{const g={...e,[n.field]:o};s(g)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(_t,{typesText:e[n.field.type],setTypesText:o=>{const g={...e,[n.field.type]:o};s(g)},text:e[n.field.text]||"",setText:o=>{const g={...e,[n.field.text]:o};s(g)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const g={...e,[n.field]:o};s(g)},value:e[n.field]||"",label:n.label,placeholder:n.placeholder});if(n.type==="inputSwitch")return t.jsxRuntimeExports.jsxs("div",{className:H.link,children:[t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const g={...e,[n.field.text]:o};s(g)},value:e[n.field.text]||"",label:n.inputLabel,placeholder:n.placeholder}),t.jsxRuntimeExports.jsx(t.Switch,{current:!!e[n.field.switch]||!1,label:n.switchLabel,onChange:o=>{const g={...e,[n.field.switch]:o};s(g)}})]});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:o=>{const g={...e,[n.field]:o};s(g)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})});function gs(l){const{product:a,children:e}=l,{attributes:s,listeners:i,setNodeRef:r,transform:c,transition:x,isDragging:n}=t.useSortable({id:a.id}),o={transform:t.CSS.Transform.toString(c),transition:x};return t.jsxRuntimeExports.jsx("div",{ref:r,style:o,className:`${H.product} ${n?H.dragging:""}`,...s,...i,children:e})}const fs=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:x,editable:n=!0,draggable:o=!1,withImage:g=!1,deletable:y=!0,addable:p=!0,itemsType:m,itemsPlaceholder:h="",itemsOptions:u,hasRangeSelector:k=!1,rangeSelectorOptions:P,modalOptions:v,addableOptions:q={}}=l,[N,S]=j.useState(null),[_,O]=j.useState({top:0,left:0}),[Y,J]=j.useState(null),b=j.useRef(null),[R,A]=j.useState(!1),U=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));j.useEffect(()=>{const f=()=>{S(null),A(!1)};return document.body.addEventListener("click",f),S(null),A(!1),()=>{S(null),A(!1),document.body.removeEventListener("click",f)}},[]),j.useEffect(()=>{if(N){const f=[...s].map(T=>T.id===N.id?N:T);i(f)}},[N]),j.useEffect(()=>{if(b.current&&Y){const f=b.current.getBoundingClientRect().height,T=window.innerHeight;let d=Y.top;d+f>T+window.scrollY-200&&(d=T+window.scrollY-f-200),d<0&&(d=10),O({top:d,left:Y.left})}},[b.current,Y]);const B=(f,T)=>{f.stopPropagation();const d=f.target.getBoundingClientRect();J({top:d.top+window.scrollY,left:d.left-30}),S(T),A(!0)};function L(f){if(g)return f?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${f[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const X=f=>{const{active:T,over:d}=f;if(d&&T.id!==d.id){const E=s.findIndex(D=>D.id===T.id),w=s.findIndex(D=>D.id===d.id);if(E!==-1&&w!==-1){const D=[...s],[z]=D.splice(E,1);D.splice(w,0,z),i(D)}}},et=f=>{var d;const T=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[o&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&u&&t.jsxRuntimeExports.jsx(t.Select,{onChange:E=>{const D=[...s].map(z=>z.id===f.id?{...f,name:E}:z);S({...f,name:E}),i([...D])},value:f.name,options:u.filter(E=>!s.find(w=>w.name===E)),leftAddon:L(f.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:E=>{const D=[...s].map(z=>z.id===f.id?{...f,name:E}:z);i([...D])},value:f.name,placeholder:h}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:E=>{const D=[...s].map(z=>z.id===f.id?{...f,images:E}:z);i([...D])},activeImage:(d=s.find(E=>E.id===f.id))==null?void 0:d.images[0]}),t.jsxRuntimeExports.jsxs("div",{className:H.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:H.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:E=>B(E,f)})}),y&&t.jsxRuntimeExports.jsx("div",{className:H.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(E=>E.id!==f.id))})})]})]});return o?t.jsxRuntimeExports.jsx(gs,{product:f,children:T},f.id):t.jsxRuntimeExports.jsx("div",{className:H.product,children:T},f.id)};return t.jsxRuntimeExports.jsxs("div",{className:H.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:H.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:H.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:f=>e==null?void 0:e(f)})]}),N&&n&&v&&R&&t.jsxRuntimeExports.jsx(_s,{ref:b,activeItem:N,setActiveItem:S,popupPosition:_,modalOptions:v,setIsOpenModal:A}),k&&P&&t.jsxRuntimeExports.jsx(mt,{...P}),t.jsxRuntimeExports.jsxs("div",{className:H.products,children:[x&&t.jsxRuntimeExports.jsx("h5",{className:H.subtitle,children:x}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:U,onDragEnd:X,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(f=>f.id),strategy:t.verticalListSortingStrategy,children:s.map(f=>et(f))})}):s.map(f=>et(f)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:H.button,size:"s",onClick:()=>{const f=[...s];let T=null;if(u){for(let d=0;d<u.length;d++)if(!s.find(E=>E.name===u[d])){T=u[d];break}}m==="select"&&u?f.push({name:T||u[0],id:t.v4(),...q,maxSymbols:100}):m==="input"?f.push({name:"",id:t.v4(),...q,maxSymbols:100}):f.push({name:`Image ${s.length+1}`,id:t.v4(),...q,maxSymbols:100}),i(f)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:H.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),r!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:r})]})},bs="_title_174ru_1",vs="_subtitle_174ru_5",Es="_header_174ru_12",ys="_text_174ru_13",Rs="_productsBlock_174ru_14",Is="_buttonsBlock_174ru_15",ks="_top_174ru_26",$s="_itemsBlock_174ru_35",Ns="_typeTexts_174ru_41",Ss="_block_174ru_48",ws="_active_174ru_60",Cs="_products_174ru_14",Bs="_product_174ru_14",Ts="_button_174ru_15",Ps="_image_174ru_90",As="_info_174ru_97",Os="_name_174ru_109",qs="_buttons_174ru_15",Ds="_modal_174ru_120",Ls="_other_174ru_139",Ms="_options_174ru_145",it={title:bs,subtitle:vs,header:Es,text:ys,productsBlock:Rs,buttonsBlock:Is,top:ks,itemsBlock:$s,typeTexts:Ns,block:Ss,active:ws,products:Cs,product:Bs,button:Ts,image:Ps,info:As,name:Os,buttons:qs,modal:Ds,other:Ls,options:Ms},Hs=j.forwardRef((l,a)=>{const{activeButton:e,setActiveButton:s,popupPosition:i}=l,[r,c]=j.useState(e.typesText),[x,n]=j.useState(e.destination),[o,g]=j.useState(e.page),[y,p]=j.useState(e.link||""),[m,h]=j.useState(e.text||""),[u,k]=j.useState(e.openInNewTab),{pages:P}=t.usePagesStore();return j.useEffect(()=>{s({...e,...{text:m,link:y,destination:x,typesText:r,page:o,openInNewTab:u}})},[r,x,y,m,o,u]),t.jsxRuntimeExports.jsxs("div",{className:it.modal,onClick:v=>{v.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},ref:a,children:[t.jsxRuntimeExports.jsxs("div",{className:it.top,children:[t.jsxRuntimeExports.jsx("h3",{className:it.title,children:e.type}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>s(null)})]}),t.jsxRuntimeExports.jsxs("div",{className:it.options,children:[t.jsxRuntimeExports.jsx(t.Select,{label:"Destination",onChange:v=>n(v),options:["Go to Page","Open Link"].filter(v=>v!==x),value:x}),x==="Go to Page"?t.jsxRuntimeExports.jsx(t.Select,{label:"Go to",onChange:v=>g(v),options:P?Object.values(P).filter(v=>v.name!==o).map(v=>v.name):[],value:o}):t.jsxRuntimeExports.jsx(t.Input,{onChange:v=>p(v),value:y,placeholder:"https://",label:"Link"}),t.jsxRuntimeExports.jsx(t.Switch,{current:e.openInNewTab,label:"Open in new tab",onChange:v=>k(v)}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:v=>h(v),value:m,label:"Text",maxLength:150}),t.jsxRuntimeExports.jsx(jt,{typesText:r,setTypesText:c})]})]})}),zs="_subtitle_jql1y_1",Fs="_header_jql1y_8",Vs="_text_jql1y_9",Us="_productsBlock_jql1y_10",Ys="_buttonsBlock_jql1y_11",Gs="_top_jql1y_23",Ws="_itemsBlock_jql1y_32",Xs="_typeTexts_jql1y_38",Js="_block_jql1y_45",Qs="_active_jql1y_58",Ks="_products_jql1y_10",Zs="_product_jql1y_10",tn="_button_jql1y_11",en="_image_jql1y_88",sn="_info_jql1y_95",nn="_name_jql1y_107",on="_buttons_jql1y_11",rn="_modal_jql1y_118",an="_other_jql1y_138",cn="_options_jql1y_144",ln="_addButton_jql1y_150",un="_deleteButton_jql1y_165",K={subtitle:zs,header:Fs,text:Vs,productsBlock:Us,buttonsBlock:Ys,top:Gs,itemsBlock:Ws,typeTexts:Xs,block:Js,active:Qs,products:Ks,product:Zs,button:tn,image:en,info:sn,name:nn,buttons:on,modal:rn,other:an,options:cn,addButton:ln,deleteButton:un},ft=l=>{const{buttons:a,setButtons:e,deletable:s=!0,addable:i=!0}=l,[r,c]=j.useState(null),[x,n]=j.useState({top:0,left:0}),[o,g]=j.useState(null),y=j.useRef(null);j.useEffect(()=>{const m=()=>{c(null)};return document.body.addEventListener("click",m),c(null),()=>{c(null),document.body.removeEventListener("click",m)}},[]),j.useEffect(()=>{if(r){const m=[...a].map(h=>h.id===r.id?r:h);e(m)}},[r]),j.useEffect(()=>{if(y.current&&o){const m=y.current.getBoundingClientRect().height,h=window.innerHeight;let u=o.top;u+m>h+window.scrollY-200&&(u=h+window.scrollY-m-200),u<0&&(u=10),n({top:u,left:o.left})}},[y.current,o]);const p=(m,h)=>{m.stopPropagation();const u=m.target.getBoundingClientRect();g({top:u.top+window.scrollY,left:u.left-30}),c(h)};return t.jsxRuntimeExports.jsxs("div",{className:K.products,children:[t.jsxRuntimeExports.jsx("h5",{className:K.subtitle,children:"Button Type"}),a.map(m=>t.jsxRuntimeExports.jsxs("div",{className:K.product,children:[t.jsxRuntimeExports.jsx(t.Select,{onChange:h=>{const k=[...a].map(P=>P.id===m.id?{...m,type:h}:P);e(k)},value:m.type,options:["Primary","Secondary","Tertiary"]}),t.jsxRuntimeExports.jsxs("div",{className:K.buttons,children:[t.jsxRuntimeExports.jsx("div",{className:K.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:h=>{p(h,m)}})}),s&&t.jsxRuntimeExports.jsx("div",{className:K.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,onClick:()=>{const h=a.filter(u=>u.id!==m.id);e(h)},width:20,height:20,fill:"#C12A2A"})})]})]},m.id)),r&&t.jsxRuntimeExports.jsx(Hs,{ref:y,activeButton:r,setActiveButton:c,popupPosition:x}),i&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:K.button,size:"s",onClick:()=>{const m=[...a];m.push({type:"Primary",id:t.v4(),typesText:[],destination:"Go to Page",text:"Button Name",page:"home",openInNewTab:!0}),e(m)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:K.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]})},dn=l=>{const{isActiveButtons:a,setIsActiveButtons:e,buttons:s,setButtons:i}=l;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsxs("div",{className:it.buttonsBlock,children:[t.jsxRuntimeExports.jsxs("div",{className:it.top,children:[t.jsxRuntimeExports.jsx("h3",{className:it.title,children:"Buttons"}),t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:r=>e(r)})]}),t.jsxRuntimeExports.jsx(ft,{buttons:s,setButtons:i})]})})},xn="_wrapper_m18qi_1",mn="_subtitle_m18qi_7",pn="_content_m18qi_14",hn="_range_m18qi_22",jn="_track_m18qi_27",_n="_progress_m18qi_36",gn="_dots_m18qi_46",fn="_dot_m18qi_46",bn="_active_m18qi_65",vn="_input_m18qi_77",En="_countBlock_m18qi_91",yn="_count_m18qi_91",Rn="_controls_m18qi_107",In="_button_m18qi_113",F={wrapper:xn,subtitle:mn,content:pn,range:hn,track:jn,progress:_n,dots:gn,dot:fn,active:bn,input:vn,countBlock:En,count:yn,controls:Rn,button:In},mt=l=>{const{label:a,min:e=1,max:s=4,step:i=1,count:r,setCount:c}=l,[x,n]=j.useState(!1),o=Array.from({length:(s-e)/i+1}),g=(r-e)/(s-e)*100,y=()=>{r<s&&c(r+i)},p=()=>{r>e&&c(r-i)},m=h=>{const u=e+h*i;c(u)};return t.jsxRuntimeExports.jsxs("div",{className:F.wrapper,children:[a&&t.jsxRuntimeExports.jsx("h5",{className:F.subtitle,children:a}),t.jsxRuntimeExports.jsxs("div",{className:F.content,children:[t.jsxRuntimeExports.jsxs("div",{className:F.range,children:[t.jsxRuntimeExports.jsx("div",{className:F.track}),t.jsxRuntimeExports.jsx("div",{className:F.progress,style:{width:`${g}%`}}),t.jsxRuntimeExports.jsx("div",{className:F.dots,children:o.map((h,u)=>{const k=u<=(r-e)/i;return t.jsxRuntimeExports.jsx("button",{onClick:()=>m(u),className:t.clx(F.dot,{[F.active]:k,[F.inactive]:!k,[F.dragging]:x}),"aria-label":`Set value to ${e+u*i}`},u)})}),t.jsxRuntimeExports.jsx("input",{type:"range",min:e,max:s,step:i,value:r,onChange:h=>c(Number(h.target.value)),onMouseDown:()=>n(!0),onMouseUp:()=>n(!1),onTouchStart:()=>n(!0),onTouchEnd:()=>n(!1),className:F.input})]}),t.jsxRuntimeExports.jsxs("div",{className:F.countBlock,children:[t.jsxRuntimeExports.jsx(t.Input,{type:"number",min:e,max:s,paddingless:!0,onChange:h=>{const u=Number(h);u>s?c(s):u<e?c(e):c(u)},value:String(r)}),t.jsxRuntimeExports.jsxs("div",{className:F.controls,children:[t.jsxRuntimeExports.jsx("button",{onClick:y,disabled:r>=s,className:F.button,"aria-label":"Increment count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",width:15,height:15})}),t.jsxRuntimeExports.jsx("button",{onClick:p,disabled:r<=e,className:F.button,"aria-label":"Decrement count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown",width:15,height:15})})]})]})]})]})},kn="_title_1lejm_1",$n="_subtitle_1lejm_5",Nn="_header_1lejm_12",Sn="_text_1lejm_13",wn="_productsBlock_1lejm_14",Cn="_top_1lejm_26",Bn="_itemsBlock_1lejm_35",Tn="_typeTexts_1lejm_41",Pn="_block_1lejm_48",An="_active_1lejm_61",On="_products_1lejm_14",qn="_product_1lejm_14",Dn="_button_1lejm_80",Ln="_image_1lejm_91",Mn="_info_1lejm_98",Hn="_name_1lejm_110",zn="_buttons_1lejm_114",Fn="_modal_1lejm_121",Vn="_link_1lejm_141",Un="_modalOptions_1lejm_147",Yn="_addButton_1lejm_159",Gn="_deleteButton_1lejm_174",V={title:kn,subtitle:$n,header:Nn,text:Sn,productsBlock:wn,top:Cn,itemsBlock:Bn,typeTexts:Tn,block:Pn,active:An,products:On,product:qn,button:Dn,image:Ln,info:Mn,name:Hn,buttons:zn,modal:Fn,link:Vn,modalOptions:Un,addButton:Yn,deleteButton:Gn},Wn=l=>{const{activeItem:a,setActiveItem:e,popupPosition:s,setIsOpenModal:i,itemsOptions:r}=l,c=r.find(n=>n.id===a.listingId);if(!c)return null;function x(n,o){return n.length>o?`${n.slice(0,o)}...`:n}return t.jsxRuntimeExports.jsxs("div",{className:V.modal,onClick:n=>{n.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:V.top,children:[t.jsxRuntimeExports.jsx("h3",{children:x(c.productData.name,20)}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{i(!1),e(null)}})]}),t.jsxRuntimeExports.jsx("div",{className:V.modalOptions,children:t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:c.productData.images.length>0?c.productData.images[0].cfId:void 0,onChange:n=>{const o={...a,image:n[0]};e(o)}})})]})};function Xn(l){const{product:a,children:e}=l,{attributes:s,listeners:i,setNodeRef:r,transform:c,transition:x,isDragging:n}=t.useSortable({id:String(a.listingId)}),o={transform:t.CSS.Transform.toString(c),transition:x};return t.jsxRuntimeExports.jsx("div",{ref:r,style:o,className:`${V.product} ${n?V.dragging:""}`,...s,...i,children:e})}const Jn=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:x,editable:n=!0,draggable:o=!1,withImage:g=!1,deletable:y=!0,addable:p=!0,itemsType:m,itemsOptions:h}=l,[u,k]=j.useState(null),[P,v]=j.useState({top:0,left:0}),[q,N]=j.useState(!1),S=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));j.useEffect(()=>{const b=()=>{k(null),N(!1)};return document.body.addEventListener("click",b),k(null),N(!1),()=>{k(null),N(!1),document.body.removeEventListener("click",b)}},[]),j.useEffect(()=>{if(u){const b=[...s].map(R=>R.listingId===u.listingId?u:R);i(b)}},[u]);const _=(b,R)=>{b.stopPropagation();const A=b.target.getBoundingClientRect(),U=100,B=window.innerHeight;let L=A.top+window.scrollY;L+U>B&&(L=B-U-20),N(!0),v({top:L-80,left:A.left-30}),k(R)};function O(b){if(g)return b?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${b}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const Y=b=>{const{active:R,over:A}=b;if(A&&R.id!==A.id){const U=s.findIndex(L=>String(L.listingId)===R.id),B=s.findIndex(L=>String(L.listingId)===A.id);if(U!==-1&&B!==-1){const L=[...s],[X]=L.splice(U,1);L.splice(B,0,X),i(L)}}},J=(b,R)=>{const A=h.find(B=>b.listingId===B.id);if(!A)return null;const U=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[o&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:B=>{const L=[...s],X=h.find(T=>T.productData.name===B);if(!X)return;const et={listingId:X.id,image:X.productData.images.length>0?X.productData.images[0].cfId:""},f=L.map(T=>T.listingId===b.listingId?et:T);k(et),i([...f])},value:A.productData.name,options:[...h.filter(B=>!s.find(L=>L.listingId===B.id)).map(B=>B.productData.name)],leftAddon:O(b.image||A.productData.images.length>0&&A.productData.images[0].cfId||"")},R),t.jsxRuntimeExports.jsxs("div",{className:V.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:V.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:B=>_(B,b)})}),y&&t.jsxRuntimeExports.jsx("div",{className:V.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(B=>B!==b))})})]})]});return o?t.jsxRuntimeExports.jsx(Xn,{product:b,children:U},b.listingId):t.jsxRuntimeExports.jsx("div",{className:V.product,children:U},b.listingId)};return t.jsxRuntimeExports.jsxs("div",{className:V.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:V.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:V.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:b=>e==null?void 0:e(b)})]}),q&&u&&t.jsxRuntimeExports.jsx(Wn,{activeItem:u,setActiveItem:k,setIsOpenModal:N,popupPosition:P,itemsOptions:h}),t.jsxRuntimeExports.jsxs("div",{className:V.products,children:[x&&t.jsxRuntimeExports.jsx("h5",{className:V.subtitle,children:x}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:S,onDragEnd:Y,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(b=>String(b.listingId)),strategy:t.verticalListSortingStrategy,children:s.map((b,R)=>J(b,R))})}):s.map((b,R)=>J(b,R)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:V.button,size:"s",onClick:()=>{const b=[...s];for(let R=0;R<h.length;R++)if(!s.find(A=>A.listingId===h[R].id)){b.push({listingId:h[R].id,image:h[R].productData.images.length>0?h[R].productData.images[0].cfId:""});break}i(b)},disabled:s.length===h.length,style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:V.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),r!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:r})]})},Qn="_options_d1lk6_1",Kn="_price_d1lk6_12",Zn="_oldPrice_d1lk6_19",ti="_newPrice_d1lk6_27",ei="_animate_d1lk6_34",si="_appearAndBounce_d1lk6_1",ni="_meta_d1lk6_52",ii="_info_d1lk6_58",oi="_infoRight_d1lk6_66",ri="_buttons_d1lk6_73",ai="_variants_d1lk6_80",ci="_variant_d1lk6_80",li="_stock_d1lk6_98",ui="_variantInfo_d1lk6_105",di="_quantity_d1lk6_111",xi="_count_d1lk6_118",mi="_focused_d1lk6_135",pi="_button_d1lk6_73",hi="_activeVariant_d1lk6_161",ji="_chargeTypes_d1lk6_165",_i="_charge_d1lk6_165",gi="_chargeActive_d1lk6_190",fi="_title_d1lk6_198",I={options:Qn,price:Kn,oldPrice:Zn,newPrice:ti,animate:ei,appearAndBounce:si,meta:ni,info:ii,infoRight:oi,buttons:ri,variants:ai,variant:ci,stock:li,variantInfo:ui,quantity:di,count:xi,focused:mi,button:pi,activeVariant:hi,chargeTypes:ji,charge:_i,chargeActive:gi,title:fi};var bt=(l=>(l.ONE_TIME="One-Time",l.RECURRING="Subscribe & Save",l))(bt||{});const bi=l=>{var N,S;const{variants:a}=l,[e,s]=j.useState(a[0]),[i,r]=j.useState(e.chargeTypes[0]),c=t.useNavigate(),[x,n]=j.useState(1),[o,g]=j.useState(!1),{reset:y,addProductToCart:p,getProducts:m}=t.useCart(),[h,u]=j.useState(!1);j.useEffect(()=>{u(!0);const _=setTimeout(()=>u(!1),600);return()=>clearTimeout(_)},[x]);async function k(){await m(),await p({productId:l.id,productVariantId:e.id,quantity:x})}function P(){y(),k(),c("/checkout")}function v(_){if(_>=864e5){const R=Math.floor(_/864e5);return`${R} ${R===1?"day":"days"}`}else if(_>=36e5){const R=Math.floor(_/36e5);return`${R} ${R===1?"hour":"hours"}`}else if(_>=6e4){const R=Math.floor(_/6e4);return`${R} ${R===1?"minute":"minutes"}`}else{const R=Math.floor(_/1e3);return`${R} ${R===1?"second":"seconds"}`}}function q(_,O){return _.length>O?_.slice(0,O)+"...":_}return t.jsxRuntimeExports.jsxs("div",{className:I.options,children:[e.chargeTypes.length>1&&t.jsxRuntimeExports.jsx("div",{className:I.chargeTypes,children:e.chargeTypes.map(_=>t.jsxRuntimeExports.jsx("div",{className:t.clx(I.charge,{[I.chargeActive]:i===_}),onClick:()=>r(_),children:bt[_]},_))}),t.jsxRuntimeExports.jsx("div",{className:I.variants,children:a.map(_=>{var O;return t.jsxRuntimeExports.jsxs("div",{className:t.clx(I.variant,{[I.activeVariant]:e.id===_.id}),onClick:()=>s(_),children:[t.jsxRuntimeExports.jsxs("div",{className:I.variantInfo,children:[t.jsxRuntimeExports.jsx("span",{className:I.title,children:q(_.name,15)}),t.jsxRuntimeExports.jsxs("span",{children:["$",i==="ONE_TIME"?_.price.amount:_.subscriptionSettings?_.subscriptionSettings.price.amount:"Price Not Found"]})]}),t.jsxRuntimeExports.jsx("div",{children:i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("span",{className:I.stock,children:[((O=_.quantity.restrictions)==null?void 0:O.max)||_.quantity.available||0," in stock"]})})]},_.id)})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("div",{className:I.quantity,children:[t.jsxRuntimeExports.jsx("button",{onClick:()=>{x>1?n(_=>_-1):n(1)},className:I.button,disabled:e.quantity.restrictions&&x<=e.quantity.restrictions.min,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus"})}),t.jsxRuntimeExports.jsx("label",{className:t.clx(I.count,{[I.focused]:o}),onFocus:()=>g(!0),onBlur:()=>g(!1),children:t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(x),onChange:_=>n(Number(_)),max:((N=e.quantity.restrictions)==null?void 0:N.max)||e.quantity.available||1/0,min:((S=e.quantity.restrictions)==null?void 0:S.min)||0,style:{backgroundColor:"transparent",border:"none",textAlign:"center"}})}),t.jsxRuntimeExports.jsx("button",{onClick:()=>{n(_=>_+1)},className:I.button,disabled:!!(e.quantity.restrictions&&x>=e.quantity.restrictions.max||e.quantity.available&&x>=e.quantity.available),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus"})})]}),t.jsxRuntimeExports.jsxs("div",{className:I.meta,children:[t.jsxRuntimeExports.jsxs("div",{className:I.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Delivery"}),t.jsxRuntimeExports.jsxs("div",{className:I.infoRight,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Lightning",fill:"#FF3F19",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{children:!e.deliveryTime||e.deliveryTime===0?"Instant":v(e.deliveryTime)})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Price"}),t.jsxRuntimeExports.jsx("div",{className:I.infoRight,children:i==="ONE_TIME"?e.compareAtPrice&&(e.compareAtPrice.amount||0)-(e.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:I.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:h}),children:["$ ",(e.price.amount||0)*x]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",(e.compareAtPrice.amount||0)*x]})]}):t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:h}),children:["$ ",(e.price.amount||0)*x]}):e.subscriptionSettings&&e.subscriptionSettings.compareAtPrice&&(e.subscriptionSettings.compareAtPrice.amount||0)-(e.subscriptionSettings.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:I.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:h}),children:["$ ",e.subscriptionSettings.price.amount||0]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",e.subscriptionSettings.compareAtPrice.amount||0]})]}):e.subscriptionSettings&&t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:h}),children:["$ ",e.subscriptionSettings.price.amount||0]})})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>P(),children:t.jsxRuntimeExports.jsx("span",{children:i==="ONE_TIME"?"Buy Now":"Subscribe Now"})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:()=>k(),children:"Add to Cart"})]})]})},vi="_button_oyh2y_1",Ei="_login_oyh2y_14",yi="_signUp_oyh2y_18",Ri="_buttons_oyh2y_23",Ii="_modal_oyh2y_32",ki="_closing_oyh2y_61",$i="_info_oyh2y_85",Ni="_top_oyh2y_92",Si="_title_oyh2y_103",wi="_clear_oyh2y_110",Ci="_activeClear_oyh2y_117",Bi="_count_oyh2y_121",Ti="_cart_oyh2y_136",Pi="_empty_oyh2y_144",Ai="_product_oyh2y_170",Oi="_products_oyh2y_179",qi="_image_oyh2y_187",Di="_productInfo_oyh2y_193",Li="_content_oyh2y_200",Mi="_name_oyh2y_206",Hi="_price_oyh2y_212",zi="_productButtons_oyh2y_218",Fi="_productButton_oyh2y_218",Vi="_productCount_oyh2y_238",Ui="_bottom_oyh2y_254",Yi="_subtotal_oyh2y_262",Gi="_block_oyh2y_270",Wi="_shoppingCount_oyh2y_277",Xi="_total_oyh2y_297",Ji="_link_oyh2y_303",Qi="_userInfo_oyh2y_310",$={button:vi,login:Ei,signUp:yi,buttons:Ri,modal:Ii,"slide-in-fade":"_slide-in-fade_oyh2y_1",closing:ki,"slide-out-fade":"_slide-out-fade_oyh2y_1",info:$i,top:Ni,title:Si,clear:wi,activeClear:Ci,count:Bi,cart:Ti,empty:Pi,product:Ai,products:Oi,image:qi,productInfo:Di,content:Li,name:Mi,price:Hi,productButtons:zi,productButton:Fi,productCount:Vi,bottom:Ui,subtotal:Yi,block:Gi,shoppingCount:Wi,total:Xi,link:Ji,userInfo:Qi},Ki="_button_85085_1",Zi="_primary_85085_20",to="_primaryHovered_85085_30",eo="_secondary_85085_34",so="_secondaryHovered_85085_44",no="_tertiary_85085_48",io="_tertiaryHovered_85085_58",oo="_content_85085_62",Z={button:Ki,primary:Zi,primaryHovered:to,secondary:eo,secondaryHovered:so,tertiary:no,tertiaryHovered:io,content:oo},dt=l=>{const{children:a,onClick:e,style:s,className:i,disabled:r=!1,type:c="Primary"}=l,{themeSettings:x}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("button",{className:t.clx(Z.button,i,{[Z.primary]:c==="Primary",[Z.secondary]:c==="Secondary",[Z.tertiary]:c==="Tertiary",[Z.primaryHovered]:c==="Primary"&&!r&&x.buttons.primary.hover,[Z.secondaryHovered]:c==="Secondary"&&!r&&x.buttons.secondary.hover,[Z.tertiaryHovered]:c==="Tertiary"&&!r&&x.buttons.tertiary.hover}),onClick:e,style:{...s},disabled:r,children:c==="Tertiary"?t.jsxRuntimeExports.jsxs("div",{className:Z.content,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowRight",fill:"#757575",width:20,height:20}),a]}):t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:a})})};class ct extends Error{}ct.prototype.name="InvalidTokenError";function ro(l){return decodeURIComponent(atob(l).replace(/(.)/g,(a,e)=>{let s=e.charCodeAt(0).toString(16).toUpperCase();return s.length<2&&(s="0"+s),"%"+s}))}function ao(l){let a=l.replace(/-/g,"+").replace(/_/g,"/");switch(a.length%4){case 0:break;case 2:a+="==";break;case 3:a+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return ro(a)}catch{return atob(a)}}function co(l,a){if(typeof l!="string")throw new ct("Invalid token specified: must be a string");a||(a={});const e=a.header===!0?0:1,s=l.split(".")[e];if(typeof s!="string")throw new ct(`Invalid token specified: missing part #${e+1}`);let i;try{i=ao(s)}catch(r){throw new ct(`Invalid token specified: invalid base64 for part #${e+1} (${r.message})`)}try{return JSON.parse(i)}catch(r){throw new ct(`Invalid token specified: invalid json for part #${e+1} (${r.message})`)}}const lo=l=>{const{shopping:a,signUp:e}=l,s=t.useNavigate();function i(c){s(c)}const r=JSON.parse(localStorage.getItem("token")||"{}");return t.jsxRuntimeExports.jsxs("div",{className:$.buttons,children:[a&&t.jsxRuntimeExports.jsx(vt,{}),!r.data&&t.jsxRuntimeExports.jsx(dt,{onClick:()=>i("/customer-dash"),type:"Secondary",style:{padding:10},children:"Login"}),!r.data&&e&&t.jsxRuntimeExports.jsx(dt,{onClick:()=>i("/customer-dash"),type:"Primary",style:{padding:10},children:"Sign Up"}),r.data&&t.jsxRuntimeExports.jsx(Rt,{token:r.data})]})},vt=()=>{const[l,a]=j.useState(!1),[e,s]=j.useState([]),{cart:i,getProducts:r}=t.useCart();function c(p){for(let m=0;m<i.parts.length;m++)for(let h=0;h<p.variants.length;h++)if(i.parts[m].productVariantId===p.variants[m].id)return i.parts[m].productVariantId}function x(p){for(let m=0;m<i.parts.length;m++)for(let h=0;h<p.variants.length;h++)if(i.parts[m].productVariantId===p.variants[m].id)return i.parts[m].quantity}j.useEffect(()=>{(async()=>{const m=i.parts.map(k=>String(k.productId)),u=(await r([...m])).map(k=>({...k,activeVariantId:c(k),quantity:x(k)}));s(u)})()},[i.parts.length]);function n(p){var m;return!p||!(p!=null&&p.variants)?!1:(m=p.variants.find(h=>h.id===p.activeVariantId))==null?void 0:m.subscriptionSettings}const o=i.parts.length>0&&e.length>0&&!n(e[0]),[g,y]=j.useState(!1);return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:$.button,onClick:p=>{p.stopPropagation(),a(!0),y(!0)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag",fill:"var(--icon-primary)"}),o&&t.jsxRuntimeExports.jsx("div",{className:$.shoppingCount,children:i.parts.length})]}),l&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{y(!1),setTimeout(()=>{a(!1)},300)},children:t.jsxRuntimeExports.jsx(Et,{activeProducts:e,isCartNotEmpty:o,isOpen:g})})]})},Et=l=>{const{activeProducts:a,isCartNotEmpty:e,isOpen:s}=l,{cart:i,reset:r,getTotalAndDiscount:c,updateQuantityOfProduct:x}=t.useCart(),n=t.useNavigate();function o(p){n(p)}function g(p){x({productId:p.id,productVariantId:p.activeVariantId,quantity:p.quantity+1})}function y(p){x({productId:p.id,productVariantId:p.activeVariantId,quantity:p.quantity-1})}return t.jsxRuntimeExports.jsxs("div",{className:t.clx($.modal,{[$.closing]:!s}),onClick:p=>p.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:$.top,children:[t.jsxRuntimeExports.jsxs("div",{className:$.info,children:[t.jsxRuntimeExports.jsx("span",{className:$.title,children:"Cart"}),e&&t.jsxRuntimeExports.jsx("div",{className:$.count,children:i.parts.length})]}),t.jsxRuntimeExports.jsx("button",{className:t.clx($.clear,{[$.activeClear]:e}),disabled:!e,onClick:r,children:"Clear all"})]}),e?t.jsxRuntimeExports.jsxs("div",{className:$.cart,children:[t.jsxRuntimeExports.jsx("div",{className:$.products,children:a.map(p=>t.jsxRuntimeExports.jsxs("div",{className:$.product,children:[t.jsxRuntimeExports.jsxs("div",{className:$.productInfo,children:[t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${p.images[0].cfId}/w=500`,alt:"image",width:"100%",height:"100%",className:$.image}),t.jsxRuntimeExports.jsxs("div",{className:$.content,children:[t.jsxRuntimeExports.jsx("div",{className:$.name,children:p.name}),t.jsxRuntimeExports.jsxs("div",{className:$.price,children:["$",p.variants.find(m=>m.id===p.activeVariantId).price.amount*((p==null?void 0:p.quantity)||1)]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:$.productButtons,children:[t.jsxRuntimeExports.jsx("div",{onClick:()=>{p.quantity!==1&&y(p)},className:$.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus",fill:"#757575",width:20,height:20})}),t.jsxRuntimeExports.jsx("div",{className:$.productCount,children:p.quantity}),t.jsxRuntimeExports.jsx("div",{onClick:()=>g(p),className:$.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#757575",width:20,height:20})})]})]},p.id))}),t.jsxRuntimeExports.jsxs("div",{className:$.bottom,children:[t.jsxRuntimeExports.jsxs("div",{className:$.subtotal,children:[t.jsxRuntimeExports.jsxs("div",{className:$.block,children:[t.jsxRuntimeExports.jsx("span",{children:"Subtotal"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Info",width:20,height:20,fill:"#757575"})]}),t.jsxRuntimeExports.jsxs("div",{className:$.total,children:["$",c().total]})]}),t.jsxRuntimeExports.jsx(dt,{onClick:()=>o("/checkout"),children:"Checkout"})]})]}):t.jsxRuntimeExports.jsx(yt,{})]})},yt=()=>t.jsxRuntimeExports.jsxs("div",{className:$.empty,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag",fill:"var(--icon-secondary)"})}),t.jsxRuntimeExports.jsx("span",{children:"Empty Cart"}),t.jsxRuntimeExports.jsxs("span",{children:["You don’t have any items in your shopping cart yet,"," ",t.jsxRuntimeExports.jsx("a",{href:"/products",className:$.link,children:"view products"})]})]}),Rt=({token:l})=>{const[a,e]=j.useState("test-email@gmail.com"),s=t.useNavigate();j.useEffect(()=>{(async()=>{const c=co(l);e(c.email)})()},[l]);function i(r){s(r)}return t.jsxRuntimeExports.jsx("div",{className:$.userInfo,onClick:()=>i("/customer-dash"),children:t.jsxRuntimeExports.jsx("div",{children:a||"test-email@gmail.com"})})},uo="_share_11u0d_1",xo="_modal_11u0d_8",mo="_header_11u0d_14",po="_socials_11u0d_24",ho="_social_11u0d_24",jo="_copy_11u0d_34",_o="_title_11u0d_41",go="_copyWrapper_11u0d_47",fo="_copyText_11u0d_56",tt={share:uo,modal:xo,header:mo,socials:po,social:ho,copy:jo,title:_o,copyWrapper:go,copyText:fo},bo=()=>{const{isOpenModal:l,setIsOpenModal:a}=t.useShareLinkStore();function e(){a(!0)}return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(t.Button,{className:tt.share,onClick:s=>{s.stopPropagation(),e()},type:"Secondary",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Share",fill:"#757575",hoverable:!0})}),l&&t.jsxRuntimeExports.jsx(t.Modal,{close:a,children:t.jsxRuntimeExports.jsx(vo,{})})]})},vo=()=>{const{setIsOpenModal:l}=t.useShareLinkStore(),{notification:a,setNotification:e}=t.useNotificationStore(),s=window.location.href;function i(){navigator.clipboard.writeText(s),e({message:"Link copied to clipboard",status:"success"})}return t.jsxRuntimeExports.jsxs("div",{className:tt.modal,onClick:r=>r.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:tt.header,children:[t.jsxRuntimeExports.jsx("div",{className:tt.title,children:"Copy Product Link"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:"#757575",onClick:()=>l(!1),hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:tt.copyWrapper,children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(tt.copy,tt.copyText),onClick:i,children:s}),t.jsxRuntimeExports.jsx("div",{onClick:i,className:tt.copy,children:a?t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})]})},Eo="_accordion_1s1lq_1",yo="_header_1s1lq_9",Ro="_icon_1s1lq_18",Io="_open_1s1lq_21",ko="_content_1s1lq_25",at={accordion:Eo,header:yo,icon:Ro,open:Io,content:ko},$o=({title:l,content:a})=>{const[e,s]=j.useState(!1),[i,r]=j.useState(0),c=j.useRef(null),x=()=>{s(!e)};return j.useEffect(()=>{c.current&&r(e?c.current.scrollHeight:0)},[e]),t.jsxRuntimeExports.jsxs("div",{className:at.accordion,children:[t.jsxRuntimeExports.jsxs("div",{className:at.header,onClick:x,children:[t.jsxRuntimeExports.jsx("h5",{id:"h5",children:l}),t.jsxRuntimeExports.jsx("div",{className:t.clx(at.icon,{[at.open]:e}),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown"})})]}),t.jsxRuntimeExports.jsx("div",{ref:c,className:at.content,style:{height:`${i}px`},children:t.jsxRuntimeExports.jsx("p",{id:"p",children:a})})]})},No="_wrapper_p74l6_1",So="_label_p74l6_9",wo="_input_p74l6_18",Co="_paddingless_p74l6_31",Bo="_content_p74l6_35",To="_contentBorder_p74l6_48",Po="_borderless_p74l6_53",Ao="_rightIcon_p74l6_58",Q={wrapper:No,label:So,input:wo,paddingless:Co,content:Bo,contentBorder:To,borderless:Po,rightIcon:Ao},Oo=l=>{const{onChange:a,style:e,label:s,value:i,type:r,min:c,max:x,placeholder:n,disabled:o=!1,required:g=!1,regex:y,paddingless:p=!1,borderless:m=!1,editable:h=!1,isSearch:u=!1}=l,{themeSettings:k}=t.useThemeSettingsStore(),{inputs:P}=k,[v,q]=j.useState(!1);function N(_){return Number(_)<0?String(c):_}function S(_){return!g||!y?!0:new RegExp(y).test(_)}return t.jsxRuntimeExports.jsxs("div",{className:Q.wrapper,children:[s&&t.jsxRuntimeExports.jsx("label",{className:Q.label,htmlFor:s,children:s}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(Q.content,{[Q.contentBorder]:P.border.active}),style:{paddingRight:P.general.height+15,...e,background:P.field.active?P.field.color:"transparent"},children:[t.jsxRuntimeExports.jsx("input",{id:s,type:r||"text",onChange:_=>{if(r==="text")a(_.target.value);else{const O=N(_.target.value);a(O)}},value:i,autoComplete:"off",placeholder:n||"Type something...",className:t.clx(Q.input,{[Q.required]:v&&g&&!S(i),[Q.paddingless]:p,[Q.borderless]:m}),min:r==="number"?c:void 0,max:r==="number"?x:void 0,disabled:o,onFocus:()=>q(!0)}),u&&t.jsxRuntimeExports.jsx("div",{className:Q.rightIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"MagnifyingGlass",fill:"var(--icon-secondary)",width:P.general.height,height:P.general.height})}),h&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},qo="_wrapper_st58d_1",Do="_label_st58d_10",Lo="_textarea_st58d_18",Mo="_length_st58d_33",ut={wrapper:qo,label:Do,textarea:Lo,length:Mo},Ho=l=>{const{onChange:a,label:e,value:s,maxLength:i,placeholder:r="Type something..."}=l,[c,x]=j.useState(s.length);return t.jsxRuntimeExports.jsxs("div",{className:ut.wrapper,children:[e&&t.jsxRuntimeExports.jsx("label",{className:ut.label,htmlFor:e,children:e}),t.jsxRuntimeExports.jsx("textarea",{id:e,defaultValue:s,onChange:n=>{x(n.target.value.length),a(n.target.value)},placeholder:r,className:ut.textarea,maxLength:i}),i&&t.jsxRuntimeExports.jsxs("div",{className:ut.length,children:[c,"/",i]})]})};exports.ChooseImage=t.ChooseImage;exports.ChooseImageModal=t.ChooseImageModal;exports.Icon=t.Icon;exports.InputSettings=t.Input;exports.Loader=t.Loader;exports.Modal=t.Modal;exports.Select=t.Select;exports.Switch=t.Switch;exports.TextareaSettings=t.Textarea;exports.Accordion=$o;exports.Button=dt;exports.ButtonTypeSettings=ft;exports.ButtonsSettings=dn;exports.CategorySettings=Ge;exports.EmptyCart=yt;exports.FormSettings=fs;exports.HeaderButtons=lo;exports.InputUI=Oo;exports.ItemsSettings=gt;exports.LayoutSettings=Lt;exports.ListingSelector=Jn;exports.ProductOptions=bi;exports.RangeSelector=mt;exports.ShareLink=bo;exports.ShoppingButton=vt;exports.ShoppingModalCart=Et;exports.TextSettings=_t;exports.TextareaUI=Ho;exports.TypesText=jt;exports.UserInfo=Rt;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-BHI15yI7.cjs"),h=require("react");require("@phosphor-icons/react");const It="_wrapper_1ibay_2",kt="_alignmentBlock_1ibay_8",Nt="_title_1ibay_15",$t="_subtitle_1ibay_22",wt="_alignmentContent_1ibay_29",St="_alignments_1ibay_37",Ct="_alignment_1ibay_8",Bt="_circle_1ibay_60",Tt="_paddings_1ibay_67",Pt="_padding_1ibay_67",At="_active_1ibay_91",Ot="_input_1ibay_98",G={wrapper:It,alignmentBlock:kt,title:Nt,subtitle:$t,alignmentContent:wt,alignments:St,alignment:Ct,circle:Bt,paddings:Tt,padding:Pt,active:At,input:Ot},qt=["topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"],Lt=["left","top","right","bottom"],Dt=l=>{const{alignment:r,padding:e,setPadding:s,setAlignment:o}=l;function i(j){switch(j){case"left":case"topLeft":case"bottomLeft":return"TextAlignLeft";case"right":case"topRight":case"bottomRight":return"TextAlignRight";case"center":case"top":case"bottom":return"TextAlignCenter";default:return"TextAlignCenter"}}function a(j){switch(j){case"left":return"AlignLeft";case"right":return"AlignRight";case"top":return"AlignTop";case"bottom":return"AlignBottom"}}const[u,n]=h.useState(null),[c,f]=h.useState(null);return t.jsxRuntimeExports.jsxs("div",{className:G.layout,children:[t.jsxRuntimeExports.jsx("h3",{className:G.title,children:"Layout"}),t.jsxRuntimeExports.jsxs("div",{className:G.alignmentBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:G.subtitle,children:"Alignment"}),t.jsxRuntimeExports.jsxs("div",{className:G.alignmentContent,children:[t.jsxRuntimeExports.jsx("div",{className:G.alignments,children:qt.map(j=>t.jsxRuntimeExports.jsxs("div",{onClick:()=>{o(j)},className:G.alignment,onMouseEnter:()=>{n(j)},onMouseLeave:()=>{n(null)},children:[j!==r&&u!==j&&t.jsxRuntimeExports.jsx("div",{className:G.circle}),j!==r&&u===j&&t.jsxRuntimeExports.jsx(t.Icon,{name:i(u),fill:"#c2c2c2",width:22,height:22}),j===r&&t.jsxRuntimeExports.jsx(t.Icon,{name:i(r),fill:"#FF3F19",width:22,height:22})]},j))}),t.jsxRuntimeExports.jsx("div",{className:G.paddings,children:Lt.map(j=>t.jsxRuntimeExports.jsxs("label",{className:t.clx(G.padding,{[G.active]:c===j}),onFocus:()=>{f(j)},onBlur:()=>{f(null)},children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:a(j),width:20,height:20})}),t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(e[j]),onChange:p=>s({...e,[j]:Number(p)}),paddingless:!0,borderless:!0})]},j))})]})]})]})},Mt="_title_1jkiw_1",Ht="_subtitle_1jkiw_5",zt="_header_1jkiw_12",Ft="_text_1jkiw_13",Vt="_top_1jkiw_20",Ut="_itemsBlock_1jkiw_29",rt={title:Mt,subtitle:Ht,header:zt,text:Ft,top:Vt,itemsBlock:Ut},Yt="_typeTexts_167ez_1",Gt="_block_167ez_8",Wt="_active_167ez_25",pt={typeTexts:Yt,block:Gt,active:Wt},Xt=["bold","italic","underline","strike-through","code"],_t=l=>{const{typesText:r,setTypesText:e}=l;function s(o){switch(o){case"bold":return"TextB";case"italic":return"TextItalic";case"code":return"CodeSimple";case"strike-through":return"TextStrikethrough";case"underline":return"TextUnderline"}}return t.jsxRuntimeExports.jsx("div",{className:pt.typeTexts,children:Xt.map(o=>t.jsxRuntimeExports.jsx("div",{className:t.clx(pt.block,{[pt.active]:r.includes(o)}),onClick:()=>{const i=[...r];if(i.includes(o)){const a=i.filter(u=>u!==o);e(a)}else i.push(o),e(i)},children:t.jsxRuntimeExports.jsx(t.Icon,{name:s(o),fill:r.includes(o)?"#252525":"#757575",width:20,height:20})},String(o)))})},jt=l=>{const{typesText:r,isActiveText:e,setIsActiveText:s,text:o,setText:i,setTypesText:a,title:u,subtitle:n="Items"}=l;return t.jsxRuntimeExports.jsxs("div",{className:rt.text,children:[(u||e!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:rt.top,children:[u&&t.jsxRuntimeExports.jsx("h3",{className:rt.title,children:u}),e!==void 0&&s&&t.jsxRuntimeExports.jsx(t.Switch,{current:e,onChange:c=>s(c)})]}),t.jsxRuntimeExports.jsxs("div",{className:rt.itemsBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:rt.subtitle,children:n}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:c=>i(c),value:o,maxLength:150}),t.jsxRuntimeExports.jsx(_t,{typesText:r,setTypesText:a})]})]})},Jt="_title_v8pu8_1",Qt="_subtitle_v8pu8_5",Kt="_header_v8pu8_12",Zt="_text_v8pu8_13",te="_productsBlock_v8pu8_14",ee="_top_v8pu8_26",se="_itemsBlock_v8pu8_35",ne="_typeTexts_v8pu8_41",oe="_block_v8pu8_48",ie="_active_v8pu8_61",re="_products_v8pu8_14",ce="_product_v8pu8_14",ae="_button_v8pu8_80",le="_disabled_v8pu8_91",ue="_image_v8pu8_95",de="_info_v8pu8_102",xe="_name_v8pu8_114",me="_buttons_v8pu8_118",pe="_modal_v8pu8_125",he="_link_v8pu8_145",_e="_modalOptions_v8pu8_151",je="_addButton_v8pu8_164",ge="_deleteButton_v8pu8_179",fe="_closeIcon_v8pu8_191",D={title:Jt,subtitle:Qt,header:Kt,text:Zt,productsBlock:te,top:ee,itemsBlock:se,typeTexts:ne,block:oe,active:ie,products:re,product:ce,button:ae,disabled:le,image:ue,info:de,name:xe,buttons:me,modal:pe,link:he,modalOptions:_e,addButton:je,deleteButton:ge,closeIcon:fe},ve=h.forwardRef((l,r)=>{const{activeItem:e,setActiveItem:s,popupPosition:o,modalOptions:i,setIsOpenModal:a}=l;function u(n,c){return n.length>c?`${n.slice(0,c)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:r,className:D.modal,onClick:n=>{n.stopPropagation()},style:{top:`${o.top}px`,left:`${o.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:D.top,children:[t.jsxRuntimeExports.jsx("h3",{className:D.title,children:u(e.name,20)}),t.jsxRuntimeExports.jsx("div",{className:D.closeIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,onClick:()=>{s(null),a(!1)}})})]}),t.jsxRuntimeExports.jsx("div",{className:D.modalOptions,children:i.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:c=>{const f={...e,[n.field]:c};s(f)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(jt,{typesText:e[n.field.type],setTypesText:c=>{const f={...e,[n.field.type]:c};s(f)},text:e[n.field.text]||"",setText:c=>{const f={...e,[n.field.text]:c};s(f)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:c=>{const f={...e,[n.field]:c};s(f)},value:e[n.field]||"",label:n.label,placeholder:n.placeholder});if(n.type==="inputSwitch")return t.jsxRuntimeExports.jsxs("div",{className:D.link,children:[t.jsxRuntimeExports.jsx(t.Input,{onChange:c=>{const f={...e,[n.field.text]:c};s(f)},value:e[n.field.text]||"",label:n.inputLabel,placeholder:n.placeholder}),t.jsxRuntimeExports.jsx(t.Switch,{current:!!e[n.field.switch]||!1,label:n.switchLabel,onChange:c=>{const f={...e,[n.field.switch]:c};s(f)}})]});if(n.type==="list")return t.jsxRuntimeExports.jsx(gt,{items:e[n.field]||[],setItems:c=>{const f={...e,[n.field]:c};s(f)},itemsType:"select",draggable:n.draggable||!1,itemsOptions:n.itemsOptions,deletable:n.deletable||!1,editable:!1,subtitle:n.label,addableOptions:n.addableOptions});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:c=>{const f={...e,[n.field]:c};s(f)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})}),be="_other_g74jx_1",Ee="_subtitle_g74jx_7",Re="_items_g74jx_14",ht={other:be,subtitle:Ee,items:Re},xt=l=>{const{items:r,title:e="Other"}=l;return t.jsxRuntimeExports.jsxs("div",{className:ht.other,children:[t.jsxRuntimeExports.jsx("h5",{className:ht.subtitle,children:e}),t.jsxRuntimeExports.jsx("div",{className:ht.items,children:r.map((s,o)=>t.jsxRuntimeExports.jsx(t.Switch,{current:s.isItem,onChange:i=>s.setIsItem(i),label:s.label,hasBackground:!0,paddingless:!1},o))})]})};function ye({product:l,children:r}){const{attributes:e,listeners:s,setNodeRef:o,transform:i,transition:a,isDragging:u}=t.useSortable({id:l.id}),n={transform:t.CSS.Transform.toString(i),transition:a};return t.jsxRuntimeExports.jsx("div",{ref:o,style:n,className:`${D.product} ${u?D.dragging:""}`,...e,...s,children:r})}const gt=l=>{const{isActiveItems:r,setIsActiveItems:e,items:s,setItems:o,other:i,title:a,subtitle:u,editable:n=!0,draggable:c=!1,withImage:f=!1,deletable:j=!0,addable:p=!0,itemsType:m,itemsPlaceholder:_="",itemsOptions:d,hasRangeSelector:k=!1,rangeSelectorOptions:P,modalOptions:E,addableOptions:q={},limit:$,autoScrollInterval:w}=l,[g,O]=h.useState(null),[Y,J]=h.useState({top:0,left:0}),[b,y]=h.useState(null),A=h.useRef(null),[U,B]=h.useState(!1),M=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));h.useEffect(()=>{const x=()=>{O(null),B(!1)};return document.body.addEventListener("click",x),O(null),B(!1),()=>{O(null),B(!1),document.body.removeEventListener("click",x)}},[]),h.useEffect(()=>{if(g){const x=[...s].map(R=>R.id===g.id?g:R);o(x)}},[g]),h.useEffect(()=>{if(A.current&&b){const x=A.current.getBoundingClientRect().height,R=window.innerHeight;let S=b.top;S+x>R+window.scrollY-200&&(S=R+window.scrollY-x-200),S<0&&(S=10),J({top:S,left:b.left})}},[A.current,b]);const X=(x,R)=>{x.stopPropagation();const S=x.target.getBoundingClientRect();y({top:S.top+window.scrollY,left:S.left-30}),O(R),B(!0)};function st(x){if(f)return x?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${x[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const v=x=>{const{active:R,over:S}=x;if(S&&R.id!==S.id){const L=s.findIndex(C=>C.id===R.id),F=s.findIndex(C=>C.id===S.id);if(L!==-1&&F!==-1){const C=[...s],[nt]=C.splice(L,1);C.splice(F,0,nt),o(C)}}},T=(x,R)=>{var L,F;const S=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[c&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&d&&t.jsxRuntimeExports.jsx(t.Select,{onChange:C=>{const nt=[...s],it=d.find(lt=>lt.name===C);if(!it)return;const ot=nt.map(lt=>lt.id===x.id?{...it,name:C}:lt);O({...x,name:C}),o([...ot])},value:x.name,options:d.filter(C=>!s.find(nt=>nt.name===C.name)).map(C=>C.name),leftAddon:st(x.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:C=>{const it=[...s].map(ot=>ot.id===x.id?{...x,name:C}:ot);o([...it])},value:x.name,placeholder:_}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:C=>{const it=[...s].map(ot=>ot.id===x.id?{...x,images:C}:ot);o([...it])},activeImage:(L=s.find(C=>C.id===x.id))!=null&&L.images?(F=s.find(C=>C.id===x.id))==null?void 0:F.images[0]:void 0}),t.jsxRuntimeExports.jsxs("div",{className:D.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:D.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:C=>X(C,x)})}),j&&t.jsxRuntimeExports.jsx("div",{className:D.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>o(s.filter(C=>C.id!==x.id))})})]})]});return c?t.jsxRuntimeExports.jsx(ye,{product:x,index:R,children:S},x.id):t.jsxRuntimeExports.jsx("div",{className:D.product,children:S},x.id)};return t.jsxRuntimeExports.jsxs("div",{className:D.productsBlock,children:[(a||r!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:D.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:D.title,children:a}),r!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:r,onChange:x=>e==null?void 0:e(x)})]}),g&&n&&E&&U&&t.jsxRuntimeExports.jsx(ve,{ref:A,activeItem:g,setActiveItem:O,popupPosition:Y,modalOptions:E,setIsOpenModal:B}),k&&P&&t.jsxRuntimeExports.jsx(mt,{...P}),t.jsxRuntimeExports.jsxs("div",{className:D.products,children:[u&&t.jsxRuntimeExports.jsx("h5",{className:D.subtitle,children:u}),c?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:M,onDragEnd:v,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(x=>x.id),strategy:t.verticalListSortingStrategy,children:s.map((x,R)=>T(x,R))})}):s.map((x,R)=>T(x,R)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:t.clx(D.button,{[D.disabled]:!!($&&$<=s.length||s.length===(d==null?void 0:d.length))}),size:"s",disabled:!!($&&$<=s.length||s.length===(d==null?void 0:d.length)),onClick:()=>{const x=[...s];let R=null;if(d){for(let S=0;S<d.length;S++)if(!s.find(L=>L.id===d[S].id)){R=d[S];break}}m==="select"&&d?x.push({name:R?R.name:d[0].name,id:(R==null?void 0:R.id)||d[0].id,...q}):m==="input"?x.push({name:"",id:t.v4(),...q}):x.push({name:`Image ${s.length+1}`,id:t.v4(),...q}),o(x)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:D.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),i!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:i}),w!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(w.scrollInterval),onChange:x=>w.setScrollInterval(Number(x)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Ie="_title_82zux_1",ke="_subtitle_82zux_5",Ne="_header_82zux_12",$e="_text_82zux_13",we="_productsBlock_82zux_14",Se="_top_82zux_26",Ce="_itemsBlock_82zux_35",Be="_typeTexts_82zux_41",Te="_block_82zux_48",Pe="_active_82zux_61",Ae="_products_82zux_14",Oe="_product_82zux_14",qe="_button_82zux_80",Le="_disabled_82zux_91",De="_image_82zux_95",Me="_info_82zux_102",He="_name_82zux_114",ze="_buttons_82zux_118",Fe="_modal_82zux_125",Ve="_link_82zux_145",Ue="_modalOptions_82zux_151",Ye="_addButton_82zux_157",Ge="_deleteButton_82zux_179",W={title:Ie,subtitle:ke,header:Ne,text:$e,productsBlock:we,top:Se,itemsBlock:Ce,typeTexts:Be,block:Te,active:Pe,products:Ae,product:Oe,button:qe,disabled:Le,image:De,info:Me,name:He,buttons:ze,modal:Fe,link:Ve,modalOptions:Ue,addButton:Ye,deleteButton:Ge},We=l=>{const{isActiveItems:r,setIsActiveItems:e,items:s,setItems:o,other:i,title:a,subtitle:u,draggable:n=!1,withImage:c=!1,addable:f=!0,itemsOptions:j,hasRangeSelector:p=!1,rangeSelectorOptions:m,limit:_,autoScrollInterval:d}=l;function k(E){if(c)return E?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${E[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const P=E=>{const q=j.find(w=>w.id===E);if(!q)return;const $=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[n&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),t.jsxRuntimeExports.jsx(t.Select,{onChange:w=>{const g=[...s],O=j.find(b=>b.name===w);if(!O)return;const Y=O.id,J=g.map(b=>b===E?Y:b);o([...J])},value:q.name,options:j.filter(w=>!s.find(g=>g===w.id)).map(w=>w.name),leftAddon:k(q.images)}),t.jsxRuntimeExports.jsx("div",{className:W.buttons,children:t.jsxRuntimeExports.jsx("div",{className:W.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>o(s.filter(w=>w!==E))})})})]});return t.jsxRuntimeExports.jsx("div",{className:W.product,children:$},E)};return t.jsxRuntimeExports.jsxs("div",{className:W.productsBlock,children:[(a||r!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:W.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:W.title,children:a}),r!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:r,onChange:E=>e==null?void 0:e(E)})]}),p&&m&&t.jsxRuntimeExports.jsx(mt,{...m}),t.jsxRuntimeExports.jsxs("div",{className:W.products,children:[u&&t.jsxRuntimeExports.jsx("h5",{className:W.subtitle,children:u}),s.map(E=>P(E)),f&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center",gap:5},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:t.clx(W.button,{[W.disabled]:!!(_&&_<=s.length||s.length===j.length)}),size:"s",disabled:!!(_&&_<=s.length||s.length===j.length),onClick:()=>{const E=[...s];let q=null;if(j){for(let $=0;$<j.length;$++)if(!s.find(w=>w===j[$].id)){q=j[$];break}}E.push((q==null?void 0:q.id)||j[0].id),o(E)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:W.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),i!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:i}),d!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(d.scrollInterval),onChange:E=>d.setScrollInterval(Number(E)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Xe="_title_1lgwl_1",Je="_subtitle_1lgwl_5",Qe="_header_1lgwl_12",Ke="_text_1lgwl_13",Ze="_productsBlock_1lgwl_14",ts="_top_1lgwl_26",es="_itemsBlock_1lgwl_35",ss="_typeTexts_1lgwl_41",ns="_block_1lgwl_48",os="_active_1lgwl_61",is="_products_1lgwl_14",rs="_product_1lgwl_14",cs="_button_1lgwl_80",as="_disabled_1lgwl_91",ls="_image_1lgwl_95",us="_info_1lgwl_102",ds="_name_1lgwl_114",xs="_buttons_1lgwl_118",ms="_modal_1lgwl_125",ps="_link_1lgwl_146",hs="_modalOptions_1lgwl_152",_s="_addButton_1lgwl_164",js="_deleteButton_1lgwl_179",gs="_closeIcon_1lgwl_191",H={title:Xe,subtitle:Je,header:Qe,text:Ke,productsBlock:Ze,top:ts,itemsBlock:es,typeTexts:ss,block:ns,active:os,products:is,product:rs,button:cs,disabled:as,image:ls,info:us,name:ds,buttons:xs,modal:ms,link:ps,modalOptions:hs,addButton:_s,deleteButton:js,closeIcon:gs},fs=h.forwardRef((l,r)=>{const{activeItem:e,setActiveItem:s,popupPosition:o,modalOptions:i,setIsOpenModal:a}=l;function u(n,c){return n.length>c?`${n.slice(0,c)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:r,className:H.modal,onClick:n=>{n.stopPropagation()},style:{top:`${o.top}px`,left:`${o.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:H.top,children:[t.jsxRuntimeExports.jsx("h3",{className:H.title,children:u(e.name,20)}),t.jsxRuntimeExports.jsx("div",{className:H.closeIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{s(null),a(!1)}})})]}),t.jsxRuntimeExports.jsx("div",{className:H.modalOptions,children:i.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:c=>{const f={...e,[n.field]:c};s(f)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(jt,{typesText:e[n.field.type],setTypesText:c=>{const f={...e,[n.field.type]:c};s(f)},text:e[n.field.text]||"",setText:c=>{const f={...e,[n.field.text]:c};s(f)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:c=>{const f={...e,[n.field]:c};s(f)},value:e[n.field]||"",label:n.label,placeholder:n.placeholder});if(n.type==="inputSwitch")return t.jsxRuntimeExports.jsxs("div",{className:H.link,children:[t.jsxRuntimeExports.jsx(t.Input,{onChange:c=>{const f={...e,[n.field.text]:c};s(f)},value:e[n.field.text]||"",label:n.inputLabel,placeholder:n.placeholder}),t.jsxRuntimeExports.jsx(t.Switch,{current:!!e[n.field.switch]||!1,label:n.switchLabel,onChange:c=>{const f={...e,[n.field.switch]:c};s(f)}})]});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:c=>{const f={...e,[n.field]:c};s(f)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})});function vs(l){const{product:r,children:e}=l,{attributes:s,listeners:o,setNodeRef:i,transform:a,transition:u,isDragging:n}=t.useSortable({id:r.id}),c={transform:t.CSS.Transform.toString(a),transition:u};return t.jsxRuntimeExports.jsx("div",{ref:i,style:c,className:`${H.product} ${n?H.dragging:""}`,...s,...o,children:e})}const bs=l=>{const{isActiveItems:r,setIsActiveItems:e,items:s,setItems:o,other:i,title:a,subtitle:u,editable:n=!0,draggable:c=!1,withImage:f=!1,deletable:j=!0,addable:p=!0,itemsType:m,itemsPlaceholder:_="",itemsOptions:d,hasRangeSelector:k=!1,rangeSelectorOptions:P,modalOptions:E,addableOptions:q={}}=l,[$,w]=h.useState(null),[g,O]=h.useState({top:0,left:0}),[Y,J]=h.useState(null),b=h.useRef(null),[y,A]=h.useState(!1),U=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));h.useEffect(()=>{const v=()=>{w(null),A(!1)};return document.body.addEventListener("click",v),w(null),A(!1),()=>{w(null),A(!1),document.body.removeEventListener("click",v)}},[]),h.useEffect(()=>{if($){const v=[...s].map(T=>T.id===$.id?$:T);o(v)}},[$]),h.useEffect(()=>{if(b.current&&Y){const v=b.current.getBoundingClientRect().height,T=window.innerHeight;let x=Y.top;x+v>T+window.scrollY-200&&(x=T+window.scrollY-v-200),x<0&&(x=10),O({top:x,left:Y.left})}},[b.current,Y]);const B=(v,T)=>{v.stopPropagation();const x=v.target.getBoundingClientRect();J({top:x.top+window.scrollY,left:x.left-30}),w(T),A(!0)};function M(v){if(f)return v?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${v[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const X=v=>{const{active:T,over:x}=v;if(x&&T.id!==x.id){const R=s.findIndex(L=>L.id===T.id),S=s.findIndex(L=>L.id===x.id);if(R!==-1&&S!==-1){const L=[...s],[F]=L.splice(R,1);L.splice(S,0,F),o(L)}}},st=v=>{var x;const T=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[c&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&d&&t.jsxRuntimeExports.jsx(t.Select,{onChange:R=>{const L=[...s].map(F=>F.id===v.id?{...v,name:R}:F);w({...v,name:R}),o([...L])},value:v.name,options:d.filter(R=>!s.find(S=>S.name===R)),leftAddon:M(v.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:R=>{const L=[...s].map(F=>F.id===v.id?{...v,name:R}:F);o([...L])},value:v.name,placeholder:_}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:R=>{const L=[...s].map(F=>F.id===v.id?{...v,images:R}:F);o([...L])},activeImage:(x=s.find(R=>R.id===v.id))==null?void 0:x.images[0]}),t.jsxRuntimeExports.jsxs("div",{className:H.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:H.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:R=>B(R,v)})}),j&&t.jsxRuntimeExports.jsx("div",{className:H.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>o(s.filter(R=>R.id!==v.id))})})]})]});return c?t.jsxRuntimeExports.jsx(vs,{product:v,children:T},v.id):t.jsxRuntimeExports.jsx("div",{className:H.product,children:T},v.id)};return t.jsxRuntimeExports.jsxs("div",{className:H.productsBlock,children:[(a||r!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:H.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:H.title,children:a}),r!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:r,onChange:v=>e==null?void 0:e(v)})]}),$&&n&&E&&y&&t.jsxRuntimeExports.jsx(fs,{ref:b,activeItem:$,setActiveItem:w,popupPosition:g,modalOptions:E,setIsOpenModal:A}),k&&P&&t.jsxRuntimeExports.jsx(mt,{...P}),t.jsxRuntimeExports.jsxs("div",{className:H.products,children:[u&&t.jsxRuntimeExports.jsx("h5",{className:H.subtitle,children:u}),c?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:U,onDragEnd:X,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(v=>v.id),strategy:t.verticalListSortingStrategy,children:s.map(v=>st(v))})}):s.map(v=>st(v)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:H.button,size:"s",onClick:()=>{const v=[...s];let T=null;if(d){for(let x=0;x<d.length;x++)if(!s.find(R=>R.name===d[x])){T=d[x];break}}m==="select"&&d?v.push({name:T||d[0],id:t.v4(),...q,maxSymbols:100}):m==="input"?v.push({name:"",id:t.v4(),...q,maxSymbols:100}):v.push({name:`Image ${s.length+1}`,id:t.v4(),...q,maxSymbols:100}),o(v)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:H.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),i!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:i})]})},Es="_title_bn7sv_1",Rs="_subtitle_bn7sv_5",ys="_header_bn7sv_12",Is="_text_bn7sv_13",ks="_productsBlock_bn7sv_14",Ns="_buttonsBlock_bn7sv_15",$s="_top_bn7sv_26",ws="_itemsBlock_bn7sv_35",Ss="_typeTexts_bn7sv_41",Cs="_block_bn7sv_48",Bs="_active_bn7sv_60",Ts="_products_bn7sv_14",Ps="_product_bn7sv_14",As="_button_bn7sv_15",Os="_image_bn7sv_90",qs="_info_bn7sv_97",Ls="_name_bn7sv_109",Ds="_buttons_bn7sv_15",Ms="_modal_bn7sv_120",Hs="_other_bn7sv_139",zs="_options_bn7sv_145",Fs="_closeIcon_bn7sv_153",et={title:Es,subtitle:Rs,header:ys,text:Is,productsBlock:ks,buttonsBlock:Ns,top:$s,itemsBlock:ws,typeTexts:Ss,block:Cs,active:Bs,products:Ts,product:Ps,button:As,image:Os,info:qs,name:Ls,buttons:Ds,modal:Ms,other:Hs,options:zs,closeIcon:Fs},Vs=h.forwardRef((l,r)=>{const{activeButton:e,setActiveButton:s,popupPosition:o}=l,[i,a]=h.useState(e.typesText),[u,n]=h.useState(e.destination),[c,f]=h.useState(e.page),[j,p]=h.useState(e.link||""),[m,_]=h.useState(e.text||""),[d,k]=h.useState(e.openInNewTab),{pages:P}=t.usePagesStore();return h.useEffect(()=>{s({...e,...{text:m,link:j,destination:u,typesText:i,page:c,openInNewTab:d}})},[i,u,j,m,c,d]),t.jsxRuntimeExports.jsxs("div",{className:et.modal,onClick:E=>{E.stopPropagation()},style:{top:`${o.top}px`,left:`${o.left}px`},ref:r,children:[t.jsxRuntimeExports.jsxs("div",{className:et.top,children:[t.jsxRuntimeExports.jsx("h3",{className:et.title,children:e.type}),t.jsxRuntimeExports.jsx("div",{className:et.closeIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>s(null)})})]}),t.jsxRuntimeExports.jsxs("div",{className:et.options,children:[t.jsxRuntimeExports.jsx(t.Select,{label:"Destination",onChange:E=>n(E),options:["Go to Page","Open Link"].filter(E=>E!==u),value:u}),u==="Go to Page"?t.jsxRuntimeExports.jsx(t.Select,{label:"Go to",onChange:E=>f(E),options:P?Object.values(P).filter(E=>E.name!==c).map(E=>E.name):[],value:c}):t.jsxRuntimeExports.jsx(t.Input,{onChange:E=>p(E),value:j,placeholder:"https://",label:"Link"}),t.jsxRuntimeExports.jsx(t.Switch,{current:e.openInNewTab,label:"Open in new tab",onChange:E=>k(E)}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:E=>_(E),value:m,label:"Text",maxLength:150}),t.jsxRuntimeExports.jsx(_t,{typesText:i,setTypesText:a})]})]})}),Us="_subtitle_jql1y_1",Ys="_header_jql1y_8",Gs="_text_jql1y_9",Ws="_productsBlock_jql1y_10",Xs="_buttonsBlock_jql1y_11",Js="_top_jql1y_23",Qs="_itemsBlock_jql1y_32",Ks="_typeTexts_jql1y_38",Zs="_block_jql1y_45",tn="_active_jql1y_58",en="_products_jql1y_10",sn="_product_jql1y_10",nn="_button_jql1y_11",on="_image_jql1y_88",rn="_info_jql1y_95",cn="_name_jql1y_107",an="_buttons_jql1y_11",ln="_modal_jql1y_118",un="_other_jql1y_138",dn="_options_jql1y_144",xn="_addButton_jql1y_150",mn="_deleteButton_jql1y_165",K={subtitle:Us,header:Ys,text:Gs,productsBlock:Ws,buttonsBlock:Xs,top:Js,itemsBlock:Qs,typeTexts:Ks,block:Zs,active:tn,products:en,product:sn,button:nn,image:on,info:rn,name:cn,buttons:an,modal:ln,other:un,options:dn,addButton:xn,deleteButton:mn},ft=l=>{const{buttons:r,setButtons:e,deletable:s=!0,addable:o=!0}=l,[i,a]=h.useState(null),[u,n]=h.useState({top:0,left:0}),[c,f]=h.useState(null),j=h.useRef(null);h.useEffect(()=>{const m=()=>{a(null)};return document.body.addEventListener("click",m),a(null),()=>{a(null),document.body.removeEventListener("click",m)}},[]),h.useEffect(()=>{if(i){const m=[...r].map(_=>_.id===i.id?i:_);e(m)}},[i]),h.useEffect(()=>{if(j.current&&c){const m=j.current.getBoundingClientRect().height,_=window.innerHeight;let d=c.top;d+m>_+window.scrollY-200&&(d=_+window.scrollY-m-200),d<0&&(d=10),n({top:d,left:c.left})}},[j.current,c]);const p=(m,_)=>{m.stopPropagation();const d=m.target.getBoundingClientRect();f({top:d.top+window.scrollY,left:d.left-30}),a(_)};return t.jsxRuntimeExports.jsxs("div",{className:K.products,children:[t.jsxRuntimeExports.jsx("h5",{className:K.subtitle,children:"Button Type"}),r.map(m=>t.jsxRuntimeExports.jsxs("div",{className:K.product,children:[t.jsxRuntimeExports.jsx(t.Select,{onChange:_=>{const k=[...r].map(P=>P.id===m.id?{...m,type:_}:P);e(k)},value:m.type,options:["Primary","Secondary","Tertiary"]}),t.jsxRuntimeExports.jsxs("div",{className:K.buttons,children:[t.jsxRuntimeExports.jsx("div",{className:K.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:_=>{p(_,m)}})}),s&&t.jsxRuntimeExports.jsx("div",{className:K.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,onClick:()=>{const _=r.filter(d=>d.id!==m.id);e(_)},width:20,height:20,fill:"#C12A2A"})})]})]},m.id)),i&&t.jsxRuntimeExports.jsx(Vs,{ref:j,activeButton:i,setActiveButton:a,popupPosition:u}),o&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:K.button,size:"s",onClick:()=>{const m=[...r];m.push({type:"Primary",id:t.v4(),typesText:[],destination:"Go to Page",text:"Button Name",page:"home",openInNewTab:!0}),e(m)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:K.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]})},pn=l=>{const{isActiveButtons:r,setIsActiveButtons:e,buttons:s,setButtons:o}=l;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsxs("div",{className:et.buttonsBlock,children:[t.jsxRuntimeExports.jsxs("div",{className:et.top,children:[t.jsxRuntimeExports.jsx("h3",{className:et.title,children:"Buttons"}),t.jsxRuntimeExports.jsx(t.Switch,{current:r,onChange:i=>e(i)})]}),t.jsxRuntimeExports.jsx(ft,{buttons:s,setButtons:o})]})})},hn="_wrapper_m18qi_1",_n="_subtitle_m18qi_7",jn="_content_m18qi_14",gn="_range_m18qi_22",fn="_track_m18qi_27",vn="_progress_m18qi_36",bn="_dots_m18qi_46",En="_dot_m18qi_46",Rn="_active_m18qi_65",yn="_input_m18qi_77",In="_countBlock_m18qi_91",kn="_count_m18qi_91",Nn="_controls_m18qi_107",$n="_button_m18qi_113",V={wrapper:hn,subtitle:_n,content:jn,range:gn,track:fn,progress:vn,dots:bn,dot:En,active:Rn,input:yn,countBlock:In,count:kn,controls:Nn,button:$n},mt=l=>{const{label:r,min:e=1,max:s=4,step:o=1,count:i,setCount:a}=l,[u,n]=h.useState(!1),c=Array.from({length:(s-e)/o+1}),f=(i-e)/(s-e)*100,j=()=>{i<s&&a(i+o)},p=()=>{i>e&&a(i-o)},m=_=>{const d=e+_*o;a(d)};return t.jsxRuntimeExports.jsxs("div",{className:V.wrapper,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:V.subtitle,children:r}),t.jsxRuntimeExports.jsxs("div",{className:V.content,children:[t.jsxRuntimeExports.jsxs("div",{className:V.range,children:[t.jsxRuntimeExports.jsx("div",{className:V.track}),t.jsxRuntimeExports.jsx("div",{className:V.progress,style:{width:`${f}%`}}),t.jsxRuntimeExports.jsx("div",{className:V.dots,children:c.map((_,d)=>{const k=d<=(i-e)/o;return t.jsxRuntimeExports.jsx("button",{onClick:()=>m(d),className:t.clx(V.dot,{[V.active]:k,[V.inactive]:!k,[V.dragging]:u}),"aria-label":`Set value to ${e+d*o}`},d)})}),t.jsxRuntimeExports.jsx("input",{type:"range",min:e,max:s,step:o,value:i,onChange:_=>a(Number(_.target.value)),onMouseDown:()=>n(!0),onMouseUp:()=>n(!1),onTouchStart:()=>n(!0),onTouchEnd:()=>n(!1),className:V.input})]}),t.jsxRuntimeExports.jsxs("div",{className:V.countBlock,children:[t.jsxRuntimeExports.jsx(t.Input,{type:"number",min:e,max:s,paddingless:!0,onChange:_=>{const d=Number(_);d>s?a(s):d<e?a(e):a(d)},value:String(i)}),t.jsxRuntimeExports.jsxs("div",{className:V.controls,children:[t.jsxRuntimeExports.jsx("button",{onClick:j,disabled:i>=s,className:V.button,"aria-label":"Increment count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",width:15,height:15})}),t.jsxRuntimeExports.jsx("button",{onClick:p,disabled:i<=e,className:V.button,"aria-label":"Decrement count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown",width:15,height:15})})]})]})]})]})},wn="_title_12elg_1",Sn="_subtitle_12elg_5",Cn="_header_12elg_12",Bn="_text_12elg_13",Tn="_productsBlock_12elg_14",Pn="_top_12elg_26",An="_itemsBlock_12elg_35",On="_typeTexts_12elg_41",qn="_block_12elg_48",Ln="_active_12elg_61",Dn="_products_12elg_14",Mn="_product_12elg_14",Hn="_button_12elg_80",zn="_image_12elg_91",Fn="_info_12elg_98",Vn="_name_12elg_110",Un="_buttons_12elg_114",Yn="_modal_12elg_121",Gn="_link_12elg_141",Wn="_modalOptions_12elg_147",Xn="_addButton_12elg_159",Jn="_deleteButton_12elg_174",Qn="_closeIcon_12elg_186",z={title:wn,subtitle:Sn,header:Cn,text:Bn,productsBlock:Tn,top:Pn,itemsBlock:An,typeTexts:On,block:qn,active:Ln,products:Dn,product:Mn,button:Hn,image:zn,info:Fn,name:Vn,buttons:Un,modal:Yn,link:Gn,modalOptions:Wn,addButton:Xn,deleteButton:Jn,closeIcon:Qn},Kn=l=>{const{activeItem:r,setActiveItem:e,popupPosition:s,setIsOpenModal:o,itemsOptions:i}=l,a=i.find(n=>n.id===r.listingId);if(!a)return null;function u(n,c){return n.length>c?`${n.slice(0,c)}...`:n}return t.jsxRuntimeExports.jsxs("div",{className:z.modal,onClick:n=>{n.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:z.top,children:[t.jsxRuntimeExports.jsx("h3",{children:u(a.productData.name,20)}),t.jsxRuntimeExports.jsx("div",{className:z.closeIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,onClick:()=>{o(!1),e(null)}})})]}),t.jsxRuntimeExports.jsx("div",{className:z.modalOptions,children:t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:a.productData.images.length>0?a.productData.images[0].cfId:void 0,onChange:n=>{const c={...r,image:n[0]};e(c)}})})]})};function Zn(l){const{product:r,children:e}=l,{attributes:s,listeners:o,setNodeRef:i,transform:a,transition:u,isDragging:n}=t.useSortable({id:String(r.listingId)}),c={transform:t.CSS.Transform.toString(a),transition:u};return t.jsxRuntimeExports.jsx("div",{ref:i,style:c,className:`${z.product} ${n?z.dragging:""}`,...s,...o,children:e})}const to=l=>{const{isActiveItems:r,setIsActiveItems:e,items:s,setItems:o,other:i,title:a,subtitle:u,editable:n=!0,draggable:c=!1,withImage:f=!1,deletable:j=!0,addable:p=!0,itemsType:m,itemsOptions:_}=l,[d,k]=h.useState(null),[P,E]=h.useState({top:0,left:0}),[q,$]=h.useState(!1),w=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));h.useEffect(()=>{const b=()=>{k(null),$(!1)};return document.body.addEventListener("click",b),k(null),$(!1),()=>{k(null),$(!1),document.body.removeEventListener("click",b)}},[]),h.useEffect(()=>{if(d){const b=[...s].map(y=>y.listingId===d.listingId?d:y);o(b)}},[d]);const g=(b,y)=>{b.stopPropagation();const A=b.target.getBoundingClientRect(),U=100,B=window.innerHeight;let M=A.top+window.scrollY;M+U>B&&(M=B-U-20),$(!0),E({top:M-80,left:A.left-30}),k(y)};function O(b){if(f)return b?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${b}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const Y=b=>{const{active:y,over:A}=b;if(A&&y.id!==A.id){const U=s.findIndex(M=>String(M.listingId)===y.id),B=s.findIndex(M=>String(M.listingId)===A.id);if(U!==-1&&B!==-1){const M=[...s],[X]=M.splice(U,1);M.splice(B,0,X),o(M)}}},J=(b,y)=>{const A=_.find(B=>b.listingId===B.id);if(!A)return null;const U=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[c&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})}),m==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:B=>{const M=[...s],X=_.find(T=>T.productData.name===B);if(!X)return;const st={listingId:X.id,image:X.productData.images.length>0?X.productData.images[0].cfId:""},v=M.map(T=>T.listingId===b.listingId?st:T);k(st),o([...v])},value:A.productData.name,options:[..._.filter(B=>!s.find(M=>M.listingId===B.id)).map(B=>B.productData.name)],leftAddon:O(b.image||A.productData.images.length>0&&A.productData.images[0].cfId||"")},y),t.jsxRuntimeExports.jsxs("div",{className:z.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:z.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:B=>g(B,b)})}),j&&t.jsxRuntimeExports.jsx("div",{className:z.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>o(s.filter(B=>B!==b))})})]})]});return c?t.jsxRuntimeExports.jsx(Zn,{product:b,children:U},b.listingId):t.jsxRuntimeExports.jsx("div",{className:z.product,children:U},b.listingId)};return t.jsxRuntimeExports.jsxs("div",{className:z.productsBlock,children:[(a||r!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:z.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:z.title,children:a}),r!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:r,onChange:b=>e==null?void 0:e(b)})]}),q&&d&&t.jsxRuntimeExports.jsx(Kn,{activeItem:d,setActiveItem:k,setIsOpenModal:$,popupPosition:P,itemsOptions:_}),t.jsxRuntimeExports.jsxs("div",{className:z.products,children:[u&&t.jsxRuntimeExports.jsx("h5",{className:z.subtitle,children:u}),c?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:w,onDragEnd:Y,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(b=>String(b.listingId)),strategy:t.verticalListSortingStrategy,children:s.map((b,y)=>J(b,y))})}):s.map((b,y)=>J(b,y)),p&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:z.button,size:"s",onClick:()=>{const b=[...s];for(let y=0;y<_.length;y++)if(!s.find(A=>A.listingId===_[y].id)){b.push({listingId:_[y].id,image:_[y].productData.images.length>0?_[y].productData.images[0].cfId:""});break}o(b)},disabled:s.length===_.length,style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:z.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),i!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:i})]})},eo="_options_d1lk6_1",so="_price_d1lk6_12",no="_oldPrice_d1lk6_19",oo="_newPrice_d1lk6_27",io="_animate_d1lk6_34",ro="_appearAndBounce_d1lk6_1",co="_meta_d1lk6_52",ao="_info_d1lk6_58",lo="_infoRight_d1lk6_66",uo="_buttons_d1lk6_73",xo="_variants_d1lk6_80",mo="_variant_d1lk6_80",po="_stock_d1lk6_98",ho="_variantInfo_d1lk6_105",_o="_quantity_d1lk6_111",jo="_count_d1lk6_118",go="_focused_d1lk6_135",fo="_button_d1lk6_73",vo="_activeVariant_d1lk6_161",bo="_chargeTypes_d1lk6_165",Eo="_charge_d1lk6_165",Ro="_chargeActive_d1lk6_190",yo="_title_d1lk6_198",I={options:eo,price:so,oldPrice:no,newPrice:oo,animate:io,appearAndBounce:ro,meta:co,info:ao,infoRight:lo,buttons:uo,variants:xo,variant:mo,stock:po,variantInfo:ho,quantity:_o,count:jo,focused:go,button:fo,activeVariant:vo,chargeTypes:bo,charge:Eo,chargeActive:Ro,title:yo};var vt=(l=>(l.ONE_TIME="One-Time",l.RECURRING="Subscribe & Save",l))(vt||{});const Io=l=>{var $,w;const{variants:r}=l,[e,s]=h.useState(r[0]),[o,i]=h.useState(e.chargeTypes[0]),a=t.useNavigate(),[u,n]=h.useState(1),[c,f]=h.useState(!1),{reset:j,addProductToCart:p,getProducts:m}=t.useCart(),[_,d]=h.useState(!1);h.useEffect(()=>{d(!0);const g=setTimeout(()=>d(!1),600);return()=>clearTimeout(g)},[u]);async function k(){await m(),await p({productId:l.id,productVariantId:e.id,quantity:u})}function P(){j(),k(),a("/checkout")}function E(g){if(g>=864e5){const y=Math.floor(g/864e5);return`${y} ${y===1?"day":"days"}`}else if(g>=36e5){const y=Math.floor(g/36e5);return`${y} ${y===1?"hour":"hours"}`}else if(g>=6e4){const y=Math.floor(g/6e4);return`${y} ${y===1?"minute":"minutes"}`}else{const y=Math.floor(g/1e3);return`${y} ${y===1?"second":"seconds"}`}}function q(g,O){return g.length>O?g.slice(0,O)+"...":g}return t.jsxRuntimeExports.jsxs("div",{className:I.options,children:[e.chargeTypes.length>1&&t.jsxRuntimeExports.jsx("div",{className:I.chargeTypes,children:e.chargeTypes.map(g=>t.jsxRuntimeExports.jsx("div",{className:t.clx(I.charge,{[I.chargeActive]:o===g}),onClick:()=>i(g),children:vt[g]},g))}),t.jsxRuntimeExports.jsx("div",{className:I.variants,children:r.map(g=>{var O;return t.jsxRuntimeExports.jsxs("div",{className:t.clx(I.variant,{[I.activeVariant]:e.id===g.id}),onClick:()=>s(g),children:[t.jsxRuntimeExports.jsxs("div",{className:I.variantInfo,children:[t.jsxRuntimeExports.jsx("span",{className:I.title,children:q(g.name,15)}),t.jsxRuntimeExports.jsxs("span",{children:["$",o==="ONE_TIME"?g.price.amount:g.subscriptionSettings?g.subscriptionSettings.price.amount:"Price Not Found"]})]}),t.jsxRuntimeExports.jsx("div",{children:o==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("span",{className:I.stock,children:[((O=g.quantity.restrictions)==null?void 0:O.max)||g.quantity.available||0," in stock"]})})]},g.id)})}),o==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("div",{className:I.quantity,children:[t.jsxRuntimeExports.jsx("button",{onClick:()=>{u>1?n(g=>g-1):n(1)},className:I.button,disabled:e.quantity.restrictions&&u<=e.quantity.restrictions.min,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus"})}),t.jsxRuntimeExports.jsx("label",{className:t.clx(I.count,{[I.focused]:c}),onFocus:()=>f(!0),onBlur:()=>f(!1),children:t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(u),onChange:g=>n(Number(g)),max:(($=e.quantity.restrictions)==null?void 0:$.max)||e.quantity.available||1/0,min:((w=e.quantity.restrictions)==null?void 0:w.min)||0,style:{backgroundColor:"transparent",border:"none",textAlign:"center"}})}),t.jsxRuntimeExports.jsx("button",{onClick:()=>{n(g=>g+1)},className:I.button,disabled:!!(e.quantity.restrictions&&u>=e.quantity.restrictions.max||e.quantity.available&&u>=e.quantity.available),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus"})})]}),t.jsxRuntimeExports.jsxs("div",{className:I.meta,children:[t.jsxRuntimeExports.jsxs("div",{className:I.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Delivery"}),t.jsxRuntimeExports.jsxs("div",{className:I.infoRight,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Lightning",fill:"#FF3F19",width:20,height:20}),t.jsxRuntimeExports.jsx("span",{children:!e.deliveryTime||e.deliveryTime===0?"Instant":E(e.deliveryTime)})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Price"}),t.jsxRuntimeExports.jsx("div",{className:I.infoRight,children:o==="ONE_TIME"?e.compareAtPrice&&(e.compareAtPrice.amount||0)-(e.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:I.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:_}),children:["$ ",(e.price.amount||0)*u]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",(e.compareAtPrice.amount||0)*u]})]}):t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:_}),children:["$ ",(e.price.amount||0)*u]}):e.subscriptionSettings&&e.subscriptionSettings.compareAtPrice&&(e.subscriptionSettings.compareAtPrice.amount||0)-(e.subscriptionSettings.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:I.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:_}),children:["$ ",e.subscriptionSettings.price.amount||0]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",e.subscriptionSettings.compareAtPrice.amount||0]})]}):e.subscriptionSettings&&t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:_}),children:["$ ",e.subscriptionSettings.price.amount||0]})})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>P(),children:t.jsxRuntimeExports.jsx("span",{children:o==="ONE_TIME"?"Buy Now":"Subscribe Now"})}),o==="ONE_TIME"&&t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:()=>k(),children:"Add to Cart"})]})]})},ko="_button_oyh2y_1",No="_login_oyh2y_14",$o="_signUp_oyh2y_18",wo="_buttons_oyh2y_23",So="_modal_oyh2y_32",Co="_closing_oyh2y_61",Bo="_info_oyh2y_85",To="_top_oyh2y_92",Po="_title_oyh2y_103",Ao="_clear_oyh2y_110",Oo="_activeClear_oyh2y_117",qo="_count_oyh2y_121",Lo="_cart_oyh2y_136",Do="_empty_oyh2y_144",Mo="_product_oyh2y_170",Ho="_products_oyh2y_179",zo="_image_oyh2y_187",Fo="_productInfo_oyh2y_193",Vo="_content_oyh2y_200",Uo="_name_oyh2y_206",Yo="_price_oyh2y_212",Go="_productButtons_oyh2y_218",Wo="_productButton_oyh2y_218",Xo="_productCount_oyh2y_238",Jo="_bottom_oyh2y_254",Qo="_subtotal_oyh2y_262",Ko="_block_oyh2y_270",Zo="_shoppingCount_oyh2y_277",ti="_total_oyh2y_297",ei="_link_oyh2y_303",si="_userInfo_oyh2y_310",N={button:ko,login:No,signUp:$o,buttons:wo,modal:So,"slide-in-fade":"_slide-in-fade_oyh2y_1",closing:Co,"slide-out-fade":"_slide-out-fade_oyh2y_1",info:Bo,top:To,title:Po,clear:Ao,activeClear:Oo,count:qo,cart:Lo,empty:Do,product:Mo,products:Ho,image:zo,productInfo:Fo,content:Vo,name:Uo,price:Yo,productButtons:Go,productButton:Wo,productCount:Xo,bottom:Jo,subtotal:Qo,block:Ko,shoppingCount:Zo,total:ti,link:ei,userInfo:si},ni="_button_85085_1",oi="_primary_85085_20",ii="_primaryHovered_85085_30",ri="_secondary_85085_34",ci="_secondaryHovered_85085_44",ai="_tertiary_85085_48",li="_tertiaryHovered_85085_58",ui="_content_85085_62",Z={button:ni,primary:oi,primaryHovered:ii,secondary:ri,secondaryHovered:ci,tertiary:ai,tertiaryHovered:li,content:ui},dt=l=>{const{children:r,onClick:e,style:s,className:o,disabled:i=!1,type:a="Primary"}=l,{themeSettings:u}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("button",{className:t.clx(Z.button,o,{[Z.primary]:a==="Primary",[Z.secondary]:a==="Secondary",[Z.tertiary]:a==="Tertiary",[Z.primaryHovered]:a==="Primary"&&!i&&u.buttons.primary.hover,[Z.secondaryHovered]:a==="Secondary"&&!i&&u.buttons.secondary.hover,[Z.tertiaryHovered]:a==="Tertiary"&&!i&&u.buttons.tertiary.hover}),onClick:e,style:{...s},disabled:i,children:a==="Tertiary"?t.jsxRuntimeExports.jsxs("div",{className:Z.content,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowRight",fill:"#757575",width:20,height:20}),r]}):t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:r})})};class at extends Error{}at.prototype.name="InvalidTokenError";function di(l){return decodeURIComponent(atob(l).replace(/(.)/g,(r,e)=>{let s=e.charCodeAt(0).toString(16).toUpperCase();return s.length<2&&(s="0"+s),"%"+s}))}function xi(l){let r=l.replace(/-/g,"+").replace(/_/g,"/");switch(r.length%4){case 0:break;case 2:r+="==";break;case 3:r+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return di(r)}catch{return atob(r)}}function mi(l,r){if(typeof l!="string")throw new at("Invalid token specified: must be a string");r||(r={});const e=r.header===!0?0:1,s=l.split(".")[e];if(typeof s!="string")throw new at(`Invalid token specified: missing part #${e+1}`);let o;try{o=xi(s)}catch(i){throw new at(`Invalid token specified: invalid base64 for part #${e+1} (${i.message})`)}try{return JSON.parse(o)}catch(i){throw new at(`Invalid token specified: invalid json for part #${e+1} (${i.message})`)}}const pi=l=>{const{shopping:r,signUp:e}=l,s=t.useNavigate();function o(a){s(a)}const i=JSON.parse(localStorage.getItem("token")||"{}");return t.jsxRuntimeExports.jsxs("div",{className:N.buttons,children:[r&&t.jsxRuntimeExports.jsx(bt,{}),!i.data&&t.jsxRuntimeExports.jsx(dt,{onClick:()=>o("/customer-dash"),type:"Secondary",style:{padding:10},children:"Login"}),!i.data&&e&&t.jsxRuntimeExports.jsx(dt,{onClick:()=>o("/customer-dash"),type:"Primary",style:{padding:10},children:"Sign Up"}),i.data&&t.jsxRuntimeExports.jsx(yt,{token:i.data})]})},bt=()=>{const[l,r]=h.useState(!1),[e,s]=h.useState([]),{cart:o,getProducts:i}=t.useCart();function a(p){for(let m=0;m<o.parts.length;m++)for(let _=0;_<p.variants.length;_++)if(o.parts[m].productVariantId===p.variants[m].id)return o.parts[m].productVariantId}function u(p){for(let m=0;m<o.parts.length;m++)for(let _=0;_<p.variants.length;_++)if(o.parts[m].productVariantId===p.variants[m].id)return o.parts[m].quantity}h.useEffect(()=>{(async()=>{const m=o.parts.map(k=>String(k.productId)),d=(await i([...m])).map(k=>({...k,activeVariantId:a(k),quantity:u(k)}));s(d)})()},[o.parts.length]);function n(p){var m;return!p||!(p!=null&&p.variants)?!1:(m=p.variants.find(_=>_.id===p.activeVariantId))==null?void 0:m.subscriptionSettings}const c=o.parts.length>0&&e.length>0&&!n(e[0]),[f,j]=h.useState(!1);return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:N.button,onClick:p=>{p.stopPropagation(),r(!0),j(!0)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag",fill:"var(--icon-primary)"}),c&&t.jsxRuntimeExports.jsx("div",{className:N.shoppingCount,children:o.parts.length})]}),l&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{j(!1),setTimeout(()=>{r(!1)},300)},children:t.jsxRuntimeExports.jsx(Et,{activeProducts:e,isCartNotEmpty:c,isOpen:f})})]})},Et=l=>{const{activeProducts:r,isCartNotEmpty:e,isOpen:s}=l,{cart:o,reset:i,getTotalAndDiscount:a,updateQuantityOfProduct:u}=t.useCart(),n=t.useNavigate();function c(p){n(p)}function f(p){u({productId:p.id,productVariantId:p.activeVariantId,quantity:p.quantity+1})}function j(p){u({productId:p.id,productVariantId:p.activeVariantId,quantity:p.quantity-1})}return t.jsxRuntimeExports.jsxs("div",{className:t.clx(N.modal,{[N.closing]:!s}),onClick:p=>p.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:N.top,children:[t.jsxRuntimeExports.jsxs("div",{className:N.info,children:[t.jsxRuntimeExports.jsx("span",{className:N.title,children:"Cart"}),e&&t.jsxRuntimeExports.jsx("div",{className:N.count,children:o.parts.length})]}),t.jsxRuntimeExports.jsx("button",{className:t.clx(N.clear,{[N.activeClear]:e}),disabled:!e,onClick:i,children:"Clear all"})]}),e?t.jsxRuntimeExports.jsxs("div",{className:N.cart,children:[t.jsxRuntimeExports.jsx("div",{className:N.products,children:r.map(p=>t.jsxRuntimeExports.jsxs("div",{className:N.product,children:[t.jsxRuntimeExports.jsxs("div",{className:N.productInfo,children:[t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${p.images[0].cfId}/w=500`,alt:"image",width:"100%",height:"100%",className:N.image}),t.jsxRuntimeExports.jsxs("div",{className:N.content,children:[t.jsxRuntimeExports.jsx("div",{className:N.name,children:p.name}),t.jsxRuntimeExports.jsxs("div",{className:N.price,children:["$",p.variants.find(m=>m.id===p.activeVariantId).price.amount*((p==null?void 0:p.quantity)||1)]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:N.productButtons,children:[t.jsxRuntimeExports.jsx("div",{onClick:()=>{p.quantity!==1&&j(p)},className:N.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus",fill:"#757575",width:20,height:20})}),t.jsxRuntimeExports.jsx("div",{className:N.productCount,children:p.quantity}),t.jsxRuntimeExports.jsx("div",{onClick:()=>f(p),className:N.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#757575",width:20,height:20})})]})]},p.id))}),t.jsxRuntimeExports.jsxs("div",{className:N.bottom,children:[t.jsxRuntimeExports.jsxs("div",{className:N.subtotal,children:[t.jsxRuntimeExports.jsxs("div",{className:N.block,children:[t.jsxRuntimeExports.jsx("span",{children:"Subtotal"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Info",width:20,height:20,fill:"#757575"})]}),t.jsxRuntimeExports.jsxs("div",{className:N.total,children:["$",a().total]})]}),t.jsxRuntimeExports.jsx(dt,{onClick:()=>c("/checkout"),children:"Checkout"})]})]}):t.jsxRuntimeExports.jsx(Rt,{})]})},Rt=()=>t.jsxRuntimeExports.jsxs("div",{className:N.empty,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag",fill:"var(--icon-secondary)"})}),t.jsxRuntimeExports.jsx("span",{children:"Empty Cart"}),t.jsxRuntimeExports.jsxs("span",{children:["You don’t have any items in your shopping cart yet,"," ",t.jsxRuntimeExports.jsx("a",{href:"/products",className:N.link,children:"view products"})]})]}),yt=({token:l})=>{const[r,e]=h.useState("test-email@gmail.com"),s=t.useNavigate();h.useEffect(()=>{(async()=>{const a=mi(l);e(a.email)})()},[l]);function o(i){s(i)}return t.jsxRuntimeExports.jsx("div",{className:N.userInfo,onClick:()=>o("/customer-dash"),children:t.jsxRuntimeExports.jsx("div",{children:r||"test-email@gmail.com"})})},hi="_share_11u0d_1",_i="_modal_11u0d_8",ji="_header_11u0d_14",gi="_socials_11u0d_24",fi="_social_11u0d_24",vi="_copy_11u0d_34",bi="_title_11u0d_41",Ei="_copyWrapper_11u0d_47",Ri="_copyText_11u0d_56",tt={share:hi,modal:_i,header:ji,socials:gi,social:fi,copy:vi,title:bi,copyWrapper:Ei,copyText:Ri},yi=()=>{const{isOpenModal:l,setIsOpenModal:r}=t.useShareLinkStore();function e(){r(!0)}return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(t.Button,{className:tt.share,onClick:s=>{s.stopPropagation(),e()},type:"Secondary",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Share",fill:"#757575",hoverable:!0})}),l&&t.jsxRuntimeExports.jsx(t.Modal,{close:r,children:t.jsxRuntimeExports.jsx(Ii,{})})]})},Ii=()=>{const{setIsOpenModal:l}=t.useShareLinkStore(),{notification:r,setNotification:e}=t.useNotificationStore(),s=window.location.href;function o(){navigator.clipboard.writeText(s),e({message:"Link copied to clipboard",status:"success"})}return t.jsxRuntimeExports.jsxs("div",{className:tt.modal,onClick:i=>i.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:tt.header,children:[t.jsxRuntimeExports.jsx("div",{className:tt.title,children:"Copy Product Link"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:"#757575",onClick:()=>l(!1),hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:tt.copyWrapper,children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(tt.copy,tt.copyText),onClick:o,children:s}),t.jsxRuntimeExports.jsx("div",{onClick:o,className:tt.copy,children:r?t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})]})},ki="_accordion_1s1lq_1",Ni="_header_1s1lq_9",$i="_icon_1s1lq_18",wi="_open_1s1lq_21",Si="_content_1s1lq_25",ct={accordion:ki,header:Ni,icon:$i,open:wi,content:Si},Ci=({title:l,content:r})=>{const[e,s]=h.useState(!1),[o,i]=h.useState(0),a=h.useRef(null),u=()=>{s(!e)};return h.useEffect(()=>{a.current&&i(e?a.current.scrollHeight:0)},[e]),t.jsxRuntimeExports.jsxs("div",{className:ct.accordion,children:[t.jsxRuntimeExports.jsxs("div",{className:ct.header,onClick:u,children:[t.jsxRuntimeExports.jsx("h5",{id:"h5",children:l}),t.jsxRuntimeExports.jsx("div",{className:t.clx(ct.icon,{[ct.open]:e}),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown"})})]}),t.jsxRuntimeExports.jsx("div",{ref:a,className:ct.content,style:{height:`${o}px`},children:t.jsxRuntimeExports.jsx("p",{id:"p",children:r})})]})},Bi="_wrapper_p74l6_1",Ti="_label_p74l6_9",Pi="_input_p74l6_18",Ai="_paddingless_p74l6_31",Oi="_content_p74l6_35",qi="_contentBorder_p74l6_48",Li="_borderless_p74l6_53",Di="_rightIcon_p74l6_58",Q={wrapper:Bi,label:Ti,input:Pi,paddingless:Ai,content:Oi,contentBorder:qi,borderless:Li,rightIcon:Di},Mi=l=>{const{onChange:r,style:e,label:s,value:o,type:i,min:a,max:u,placeholder:n,disabled:c=!1,required:f=!1,regex:j,paddingless:p=!1,borderless:m=!1,editable:_=!1,isSearch:d=!1}=l,{themeSettings:k}=t.useThemeSettingsStore(),{inputs:P}=k,[E,q]=h.useState(!1);function $(g){return Number(g)<0?String(a):g}function w(g){return!f||!j?!0:new RegExp(j).test(g)}return t.jsxRuntimeExports.jsxs("div",{className:Q.wrapper,children:[s&&t.jsxRuntimeExports.jsx("label",{className:Q.label,htmlFor:s,children:s}),t.jsxRuntimeExports.jsxs("div",{className:t.clx(Q.content,{[Q.contentBorder]:P.border.active}),style:{paddingRight:P.general.height+15,...e,background:P.field.active?P.field.color:"transparent"},children:[t.jsxRuntimeExports.jsx("input",{id:s,type:i||"text",onChange:g=>{if(i==="text")r(g.target.value);else{const O=$(g.target.value);r(O)}},value:o,autoComplete:"off",placeholder:n||"Type something...",className:t.clx(Q.input,{[Q.required]:E&&f&&!w(o),[Q.paddingless]:p,[Q.borderless]:m}),min:i==="number"?a:void 0,max:i==="number"?u:void 0,disabled:c,onFocus:()=>q(!0)}),d&&t.jsxRuntimeExports.jsx("div",{className:Q.rightIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"MagnifyingGlass",fill:"var(--icon-secondary)",width:P.general.height,height:P.general.height})}),_&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},Hi="_wrapper_st58d_1",zi="_label_st58d_10",Fi="_textarea_st58d_18",Vi="_length_st58d_33",ut={wrapper:Hi,label:zi,textarea:Fi,length:Vi},Ui=l=>{const{onChange:r,label:e,value:s,maxLength:o,placeholder:i="Type something..."}=l,[a,u]=h.useState(s.length);return t.jsxRuntimeExports.jsxs("div",{className:ut.wrapper,children:[e&&t.jsxRuntimeExports.jsx("label",{className:ut.label,htmlFor:e,children:e}),t.jsxRuntimeExports.jsx("textarea",{id:e,defaultValue:s,onChange:n=>{u(n.target.value.length),r(n.target.value)},placeholder:i,className:ut.textarea,maxLength:o}),o&&t.jsxRuntimeExports.jsxs("div",{className:ut.length,children:[a,"/",o]})]})};exports.ChooseImage=t.ChooseImage;exports.ChooseImageModal=t.ChooseImageModal;exports.Icon=t.Icon;exports.InputSettings=t.Input;exports.Loader=t.Loader;exports.Modal=t.Modal;exports.Select=t.Select;exports.Switch=t.Switch;exports.TextareaSettings=t.Textarea;exports.Accordion=Ci;exports.Button=dt;exports.ButtonTypeSettings=ft;exports.ButtonsSettings=pn;exports.CategorySettings=We;exports.EmptyCart=Rt;exports.FormSettings=bs;exports.HeaderButtons=pi;exports.InputUI=Mi;exports.ItemsSettings=gt;exports.LayoutSettings=Dt;exports.ListingSelector=to;exports.ProductOptions=Io;exports.RangeSelector=mt;exports.ShareLink=yi;exports.ShoppingButton=bt;exports.ShoppingModalCart=Et;exports.TextSettings=jt;exports.TextareaUI=Ui;exports.TypesText=_t;exports.UserInfo=yt;
|