{"version":3,"file":"ProductSharingEmpty.js","sources":["../../src/components/ProductSharingEmpty.vue"],"sourcesContent":["<script setup lang=\"ts\">\nimport BaseIcon from '@/components/ui/icon/BaseIcon.vue'\n\ndefineProps({\n\ttitle: {\n\t\ttype: String,\n\t},\n\tdescription: {\n\t\ttype: String,\n\t\trequired: true,\n\t},\n\tisSearch: {\n\t\ttype: Boolean,\n\t\tdefault: false,\n\t},\n})\n</script>\n\n<template>\n\t<div\n\t\tclass=\"flex items-center justify-center py-[96px] text-center text-n-950 mdp:py-[48px] lg:py-[60px]\"\n\t>\n\t\t<div\n\t\t\tclass=\"flex w-[350px] flex-col items-center gap-24px mdp:gap-32px mdl:w-[342px] mdl:w-[470px] lg:w-[592px]\"\n\t\t>\n\t\t\t<BaseIcon\n\t\t\t\tname=\"empty_of_post\"\n\t\t\t\tclass=\"inline-block h-[120px] w-[152px] mdp:h-[224px] mdp:w-[284px]\"\n\t\t\t/>\n\t\t\t<div>\n\t\t\t\t<h3 v-if=\"!isSearch\" class=\"typography-h4-str mb-12px\">{{ title }}</h3>\n\t\t\t\t<p v-if=\"!isSearch\" class=\"typography-b2-reg\">\n\t\t\t\t\t{{ description }}\n\t\t\t\t</p>\n\t\t\t\t<p v-if=\"isSearch\" class=\"typography-s1-emp whitespace-pre\">\n\t\t\t\t\t{{ description }}\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t\t<slot name=\"button\" />\n\t\t</div>\n\t</div>\n</template>\n"],"names":["_hoisted_1","_hoisted_2","_openBlock","_createElementBlock","_createElementVNode","_createVNode","$setup","$props","_createCommentVNode","_hoisted_3","_toDisplayString","_hoisted_4","_hoisted_5","_renderSlot","_ctx"],"mappings":"kZAoBEA,EAAA,CAAA,MAAM,8FAA8F,EAGnGC,EAAA,CAAA,MAAM,qGAAqG,WAOrF,MAAM,sCACP,MAAM,8BAGP,MAAM,4DAf5B,OAAAC,EAAA,EAAAC,EAqBM,MArBNH,EAqBM,CAlBLI,EAiBM,MAjBNH,EAiBM,CAdLI,EAGEC,EAAA,SAAA,CAFD,KAAK,gBACL,MAAM,8DAAA,CAAA,EAEPF,EAQM,MAAA,KAAA,CAPMG,EAAX,SAA+DC,EAAA,GAAA,EAAA,GAA/DN,EAAA,EAAAC,EAAuE,KAAvEM,EAAuEC,EAAbH,EAAK,KAAA,EAAA,CAAA,GACrDA,EAAA,SACKC,EAAA,GAAA,EAAA,GADLN,EAAA,EAAVC,EAEI,IAFJQ,EAEID,EADAH,EAAW,WAAA,EAAA,CAAA,GAENA,EAAA,UAAAL,EAAA,EAATC,EAEI,IAFJS,EAEIF,EADAH,EAAW,WAAA,EAAA,CAAA,GAAAC,EAAA,GAAA,EAAA,IAGhBK,EAAsBC,EAAA,OAAA,QAAA,CAAA,CAAA"}