{"version":3,"file":"CalendarHeadCell.vue2.cjs","sources":["../../../../src/components/shadcn/CalendarHeadCell.vue"],"sourcesContent":["<script lang=\"ts\" setup>\r\nimport type { CalendarHeadCellProps } from \"reka-ui\"\r\nimport type { HTMLAttributes } from \"vue\"\r\nimport { reactiveOmit } from \"@vueuse/core\"\r\nimport { CalendarHeadCell, useForwardProps } from \"reka-ui\"\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nconst props = defineProps<CalendarHeadCellProps & { class?: HTMLAttributes[\"class\"] }>()\r\n\r\nconst delegatedProps = reactiveOmit(props, \"class\")\r\n\r\nconst forwardedProps = useForwardProps(delegatedProps)\r\n</script>\r\n\r\n<template>\r\n  <CalendarHeadCell :class=\"cn('w-9 rounded-md text-[0.8rem] font-normal text-muted-foreground', props.class)\" v-bind=\"forwardedProps\">\r\n    <slot />\r\n  </CalendarHeadCell>\r\n</template>\r\n"],"names":["props","__props","delegatedProps","reactiveOmit","forwardedProps","useForwardProps","_openBlock","_createBlock","_unref","_mergeProps","cn","_renderSlot","_ctx"],"mappings":"yTAOA,MAAMA,EAAQC,EAERC,EAAiBC,EAAAA,aAAaH,EAAO,OAAO,EAE5CI,EAAiBC,EAAAA,gBAAgBH,CAAc,gBAInDI,EAAAA,YAAAC,EAAAA,YAEmBC,EAAAA,0BAFnBC,EAAAA,WAEmB,CAFA,MAAOD,EAAAA,MAAAE,EAAAA,EAAA,EAAE,iEAAmEV,EAAM,KAAK,CAAA,EAAWQ,EAAAA,MAAAJ,CAAA,CAAc,EAAA,mBACjI,IAAQ,CAARO,aAAQC,EAAA,OAAA,SAAA,CAAA"}