"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./headless.umd.cjs"),l=e.defineComponent({__name:"index",props:{type:{default:"solid"},orientation:{default:"horizontal"}},setup(a){const r=a,o={horizontal:{base:"border border-pea-surface-black/10 w-full border-b-0 border-r-0 border-l-0",dashed:"border-dashed",solid:"border-solid"},vertical:{base:"border-l border-l-pea-surface-black/10 self-stretch h-full w-[1px]",dashed:"border-dashed",solid:"border-solid"}},t=e.computed(()=>[o[r.orientation].base,o[r.orientation][r.type]].join(" "));return(s,c)=>(e.openBlock(),e.createBlock(e.unref(n.Separator).Root,{orientation:s.orientation,class:e.normalizeClass(t.value)},null,8,["orientation","class"]))}}),d=l,i={"pea-surface-white":"#FFFFFF","pea-surface-black":"#000000"};exports.PeaTheme=i;exports.Separator=d;