@ozdao/prometheus-framework 0.0.90 → 0.0.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),w=require("vue-router"),$=require("./Publics-e14d36ed.js"),u=require("./Feed-f987d8bb.js"),g=require("./auth-5a58f8cb.js"),x=require("./Image-0f2814f0.js"),I=require("./Popup-0106ee0c.js"),V=require("./Breadcrumbs.vue_vue_type_style_index_0_lang-e32a3041.js"),z=require("./organizations-e97a0f85.js"),D=require("./EmptyState-7658d7d6.js"),P=require("./_plugin-vue_export-helper-f246444f.js"),F=require("vue-i18n");require("./globals-928eb13c.js");require("./CardOrganization-1be3651b.js");require("./ButtonFollow-959861db.js");require("./Chips-2a0d9bfe.js");require("./PlaceholderUserpic-20d58460.js");require("./vue-draggable-next.esm-bundler-80731ae0.js");const O={class:"min-h-100vh pd-thin"},L={class:"mn-thin flex-v-center t-left flex-nowrap flex"},j={class:"flex-v-center flex-nowrap flex t-left"},U=e.createElementVNode("span",{class:""},"Topics for ",-1),A={class:"bg-grey pd-medium radius-big mn-semi flex-nowrap flex"},H={class:""},T={__name:"Community",setup(c){const r=w.useRoute(),n=w.useRouter();return(t,a)=>{const d=e.resolveComponent("router-view");return e.openBlock(),e.createElementBlock("div",O,[e.createElementVNode("header",L,[e.createElementVNode("h2",j,[U,e.createVNode($.Select,{options:["today","week","month","year"],select:u.state.filter.period,"onUpdate:select":a[0]||(a[0]=o=>u.state.filter.period=o),placeholder:"Select type",class:"w-max mn-l-small bg-grey pd-thin radius-medium h2 t-center t-black"},null,8,["select"])])]),e.createElementVNode("ul",A,[e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="featured"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[1]||(a[1]=o=>e.unref(n).push({name:"Blog"}))},"👑 Featured",2),e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="popular"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[2]||(a[2]=o=>e.unref(n).push({name:"Blog",params:{category:"popular"}}))},"🔥 Popular",2),e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="new"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[3]||(a[3]=o=>e.unref(n).push({name:"Blog",params:{category:"new"}}))},"🆕 New",2),g.state.user._id?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="following"},"t-medium pd-small radius-small"]),onClick:a[4]||(a[4]=o=>e.unref(n).push({name:"Blog",params:{category:"following"}}))},"👥 Following",2)):e.createCommentVNode("",!0)]),e.createElementVNode("section",H,[e.createVNode(d,null,{default:e.withCtx(({Component:o,route:m})=>[e.createVNode(e.Transition,{name:"scaleIn",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),{ref:"page",key:m.query}))]),_:2},1024)]),_:1})])])}}},R={class:"pd-thin"},J={key:0,class:"h-100 w-100 bg-grey pd-big radius-big"},G={class:"w-full h-full"},Q={key:1,class:"pd-thin pos-fixed pos-l-0 pos-b-0 w-100"},W={class:"pd-thin radius-big bg-main w-100 flex-nowrap flex"},K={class:"w-m-66r t-left pd-big bg-white radius-big"},X=e.createElementVNode("h3",{class:"mn-small"},"Final Touches",-1),Y=e.createElementVNode("h5",{class:"mn-thin"},"Add to public:",-1),Z={key:0,class:"mn-thin"},ee={key:1,class:"mn-medium br-grey br-2px br-solid pd-small radius-big"},S={__name:"CreateBlogPost",setup(c){const r=w.useRoute(),n=w.useRouter();let t=e.ref(null),a=e.ref(null);const d=e.ref([]),o=e.ref(null);e.onMounted(async()=>{if(r.params.url){const i=await u.read({user:g.state.user._id,url:r.params.url});t.value=i.pop()}else u.clean(),t.value=u.state.current;t.value.owner||(t.value.owner={target:g.state.user._id,type:"user"}),t.value.creator||(t.value.creator={target:g.state.user._id,type:"user",hidden:!1}),t.value.owner.type==="organization"&&(o.value={_id:t.value.owner.target._id,name:t.value.owner.target.profile.name,photo:t.value.owner.target.profile.photo});const l=await z.actions.read({user:g.state.user._id,postable:g.state.user._id,limit:100});console.log(l),a.value=l.map(i=>({name:i.profile.name,_id:i._id,photo:i.profile.photo}))});const m=e.ref(""),s=e.ref([{text:"story"},{text:"news"},{text:"guide"},{text:"discussion"},{text:"photos"}]);e.computed(()=>s.value.filter(l=>l.text.toLowerCase().includes(m.value.toLowerCase()))),e.computed(()=>s.value.filter(l=>!d.value.some(i=>i.text===l.text)));const p=e.ref(!1);function b(){p.value=!0}function v(){p.value=!1}function k(){d.value.length>0&&d.value.map(l=>l.text),t.value.status="draft",r.params.url?u.update(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)}):u.create(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)})}function B(){o.value&&(t.value.owner={target:o.value._id,type:"organization"}),o.value||(t.value.creator.hidden=!1),o.value||(t.value.organization=t.value.creator),t.value.status="published",console.log(t.value),r.params.url?u.update(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)}):u.create(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)})}function N(){confirm("Are you sure you want to delete this post?")&&u.remove(t.value._id).then(l=>{n.push({name:"User Blogposts",params:{_id:t.value.creator.target._id}})}).catch(l=>{console.log(l)})}return(l,i)=>(e.openBlock(),e.createElementBlock("article",R,[e.unref(t)?(e.openBlock(),e.createElementBlock("section",J,[e.createElementVNode("div",G,[e.createVNode(x._sfc_main$3,{prop:e.unref(t),content:"name",placeholder:"Enter post title",class:"h2"},null,8,["prop"])]),e.createVNode(x._sfc_main,{content:e.unref(t).content,onUpdate:i[0]||(i[0]=f=>e.unref(t).content=f)},null,8,["content"])])):e.createCommentVNode("",!0),e.unref(t)?(e.openBlock(),e.createElementBlock("section",Q,[e.createElementVNode("div",W,[e.unref(r).params.url?(e.openBlock(),e.createElementBlock("a",{key:0,onClick:i[1]||(i[1]=f=>N()),class:"mn-r-auto bg-red t-white t-black button"},"Delete")):e.createCommentVNode("",!0),e.createElementVNode("a",{onClick:i[2]||(i[2]=f=>k()),class:"mn-l-auto bg-white t-black button"},"To Drafts"),e.createElementVNode("a",{onClick:i[3]||(i[3]=f=>b()),class:"mn-l-thin bg-black t-white button"},"Publish")])])):e.createCommentVNode("",!0),e.createVNode(I._sfc_main,{title:"Добавить участника",onClosePopup:v,isPopupOpen:p.value},{default:e.withCtx(()=>[e.createElementVNode("div",K,[X,e.createVNode(V._sfc_main,{onTagsChanged:i[4]||(i[4]=f=>e.unref(t).tags=f),tags:e.unref(t).tags},null,8,["tags"]),Y,e.createVNode(V.SelectMulti,{modelValue:o.value,"onUpdate:modelValue":i[5]||(i[5]=f=>o.value=f),options:e.unref(a),multiple:!1,taggable:!1,placeholder:"Type to search or add tag",label:"name","track-by":"_id",class:"mn-medium bg-grey radius-medium pd-small"},null,8,["modelValue","options"]),o.value?(e.openBlock(),e.createElementBlock("h5",Z,"Options:")):e.createCommentVNode("",!0),o.value?(e.openBlock(),e.createElementBlock("div",ee,[e.createVNode(V.Checkbox,{label:"Hide Author",radio:e.unref(t).creator.hidden,"onUpdate:radio":i[6]||(i[6]=f=>e.unref(t).creator.hidden=f),name:"prices",class:"w-100"},null,8,["radio"])])):e.createCommentVNode("",!0),e.createVNode(g._sfc_main,{submit:B,callback:l.redirectTo,class:"w-100 bg-black t-white"},{default:e.withCtx(()=>[e.createTextVNode("Publish")]),_:1},8,["callback"])])]),_:1},8,["isPopupOpen"])]))}},C=Object.freeze(Object.defineProperty({__proto__:null,default:S},Symbol.toStringTag,{value:"Module"})),te={},oe={width:"100%",height:"20rem",xmlns:"http://www.w3.org/2000/svg"},ne=e.createStaticVNode('<rect x="0" y="0" rx="5" ry="5" width="100%" height="100%" fill="rgb(var(--grey))"></rect><rect x="15" y="15" rx="4" ry="4" width="40%" height="20" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="45" rx="5" ry="5" width="70%" height="50" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="110" rx="3" ry="3" width="90%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="130" rx="3" ry="3" width="70%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="-25%" y="0" width="25%" height="100%" fill="#fff" mask="url(#myMask)" opacity="0.3"><animate attributeName="x" from="-25%" to="100%" dur="2s" repeatCount="indefinite"></animate></rect>',6),ae=[ne];function re(c,r){return e.openBlock(),e.createElementBlock("svg",oe,ae)}const se=P._export_sfc(te,[["render",re]]),le={class:"pd-thin"},q={__name:"BlogPost",setup(c){const r=w.useRoute(),n=e.ref(null),t=e.ref(!0);e.onMounted(async()=>{t.value=!0;const o=await u.read({user:g.state.user._id,url:r.params.url});n.value=o[0],t.value=!1});const a={Textarea:"p",H2:"h2",Bullets:"p",Caption:"p",ImageUpload:x._sfc_main$2};function d(o){return o.type==="Textarea"?{innerHTML:o.content,class:"p-medium"}:o.type==="H2"?{innerHTML:o.content,class:"h3"}:o.type==="Caption"?{innerHTML:o.content}:o.type==="ImageUpload"?{src:o.content}:{}}return(o,m)=>(e.openBlock(),e.createElementBlock("section",le,[e.createVNode(e.TransitionGroup,{tag:"ul",name:"fade",class:"o-hidden bg-grey radius-big"},{default:e.withCtx(()=>[t.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},e.renderList(3,s=>e.createVNode(se,{key:s})),64)):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[!t.value&&!n.value?(e.openBlock(),e.createBlock(D._sfc_main,{key:0,title:"No Blogpost Found",description:"Currently, there are no blogposts available. Please check back later.",class:"pd-medium mn-thin bg-grey radius-big"})):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.TransitionGroup,{tag:"ul",name:"fade",class:"container"},{default:e.withCtx(()=>[!t.value&&n.value?(e.openBlock(),e.createBlock(u._sfc_main$1,{key:0,onClick:m[0]||(m[0]=s=>o.$router.push({name:"Blogpost",params:{url:n.value.url}})),blogpost:n.value,user:g.state.user._id,type:"blogpostPage",class:e.normalizeClass(["mn-medium",{"br-b br-solid br-black-transp-10":o.index!==n.value.length-1}])},{default:e.withCtx(()=>[e.createElementVNode("section",null,[n.value&&n.value.content?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(n.value.content,(s,p)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a[s.type]),e.mergeProps({key:p,index:p,component:s,prop:s,class:s.class,content:"content"},d(s),{class:"mn-regular"}),null,16,["index","component","prop","class"]))),128)):e.createCommentVNode("",!0)])]),_:1},8,["blogpost","user","class"])):e.createCommentVNode("",!0),e.createVNode($._sfc_main,{class:"mn-small"}),!t.value&&n.value?(e.openBlock(),e.createBlock(x._sfc_main$1,{key:1,type:"blogpost",target:n.value._id,owner:g.state.user._id},null,8,["target","owner"])):e.createCommentVNode("",!0)]),_:1})]))}},ie=Object.freeze(Object.defineProperty({__proto__:null,default:q},Symbol.toStringTag,{value:"Module"})),M={__name:"Blog",setup(c){const r=w.useRoute(),n=w.useRouter();return r.params.category||(r.params.category="featured"),e.onMounted(()=>{if(r.query){const t=r.query,a={tags:t.tags?t.tags.split(","):[],period:t.period?t.period:"week"};u.state.filter=a}}),e.watch(()=>u.state.filter,(t,a)=>{const d={...r.query};Object.keys(a).forEach(m=>{d[m]&&delete d[m]});const o=Object.fromEntries(Object.entries(t).filter(([m,s])=>Array.isArray(s)&&s.length>0||typeof s=="string"&&s).map(([m,s])=>[m,Array.isArray(s)?s.join(","):s]));Object.assign(d,o),n.push({query:d})},{deep:!0}),(t,a)=>(e.openBlock(),e.createElementBlock("section",null,[e.createVNode(u._sfc_main,{category:e.unref(r).params.category,user:g.state.user._id,period:e.unref(r).query.period},null,8,["category","user","period"])]))}},ce=Object.freeze(Object.defineProperty({__proto__:null,default:M},Symbol.toStringTag,{value:"Module"})),ue={class:"w-100 cols-4 t-left flex-nowrap flex"},de={key:0,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},me=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"👍",-1),pe={class:"t-semi uppercase"},ge=e.createElementVNode("br",null,null,-1),fe={key:1,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},_e=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"💬",-1),he={class:"t-semi uppercase"},ve=e.createElementVNode("br",null,null,-1),be={key:2,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},ye=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"👍",-1),we={class:"t-semi uppercase"},ke=e.createElementVNode("br",null,null,-1),xe={__name:"Activity",props:{likes:Number,comments:Number,subscriptions:Number},setup(c){return(r,n)=>(e.openBlock(),e.createElementBlock("section",ue,[c.likes?(e.openBlock(),e.createElementBlock("div",de,[me,e.createElementVNode("span",pe,[e.createTextVNode(e.toDisplayString(c.likes),1),ge,e.createTextVNode("likes")])])):e.createCommentVNode("",!0),c.comments?(e.openBlock(),e.createElementBlock("div",fe,[_e,e.createElementVNode("span",he,[e.createTextVNode(e.toDisplayString(c.comments),1),ve,e.createTextVNode("comments")])])):e.createCommentVNode("",!0),c.subscriptions?(e.openBlock(),e.createElementBlock("div",be,[ye,e.createElementVNode("span",we,[e.createTextVNode(e.toDisplayString(c.subscriptions),1),ke,e.createTextVNode("subscriptions")])])):e.createCommentVNode("",!0)]))}},Be={class:"pd-thin radius-extra flex-nowrap flex"},Ne=["innerHTML"],Ve={__name:"FieldBig",props:{input:String,placeholder:{type:String},action:{type:String,default:"Action"},placeholderTexts:{type:Object,default:()=>({en:["First placeholder","Second placeholder","Third placeholder"],ru:["Первый плейсхолдер","Второй плейсхолдер","Третий плейсхолдер"]})},typingSpeed:{type:Number,default:200},loopTyping:{type:Boolean,default:!1},enableTyping:{type:Boolean,default:!1}},emits:["update:input","action"],setup(c,{emit:r}){const n=c,{t,locale:a}=F.useI18n();let d=e.ref(0),o=e.ref(n.input),m=e.ref(n.placeholder),s=e.ref(n.enableTyping),p=e.ref(null),b=e.ref(""),v=e.ref(!0),k=null;function B(){r("action")}function N(h){r("update:input",h),b.value=h}function l(){d.value=(d.value+1)%n.placeholderTexts[a.value].length}function i(){s.value=!1,clearInterval(p.value),m.value=n.placeholder,b.value||(o.value="")}function f(){!b.value&&n.enableTyping&&(s.value=!0,m.value="",E())}function E(){let h=n.placeholderTexts[a.value][d.value],_=0,y=!1;k=setInterval(()=>{v.value=!v.value},200),p.value=setInterval(()=>{s.value&&(y?(o.value=o.value.slice(0,-1),o.value=h.substring(0,_)+(v.value&&_%2?"|":""),_--):(o.value=h.substring(0,_)+(v.value&&_%2?"|":""),_++),_>h.length&&n.loopTyping&&setTimeout(()=>{y=!0,o.value=h.substring(0,_)},333),_===0&&y&&(y=!1,l(),h=n.placeholderTexts[a.value][d.value]))},n.typingSpeed)}return e.onMounted(()=>{n.enableTyping&&E()}),e.watchEffect(()=>{s.value||(clearInterval(p.value),clearInterval(k))}),(h,_)=>(e.openBlock(),e.createElementBlock("div",Be,[e.createVNode(g.Field,{field:e.unref(o),"onUpdate:field":[_[0]||(_[0]=y=>e.isRef(o)?o.value=y:o=y),N],placeholder:e.unref(m),onInput:l,onFocus:i,onBlur:f,class:"w-100 pd-small p-big"},null,8,["field","placeholder"]),c.action?(e.openBlock(),e.createElementBlock("button",{key:0,onClick:B,class:"w-min hover_bg-white hover-t-black t-black bg-main button",innerHTML:c.action},null,8,Ne)):e.createCommentVNode("",!0)]))}};const Ee={class:"pd-thin"},Ce={class:"o-hidden t-black bg-main pd-big radius-big"},$e=e.createElementVNode("header",{class:"t-center z-index-1 mn-big"},[e.createElementVNode("h2",{class:"mn-l-auto mn-r-auto w-m-40r mn-medium"},"Stay Updated with The Latest in Cannabis."),e.createElementVNode("p",{class:"t-transp p-big"},"Subscribe to our newsletter for news, insights, and more from the Weeder universe.")],-1),Pe={class:"z-index-1 mn-big w-100 flex-nowrap flex"},Te=e.createElementVNode("div",{class:"w-100 h-100 pos-absolute pos-t-50-negative pos-r-0 z-index-0 grid"},[e.createElementVNode("div",{class:"spiral"})],-1),Se={__name:"SubscribeNewsletter",setup(c){let r=e.ref("");return(n,t)=>(e.openBlock(),e.createElementBlock("section",Ee,[e.createElementVNode("div",Ce,[$e,e.createElementVNode("div",Pe,[e.createVNode(Ve,{input:e.unref(r),typingSpeed:75,loopTyping:!1,enableTyping:!1,placeholder:"Please enter your email",action:"Subscribe","onUpdate:input":t[0]||(t[0]=a=>e.isRef(r)?r.value=a:r=a),onAction:t[1]||(t[1]=a=>n.router.push({name:"Product Recommmendation",query:{mood:n.mood}})),class:"mn-l-auto mn-r-auto bg-white t-black w-50"},null,8,["input"])]),Te])]))}};const qe={class:"container container-joinus"},Me={class:"content"},Ie={class:"h0 mn-big"},ze=e.createElementVNode("p",{class:"w-m-33r t-center mn-small p-big"},"Together, we're shaping the future of the globals cannabis community.",-1),De=e.createElementVNode("button",{class:"bg-black t-white button"},"Join Now",-1),Fe={__name:"JoinUs",setup(c){const r=e.ref(120950),n=e.ref(["/assets/images/reviews/01.png","/assets/images/reviews/02.png","/assets/images/reviews/03.png","/assets/images/reviews/04.png","/assets/images/reviews/05.png","/assets/images/reviews/06.png"]),t=()=>{setInterval(()=>{r.value+=Math.floor(Math.random()*5)+1},330)},a={minSize:"6rem",maxSize:"10rem",minDuration:5,maxDuration:15,spawnPoints:[10,90]};e.onMounted(()=>{d(),t()});const d=()=>{n.value.forEach((o,m)=>{let s=document.createElement("img");s.src=o,s.classList.add("floating-image");let p=a.spawnPoints[Math.floor(Math.random()*a.spawnPoints.length)],b=(Math.random()-.5)*2*10;s.style.left=`${p+b}%`,s.style.animationDuration=`${Math.random()*(a.maxDuration-a.minDuration)+a.minDuration}s`,document.querySelector(".container").appendChild(s),s.addEventListener("animationiteration",()=>{const v=a.spawnPoints[Math.floor(Math.random()*a.spawnPoints.length)],k=(Math.random()-.5)*2*10;s.style.left=`${v+k}%`})})};return(o,m)=>(e.openBlock(),e.createElementBlock("div",qe,[e.createElementVNode("div",Me,[e.createElementVNode("span",Ie,e.toDisplayString(r.value.toLocaleString()),1),ze,De])]))}};const Oe=c=>(e.pushScopeId("data-v-18db0d1b"),c=c(),e.popScopeId(),c),Le={class:"community-feed"},je=Oe(()=>e.createElementVNode("h2",{class:"w-m-75r mn-auto pd-t-big pd-b-big t-center"},"Discover the Vibrant Community",-1)),Ue={class:"grid-container"},Ae={__name:"HotPosts",async setup(c){let r,n;const t=e.ref([]),a=async()=>{const o=await u.read({skip:0,limit:7,period:"year"});console.log(o),t.value=o};[r,n]=e.withAsyncContext(()=>a()),await r,n();const d=o=>{switch(o){case 0:return"grid-item-2x2";case 1:return"grid-item-2x1";case 2:return"grid-item-1x1";case 3:case 4:return"grid-item-1x1";case 6:return"grid-item-2x1";default:return""}};return(o,m)=>(e.openBlock(),e.createElementBlock("section",Le,[je,e.createElementVNode("div",Ue,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,(s,p)=>(e.openBlock(),e.createBlock(u._sfc_main$1,{blogpost:s,owner:g.state.user._id,key:p,class:e.normalizeClass(d(p))},null,8,["blogpost","owner","class"]))),128))])]))}},He=P._export_sfc(Ae,[["__scopeId","data-v-18db0d1b"]]),Re=[{path:"community",component:T,meta:{title:{en:"Community",ru:"Коммьюнити"}},children:[{path:":category?",name:"Blog",component:()=>Promise.resolve().then(()=>ce)}]},{path:"community/posts/create",name:"Create BlogPost",meta:{title:{en:"Create Post",ru:"Создать Пост"},authorize:[]},component:()=>Promise.resolve().then(()=>C)},{path:"community/posts/:url",name:"BlogPost",meta:{title:{en:"Post",ru:"Пост"}},component:()=>Promise.resolve().then(()=>ie)},{path:"community/posts/:url/edit",name:"Edit BlogPost",meta:{title:{en:"Edit Post",ru:"Редактировать пост"},authorize:[]},component:()=>Promise.resolve().then(()=>C)}];exports.CardBlogpost=u._sfc_main$1;exports.Feed=u._sfc_main;exports.FooterBlogpost=u._sfc_main$2;exports.blogpostsStore=u.blogposts;exports.reactionsStore=u.reactions;exports.Comments=x._sfc_main$1;exports.Activity=xe;exports.Blog=M;exports.BlogPost=q;exports.Community=T;exports.CreateBlogPost=S;exports.HotPosts=He;exports.JoinUs=Fe;exports.SubscribeNewsletter=Se;exports.blogpostsRoutes=Re;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),w=require("vue-router"),$=require("./Publics-e14d36ed.js"),u=require("./Feed-a0df5d24.js"),g=require("./auth-5a58f8cb.js"),x=require("./Image-0f2814f0.js"),I=require("./Popup-0106ee0c.js"),V=require("./Breadcrumbs.vue_vue_type_style_index_0_lang-e32a3041.js"),z=require("./organizations-e97a0f85.js"),D=require("./EmptyState-7658d7d6.js"),P=require("./_plugin-vue_export-helper-f246444f.js"),F=require("vue-i18n");require("./globals-928eb13c.js");require("./CardOrganization-1be3651b.js");require("./ButtonFollow-959861db.js");require("./Chips-2a0d9bfe.js");require("./PlaceholderUserpic-20d58460.js");require("./vue-draggable-next.esm-bundler-80731ae0.js");const O={class:"min-h-100vh pd-thin"},L={class:"mn-thin flex-v-center t-left flex-nowrap flex"},j={class:"flex-v-center flex-nowrap flex t-left"},U=e.createElementVNode("span",{class:""},"Topics for ",-1),A={class:"bg-grey pd-medium radius-big mn-semi flex-nowrap flex"},H={class:""},T={__name:"Community",setup(c){const r=w.useRoute(),n=w.useRouter();return(t,a)=>{const d=e.resolveComponent("router-view");return e.openBlock(),e.createElementBlock("div",O,[e.createElementVNode("header",L,[e.createElementVNode("h2",j,[U,e.createVNode($.Select,{options:["today","week","month","year"],select:u.state.filter.period,"onUpdate:select":a[0]||(a[0]=o=>u.state.filter.period=o),placeholder:"Select type",class:"w-max mn-l-small bg-grey pd-thin radius-medium h2 t-center t-black"},null,8,["select"])])]),e.createElementVNode("ul",A,[e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="featured"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[1]||(a[1]=o=>e.unref(n).push({name:"Blog"}))},"👑 Featured",2),e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="popular"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[2]||(a[2]=o=>e.unref(n).push({name:"Blog",params:{category:"popular"}}))},"🔥 Popular",2),e.createElementVNode("li",{class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="new"},"mn-r-small t-medium pd-small radius-small"]),onClick:a[3]||(a[3]=o=>e.unref(n).push({name:"Blog",params:{category:"new"}}))},"🆕 New",2),g.state.user._id?(e.openBlock(),e.createElementBlock("li",{key:0,class:e.normalizeClass([{"t-white bg-black":e.unref(r).params.category==="following"},"t-medium pd-small radius-small"]),onClick:a[4]||(a[4]=o=>e.unref(n).push({name:"Blog",params:{category:"following"}}))},"👥 Following",2)):e.createCommentVNode("",!0)]),e.createElementVNode("section",H,[e.createVNode(d,null,{default:e.withCtx(({Component:o,route:m})=>[e.createVNode(e.Transition,{name:"scaleIn",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),{ref:"page",key:m.query}))]),_:2},1024)]),_:1})])])}}},R={class:"pd-thin"},J={key:0,class:"h-100 w-100 bg-grey pd-big radius-big"},G={class:"w-full h-full"},Q={key:1,class:"pd-thin pos-fixed pos-l-0 pos-b-0 w-100"},W={class:"pd-thin radius-big bg-main w-100 flex-nowrap flex"},K={class:"w-m-66r t-left pd-big bg-white radius-big"},X=e.createElementVNode("h3",{class:"mn-small"},"Final Touches",-1),Y=e.createElementVNode("h5",{class:"mn-thin"},"Add to public:",-1),Z={key:0,class:"mn-thin"},ee={key:1,class:"mn-medium br-grey br-2px br-solid pd-small radius-big"},S={__name:"CreateBlogPost",setup(c){const r=w.useRoute(),n=w.useRouter();let t=e.ref(null),a=e.ref(null);const d=e.ref([]),o=e.ref(null);e.onMounted(async()=>{if(r.params.url){const i=await u.read({user:g.state.user._id,url:r.params.url});t.value=i.pop()}else u.clean(),t.value=u.state.current;t.value.owner||(t.value.owner={target:g.state.user._id,type:"user"}),t.value.creator||(t.value.creator={target:g.state.user._id,type:"user",hidden:!1}),t.value.owner.type==="organization"&&(o.value={_id:t.value.owner.target._id,name:t.value.owner.target.profile.name,photo:t.value.owner.target.profile.photo});const l=await z.actions.read({user:g.state.user._id,postable:g.state.user._id,limit:100});console.log(l),a.value=l.map(i=>({name:i.profile.name,_id:i._id,photo:i.profile.photo}))});const m=e.ref(""),s=e.ref([{text:"story"},{text:"news"},{text:"guide"},{text:"discussion"},{text:"photos"}]);e.computed(()=>s.value.filter(l=>l.text.toLowerCase().includes(m.value.toLowerCase()))),e.computed(()=>s.value.filter(l=>!d.value.some(i=>i.text===l.text)));const p=e.ref(!1);function b(){p.value=!0}function v(){p.value=!1}function k(){d.value.length>0&&d.value.map(l=>l.text),t.value.status="draft",r.params.url?u.update(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)}):u.create(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)})}function B(){o.value&&(t.value.owner={target:o.value._id,type:"organization"}),o.value||(t.value.creator.hidden=!1),o.value||(t.value.organization=t.value.creator),t.value.status="published",console.log(t.value),r.params.url?u.update(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)}):u.create(t.value).then(l=>{n.push({name:"BlogPost",params:{url:l.url}})}).catch(l=>{console.log(l)})}function N(){confirm("Are you sure you want to delete this post?")&&u.remove(t.value._id).then(l=>{n.push({name:"User Blogposts",params:{_id:t.value.creator.target._id}})}).catch(l=>{console.log(l)})}return(l,i)=>(e.openBlock(),e.createElementBlock("article",R,[e.unref(t)?(e.openBlock(),e.createElementBlock("section",J,[e.createElementVNode("div",G,[e.createVNode(x._sfc_main$3,{prop:e.unref(t),content:"name",placeholder:"Enter post title",class:"h2"},null,8,["prop"])]),e.createVNode(x._sfc_main,{content:e.unref(t).content,onUpdate:i[0]||(i[0]=f=>e.unref(t).content=f)},null,8,["content"])])):e.createCommentVNode("",!0),e.unref(t)?(e.openBlock(),e.createElementBlock("section",Q,[e.createElementVNode("div",W,[e.unref(r).params.url?(e.openBlock(),e.createElementBlock("a",{key:0,onClick:i[1]||(i[1]=f=>N()),class:"mn-r-auto bg-red t-white t-black button"},"Delete")):e.createCommentVNode("",!0),e.createElementVNode("a",{onClick:i[2]||(i[2]=f=>k()),class:"mn-l-auto bg-white t-black button"},"To Drafts"),e.createElementVNode("a",{onClick:i[3]||(i[3]=f=>b()),class:"mn-l-thin bg-black t-white button"},"Publish")])])):e.createCommentVNode("",!0),e.createVNode(I._sfc_main,{title:"Добавить участника",onClosePopup:v,isPopupOpen:p.value},{default:e.withCtx(()=>[e.createElementVNode("div",K,[X,e.createVNode(V._sfc_main,{onTagsChanged:i[4]||(i[4]=f=>e.unref(t).tags=f),tags:e.unref(t).tags},null,8,["tags"]),Y,e.createVNode(V.SelectMulti,{modelValue:o.value,"onUpdate:modelValue":i[5]||(i[5]=f=>o.value=f),options:e.unref(a),multiple:!1,taggable:!1,placeholder:"Type to search or add tag",label:"name","track-by":"_id",class:"mn-medium bg-grey radius-medium pd-small"},null,8,["modelValue","options"]),o.value?(e.openBlock(),e.createElementBlock("h5",Z,"Options:")):e.createCommentVNode("",!0),o.value?(e.openBlock(),e.createElementBlock("div",ee,[e.createVNode(V.Checkbox,{label:"Hide Author",radio:e.unref(t).creator.hidden,"onUpdate:radio":i[6]||(i[6]=f=>e.unref(t).creator.hidden=f),name:"prices",class:"w-100"},null,8,["radio"])])):e.createCommentVNode("",!0),e.createVNode(g._sfc_main,{submit:B,callback:l.redirectTo,class:"w-100 bg-black t-white"},{default:e.withCtx(()=>[e.createTextVNode("Publish")]),_:1},8,["callback"])])]),_:1},8,["isPopupOpen"])]))}},C=Object.freeze(Object.defineProperty({__proto__:null,default:S},Symbol.toStringTag,{value:"Module"})),te={},oe={width:"100%",height:"20rem",xmlns:"http://www.w3.org/2000/svg"},ne=e.createStaticVNode('<rect x="0" y="0" rx="5" ry="5" width="100%" height="100%" fill="rgb(var(--grey))"></rect><rect x="15" y="15" rx="4" ry="4" width="40%" height="20" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="45" rx="5" ry="5" width="70%" height="50" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="110" rx="3" ry="3" width="90%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="130" rx="3" ry="3" width="70%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="-25%" y="0" width="25%" height="100%" fill="#fff" mask="url(#myMask)" opacity="0.3"><animate attributeName="x" from="-25%" to="100%" dur="2s" repeatCount="indefinite"></animate></rect>',6),ae=[ne];function re(c,r){return e.openBlock(),e.createElementBlock("svg",oe,ae)}const se=P._export_sfc(te,[["render",re]]),le={class:"pd-thin"},q={__name:"BlogPost",setup(c){const r=w.useRoute(),n=e.ref(null),t=e.ref(!0);e.onMounted(async()=>{t.value=!0;const o=await u.read({user:g.state.user._id,url:r.params.url});n.value=o[0],t.value=!1});const a={Textarea:"p",H2:"h2",Bullets:"p",Caption:"p",ImageUpload:x._sfc_main$2};function d(o){return o.type==="Textarea"?{innerHTML:o.content,class:"p-medium"}:o.type==="H2"?{innerHTML:o.content,class:"h3"}:o.type==="Caption"?{innerHTML:o.content}:o.type==="ImageUpload"?{src:o.content}:{}}return(o,m)=>(e.openBlock(),e.createElementBlock("section",le,[e.createVNode(e.TransitionGroup,{tag:"ul",name:"fade",class:"o-hidden bg-grey radius-big"},{default:e.withCtx(()=>[t.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},e.renderList(3,s=>e.createVNode(se,{key:s})),64)):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[!t.value&&!n.value?(e.openBlock(),e.createBlock(D._sfc_main,{key:0,title:"No Blogpost Found",description:"Currently, there are no blogposts available. Please check back later.",class:"pd-medium mn-thin bg-grey radius-big"})):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.TransitionGroup,{tag:"ul",name:"fade",class:"container"},{default:e.withCtx(()=>[!t.value&&n.value?(e.openBlock(),e.createBlock(u._sfc_main$1,{key:0,onClick:m[0]||(m[0]=s=>o.$router.push({name:"Blogpost",params:{url:n.value.url}})),blogpost:n.value,user:g.state.user._id,type:"blogpostPage",class:e.normalizeClass(["mn-medium",{"br-b br-solid br-black-transp-10":o.index!==n.value.length-1}])},{default:e.withCtx(()=>[e.createElementVNode("section",null,[n.value&&n.value.content?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(n.value.content,(s,p)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a[s.type]),e.mergeProps({key:p,index:p,component:s,prop:s,class:s.class,content:"content"},d(s),{class:"mn-regular"}),null,16,["index","component","prop","class"]))),128)):e.createCommentVNode("",!0)])]),_:1},8,["blogpost","user","class"])):e.createCommentVNode("",!0),e.createVNode($._sfc_main,{class:"mn-small"}),!t.value&&n.value?(e.openBlock(),e.createBlock(x._sfc_main$1,{key:1,type:"blogpost",target:n.value._id,owner:g.state.user._id},null,8,["target","owner"])):e.createCommentVNode("",!0)]),_:1})]))}},ie=Object.freeze(Object.defineProperty({__proto__:null,default:q},Symbol.toStringTag,{value:"Module"})),M={__name:"Blog",setup(c){const r=w.useRoute(),n=w.useRouter();return r.params.category||(r.params.category="featured"),e.onMounted(()=>{if(r.query){const t=r.query,a={tags:t.tags?t.tags.split(","):[],period:t.period?t.period:"week"};u.state.filter=a}}),e.watch(()=>u.state.filter,(t,a)=>{const d={...r.query};Object.keys(a).forEach(m=>{d[m]&&delete d[m]});const o=Object.fromEntries(Object.entries(t).filter(([m,s])=>Array.isArray(s)&&s.length>0||typeof s=="string"&&s).map(([m,s])=>[m,Array.isArray(s)?s.join(","):s]));Object.assign(d,o),n.push({query:d})},{deep:!0}),(t,a)=>(e.openBlock(),e.createElementBlock("section",null,[e.createVNode(u._sfc_main,{category:e.unref(r).params.category,user:g.state.user._id,period:e.unref(r).query.period},null,8,["category","user","period"])]))}},ce=Object.freeze(Object.defineProperty({__proto__:null,default:M},Symbol.toStringTag,{value:"Module"})),ue={class:"w-100 cols-4 t-left flex-nowrap flex"},de={key:0,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},me=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"👍",-1),pe={class:"t-semi uppercase"},ge=e.createElementVNode("br",null,null,-1),fe={key:1,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},_e=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"💬",-1),he={class:"t-semi uppercase"},ve=e.createElementVNode("br",null,null,-1),be={key:2,class:"w-100 br-2px br-solid br-white-transp-10 radius-small pd-small flex-v-center flex-nowrap flex"},ye=e.createElementVNode("p",{class:"h4 i-medium mn-r-small"},"👍",-1),we={class:"t-semi uppercase"},ke=e.createElementVNode("br",null,null,-1),xe={__name:"Activity",props:{likes:Number,comments:Number,subscriptions:Number},setup(c){return(r,n)=>(e.openBlock(),e.createElementBlock("section",ue,[c.likes?(e.openBlock(),e.createElementBlock("div",de,[me,e.createElementVNode("span",pe,[e.createTextVNode(e.toDisplayString(c.likes),1),ge,e.createTextVNode("likes")])])):e.createCommentVNode("",!0),c.comments?(e.openBlock(),e.createElementBlock("div",fe,[_e,e.createElementVNode("span",he,[e.createTextVNode(e.toDisplayString(c.comments),1),ve,e.createTextVNode("comments")])])):e.createCommentVNode("",!0),c.subscriptions?(e.openBlock(),e.createElementBlock("div",be,[ye,e.createElementVNode("span",we,[e.createTextVNode(e.toDisplayString(c.subscriptions),1),ke,e.createTextVNode("subscriptions")])])):e.createCommentVNode("",!0)]))}},Be={class:"pd-thin radius-extra flex-nowrap flex"},Ne=["innerHTML"],Ve={__name:"FieldBig",props:{input:String,placeholder:{type:String},action:{type:String,default:"Action"},placeholderTexts:{type:Object,default:()=>({en:["First placeholder","Second placeholder","Third placeholder"],ru:["Первый плейсхолдер","Второй плейсхолдер","Третий плейсхолдер"]})},typingSpeed:{type:Number,default:200},loopTyping:{type:Boolean,default:!1},enableTyping:{type:Boolean,default:!1}},emits:["update:input","action"],setup(c,{emit:r}){const n=c,{t,locale:a}=F.useI18n();let d=e.ref(0),o=e.ref(n.input),m=e.ref(n.placeholder),s=e.ref(n.enableTyping),p=e.ref(null),b=e.ref(""),v=e.ref(!0),k=null;function B(){r("action")}function N(h){r("update:input",h),b.value=h}function l(){d.value=(d.value+1)%n.placeholderTexts[a.value].length}function i(){s.value=!1,clearInterval(p.value),m.value=n.placeholder,b.value||(o.value="")}function f(){!b.value&&n.enableTyping&&(s.value=!0,m.value="",E())}function E(){let h=n.placeholderTexts[a.value][d.value],_=0,y=!1;k=setInterval(()=>{v.value=!v.value},200),p.value=setInterval(()=>{s.value&&(y?(o.value=o.value.slice(0,-1),o.value=h.substring(0,_)+(v.value&&_%2?"|":""),_--):(o.value=h.substring(0,_)+(v.value&&_%2?"|":""),_++),_>h.length&&n.loopTyping&&setTimeout(()=>{y=!0,o.value=h.substring(0,_)},333),_===0&&y&&(y=!1,l(),h=n.placeholderTexts[a.value][d.value]))},n.typingSpeed)}return e.onMounted(()=>{n.enableTyping&&E()}),e.watchEffect(()=>{s.value||(clearInterval(p.value),clearInterval(k))}),(h,_)=>(e.openBlock(),e.createElementBlock("div",Be,[e.createVNode(g.Field,{field:e.unref(o),"onUpdate:field":[_[0]||(_[0]=y=>e.isRef(o)?o.value=y:o=y),N],placeholder:e.unref(m),onInput:l,onFocus:i,onBlur:f,class:"w-100 pd-small p-big"},null,8,["field","placeholder"]),c.action?(e.openBlock(),e.createElementBlock("button",{key:0,onClick:B,class:"w-min hover_bg-white hover-t-black t-black bg-main button",innerHTML:c.action},null,8,Ne)):e.createCommentVNode("",!0)]))}};const Ee={class:"pd-thin"},Ce={class:"o-hidden t-black bg-main pd-big radius-big"},$e=e.createElementVNode("header",{class:"t-center z-index-1 mn-big"},[e.createElementVNode("h2",{class:"mn-l-auto mn-r-auto w-m-40r mn-medium"},"Stay Updated with The Latest in Cannabis."),e.createElementVNode("p",{class:"t-transp p-big"},"Subscribe to our newsletter for news, insights, and more from the Weeder universe.")],-1),Pe={class:"z-index-1 mn-big w-100 flex-nowrap flex"},Te=e.createElementVNode("div",{class:"w-100 h-100 pos-absolute pos-t-50-negative pos-r-0 z-index-0 grid"},[e.createElementVNode("div",{class:"spiral"})],-1),Se={__name:"SubscribeNewsletter",setup(c){let r=e.ref("");return(n,t)=>(e.openBlock(),e.createElementBlock("section",Ee,[e.createElementVNode("div",Ce,[$e,e.createElementVNode("div",Pe,[e.createVNode(Ve,{input:e.unref(r),typingSpeed:75,loopTyping:!1,enableTyping:!1,placeholder:"Please enter your email",action:"Subscribe","onUpdate:input":t[0]||(t[0]=a=>e.isRef(r)?r.value=a:r=a),onAction:t[1]||(t[1]=a=>n.router.push({name:"Product Recommmendation",query:{mood:n.mood}})),class:"mn-l-auto mn-r-auto bg-white t-black w-50"},null,8,["input"])]),Te])]))}};const qe={class:"container container-joinus"},Me={class:"content"},Ie={class:"h0 mn-big"},ze=e.createElementVNode("p",{class:"w-m-33r t-center mn-small p-big"},"Together, we're shaping the future of the globals cannabis community.",-1),De=e.createElementVNode("button",{class:"bg-black t-white button"},"Join Now",-1),Fe={__name:"JoinUs",setup(c){const r=e.ref(120950),n=e.ref(["/assets/images/reviews/01.png","/assets/images/reviews/02.png","/assets/images/reviews/03.png","/assets/images/reviews/04.png","/assets/images/reviews/05.png","/assets/images/reviews/06.png"]),t=()=>{setInterval(()=>{r.value+=Math.floor(Math.random()*5)+1},330)},a={minSize:"6rem",maxSize:"10rem",minDuration:5,maxDuration:15,spawnPoints:[10,90]};e.onMounted(()=>{d(),t()});const d=()=>{n.value.forEach((o,m)=>{let s=document.createElement("img");s.src=o,s.classList.add("floating-image");let p=a.spawnPoints[Math.floor(Math.random()*a.spawnPoints.length)],b=(Math.random()-.5)*2*10;s.style.left=`${p+b}%`,s.style.animationDuration=`${Math.random()*(a.maxDuration-a.minDuration)+a.minDuration}s`,document.querySelector(".container").appendChild(s),s.addEventListener("animationiteration",()=>{const v=a.spawnPoints[Math.floor(Math.random()*a.spawnPoints.length)],k=(Math.random()-.5)*2*10;s.style.left=`${v+k}%`})})};return(o,m)=>(e.openBlock(),e.createElementBlock("div",qe,[e.createElementVNode("div",Me,[e.createElementVNode("span",Ie,e.toDisplayString(r.value.toLocaleString()),1),ze,De])]))}};const Oe=c=>(e.pushScopeId("data-v-18db0d1b"),c=c(),e.popScopeId(),c),Le={class:"community-feed"},je=Oe(()=>e.createElementVNode("h2",{class:"w-m-75r mn-auto pd-t-big pd-b-big t-center"},"Discover the Vibrant Community",-1)),Ue={class:"grid-container"},Ae={__name:"HotPosts",async setup(c){let r,n;const t=e.ref([]),a=async()=>{const o=await u.read({skip:0,limit:7,period:"year"});console.log(o),t.value=o};[r,n]=e.withAsyncContext(()=>a()),await r,n();const d=o=>{switch(o){case 0:return"grid-item-2x2";case 1:return"grid-item-2x1";case 2:return"grid-item-1x1";case 3:case 4:return"grid-item-1x1";case 6:return"grid-item-2x1";default:return""}};return(o,m)=>(e.openBlock(),e.createElementBlock("section",Le,[je,e.createElementVNode("div",Ue,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,(s,p)=>(e.openBlock(),e.createBlock(u._sfc_main$1,{blogpost:s,owner:g.state.user._id,key:p,class:e.normalizeClass(d(p))},null,8,["blogpost","owner","class"]))),128))])]))}},He=P._export_sfc(Ae,[["__scopeId","data-v-18db0d1b"]]),Re=[{path:"community",component:T,meta:{title:{en:"Community",ru:"Коммьюнити"}},children:[{path:":category?",name:"Blog",component:()=>Promise.resolve().then(()=>ce)}]},{path:"community/posts/create",name:"Create BlogPost",meta:{title:{en:"Create Post",ru:"Создать Пост"},authorize:[]},component:()=>Promise.resolve().then(()=>C)},{path:"community/posts/:url",name:"BlogPost",meta:{title:{en:"Post",ru:"Пост"}},component:()=>Promise.resolve().then(()=>ie)},{path:"community/posts/:url/edit",name:"Edit BlogPost",meta:{title:{en:"Edit Post",ru:"Редактировать пост"},authorize:[]},component:()=>Promise.resolve().then(()=>C)}];exports.CardBlogpost=u._sfc_main$1;exports.Feed=u._sfc_main;exports.FooterBlogpost=u._sfc_main$2;exports.blogpostsStore=u.blogposts;exports.reactionsStore=u.reactions;exports.Comments=x._sfc_main$1;exports.Activity=xe;exports.Blog=M;exports.BlogPost=q;exports.Community=T;exports.CreateBlogPost=S;exports.HotPosts=He;exports.JoinUs=Fe;exports.SubscribeNewsletter=Se;exports.blogpostsRoutes=Re;
@@ -1,8 +1,8 @@
1
1
  import { resolveComponent as Y, openBlock as i, createElementBlock as p, createElementVNode as o, createVNode as h, normalizeClass as B, unref as c, createCommentVNode as v, withCtx as k, Transition as G, createBlock as I, resolveDynamicComponent as Q, ref as g, onMounted as F, computed as V, createTextVNode as T, createStaticVNode as Z, TransitionGroup as H, Fragment as D, renderList as U, mergeProps as ee, watch as te, toDisplayString as N, watchEffect as se, isRef as W, withAsyncContext as ae, pushScopeId as oe, popScopeId as ne } from "vue";
