@billgangcom/theme-lib 1.33.2 → 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.
@@ -13,6 +13,7 @@ interface ActiveProduct extends Product {
13
13
  interface ShoppingModalCartProps {
14
14
  activeProducts: ActiveProduct[];
15
15
  isCartNotEmpty: boolean;
16
+ isOpen: boolean;
16
17
  }
17
18
  export declare const ShoppingModalCart: React.FC<ShoppingModalCartProps>;
18
19
  export declare const EmptyCart: React.FC;
@@ -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-CLg_NJ6J.cjs"),_=require("react");require("@phosphor-icons/react");const Rt="_wrapper_9rr5j_2",yt="_alignmentBlock_9rr5j_8",It="_title_9rr5j_15",kt="_subtitle_9rr5j_22",wt="_alignmentContent_9rr5j_29",$t="_alignments_9rr5j_37",Nt="_alignment_9rr5j_8",Ct="_circle_9rr5j_58",St="_paddings_9rr5j_65",Bt="_padding_9rr5j_65",Tt="_input_9rr5j_84",G={wrapper:Rt,alignmentBlock:yt,title:It,subtitle:kt,alignmentContent:wt,alignments:$t,alignment:Nt,circle:Ct,paddings:St,padding:Bt,input:Tt},Pt=["topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"],qt=["left","top","right","bottom"],At=u=>{const{alignment:o,padding:e,setPadding:s,setAlignment:i}=u;function a(){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 c(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: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:Pt.map(r=>t.jsxRuntimeExports.jsxs("div",{onClick:()=>{i(r)},className:G.alignment,children:[r!==o&&t.jsxRuntimeExports.jsx("div",{className:G.circle}),r===o&&t.jsxRuntimeExports.jsx(t.Icon,{name:a(),fill:"#FF3F19",width:22,height:22})]},r))}),t.jsxRuntimeExports.jsx("div",{className:G.paddings,children:qt.map(r=>t.jsxRuntimeExports.jsxs("label",{className:G.padding,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:c(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_voimd_1",Dt="_subtitle_voimd_5",Lt="_header_voimd_12",Mt="_text_voimd_13",Ht="_top_voimd_20",zt="_itemsBlock_voimd_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 a=[...o];if(a.includes(i)){const c=a.filter(r=>r!==i);e(c)}else a.push(i),e(a)},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:a,setTypesText:c,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=>a(l),value:i,maxLength:150}),t.jsxRuntimeExports.jsx(pt,{typesText:o,setTypesText:c})]})]})},Gt="_title_vzbkd_1",Wt="_subtitle_vzbkd_5",Xt="_header_vzbkd_12",Jt="_text_vzbkd_13",Qt="_productsBlock_vzbkd_14",Kt="_top_vzbkd_26",Zt="_itemsBlock_vzbkd_35",te="_typeTexts_vzbkd_41",ee="_block_vzbkd_48",se="_active_vzbkd_61",ne="_products_vzbkd_14",ie="_product_vzbkd_14",oe="_button_vzbkd_80",re="_disabled_vzbkd_91",ae="_image_vzbkd_95",ce="_info_vzbkd_102",le="_name_vzbkd_114",de="_buttons_vzbkd_118",ue="_modal_vzbkd_125",xe="_link_vzbkd_145",me="_modalOptions_vzbkd_151",pe="_addButton_vzbkd_163",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:ae,info:ce,name:le,buttons:de,modal:ue,link:xe,modalOptions:me,addButton:pe},he=_.forwardRef((u,o)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:a,setIsOpenModal:c}=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),c(!1)}})]}),t.jsxRuntimeExports.jsx("div",{className:M.modalOptions,children:a.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 m={...e,[n.field]:l};s(m)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(ht,{typesText:e[n.field.type],setTypesText:l=>{const m={...e,[n.field.type]:l};s(m)},text:e[n.field.text]||"",setText:l=>{const m={...e,[n.field.text]:l};s(m)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:l=>{const m={...e,[n.field]:l};s(m)},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 m={...e,[n.field.text]:l};s(m)},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 m={...e,[n.field.switch]:l};s(m)}})]});if(n.type==="list")return t.jsxRuntimeExports.jsx(_t,{items:e[n.field]||[],setItems:l=>{const m={...e,[n.field]:l};s(m)},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 m={...e,[n.field]:l};s(m)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})}),_e="_other_g74jx_1",je="_subtitle_g74jx_7",ge="_items_g74jx_14",mt={other:_e,subtitle:je,items:ge},dt=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:a=>s.setIsItem(a),label:s.label,hasBackground:!0,paddingless:!1},i))})]})},fe=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:a},c]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>c(i(r)),className:`${M.product} ${a?M.dragging:""}`,children:s})},_t=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:a,title:c,subtitle:r,editable:n=!0,draggable:l=!1,withImage:m=!1,deletable:d=!0,addable:C=!0,itemsType:g,itemsPlaceholder:j="",itemsOptions:p,hasRangeSelector:B=!1,rangeSelectorOptions:T,modalOptions:f,addableOptions:A={},limit:k,autoScrollInterval:w}=u,[L,x]=_.useState(null),[P,E]=_.useState({top:0,left:0}),[v,O]=_.useState(null),y=_.useRef(null),[D,F]=_.useState(!1),X=(h,$)=>{const R=[...s],[Y]=R.splice(h,1);R.splice($,0,Y),i(R)};_.useEffect(()=>{const h=()=>{x(null),F(!1)};return document.body.addEventListener("click",h),x(null),F(!1),()=>{x(null),F(!1),document.body.removeEventListener("click",h)}},[]),_.useEffect(()=>{if(L){const h=[...s].map($=>$.id===L.id?L:$);i(h)}},[L]),_.useEffect(()=>{if(y.current&&v){const h=y.current.getBoundingClientRect().height,$=window.innerHeight;let R=v.top;R+h>$+window.scrollY-200&&(R=$+window.scrollY-h-200),R<0&&(R=10),E({top:R,left:v.left})}},[y.current,v]);const Z=(h,$)=>{h.stopPropagation();const R=h.target.getBoundingClientRect();O({top:R.top+window.scrollY,left:R.left-30}),x($),F(!0)};function b(h){if(m)return h?t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${h[0]}/w=1000`,alt:"image",width:16,height:16}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Image",width:16,height:16,fill:"#757575"})}const S=(h,$)=>{var Y;const R=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})}),g==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:q=>{const V=[...s],st=p.find(at=>at.name===q);if(!st)return;const tt=V.map(at=>at.id===h.id?{...st,name:q}:at);x({...h,name:q}),i([...tt])},value:h.name,options:p.filter(q=>!s.find(V=>V.name===q.name)).map(q=>q.name),leftAddon:b(h.images)}),g==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:q=>{const st=[...s].map(tt=>tt.id===h.id?{...h,name:q}:tt);i([...st])},value:h.name,placeholder:j}),g==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:q=>{const st=[...s].map(tt=>tt.id===h.id?{...h,images:q}:tt);i([...st])},activeImage:(Y=s.find(q=>q.id===h.id))==null?void 0:Y.images[0]}),t.jsxRuntimeExports.jsxs("div",{className:M.buttons,children:[n&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:q=>Z(q,h)}),d&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(q=>q.id!==h.id))})]})]});return l?t.jsxRuntimeExports.jsx(fe,{product:h,index:$,moveProduct:X,children:R},h.id):t.jsxRuntimeExports.jsx("div",{className:M.product,children:R},h.id)};return t.jsxRuntimeExports.jsxs("div",{className:M.productsBlock,children:[(c||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:M.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:M.title,children:c}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:h=>e==null?void 0:e(h)})]}),L&&n&&f&&D&&t.jsxRuntimeExports.jsx(he,{ref:y,activeItem:L,setActiveItem:x,popupPosition:P,modalOptions:f,setIsOpenModal:F}),B&&T&&t.jsxRuntimeExports.jsx(ut,{...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((h,$)=>S(h,$))}):s.map((h,$)=>S(h,$)),C&&t.jsxRuntimeExports.jsx("div",{className:M.addButton,children:t.jsxRuntimeExports.jsxs(t.Button,{withoutHover:!0,className:t.clx(M.button,{[M.disabled]:!!(k&&k<=s.length||s.length===(p==null?void 0:p.length))}),size:"s",disabled:!!(k&&k<=s.length||s.length===(p==null?void 0:p.length)),onClick:()=>{const h=[...s];let $=null;if(p){for(let R=0;R<p.length;R++)if(!s.find(Y=>Y.id===p[R].id)){$=p[R];break}}g==="select"?h.push({name:$?$.name:p[0].name,id:($==null?void 0:$.id)||p[0].id,...A}):g==="input"?h.push({name:"",id:t.v4(),...A}):h.push({name:`Image ${s.length+1}`,id:t.v4(),...A}),i(h)},style:{width:"fit-content"},children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})]}),a!==void 0&&t.jsxRuntimeExports.jsx(dt,{items:a}),w!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(w.scrollInterval),onChange:h=>w.setScrollInterval(Number(h)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},be="_title_1jjcw_1",ve="_subtitle_1jjcw_5",Ee="_header_1jjcw_12",Re="_text_1jjcw_13",ye="_productsBlock_1jjcw_14",Ie="_top_1jjcw_26",ke="_itemsBlock_1jjcw_35",we="_typeTexts_1jjcw_41",$e="_block_1jjcw_48",Ne="_active_1jjcw_61",Ce="_products_1jjcw_14",Se="_product_1jjcw_14",Be="_button_1jjcw_80",Te="_disabled_1jjcw_91",Pe="_image_1jjcw_95",qe="_info_1jjcw_102",Ae="_name_1jjcw_114",Oe="_buttons_1jjcw_118",De="_modal_1jjcw_125",Le="_link_1jjcw_145",Me="_modalOptions_1jjcw_151",He="_addButton_1jjcw_157",W={title:be,subtitle:ve,header:Ee,text:Re,productsBlock:ye,top:Ie,itemsBlock:ke,typeTexts:we,block:$e,active:Ne,products:Ce,product:Se,button:Be,disabled:Te,image:Pe,info:qe,name:Ae,buttons:Oe,modal:De,link:Le,modalOptions:Me,addButton:He},ze=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:a,title:c,subtitle:r,draggable:n=!1,withImage:l=!1,addable:m=!0,itemsOptions:d,hasRangeSelector:C=!1,rangeSelectorOptions:g,limit:j,autoScrollInterval:p}=u;function B(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 A=d.find(w=>w.id===f);if(!A)return;const k=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 L=[...s],x=d.find(v=>v.name===w);if(!x)return;const P=x.id,E=L.map(v=>v===f?P:v);i([...E])},value:A.name,options:d.filter(w=>!s.find(L=>L===w.id)).map(w=>w.name),leftAddon:B(A.images)}),t.jsxRuntimeExports.jsx("div",{className:W.buttons,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(w=>w!==f))})})]});return t.jsxRuntimeExports.jsx("div",{className:W.product,children:k},f)};return t.jsxRuntimeExports.jsxs("div",{className:W.productsBlock,children:[(c||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:W.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:W.title,children:c}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:f=>e==null?void 0:e(f)})]}),C&&g&&t.jsxRuntimeExports.jsx(ut,{...g}),t.jsxRuntimeExports.jsxs("div",{className:W.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:W.subtitle,children:r}),s.map(f=>T(f)),m&&t.jsxRuntimeExports.jsx("div",{className:W.addButton,children:t.jsxRuntimeExports.jsxs(t.Button,{withoutHover:!0,className:t.clx(W.button,{[W.disabled]:!!(j&&j<=s.length||s.length===d.length)}),size:"s",disabled:!!(j&&j<=s.length||s.length===d.length),onClick:()=>{const f=[...s];let A=null;if(d){for(let k=0;k<d.length;k++)if(!s.find(w=>w===d[k].id)){A=d[k];break}}f.push((A==null?void 0:A.id)||d[0].id),i(f)},style:{width:"fit-content"},children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})]}),a!==void 0&&t.jsxRuntimeExports.jsx(dt,{items:a}),p!==void 0&&t.jsxRuntimeExports.jsx(t.Input,{label:"Auto scroll interval",type:"number",value:String(p.scrollInterval),onChange:f=>p.setScrollInterval(Number(f)),min:.1,max:100,style:{width:"100%"},postfix:"sec."})]})},Fe="_title_iqcxl_1",Ve="_subtitle_iqcxl_5",Ue="_header_iqcxl_12",Ye="_text_iqcxl_13",Ge="_productsBlock_iqcxl_14",We="_top_iqcxl_26",Xe="_itemsBlock_iqcxl_35",Je="_typeTexts_iqcxl_41",Qe="_block_iqcxl_48",Ke="_active_iqcxl_61",Ze="_products_iqcxl_14",ts="_product_iqcxl_14",es="_button_iqcxl_80",ss="_disabled_iqcxl_91",ns="_image_iqcxl_95",is="_info_iqcxl_102",os="_name_iqcxl_114",rs="_buttons_iqcxl_118",as="_modal_iqcxl_125",cs="_link_iqcxl_146",ls="_modalOptions_iqcxl_152",ds="_addButton_iqcxl_164",z={title:Fe,subtitle:Ve,header:Ue,text:Ye,productsBlock:Ge,top:We,itemsBlock:Xe,typeTexts:Je,block:Qe,active:Ke,products:Ze,product:ts,button:es,disabled:ss,image:ns,info:is,name:os,buttons:rs,modal:as,link:cs,modalOptions:ls,addButton:ds},us=_.forwardRef((u,o)=>{const{activeItem:e,setActiveItem:s,popupPosition:i,modalOptions:a,setIsOpenModal:c}=u;function r(n,l){return n.length>l?`${n.slice(0,l)}...`:n}return t.jsxRuntimeExports.jsxs("div",{ref:o,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:r(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:a.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 m={...e,[n.field]:l};s(m)}},String(n.field));if(n.type==="text")return t.jsxRuntimeExports.jsx(ht,{typesText:e[n.field.type],setTypesText:l=>{const m={...e,[n.field.type]:l};s(m)},text:e[n.field.text]||"",setText:l=>{const m={...e,[n.field.text]:l};s(m)},subtitle:n.label});if(n.type==="input")return t.jsxRuntimeExports.jsx(t.Input,{onChange:l=>{const m={...e,[n.field]:l};s(m)},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:l=>{const m={...e,[n.field.text]:l};s(m)},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 m={...e,[n.field.switch]:l};s(m)}})]});if(n.type==="select")return t.jsxRuntimeExports.jsx(t.Select,{options:n.itemsOptions,onChange:l=>{const m={...e,[n.field]:l};s(m)},label:n.label,value:e[n.field]||"String",leftAddon:n.leftAddon&&n.leftAddon==="icon"&&t.jsxRuntimeExports.jsx(t.Icon,{name:e[n.field]})})})})]})}),xs=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:a},c]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>c(i(r)),className:`${z.product} ${a?z.dragging:""}`,children:s})},ms=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:a,title:c,subtitle:r,editable:n=!0,draggable:l=!1,withImage:m=!1,deletable:d=!0,addable:C=!0,itemsType:g,itemsPlaceholder:j="",itemsOptions:p,hasRangeSelector:B=!1,rangeSelectorOptions:T,modalOptions:f,addableOptions:A={}}=u,[k,w]=_.useState(null),[L,x]=_.useState({top:0,left:0}),[P,E]=_.useState(null),v=_.useRef(null),[O,y]=_.useState(!1),D=(b,S)=>{const h=[...s],[$]=h.splice(b,1);h.splice(S,0,$),i(h)};_.useEffect(()=>{const b=()=>{w(null),y(!1)};return document.body.addEventListener("click",b),w(null),y(!1),()=>{w(null),y(!1),document.body.removeEventListener("click",b)}},[]),_.useEffect(()=>{if(k){const b=[...s].map(S=>S.id===k.id?k:S);i(b)}},[k]),_.useEffect(()=>{if(v.current&&P){const b=v.current.getBoundingClientRect().height,S=window.innerHeight;let h=P.top;h+b>S+window.scrollY-200&&(h=S+window.scrollY-b-200),h<0&&(h=10),x({top:h,left:P.left})}},[v.current,P]);const F=(b,S)=>{b.stopPropagation();const h=b.target.getBoundingClientRect();E({top:h.top+window.scrollY,left:h.left-30}),w(S),y(!0)};function X(b){if(m)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 Z=(b,S)=>{var $;const h=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})}),g==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:R=>{const q=[...s].map(V=>V.id===b.id?{...b,name:R}:V);w({...b,name:R}),i([...q])},value:b.name,options:p.filter(R=>!s.find(Y=>Y.name===R)),leftAddon:X(b.images)}),g==="input"&&t.jsxRuntimeExports.jsx(t.Input,{onChange:R=>{const q=[...s].map(V=>V.id===b.id?{...b,name:R}:V);i([...q])},value:b.name,placeholder:j}),g==="image"&&t.jsxRuntimeExports.jsx(t.ChooseImage,{onChange:R=>{const q=[...s].map(V=>V.id===b.id?{...b,images:R}:V);i([...q])},activeImage:($=s.find(R=>R.id===b.id))==null?void 0:$.images[0]}),t.jsxRuntimeExports.jsxs("div",{className:z.buttons,children:[n&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:R=>F(R,b)}),d&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,width:20,height:20,fill:"#C12A2A",onClick:()=>i(s.filter(R=>R.id!==b.id))})]})]});return l?t.jsxRuntimeExports.jsx(xs,{product:b,index:S,moveProduct:D,children:h},b.id):t.jsxRuntimeExports.jsx("div",{className:z.product,children:h},b.id)};return t.jsxRuntimeExports.jsxs("div",{className:z.productsBlock,children:[(c||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:z.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:z.title,children:c}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:b=>e==null?void 0:e(b)})]}),k&&n&&f&&O&&t.jsxRuntimeExports.jsx(us,{ref:v,activeItem:k,setActiveItem:w,popupPosition:L,modalOptions:f,setIsOpenModal:y}),B&&T&&t.jsxRuntimeExports.jsx(ut,{...T}),t.jsxRuntimeExports.jsxs("div",{className:z.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:z.subtitle,children:r}),l?t.jsxRuntimeExports.jsx(t.DndProvider,{backend:t.HTML5Backend,children:s.map((b,S)=>Z(b,S))}):s.map((b,S)=>Z(b,S)),C&&t.jsxRuntimeExports.jsx("div",{className:z.addButton,children:t.jsxRuntimeExports.jsxs(t.Button,{withoutHover:!0,className:z.button,size:"s",onClick:()=>{const b=[...s];let S=null;if(p){for(let h=0;h<p.length;h++)if(!s.find($=>$.name===p[h])){S=p[h];break}}g==="select"?b.push({name:S||p[0],id:t.v4(),...A}):g==="input"?b.push({name:"",id:t.v4(),...A}):b.push({name:`Image ${s.length+1}`,id:t.v4(),...A}),i(b)},style:{width:"fit-content"},children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})]}),a!==void 0&&t.jsxRuntimeExports.jsx(dt,{items:a})]})},ps="_title_oravb_1",hs="_subtitle_oravb_5",_s="_header_oravb_12",js="_text_oravb_13",gs="_productsBlock_oravb_14",fs="_buttonsBlock_oravb_15",bs="_top_oravb_26",vs="_itemsBlock_oravb_35",Es="_typeTexts_oravb_41",Rs="_block_oravb_48",ys="_active_oravb_60",Is="_products_oravb_14",ks="_product_oravb_14",ws="_button_oravb_15",$s="_image_oravb_90",Ns="_info_oravb_97",Cs="_name_oravb_109",Ss="_buttons_oravb_15",Bs="_modal_oravb_120",Ts="_other_oravb_139",Ps="_options_oravb_145",et={title:ps,subtitle:hs,header:_s,text:js,productsBlock:gs,buttonsBlock:fs,top:bs,itemsBlock:vs,typeTexts:Es,block:Rs,active:ys,products:Is,product:ks,button:ws,image:$s,info:Ns,name:Cs,buttons:Ss,modal:Bs,other:Ts,options:Ps},qs=_.forwardRef((u,o)=>{const{activeButton:e,setActiveButton:s,popupPosition:i}=u,[a,c]=_.useState(e.typesText),[r,n]=_.useState(e.destination),[l,m]=_.useState(e.page),[d,C]=_.useState(e.link||""),[g,j]=_.useState(e.text||""),[p,B]=_.useState(e.openInNewTab),{pages:T}=t.usePagesStore();return _.useEffect(()=>{s({...e,...{text:g,link:d,destination:r,typesText:a,page:l,openInNewTab:p}})},[a,r,d,g,l,p]),t.jsxRuntimeExports.jsxs("div",{className:et.modal,onClick:f=>{f.stopPropagation()},style:{top:`${i.top}px`,left:`${i.left}px`},ref:o,children:[t.jsxRuntimeExports.jsxs("div",{className:et.top,children:[t.jsxRuntimeExports.jsx("h3",{className:et.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:et.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=>m(f),options:T?Object.values(T).filter(f=>f.name!==l).map(f=>f.name):[],value:l}):t.jsxRuntimeExports.jsx(t.Input,{onChange:f=>C(f),value:d,placeholder:"https://",label:"Link"}),t.jsxRuntimeExports.jsx(t.Switch,{current:e.openInNewTab,label:"Open in new tab",onChange:f=>B(f)}),t.jsxRuntimeExports.jsx(t.Textarea,{onChange:f=>j(f),value:g,label:"Text",maxLength:150}),t.jsxRuntimeExports.jsx(pt,{typesText:a,setTypesText:c})]})]})}),As="_subtitle_w0d5g_1",Os="_header_w0d5g_8",Ds="_text_w0d5g_9",Ls="_productsBlock_w0d5g_10",Ms="_buttonsBlock_w0d5g_11",Hs="_top_w0d5g_23",zs="_itemsBlock_w0d5g_32",Fs="_typeTexts_w0d5g_38",Vs="_block_w0d5g_45",Us="_active_w0d5g_58",Ys="_products_w0d5g_10",Gs="_product_w0d5g_10",Ws="_button_w0d5g_11",Xs="_image_w0d5g_88",Js="_info_w0d5g_95",Qs="_name_w0d5g_107",Ks="_buttons_w0d5g_11",Zs="_modal_w0d5g_118",tn="_other_w0d5g_138",en="_options_w0d5g_144",sn="_addButton_w0d5g_150",nt={subtitle:As,header:Os,text:Ds,productsBlock:Ls,buttonsBlock:Ms,top:Hs,itemsBlock:zs,typeTexts:Fs,block:Vs,active:Us,products:Ys,product:Gs,button:Ws,image:Xs,info:Js,name:Qs,buttons:Ks,modal:Zs,other:tn,options:en,addButton:sn},jt=u=>{const{buttons:o,setButtons:e,deletable:s=!0,addable:i=!0}=u,[a,c]=_.useState(null),[r,n]=_.useState({top:0,left:0}),[l,m]=_.useState(null),d=_.useRef(null);_.useEffect(()=>{const g=()=>{c(null)};return document.body.addEventListener("click",g),c(null),()=>{c(null),document.body.removeEventListener("click",g)}},[]),_.useEffect(()=>{if(a){const g=[...o].map(j=>j.id===a.id?a:j);e(g)}},[a]),_.useEffect(()=>{if(d.current&&l){const g=d.current.getBoundingClientRect().height,j=window.innerHeight;let p=l.top;p+g>j+window.scrollY-200&&(p=j+window.scrollY-g-200),p<0&&(p=10),n({top:p,left:l.left})}},[d.current,l]);const C=(g,j)=>{g.stopPropagation();const p=g.target.getBoundingClientRect();m({top:p.top+window.scrollY,left:p.left-30}),c(j)};return t.jsxRuntimeExports.jsxs("div",{className:nt.products,children:[t.jsxRuntimeExports.jsx("h5",{className:nt.subtitle,children:"Button Type"}),o.map(g=>t.jsxRuntimeExports.jsxs("div",{className:nt.product,children:[t.jsxRuntimeExports.jsx(t.Select,{onChange:j=>{const B=[...o].map(T=>T.id===g.id?{...g,type:j}:T);e(B)},value:g.type,options:["Primary","Secondary","Tertiary"]}),t.jsxRuntimeExports.jsxs("div",{className:nt.buttons,children:[t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:j=>{C(j,g)}}),s&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Trash",hoverable:!0,onClick:()=>{const j=o.filter(p=>p.id!==g.id);e(j)},width:20,height:20,fill:"#C12A2A"})]})]},g.id)),a&&t.jsxRuntimeExports.jsx(qs,{ref:d,activeButton:a,setActiveButton:c,popupPosition:r}),i&&t.jsxRuntimeExports.jsx("div",{className:nt.addButton,children:t.jsxRuntimeExports.jsxs(t.Button,{withoutHover:!0,className:nt.button,size:"s",onClick:()=>{const g=[...o];g.push({type:"Primary",id:t.v4(),typesText:[],destination:"Go to Page",text:"Button Name",page:"home",openInNewTab:!0}),e(g)},style:{width:"fit-content"},children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})]})},nn=u=>{const{isActiveButtons:o,setIsActiveButtons:e,buttons:s,setButtons:i}=u;return t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:t.jsxRuntimeExports.jsxs("div",{className:et.buttonsBlock,children:[t.jsxRuntimeExports.jsxs("div",{className:et.top,children:[t.jsxRuntimeExports.jsx("h3",{className:et.title,children:"Buttons"}),t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:a=>e(a)})]}),t.jsxRuntimeExports.jsx(jt,{buttons:s,setButtons:i})]})})},on="_wrapper_m18qi_1",rn="_subtitle_m18qi_7",an="_content_m18qi_14",cn="_range_m18qi_22",ln="_track_m18qi_27",dn="_progress_m18qi_36",un="_dots_m18qi_46",xn="_dot_m18qi_46",mn="_active_m18qi_65",pn="_input_m18qi_77",hn="_countBlock_m18qi_91",_n="_count_m18qi_91",jn="_controls_m18qi_107",gn="_button_m18qi_113",H={wrapper:on,subtitle:rn,content:an,range:cn,track:ln,progress:dn,dots:un,dot:xn,active:mn,input:pn,countBlock:hn,count:_n,controls:jn,button:gn},ut=u=>{const{label:o,min:e=1,max:s=4,step:i=1,count:a,setCount:c}=u,[r,n]=_.useState(!1),l=Array.from({length:(s-e)/i+1}),m=(a-e)/(s-e)*100,d=()=>{a<s&&c(a+i)},C=()=>{a>e&&c(a-i)},g=j=>{const p=e+j*i;c(p)};return t.jsxRuntimeExports.jsxs("div",{className:H.wrapper,children:[o&&t.jsxRuntimeExports.jsx("h5",{className:H.subtitle,children:o}),t.jsxRuntimeExports.jsxs("div",{className:H.content,children:[t.jsxRuntimeExports.jsxs("div",{className:H.range,children:[t.jsxRuntimeExports.jsx("div",{className:H.track}),t.jsxRuntimeExports.jsx("div",{className:H.progress,style:{width:`${m}%`}}),t.jsxRuntimeExports.jsx("div",{className:H.dots,children:l.map((j,p)=>{const B=p<=(a-e)/i;return t.jsxRuntimeExports.jsx("button",{onClick:()=>g(p),className:t.clx(H.dot,{[H.active]:B,[H.inactive]:!B,[H.dragging]:r}),"aria-label":`Set value to ${e+p*i}`},p)})}),t.jsxRuntimeExports.jsx("input",{type:"range",min:e,max:s,step:i,value:a,onChange:j=>c(Number(j.target.value)),onMouseDown:()=>n(!0),onMouseUp:()=>n(!1),onTouchStart:()=>n(!0),onTouchEnd:()=>n(!1),className:H.input})]}),t.jsxRuntimeExports.jsxs("div",{className:H.countBlock,children:[t.jsxRuntimeExports.jsx(t.Input,{type:"number",min:e,max:s,paddingless:!0,onChange:j=>{const p=Number(j);p>s?c(s):p<e?c(e):c(p)},value:String(a)}),t.jsxRuntimeExports.jsxs("div",{className:H.controls,children:[t.jsxRuntimeExports.jsx("button",{onClick:d,disabled:a>=s,className:H.button,"aria-label":"Increment count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretUp",width:15,height:15})}),t.jsxRuntimeExports.jsx("button",{onClick:C,disabled:a<=e,className:H.button,"aria-label":"Decrement count",children:t.jsxRuntimeExports.jsx(t.Icon,{name:"CaretDown",width:15,height:15})})]})]})]})]})},fn="_title_w64fy_1",bn="_subtitle_w64fy_5",vn="_header_w64fy_12",En="_text_w64fy_13",Rn="_productsBlock_w64fy_14",yn="_top_w64fy_26",In="_itemsBlock_w64fy_35",kn="_typeTexts_w64fy_41",wn="_block_w64fy_48",$n="_active_w64fy_61",Nn="_products_w64fy_14",Cn="_product_w64fy_14",Sn="_button_w64fy_80",Bn="_image_w64fy_91",Tn="_info_w64fy_98",Pn="_name_w64fy_110",qn="_buttons_w64fy_114",An="_modal_w64fy_121",On="_link_w64fy_141",Dn="_modalOptions_w64fy_147",Ln="_addButton_w64fy_159",U={title:fn,subtitle:bn,header:vn,text:En,productsBlock:Rn,top:yn,itemsBlock:In,typeTexts:kn,block:wn,active:$n,products:Nn,product:Cn,button:Sn,image:Bn,info:Tn,name:Pn,buttons:qn,modal:An,link:On,modalOptions:Dn,addButton:Ln},Mn=u=>{const{activeItem:o,setActiveItem:e,popupPosition:s,setIsOpenModal:i,itemsOptions:a}=u,c=a.find(n=>n.id===o.listingId);if(!c)return null;function r(n,l){return n.length>l?`${n.slice(0,l)}...`:n}return t.jsxRuntimeExports.jsxs("div",{className:U.modal,onClick:n=>{n.stopPropagation()},style:{top:`${s.top}px`,left:`${s.left}px`},children:[t.jsxRuntimeExports.jsxs("div",{className:U.top,children:[t.jsxRuntimeExports.jsx("h3",{children:r(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:U.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 l={...o,image:n[0]};e(l)}})})]})},Hn=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:a},c]=t.useDrag({type:"product",item:{index:o},collect:r=>({isDragging:r.isDragging()})});return t.jsxRuntimeExports.jsx("div",{ref:r=>c(i(r)),className:`${U.product} ${a?U.dragging:""}`,children:s})},zn=u=>{const{isActiveItems:o,setIsActiveItems:e,items:s,setItems:i,other:a,title:c,subtitle:r,editable:n=!0,draggable:l=!1,withImage:m=!1,deletable:d=!0,addable:C=!0,itemsType:g,itemsOptions:j}=u,[p,B]=_.useState(null),[T,f]=_.useState({top:0,left:0}),[A,k]=_.useState(!1),w=(E,v)=>{const O=[...s],[y]=O.splice(E,1);O.splice(v,0,y),i(O)};_.useEffect(()=>{const E=()=>{B(null),k(!1)};return document.body.addEventListener("click",E),B(null),k(!1),()=>{B(null),k(!1),document.body.removeEventListener("click",E)}},[]),_.useEffect(()=>{if(p){const E=[...s].map(v=>v.listingId===p.listingId?p:v);i(E)}},[p]);const L=(E,v)=>{E.stopPropagation();const O=E.target.getBoundingClientRect(),y=100,D=window.innerHeight;let F=O.top+window.scrollY;F+y>D&&(F=D-y-20),k(!0),f({top:F-80,left:O.left-30}),B(v)};function x(E){if(m)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,v)=>{const O=j.find(D=>E.listingId===D.id);if(!O)return null;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})},v),g==="select"&&t.jsxRuntimeExports.jsx(t.Select,{onChange:D=>{const F=[...s],X=j.find(S=>S.productData.name===D);if(!X)return;const Z={listingId:X.id,image:X.productData.images.length>0?X.productData.images[0].cfId:""},b=F.map(S=>S.listingId===E.listingId?Z:S);B(Z),i([...b])},value:O.productData.name,options:[...j.filter(D=>!s.find(F=>F.listingId===D.id)).map(D=>D.productData.name)],leftAddon:x(E.image||O.productData.images.length>0&&O.productData.images[0].cfId||"")},v),t.jsxRuntimeExports.jsxs("div",{className:U.buttons,children:[n&&t.jsxRuntimeExports.jsx(t.Icon,{name:"Sliders",hoverable:!0,width:20,height:20,onClick:D=>L(D,E)}),d&&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(Hn,{product:E,index:v,moveProduct:w,children:y},E.listingId):t.jsxRuntimeExports.jsx("div",{className:U.product,children:y},E.listingId)};return t.jsxRuntimeExports.jsxs("div",{className:U.productsBlock,children:[(c||o!==void 0)&&t.jsxRuntimeExports.jsxs("div",{className:U.top,children:[c&&t.jsxRuntimeExports.jsx("h3",{className:U.title,children:c}),o!==void 0&&t.jsxRuntimeExports.jsx(t.Switch,{current:o,onChange:E=>e==null?void 0:e(E)})]}),A&&p&&t.jsxRuntimeExports.jsx(Mn,{activeItem:p,setActiveItem:B,setIsOpenModal:k,popupPosition:T,itemsOptions:j}),t.jsxRuntimeExports.jsxs("div",{className:U.products,children:[r&&t.jsxRuntimeExports.jsx("h5",{className:U.subtitle,children:r}),l?t.jsxRuntimeExports.jsx(t.DndProvider,{backend:t.HTML5Backend,children:s.map((E,v)=>P(E,v))}):s.map((E,v)=>P(E,v)),C&&t.jsxRuntimeExports.jsx("div",{className:U.addButton,children:t.jsxRuntimeExports.jsxs(t.Button,{withoutHover:!0,className:U.button,size:"s",onClick:()=>{const E=[...s];for(let v=0;v<j.length;v++)if(!s.find(O=>O.listingId===j[v].id)){E.push({listingId:j[v].id,image:j[v].productData.images.length>0?j[v].productData.images[0].cfId:""});break}i(E)},disabled:s.length===j.length,style:{width:"fit-content"},children:[t.jsxRuntimeExports.jsx("span",{children:"Add Option"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",width:16,height:16})]})})]}),a!==void 0&&t.jsxRuntimeExports.jsx(dt,{items:a})]})},Fn="_options_jdafm_1",Vn="_price_jdafm_12",Un="_oldPrice_jdafm_19",Yn="_newPrice_jdafm_27",Gn="_animate_jdafm_34",Wn="_appearAndBounce_jdafm_1",Xn="_meta_jdafm_52",Jn="_info_jdafm_58",Qn="_infoRight_jdafm_66",Kn="_buttons_jdafm_73",Zn="_variants_jdafm_80",ti="_variant_jdafm_80",ei="_stock_jdafm_97",si="_variantInfo_jdafm_104",ni="_quantity_jdafm_110",ii="_count_jdafm_117",oi="_focused_jdafm_134",ri="_button_jdafm_73",ai="_activeVariant_jdafm_160",ci="_chargeTypes_jdafm_164",li="_charge_jdafm_164",di="_chargeActive_jdafm_189",ui="_title_jdafm_197",I={options:Fn,price:Vn,oldPrice:Un,newPrice:Yn,animate:Gn,appearAndBounce:Wn,meta:Xn,info:Jn,infoRight:Qn,buttons:Kn,variants:Zn,variant:ti,stock:ei,variantInfo:si,quantity:ni,count:ii,focused:oi,button:ri,activeVariant:ai,chargeTypes:ci,charge:li,chargeActive:di,title:ui};var gt=(u=>(u.ONE_TIME="One-Time",u.RECURRING="Subscribe & Save",u))(gt||{});const xi=u=>{var w,L;const{variants:o}=u,[e,s]=_.useState(o[0]),[i,a]=_.useState(e.chargeTypes[0]),c=t.useNavigate(),[r,n]=_.useState(1),[l,m]=_.useState(!1),{reset:d,addProductToCart:C,getProducts:g,cart:j}=t.useCart(),[p,B]=_.useState(!1);_.useEffect(()=>{B(!0);const x=setTimeout(()=>B(!1),600);return()=>clearTimeout(x)},[r]);async function T(){await g(),await C({productId:u.id,productVariantId:e.id,quantity:r})}function f(){d(),T(),c("/checkout")}console.log(j);function A(x){if(x>=864e5){const y=Math.floor(x/864e5);return`${y} ${y===1?"day":"days"}`}else if(x>=36e5){const y=Math.floor(x/36e5);return`${y} ${y===1?"hour":"hours"}`}else if(x>=6e4){const y=Math.floor(x/6e4);return`${y} ${y===1?"minute":"minutes"}`}else{const y=Math.floor(x/1e3);return`${y} ${y===1?"second":"seconds"}`}}function k(x,P){return x.length>P?x.slice(0,P)+"...":x}return t.jsxRuntimeExports.jsxs("div",{className:I.options,children:[e.chargeTypes.length>1&&t.jsxRuntimeExports.jsx("div",{className:I.chargeTypes,children:e.chargeTypes.map(x=>t.jsxRuntimeExports.jsx("div",{className:t.clx(I.charge,{[I.chargeActive]:i===x}),onClick:()=>a(x),children:gt[x]},x))}),t.jsxRuntimeExports.jsx("div",{className:I.variants,children:o.map(x=>{var P;return t.jsxRuntimeExports.jsxs("div",{className:t.clx(I.variant,{[I.activeVariant]:e.id===x.id}),onClick:()=>s(x),children:[t.jsxRuntimeExports.jsxs("div",{className:I.variantInfo,children:[t.jsxRuntimeExports.jsx("span",{className:I.title,children:k(x.name,15)}),t.jsxRuntimeExports.jsxs("span",{children:["$",i==="ONE_TIME"?x.price.amount:x.subscriptionSettings?x.subscriptionSettings.price.amount:"Price Not Found"]})]}),t.jsxRuntimeExports.jsx("div",{children:i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("span",{className:I.stock,children:[((P=x.quantity.restrictions)==null?void 0:P.max)||x.quantity.available||0," in stock"]})})]},x.id)})}),i==="ONE_TIME"&&t.jsxRuntimeExports.jsxs("div",{className:I.quantity,children:[t.jsxRuntimeExports.jsx("button",{onClick:()=>{r>1?n(x=>x-1):n(1)},className:I.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(I.count,{[I.focused]:l}),onFocus:()=>m(!0),onBlur:()=>m(!1),children:t.jsxRuntimeExports.jsx(t.Input,{type:"number",value:String(r),onChange:x=>n(Number(x)),max:((w=e.quantity.restrictions)==null?void 0:w.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(x=>x+1)},className:I.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: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":A(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]:p}),children:["$ ",(e.price.amount||0)*r]}),t.jsxRuntimeExports.jsxs("span",{className:I.oldPrice,children:["$ ",(e.compareAtPrice.amount||0)*r]})]}):t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:p}),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:I.price,children:[t.jsxRuntimeExports.jsxs("span",{className:t.clx(I.newPrice,{[I.animate]:p}),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]:p}),children:["$ ",e.subscriptionSettings.price.amount||0]})})]})]}),t.jsxRuntimeExports.jsxs("div",{className:I.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"})]})]})},mi="_button_nq46k_1",pi="_login_nq46k_14",hi="_signUp_nq46k_18",_i="_buttons_nq46k_23",ji="_modal_nq46k_32",gi="_info_nq46k_60",fi="_top_nq46k_67",bi="_title_nq46k_78",vi="_clear_nq46k_85",Ei="_activeClear_nq46k_92",Ri="_count_nq46k_96",yi="_cart_nq46k_111",Ii="_empty_nq46k_119",ki="_product_nq46k_145",wi="_products_nq46k_154",$i="_image_nq46k_162",Ni="_productInfo_nq46k_168",Ci="_content_nq46k_175",Si="_name_nq46k_181",Bi="_price_nq46k_187",Ti="_productButtons_nq46k_193",Pi="_productButton_nq46k_193",qi="_productCount_nq46k_213",Ai="_bottom_nq46k_229",Oi="_subtotal_nq46k_237",Di="_block_nq46k_245",Li="_shoppingCount_nq46k_252",Mi="_total_nq46k_272",Hi="_link_nq46k_278",zi="_userInfo_nq46k_285",N={button:mi,login:pi,signUp:hi,buttons:_i,modal:ji,info:gi,top:fi,title:bi,clear:vi,activeClear:Ei,count:Ri,cart:yi,empty:Ii,product:ki,products:wi,image:$i,productInfo:Ni,content:Ci,name:Si,price:Bi,productButtons:Ti,productButton:Pi,productCount:qi,bottom:Ai,subtotal:Oi,block:Di,shoppingCount:Li,total:Mi,link:Hi,userInfo:zi},Fi="_button_85085_1",Vi="_primary_85085_20",Ui="_primaryHovered_85085_30",Yi="_secondary_85085_34",Gi="_secondaryHovered_85085_44",Wi="_tertiary_85085_48",Xi="_tertiaryHovered_85085_58",Ji="_content_85085_62",J={button:Fi,primary:Vi,primaryHovered:Ui,secondary:Yi,secondaryHovered:Gi,tertiary:Wi,tertiaryHovered:Xi,content:Ji},lt=u=>{const{children:o,onClick:e,style:s,className:i,disabled:a=!1,type:c="Primary"}=u,{themeSettings:r}=t.useThemeSettingsStore();return t.jsxRuntimeExports.jsx("button",{className:t.clx(J.button,i,{[J.primary]:c==="Primary",[J.secondary]:c==="Secondary",[J.tertiary]:c==="Tertiary",[J.primaryHovered]:c==="Primary"&&!a&&r.buttons.primary.hover,[J.secondaryHovered]:c==="Secondary"&&!a&&r.buttons.secondary.hover,[J.tertiaryHovered]:c==="Tertiary"&&!a&&r.buttons.tertiary.hover}),onClick:e,style:{...s},disabled:a,children:c==="Tertiary"?t.jsxRuntimeExports.jsxs("div",{className:J.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 Qi(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 Ki(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 Qi(o)}catch{return atob(o)}}function Zi(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=Ki(s)}catch(a){throw new rt(`Invalid token specified: invalid base64 for part #${e+1} (${a.message})`)}try{return JSON.parse(i)}catch(a){throw new rt(`Invalid token specified: invalid json for part #${e+1} (${a.message})`)}}const to=u=>{const{shopping:o,signUp:e}=u,s=t.useNavigate();function i(c){s(c)}const a=JSON.parse(localStorage.getItem("token")||"{}");return t.jsxRuntimeExports.jsxs("div",{className:N.buttons,children:[o&&t.jsxRuntimeExports.jsx(ft,{}),!a.data&&t.jsxRuntimeExports.jsx(lt,{onClick:()=>i("/customer-dash"),type:"Secondary",style:{padding:10},children:"Login"}),!a.data&&e&&t.jsxRuntimeExports.jsx(lt,{onClick:()=>i("/customer-dash"),type:"Primary",style:{padding:10},children:"Sign Up"}),a.data&&t.jsxRuntimeExports.jsx(Et,{token:a.data})]})},ft=()=>{const[u,o]=_.useState(!1),[e,s]=_.useState([]),{cart:i,getProducts:a}=t.useCart();function c(m){for(let d=0;d<i.parts.length;d++)for(let C=0;C<m.variants.length;C++)if(i.parts[d].productVariantId===m.variants[d].id)return i.parts[d].productVariantId}function r(m){for(let d=0;d<i.parts.length;d++)for(let C=0;C<m.variants.length;C++)if(i.parts[d].productVariantId===m.variants[d].id)return i.parts[d].quantity}_.useEffect(()=>{(async()=>{const d=i.parts.map(j=>String(j.productId)),g=(await a([...d])).map(j=>({...j,activeVariantId:c(j),quantity:r(j)}));s(g)})()},[i.parts.length]);function n(m){var d;return!m||!(m!=null&&m.variants)?!1:(d=m.variants.find(C=>C.id===m.activeVariantId))==null?void 0:d.subscriptionSettings}const l=i.parts.length>0&&e.length>0&&!n(e[0]);return console.log(i.parts.length>0,e.length>0,!n(e[0])),t.jsxRuntimeExports.jsxs(t.jsxRuntimeExports.Fragment,{children:[t.jsxRuntimeExports.jsxs("div",{className:N.button,onClick:m=>{m.stopPropagation(),o(!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:o,children:t.jsxRuntimeExports.jsx(bt,{activeProducts:e,isCartNotEmpty:l})})]})},bt=u=>{const{activeProducts:o,isCartNotEmpty:e}=u,{cart:s,reset:i,getTotalAndDiscount:a,updateQuantityOfProduct:c}=t.useCart(),r=t.useNavigate();function n(d){r(d)}function l(d){c({productId:d.id,productVariantId:d.activeVariantId,quantity:d.quantity+1})}function m(d){c({productId:d.id,productVariantId:d.activeVariantId,quantity:d.quantity-1})}return t.jsxRuntimeExports.jsxs("div",{className:N.modal,onClick:d=>d.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:s.parts.length})]}),t.jsxRuntimeExports.jsx("button",{className:t.clx(N.clear,{[N.activeClear]:e}),disabled:!e,onClick:()=>i(),children:"Clear all"})]}),e?t.jsxRuntimeExports.jsxs("div",{className:N.cart,children:[t.jsxRuntimeExports.jsx("div",{className:N.products,children:o.map(d=>t.jsxRuntimeExports.jsxs("div",{className:N.product,children:[t.jsxRuntimeExports.jsxs("div",{className:N.productInfo,children:[t.jsxRuntimeExports.jsx("img",{src:`https://imagedelivery.net/${d.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:d.name}),t.jsxRuntimeExports.jsxs("div",{className:N.price,children:["$",d.variants.find(C=>C.id===d.activeVariantId).price.amount*((d==null?void 0:d.quantity)||1)]})]})]}),t.jsxRuntimeExports.jsxs("div",{className:N.productButtons,children:[t.jsxRuntimeExports.jsx("div",{onClick:()=>{d.quantity!==1&&m(d)},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:d.quantity}),t.jsxRuntimeExports.jsx("div",{onClick:()=>l(d),className:N.productButton,children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Plus",fill:"#757575",width:20,height:20})})]})]},d.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:()=>n("/checkout"),children:"Checkout"})]})]}):t.jsxRuntimeExports.jsx(vt,{})]})},vt=()=>t.jsxRuntimeExports.jsxs("div",{className:N.empty,children:[t.jsxRuntimeExports.jsx("div",{children:t.jsxRuntimeExports.jsx(t.Icon,{name:"Handbag"})}),t.jsxRuntimeExports.jsx("span",{children:"Your cart is empty"}),t.jsxRuntimeExports.jsxs("span",{children:["Check out the store's products and add them"," ",t.jsxRuntimeExports.jsx("a",{href:"/products",className:N.link,children:"here"})]})]}),Et=({token:u})=>{const[o,e]=_.useState("test-email@gmail.com"),s=t.useNavigate();_.useEffect(()=>{(async()=>{const c=Zi(u);e(c.email)})()},[u]);function i(a){s(a)}return t.jsxRuntimeExports.jsx("div",{className:N.userInfo,onClick:()=>i("/customer-dash"),children:t.jsxRuntimeExports.jsx("div",{children:o||"test-email@gmail.com"})})},eo="_share_11u0d_1",so="_modal_11u0d_8",no="_header_11u0d_14",io="_socials_11u0d_24",oo="_social_11u0d_24",ro="_copy_11u0d_34",ao="_title_11u0d_41",co="_copyWrapper_11u0d_47",lo="_copyText_11u0d_56",K={share:eo,modal:so,header:no,socials:io,social:oo,copy:ro,title:ao,copyWrapper:co,copyText:lo},uo=()=>{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:K.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(xo,{})})]})},xo=()=>{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:K.modal,onClick:a=>a.stopPropagation(),children:[t.jsxRuntimeExports.jsxs("div",{className:K.header,children:[t.jsxRuntimeExports.jsx("div",{className:K.title,children:"Share this Post"}),t.jsxRuntimeExports.jsx(t.Icon,{name:"X",fill:"#757575",onClick:()=>u(!1),hoverable:!0})]}),t.jsxRuntimeExports.jsxs("div",{className:K.copyWrapper,children:[t.jsxRuntimeExports.jsx("div",{className:t.clx(K.copy,K.copyText),onClick:i,children:s}),t.jsxRuntimeExports.jsx("div",{onClick:i,className:K.copy,children:o?t.jsxRuntimeExports.jsx(t.Icon,{name:"Check"}):t.jsxRuntimeExports.jsx(t.Icon,{name:"Copy"})})]})]})},mo="_accordion_1s1lq_1",po="_header_1s1lq_9",ho="_icon_1s1lq_18",_o="_open_1s1lq_21",jo="_content_1s1lq_25",ot={accordion:mo,header:po,icon:ho,open:_o,content:jo},go=({title:u,content:o})=>{const[e,s]=_.useState(!1),[i,a]=_.useState(0),c=_.useRef(null),r=()=>{s(!e)};return _.useEffect(()=>{c.current&&a(e?c.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:c,className:ot.content,style:{height:`${i}px`},children:t.jsxRuntimeExports.jsx("p",{id:"p",children:o})})]})},fo="_wrapper_1r14x_1",bo="_label_1r14x_9",vo="_input_1r14x_18",Eo="_required_1r14x_35",Ro="_paddingless_1r14x_39",yo="_content_1r14x_43",Io="_borderless_1r14x_58",ko="_rightIcon_1r14x_63",Q={wrapper:fo,label:bo,input:vo,required:Eo,paddingless:Ro,content:yo,borderless:Io,rightIcon:ko},wo=u=>{const{onChange:o,style:e,label:s,value:i,type:a,min:c,max:r,placeholder:n,disabled:l=!1,required:m=!1,regex:d,paddingless:C=!1,borderless:g=!1,editable:j=!1,isSearch:p=!1}=u,{themeSettings:B}=t.useThemeSettingsStore(),{inputs:T}=B,[f,A]=_.useState(!1);function k(x,P){if(x.startsWith("#")){let O,y,D;return x.length===7?(O=parseInt(x.slice(1,3),16),y=parseInt(x.slice(3,5),16),D=parseInt(x.slice(5,7),16)):x.length===4&&(O=parseInt(x[1]+x[1],16),y=parseInt(x[2]+x[2],16),D=parseInt(x[3]+x[3],16)),`rgba(${O}, ${y}, ${D}, ${P})`}const v={black:"#000000",white:"#ffffff",red:"#ff0000",green:"#00ff00",blue:"#0000ff"}[x.toLowerCase()];return v?k(v,P):x}function w(x){return Number(x)<0?String(c):x}function L(x){return!m||!d?!0:new RegExp(d).test(x)}return t.jsxRuntimeExports.jsxs("div",{className:Q.wrapper,children:[s&&t.jsxRuntimeExports.jsx("label",{className:Q.label,htmlFor:s,children:s}),t.jsxRuntimeExports.jsxs("div",{className:Q.content,style:{paddingRight:T.general.height+15,...e,backgroundColor:k(T.field.color,T.field.opacity/100)},children:[t.jsxRuntimeExports.jsx("input",{id:s,type:a||"text",onChange:x=>{if(a==="text")o(x.target.value);else{const P=w(x.target.value);o(P)}},value:i,autoComplete:"off",placeholder:n||"Type something...",className:t.clx(Q.input,{[Q.required]:f&&m&&!L(i),[Q.paddingless]:C,[Q.borderless]:g}),min:a==="number"?c:void 0,max:a==="number"?r:void 0,disabled:l,onFocus:()=>A(!0)}),p&&t.jsxRuntimeExports.jsx("div",{className:Q.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})})]})]})},$o="_wrapper_st58d_1",No="_label_st58d_10",Co="_textarea_st58d_18",So="_length_st58d_33",ct={wrapper:$o,label:No,textarea:Co,length:So},Bo=u=>{const{onChange:o,label:e,value:s,maxLength:i,placeholder:a="Type something..."}=u,[c,r]=_.useState(s.length);return t.jsxRuntimeExports.jsxs("div",{className:ct.wrapper,children:[e&&t.jsxRuntimeExports.jsx("label",{className:ct.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:a,className:ct.textarea,maxLength:i}),i&&t.jsxRuntimeExports.jsxs("div",{className:ct.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=go;exports.Button=lt;exports.ButtonTypeSettings=jt;exports.ButtonsSettings=nn;exports.CategorySettings=ze;exports.EmptyCart=vt;exports.FormSettings=ms;exports.HeaderButtons=to;exports.InputUI=wo;exports.ItemsSettings=_t;exports.LayoutSettings=At;exports.ListingSelector=zn;exports.ProductOptions=xi;exports.RangeSelector=ut;exports.ShareLink=uo;exports.ShoppingButton=ft;exports.ShoppingModalCart=bt;exports.TextSettings=ht;exports.TextareaUI=Bo;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;