claude-web/node_modules/@primeuix/themes/dist/aura/tabs/index.mjs

1 line
1.6 KiB
JavaScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
var o={transitionDuration:"{transition.duration}"},r={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},t={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},n={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},c={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},e={height:"1px",bottom:"-1px",background:"{primary.color}"},a={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},i={root:o,tablist:r,tab:t,tabpanel:n,navButton:c,activeBar:e,colorScheme:a};export{e as activeBar,a as colorScheme,i as default,c as navButton,o as root,t as tab,r as tablist,n as tabpanel};//# sourceMappingURL=index.mjs.map