2
2
  import { useRoute as z, useRouter as A } from "vue-router";
3
3
  import { S as le, _ as re } from "./Publics-fcb1f708.mjs";
4
- import { s as M, r as L, c as ie, u as q, a as R, b as ue, d as K, _ as ce } from "./Feed-8bbb7077.mjs";
5
- import { e as ts, f as ss, g as as } from "./Feed-8bbb7077.mjs";
4
+ import { s as M, r as L, c as ie, u as q, a as R, b as ue, d as K, _ as ce } from "./Feed-bf575b72.mjs";
5
+ import { e as ts, f as ss, g as as } from "./Feed-bf575b72.mjs";
6
6
  import { s as w, _ as pe, F as de } from "./auth-5217f6a5.mjs";
7
7
  import { c as me, _ as ge, a as _e, b as he } from "./Image-9e90a5f6.mjs";
8
8
  import { _ as fe } from "./Popup-31c7ffc6.mjs";
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),a=require("vue-i18n"),o=require("./_plugin-vue_export-helper-f246444f.js"),l={},n={width:"205",height:"69",viewBox:"0 0 205 69",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=t.createStaticVNode('<path d="M203.096 62.1958C203.096 65.34 200.496 67.8869 197.281 67.8869H6.9581C3.74381 67.8869 1.13477 65.34 1.13477 62.1958V16.8117C1.13477 13.669 3.74381 11.1133 6.9581 11.1133H197.279C200.496 11.1133 203.095 13.669 203.095 16.8117L203.096 62.1958Z" fill="black"></path><path d="M196.667 11.1818C200.169 11.1818 203.019 13.9604 203.019 17.375V61.625C203.019 65.0396 200.169 67.8182 196.667 67.8182H7.5641C4.06192 67.8182 1.21215 65.0396 1.21215 61.625V17.375C1.21215 13.9604 4.06192 11.1818 7.5641 11.1818H196.667ZM196.667 10H7.5641C3.40574 10 0 13.3206 0 17.375V61.625C0 65.6794 3.40574 69 7.5641 69H196.667C200.825 69 204.231 65.6794 204.231 61.625V17.375C204.231 13.3206 200.825 10 196.667 10Z" fill="#A6A6A6"></path><path d="M45.578 39.1812C45.5341 34.4273 49.5703 32.1145 49.7549 32.0068C47.469 28.7574 43.926 28.3134 42.6809 28.278C39.7052 27.9727 36.8187 30.0141 35.3029 30.0141C33.7568 30.0141 31.4225 28.3075 28.9067 28.3577C25.6692 28.4064 22.6406 30.2339 20.9795 33.0718C17.5515 38.8582 20.1081 47.3616 23.3925 52.0388C25.0354 54.3295 26.9551 56.8871 29.4679 56.7972C31.9263 56.6983 32.8446 55.2691 35.8112 55.2691C38.7506 55.2691 39.6129 56.7972 42.1756 56.7396C44.814 56.6983 46.4751 54.4386 48.0605 52.1273C49.9591 49.5018 50.7216 46.9161 50.7518 46.7834C50.6898 46.7627 45.6279 44.8792 45.578 39.1812Z" fill="white"></path><path d="M40.7369 25.2012C42.0591 23.589 42.9638 21.3957 42.7127 19.1699C40.799 19.2525 38.4057 20.4605 37.0275 22.0373C35.8082 23.4268 34.7189 25.7042 35.0003 27.8459C37.15 28.0022 39.3572 26.7883 40.7369 25.2012Z" fill="white"></path><path d="M81.1547 56.4691H77.7191L75.8372 50.7034H69.2957L67.503 56.4691H64.1582L70.6391 36.8398H74.642L81.1547 56.4691ZM75.2699 48.2844L73.5679 43.1587C73.3879 42.6351 73.0506 41.402 72.5528 39.4609H72.4923C72.2941 40.2958 71.9749 41.5289 71.5362 43.1587L69.8646 48.2844H75.2699V48.2844Z" fill="white"></path><path d="M97.8218 49.218C97.8218 51.6252 97.1546 53.5279 95.8203 54.9248C94.6252 56.1682 93.1411 56.7892 91.3696 56.7892C89.4574 56.7892 88.0837 56.1195 87.2472 54.7802H87.1866V62.2363H83.9613V46.9745C83.9613 45.4612 83.9205 43.908 83.8418 42.315H86.6783L86.8584 44.5585H86.9189C87.9945 42.8681 89.6268 42.0244 91.8174 42.0244C93.5299 42.0244 94.9595 42.6837 96.1032 44.0039C97.2499 45.3255 97.8218 47.063 97.8218 49.218ZM94.5359 49.333C94.5359 47.9554 94.2182 46.8196 93.5798 45.9258C92.8824 44.9936 91.946 44.5275 90.772 44.5275C89.9763 44.5275 89.2532 44.7871 88.6072 45.2989C87.9597 45.8152 87.5361 46.4892 87.3379 47.3241C87.2381 47.7135 87.1882 48.0321 87.1882 48.2828V50.6428C87.1882 51.6724 87.5119 52.5412 88.1594 53.2506C88.8069 53.9601 89.648 54.3141 90.6828 54.3141C91.8976 54.3141 92.8431 53.8569 93.5193 52.9453C94.1971 52.0323 94.5359 50.8287 94.5359 49.333Z" fill="white"></path><path d="M114.518 49.218C114.518 51.6252 113.85 53.5279 112.515 54.9248C111.321 56.1682 109.837 56.7892 108.065 56.7892C106.153 56.7892 104.779 56.1195 103.944 54.7802H103.884V62.2363H100.659V46.9745C100.659 45.4612 100.618 43.908 100.539 42.315H103.376L103.556 44.5585H103.616C104.69 42.8681 106.323 42.0244 108.515 42.0244C110.226 42.0244 111.655 42.6837 112.802 44.0039C113.944 45.3255 114.518 47.063 114.518 49.218ZM111.232 49.333C111.232 47.9554 110.912 46.8196 110.274 45.9258C109.577 44.9936 108.643 44.5275 107.468 44.5275C106.671 44.5275 105.949 44.7871 105.301 45.2989C104.654 45.8152 104.232 46.4892 104.034 47.3241C103.935 47.7135 103.884 48.0321 103.884 48.2828V50.6428C103.884 51.6724 104.208 52.5412 104.852 53.2506C105.5 53.9586 106.341 54.3141 107.379 54.3141C108.593 54.3141 109.539 53.8569 110.215 52.9453C110.893 52.0323 111.232 50.8287 111.232 49.333Z" fill="white"></path><path d="M133.187 50.964C133.187 52.6337 132.593 53.9922 131.399 55.0409C130.087 56.187 128.261 56.7593 125.915 56.7593C123.749 56.7593 122.012 56.3522 120.697 55.5365L121.445 52.9154C122.861 53.7503 124.414 54.1692 126.107 54.1692C127.322 54.1692 128.267 53.9007 128.947 53.3668C129.623 52.8328 129.96 52.116 129.96 51.2221C129.96 50.4256 129.682 49.7545 129.124 49.2102C128.568 48.6659 127.641 48.16 126.346 47.6924C122.821 46.4107 121.06 44.533 121.06 42.0638C121.06 40.4502 121.678 39.1271 122.914 38.0976C124.145 37.0665 125.788 36.5518 127.842 36.5518C129.674 36.5518 131.196 36.863 132.411 37.484L131.605 40.0475C130.47 39.4457 129.187 39.1448 127.752 39.1448C126.617 39.1448 125.73 39.4177 125.095 39.9605C124.558 40.4458 124.289 41.0372 124.289 41.7379C124.289 42.5137 124.596 43.1553 125.213 43.6598C125.75 44.1259 126.726 44.6303 128.142 45.1746C129.874 45.8546 131.146 46.6496 131.965 47.5612C132.78 48.4698 133.187 49.607 133.187 50.964Z" fill="white"></path><path d="M143.851 44.6748H140.296V51.5468C140.296 53.2947 140.922 54.1679 142.178 54.1679C142.754 54.1679 143.232 54.1192 143.61 54.0219L143.699 56.4099C143.064 56.6415 142.227 56.758 141.191 56.758C139.917 56.758 138.922 56.3789 138.203 55.6223C137.488 54.8641 137.128 53.5927 137.128 51.8064V44.6719H135.01V42.3119H137.128V39.7203L140.296 38.7881V42.3119H143.851V44.6748Z" fill="white"></path><path d="M159.891 49.275C159.891 51.4506 159.252 53.2369 157.979 54.6337C156.643 56.0718 154.87 56.7887 152.66 56.7887C150.53 56.7887 148.834 56.0998 147.569 54.7222C146.304 53.3445 145.672 51.6055 145.672 49.5095C145.672 47.3162 146.322 45.5197 147.628 44.1228C148.93 42.7245 150.688 42.0254 152.899 42.0254C155.029 42.0254 156.743 42.7142 158.036 44.0933C159.274 45.4312 159.891 47.1584 159.891 49.275ZM156.545 49.3768C156.545 48.0714 156.259 46.9519 155.679 46.0182C155.003 44.8884 154.036 44.3249 152.784 44.3249C151.487 44.3249 150.502 44.8898 149.826 46.0182C149.247 46.9534 148.961 48.0906 148.961 49.4358C148.961 50.7412 149.247 51.8607 149.826 52.7929C150.523 53.9227 151.498 54.4862 152.755 54.4862C153.986 54.4862 154.953 53.9109 155.65 52.7634C156.245 51.812 156.545 50.6807 156.545 49.3768Z" fill="white"></path><path d="M170.374 45.0806C170.055 45.0231 169.715 44.9936 169.358 44.9936C168.223 44.9936 167.346 45.411 166.728 46.2473C166.191 46.9848 165.922 47.917 165.922 49.0425V56.4691H162.698L162.728 46.7724C162.728 45.1411 162.688 43.6558 162.607 42.3165H165.417L165.535 45.0246H165.624C165.964 44.0938 166.501 43.3445 167.237 42.7826C167.955 42.2766 168.731 42.0244 169.568 42.0244C169.866 42.0244 170.135 42.0451 170.374 42.0819V45.0806Z" fill="white"></path><path d="M184.8 48.7216C184.8 49.285 184.762 49.76 184.682 50.1479H175.006C175.044 51.5462 175.511 52.6156 176.41 53.3531C177.225 54.0124 178.28 54.3428 179.574 54.3428C181.007 54.3428 182.314 54.1201 183.49 53.6732L183.995 55.8562C182.621 56.4403 181 56.7308 179.128 56.7308C176.877 56.7308 175.11 56.0848 173.824 54.7942C172.541 53.5035 171.898 51.7704 171.898 49.5963C171.898 47.4619 172.496 45.6846 173.693 44.2671C174.945 42.7537 176.638 41.9971 178.768 41.9971C180.86 41.9971 182.444 42.7537 183.52 44.2671C184.372 45.4692 184.8 46.956 184.8 48.7216ZM181.724 47.9059C181.745 46.9737 181.535 46.1684 181.098 45.4884C180.54 44.6137 179.682 44.1771 178.528 44.1771C177.473 44.1771 176.615 44.6034 175.96 45.4589C175.423 46.1389 175.104 46.9545 175.006 47.9044H181.724V47.9059Z" fill="white"></path><path d="M74.2041 24.7631C74.2041 26.4992 73.6701 27.806 72.6036 28.6836C71.6157 29.4934 70.2118 29.899 68.3934 29.899C67.4917 29.899 66.7202 29.8607 66.0742 29.784V20.2983C66.9169 20.1655 67.8246 20.0977 68.8049 20.0977C70.537 20.0977 71.8426 20.4649 72.7231 21.1995C73.7094 22.0299 74.2041 23.2173 74.2041 24.7631ZM72.5325 24.8059C72.5325 23.6804 72.2269 22.8176 71.6157 22.2158C71.0045 21.6154 70.1119 21.3145 68.9365 21.3145C68.4372 21.3145 68.0121 21.347 67.6597 21.4148V28.6261C67.8548 28.6556 68.2118 28.6689 68.7307 28.6689C69.944 28.6689 70.8805 28.34 71.54 27.6821C72.1996 27.0243 72.5325 26.0655 72.5325 24.8059Z" fill="white"></path><path d="M83.0687 26.2794C83.0687 27.3488 82.7555 28.2249 82.1292 28.9123C81.4727 29.6188 80.6028 29.9713 79.5166 29.9713C78.4697 29.9713 77.6361 29.6335 77.0144 28.955C76.3941 28.278 76.084 27.424 76.084 26.3944C76.084 25.3177 76.4032 24.4342 77.0446 23.7483C77.6861 23.0624 78.5484 22.7188 79.6346 22.7188C80.6814 22.7188 81.5226 23.0565 82.1595 23.7335C82.7646 24.3914 83.0687 25.241 83.0687 26.2794ZM81.4242 26.3295C81.4242 25.6879 81.282 25.1377 80.9991 24.679C80.6663 24.1244 80.1928 23.8471 79.5771 23.8471C78.9402 23.8471 78.4561 24.1244 78.1233 24.679C77.8389 25.1377 77.6982 25.6968 77.6982 26.3576C77.6982 26.9992 77.8404 27.5494 78.1233 28.0081C78.4667 28.5627 78.9447 28.84 79.562 28.84C80.1671 28.84 80.6421 28.5583 80.984 27.9933C81.2775 27.5258 81.4242 26.9712 81.4242 26.3295Z" fill="white"></path><path d="M94.9517 22.8604L92.7203 29.8135H91.268L90.3437 26.7942C90.1092 26.0405 89.9185 25.2912 89.7703 24.5478H89.7415C89.6039 25.3118 89.4133 26.0596 89.1682 26.7942L88.1864 29.8135H86.7174L84.6191 22.8604H86.2484L87.0548 26.1658C87.2499 26.9476 87.4103 27.6925 87.5389 28.3975H87.5676C87.6856 27.8164 87.8808 27.0759 88.1561 26.1806L89.1682 22.8618H90.4601L91.4299 26.1098C91.6643 26.9019 91.855 27.6644 92.0017 28.399H92.0456C92.153 27.6836 92.3149 26.921 92.5297 26.1098L93.395 22.8618H94.9517V22.8604Z" fill="white"></path><path d="M103.171 29.813H101.585V25.8305C101.585 24.6033 101.107 23.9897 100.148 23.9897C99.6778 23.9897 99.2981 24.1579 99.0031 24.4957C98.7111 24.8334 98.5628 25.2317 98.5628 25.6875V29.8116H96.9774V24.8467C96.9774 24.2361 96.9577 23.5738 96.9199 22.8569H98.3132L98.3874 23.944H98.4312C98.6158 23.6062 98.8911 23.3275 99.2527 23.1047C99.6823 22.8451 100.163 22.7139 100.69 22.7139C101.355 22.7139 101.909 22.9233 102.349 23.3437C102.897 23.8585 103.171 24.6269 103.171 25.6476V29.813V29.813Z" fill="white"></path><path d="M107.543 29.8135H105.959V19.6699H107.543V29.8135Z" fill="white"></path><path d="M116.877 26.2794C116.877 27.3488 116.564 28.2249 115.938 28.9123C115.281 29.6188 114.41 29.9713 113.325 29.9713C112.277 29.9713 111.443 29.6335 110.823 28.955C110.203 28.278 109.893 27.424 109.893 26.3944C109.893 25.3177 110.212 24.4342 110.853 23.7483C111.495 23.0624 112.357 22.7188 113.442 22.7188C114.49 22.7188 115.33 23.0565 115.968 23.7335C116.573 24.3914 116.877 25.241 116.877 26.2794ZM115.231 26.3295C115.231 25.6879 115.089 25.1377 114.806 24.679C114.475 24.1244 114 23.8471 113.386 23.8471C112.747 23.8471 112.263 24.1244 111.932 24.679C111.647 25.1377 111.507 25.6968 111.507 26.3576C111.507 26.9992 111.649 27.5494 111.932 28.0081C112.275 28.5627 112.753 28.84 113.371 28.84C113.976 28.84 114.449 28.5583 114.791 27.9933C115.086 27.5258 115.231 26.9712 115.231 26.3295Z" fill="white"></path><path d="M124.55 29.8135H123.126L123.008 29.0126H122.964C122.477 29.6512 121.783 29.9713 120.881 29.9713C120.208 29.9713 119.664 29.7604 119.254 29.3415C118.881 28.9609 118.695 28.4875 118.695 27.9255C118.695 27.0759 119.058 26.4284 119.789 25.98C120.518 25.5316 121.544 25.3118 122.865 25.3221V25.1923C122.865 24.2763 122.371 23.8191 121.384 23.8191C120.68 23.8191 120.06 23.9917 119.524 24.3339L119.202 23.3191C119.865 22.9193 120.683 22.7188 121.648 22.7188C123.512 22.7188 124.447 23.6775 124.447 25.595V28.1556C124.447 28.8503 124.482 29.4034 124.55 29.8135ZM122.904 27.424V26.3517C121.155 26.3222 120.281 26.7897 120.281 27.7529C120.281 28.1158 120.381 28.3872 120.585 28.5686C120.789 28.75 121.049 28.84 121.359 28.84C121.707 28.84 122.033 28.7323 122.329 28.5184C122.627 28.3031 122.81 28.0302 122.878 27.6954C122.895 27.6202 122.904 27.5287 122.904 27.424Z" fill="white"></path><path d="M133.56 29.8135H132.153L132.079 28.6969H132.035C131.585 29.5465 130.82 29.9713 129.744 29.9713C128.885 29.9713 128.169 29.6424 127.602 28.9845C127.035 28.3267 126.752 27.4727 126.752 26.4239C126.752 25.2985 127.059 24.387 127.676 23.6908C128.274 23.0418 129.006 22.7173 129.877 22.7173C130.835 22.7173 131.505 23.0314 131.886 23.6613H131.917V19.6699H133.504V27.9402C133.504 28.6173 133.522 29.2412 133.56 29.8135ZM131.917 26.8812V25.7218C131.917 25.5212 131.902 25.359 131.873 25.2351C131.784 24.8634 131.591 24.5507 131.299 24.2985C131.004 24.0462 130.649 23.9194 130.239 23.9194C129.647 23.9194 129.185 24.148 128.844 24.6067C128.507 25.0655 128.336 25.651 128.336 26.3664C128.336 27.0538 128.498 27.6113 128.823 28.0405C129.166 28.4978 129.629 28.7264 130.209 28.7264C130.729 28.7264 131.145 28.5361 131.461 28.1541C131.767 27.8016 131.917 27.3768 131.917 26.8812Z" fill="white"></path><path d="M147.119 26.2794C147.119 27.3488 146.806 28.2249 146.18 28.9123C145.523 29.6188 144.655 29.9713 143.567 29.9713C142.522 29.9713 141.688 29.6335 141.065 28.955C140.445 28.278 140.135 27.424 140.135 26.3944C140.135 25.3177 140.454 24.4342 141.095 23.7483C141.737 23.0624 142.599 22.7188 143.687 22.7188C144.732 22.7188 145.575 23.0565 146.21 23.7335C146.815 24.3914 147.119 25.241 147.119 26.2794ZM145.477 26.3295C145.477 25.6879 145.334 25.1377 145.051 24.679C144.717 24.1244 144.245 23.8471 143.628 23.8471C142.992 23.8471 142.508 24.1244 142.174 24.679C141.89 25.1377 141.749 25.6968 141.749 26.3576C141.749 26.9992 141.891 27.5494 142.174 28.0081C142.517 28.5627 142.996 28.84 143.613 28.84C144.218 28.84 144.694 28.5583 145.036 27.9933C145.328 27.5258 145.477 26.9712 145.477 26.3295Z" fill="white"></path><path d="M155.644 29.813H154.06V25.8305C154.06 24.6033 153.582 23.9897 152.621 23.9897C152.151 23.9897 151.771 24.1579 151.478 24.4957C151.184 24.8334 151.037 25.2317 151.037 25.6875V29.8116H149.451V24.8467C149.451 24.2361 149.432 23.5738 149.395 22.8569H150.786L150.86 23.944H150.904C151.09 23.6062 151.366 23.3275 151.726 23.1047C152.157 22.8451 152.637 22.7139 153.164 22.7139C153.829 22.7139 154.382 22.9233 154.823 23.3437C155.372 23.8585 155.644 24.6269 155.644 25.6476V29.813V29.813Z" fill="white"></path><path d="M166.314 24.0184H164.568V27.3962C164.568 28.2546 164.878 28.6839 165.493 28.6839C165.777 28.6839 166.013 28.6603 166.199 28.6116L166.24 29.7842C165.927 29.8993 165.515 29.9568 165.008 29.9568C164.382 29.9568 163.895 29.7709 163.543 29.3992C163.189 29.0275 163.013 28.4021 163.013 27.5245V24.0184H161.971V22.8606H163.013V21.5862L164.567 21.1289V22.8591H166.312V24.0184H166.314Z" fill="white"></path><path d="M174.707 29.8135H173.12V25.8605C173.12 24.6141 172.642 23.9902 171.685 23.9902C170.949 23.9902 170.447 24.3516 170.172 25.0743C170.125 25.2262 170.098 25.4121 170.098 25.6304V29.812H168.514V19.6699H170.098V23.8604H170.128C170.627 23.0978 171.343 22.7173 172.27 22.7173C172.927 22.7173 173.47 22.9267 173.901 23.3471C174.438 23.8707 174.707 24.6495 174.707 25.6791V29.8135V29.8135Z" fill="white"></path><path d="M183.366 26.0076C183.366 26.2849 183.344 26.518 183.307 26.7082H178.552C178.573 27.3956 178.8 27.9192 179.24 28.2821C179.643 28.6066 180.161 28.7688 180.797 28.7688C181.5 28.7688 182.142 28.6597 182.72 28.4399L182.968 29.5137C182.292 29.7998 181.496 29.9429 180.574 29.9429C179.47 29.9429 178.6 29.6258 177.971 28.9915C177.339 28.3573 177.025 27.5062 177.025 26.4383C177.025 25.3896 177.317 24.5164 177.906 23.8202C178.52 23.0768 179.351 22.7051 180.399 22.7051C181.425 22.7051 182.204 23.0768 182.73 23.8202C183.155 24.4102 183.366 25.1403 183.366 26.0076ZM181.853 25.6079C181.865 25.1492 181.761 24.7539 181.546 24.4205C181.27 23.9913 180.851 23.7759 180.284 23.7759C179.767 23.7759 179.345 23.9854 179.022 24.4058C178.759 24.7406 178.603 25.1403 178.552 25.6079H181.853Z" fill="white"></path><rect x="138" width="58.139" height="25.139" rx="12.5695" fill="#00FF88"></rect><path d="M151.623 9.84809C151.439 9.6091 151.177 9.41147 150.837 9.25521C150.506 9.08976 150.171 9.00703 149.831 9.00703C149.629 9.00703 149.426 9.0346 149.224 9.08976C149.022 9.13572 148.838 9.21385 148.673 9.32415C148.507 9.42526 148.369 9.56314 148.259 9.73779C148.158 9.90324 148.107 10.1055 148.107 10.3445C148.107 10.5651 148.153 10.7535 148.245 10.9098C148.337 11.066 148.461 11.1993 148.617 11.3096C148.783 11.4199 148.981 11.5164 149.21 11.5992C149.44 11.6819 149.693 11.7646 149.969 11.8473C150.281 11.9485 150.603 12.0634 150.934 12.192C151.274 12.3207 151.582 12.4908 151.858 12.7022C152.143 12.9136 152.372 13.1802 152.547 13.5019C152.731 13.8236 152.823 14.2235 152.823 14.7014C152.823 15.2254 152.726 15.685 152.533 16.0802C152.34 16.4663 152.083 16.788 151.761 17.0454C151.439 17.3028 151.063 17.4958 150.63 17.6245C150.198 17.7532 149.743 17.8175 149.265 17.8175C148.631 17.8175 148.011 17.7026 147.404 17.4728C146.797 17.2338 146.301 16.8845 145.915 16.4249L147.156 15.2668C147.395 15.5977 147.712 15.8596 148.107 16.0527C148.512 16.2457 148.907 16.3422 149.293 16.3422C149.495 16.3422 149.702 16.3192 149.914 16.2733C150.125 16.2181 150.313 16.1308 150.479 16.0113C150.653 15.8918 150.791 15.7447 150.892 15.5701C151.003 15.3862 151.058 15.161 151.058 14.8945C151.058 14.6371 150.998 14.4257 150.879 14.2602C150.759 14.0856 150.598 13.9385 150.396 13.819C150.194 13.6903 149.955 13.58 149.679 13.4881C149.403 13.3962 149.114 13.2997 148.81 13.1986C148.516 13.1066 148.222 12.9963 147.928 12.8676C147.634 12.739 147.367 12.5689 147.128 12.3575C146.899 12.1461 146.71 11.8887 146.563 11.5854C146.416 11.2728 146.342 10.8868 146.342 10.4272C146.342 9.93082 146.444 9.50339 146.646 9.14491C146.857 8.78642 147.128 8.49228 147.459 8.26248C147.799 8.02349 148.181 7.84884 148.604 7.73854C149.036 7.61904 149.472 7.55929 149.914 7.55929C150.41 7.55929 150.911 7.64662 151.416 7.82127C151.931 7.99591 152.377 8.25788 152.754 8.60718L151.623 9.84809ZM154.094 12.6608C154.094 11.8795 154.223 11.1763 154.48 10.5513C154.747 9.91703 155.11 9.3793 155.57 8.93809C156.038 8.49687 156.59 8.15677 157.224 7.91778C157.868 7.67879 158.566 7.55929 159.32 7.55929C160.083 7.55929 160.786 7.67879 161.429 7.91778C162.073 8.15677 162.629 8.49687 163.098 8.93809C163.567 9.3793 163.93 9.91703 164.187 10.5513C164.454 11.1763 164.587 11.8795 164.587 12.6608C164.587 13.4238 164.454 14.1224 164.187 14.7566C163.93 15.3817 163.567 15.924 163.098 16.3836C162.629 16.834 162.073 17.1879 161.429 17.4452C160.786 17.6934 160.083 17.8175 159.32 17.8175C158.566 17.8175 157.868 17.6934 157.224 17.4452C156.59 17.1879 156.038 16.834 155.57 16.3836C155.11 15.924 154.747 15.3817 154.48 14.7566C154.223 14.1224 154.094 13.4238 154.094 12.6608ZM155.983 12.6608C155.983 13.1848 156.061 13.6673 156.218 14.1086C156.383 14.5406 156.613 14.9175 156.907 15.2392C157.21 15.5609 157.564 15.8137 157.969 15.9975C158.382 16.1722 158.837 16.2595 159.334 16.2595C159.83 16.2595 160.285 16.1722 160.699 15.9975C161.112 15.8137 161.466 15.5609 161.76 15.2392C162.064 14.9175 162.293 14.5406 162.45 14.1086C162.615 13.6673 162.698 13.1848 162.698 12.6608C162.698 12.1553 162.615 11.6865 162.45 11.2545C162.293 10.8224 162.068 10.4456 161.774 10.1239C161.48 9.80213 161.126 9.54935 160.712 9.36551C160.299 9.18168 159.839 9.08976 159.334 9.08976C158.828 9.08976 158.369 9.18168 157.955 9.36551C157.55 9.54935 157.201 9.80213 156.907 10.1239C156.613 10.4456 156.383 10.8224 156.218 11.2545C156.061 11.6865 155.983 12.1553 155.983 12.6608ZM165.795 12.6608C165.795 11.8795 165.924 11.1763 166.181 10.5513C166.448 9.91703 166.811 9.3793 167.27 8.93809C167.739 8.49687 168.291 8.15677 168.925 7.91778C169.568 7.67879 170.267 7.55929 171.021 7.55929C171.784 7.55929 172.487 7.67879 173.13 7.91778C173.774 8.15677 174.33 8.49687 174.799 8.93809C175.267 9.3793 175.631 9.91703 175.888 10.5513C176.155 11.1763 176.288 11.8795 176.288 12.6608C176.288 13.4238 176.155 14.1224 175.888 14.7566C175.631 15.3817 175.267 15.924 174.799 16.3836C174.33 16.834 173.774 17.1879 173.13 17.4452C172.487 17.6934 171.784 17.8175 171.021 17.8175C170.267 17.8175 169.568 17.6934 168.925 17.4452C168.291 17.1879 167.739 16.834 167.27 16.3836C166.811 15.924 166.448 15.3817 166.181 14.7566C165.924 14.1224 165.795 13.4238 165.795 12.6608ZM167.684 12.6608C167.684 13.1848 167.762 13.6673 167.919 14.1086C168.084 14.5406 168.314 14.9175 168.608 15.2392C168.911 15.5609 169.265 15.8137 169.67 15.9975C170.083 16.1722 170.538 16.2595 171.035 16.2595C171.531 16.2595 171.986 16.1722 172.4 15.9975C172.813 15.8137 173.167 15.5609 173.461 15.2392C173.765 14.9175 173.994 14.5406 174.151 14.1086C174.316 13.6673 174.399 13.1848 174.399 12.6608C174.399 12.1553 174.316 11.6865 174.151 11.2545C173.994 10.8224 173.769 10.4456 173.475 10.1239C173.181 9.80213 172.827 9.54935 172.413 9.36551C172 9.18168 171.54 9.08976 171.035 9.08976C170.529 9.08976 170.069 9.18168 169.656 9.36551C169.251 9.54935 168.902 9.80213 168.608 10.1239C168.314 10.4456 168.084 10.8224 167.919 11.2545C167.762 11.6865 167.684 12.1553 167.684 12.6608ZM177.965 7.80748H180.267L184.804 15.1151H184.831V7.80748H186.569V17.5693H184.362L179.73 10.0273H179.702V17.5693H177.965V7.80748Z" fill="black"></path>',27),p=[r];function c(e,i){return t.openBlock(),t.createElementBlock("svg",n,p)}const d=o._export_sfc(l,[["render",c]]),h={},V={width:"205",height:"69",viewBox:"0 0 205 69",fill:"none",xmlns:"http://www.w3.org/2000/svg"},H=t.createStaticVNode('<path d="M196.627 69H7.78417C3.63152 69 0.230469 65.6794 0.230469 61.625V17.375C0.230469 13.3206 3.63152 10 7.78417 10H196.627C200.779 10 204.181 13.3206 204.181 17.375V61.625C204.181 65.6794 200.779 69 196.627 69Z" fill="black"></path><path d="M196.627 11.1818C200.124 11.1818 202.97 13.9604 202.97 17.375V61.625C202.97 65.0396 200.124 67.8182 196.627 67.8182H7.78417C4.28681 67.8182 1.44095 65.0396 1.44095 61.625V17.375C1.44095 13.9604 4.28681 11.1818 7.78417 11.1818H196.627ZM196.627 10H7.78417C3.63152 10 0.230469 13.3206 0.230469 17.375V61.625C0.230469 65.6794 3.63152 69 7.78417 69H196.627C200.779 69 204.181 65.6794 204.181 61.625V17.375C204.181 13.3206 200.779 10 196.627 10Z" fill="#A6A6A6"></path><path d="M71.8658 25.1096C71.8658 26.3413 71.4881 27.3277 70.744 28.0633C69.8886 28.9354 68.7744 29.3742 67.4091 29.3742C66.1042 29.3742 64.99 28.928 64.076 28.0486C63.1601 27.1562 62.7031 26.061 62.7031 24.7501C62.7031 23.4392 63.1601 22.344 64.076 21.459C64.99 20.5722 66.1042 20.126 67.4091 20.126C68.0587 20.126 68.6781 20.2569 69.2692 20.5003C69.8584 20.7455 70.338 21.0774 70.6855 21.4867L69.8961 22.2647C69.29 21.5659 68.4647 21.2212 67.4091 21.2212C66.4573 21.2212 65.6321 21.5457 64.9315 22.2002C64.2384 22.8566 63.8909 23.7065 63.8909 24.7501C63.8909 25.7937 64.2384 26.651 64.9315 27.3074C65.6321 27.9545 66.4573 28.2864 67.4091 28.2864C68.4194 28.2864 69.2692 27.9545 69.9396 27.3C70.3815 26.8667 70.6326 26.2694 70.6987 25.506H67.4091V24.4404H71.7978C71.8507 24.6708 71.8658 24.8939 71.8658 25.1096V25.1096Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M78.8285 21.4151H74.7061V24.2176H78.4225V25.2833H74.7061V28.0858H78.8285V29.1717H73.5391V20.3291H78.8285V21.4151Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M83.7425 29.1717H82.5755V21.4151H80.0469V20.3291H86.273V21.4151H83.7425V29.1717V29.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M90.7793 29.1717V20.3291H91.9445V29.1717H90.7793Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M97.1077 29.1717H95.9501V21.4151H93.4121V20.3291H99.6458V21.4151H97.1077V29.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M111.434 28.0338C110.54 28.928 109.434 29.3742 108.114 29.3742C106.786 29.3742 105.68 28.928 104.786 28.0338C103.895 27.1414 103.451 26.0463 103.451 24.7501C103.451 23.4539 103.895 22.3588 104.786 21.4664C105.68 20.5722 106.786 20.126 108.114 20.126C109.426 20.126 110.533 20.5722 111.426 21.4738C112.325 22.3735 112.769 23.4613 112.769 24.7501C112.769 26.0463 112.325 27.1414 111.434 28.0338ZM105.649 27.2926C106.322 27.9545 107.139 28.2864 108.114 28.2864C109.081 28.2864 109.906 27.9545 110.571 27.2926C111.241 26.6307 111.581 25.7808 111.581 24.7501C111.581 23.7194 111.241 22.8695 110.571 22.2076C109.906 21.5457 109.081 21.2138 108.114 21.2138C107.139 21.2138 106.322 21.5457 105.649 22.2076C104.979 22.8695 104.639 23.7194 104.639 24.7501C104.639 25.7808 104.979 26.6307 105.649 27.2926V27.2926Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M114.406 29.1717V20.3291H115.823L120.226 27.2063H120.277L120.226 25.5063V20.3291H121.392V29.1717H120.175L115.564 21.9553H115.513L115.564 23.6626V29.1717H114.406V29.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M103.164 42.0853C99.6156 42.0853 96.7169 44.7218 96.7169 48.3596C96.7169 51.9678 99.6156 54.632 103.164 54.632C106.72 54.632 109.619 51.9678 109.619 48.3596C109.619 44.7218 106.72 42.0853 103.164 42.0853ZM103.164 52.1614C101.217 52.1614 99.542 50.5923 99.542 48.3596C99.542 46.0973 101.217 44.5559 103.164 44.5559C105.111 44.5559 106.794 46.0973 106.794 48.3596C106.794 50.5923 105.111 52.1614 103.164 52.1614V52.1614ZM89.0971 42.0853C85.5412 42.0853 82.65 44.7218 82.65 48.3596C82.65 51.9678 85.5412 54.632 89.0971 54.632C92.6511 54.632 95.5442 51.9678 95.5442 48.3596C95.5442 44.7218 92.6511 42.0853 89.0971 42.0853ZM89.0971 52.1614C87.1482 52.1614 85.4675 50.5923 85.4675 48.3596C85.4675 46.0973 87.1482 44.5559 89.0971 44.5559C91.0441 44.5559 92.7191 46.0973 92.7191 48.3596C92.7191 50.5923 91.0441 52.1614 89.0971 52.1614ZM72.3581 44.0083V46.6744H78.8788C78.6881 48.1641 78.1782 49.2593 77.3964 50.0226C76.4446 50.9445 74.9622 51.9678 72.3581 51.9678C68.3452 51.9678 65.2028 48.8057 65.2028 44.8878C65.2028 40.9698 68.3452 37.8078 72.3581 37.8078C74.5279 37.8078 76.1066 38.6356 77.2718 39.7087L79.1961 37.8299C77.5664 36.3107 75.3985 35.1436 72.3581 35.1436C66.8552 35.1436 62.2305 39.5151 62.2305 44.8878C62.2305 50.2605 66.8552 54.632 72.3581 54.632C75.3324 54.632 77.5664 53.6806 79.3226 51.8959C81.1223 50.1388 81.6831 47.6682 81.6831 45.6732C81.6831 45.0537 81.6303 44.484 81.5358 44.0083H72.3581ZM140.806 46.0752C140.275 44.6721 138.638 42.0853 135.303 42.0853C131.998 42.0853 129.247 44.6278 129.247 48.3596C129.247 51.8737 131.97 54.632 135.62 54.632C138.572 54.632 140.275 52.8749 140.976 51.8516L138.785 50.4264C138.055 51.47 137.059 52.1614 135.62 52.1614C134.191 52.1614 133.165 51.5216 132.508 50.2605L141.102 46.7887L140.806 46.0752V46.0752ZM132.044 48.1641C131.97 45.7451 133.968 44.5061 135.399 44.5061C136.521 44.5061 137.473 45.0537 137.79 45.8373L132.044 48.1641V48.1641ZM125.058 54.2503H127.883V35.8128H125.058V54.2503ZM120.432 43.4828H120.337C119.703 42.749 118.492 42.0853 116.959 42.0853C113.741 42.0853 110.799 44.8435 110.799 48.3798C110.799 51.8959 113.741 54.632 116.959 54.632C118.492 54.632 119.703 53.9627 120.337 53.2068H120.432V54.1065C120.432 56.5052 119.119 57.794 117.002 57.794C115.276 57.794 114.206 56.5771 113.764 55.5539L111.307 56.555C112.015 58.2181 113.89 60.2646 117.002 60.2646C120.315 60.2646 123.11 58.3619 123.11 53.7322V42.4669H120.432V43.4828V43.4828ZM117.201 52.1614C115.254 52.1614 113.624 50.5702 113.624 48.3798C113.624 46.1692 115.254 44.5559 117.201 44.5559C119.119 44.5559 120.632 46.1692 120.632 48.3798C120.632 50.5702 119.119 52.1614 117.201 52.1614V52.1614ZM154.033 35.8128H147.276V54.2503H150.093V47.2644H154.033C157.162 47.2644 160.23 45.0537 160.23 41.5377C160.23 38.0235 157.154 35.8128 154.033 35.8128V35.8128ZM154.106 44.6997H150.093V38.3775H154.106C156.21 38.3775 157.411 40.083 157.411 41.5377C157.411 42.9647 156.21 44.6997 154.106 44.6997ZM171.523 42.0502C169.487 42.0502 167.37 42.9279 166.5 44.873L169 45.8963C169.538 44.873 170.528 44.5412 171.574 44.5412C173.036 44.5412 174.518 45.3985 174.541 46.9122V47.1058C174.031 46.8182 172.939 46.3923 171.597 46.3923C168.904 46.3923 166.16 47.8396 166.16 50.5407C166.16 53.0113 168.366 54.6025 170.845 54.6025C172.741 54.6025 173.787 53.7673 174.444 52.7956H174.541V54.2208H177.262V47.1482C177.262 43.8792 174.762 42.0502 171.523 42.0502ZM171.183 52.154C170.262 52.154 168.978 51.7078 168.978 50.5923C168.978 49.1653 170.579 48.6177 171.965 48.6177C173.206 48.6177 173.787 48.885 174.541 49.2372C174.32 50.9445 172.815 52.154 171.183 52.154V52.154ZM187.176 42.454L183.938 50.4467H183.841L180.493 42.454H177.455L182.485 53.6235L179.615 59.8387H182.559L190.311 42.454H187.176V42.454ZM161.779 54.2503H164.604V35.8128H161.779V54.2503Z" fill="white"></path><path d="M15.9955 21.1197C15.5517 21.5732 15.2949 22.2794 15.2949 23.1939V55.8135C15.2949 56.728 15.5517 57.4342 15.9955 57.8877L16.1051 57.9873L34.8269 39.7157V39.2843L16.1051 21.0127L15.9955 21.1197Z" fill="url(#paint0_linear_1299_1348)"></path><path d="M41.0599 45.8096L34.8262 39.716V39.2845L41.0674 33.1909L41.2072 33.2702L48.5985 37.3763C50.7078 38.5415 50.7078 40.459 48.5985 41.6316L41.2072 45.7303L41.0599 45.8096V45.8096Z" fill="url(#paint1_linear_1299_1348)"></path><path d="M41.2065 45.7304L34.8255 39.5004L15.9941 57.8881C16.6947 58.6071 17.8372 58.6938 19.1365 57.9747L41.2065 45.7304" fill="url(#paint2_linear_1299_1348)"></path><path d="M41.2065 33.27L19.1365 21.0256C17.8372 20.3139 16.6947 20.4006 15.9941 21.1197L34.8255 39.5L41.2065 33.27Z" fill="url(#paint3_linear_1299_1348)"></path><rect x="138" width="58.139" height="25.139" rx="12.5695" fill="#00FF88"></rect><path d="M151.623 9.84809C151.439 9.6091 151.177 9.41147 150.837 9.25521C150.506 9.08976 150.171 9.00703 149.831 9.00703C149.629 9.00703 149.426 9.0346 149.224 9.08976C149.022 9.13572 148.838 9.21385 148.673 9.32415C148.507 9.42526 148.369 9.56314 148.259 9.73779C148.158 9.90324 148.107 10.1055 148.107 10.3445C148.107 10.5651 148.153 10.7535 148.245 10.9098C148.337 11.066 148.461 11.1993 148.617 11.3096C148.783 11.4199 148.981 11.5164 149.21 11.5992C149.44 11.6819 149.693 11.7646 149.969 11.8473C150.281 11.9485 150.603 12.0634 150.934 12.192C151.274 12.3207 151.582 12.4908 151.858 12.7022C152.143 12.9136 152.372 13.1802 152.547 13.5019C152.731 13.8236 152.823 14.2235 152.823 14.7014C152.823 15.2254 152.726 15.685 152.533 16.0802C152.34 16.4663 152.083 16.788 151.761 17.0454C151.439 17.3028 151.063 17.4958 150.63 17.6245C150.198 17.7532 149.743 17.8175 149.265 17.8175C148.631 17.8175 148.011 17.7026 147.404 17.4728C146.797 17.2338 146.301 16.8845 145.915 16.4249L147.156 15.2668C147.395 15.5977 147.712 15.8596 148.107 16.0527C148.512 16.2457 148.907 16.3422 149.293 16.3422C149.495 16.3422 149.702 16.3192 149.914 16.2733C150.125 16.2181 150.313 16.1308 150.479 16.0113C150.653 15.8918 150.791 15.7447 150.892 15.5701C151.003 15.3862 151.058 15.161 151.058 14.8945C151.058 14.6371 150.998 14.4257 150.879 14.2602C150.759 14.0856 150.598 13.9385 150.396 13.819C150.194 13.6903 149.955 13.58 149.679 13.4881C149.403 13.3962 149.114 13.2997 148.81 13.1986C148.516 13.1066 148.222 12.9963 147.928 12.8676C147.634 12.739 147.367 12.5689 147.128 12.3575C146.899 12.1461 146.71 11.8887 146.563 11.5854C146.416 11.2728 146.342 10.8868 146.342 10.4272C146.342 9.93082 146.444 9.50339 146.646 9.14491C146.857 8.78642 147.128 8.49228 147.459 8.26248C147.799 8.02349 148.181 7.84884 148.604 7.73854C149.036 7.61904 149.472 7.55929 149.914 7.55929C150.41 7.55929 150.911 7.64662 151.416 7.82127C151.931 7.99591 152.377 8.25788 152.754 8.60718L151.623 9.84809ZM154.094 12.6608C154.094 11.8795 154.223 11.1763 154.48 10.5513C154.747 9.91703 155.11 9.3793 155.57 8.93809C156.038 8.49687 156.59 8.15677 157.224 7.91778C157.868 7.67879 158.566 7.55929 159.32 7.55929C160.083 7.55929 160.786 7.67879 161.429 7.91778C162.073 8.15677 162.629 8.49687 163.098 8.93809C163.567 9.3793 163.93 9.91703 164.187 10.5513C164.454 11.1763 164.587 11.8795 164.587 12.6608C164.587 13.4238 164.454 14.1224 164.187 14.7566C163.93 15.3817 163.567 15.924 163.098 16.3836C162.629 16.834 162.073 17.1879 161.429 17.4452C160.786 17.6934 160.083 17.8175 159.32 17.8175C158.566 17.8175 157.868 17.6934 157.224 17.4452C156.59 17.1879 156.038 16.834 155.57 16.3836C155.11 15.924 154.747 15.3817 154.48 14.7566C154.223 14.1224 154.094 13.4238 154.094 12.6608ZM155.983 12.6608C155.983 13.1848 156.061 13.6673 156.218 14.1086C156.383 14.5406 156.613 14.9175 156.907 15.2392C157.21 15.5609 157.564 15.8137 157.969 15.9975C158.382 16.1722 158.837 16.2595 159.334 16.2595C159.83 16.2595 160.285 16.1722 160.699 15.9975C161.112 15.8137 161.466 15.5609 161.76 15.2392C162.064 14.9175 162.293 14.5406 162.45 14.1086C162.615 13.6673 162.698 13.1848 162.698 12.6608C162.698 12.1553 162.615 11.6865 162.45 11.2545C162.293 10.8224 162.068 10.4456 161.774 10.1239C161.48 9.80213 161.126 9.54935 160.712 9.36551C160.299 9.18168 159.839 9.08976 159.334 9.08976C158.828 9.08976 158.369 9.18168 157.955 9.36551C157.55 9.54935 157.201 9.80213 156.907 10.1239C156.613 10.4456 156.383 10.8224 156.218 11.2545C156.061 11.6865 155.983 12.1553 155.983 12.6608ZM165.795 12.6608C165.795 11.8795 165.924 11.1763 166.181 10.5513C166.448 9.91703 166.811 9.3793 167.27 8.93809C167.739 8.49687 168.291 8.15677 168.925 7.91778C169.568 7.67879 170.267 7.55929 171.021 7.55929C171.784 7.55929 172.487 7.67879 173.13 7.91778C173.774 8.15677 174.33 8.49687 174.799 8.93809C175.267 9.3793 175.631 9.91703 175.888 10.5513C176.155 11.1763 176.288 11.8795 176.288 12.6608C176.288 13.4238 176.155 14.1224 175.888 14.7566C175.631 15.3817 175.267 15.924 174.799 16.3836C174.33 16.834 173.774 17.1879 173.13 17.4452C172.487 17.6934 171.784 17.8175 171.021 17.8175C170.267 17.8175 169.568 17.6934 168.925 17.4452C168.291 17.1879 167.739 16.834 167.27 16.3836C166.811 15.924 166.448 15.3817 166.181 14.7566C165.924 14.1224 165.795 13.4238 165.795 12.6608ZM167.684 12.6608C167.684 13.1848 167.762 13.6673 167.919 14.1086C168.084 14.5406 168.314 14.9175 168.608 15.2392C168.911 15.5609 169.265 15.8137 169.67 15.9975C170.083 16.1722 170.538 16.2595 171.035 16.2595C171.531 16.2595 171.986 16.1722 172.4 15.9975C172.813 15.8137 173.167 15.5609 173.461 15.2392C173.765 14.9175 173.994 14.5406 174.151 14.1086C174.316 13.6673 174.399 13.1848 174.399 12.6608C174.399 12.1553 174.316 11.6865 174.151 11.2545C173.994 10.8224 173.769 10.4456 173.475 10.1239C173.181 9.80213 172.827 9.54935 172.413 9.36551C172 9.18168 171.54 9.08976 171.035 9.08976C170.529 9.08976 170.069 9.18168 169.656 9.36551C169.251 9.54935 168.902 9.80213 168.608 10.1239C168.314 10.4456 168.084 10.8224 167.919 11.2545C167.762 11.6865 167.684 12.1553 167.684 12.6608ZM177.965 7.80748H180.267L184.804 15.1151H184.831V7.80748H186.569V17.5693H184.362L179.73 10.0273H179.702V17.5693H177.965V7.80748Z" fill="black"></path><defs><linearGradient id="paint0_linear_1299_1348" x1="33.1646" y1="56.1532" x2="8.41769" y2="30.8066" gradientUnits="userSpaceOnUse"><stop stop-color="#00A0FF"></stop><stop offset="0.0066" stop-color="#00A1FF"></stop><stop offset="0.2601" stop-color="#00BEFF"></stop><stop offset="0.5122" stop-color="#00D2FF"></stop><stop offset="0.7604" stop-color="#00DFFF"></stop><stop offset="1" stop-color="#00E3FF"></stop></linearGradient><linearGradient id="paint1_linear_1299_1348" x1="51.3452" y1="39.4982" x2="14.79" y2="39.4982" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE000"></stop><stop offset="0.4087" stop-color="#FFBD00"></stop><stop offset="0.7754" stop-color="#FFA500"></stop><stop offset="1" stop-color="#FF9C00"></stop></linearGradient><linearGradient id="paint2_linear_1299_1348" x1="37.7367" y1="36.1136" x2="4.17785" y2="1.74157" gradientUnits="userSpaceOnUse"><stop stop-color="#FF3A44"></stop><stop offset="1" stop-color="#C31162"></stop></linearGradient><linearGradient id="paint3_linear_1299_1348" x1="11.2539" y1="68.7401" x2="26.2394" y2="53.3916" gradientUnits="userSpaceOnUse"><stop stop-color="#32A071"></stop><stop offset="0.0685" stop-color="#2DA771"></stop><stop offset="0.4762" stop-color="#15CF74"></stop><stop offset="0.8009" stop-color="#06E775"></stop><stop offset="1" stop-color="#00F076"></stop></linearGradient></defs>',17),f=[H];function _(e,i){return t.openBlock(),t.createElementBlock("svg",V,f)}const m=o._export_sfc(h,[["render",_]]);const u={id:"mobileApp",class:"pd-thin"},M={class:"cols-2-1_2 gap-big pd-big pd-t-big pd-b-zero o-hidden bg-black t-white radius-big"},Z={class:"z-index-1 w-1/2"},L=["src"],w={class:"z-index-1 w-1/2"},g={class:"mn-t-medium mn-semi"},k={class:"t-transp mn-big p-big"},y={class:"mn-big cols-2"},x={class:"feature"},b={class:"mn-small"},E={class:"t-transp p-medium"},F={class:"feature"},v={class:"mn-small"},N={class:"t-transp p-medium"},S={class:"feature"},A={class:"mn-small"},D={class:"t-transp p-medium"},I={class:"feature"},B={class:"mn-small"},U={class:"t-transp p-medium"},z={class:"store-buttons"},G={key:0,class:"grid-lines"},$={__name:"MobileApp",props:{mockupImage:{type:String,default:"/assets/images/landing/mockup.png"},bgImage:{type:String,default:""},textData:{type:Object,default:()=>({messages:{en:{title:"Explore the Cannabis World at Your Fingertips",description:"Intuitive, Efficient, and Customized for Your Cannabis Needs",features:{instantUpdates:{title:"Instant Updates",text:"Receive real-time notifications for new product releases and community updates. Always stay in the loop."},locate:{title:"Locate with Ease",text:"Discover nearby dispensaries and cannabis events with our integrated geolocation services."},wallet:{title:"Wallet Integration",text:"Quickly and securely manage your transactions with integrated digital wallet functionality. Safety and convenience come together."},customization:{title:"Customization by AI",text:"Experience the AI difference with personalized recommendations based on your preferences and trends in the community."}}}}})}},setup(e){const i=e,{t:C}=a.useI18n(i.textData);return(s,O)=>(t.openBlock(),t.createElementBlock("div",u,[t.createElementVNode("section",M,[t.createElementVNode("div",Z,[t.createElementVNode("img",{src:e.mockupImage,alt:"Mobile App Mockup",class:"app-mockup"},null,8,L)]),t.createElementVNode("div",w,[t.createElementVNode("h2",g,t.toDisplayString(t.unref(C)("title")),1),t.createElementVNode("p",k,t.toDisplayString(t.unref(C)("description")),1),t.createElementVNode("div",y,[t.createElementVNode("div",x,[t.createElementVNode("h3",b,t.toDisplayString(t.unref(C)("features.instantUpdates.title")),1),t.createElementVNode("p",E,t.toDisplayString(t.unref(C)("features.instantUpdates.text")),1)]),t.createElementVNode("div",F,[t.createElementVNode("h3",v,t.toDisplayString(t.unref(C)("features.locate.title")),1),t.createElementVNode("p",N,t.toDisplayString(t.unref(C)("features.locate.text")),1)]),t.createElementVNode("div",S,[t.createElementVNode("h3",A,t.toDisplayString(t.unref(C)("features.wallet.title")),1),t.createElementVNode("p",D,t.toDisplayString(t.unref(C)("features.wallet.text")),1)]),t.createElementVNode("div",I,[t.createElementVNode("h3",B,t.toDisplayString(t.unref(C)("features.customization.title")),1),t.createElementVNode("p",U,t.toDisplayString(t.unref(C)("features.customization.text")),1)])]),t.createElementVNode("div",z,[t.createVNode(d,{class:"h-4r",alt:"Download on App Store"}),t.createVNode(m,{class:"h-4r",alt:"Download on Google Play"})])]),t.createElementVNode("div",{class:"w-100 h-100 pos-absolute pos-t-0 pos-r-0 z-index-0 grid",style:t.normalizeStyle({backgroundImage:`url(${e.bgImage})`})},[s.backgroundImage?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",G))],4)])]))}};exports.MobileApp=$;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),o=require("vue-i18n"),s=require("./_plugin-vue_export-helper-f246444f.js"),a={},l={width:"205",height:"59",viewBox:"0 0 205 59",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n=t.createStaticVNode('<path d="M203.096 52.1958C203.096 55.34 200.496 57.8869 197.281 57.8869H6.9581C3.74381 57.8869 1.13477 55.34 1.13477 52.1958V6.81174C1.13477 3.66904 3.74381 1.11328 6.9581 1.11328H197.279C200.496 1.11328 203.095 3.66904 203.095 6.81174L203.096 52.1958Z" fill="black"></path><path d="M196.667 1.18185C200.169 1.18185 203.019 3.96038 203.019 7.375V51.625C203.019 55.0396 200.169 57.8182 196.667 57.8182H7.5641C4.06192 57.8182 1.21215 55.0396 1.21215 51.625V7.375C1.21215 3.96038 4.06192 1.18185 7.5641 1.18185H196.667ZM196.667 5.4802e-06H7.5641C3.40574 5.4802e-06 0 3.3206 0 7.375V51.625C0 55.6794 3.40574 59 7.5641 59H196.667C200.825 59 204.231 55.6794 204.231 51.625V7.375C204.231 3.3206 200.825 5.4802e-06 196.667 5.4802e-06Z" fill="#A6A6A6"></path><path d="M45.578 29.1812C45.5341 24.4273 49.5703 22.1145 49.7549 22.0068C47.469 18.7574 43.926 18.3134 42.6809 18.278C39.7052 17.9727 36.8187 20.0141 35.3029 20.0141C33.7568 20.0141 31.4225 18.3075 28.9067 18.3577C25.6692 18.4064 22.6406 20.2339 20.9795 23.0718C17.5515 28.8582 20.1081 37.3616 23.3925 42.0388C25.0354 44.3295 26.9551 46.8871 29.4679 46.7972C31.9263 46.6983 32.8446 45.2691 35.8112 45.2691C38.7506 45.2691 39.6129 46.7972 42.1756 46.7396C44.814 46.6983 46.4751 44.4386 48.0605 42.1273C49.9591 39.5018 50.7216 36.9161 50.7518 36.7834C50.6898 36.7627 45.6279 34.8792 45.578 29.1812Z" fill="white"></path><path d="M40.7369 15.2012C42.0591 13.589 42.9638 11.3957 42.7127 9.16992C40.799 9.25252 38.4057 10.4605 37.0275 12.0373C35.8082 13.4268 34.7189 15.7042 35.0003 17.8459C37.15 18.0022 39.3572 16.7883 40.7369 15.2012Z" fill="white"></path><path d="M81.1547 46.4691H77.7191L75.8372 40.7034H69.2957L67.503 46.4691H64.1582L70.6391 26.8398H74.642L81.1547 46.4691ZM75.2699 38.2844L73.5679 33.1587C73.3879 32.6351 73.0506 31.402 72.5528 29.4609H72.4923C72.2941 30.2958 71.9749 31.5289 71.5362 33.1587L69.8646 38.2844H75.2699V38.2844Z" fill="white"></path><path d="M97.8218 39.218C97.8218 41.6252 97.1546 43.5279 95.8203 44.9248C94.6252 46.1682 93.1411 46.7892 91.3696 46.7892C89.4574 46.7892 88.0837 46.1195 87.2472 44.7802H87.1866V52.2363H83.9613V36.9745C83.9613 35.4612 83.9205 33.908 83.8418 32.315H86.6783L86.8584 34.5585H86.9189C87.9945 32.8681 89.6268 32.0244 91.8174 32.0244C93.5299 32.0244 94.9595 32.6837 96.1032 34.0039C97.2499 35.3255 97.8218 37.063 97.8218 39.218ZM94.5359 39.333C94.5359 37.9554 94.2182 36.8196 93.5798 35.9258C92.8824 34.9936 91.946 34.5275 90.772 34.5275C89.9763 34.5275 89.2532 34.7871 88.6072 35.2989C87.9597 35.8152 87.5361 36.4892 87.3379 37.3241C87.2381 37.7135 87.1882 38.0321 87.1882 38.2828V40.6428C87.1882 41.6724 87.5119 42.5412 88.1594 43.2506C88.8069 43.9601 89.648 44.3141 90.6828 44.3141C91.8976 44.3141 92.8431 43.8569 93.5193 42.9453C94.1971 42.0323 94.5359 40.8287 94.5359 39.333Z" fill="white"></path><path d="M114.518 39.218C114.518 41.6252 113.85 43.5279 112.515 44.9248C111.321 46.1682 109.837 46.7892 108.065 46.7892C106.153 46.7892 104.779 46.1195 103.944 44.7802H103.884V52.2363H100.659V36.9745C100.659 35.4612 100.618 33.908 100.539 32.315H103.376L103.556 34.5585H103.616C104.69 32.8681 106.323 32.0244 108.515 32.0244C110.226 32.0244 111.655 32.6837 112.802 34.0039C113.944 35.3255 114.518 37.063 114.518 39.218ZM111.232 39.333C111.232 37.9554 110.912 36.8196 110.274 35.9258C109.577 34.9936 108.643 34.5275 107.468 34.5275C106.671 34.5275 105.949 34.7871 105.301 35.2989C104.654 35.8152 104.232 36.4892 104.034 37.3241C103.935 37.7135 103.884 38.0321 103.884 38.2828V40.6428C103.884 41.6724 104.208 42.5412 104.852 43.2506C105.5 43.9586 106.341 44.3141 107.379 44.3141C108.593 44.3141 109.539 43.8569 110.215 42.9453C110.893 42.0323 111.232 40.8287 111.232 39.333Z" fill="white"></path><path d="M133.187 40.964C133.187 42.6337 132.593 43.9922 131.399 45.0409C130.087 46.187 128.261 46.7593 125.915 46.7593C123.749 46.7593 122.012 46.3522 120.697 45.5365L121.445 42.9154C122.861 43.7503 124.414 44.1692 126.107 44.1692C127.322 44.1692 128.267 43.9007 128.947 43.3668C129.623 42.8328 129.96 42.116 129.96 41.2221C129.96 40.4256 129.682 39.7545 129.124 39.2102C128.568 38.6659 127.641 38.16 126.346 37.6924C122.821 36.4107 121.06 34.533 121.06 32.0638C121.06 30.4502 121.678 29.1271 122.914 28.0976C124.145 27.0665 125.788 26.5518 127.842 26.5518C129.674 26.5518 131.196 26.863 132.411 27.484L131.605 30.0475C130.47 29.4457 129.187 29.1448 127.752 29.1448C126.617 29.1448 125.73 29.4177 125.095 29.9605C124.558 30.4458 124.289 31.0372 124.289 31.7379C124.289 32.5137 124.596 33.1553 125.213 33.6598C125.75 34.1259 126.726 34.6303 128.142 35.1746C129.874 35.8546 131.146 36.6496 131.965 37.5612C132.78 38.4698 133.187 39.607 133.187 40.964Z" fill="white"></path><path d="M143.851 34.6748H140.296V41.5468C140.296 43.2947 140.922 44.1679 142.178 44.1679C142.754 44.1679 143.232 44.1192 143.61 44.0219L143.699 46.4099C143.064 46.6415 142.227 46.758 141.191 46.758C139.917 46.758 138.922 46.3789 138.203 45.6223C137.488 44.8641 137.128 43.5927 137.128 41.8064V34.6719H135.01V32.3119H137.128V29.7203L140.296 28.7881V32.3119H143.851V34.6748Z" fill="white"></path><path d="M159.891 39.275C159.891 41.4506 159.252 43.2369 157.979 44.6337C156.643 46.0718 154.87 46.7887 152.66 46.7887C150.53 46.7887 148.834 46.0998 147.569 44.7222C146.304 43.3445 145.672 41.6055 145.672 39.5095C145.672 37.3162 146.322 35.5197 147.628 34.1228C148.93 32.7245 150.688 32.0254 152.899 32.0254C155.029 32.0254 156.743 32.7142 158.036 34.0933C159.274 35.4312 159.891 37.1584 159.891 39.275ZM156.545 39.3768C156.545 38.0714 156.259 36.9519 155.679 36.0182C155.003 34.8884 154.036 34.3249 152.784 34.3249C151.487 34.3249 150.502 34.8898 149.826 36.0182C149.247 36.9534 148.961 38.0906 148.961 39.4358C148.961 40.7412 149.247 41.8607 149.826 42.7929C150.523 43.9227 151.498 44.4862 152.755 44.4862C153.986 44.4862 154.953 43.9109 155.65 42.7634C156.245 41.812 156.545 40.6807 156.545 39.3768Z" fill="white"></path><path d="M170.374 35.0806C170.055 35.0231 169.715 34.9936 169.358 34.9936C168.223 34.9936 167.346 35.411 166.728 36.2473C166.191 36.9848 165.922 37.917 165.922 39.0425V46.4691H162.698L162.728 36.7724C162.728 35.1411 162.688 33.6558 162.607 32.3165H165.417L165.535 35.0246H165.624C165.964 34.0938 166.501 33.3445 167.237 32.7826C167.955 32.2766 168.731 32.0244 169.568 32.0244C169.866 32.0244 170.135 32.0451 170.374 32.0819V35.0806Z" fill="white"></path><path d="M184.8 38.7216C184.8 39.285 184.762 39.76 184.682 40.1479H175.006C175.044 41.5462 175.511 42.6156 176.41 43.3531C177.225 44.0124 178.28 44.3428 179.574 44.3428C181.007 44.3428 182.314 44.1201 183.49 43.6732L183.995 45.8562C182.621 46.4403 181 46.7308 179.128 46.7308C176.877 46.7308 175.11 46.0848 173.824 44.7942C172.541 43.5035 171.898 41.7704 171.898 39.5963C171.898 37.4619 172.496 35.6846 173.693 34.2671C174.945 32.7537 176.638 31.9971 178.768 31.9971C180.86 31.9971 182.444 32.7537 183.52 34.2671C184.372 35.4692 184.8 36.956 184.8 38.7216ZM181.724 37.9059C181.745 36.9737 181.535 36.1684 181.098 35.4884C180.54 34.6137 179.682 34.1771 178.528 34.1771C177.473 34.1771 176.615 34.6034 175.96 35.4589C175.423 36.1389 175.104 36.9545 175.006 37.9044H181.724V37.9059Z" fill="white"></path><path d="M74.2041 14.7631C74.2041 16.4992 73.6701 17.806 72.6036 18.6836C71.6157 19.4934 70.2118 19.899 68.3934 19.899C67.4917 19.899 66.7202 19.8607 66.0742 19.784V10.2983C66.9169 10.1655 67.8246 10.0977 68.8049 10.0977C70.537 10.0977 71.8426 10.4649 72.7231 11.1995C73.7094 12.0299 74.2041 13.2173 74.2041 14.7631ZM72.5325 14.8059C72.5325 13.6804 72.2269 12.8176 71.6157 12.2158C71.0045 11.6154 70.1119 11.3145 68.9365 11.3145C68.4372 11.3145 68.0121 11.347 67.6597 11.4148V18.6261C67.8548 18.6556 68.2118 18.6689 68.7307 18.6689C69.944 18.6689 70.8805 18.34 71.54 17.6821C72.1996 17.0243 72.5325 16.0655 72.5325 14.8059Z" fill="white"></path><path d="M83.0687 16.2794C83.0687 17.3488 82.7555 18.2249 82.1292 18.9123C81.4727 19.6188 80.6028 19.9713 79.5166 19.9713C78.4697 19.9713 77.6361 19.6335 77.0144 18.955C76.3941 18.278 76.084 17.424 76.084 16.3944C76.084 15.3177 76.4032 14.4342 77.0446 13.7483C77.6861 13.0624 78.5484 12.7188 79.6346 12.7188C80.6814 12.7188 81.5226 13.0565 82.1595 13.7335C82.7646 14.3914 83.0687 15.241 83.0687 16.2794ZM81.4242 16.3295C81.4242 15.6879 81.282 15.1377 80.9991 14.679C80.6663 14.1244 80.1928 13.8471 79.5771 13.8471C78.9402 13.8471 78.4561 14.1244 78.1233 14.679C77.8389 15.1377 77.6982 15.6968 77.6982 16.3576C77.6982 16.9992 77.8404 17.5494 78.1233 18.0081C78.4667 18.5627 78.9447 18.84 79.562 18.84C80.1671 18.84 80.6421 18.5583 80.984 17.9933C81.2775 17.5258 81.4242 16.9712 81.4242 16.3295Z" fill="white"></path><path d="M94.9517 12.8604L92.7203 19.8135H91.268L90.3437 16.7942C90.1092 16.0405 89.9185 15.2912 89.7703 14.5478H89.7415C89.6039 15.3118 89.4133 16.0596 89.1682 16.7942L88.1864 19.8135H86.7174L84.6191 12.8604H86.2484L87.0548 16.1658C87.2499 16.9476 87.4103 17.6925 87.5389 18.3975H87.5676C87.6856 17.8164 87.8808 17.0759 88.1561 16.1806L89.1682 12.8618H90.4601L91.4299 16.1098C91.6643 16.9019 91.855 17.6644 92.0017 18.399H92.0456C92.153 17.6836 92.3149 16.921 92.5297 16.1098L93.395 12.8618H94.9517V12.8604Z" fill="white"></path><path d="M103.171 19.813H101.585V15.8305C101.585 14.6033 101.107 13.9897 100.148 13.9897C99.6778 13.9897 99.2981 14.1579 99.0031 14.4957C98.7111 14.8334 98.5628 15.2317 98.5628 15.6875V19.8116H96.9774V14.8467C96.9774 14.2361 96.9577 13.5738 96.9199 12.8569H98.3132L98.3874 13.944H98.4312C98.6158 13.6062 98.8911 13.3275 99.2527 13.1047C99.6823 12.8451 100.163 12.7139 100.69 12.7139C101.355 12.7139 101.909 12.9233 102.349 13.3437C102.897 13.8585 103.171 14.6269 103.171 15.6476V19.813V19.813Z" fill="white"></path><path d="M107.543 19.8135H105.959V9.66992H107.543V19.8135Z" fill="white"></path><path d="M116.877 16.2794C116.877 17.3488 116.564 18.2249 115.938 18.9123C115.281 19.6188 114.41 19.9713 113.325 19.9713C112.277 19.9713 111.443 19.6335 110.823 18.955C110.203 18.278 109.893 17.424 109.893 16.3944C109.893 15.3177 110.212 14.4342 110.853 13.7483C111.495 13.0624 112.357 12.7188 113.442 12.7188C114.49 12.7188 115.33 13.0565 115.968 13.7335C116.573 14.3914 116.877 15.241 116.877 16.2794ZM115.231 16.3295C115.231 15.6879 115.089 15.1377 114.806 14.679C114.475 14.1244 114 13.8471 113.386 13.8471C112.747 13.8471 112.263 14.1244 111.932 14.679C111.647 15.1377 111.507 15.6968 111.507 16.3576C111.507 16.9992 111.649 17.5494 111.932 18.0081C112.275 18.5627 112.753 18.84 113.371 18.84C113.976 18.84 114.449 18.5583 114.791 17.9933C115.086 17.5258 115.231 16.9712 115.231 16.3295Z" fill="white"></path><path d="M124.55 19.8135H123.126L123.008 19.0126H122.964C122.477 19.6512 121.783 19.9713 120.881 19.9713C120.208 19.9713 119.664 19.7604 119.254 19.3415C118.881 18.9609 118.695 18.4875 118.695 17.9255C118.695 17.0759 119.058 16.4284 119.789 15.98C120.518 15.5316 121.544 15.3118 122.865 15.3221V15.1923C122.865 14.2763 122.371 13.8191 121.384 13.8191C120.68 13.8191 120.06 13.9917 119.524 14.3339L119.202 13.3191C119.865 12.9193 120.683 12.7188 121.648 12.7188C123.512 12.7188 124.447 13.6775 124.447 15.595V18.1556C124.447 18.8503 124.482 19.4034 124.55 19.8135ZM122.904 17.424V16.3517C121.155 16.3222 120.281 16.7897 120.281 17.7529C120.281 18.1158 120.381 18.3872 120.585 18.5686C120.789 18.75 121.049 18.84 121.359 18.84C121.707 18.84 122.033 18.7323 122.329 18.5184C122.627 18.3031 122.81 18.0302 122.878 17.6954C122.895 17.6202 122.904 17.5287 122.904 17.424Z" fill="white"></path><path d="M133.56 19.8135H132.153L132.079 18.6969H132.035C131.585 19.5465 130.82 19.9713 129.744 19.9713C128.885 19.9713 128.169 19.6424 127.602 18.9845C127.035 18.3267 126.752 17.4727 126.752 16.4239C126.752 15.2985 127.059 14.387 127.676 13.6908C128.274 13.0418 129.006 12.7173 129.877 12.7173C130.835 12.7173 131.505 13.0314 131.886 13.6613H131.917V9.66992H133.504V17.9402C133.504 18.6173 133.522 19.2412 133.56 19.8135ZM131.917 16.8812V15.7218C131.917 15.5212 131.902 15.359 131.873 15.2351C131.784 14.8634 131.591 14.5507 131.299 14.2985C131.004 14.0462 130.649 13.9194 130.239 13.9194C129.647 13.9194 129.185 14.148 128.844 14.6067C128.507 15.0655 128.336 15.651 128.336 16.3664C128.336 17.0538 128.498 17.6113 128.823 18.0405C129.166 18.4978 129.629 18.7264 130.209 18.7264C130.729 18.7264 131.145 18.5361 131.461 18.1541C131.767 17.8016 131.917 17.3768 131.917 16.8812Z" fill="white"></path><path d="M147.119 16.2794C147.119 17.3488 146.806 18.2249 146.18 18.9123C145.523 19.6188 144.655 19.9713 143.567 19.9713C142.522 19.9713 141.688 19.6335 141.065 18.955C140.445 18.278 140.135 17.424 140.135 16.3944C140.135 15.3177 140.454 14.4342 141.095 13.7483C141.737 13.0624 142.599 12.7188 143.687 12.7188C144.732 12.7188 145.575 13.0565 146.21 13.7335C146.815 14.3914 147.119 15.241 147.119 16.2794ZM145.477 16.3295C145.477 15.6879 145.334 15.1377 145.051 14.679C144.717 14.1244 144.245 13.8471 143.628 13.8471C142.992 13.8471 142.508 14.1244 142.174 14.679C141.89 15.1377 141.749 15.6968 141.749 16.3576C141.749 16.9992 141.891 17.5494 142.174 18.0081C142.517 18.5627 142.996 18.84 143.613 18.84C144.218 18.84 144.694 18.5583 145.036 17.9933C145.328 17.5258 145.477 16.9712 145.477 16.3295Z" fill="white"></path><path d="M155.644 19.813H154.06V15.8305C154.06 14.6033 153.582 13.9897 152.621 13.9897C152.151 13.9897 151.771 14.1579 151.478 14.4957C151.184 14.8334 151.037 15.2317 151.037 15.6875V19.8116H149.451V14.8467C149.451 14.2361 149.432 13.5738 149.395 12.8569H150.786L150.86 13.944H150.904C151.09 13.6062 151.366 13.3275 151.726 13.1047C152.157 12.8451 152.637 12.7139 153.164 12.7139C153.829 12.7139 154.382 12.9233 154.823 13.3437C155.372 13.8585 155.644 14.6269 155.644 15.6476V19.813V19.813Z" fill="white"></path><path d="M166.314 14.0184H164.568V17.3962C164.568 18.2546 164.878 18.6839 165.493 18.6839C165.777 18.6839 166.013 18.6603 166.199 18.6116L166.24 19.7842C165.927 19.8993 165.515 19.9568 165.008 19.9568C164.382 19.9568 163.895 19.7709 163.543 19.3992C163.189 19.0275 163.013 18.4021 163.013 17.5245V14.0184H161.971V12.8606H163.013V11.5862L164.567 11.1289V12.8591H166.312V14.0184H166.314Z" fill="white"></path><path d="M174.707 19.8135H173.12V15.8605C173.12 14.6141 172.642 13.9902 171.685 13.9902C170.949 13.9902 170.447 14.3516 170.172 15.0743C170.125 15.2262 170.098 15.4121 170.098 15.6304V19.812H168.514V9.66992H170.098V13.8604H170.128C170.627 13.0978 171.343 12.7173 172.27 12.7173C172.927 12.7173 173.47 12.9267 173.901 13.3471C174.438 13.8707 174.707 14.6495 174.707 15.6791V19.8135V19.8135Z" fill="white"></path><path d="M183.366 16.0076C183.366 16.2849 183.344 16.518 183.307 16.7082H178.552C178.573 17.3956 178.8 17.9192 179.24 18.2821C179.643 18.6066 180.161 18.7688 180.797 18.7688C181.5 18.7688 182.142 18.6597 182.72 18.4399L182.968 19.5137C182.292 19.7998 181.496 19.9429 180.574 19.9429C179.47 19.9429 178.6 19.6258 177.971 18.9915C177.339 18.3573 177.025 17.5062 177.025 16.4383C177.025 15.3896 177.317 14.5164 177.906 13.8202C178.52 13.0768 179.351 12.7051 180.399 12.7051C181.425 12.7051 182.204 13.0768 182.73 13.8202C183.155 14.4102 183.366 15.1403 183.366 16.0076ZM181.853 15.6079C181.865 15.1492 181.761 14.7539 181.546 14.4205C181.27 13.9913 180.851 13.7759 180.284 13.7759C179.767 13.7759 179.345 13.9854 179.022 14.4058C178.759 14.7406 178.603 15.1403 178.552 15.6079H181.853Z" fill="white"></path>',25),r=[n];function p(C,i){return t.openBlock(),t.createElementBlock("svg",l,r)}const d=s._export_sfc(a,[["render",p]]),c={},h={width:"204",height:"59",viewBox:"0 0 204 59",fill:"none",xmlns:"http://www.w3.org/2000/svg"},V=t.createStaticVNode('<path d="M196.396 59H7.55371C3.40106 59 0 55.6794 0 51.625V7.375C0 3.32059 3.40106 7.56029e-07 7.55371 7.56029e-07H196.396C200.549 7.56029e-07 203.95 3.32059 203.95 7.375V51.625C203.95 55.6794 200.549 59 196.396 59Z" fill="black"></path><path d="M196.396 1.18184C199.894 1.18184 202.74 3.96038 202.74 7.375V51.625C202.74 55.0396 199.894 57.8182 196.396 57.8182H7.55371C4.05634 57.8182 1.21048 55.0396 1.21048 51.625V7.375C1.21048 3.96038 4.05634 1.18184 7.55371 1.18184H196.396ZM196.396 7.56029e-07H7.55371C3.40106 7.56029e-07 0 3.32059 0 7.375V51.625C0 55.6794 3.40106 59 7.55371 59H196.396C200.549 59 203.95 55.6794 203.95 51.625V7.375C203.95 3.32059 200.549 7.56029e-07 196.396 7.56029e-07Z" fill="#A6A6A6"></path><path d="M71.6353 15.1096C71.6353 16.3413 71.2576 17.3277 70.5136 18.0633C69.6581 18.9354 68.5439 19.3742 67.1786 19.3742C65.8737 19.3742 64.7595 18.928 63.8455 18.0486C62.9297 17.1562 62.4727 16.061 62.4727 14.7501C62.4727 13.4392 62.9297 12.344 63.8455 11.459C64.7595 10.5722 65.8737 10.126 67.1786 10.126C67.8282 10.126 68.4476 10.2569 69.0387 10.5003C69.6279 10.7455 70.1076 11.0774 70.455 11.4867L69.6657 12.2647C69.0595 11.5659 68.2342 11.2212 67.1786 11.2212C66.2268 11.2212 65.4016 11.5457 64.701 12.2002C64.0079 12.8566 63.6605 13.7065 63.6605 14.7501C63.6605 15.7937 64.0079 16.651 64.701 17.3074C65.4016 17.9545 66.2268 18.2864 67.1786 18.2864C68.1889 18.2864 69.0387 17.9545 69.7091 17.3C70.151 16.8667 70.4022 16.2694 70.4683 15.506H67.1786V14.4404H71.5673C71.6202 14.6708 71.6353 14.8939 71.6353 15.1096V15.1096Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M78.5981 11.4151H74.4756V14.2176H78.1921V15.2833H74.4756V18.0858H78.5981V19.1717H73.3086V10.3291H78.5981V11.4151Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M83.5121 19.1717H82.345V11.4151H79.8164V10.3291H86.0425V11.4151H83.5121V19.1717V19.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M90.5488 19.1717V10.3291H91.714V19.1717H90.5488Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M96.8773 19.1717H95.7197V11.4151H93.1816V10.3291H99.4153V11.4151H96.8773V19.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M111.203 18.0338C110.31 18.928 109.203 19.3742 107.883 19.3742C106.556 19.3742 105.449 18.928 104.556 18.0338C103.664 17.1414 103.221 16.0463 103.221 14.7501C103.221 13.4539 103.664 12.3588 104.556 11.4664C105.449 10.5722 106.556 10.126 107.883 10.126C109.196 10.126 110.302 10.5722 111.196 11.4738C112.094 12.3735 112.538 13.4613 112.538 14.7501C112.538 16.0463 112.094 17.1414 111.203 18.0338ZM105.419 17.2926C106.091 17.9545 106.909 18.2864 107.883 18.2864C108.85 18.2864 109.675 17.9545 110.34 17.2926C111.01 16.6307 111.35 15.7808 111.35 14.7501C111.35 13.7194 111.01 12.8695 110.34 12.2076C109.675 11.5457 108.85 11.2138 107.883 11.2138C106.909 11.2138 106.091 11.5457 105.419 12.2076C104.748 12.8695 104.409 13.7194 104.409 14.7501C104.409 15.7808 104.748 16.6307 105.419 17.2926V17.2926Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M114.176 19.1717V10.3291H115.592L119.996 17.2063H120.047L119.996 15.5063V10.3291H121.161V19.1717H119.945L115.333 11.9553H115.282L115.333 13.6626V19.1717H114.176V19.1717Z" fill="white" stroke="white" stroke-width="0.16" stroke-miterlimit="10"></path><path d="M102.934 32.0853C99.3852 32.0853 96.4864 34.7218 96.4864 38.3596C96.4864 41.9678 99.3852 44.632 102.934 44.632C106.489 44.632 109.388 41.9678 109.388 38.3596C109.388 34.7218 106.489 32.0853 102.934 32.0853ZM102.934 42.1614C100.987 42.1614 99.3115 40.5923 99.3115 38.3596C99.3115 36.0973 100.987 34.5559 102.934 34.5559C104.88 34.5559 106.563 36.0973 106.563 38.3596C106.563 40.5923 104.88 42.1614 102.934 42.1614V42.1614ZM88.8666 32.0853C85.3107 32.0853 82.4195 34.7218 82.4195 38.3596C82.4195 41.9678 85.3107 44.632 88.8666 44.632C92.4206 44.632 95.3137 41.9678 95.3137 38.3596C95.3137 34.7218 92.4206 32.0853 88.8666 32.0853ZM88.8666 42.1614C86.9178 42.1614 85.2371 40.5923 85.2371 38.3596C85.2371 36.0973 86.9178 34.5559 88.8666 34.5559C90.8136 34.5559 92.4886 36.0973 92.4886 38.3596C92.4886 40.5923 90.8136 42.1614 88.8666 42.1614ZM72.1276 34.0083V36.6744H78.6484C78.4576 38.1641 77.9478 39.2593 77.1659 40.0226C76.2142 40.9445 74.7318 41.9678 72.1276 41.9678C68.1147 41.9678 64.9724 38.8057 64.9724 34.8878C64.9724 30.9698 68.1147 27.8078 72.1276 27.8078C74.2974 27.8078 75.8762 28.6356 77.0413 29.7087L78.9656 27.8299C77.3359 26.3107 75.168 25.1436 72.1276 25.1436C66.6248 25.1436 62 29.5151 62 34.8878C62 40.2605 66.6248 44.632 72.1276 44.632C75.1019 44.632 77.3359 43.6806 79.0921 41.8959C80.8918 40.1388 81.4527 37.6682 81.4527 35.6732C81.4527 35.0537 81.3998 34.484 81.3054 34.0083H72.1276ZM140.576 36.0752C140.045 34.6721 138.408 32.0853 135.073 32.0853C131.768 32.0853 129.016 34.6278 129.016 38.3596C129.016 41.8737 131.74 44.632 135.39 44.632C138.341 44.632 140.045 42.8749 140.745 41.8516L138.555 40.4264C137.824 41.47 136.829 42.1614 135.39 42.1614C133.96 42.1614 132.935 41.5216 132.278 40.2605L140.872 36.7887L140.576 36.0752V36.0752ZM131.813 38.1641C131.74 35.7451 133.738 34.5061 135.169 34.5061C136.291 34.5061 137.242 35.0537 137.56 35.8373L131.813 38.1641V38.1641ZM124.828 44.2503H127.653V25.8128H124.828V44.2503ZM120.201 33.4828H120.107C119.472 32.749 118.262 32.0853 116.728 32.0853C113.511 32.0853 110.568 34.8435 110.568 38.3798C110.568 41.8959 113.511 44.632 116.728 44.632C118.262 44.632 119.472 43.9627 120.107 43.2068H120.201V44.1065C120.201 46.5052 118.889 47.794 116.772 47.794C115.046 47.794 113.975 46.5771 113.533 45.5539L111.076 46.555C111.785 48.2181 113.66 50.2646 116.772 50.2646C120.084 50.2646 122.879 48.3619 122.879 43.7322V32.4669H120.201V33.4828V33.4828ZM116.97 42.1614C115.023 42.1614 113.393 40.5702 113.393 38.3798C113.393 36.1692 115.023 34.5559 116.97 34.5559C118.889 34.5559 120.401 36.1692 120.401 38.3798C120.401 40.5702 118.889 42.1614 116.97 42.1614V42.1614ZM153.802 25.8128H147.045V44.2503H149.863V37.2644H153.802C156.931 37.2644 160 35.0537 160 31.5377C160 28.0235 156.924 25.8128 153.802 25.8128V25.8128ZM153.876 34.6997H149.863V28.3775H153.876C155.979 28.3775 157.18 30.083 157.18 31.5377C157.18 32.9647 155.979 34.6997 153.876 34.6997ZM171.293 32.0502C169.257 32.0502 167.14 32.9279 166.269 34.873L168.77 35.8963C169.308 34.873 170.297 34.5412 171.344 34.5412C172.805 34.5412 174.288 35.3985 174.31 36.9122V37.1058C173.8 36.8182 172.709 36.3923 171.366 36.3923C168.673 36.3923 165.929 37.8396 165.929 40.5407C165.929 43.0113 168.135 44.6025 170.615 44.6025C172.511 44.6025 173.557 43.7673 174.214 42.7956H174.31V44.2208H177.032V37.1482C177.032 33.8792 174.531 32.0502 171.293 32.0502ZM170.953 42.154C170.031 42.154 168.747 41.7078 168.747 40.5923C168.747 39.1653 170.348 38.6177 171.735 38.6177C172.975 38.6177 173.557 38.885 174.31 39.2372C174.089 40.9445 172.584 42.154 170.953 42.154V42.154ZM186.946 32.454L183.707 40.4467H183.611L180.263 32.454H177.224L182.255 43.6235L179.385 49.8387H182.329L190.081 32.454H186.946V32.454ZM161.548 44.2503H164.373V25.8128H161.548V44.2503Z" fill="white"></path><path d="M15.7651 11.1197C15.3213 11.5732 15.0645 12.2794 15.0645 13.1939V45.8135C15.0645 46.728 15.3213 47.4342 15.7651 47.8877L15.8746 47.9873L34.5964 29.7157V29.2843L15.8746 11.0127L15.7651 11.1197Z" fill="url(#paint0_linear_1523_1188)"></path><path d="M40.8294 35.8096L34.5957 29.716V29.2845L40.837 23.1909L40.9767 23.2702L48.368 27.3763C50.4774 28.5415 50.4774 30.459 48.368 31.6316L40.9767 35.7303L40.8294 35.8096V35.8096Z" fill="url(#paint1_linear_1523_1188)"></path><path d="M40.976 35.7304L34.5951 29.5004L15.7637 47.8881C16.4643 48.6071 17.6068 48.6938 18.906 47.9747L40.976 35.7304" fill="url(#paint2_linear_1523_1188)"></path><path d="M40.976 23.27L18.906 11.0256C17.6068 10.3139 16.4643 10.4006 15.7637 11.1197L34.5951 29.5L40.976 23.27Z" fill="url(#paint3_linear_1523_1188)"></path><defs><linearGradient id="paint0_linear_1523_1188" x1="32.9342" y1="46.1532" x2="8.18722" y2="20.8066" gradientUnits="userSpaceOnUse"><stop stop-color="#00A0FF"></stop><stop offset="0.0066" stop-color="#00A1FF"></stop><stop offset="0.2601" stop-color="#00BEFF"></stop><stop offset="0.5122" stop-color="#00D2FF"></stop><stop offset="0.7604" stop-color="#00DFFF"></stop><stop offset="1" stop-color="#00E3FF"></stop></linearGradient><linearGradient id="paint1_linear_1523_1188" x1="51.1147" y1="29.4982" x2="14.5595" y2="29.4982" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE000"></stop><stop offset="0.4087" stop-color="#FFBD00"></stop><stop offset="0.7754" stop-color="#FFA500"></stop><stop offset="1" stop-color="#FF9C00"></stop></linearGradient><linearGradient id="paint2_linear_1523_1188" x1="37.5063" y1="26.1136" x2="3.94738" y2="-8.25843" gradientUnits="userSpaceOnUse"><stop stop-color="#FF3A44"></stop><stop offset="1" stop-color="#C31162"></stop></linearGradient><linearGradient id="paint3_linear_1523_1188" x1="11.0234" y1="58.7401" x2="26.009" y2="43.3916" gradientUnits="userSpaceOnUse"><stop stop-color="#32A071"></stop><stop offset="0.0685" stop-color="#2DA771"></stop><stop offset="0.4762" stop-color="#15CF74"></stop><stop offset="0.8009" stop-color="#06E775"></stop><stop offset="1" stop-color="#00F076"></stop></linearGradient></defs>',15),f=[V];function m(C,i){return t.openBlock(),t.createElementBlock("svg",h,f)}const H=s._export_sfc(c,[["render",m]]);const _={id:"mobileApp"},u={class:"cols-2-1_2 gap-big pd-big pd-t-big o-hidden bg-black t-white radius-big"},w={class:"z-index-1 w-1/2"},g=["src"],M={class:"z-index-1 w-1/2"},L={class:"mn-t-medium mn-semi w-m-40r"},Z={class:"t-transp mn-big p-big w-m-33r"},y={class:"mn-big gap-medium cols-2"},b={class:"feature"},k={class:"mn-small"},x={class:"t-transp p-medium"},E={class:"feature"},v={class:"mn-small"},N={class:"t-transp p-medium"},F={class:"feature"},S={class:"mn-small"},A={class:"t-transp p-medium"},D={class:"feature"},I={class:"mn-small"},z={class:"t-transp p-medium"},B={class:"w-m-33r flex-nowrap flex gap-medium"},U={class:"w-100 h-100"},G={class:"z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative"},$={class:"w-100 h-100"},O={class:"z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative"},q={key:0,class:"grid-lines"},P={__name:"MobileApp",props:{mockupImage:{type:String,default:"/assets/images/landing/mockup.png"},bgImage:{type:String,default:""},textData:{type:Object,default:()=>({messages:{en:{title:"Explore the Cannabis World at Your Fingertips",description:"Intuitive, Efficient, and Customized for Your Cannabis Needs",features:{instantUpdates:{title:"Instant Updates",text:"Receive real-time notifications for new product releases and community updates. Always stay in the loop."},locate:{title:"Locate with Ease",text:"Discover nearby dispensaries and cannabis events with our integrated geolocation services."},wallet:{title:"Wallet Integration",text:"Quickly and securely manage your transactions with integrated digital wallet functionality. Safety and convenience come together."},customization:{title:"Customization by AI",text:"Experience the AI difference with personalized recommendations based on your preferences and trends in the community."}}}}})}},setup(C){const i=C,{t:e}=o.useI18n(i.textData);return(j,W)=>(t.openBlock(),t.createElementBlock("div",_,[t.createElementVNode("section",u,[t.createElementVNode("div",w,[t.createElementVNode("img",{src:C.mockupImage,alt:"Mobile App Mockup",class:"app-mockup"},null,8,g)]),t.createElementVNode("div",M,[t.createElementVNode("h2",L,t.toDisplayString(t.unref(e)("title")),1),t.createElementVNode("p",Z,t.toDisplayString(t.unref(e)("description")),1),t.createElementVNode("div",y,[t.createElementVNode("div",b,[t.createElementVNode("h3",k,t.toDisplayString(t.unref(e)("features.instantUpdates.title")),1),t.createElementVNode("p",x,t.toDisplayString(t.unref(e)("features.instantUpdates.text")),1)]),t.createElementVNode("div",E,[t.createElementVNode("h3",v,t.toDisplayString(t.unref(e)("features.locate.title")),1),t.createElementVNode("p",N,t.toDisplayString(t.unref(e)("features.locate.text")),1)]),t.createElementVNode("div",F,[t.createElementVNode("h3",S,t.toDisplayString(t.unref(e)("features.wallet.title")),1),t.createElementVNode("p",A,t.toDisplayString(t.unref(e)("features.wallet.text")),1)]),t.createElementVNode("div",D,[t.createElementVNode("h3",I,t.toDisplayString(t.unref(e)("features.customization.title")),1),t.createElementVNode("p",z,t.toDisplayString(t.unref(e)("features.customization.text")),1)])]),t.createElementVNode("div",B,[t.createElementVNode("div",U,[t.createElementVNode("span",G,t.toDisplayString(t.unref(e)("features.soonLabel")),1),t.createVNode(d,{class:"w-100 h-100",alt:"Download on App Store"})]),t.createElementVNode("div",$,[t.createElementVNode("span",O,t.toDisplayString(t.unref(e)("features.soonLabel")),1),t.createVNode(H,{class:"w-100 h-100",alt:"Download on Google Play"})])])]),t.createElementVNode("div",{class:"w-100 h-100 pos-absolute pos-t-0 pos-r-0 z-index-0 grid",style:t.normalizeStyle({backgroundImage:`url(${C.bgImage})`})},[C.bgImage?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",q))],4)])]))}};exports.MobileApp=P;