{"version":3,"file":"SheetTitle.vue.cjs","sources":["../../../../src/components/shadcn/SheetTitle.vue"],"sourcesContent":["<script setup lang=\"ts\">\nimport type { DialogTitleProps } from 'reka-ui'\nimport type { HTMLAttributes } from 'vue'\nimport { DialogTitle } from 'reka-ui'\nimport { cn } from '@/lib/utils'\n\ninterface Props extends DialogTitleProps {\n  class?: HTMLAttributes['class']\n}\n\nconst props = defineProps<Props>()\n</script>\n\n<template>\n  <DialogTitle\n    :class=\"cn('text-base font-semibold leading-none tracking-tight', props.class)\"\n    v-bind=\"props\"\n  >\n    <slot />\n  </DialogTitle>\n</template>\n"],"names":["props","__props","_openBlock","_createBlock","_unref","_mergeProps","cn","_renderSlot","_ctx"],"mappings":"yRAUA,MAAMA,EAAQC,gBAIZC,EAAAA,YAAAC,EAAAA,YAKcC,EAAAA,qBALdC,EAAAA,WAKc,CAJX,MAAOD,EAAAA,MAAAE,EAAAA,EAAA,EAAE,sDAAwDN,EAAM,KAAK,CAAA,EACrEA,CAAK,EAAA,mBAEb,IAAQ,CAARO,aAAQC,EAAA,OAAA,SAAA,CAAA"}