{"version":3,"file":"index.cjs","sources":["../../../src/components/Separator/index.tsx"],"sourcesContent":["import { cn } from \"@/components/utils\";\nimport * as SeparatorPrimitive from \"@radix-ui/react-separator\";\nimport * as React from \"react\";\n\nconst Separator = React.forwardRef<\n  React.ElementRef<typeof SeparatorPrimitive.Root>,\n  React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>\n>(\n  (\n    { className, orientation = \"horizontal\", decorative = true, ...props },\n    ref\n  ) => (\n    <SeparatorPrimitive.Root\n      ref={ref}\n      decorative={decorative}\n      orientation={orientation}\n      className={cn(\n        \"shrink-0 bg-border\",\n        orientation === \"horizontal\" ? \"h-[1px] w-full\" : \"h-full w-[1px]\",\n        className\n      )}\n      {...props}\n    />\n  )\n);\nSeparator.displayName = SeparatorPrimitive.Root.displayName;\n\nexport { Separator };\n"],"names":["Separator","forwardRef","className","orientation","decorative","props","ref","jsx","jsxRuntimeExports","SeparatorPrimitive.Root","Root","cn","displayName"],"mappings":"ggBAIMA,sBAAkBC,YAItB,EACIC,YAAWC,cAAc,aAAcC,cAAa,KAASC,GAC/DC,IAEAC,EAAAC,kBAAAD,IAACE,EAAmBC,KAAnB,CACCJ,MACAF,aACAD,cACAD,UAAWS,EAAAA,GACT,qBACgB,eAAhBR,EAA+B,iBAAmB,iBAClDD,MAEEG,MAIVL,EAAUY,YAAcH,EAAAA,KAAwBG"}