@billgangcom/theme-lib 1.34.0 → 1.35.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.
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  export type Alignment = 'left' | 'right' | 'top' | 'bottom' | 'topLeft' | 'topRight' | 'center' | 'bottomLeft' | 'bottomRight';
2
3
  export type Padding = 'left' | 'top' | 'right' | 'bottom';
3
4
  interface Props {
@@ -29,6 +29,36 @@ export interface ProductData {
29
29
  };
30
30
  type: 'PRODUCT';
31
31
  }
32
+ export interface ProductData {
33
+ id: number;
34
+ link: {
35
+ to: string;
36
+ };
37
+ productData: {
38
+ compareAtPrice?: {
39
+ amount: number;
40
+ currency: string;
41
+ };
42
+ images: {
43
+ cfId: string;
44
+ id: number;
45
+ }[];
46
+ isInStock: boolean;
47
+ minPrice: {
48
+ amount: number;
49
+ currency: string;
50
+ };
51
+ name: string;
52
+ shortDescription?: string;
53
+ stats: {
54
+ averageRating: number;
55
+ totalReviews: number;
56
+ totalSold: number;
57
+ };
58
+ uniquePath: string;
59
+ };
60
+ type: 'PRODUCT';
61
+ }
32
62
  export interface GroupData {
33
63
  id: number;
34
64
  link: {
@@ -94,8 +124,7 @@ interface Props {
94
124
  other?: Other[];
95
125
  addableOptions?: Record<string, any>;
96
126
  itemsType: 'select';
97
- itemsPlaceholder?: never;
98
- itemsOptions: ListingData<'PRODUCT'>[];
127
+ itemsOptions: ListingData[];
99
128
  }
100
129
  export declare const ListingSelector: (props: Props) => import("react/jsx-runtime").JSX.Element;
101
130
  export {};
package/dist/ui.cjs.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-BhvFc-8N.cjs"),_=require("react");require("@phosphor-icons/react");const Rt="_wrapper_1q5mp_2",yt="_alignmentBlock_1q5mp_8",It="_title_1q5mp_15",kt="_subtitle_1q5mp_22",$t="_alignmentContent_1q5mp_29",Nt="_alignments_1q5mp_37",wt="_alignment_1q5mp_8",Ct="_circle_1q5mp_58",Bt="_paddings_1q5mp_65",St="_padding_1q5mp_65",Tt="_input_1q5mp_84",W={wrapper:Rt,alignmentBlock:yt,title:It,subtitle:kt,alignmentContent:$t,alignments:Nt,alignment:wt,circle:Ct,paddings:Bt,padding:St,input:Tt},Pt=["topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"],At=["left","top","right","bottom"],qt=u=>{const{alignment:o,padding:e,setPadding:s,setAlignment:i}=u;function c(){switch(o){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(r){switch(r){case"left":return"AlignLeft";case"right":return"AlignRight";case"top":return"AlignTop";case"bottom":return"AlignBottom"}}return t.jsxRuntimeExports.jsxs("div",{className:W.layout,children:[t.jsxRuntimeExports.jsx("h3",{className:W.title,children:"Layout"}),t.jsxRuntimeExports.jsxs("div",{className:W.alignmentBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:W.subtitle,children:"Alignment"}),t.jsxRuntimeExports.jsxs("div",{className:W.alignmentContent,children:[t.jsxRuntimeExports.jsx("div",{className:W.alignments,children:Pt.map(r=>t.jsxRuntimeExports.jsxs("div",{onClick:()=>{i(r)},className:W.alignment,children:[r!==o&&t.jsxRuntimeExports.jsx("div",{className:W.circle}),r===o&&t.jsxRuntimeExports.jsx(t.Icon,{name:c(),fill:"#FF3F19",width:22,height:22})]},r))}),t.jsxRuntimeExports.jsx("div",{className:W.paddings,children:At.map(r=>t.jsxRuntimeExports.jsxs("label",{className:W.padding,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:a(r),width:20,height:20})}),t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(e[r]),onChange:n=>s({...e,[r]:Number(n)}),paddingless:!0,borderless:!0})]},r))})]})]})]})},Ot="_title_1jkiw_1",Dt="_subtitle_1jkiw_5",Lt="_header_1jkiw_12",Mt="_text_1jkiw_13",Ht="_top_1jkiw_20",zt="_itemsBlock_1jkiw_29",it={title:Ot,subtitle:Dt,header:Lt,text:Mt,top:Ht,itemsBlock:zt},Ft="_typeTexts_167ez_1",Vt="_block_167ez_8",Ut="_active_167ez_25",xt={typeTexts:Ft,block:Vt,active:Ut},Yt=["bold","italic","underline","strike-through","code"],pt=u=>{const{typesText:o,setTypesText:e}=u;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:xt.typeTexts,children:Yt.map(i=>t.jsxRuntimeExports.jsx("div",{className:t.clx(xt.block,{[xt.active]:o.includes(i)}),onClick:()=>{const c=[...o];if(c.includes(i)){const a=c.filter(r=>r!==i);e(a)}else c.push(i),e(c)},children:t.jsxRuntimeExports.jsx(t.Icon,{name:s(i),fill:o.includes(i)?"#252525":"#757575",width:20,height:20})},String(i)))})},ht=u=>{const{typesText:o,isActiveText:e,setIsActiveText:s,text:i,setText:c,setTypesText:a,title:r,subtitle:n="Items"}=u;return t.jsxRuntimeExports.jsxs("div",{className:it.text,children:[(r||e!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:it.top,children:[r&&t.jsxRuntimeExports.jsx("h3",{className:it.title,children:r}),e!==void 0&&s&&t.jsxRuntimeExports.jsx(t.Switch,{current:e,onChange:l=>s(l)})]}),t.jsxRuntimeExports.jsxs("div",{className:it.itemsBlock,children:[t.jsxRuntimeExports.jsx("h5",{className:it.subtitle,children:n}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:l=>c(l),value:i,maxLength:150}),t.jsxRuntimeExports.jsx(pt,{typesText:o,setTypesText:a})]})]})},Gt="_title_157lh_1",Wt="_subtitle_157lh_5",Xt="_header_157lh_12",Jt="_text_157lh_13",Qt="_productsBlock_157lh_14",Kt="_top_157lh_26",Zt="_itemsBlock_157lh_35",te="_typeTexts_157lh_41",ee="_block_157lh_48",se="_active_157lh_61",ne="_products_157lh_14",ie="_product_157lh_14",oe="_button_157lh_80",re="_disabled_157lh_91",ce="_image_157lh_95",ae="_info_157lh_102",le="_name_157lh_114",ue="_buttons_157lh_118",de="_modal_157lh_125",xe="_link_157lh_145",me="_modalOptions_157lh_151",pe="_addButton_157lh_163",he="_deleteButton_157lh_178",M={title:Gt,subtitle:Wt,header:Xt,text:Jt,productsBlock:Qt,top:Kt,itemsBlock:Zt,typeTexts:te,block:ee,active:se,products:ne,product:ie,button:oe,disabled:re,image:ce,info:ae,name:le,buttons:ue,modal:de,link:xe,modalOptions:me,addButton:pe,deleteButton:he},_e=_.forwardRef((u,o)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:c,setIsOpenModal:a}=u;function r(n,l){return n.length>l?`${n.slice(0,l)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:o,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:r(e.name,20)}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",height:20,width:20,hoverable:!0,onClick:()=>{s(null),a(!1)}})]}),t.jsxRuntimeExports.jsx("div",{className:M.modalOptions,children:c.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:l=>{const g={...e,[n.field]:l};s(g)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(ht,{typesText:e[n.field.type],setTypesText:l=>{const g={...e,[n.field.type]:l};s(g)},text:e[n.field.text]||"",setText:l=>{const g={...e,[n.field.text]:l};s(g)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:l=>{const g={...e,[n.field]:l};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:l=>{const g={...e,[n.field.text]:l};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:l=>{const g={...e,[n.field.switch]:l};s(g)}})]});if(n.type==="list")return t.jsxRuntimeExports.jsx(_t,{items:e[n.field]||[],setItems:l=>{const g={...e,[n.field]:l};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:l=>{const g={...e,[n.field]:l};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]})})})})]})}),je="_other_g74jx_1",ge="_subtitle_g74jx_7",fe="_items_g74jx_14",mt={other:je,subtitle:ge,items:fe},ut=u=>{const{items:o,title:e="Other"}=u;return t.jsxRuntimeExports.jsxs("div",{className:mt.other,children:[t.jsxRuntimeExports.jsx("h5",{className:mt.subtitle,children:e}),t.jsxRuntimeExports.jsx("div",{className:mt.items,children:o.map((s,i)=>t.jsxRuntimeExports.jsx(t.Switch,{current:s.isItem,onChange:c=>s.setIsItem(c),label:s.label,hasBackground:!0,paddingless:!1},i))})]})},ve=u=>{const{index:o,moveProduct:e,children:s}=u,[,i]=t.useDrop({accept:"product",hover(r){r.index!==o&&(e(r.index,o),r.index=o)}}),[{isDragging:c},a]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>a(i(r)),className:`${M.product} ${c?M.dragging:""}`,children:s})},_t=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:c,title:a,subtitle:r,editable:n=!0,draggable:l=!1,withImage:g=!1,deletable:R=!0,addable:h=!0,itemsType:m,itemsPlaceholder:j="",itemsOptions:x,hasRangeSelector:$=!1,rangeSelectorOptions:T,modalOptions:f,addableOptions:q={},limit:w,autoScrollInterval:C}=u,[L,d]=_.useState(null),[P,E]=_.useState({top:0,left:0}),[b,O]=_.useState(null),I=_.useRef(null),[D,V]=_.useState(!1),X=(p,B)=>{const y=[...s],[Y]=y.splice(p,1);y.splice(B,0,Y),i(y)};_.useEffect(()=>{const p=()=>{d(null),V(!1)};return document.body.addEventListener("click",p),d(null),V(!1),()=>{d(null),V(!1),document.body.removeEventListener("click",p)}},[]),_.useEffect(()=>{if(L){const p=[...s].map(B=>B.id===L.id?L:B);i(p)}},[L]),_.useEffect(()=>{if(I.current&&b){const p=I.current.getBoundingClientRect().height,B=window.innerHeight;let y=b.top;y+p>B+window.scrollY-200&&(y=B+window.scrollY-p-200),y<0&&(y=10),E({top:y,left:b.left})}},[I.current,b]);const tt=(p,B)=>{p.stopPropagation();const y=p.target.getBoundingClientRect();O({top:y.top+window.scrollY,left:y.left-30}),d(B),V(!0)};function v(p){if(g)return p?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${p[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const S=(p,B)=>{var Y;const y=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[l&&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:A=>{const U=[...s],nt=x.find(ct=>ct.name===A);if(!nt)return;const et=U.map(ct=>ct.id===p.id?{...nt,name:A}:ct);d({...p,name:A}),i([...et])},value:p.name,options:x.filter(A=>!s.find(U=>U.name===A.name)).map(A=>A.name),leftAddon:v(p.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:A=>{const nt=[...s].map(et=>et.id===p.id?{...p,name:A}:et);i([...nt])},value:p.name,placeholder:j}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:A=>{const nt=[...s].map(et=>et.id===p.id?{...p,images:A}:et);i([...nt])},activeImage:(Y=s.find(A=>A.id===p.id))==null?void 0:Y.images[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:A=>tt(A,p)})}),R&&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(A=>A.id!==p.id))})})]})]});return l?t.jsxRuntimeExports.jsx(ve,{product:p,index:B,moveProduct:X,children:y},p.id):t.jsxRuntimeExports.jsx("div",{className:M.product,children:y},p.id)};return t.jsxRuntimeExports.jsxs("div",{className:M.productsBlock,children:[(a||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:M.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:M.title,children:a}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:p=>e==null?void 0:e(p)})]}),L&&n&&f&&D&&t.jsxRuntimeExports.jsx(_e,{ref:I,activeItem:L,setActiveItem:d,popupPosition:P,modalOptions:f,setIsOpenModal:V}),$&&T&&t.jsxRuntimeExports.jsx(dt,{...T}),t.jsxRuntimeExports.jsxs("div",{className:M.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:M.subtitle,children:r}),l?t.jsxRuntimeExports.jsx(t.DndProvider,{backend:t.HTML5Backend,children:s.map((p,B)=>S(p,B))}):s.map((p,B)=>S(p,B)),h&&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]:!!(w&&w<=s.length||s.length===(x==null?void 0:x.length))}),size:"s",disabled:!!(w&&w<=s.length||s.length===(x==null?void 0:x.length)),onClick:()=>{const p=[...s];let B=null;if(x){for(let y=0;y<x.length;y++)if(!s.find(Y=>Y.id===x[y].id)){B=x[y];break}}m==="select"?p.push({name:B?B.name:x[0].name,id:(B==null?void 0:B.id)||x[0].id,...q}):m==="input"?p.push({name:"",id:t.v4(),...q}):p.push({name:`Image ${s.length+1}`,id:t.v4(),...q}),i(p)},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})]})})})]}),c!==void 0&&t.jsxRuntimeExports.jsx(ut,{items:c}),C!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(C.scrollInterval),onChange:p=>C.setScrollInterval(Number(p)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},be="_title_82zux_1",Ee="_subtitle_82zux_5",Re="_header_82zux_12",ye="_text_82zux_13",Ie="_productsBlock_82zux_14",ke="_top_82zux_26",$e="_itemsBlock_82zux_35",Ne="_typeTexts_82zux_41",we="_block_82zux_48",Ce="_active_82zux_61",Be="_products_82zux_14",Se="_product_82zux_14",Te="_button_82zux_80",Pe="_disabled_82zux_91",Ae="_image_82zux_95",qe="_info_82zux_102",Oe="_name_82zux_114",De="_buttons_82zux_118",Le="_modal_82zux_125",Me="_link_82zux_145",He="_modalOptions_82zux_151",ze="_addButton_82zux_157",Fe="_deleteButton_82zux_179",G={title:be,subtitle:Ee,header:Re,text:ye,productsBlock:Ie,top:ke,itemsBlock:$e,typeTexts:Ne,block:we,active:Ce,products:Be,product:Se,button:Te,disabled:Pe,image:Ae,info:qe,name:Oe,buttons:De,modal:Le,link:Me,modalOptions:He,addButton:ze,deleteButton:Fe},Ve=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:c,title:a,subtitle:r,draggable:n=!1,withImage:l=!1,addable:g=!0,itemsOptions:R,hasRangeSelector:h=!1,rangeSelectorOptions:m,limit:j,autoScrollInterval:x}=u;function $(f){if(l)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 T=f=>{const q=R.find(C=>C.id===f);if(!q)return;const w=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:C=>{const L=[...s],d=R.find(b=>b.name===C);if(!d)return;const P=d.id,E=L.map(b=>b===f?P:b);i([...E])},value:q.name,options:R.filter(C=>!s.find(L=>L===C.id)).map(C=>C.name),leftAddon:$(q.images)}),t.jsxRuntimeExports.jsx("div",{className:G.buttons,children:t.jsxRuntimeExports.jsx("div",{className:G.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(C=>C!==f))})})})]});return t.jsxRuntimeExports.jsx("div",{className:G.product,children:w},f)};return t.jsxRuntimeExports.jsxs("div",{className:G.productsBlock,children:[(a||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:G.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:G.title,children:a}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:f=>e==null?void 0:e(f)})]}),h&&m&&t.jsxRuntimeExports.jsx(dt,{...m}),t.jsxRuntimeExports.jsxs("div",{className:G.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:G.subtitle,children:r}),s.map(f=>T(f)),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(G.button,{[G.disabled]:!!(j&&j<=s.length||s.length===R.length)}),size:"s",disabled:!!(j&&j<=s.length||s.length===R.length),onClick:()=>{const f=[...s];let q=null;if(R){for(let w=0;w<R.length;w++)if(!s.find(C=>C===R[w].id)){q=R[w];break}}f.push((q==null?void 0:q.id)||R[0].id),i(f)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:G.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),c!==void 0&&t.jsxRuntimeExports.jsx(ut,{items:c}),x!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(x.scrollInterval),onChange:f=>x.setScrollInterval(Number(f)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Ue="_title_1wm9m_1",Ye="_subtitle_1wm9m_5",Ge="_header_1wm9m_12",We="_text_1wm9m_13",Xe="_productsBlock_1wm9m_14",Je="_top_1wm9m_26",Qe="_itemsBlock_1wm9m_35",Ke="_typeTexts_1wm9m_41",Ze="_block_1wm9m_48",ts="_active_1wm9m_61",es="_products_1wm9m_14",ss="_product_1wm9m_14",ns="_button_1wm9m_80",is="_disabled_1wm9m_91",os="_image_1wm9m_95",rs="_info_1wm9m_102",cs="_name_1wm9m_114",as="_buttons_1wm9m_118",ls="_modal_1wm9m_125",us="_link_1wm9m_146",ds="_modalOptions_1wm9m_152",xs="_addButton_1wm9m_164",ms="_deleteButton_1wm9m_179",H={title:Ue,subtitle:Ye,header:Ge,text:We,productsBlock:Xe,top:Je,itemsBlock:Qe,typeTexts:Ke,block:Ze,active:ts,products:es,product:ss,button:ns,disabled:is,image:os,info:rs,name:cs,buttons:as,modal:ls,link:us,modalOptions:ds,addButton:xs,deleteButton:ms},ps=_.forwardRef((u,o)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:c,setIsOpenModal:a}=u;function r(n,l){return n.length>l?`${n.slice(0,l)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:o,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:r(e.name,20)}),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:c.map(n=>{if(n.type==="image")return t.jsxRuntimeExports.jsx(t.ChooseImage,{label:"Put up an attractive image",activeImage:e[n.field],onChange:l=>{const g={...e,[n.field]:l};s(g)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(ht,{typesText:e[n.field.type],setTypesText:l=>{const g={...e,[n.field.type]:l};s(g)},text:e[n.field.text]||"",setText:l=>{const g={...e,[n.field.text]:l};s(g)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:l=>{const g={...e,[n.field]:l};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:l=>{const g={...e,[n.field.text]:l};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:l=>{const g={...e,[n.field.switch]:l};s(g)}})]});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:l=>{const g={...e,[n.field]:l};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]})})})})]})}),hs=u=>{const{index:o,moveProduct:e,children:s}=u,[,i]=t.useDrop({accept:"product",hover(r){r.index!==o&&(e(r.index,o),r.index=o)}}),[{isDragging:c},a]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>a(i(r)),className:`${H.product} ${c?H.dragging:""}`,children:s})},_s=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:c,title:a,subtitle:r,editable:n=!0,draggable:l=!1,withImage:g=!1,deletable:R=!0,addable:h=!0,itemsType:m,itemsPlaceholder:j="",itemsOptions:x,hasRangeSelector:$=!1,rangeSelectorOptions:T,modalOptions:f,addableOptions:q={}}=u,[w,C]=_.useState(null),[L,d]=_.useState({top:0,left:0}),[P,E]=_.useState(null),b=_.useRef(null),[O,I]=_.useState(!1),D=(v,S)=>{const p=[...s],[B]=p.splice(v,1);p.splice(S,0,B),i(p)};_.useEffect(()=>{const v=()=>{C(null),I(!1)};return document.body.addEventListener("click",v),C(null),I(!1),()=>{C(null),I(!1),document.body.removeEventListener("click",v)}},[]),_.useEffect(()=>{if(w){const v=[...s].map(S=>S.id===w.id?w:S);i(v)}},[w]),_.useEffect(()=>{if(b.current&&P){const v=b.current.getBoundingClientRect().height,S=window.innerHeight;let p=P.top;p+v>S+window.scrollY-200&&(p=S+window.scrollY-v-200),p<0&&(p=10),d({top:p,left:P.left})}},[b.current,P]);const V=(v,S)=>{v.stopPropagation();const p=v.target.getBoundingClientRect();E({top:p.top+window.scrollY,left:p.left-30}),C(S),I(!0)};function X(v){if(g)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 tt=(v,S)=>{var B;const p=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[l&&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:y=>{const A=[...s].map(U=>U.id===v.id?{...v,name:y}:U);C({...v,name:y}),i([...A])},value:v.name,options:x.filter(y=>!s.find(Y=>Y.name===y)),leftAddon:X(v.images)}),m==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:y=>{const A=[...s].map(U=>U.id===v.id?{...v,name:y}:U);i([...A])},value:v.name,placeholder:j}),m==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:y=>{const A=[...s].map(U=>U.id===v.id?{...v,images:y}:U);i([...A])},activeImage:(B=s.find(y=>y.id===v.id))==null?void 0:B.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:y=>V(y,v)})}),R&&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(y=>y.id!==v.id))})})]})]});return l?t.jsxRuntimeExports.jsx(hs,{product:v,index:S,moveProduct:D,children:p},v.id):t.jsxRuntimeExports.jsx("div",{className:H.product,children:p},v.id)};return t.jsxRuntimeExports.jsxs("div",{className:H.productsBlock,children:[(a||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:H.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:H.title,children:a}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:v=>e==null?void 0:e(v)})]}),w&&n&&f&&O&&t.jsxRuntimeExports.jsx(ps,{ref:b,activeItem:w,setActiveItem:C,popupPosition:L,modalOptions:f,setIsOpenModal:I}),$&&T&&t.jsxRuntimeExports.jsx(dt,{...T}),t.jsxRuntimeExports.jsxs("div",{className:H.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:H.subtitle,children:r}),l?t.jsxRuntimeExports.jsx(t.DndProvider,{backend:t.HTML5Backend,children:s.map((v,S)=>tt(v,S))}):s.map((v,S)=>tt(v,S)),h&&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 S=null;if(x){for(let p=0;p<x.length;p++)if(!s.find(B=>B.name===x[p])){S=x[p];break}}m==="select"?v.push({name:S||x[0],id:t.v4(),...q}):m==="input"?v.push({name:"",id:t.v4(),...q}):v.push({name:`Image ${s.length+1}`,id:t.v4(),...q}),i(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})]})})})]}),c!==void 0&&t.jsxRuntimeExports.jsx(ut,{items:c})]})},js="_title_174ru_1",gs="_subtitle_174ru_5",fs="_header_174ru_12",vs="_text_174ru_13",bs="_productsBlock_174ru_14",Es="_buttonsBlock_174ru_15",Rs="_top_174ru_26",ys="_itemsBlock_174ru_35",Is="_typeTexts_174ru_41",ks="_block_174ru_48",$s="_active_174ru_60",Ns="_products_174ru_14",ws="_product_174ru_14",Cs="_button_174ru_15",Bs="_image_174ru_90",Ss="_info_174ru_97",Ts="_name_174ru_109",Ps="_buttons_174ru_15",As="_modal_174ru_120",qs="_other_174ru_139",Os="_options_174ru_145",st={title:js,subtitle:gs,header:fs,text:vs,productsBlock:bs,buttonsBlock:Es,top:Rs,itemsBlock:ys,typeTexts:Is,block:ks,active:$s,products:Ns,product:ws,button:Cs,image:Bs,info:Ss,name:Ts,buttons:Ps,modal:As,other:qs,options:Os},Ds=_.forwardRef((u,o)=>{const{activeButton:e,setActiveButton:s,popupPosition:i}=u,[c,a]=_.useState(e.typesText),[r,n]=_.useState(e.destination),[l,g]=_.useState(e.page),[R,h]=_.useState(e.link||""),[m,j]=_.useState(e.text||""),[x,$]=_.useState(e.openInNewTab),{pages:T}=t.usePagesStore();return _.useEffect(()=>{s({...e,...{text:m,link:R,destination:r,typesText:c,page:l,openInNewTab:x}})},[c,r,R,m,l,x]),t.jsxRuntimeExports.jsxs("div",{className:st.modal,onClick:f=>{f.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},ref:o,children:[t.jsxRuntimeExports.jsxs("div",{className:st.top,children:[t.jsxRuntimeExports.jsx("h3",{className:st.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:st.options,children:[t.jsxRuntimeExports.jsx(t.Select,{label:"Destination",onChange:f=>n(f),options:["Go to Page","Open Link"].filter(f=>f!==r),value:r}),r==="Go to Page"?t.jsxRuntimeExports.jsx(t.Select,{label:"Go to",onChange:f=>g(f),options:T?Object.values(T).filter(f=>f.name!==l).map(f=>f.name):[],value:l}):t.jsxRuntimeExports.jsx(t.Input,{onChange:f=>h(f),value:R,placeholder:"https://",label:"Link"}),t.jsxRuntimeExports.jsx(t.Switch,{current:e.openInNewTab,label:"Open in new tab",onChange:f=>$(f)}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:f=>j(f),value:m,label:"Text",maxLength:150}),t.jsxRuntimeExports.jsx(pt,{typesText:c,setTypesText:a})]})]})}),Ls="_subtitle_jql1y_1",Ms="_header_jql1y_8",Hs="_text_jql1y_9",zs="_productsBlock_jql1y_10",Fs="_buttonsBlock_jql1y_11",Vs="_top_jql1y_23",Us="_itemsBlock_jql1y_32",Ys="_typeTexts_jql1y_38",Gs="_block_jql1y_45",Ws="_active_jql1y_58",Xs="_products_jql1y_10",Js="_product_jql1y_10",Qs="_button_jql1y_11",Ks="_image_jql1y_88",Zs="_info_jql1y_95",tn="_name_jql1y_107",en="_buttons_jql1y_11",sn="_modal_jql1y_118",nn="_other_jql1y_138",on="_options_jql1y_144",rn="_addButton_jql1y_150",cn="_deleteButton_jql1y_165",J={subtitle:Ls,header:Ms,text:Hs,productsBlock:zs,buttonsBlock:Fs,top:Vs,itemsBlock:Us,typeTexts:Ys,block:Gs,active:Ws,products:Xs,product:Js,button:Qs,image:Ks,info:Zs,name:tn,buttons:en,modal:sn,other:nn,options:on,addButton:rn,deleteButton:cn},jt=u=>{const{buttons:o,setButtons:e,deletable:s=!0,addable:i=!0}=u,[c,a]=_.useState(null),[r,n]=_.useState({top:0,left:0}),[l,g]=_.useState(null),R=_.useRef(null);_.useEffect(()=>{const m=()=>{a(null)};return document.body.addEventListener("click",m),a(null),()=>{a(null),document.body.removeEventListener("click",m)}},[]),_.useEffect(()=>{if(c){const m=[...o].map(j=>j.id===c.id?c:j);e(m)}},[c]),_.useEffect(()=>{if(R.current&&l){const m=R.current.getBoundingClientRect().height,j=window.innerHeight;let x=l.top;x+m>j+window.scrollY-200&&(x=j+window.scrollY-m-200),x<0&&(x=10),n({top:x,left:l.left})}},[R.current,l]);const h=(m,j)=>{m.stopPropagation();const x=m.target.getBoundingClientRect();g({top:x.top+window.scrollY,left:x.left-30}),a(j)};return t.jsxRuntimeExports.jsxs("div",{className:J.products,children:[t.jsxRuntimeExports.jsx("h5",{className:J.subtitle,children:"Button Type"}),o.map(m=>t.jsxRuntimeExports.jsxs("div",{className:J.product,children:[t.jsxRuntimeExports.jsx(t.Select,{onChange:j=>{const $=[...o].map(T=>T.id===m.id?{...m,type:j}:T);e($)},value:m.type,options:["Primary","Secondary","Tertiary"]}),t.jsxRuntimeExports.jsxs("div",{className:J.buttons,children:[t.jsxRuntimeExports.jsx("div",{className:J.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:j=>{h(j,m)}})}),s&&t.jsxRuntimeExports.jsx("div",{className:J.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,onClick:()=>{const j=o.filter(x=>x.id!==m.id);e(j)},width:20,height:20,fill:"#C12A2A"})})]})]},m.id)),c&&t.jsxRuntimeExports.jsx(Ds,{ref:R,activeButton:c,setActiveButton:a,popupPosition:r}),i&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:J.button,size:"s",onClick:()=>{const m=[...o];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:J.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]})},an=u=>{const{isActiveButtons:o,setIsActiveButtons:e,buttons:s,setButtons:i}=u;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsxs("div",{className:st.buttonsBlock,children:[t.jsxRuntimeExports.jsxs("div",{className:st.top,children:[t.jsxRuntimeExports.jsx("h3",{className:st.title,children:"Buttons"}),t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:c=>e(c)})]}),t.jsxRuntimeExports.jsx(jt,{buttons:s,setButtons:i})]})})},ln="_wrapper_m18qi_1",un="_subtitle_m18qi_7",dn="_content_m18qi_14",xn="_range_m18qi_22",mn="_track_m18qi_27",pn="_progress_m18qi_36",hn="_dots_m18qi_46",_n="_dot_m18qi_46",jn="_active_m18qi_65",gn="_input_m18qi_77",fn="_countBlock_m18qi_91",vn="_count_m18qi_91",bn="_controls_m18qi_107",En="_button_m18qi_113",z={wrapper:ln,subtitle:un,content:dn,range:xn,track:mn,progress:pn,dots:hn,dot:_n,active:jn,input:gn,countBlock:fn,count:vn,controls:bn,button:En},dt=u=>{const{label:o,min:e=1,max:s=4,step:i=1,count:c,setCount:a}=u,[r,n]=_.useState(!1),l=Array.from({length:(s-e)/i+1}),g=(c-e)/(s-e)*100,R=()=>{c<s&&a(c+i)},h=()=>{c>e&&a(c-i)},m=j=>{const x=e+j*i;a(x)};return t.jsxRuntimeExports.jsxs("div",{className:z.wrapper,children:[o&&t.jsxRuntimeExports.jsx("h5",{className:z.subtitle,children:o}),t.jsxRuntimeExports.jsxs("div",{className:z.content,children:[t.jsxRuntimeExports.jsxs("div",{className:z.range,children:[t.jsxRuntimeExports.jsx("div",{className:z.track}),t.jsxRuntimeExports.jsx("div",{className:z.progress,style:{width:`${g}%`}}),t.jsxRuntimeExports.jsx("div",{className:z.dots,children:l.map((j,x)=>{const $=x<=(c-e)/i;return t.jsxRuntimeExports.jsx("button",{onClick:()=>m(x),className:t.clx(z.dot,{[z.active]:$,[z.inactive]:!$,[z.dragging]:r}),"aria-label":`Set value to ${e+x*i}`},x)})}),t.jsxRuntimeExports.jsx("input",{type:"range",min:e,max:s,step:i,value:c,onChange:j=>a(Number(j.target.value)),onMouseDown:()=>n(!0),onMouseUp:()=>n(!1),onTouchStart:()=>n(!0),onTouchEnd:()=>n(!1),className:z.input})]}),t.jsxRuntimeExports.jsxs("div",{className:z.countBlock,children:[t.jsxRuntimeExports.jsx(t.Input,{type:"number",min:e,max:s,paddingless:!0,onChange:j=>{const x=Number(j);x>s?a(s):x<e?a(e):a(x)},value:String(c)}),t.jsxRuntimeExports.jsxs("div",{className:z.controls,children:[t.jsxRuntimeExports.jsx("button",{onClick:R,disabled:c>=s,className:z.button,"aria-label":"Increment count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",width:15,height:15})}),t.jsxRuntimeExports.jsx("button",{onClick:h,disabled:c<=e,className:z.button,"aria-label":"Decrement count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown",width:15,height:15})})]})]})]})]})},Rn="_title_1lejm_1",yn="_subtitle_1lejm_5",In="_header_1lejm_12",kn="_text_1lejm_13",$n="_productsBlock_1lejm_14",Nn="_top_1lejm_26",wn="_itemsBlock_1lejm_35",Cn="_typeTexts_1lejm_41",Bn="_block_1lejm_48",Sn="_active_1lejm_61",Tn="_products_1lejm_14",Pn="_product_1lejm_14",An="_button_1lejm_80",qn="_image_1lejm_91",On="_info_1lejm_98",Dn="_name_1lejm_110",Ln="_buttons_1lejm_114",Mn="_modal_1lejm_121",Hn="_link_1lejm_141",zn="_modalOptions_1lejm_147",Fn="_addButton_1lejm_159",Vn="_deleteButton_1lejm_174",F={title:Rn,subtitle:yn,header:In,text:kn,productsBlock:$n,top:Nn,itemsBlock:wn,typeTexts:Cn,block:Bn,active:Sn,products:Tn,product:Pn,button:An,image:qn,info:On,name:Dn,buttons:Ln,modal:Mn,link:Hn,modalOptions:zn,addButton:Fn,deleteButton:Vn},Un=u=>{const{activeItem:o,setActiveItem:e,popupPosition:s,setIsOpenModal:i,itemsOptions:c}=u,a=c.find(n=>n.id===o.listingId);if(!a)return null;function r(n,l){return n.length>l?`${n.slice(0,l)}...`:n}return t.jsxRuntimeExports.jsxs("div",{className:F.modal,onClick:n=>{n.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:F.top,children:[t.jsxRuntimeExports.jsx("h3",{children:r(a.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:F.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 l={...o,image:n[0]};e(l)}})})]})},Yn=u=>{const{index:o,moveProduct:e,children:s}=u,[,i]=t.useDrop({accept:"product",hover(r){r.index!==o&&(e(r.index,o),r.index=o)}}),[{isDragging:c},a]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>a(i(r)),className:`${F.product} ${c?F.dragging:""}`,children:s})},Gn=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:c,title:a,subtitle:r,editable:n=!0,draggable:l=!1,withImage:g=!1,deletable:R=!0,addable:h=!0,itemsType:m,itemsOptions:j}=u,[x,$]=_.useState(null),[T,f]=_.useState({top:0,left:0}),[q,w]=_.useState(!1),C=(E,b)=>{const O=[...s],[I]=O.splice(E,1);O.splice(b,0,I),i(O)};_.useEffect(()=>{const E=()=>{$(null),w(!1)};return document.body.addEventListener("click",E),$(null),w(!1),()=>{$(null),w(!1),document.body.removeEventListener("click",E)}},[]),_.useEffect(()=>{if(x){const E=[...s].map(b=>b.listingId===x.listingId?x:b);i(E)}},[x]);const L=(E,b)=>{E.stopPropagation();const O=E.target.getBoundingClientRect(),I=100,D=window.innerHeight;let V=O.top+window.scrollY;V+I>D&&(V=D-I-20),w(!0),f({top:V-80,left:O.left-30}),$(b)};function d(E){if(g)return E?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${E}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const P=(E,b)=>{const O=j.find(D=>E.listingId===D.id);if(!O)return null;const I=t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[l&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"DotsSixVertical",hoverable:!0,width:20,height:20})},b),m==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:D=>{const V=[...s],X=j.find(S=>S.productData.name===D);if(!X)return;const tt={listingId:X.id,image:X.productData.images.length>0?X.productData.images[0].cfId:""},v=V.map(S=>S.listingId===E.listingId?tt:S);$(tt),i([...v])},value:O.productData.name,options:[...j.filter(D=>!s.find(V=>V.listingId===D.id)).map(D=>D.productData.name)],leftAddon:d(E.image||O.productData.images.length>0&&O.productData.images[0].cfId||"")},b),t.jsxRuntimeExports.jsxs("div",{className:F.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:F.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:D=>L(D,E)})}),R&&t.jsxRuntimeExports.jsx("div",{className:F.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(D=>D!==E))})})]})]});return l?t.jsxRuntimeExports.jsx(Yn,{product:E,index:b,moveProduct:C,children:I},E.listingId):t.jsxRuntimeExports.jsx("div",{className:F.product,children:I},E.listingId)};return t.jsxRuntimeExports.jsxs("div",{className:F.productsBlock,children:[(a||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:F.top,children:[a&&t.jsxRuntimeExports.jsx("h3",{className:F.title,children:a}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:E=>e==null?void 0:e(E)})]}),q&&x&&t.jsxRuntimeExports.jsx(Un,{activeItem:x,setActiveItem:$,setIsOpenModal:w,popupPosition:T,itemsOptions:j}),t.jsxRuntimeExports.jsxs("div",{className:F.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:F.subtitle,children:r}),l?t.jsxRuntimeExports.jsx(t.DndProvider,{backend:t.HTML5Backend,children:s.map((E,b)=>P(E,b))}):s.map((E,b)=>P(E,b)),h&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:F.button,size:"s",onClick:()=>{const E=[...s];for(let b=0;b<j.length;b++)if(!s.find(O=>O.listingId===j[b].id)){E.push({listingId:j[b].id,image:j[b].productData.images.length>0?j[b].productData.images[0].cfId:""});break}i(E)},disabled:s.length===j.length,style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:F.addButton,children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})})]}),c!==void 0&&t.jsxRuntimeExports.jsx(ut,{items:c})]})},Wn="_options_d1lk6_1",Xn="_price_d1lk6_12",Jn="_oldPrice_d1lk6_19",Qn="_newPrice_d1lk6_27",Kn="_animate_d1lk6_34",Zn="_appearAndBounce_d1lk6_1",ti="_meta_d1lk6_52",ei="_info_d1lk6_58",si="_infoRight_d1lk6_66",ni="_buttons_d1lk6_73",ii="_variants_d1lk6_80",oi="_variant_d1lk6_80",ri="_stock_d1lk6_98",ci="_variantInfo_d1lk6_105",ai="_quantity_d1lk6_111",li="_count_d1lk6_118",ui="_focused_d1lk6_135",di="_button_d1lk6_73",xi="_activeVariant_d1lk6_161",mi="_chargeTypes_d1lk6_165",pi="_charge_d1lk6_165",hi="_chargeActive_d1lk6_190",_i="_title_d1lk6_198",k={options:Wn,price:Xn,oldPrice:Jn,newPrice:Qn,animate:Kn,appearAndBounce:Zn,meta:ti,info:ei,infoRight:si,buttons:ni,variants:ii,variant:oi,stock:ri,variantInfo:ci,quantity:ai,count:li,focused:ui,button:di,activeVariant:xi,chargeTypes:mi,charge:pi,chargeActive:hi,title:_i};var gt=(u=>(u.ONE_TIME="One-Time",u.RECURRING="Subscribe & Save",u))(gt||{});const ji=u=>{var C,L;const{variants:o}=u,[e,s]=_.useState(o[0]),[i,c]=_.useState(e.chargeTypes[0]),a=t.useNavigate(),[r,n]=_.useState(1),[l,g]=_.useState(!1),{reset:R,addProductToCart:h,getProducts:m,cart:j}=t.useCart(),[x,$]=_.useState(!1);_.useEffect(()=>{$(!0);const d=setTimeout(()=>$(!1),600);return()=>clearTimeout(d)},[r]);async function T(){await m(),await h({productId:u.id,productVariantId:e.id,quantity:r})}function f(){R(),T(),a("/checkout")}console.log(j);function q(d){if(d>=864e5){const I=Math.floor(d/864e5);return`${I} ${I===1?"day":"days"}`}else if(d>=36e5){const I=Math.floor(d/36e5);return`${I} ${I===1?"hour":"hours"}`}else if(d>=6e4){const I=Math.floor(d/6e4);return`${I} ${I===1?"minute":"minutes"}`}else{const I=Math.floor(d/1e3);return`${I} ${I===1?"second":"seconds"}`}}function w(d,P){return d.length>P?d.slice(0,P)+"...":d}return t.jsxRuntimeExports.jsxs("div",{className:k.options,children:[e.chargeTypes.length>1&&t.jsxRuntimeExports.jsx("div",{className:k.chargeTypes,children:e.chargeTypes.map(d=>t.jsxRuntimeExports.jsx("div",{className:t.clx(k.charge,{[k.chargeActive]:i===d}),onClick:()=>c(d),children:gt[d]},d))}),t.jsxRuntimeExports.jsx("div",{className:k.variants,children:o.map(d=>{var P;return t.jsxRuntimeExports.jsxs("div",{className:t.clx(k.variant,{[k.activeVariant]:e.id===d.id}),onClick:()=>s(d),children:[t.jsxRuntimeExports.jsxs("div",{className:k.variantInfo,children:[t.jsxRuntimeExports.jsx("span",{className:k.title,children:w(d.name,15)}),t.jsxRuntimeExports.jsxs("span",{children:["$",i==="ONE_TIME"?d.price.amount:d.subscriptionSettings?d.subscriptionSettings.price.amount:"Price Not Found"]})]}),t.jsxRuntimeExports.jsx("div",{children:i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("span",{className:k.stock,children:[((P=d.quantity.restrictions)==null?void 0:P.max)||d.quantity.available||0," in stock"]})})]},d.id)})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("div",{className:k.quantity,children:[t.jsxRuntimeExports.jsx("button",{onClick:()=>{r>1?n(d=>d-1):n(1)},className:k.button,disabled:e.quantity.restrictions&&r<=e.quantity.restrictions.min,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus"})}),t.jsxRuntimeExports.jsx("label",{className:t.clx(k.count,{[k.focused]:l}),onFocus:()=>g(!0),onBlur:()=>g(!1),children:t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(r),onChange:d=>n(Number(d)),max:((C=e.quantity.restrictions)==null?void 0:C.max)||e.quantity.available||1/0,min:((L=e.quantity.restrictions)==null?void 0:L.min)||0,style:{backgroundColor:"transparent",border:"none",textAlign:"center"}})}),t.jsxRuntimeExports.jsx("button",{onClick:()=>{n(d=>d+1)},className:k.button,disabled:!!(e.quantity.restrictions&&r>=e.quantity.restrictions.max||e.quantity.available&&r>=e.quantity.available),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus"})})]}),t.jsxRuntimeExports.jsxs("div",{className:k.meta,children:[t.jsxRuntimeExports.jsxs("div",{className:k.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Delivery"}),t.jsxRuntimeExports.jsxs("div",{className:k.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":q(e.deliveryTime)})]})]}),t.jsxRuntimeExports.jsxs("div",{className:k.info,children:[t.jsxRuntimeExports.jsx("span",{children:"Price"}),t.jsxRuntimeExports.jsx("div",{className:k.infoRight,children:i==="ONE_TIME"?e.compareAtPrice&&(e.compareAtPrice.amount||0)-(e.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:k.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(k.newPrice,{[k.animate]:x}),children:["$ ",(e.price.amount||0)*r]}),t.jsxRuntimeExports.jsxs("span",{className:k.oldPrice,children:["$ ",(e.compareAtPrice.amount||0)*r]})]}):t.jsxRuntimeExports.jsxs("span",{className:t.clx(k.newPrice,{[k.animate]:x}),children:["$ ",(e.price.amount||0)*r]}):e.subscriptionSettings&&e.subscriptionSettings.compareAtPrice&&(e.subscriptionSettings.compareAtPrice.amount||0)-(e.subscriptionSettings.price.amount||0)>0?t.jsxRuntimeExports.jsxs("div",{className:k.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(k.newPrice,{[k.animate]:x}),children:["$ ",e.subscriptionSettings.price.amount||0]}),t.jsxRuntimeExports.jsxs("span",{className:k.oldPrice,children:["$ ",e.subscriptionSettings.compareAtPrice.amount||0]})]}):e.subscriptionSettings&&t.jsxRuntimeExports.jsxs("span",{className:t.clx(k.newPrice,{[k.animate]:x}),children:["$ ",e.subscriptionSettings.price.amount||0]})})]})]}),t.jsxRuntimeExports.jsxs("div",{className:k.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>f(),children:t.jsxRuntimeExports.jsx("span",{children:i==="ONE_TIME"?"Buy Now":"Subscribe Now"})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:()=>T(),children:"Add to Cart"})]})]})},gi="_button_oyh2y_1",fi="_login_oyh2y_14",vi="_signUp_oyh2y_18",bi="_buttons_oyh2y_23",Ei="_modal_oyh2y_32",Ri="_closing_oyh2y_61",yi="_info_oyh2y_85",Ii="_top_oyh2y_92",ki="_title_oyh2y_103",$i="_clear_oyh2y_110",Ni="_activeClear_oyh2y_117",wi="_count_oyh2y_121",Ci="_cart_oyh2y_136",Bi="_empty_oyh2y_144",Si="_product_oyh2y_170",Ti="_products_oyh2y_179",Pi="_image_oyh2y_187",Ai="_productInfo_oyh2y_193",qi="_content_oyh2y_200",Oi="_name_oyh2y_206",Di="_price_oyh2y_212",Li="_productButtons_oyh2y_218",Mi="_productButton_oyh2y_218",Hi="_productCount_oyh2y_238",zi="_bottom_oyh2y_254",Fi="_subtotal_oyh2y_262",Vi="_block_oyh2y_270",Ui="_shoppingCount_oyh2y_277",Yi="_total_oyh2y_297",Gi="_link_oyh2y_303",Wi="_userInfo_oyh2y_310",N={button:gi,login:fi,signUp:vi,buttons:bi,modal:Ei,"slide-in-fade":"_slide-in-fade_oyh2y_1",closing:Ri,"slide-out-fade":"_slide-out-fade_oyh2y_1",info:yi,top:Ii,title:ki,clear:$i,activeClear:Ni,count:wi,cart:Ci,empty:Bi,product:Si,products:Ti,image:Pi,productInfo:Ai,content:qi,name:Oi,price:Di,productButtons:Li,productButton:Mi,productCount:Hi,bottom:zi,subtotal:Fi,block:Vi,shoppingCount:Ui,total:Yi,link:Gi,userInfo:Wi},Xi="_button_85085_1",Ji="_primary_85085_20",Qi="_primaryHovered_85085_30",Ki="_secondary_85085_34",Zi="_secondaryHovered_85085_44",to="_tertiary_85085_48",eo="_tertiaryHovered_85085_58",so="_content_85085_62",Q={button:Xi,primary:Ji,primaryHovered:Qi,secondary:Ki,secondaryHovered:Zi,tertiary:to,tertiaryHovered:eo,content:so},lt=u=>{const{children:o,onClick:e,style:s,className:i,disabled:c=!1,type:a="Primary"}=u,{themeSettings:r}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("button",{className:t.clx(Q.button,i,{[Q.primary]:a==="Primary",[Q.secondary]:a==="Secondary",[Q.tertiary]:a==="Tertiary",[Q.primaryHovered]:a==="Primary"&&!c&&r.buttons.primary.hover,[Q.secondaryHovered]:a==="Secondary"&&!c&&r.buttons.secondary.hover,[Q.tertiaryHovered]:a==="Tertiary"&&!c&&r.buttons.tertiary.hover}),onClick:e,style:{...s},disabled:c,children:a==="Tertiary"?t.jsxRuntimeExports.jsxs("div",{className:Q.content,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"ArrowRight",fill:"#757575",width:20,height:20}),o]}):t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:o})})};class rt extends Error{}rt.prototype.name="InvalidTokenError";function no(u){return decodeURIComponent(atob(u).replace(/(.)/g,(o,e)=>{let s=e.charCodeAt(0).toString(16).toUpperCase();return s.length<2&&(s="0"+s),"%"+s}))}function io(u){let o=u.replace(/-/g,"+").replace(/_/g,"/");switch(o.length%4){case 0:break;case 2:o+="==";break;case 3:o+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return no(o)}catch{return atob(o)}}function oo(u,o){if(typeof u!="string")throw new rt("Invalid token specified: must be a string");o||(o={});const e=o.header===!0?0:1,s=u.split(".")[e];if(typeof s!="string")throw new rt(`Invalid token specified: missing part #${e+1}`);let i;try{i=io(s)}catch(c){throw new rt(`Invalid token specified: invalid base64 for part #${e+1} (${c.message})`)}try{return JSON.parse(i)}catch(c){throw new rt(`Invalid token specified: invalid json for part #${e+1} (${c.message})`)}}const ro=u=>{const{shopping:o,signUp:e}=u,s=t.useNavigate();function i(a){s(a)}const c=JSON.parse(localStorage.getItem("token")||"{}");return t.jsxRuntimeExports.jsxs("div",{className:N.buttons,children:[o&&t.jsxRuntimeExports.jsx(ft,{}),!c.data&&t.jsxRuntimeExports.jsx(lt,{onClick:()=>i("/customer-dash"),type:"Secondary",style:{padding:10},children:"Login"}),!c.data&&e&&t.jsxRuntimeExports.jsx(lt,{onClick:()=>i("/customer-dash"),type:"Primary",style:{padding:10},children:"Sign Up"}),c.data&&t.jsxRuntimeExports.jsx(Et,{token:c.data})]})},ft=()=>{const[u,o]=_.useState(!1),[e,s]=_.useState([]),{cart:i,getProducts:c}=t.useCart();function a(h){for(let m=0;m<i.parts.length;m++)for(let j=0;j<h.variants.length;j++)if(i.parts[m].productVariantId===h.variants[m].id)return i.parts[m].productVariantId}function r(h){for(let m=0;m<i.parts.length;m++)for(let j=0;j<h.variants.length;j++)if(i.parts[m].productVariantId===h.variants[m].id)return i.parts[m].quantity}_.useEffect(()=>{(async()=>{const m=i.parts.map($=>String($.productId)),x=(await c([...m])).map($=>({...$,activeVariantId:a($),quantity:r($)}));s(x)})()},[i.parts.length]);function n(h){var m;return!h||!(h!=null&&h.variants)?!1:(m=h.variants.find(j=>j.id===h.activeVariantId))==null?void 0:m.subscriptionSettings}const l=i.parts.length>0&&e.length>0&&!n(e[0]);console.log(i.parts.length>0,e.length>0,!n(e[0]));const[g,R]=_.useState(!1);return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:N.button,onClick:h=>{h.stopPropagation(),o(!0),R(!0)},children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag",fill:"var(--icon-primary)"}),l&&t.jsxRuntimeExports.jsx("div",{className:N.shoppingCount,children:i.parts.length})]}),u&&t.jsxRuntimeExports.jsx(t.Modal,{close:()=>{R(!1),setTimeout(()=>{o(!1)},300)},children:t.jsxRuntimeExports.jsx(vt,{activeProducts:e,isCartNotEmpty:l,isOpen:g})})]})},vt=u=>{const{activeProducts:o,isCartNotEmpty:e,isOpen:s}=u,{cart:i,reset:c,getTotalAndDiscount:a,updateQuantityOfProduct:r}=t.useCart(),n=t.useNavigate();function l(h){n(h)}function g(h){r({productId:h.id,productVariantId:h.activeVariantId,quantity:h.quantity+1})}function R(h){r({productId:h.id,productVariantId:h.activeVariantId,quantity:h.quantity-1})}return t.jsxRuntimeExports.jsxs("div",{className:t.clx(N.modal,{[N.closing]:!s}),onClick:h=>h.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:i.parts.length})]}),t.jsxRuntimeExports.jsx("button",{className:t.clx(N.clear,{[N.activeClear]:e}),disabled:!e,onClick:c,children:"Clear all"})]}),e?t.jsxRuntimeExports.jsxs("div",{className:N.cart,children:[t.jsxRuntimeExports.jsx("div",{className:N.products,children:o.map(h=>t.jsxRuntimeExports.jsxs("div",{className:N.product,children:[t.jsxRuntimeExports.jsxs("div",{className:N.productInfo,children:[t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${h.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:h.name}),t.jsxRuntimeExports.jsxs("div",{className:N.price,children:["$",h.variants.find(m=>m.id===h.activeVariantId).price.amount*((h==null?void 0:h.quantity)||1)]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:N.productButtons,children:[t.jsxRuntimeExports.jsx("div",{onClick:()=>{h.quantity!==1&&R(h)},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:h.quantity}),t.jsxRuntimeExports.jsx("div",{onClick:()=>g(h),className:N.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#757575",width:20,height:20})})]})]},h.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(lt,{onClick:()=>l("/checkout"),children:"Checkout"})]})]}):t.jsxRuntimeExports.jsx(bt,{})]})},bt=()=>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"})]})]}),Et=({token:u})=>{const[o,e]=_.useState("test-email@gmail.com"),s=t.useNavigate();_.useEffect(()=>{(async()=>{const a=oo(u);e(a.email)})()},[u]);function i(c){s(c)}return t.jsxRuntimeExports.jsx("div",{className:N.userInfo,onClick:()=>i("/customer-dash"),children:t.jsxRuntimeExports.jsx("div",{children:o||"test-email@gmail.com"})})},co="_share_11u0d_1",ao="_modal_11u0d_8",lo="_header_11u0d_14",uo="_socials_11u0d_24",xo="_social_11u0d_24",mo="_copy_11u0d_34",po="_title_11u0d_41",ho="_copyWrapper_11u0d_47",_o="_copyText_11u0d_56",Z={share:co,modal:ao,header:lo,socials:uo,social:xo,copy:mo,title:po,copyWrapper:ho,copyText:_o},jo=()=>{const{isOpenModal:u,setIsOpenModal:o}=t.useShareLinkStore();function e(){o(!0)}return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsx(t.Button,{className:Z.share,onClick:s=>{s.stopPropagation(),e()},type:"Secondary",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Share",fill:"#757575",hoverable:!0})}),u&&t.jsxRuntimeExports.jsx(t.Modal,{close:o,children:t.jsxRuntimeExports.jsx(go,{})})]})},go=()=>{const{setIsOpenModal:u}=t.useShareLinkStore(),{notification:o,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:Z.modal,onClick:c=>c.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:Z.header,children:[t.jsxRuntimeExports.jsx("div",{className:Z.title,children:"Copy Product Link"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:"#757575",onClick:()=>u(!1),hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:Z.copyWrapper,children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(Z.copy,Z.copyText),onClick:i,children:s}),t.jsxRuntimeExports.jsx("div",{onClick:i,className:Z.copy,children:o?t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})]})},fo="_accordion_1s1lq_1",vo="_header_1s1lq_9",bo="_icon_1s1lq_18",Eo="_open_1s1lq_21",Ro="_content_1s1lq_25",ot={accordion:fo,header:vo,icon:bo,open:Eo,content:Ro},yo=({title:u,content:o})=>{const[e,s]=_.useState(!1),[i,c]=_.useState(0),a=_.useRef(null),r=()=>{s(!e)};return _.useEffect(()=>{a.current&&c(e?a.current.scrollHeight:0)},[e]),t.jsxRuntimeExports.jsxs("div",{className:ot.accordion,children:[t.jsxRuntimeExports.jsxs("div",{className:ot.header,onClick:r,children:[t.jsxRuntimeExports.jsx("h5",{id:"h5",children:u}),t.jsxRuntimeExports.jsx("div",{className:t.clx(ot.icon,{[ot.open]:e}),children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown"})})]}),t.jsxRuntimeExports.jsx("div",{ref:a,className:ot.content,style:{height:`${i}px`},children:t.jsxRuntimeExports.jsx("p",{id:"p",children:o})})]})},Io="_wrapper_1r14x_1",ko="_label_1r14x_9",$o="_input_1r14x_18",No="_required_1r14x_35",wo="_paddingless_1r14x_39",Co="_content_1r14x_43",Bo="_borderless_1r14x_58",So="_rightIcon_1r14x_63",K={wrapper:Io,label:ko,input:$o,required:No,paddingless:wo,content:Co,borderless:Bo,rightIcon:So},To=u=>{const{onChange:o,style:e,label:s,value:i,type:c,min:a,max:r,placeholder:n,disabled:l=!1,required:g=!1,regex:R,paddingless:h=!1,borderless:m=!1,editable:j=!1,isSearch:x=!1}=u,{themeSettings:$}=t.useThemeSettingsStore(),{inputs:T}=$,[f,q]=_.useState(!1);function w(d,P){if(d.startsWith("#")){let O,I,D;return d.length===7?(O=parseInt(d.slice(1,3),16),I=parseInt(d.slice(3,5),16),D=parseInt(d.slice(5,7),16)):d.length===4&&(O=parseInt(d[1]+d[1],16),I=parseInt(d[2]+d[2],16),D=parseInt(d[3]+d[3],16)),`rgba(${O}, ${I}, ${D}, ${P})`}const b={black:"#000000",white:"#ffffff",red:"#ff0000",green:"#00ff00",blue:"#0000ff"}[d.toLowerCase()];return b?w(b,P):d}function C(d){return Number(d)<0?String(a):d}function L(d){return!g||!R?!0:new RegExp(R).test(d)}return t.jsxRuntimeExports.jsxs("div",{className:K.wrapper,children:[s&&t.jsxRuntimeExports.jsx("label",{className:K.label,htmlFor:s,children:s}),t.jsxRuntimeExports.jsxs("div",{className:K.content,style:{paddingRight:T.general.height+15,...e,backgroundColor:w(T.field.color,T.field.opacity/100)},children:[t.jsxRuntimeExports.jsx("input",{id:s,type:c||"text",onChange:d=>{if(c==="text")o(d.target.value);else{const P=C(d.target.value);o(P)}},value:i,autoComplete:"off",placeholder:n||"Type something...",className:t.clx(K.input,{[K.required]:f&&g&&!L(i),[K.paddingless]:h,[K.borderless]:m}),min:c==="number"?a:void 0,max:c==="number"?r:void 0,disabled:l,onFocus:()=>q(!0)}),x&&t.jsxRuntimeExports.jsx("div",{className:K.rightIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"MagnifyingGlass",fill:"var(--icon-secondary)",width:T.general.height,height:T.general.height})}),j&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},Po="_wrapper_st58d_1",Ao="_label_st58d_10",qo="_textarea_st58d_18",Oo="_length_st58d_33",at={wrapper:Po,label:Ao,textarea:qo,length:Oo},Do=u=>{const{onChange:o,label:e,value:s,maxLength:i,placeholder:c="Type something..."}=u,[a,r]=_.useState(s.length);return t.jsxRuntimeExports.jsxs("div",{className:at.wrapper,children:[e&&t.jsxRuntimeExports.jsx("label",{className:at.label,htmlFor:e,children:e}),t.jsxRuntimeExports.jsx("textarea",{id:e,defaultValue:s,onChange:n=>{r(n.target.value.length),o(n.target.value)},placeholder:c,className:at.textarea,maxLength:i}),i&&t.jsxRuntimeExports.jsxs("div",{className:at.length,children:[a,"/",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=yo;exports.Button=lt;exports.ButtonTypeSettings=jt;exports.ButtonsSettings=an;exports.CategorySettings=Ve;exports.EmptyCart=bt;exports.FormSettings=_s;exports.HeaderButtons=ro;exports.InputUI=To;exports.ItemsSettings=_t;exports.LayoutSettings=qt;exports.ListingSelector=Gn;exports.ProductOptions=ji;exports.RangeSelector=dt;exports.ShareLink=jo;exports.ShoppingButton=ft;exports.ShoppingModalCart=vt;exports.TextSettings=ht;exports.TextareaUI=Do;exports.TypesText=pt;exports.UserInfo=Et;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index-miO7bKV5.cjs"),_=require("react");require("@phosphor-icons/react");const It="_wrapper_3ibiw_2",kt="_alignmentBlock_3ibiw_8",$t="_title_3ibiw_15",Nt="_subtitle_3ibiw_22",wt="_alignmentContent_3ibiw_29",St="_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: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: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[m,n]=_.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:Lt.map(o=>t.jsxRuntimeExports.jsxs("label",{className:t.clx(G.padding,{[G.active]:m===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:j=>s({...e,[o]:Number(j)}),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"],_t=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(m=>m!==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)))})},jt=l=>{const{typesText:a,isActiveText:e,setIsActiveText:s,text:i,setText:r,setTypesText:c,title:m,subtitle:n="Items"}=l;return t.jsxRuntimeExports.jsxs("div",{className:rt.text,children:[(m||e!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:rt.top,children:[m&&t.jsxRuntimeExports.jsx("h3",{className:rt.title,children:m}),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(_t,{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",_e="_modalOptions_157lh_151",je="_addButton_157lh_163",ge="_deleteButton_157lh_178",H={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:_e,addButton:je,deleteButton:ge},fe=_.forwardRef((l,a)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:r,setIsOpenModal:c}=l;function m(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:m(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 j={...e,[n.field]:o};s(j)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(jt,{typesText:e[n.field.type],setTypesText:o=>{const j={...e,[n.field.type]:o};s(j)},text:e[n.field.text]||"",setText:o=>{const j={...e,[n.field.text]:o};s(j)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const j={...e,[n.field]:o};s(j)},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 j={...e,[n.field.text]:o};s(j)},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 j={...e,[n.field.switch]:o};s(j)}})]});if(n.type==="list")return t.jsxRuntimeExports.jsx(gt,{items:e[n.field]||[],setItems:o=>{const j={...e,[n.field]:o};s(j)},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 j={...e,[n.field]:o};s(j)},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 Re({product:l,children:a}){const{attributes:e,listeners:s,setNodeRef:i,transform:r,transition:c,isDragging:m}=t.useSortable({id:l.id}),n={transform:t.CSS.Transform.toString(r),transition:c};return t.jsxRuntimeExports.jsx("div",{ref:i,style:n,className:`${H.product} ${m?H.dragging:""}`,...e,...s,children:a})}const gt=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:m,editable:n=!0,draggable:o=!1,withImage:j=!1,deletable:y=!0,addable:h=!0,itemsType:p,itemsPlaceholder:g="",itemsOptions:u,hasRangeSelector:k=!1,rangeSelectorOptions:A,modalOptions:v,addableOptions:q={},limit:N,autoScrollInterval:w}=l,[D,d]=_.useState(null),[O,X]=_.useState({top:0,left:0}),[f,S]=_.useState(null),R=_.useRef(null),[F,T]=_.useState(!1),M=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));_.useEffect(()=>{const x=()=>{d(null),T(!1)};return document.body.addEventListener("click",x),d(null),T(!1),()=>{d(null),T(!1),document.body.removeEventListener("click",x)}},[]),_.useEffect(()=>{if(D){const x=[...s].map(E=>E.id===D.id?D:E);i(x)}},[D]),_.useEffect(()=>{if(R.current&&f){const x=R.current.getBoundingClientRect().height,E=window.innerHeight;let C=f.top;C+x>E+window.scrollY-200&&(C=E+window.scrollY-x-200),C<0&&(C=10),X({top:C,left:f.left})}},[R.current,f]);const J=(x,E)=>{x.stopPropagation();const C=x.target.getBoundingClientRect();S({top:C.top+window.scrollY,left:C.left-30}),d(E),T(!0)};function et(x){if(j)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 b=x=>{const{active:E,over:C}=x;if(C&&E.id!==C.id){const L=s.findIndex(B=>B.id===E.id),V=s.findIndex(B=>B.id===C.id);if(L!==-1&&V!==-1){const B=[...s],[st]=B.splice(L,1);B.splice(V,0,st),i(B)}}},P=(x,E)=>{var L,V;const C=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})}),p==="select"&&u&&t.jsxRuntimeExports.jsx(t.Select,{onChange:B=>{const st=[...s],ot=u.find(lt=>lt.name===B);if(!ot)return;const nt=st.map(lt=>lt.id===x.id?{...ot,name:B}:lt);d({...x,name:B}),i([...nt])},value:x.name,options:u.filter(B=>!s.find(st=>st.name===B.name)).map(B=>B.name),leftAddon:et(x.images)}),p==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:B=>{const ot=[...s].map(nt=>nt.id===x.id?{...x,name:B}:nt);i([...ot])},value:x.name,placeholder:g}),p==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:B=>{const ot=[...s].map(nt=>nt.id===x.id?{...x,images:B}:nt);i([...ot])},activeImage:(L=s.find(B=>B.id===x.id))!=null&&L.images?(V=s.find(B=>B.id===x.id))==null?void 0:V.images[0]:void 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:B=>J(B,x)})}),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(B=>B.id!==x.id))})})]})]});return o?t.jsxRuntimeExports.jsx(Re,{product:x,index:E,children:C},x.id):t.jsxRuntimeExports.jsx("div",{className:H.product,children:C},x.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:x=>e==null?void 0:e(x)})]}),D&&n&&v&&F&&t.jsxRuntimeExports.jsx(fe,{ref:R,activeItem:D,setActiveItem:d,popupPosition:O,modalOptions:v,setIsOpenModal:T}),k&&A&&t.jsxRuntimeExports.jsx(mt,{...A}),t.jsxRuntimeExports.jsxs("div",{className:H.products,children:[m&&t.jsxRuntimeExports.jsx("h5",{className:H.subtitle,children:m}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:M,onDragEnd:b,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(x=>x.id),strategy:t.verticalListSortingStrategy,children:s.map((x,E)=>P(x,E))})}):s.map((x,E)=>P(x,E)),h&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:t.clx(H.button,{[H.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 x=[...s];let E=null;if(u){for(let C=0;C<u.length;C++)if(!s.find(L=>L.id===u[C].id)){E=u[C];break}}p==="select"&&u?x.push({name:E?E.name:u[0].name,id:(E==null?void 0:E.id)||u[0].id,...q}):p==="input"?x.push({name:"",id:t.v4(),...q}):x.push({name:`Image ${s.length+1}`,id:t.v4(),...q}),i(x)},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}),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."})]})},ye="_title_82zux_1",Ie="_subtitle_82zux_5",ke="_header_82zux_12",$e="_text_82zux_13",Ne="_productsBlock_82zux_14",we="_top_82zux_26",Se="_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",Le="_image_82zux_95",De="_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:ye,subtitle:Ie,header:ke,text:$e,productsBlock:Ne,top:we,itemsBlock:Se,typeTexts:Ce,block:Be,active:Te,products:Pe,product:Ae,button:Oe,disabled:qe,image:Le,info:De,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:m,draggable:n=!1,withImage:o=!1,addable:j=!0,itemsOptions:y,hasRangeSelector:h=!1,rangeSelectorOptions:p,limit:g,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 A=v=>{const q=y.find(w=>w.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:w=>{const D=[...s],d=y.find(f=>f.name===w);if(!d)return;const O=d.id,X=D.map(f=>f===v?O:f);i([...X])},value:q.name,options:y.filter(w=>!s.find(D=>D===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:()=>i(s.filter(w=>w!==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)})]}),h&&p&&t.jsxRuntimeExports.jsx(mt,{...p}),t.jsxRuntimeExports.jsxs("div",{className:W.products,children:[m&&t.jsxRuntimeExports.jsx("h5",{className:W.subtitle,children:m}),s.map(v=>A(v)),j&&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]:!!(g&&g<=s.length||s.length===y.length)}),size:"s",disabled:!!(g&&g<=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(w=>w===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_1wm9m_1",Xe="_subtitle_1wm9m_5",Je="_header_1wm9m_12",Qe="_text_1wm9m_13",Ke="_productsBlock_1wm9m_14",Ze="_top_1wm9m_26",ts="_itemsBlock_1wm9m_35",es="_typeTexts_1wm9m_41",ss="_block_1wm9m_48",ns="_active_1wm9m_61",is="_products_1wm9m_14",os="_product_1wm9m_14",rs="_button_1wm9m_80",as="_disabled_1wm9m_91",cs="_image_1wm9m_95",ls="_info_1wm9m_102",us="_name_1wm9m_114",ds="_buttons_1wm9m_118",xs="_modal_1wm9m_125",ms="_link_1wm9m_146",ps="_modalOptions_1wm9m_152",hs="_addButton_1wm9m_164",_s="_deleteButton_1wm9m_179",z={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:_s},js=_.forwardRef((l,a)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:r,setIsOpenModal:c}=l;function m(n,o){return n.length>o?`${n.slice(0,o)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:a,className:z.modal,onClick:n=>{n.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:z.top,children:[t.jsxRuntimeExports.jsx("h3",{className:z.title,children:m(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:z.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 j={...e,[n.field]:o};s(j)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(jt,{typesText:e[n.field.type],setTypesText:o=>{const j={...e,[n.field.type]:o};s(j)},text:e[n.field.text]||"",setText:o=>{const j={...e,[n.field.text]:o};s(j)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const j={...e,[n.field]:o};s(j)},value:e[n.field]||"",label:n.label,placeholder:n.placeholder});if(n.type==="inputSwitch")return t.jsxRuntimeExports.jsxs("div",{className:z.link,children:[t.jsxRuntimeExports.jsx(t.Input,{onChange:o=>{const j={...e,[n.field.text]:o};s(j)},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 j={...e,[n.field.switch]:o};s(j)}})]});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:o=>{const j={...e,[n.field]:o};s(j)},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:m,isDragging:n}=t.useSortable({id:a.id}),o={transform:t.CSS.Transform.toString(c),transition:m};return t.jsxRuntimeExports.jsx("div",{ref:r,style:o,className:`${z.product} ${n?z.dragging:""}`,...s,...i,children:e})}const fs=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:m,editable:n=!0,draggable:o=!1,withImage:j=!1,deletable:y=!0,addable:h=!0,itemsType:p,itemsPlaceholder:g="",itemsOptions:u,hasRangeSelector:k=!1,rangeSelectorOptions:A,modalOptions:v,addableOptions:q={}}=l,[N,w]=_.useState(null),[D,d]=_.useState({top:0,left:0}),[O,X]=_.useState(null),f=_.useRef(null),[S,R]=_.useState(!1),F=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));_.useEffect(()=>{const b=()=>{w(null),R(!1)};return document.body.addEventListener("click",b),w(null),R(!1),()=>{w(null),R(!1),document.body.removeEventListener("click",b)}},[]),_.useEffect(()=>{if(N){const b=[...s].map(P=>P.id===N.id?N:P);i(b)}},[N]),_.useEffect(()=>{if(f.current&&O){const b=f.current.getBoundingClientRect().height,P=window.innerHeight;let x=O.top;x+b>P+window.scrollY-200&&(x=P+window.scrollY-b-200),x<0&&(x=10),d({top:x,left:O.left})}},[f.current,O]);const T=(b,P)=>{b.stopPropagation();const x=b.target.getBoundingClientRect();X({top:x.top+window.scrollY,left:x.left-30}),w(P),R(!0)};function M(b){if(j)return b?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${b[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const J=b=>{const{active:P,over:x}=b;if(x&&P.id!==x.id){const E=s.findIndex(L=>L.id===P.id),C=s.findIndex(L=>L.id===x.id);if(E!==-1&&C!==-1){const L=[...s],[V]=L.splice(E,1);L.splice(C,0,V),i(L)}}},et=b=>{var x;const P=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})}),p==="select"&&u&&t.jsxRuntimeExports.jsx(t.Select,{onChange:E=>{const L=[...s].map(V=>V.id===b.id?{...b,name:E}:V);w({...b,name:E}),i([...L])},value:b.name,options:u.filter(E=>!s.find(C=>C.name===E)),leftAddon:M(b.images)}),p==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:E=>{const L=[...s].map(V=>V.id===b.id?{...b,name:E}:V);i([...L])},value:b.name,placeholder:g}),p==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:E=>{const L=[...s].map(V=>V.id===b.id?{...b,images:E}:V);i([...L])},activeImage:(x=s.find(E=>E.id===b.id))==null?void 0:x.images[0]}),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:E=>T(E,b)})}),y&&t.jsxRuntimeExports.jsx("div",{className:z.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(E=>E.id!==b.id))})})]})]});return o?t.jsxRuntimeExports.jsx(gs,{product:b,children:P},b.id):t.jsxRuntimeExports.jsx("div",{className:z.product,children:P},b.id)};return t.jsxRuntimeExports.jsxs("div",{className:z.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:z.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:z.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:b=>e==null?void 0:e(b)})]}),N&&n&&v&&S&&t.jsxRuntimeExports.jsx(js,{ref:f,activeItem:N,setActiveItem:w,popupPosition:D,modalOptions:v,setIsOpenModal:R}),k&&A&&t.jsxRuntimeExports.jsx(mt,{...A}),t.jsxRuntimeExports.jsxs("div",{className:z.products,children:[m&&t.jsxRuntimeExports.jsx("h5",{className:z.subtitle,children:m}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:F,onDragEnd:J,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(b=>b.id),strategy:t.verticalListSortingStrategy,children:s.map(b=>et(b))})}):s.map(b=>et(b)),h&&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];let P=null;if(u){for(let x=0;x<u.length;x++)if(!s.find(E=>E.name===u[x])){P=u[x];break}}p==="select"&&u?b.push({name:P||u[0],id:t.v4(),...q,maxSymbols:100}):p==="input"?b.push({name:"",id:t.v4(),...q,maxSymbols:100}):b.push({name:`Image ${s.length+1}`,id:t.v4(),...q,maxSymbols:100}),i(b)},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})]})})})]}),r!==void 0&&t.jsxRuntimeExports.jsx(xt,{items:r})]})},bs="_title_174ru_1",vs="_subtitle_174ru_5",Es="_header_174ru_12",Rs="_text_174ru_13",ys="_productsBlock_174ru_14",Is="_buttonsBlock_174ru_15",ks="_top_174ru_26",$s="_itemsBlock_174ru_35",Ns="_typeTexts_174ru_41",ws="_block_174ru_48",Ss="_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",Ls="_modal_174ru_120",Ds="_other_174ru_139",Ms="_options_174ru_145",it={title:bs,subtitle:vs,header:Es,text:Rs,productsBlock:ys,buttonsBlock:Is,top:ks,itemsBlock:$s,typeTexts:Ns,block:ws,active:Ss,products:Cs,product:Bs,button:Ts,image:Ps,info:As,name:Os,buttons:qs,modal:Ls,other:Ds,options:Ms},Hs=_.forwardRef((l,a)=>{const{activeButton:e,setActiveButton:s,popupPosition:i}=l,[r,c]=_.useState(e.typesText),[m,n]=_.useState(e.destination),[o,j]=_.useState(e.page),[y,h]=_.useState(e.link||""),[p,g]=_.useState(e.text||""),[u,k]=_.useState(e.openInNewTab),{pages:A}=t.usePagesStore();return _.useEffect(()=>{s({...e,...{text:p,link:y,destination:m,typesText:r,page:o,openInNewTab:u}})},[r,m,y,p,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!==m),value:m}),m==="Go to Page"?t.jsxRuntimeExports.jsx(t.Select,{label:"Go to",onChange:v=>j(v),options:A?Object.values(A).filter(v=>v.name!==o).map(v=>v.name):[],value:o}):t.jsxRuntimeExports.jsx(t.Input,{onChange:v=>h(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=>g(v),value:p,label:"Text",maxLength:150}),t.jsxRuntimeExports.jsx(_t,{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",Q={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]=_.useState(null),[m,n]=_.useState({top:0,left:0}),[o,j]=_.useState(null),y=_.useRef(null);_.useEffect(()=>{const p=()=>{c(null)};return document.body.addEventListener("click",p),c(null),()=>{c(null),document.body.removeEventListener("click",p)}},[]),_.useEffect(()=>{if(r){const p=[...a].map(g=>g.id===r.id?r:g);e(p)}},[r]),_.useEffect(()=>{if(y.current&&o){const p=y.current.getBoundingClientRect().height,g=window.innerHeight;let u=o.top;u+p>g+window.scrollY-200&&(u=g+window.scrollY-p-200),u<0&&(u=10),n({top:u,left:o.left})}},[y.current,o]);const h=(p,g)=>{p.stopPropagation();const u=p.target.getBoundingClientRect();j({top:u.top+window.scrollY,left:u.left-30}),c(g)};return t.jsxRuntimeExports.jsxs("div",{className:Q.products,children:[t.jsxRuntimeExports.jsx("h5",{className:Q.subtitle,children:"Button Type"}),a.map(p=>t.jsxRuntimeExports.jsxs("div",{className:Q.product,children:[t.jsxRuntimeExports.jsx(t.Select,{onChange:g=>{const k=[...a].map(A=>A.id===p.id?{...p,type:g}:A);e(k)},value:p.type,options:["Primary","Secondary","Tertiary"]}),t.jsxRuntimeExports.jsxs("div",{className:Q.buttons,children:[t.jsxRuntimeExports.jsx("div",{className:Q.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:g=>{h(g,p)}})}),s&&t.jsxRuntimeExports.jsx("div",{className:Q.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,onClick:()=>{const g=a.filter(u=>u.id!==p.id);e(g)},width:20,height:20,fill:"#C12A2A"})})]})]},p.id)),r&&t.jsxRuntimeExports.jsx(Hs,{ref:y,activeButton:r,setActiveButton:c,popupPosition:m}),i&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:Q.button,size:"s",onClick:()=>{const p=[...a];p.push({type:"Primary",id:t.v4(),typesText:[],destination:"Go to Page",text:"Button Name",page:"home",openInNewTab:!0}),e(p)},style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:Q.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",_n="_track_m18qi_27",jn="_progress_m18qi_36",gn="_dots_m18qi_46",fn="_dot_m18qi_46",bn="_active_m18qi_65",vn="_input_m18qi_77",En="_countBlock_m18qi_91",Rn="_count_m18qi_91",yn="_controls_m18qi_107",In="_button_m18qi_113",U={wrapper:xn,subtitle:mn,content:pn,range:hn,track:_n,progress:jn,dots:gn,dot:fn,active:bn,input:vn,countBlock:En,count:Rn,controls:yn,button:In},mt=l=>{const{label:a,min:e=1,max:s=4,step:i=1,count:r,setCount:c}=l,[m,n]=_.useState(!1),o=Array.from({length:(s-e)/i+1}),j=(r-e)/(s-e)*100,y=()=>{r<s&&c(r+i)},h=()=>{r>e&&c(r-i)},p=g=>{const u=e+g*i;c(u)};return t.jsxRuntimeExports.jsxs("div",{className:U.wrapper,children:[a&&t.jsxRuntimeExports.jsx("h5",{className:U.subtitle,children:a}),t.jsxRuntimeExports.jsxs("div",{className:U.content,children:[t.jsxRuntimeExports.jsxs("div",{className:U.range,children:[t.jsxRuntimeExports.jsx("div",{className:U.track}),t.jsxRuntimeExports.jsx("div",{className:U.progress,style:{width:`${j}%`}}),t.jsxRuntimeExports.jsx("div",{className:U.dots,children:o.map((g,u)=>{const k=u<=(r-e)/i;return t.jsxRuntimeExports.jsx("button",{onClick:()=>p(u),className:t.clx(U.dot,{[U.active]:k,[U.inactive]:!k,[U.dragging]:m}),"aria-label":`Set value to ${e+u*i}`},u)})}),t.jsxRuntimeExports.jsx("input",{type:"range",min:e,max:s,step:i,value:r,onChange:g=>c(Number(g.target.value)),onMouseDown:()=>n(!0),onMouseUp:()=>n(!1),onTouchStart:()=>n(!0),onTouchEnd:()=>n(!1),className:U.input})]}),t.jsxRuntimeExports.jsxs("div",{className:U.countBlock,children:[t.jsxRuntimeExports.jsx(t.Input,{type:"number",min:e,max:s,paddingless:!0,onChange:g=>{const u=Number(g);u>s?c(s):u<e?c(e):c(u)},value:String(r)}),t.jsxRuntimeExports.jsxs("div",{className:U.controls,children:[t.jsxRuntimeExports.jsx("button",{onClick:y,disabled:r>=s,className:U.button,"aria-label":"Increment count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",width:15,height:15})}),t.jsxRuntimeExports.jsx("button",{onClick:h,disabled:r<=e,className:U.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",wn="_text_1lejm_13",Sn="_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",Ln="_button_1lejm_80",Dn="_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",Y={title:kn,subtitle:$n,header:Nn,text:wn,productsBlock:Sn,top:Cn,itemsBlock:Bn,typeTexts:Tn,block:Pn,active:An,products:On,product:qn,button:Ln,image:Dn,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 m(n,o){return n.length>o?`${n.slice(0,o)}...`:n}return t.jsxRuntimeExports.jsxs("div",{className:Y.modal,onClick:n=>{n.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:Y.top,children:[t.jsxRuntimeExports.jsx("h3",{children:m(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:Y.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:m,isDragging:n}=t.useSortable({id:String(a.listingId)}),o={transform:t.CSS.Transform.toString(c),transition:m};return t.jsxRuntimeExports.jsx("div",{ref:r,style:o,className:`${Y.product} ${n?Y.dragging:""}`,...s,...i,children:e})}const Jn=l=>{const{isActiveItems:a,setIsActiveItems:e,items:s,setItems:i,other:r,title:c,subtitle:m,editable:n=!0,draggable:o=!1,withImage:j=!1,deletable:y=!0,addable:h=!0,itemsType:p,itemsOptions:g}=l,[u,k]=_.useState(null),[A,v]=_.useState({top:0,left:0}),[q,N]=_.useState(!1),w=t.useSensors(t.useSensor(t.PointerSensor,{activationConstraint:{distance:5}}));_.useEffect(()=>{const f=()=>{k(null),N(!1)};return document.body.addEventListener("click",f),k(null),N(!1),()=>{k(null),N(!1),document.body.removeEventListener("click",f)}},[]),_.useEffect(()=>{if(u){const f=[...s].map(S=>S.listingId===u.listingId?u:S);i(f)}},[u]);const D=(f,S)=>{f.stopPropagation();const R=f.target.getBoundingClientRect(),F=100,T=window.innerHeight;let M=R.top+window.scrollY;M+F>T&&(M=T-F-20),N(!0),v({top:M-80,left:R.left-30}),k(S)};function d(f){if(j)return f?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${f}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const O=f=>{const{active:S,over:R}=f;if(R&&S.id!==R.id){const F=s.findIndex(M=>String(M.listingId)===S.id),T=s.findIndex(M=>String(M.listingId)===R.id);if(F!==-1&&T!==-1){const M=[...s],[J]=M.splice(F,1);M.splice(T,0,J),i(M)}}},X=(f,S)=>{const R=g.find(T=>f.listingId===T.id);if(!R)return null;const F=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})}),p==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:T=>{const M=[...s],J=g.find(P=>P.productData.name===T);if(!J)return;const et={listingId:J.id,image:J.productData.images.length>0?J.productData.images[0].cfId:""},b=M.map(P=>P.listingId===f.listingId?et:P);k(et),i([...b])},value:R.productData.name,options:[...g.filter(T=>!s.find(M=>M.listingId===T.id)).map(T=>T.productData.name)],leftAddon:d(f.image||R.productData.images.length>0&&R.productData.images[0].cfId||"")},S),t.jsxRuntimeExports.jsxs("div",{className:Y.buttons,children:[n&&t.jsxRuntimeExports.jsx("div",{className:Y.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:T=>D(T,f)})}),y&&t.jsxRuntimeExports.jsx("div",{className:Y.deleteButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(T=>T!==f))})})]})]});return o?t.jsxRuntimeExports.jsx(Xn,{product:f,children:F},f.listingId):t.jsxRuntimeExports.jsx("div",{className:Y.product,children:F},f.listingId)};return t.jsxRuntimeExports.jsxs("div",{className:Y.productsBlock,children:[(c||a!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:Y.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:Y.title,children:c}),a!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:a,onChange:f=>e==null?void 0:e(f)})]}),q&&u&&t.jsxRuntimeExports.jsx(Wn,{activeItem:u,setActiveItem:k,setIsOpenModal:N,popupPosition:A,itemsOptions:g}),t.jsxRuntimeExports.jsxs("div",{className:Y.products,children:[m&&t.jsxRuntimeExports.jsx("h5",{className:Y.subtitle,children:m}),o?t.jsxRuntimeExports.jsx(t.DndContext,{sensors:w,onDragEnd:O,children:t.jsxRuntimeExports.jsx(t.SortableContext,{items:s.map(f=>String(f.listingId)),strategy:t.verticalListSortingStrategy,children:s.map((f,S)=>X(f,S))})}):s.map((f,S)=>X(f,S)),h&&t.jsxRuntimeExports.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:t.jsxRuntimeExports.jsx(t.Button,{withoutHover:!0,className:Y.button,size:"s",onClick:()=>{const f=[...s];for(let S=0;S<g.length;S++)if(!s.find(R=>R.listingId===g[S].id)){f.push({listingId:g[S].id,image:g[S].productData.images.length>0?g[S].productData.images[0].cfId:""});break}i(f)},disabled:s.length===g.length,style:{width:"fit-content"},children:t.jsxRuntimeExports.jsxs("div",{className:Y.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",_i="_chargeTypes_d1lk6_165",ji="_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:_i,charge:ji,chargeActive:gi,title:fi};var bt=(l=>(l.ONE_TIME="One-Time",l.RECURRING="Subscribe & Save",l))(bt||{});const bi=l=>{var w,D;const{variants:a}=l,[e,s]=_.useState(a[0]),[i,r]=_.useState(e.chargeTypes[0]),c=t.useNavigate(),[m,n]=_.useState(1),[o,j]=_.useState(!1),{reset:y,addProductToCart:h,getProducts:p,cart:g}=t.useCart(),[u,k]=_.useState(!1);_.useEffect(()=>{k(!0);const d=setTimeout(()=>k(!1),600);return()=>clearTimeout(d)},[m]);async function A(){await p(),await h({productId:l.id,productVariantId:e.id,quantity:m})}function v(){y(),A(),c("/checkout")}console.log(g);function q(d){if(d>=864e5){const R=Math.floor(d/864e5);return`${R} ${R===1?"day":"days"}`}else if(d>=36e5){const R=Math.floor(d/36e5);return`${R} ${R===1?"hour":"hours"}`}else if(d>=6e4){const R=Math.floor(d/6e4);return`${R} ${R===1?"minute":"minutes"}`}else{const R=Math.floor(d/1e3);return`${R} ${R===1?"second":"seconds"}`}}function N(d,O){return d.length>O?d.slice(0,O)+"...":d}return t.jsxRuntimeExports.jsxs("div",{className:I.options,children:[e.chargeTypes.length>1&&t.jsxRuntimeExports.jsx("div",{className:I.chargeTypes,children:e.chargeTypes.map(d=>t.jsxRuntimeExports.jsx("div",{className:t.clx(I.charge,{[I.chargeActive]:i===d}),onClick:()=>r(d),children:bt[d]},d))}),t.jsxRuntimeExports.jsx("div",{className:I.variants,children:a.map(d=>{var O;return t.jsxRuntimeExports.jsxs("div",{className:t.clx(I.variant,{[I.activeVariant]:e.id===d.id}),onClick:()=>s(d),children:[t.jsxRuntimeExports.jsxs("div",{className:I.variantInfo,children:[t.jsxRuntimeExports.jsx("span",{className:I.title,children:N(d.name,15)}),t.jsxRuntimeExports.jsxs("span",{children:["$",i==="ONE_TIME"?d.price.amount:d.subscriptionSettings?d.subscriptionSettings.price.amount:"Price Not Found"]})]}),t.jsxRuntimeExports.jsx("div",{children:i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("span",{className:I.stock,children:[((O=d.quantity.restrictions)==null?void 0:O.max)||d.quantity.available||0," in stock"]})})]},d.id)})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("div",{className:I.quantity,children:[t.jsxRuntimeExports.jsx("button",{onClick:()=>{m>1?n(d=>d-1):n(1)},className:I.button,disabled:e.quantity.restrictions&&m<=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:()=>j(!0),onBlur:()=>j(!1),children:t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(m),onChange:d=>n(Number(d)),max:((w=e.quantity.restrictions)==null?void 0:w.max)||e.quantity.available||1/0,min:((D=e.quantity.restrictions)==null?void 0:D.min)||0,style:{backgroundColor:"transparent",border:"none",textAlign:"center"}})}),t.jsxRuntimeExports.jsx("button",{onClick:()=>{n(d=>d+1)},className:I.button,disabled:!!(e.quantity.restrictions&&m>=e.quantity.restrictions.max||e.quantity.available&&m>=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":q(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]:u}),children:["$ ",(e.price.amount||0)*m]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",(e.compareAtPrice.amount||0)*m]})]}):t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:u}),children:["$ ",(e.price.amount||0)*m]}):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]:u}),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]:u}),children:["$ ",e.subscriptionSettings.price.amount||0]})})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.buttons,children:[t.jsxRuntimeExports.jsx(t.Button,{type:"Primary",onClick:()=>v(),children:t.jsxRuntimeExports.jsx("span",{children:i==="ONE_TIME"?"Buy Now":"Subscribe Now"})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsx(t.Button,{type:"Secondary",onClick:()=>A(),children:"Add to Cart"})]})]})},vi="_button_oyh2y_1",Ei="_login_oyh2y_14",Ri="_signUp_oyh2y_18",yi="_buttons_oyh2y_23",Ii="_modal_oyh2y_32",ki="_closing_oyh2y_61",$i="_info_oyh2y_85",Ni="_top_oyh2y_92",wi="_title_oyh2y_103",Si="_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",Li="_productInfo_oyh2y_193",Di="_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:Ri,buttons:yi,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:wi,clear:Si,activeClear:Ci,count:Bi,cart:Ti,empty:Pi,product:Ai,products:Oi,image:qi,productInfo:Li,content:Di,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",K={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:m}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("button",{className:t.clx(K.button,i,{[K.primary]:c==="Primary",[K.secondary]:c==="Secondary",[K.tertiary]:c==="Tertiary",[K.primaryHovered]:c==="Primary"&&!r&&m.buttons.primary.hover,[K.secondaryHovered]:c==="Secondary"&&!r&&m.buttons.secondary.hover,[K.tertiaryHovered]:c==="Tertiary"&&!r&&m.buttons.tertiary.hover}),onClick:e,style:{...s},disabled:r,children:c==="Tertiary"?t.jsxRuntimeExports.jsxs("div",{className:K.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(yt,{token:r.data})]})},vt=()=>{const[l,a]=_.useState(!1),[e,s]=_.useState([]),{cart:i,getProducts:r}=t.useCart();function c(h){for(let p=0;p<i.parts.length;p++)for(let g=0;g<h.variants.length;g++)if(i.parts[p].productVariantId===h.variants[p].id)return i.parts[p].productVariantId}function m(h){for(let p=0;p<i.parts.length;p++)for(let g=0;g<h.variants.length;g++)if(i.parts[p].productVariantId===h.variants[p].id)return i.parts[p].quantity}_.useEffect(()=>{(async()=>{const p=i.parts.map(k=>String(k.productId)),u=(await r([...p])).map(k=>({...k,activeVariantId:c(k),quantity:m(k)}));s(u)})()},[i.parts.length]);function n(h){var p;return!h||!(h!=null&&h.variants)?!1:(p=h.variants.find(g=>g.id===h.activeVariantId))==null?void 0:p.subscriptionSettings}const o=i.parts.length>0&&e.length>0&&!n(e[0]);console.log(i.parts.length>0,e.length>0,!n(e[0]));const[j,y]=_.useState(!1);return t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:$.button,onClick:h=>{h.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:j})})]})},Et=l=>{const{activeProducts:a,isCartNotEmpty:e,isOpen:s}=l,{cart:i,reset:r,getTotalAndDiscount:c,updateQuantityOfProduct:m}=t.useCart(),n=t.useNavigate();function o(h){n(h)}function j(h){m({productId:h.id,productVariantId:h.activeVariantId,quantity:h.quantity+1})}function y(h){m({productId:h.id,productVariantId:h.activeVariantId,quantity:h.quantity-1})}return t.jsxRuntimeExports.jsxs("div",{className:t.clx($.modal,{[$.closing]:!s}),onClick:h=>h.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(h=>t.jsxRuntimeExports.jsxs("div",{className:$.product,children:[t.jsxRuntimeExports.jsxs("div",{className:$.productInfo,children:[t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${h.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:h.name}),t.jsxRuntimeExports.jsxs("div",{className:$.price,children:["$",h.variants.find(p=>p.id===h.activeVariantId).price.amount*((h==null?void 0:h.quantity)||1)]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:$.productButtons,children:[t.jsxRuntimeExports.jsx("div",{onClick:()=>{h.quantity!==1&&y(h)},className:$.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Minus",fill:"#757575",width:20,height:20})}),t.jsxRuntimeExports.jsx("div",{className:$.productCount,children:h.quantity}),t.jsxRuntimeExports.jsx("div",{onClick:()=>j(h),className:$.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#757575",width:20,height:20})})]})]},h.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(Rt,{})]})},Rt=()=>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"})]})]}),yt=({token:l})=>{const[a,e]=_.useState("test-email@gmail.com"),s=t.useNavigate();_.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",_o="_copy_11u0d_34",jo="_title_11u0d_41",go="_copyWrapper_11u0d_47",fo="_copyText_11u0d_56",tt={share:uo,modal:xo,header:mo,socials:po,social:ho,copy:_o,title:jo,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",Ro="_header_1s1lq_9",yo="_icon_1s1lq_18",Io="_open_1s1lq_21",ko="_content_1s1lq_25",at={accordion:Eo,header:Ro,icon:yo,open:Io,content:ko},$o=({title:l,content:a})=>{const[e,s]=_.useState(!1),[i,r]=_.useState(0),c=_.useRef(null),m=()=>{s(!e)};return _.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:m,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_1r14x_1",wo="_label_1r14x_9",So="_input_1r14x_18",Co="_required_1r14x_35",Bo="_paddingless_1r14x_39",To="_content_1r14x_43",Po="_borderless_1r14x_58",Ao="_rightIcon_1r14x_63",Z={wrapper:No,label:wo,input:So,required:Co,paddingless:Bo,content:To,borderless:Po,rightIcon:Ao},Oo=l=>{const{onChange:a,style:e,label:s,value:i,type:r,min:c,max:m,placeholder:n,disabled:o=!1,required:j=!1,regex:y,paddingless:h=!1,borderless:p=!1,editable:g=!1,isSearch:u=!1}=l,{themeSettings:k}=t.useThemeSettingsStore(),{inputs:A}=k,[v,q]=_.useState(!1);function N(d,O){if(d.startsWith("#")){let S,R,F;return d.length===7?(S=parseInt(d.slice(1,3),16),R=parseInt(d.slice(3,5),16),F=parseInt(d.slice(5,7),16)):d.length===4&&(S=parseInt(d[1]+d[1],16),R=parseInt(d[2]+d[2],16),F=parseInt(d[3]+d[3],16)),`rgba(${S}, ${R}, ${F}, ${O})`}const f={black:"#000000",white:"#ffffff",red:"#ff0000",green:"#00ff00",blue:"#0000ff"}[d.toLowerCase()];return f?N(f,O):d}function w(d){return Number(d)<0?String(c):d}function D(d){return!j||!y?!0:new RegExp(y).test(d)}return t.jsxRuntimeExports.jsxs("div",{className:Z.wrapper,children:[s&&t.jsxRuntimeExports.jsx("label",{className:Z.label,htmlFor:s,children:s}),t.jsxRuntimeExports.jsxs("div",{className:Z.content,style:{paddingRight:A.general.height+15,...e,backgroundColor:N(A.field.color,A.field.opacity/100)},children:[t.jsxRuntimeExports.jsx("input",{id:s,type:r||"text",onChange:d=>{if(r==="text")a(d.target.value);else{const O=w(d.target.value);a(O)}},value:i,autoComplete:"off",placeholder:n||"Type something...",className:t.clx(Z.input,{[Z.required]:v&&j&&!D(i),[Z.paddingless]:h,[Z.borderless]:p}),min:r==="number"?c:void 0,max:r==="number"?m:void 0,disabled:o,onFocus:()=>q(!0)}),u&&t.jsxRuntimeExports.jsx("div",{className:Z.rightIcon,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"MagnifyingGlass",fill:"var(--icon-secondary)",width:A.general.height,height:A.general.height})}),g&&t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",width:20,height:20,hoverable:!0})})]})]})},qo="_wrapper_st58d_1",Lo="_label_st58d_10",Do="_textarea_st58d_18",Mo="_length_st58d_33",ut={wrapper:qo,label:Lo,textarea:Do,length:Mo},Ho=l=>{const{onChange:a,label:e,value:s,maxLength:i,placeholder:r="Type something..."}=l,[c,m]=_.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=>{m(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=Rt;exports.FormSettings=fs;exports.HeaderButtons=lo;exports.InputUI=Oo;exports.ItemsSettings=gt;exports.LayoutSettings=Dt;exports.ListingSelector=Jn;exports.ProductOptions=bi;exports.RangeSelector=mt;exports.ShareLink=bo;exports.ShoppingButton=vt;exports.ShoppingModalCart=Et;exports.TextSettings=jt;exports.TextareaUI=Ho;exports.TypesText=_t;exports.UserInfo=yt;