{"version":3,"file":"DialogFooter.vue.cjs","sources":["../../../../src/components/shadcn/DialogFooter.vue"],"sourcesContent":["<template>\r\n  <div\r\n    class=\"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 px-6 py-4\"\r\n    :class=\"props.class\"\r\n  >\r\n    <slot />\r\n  </div>\r\n</template>\r\n\r\n<script setup lang=\"ts\">\r\ninterface Props {\r\n  class?: string\r\n}\r\n\r\nconst props = defineProps<Props>()\r\n</script>\r\n"],"names":["props","__props","_createElementBlock","_normalizeClass","_renderSlot","_ctx"],"mappings":"wMAcA,MAAMA,EAAQC,8BAbZC,EAAAA,mBAKM,MAAA,CAJJ,MAAKC,EAAAA,eAAA,CAAC,0EACEH,EAAM,KAAK,CAAA,CAAA,GAEnBI,aAAQC,EAAA,OAAA,SAAA,CAAA"}