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

1 line
1.4 KiB
JavaScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
var o={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},r={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},e={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},t={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},n={size:"2rem"},c={margin:"0 0 0.5rem 0"},css="\n .p-tree-mask.p-overlay-mask {\n --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));\n }\n",d={root:o,node:r,nodeIcon:e,nodeToggleButton:t,loadingIcon:n,filter:c,css:css};export{css,d as default,c as filter,n as loadingIcon,r as node,e as nodeIcon,t as nodeToggleButton,o as root};//# sourceMappingURL=index.mjs.map