{"version":3,"file":"SheetDescription.vue.cjs","sources":["../../../../src/components/shadcn/SheetDescription.vue"],"sourcesContent":["<script setup lang=\"ts\">\nimport type { DialogDescriptionProps } from 'reka-ui'\nimport type { HTMLAttributes } from 'vue'\nimport { DialogDescription } from 'reka-ui'\nimport { cn } from '@/lib/utils'\n\ninterface Props extends DialogDescriptionProps {\n  class?: HTMLAttributes['class']\n}\n\nconst props = defineProps<Props>()\n</script>\n\n<template>\n  <DialogDescription\n    :class=\"cn('text-sm text-muted-foreground', props.class)\"\n    v-bind=\"props\"\n  >\n    <slot />\n  </DialogDescription>\n</template>\n"],"names":["props","__props","_openBlock","_createBlock","_unref","_mergeProps","cn","_renderSlot","_ctx"],"mappings":"+RAUA,MAAMA,EAAQC,gBAIZC,EAAAA,YAAAC,EAAAA,YAKoBC,EAAAA,2BALpBC,EAAAA,WAKoB,CAJjB,MAAOD,EAAAA,MAAAE,EAAAA,EAAA,EAAE,gCAAkCN,EAAM,KAAK,CAAA,EAC/CA,CAAK,EAAA,mBAEb,IAAQ,CAARO,aAAQC,EAAA,OAAA,SAAA,CAAA"}