{"version":3,"file":"ContextMenuLabel.vue.cjs","sources":["../../../../src/components/shadcn/ContextMenuLabel.vue"],"sourcesContent":["<script setup lang=\"ts\">\nimport type { ContextMenuLabelProps } from \"reka-ui\"\r\nimport type { HTMLAttributes } from \"vue\"\r\nimport { reactiveOmit } from \"@vueuse/core\"\r\nimport { ContextMenuLabel } from \"reka-ui\"\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nconst props = defineProps<ContextMenuLabelProps & { class?: HTMLAttributes[\"class\"], inset?: boolean }>()\r\n\r\nconst delegatedProps = reactiveOmit(props, \"class\")\n</script>\n\n<template>\n  <ContextMenuLabel\n    v-bind=\"delegatedProps\"\n    :class=\"\n      cn('px-2 py-1.5 text-sm font-semibold text-foreground',\n         inset && 'pl-8', props.class,\n      )\"\n  >\n    <slot />\n  </ContextMenuLabel>\n</template>\n"],"names":["props","__props","delegatedProps","reactiveOmit","_createBlock","_unref","ContextMenuLabel","_mergeProps","cn","_renderSlot","_ctx"],"mappings":"8UAOA,MAAMA,EAAQC,EAERC,EAAiBC,EAAAA,aAAaH,EAAO,OAAO,8BAIhDI,EAAAA,YAQmBC,EAAAA,MAAAC,EAAAA,gBAAA,EARnBC,EAAAA,WAQmBF,QAAAH,CAAA,EAPK,CACrB,MAAcG,EAAAA,MAAAG,IAAA,EAAE,oDAA+DP,EAAA,OAAK,OAAYD,EAAM,KAAA,uBAKvG,IAAQ,CAARS,aAAQC,EAAA,OAAA,SAAA,CAAA"}