@kubetail/ui 0.1.5-rc2 → 0.1.5-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),h=require("@radix-ui/react-dropdown-menu"),c=require("lucide-react"),d=require("react"),s=require("../lib/utils.cjs");function D(o){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const n in o)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(o,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>o[n]})}}return t.default=o,Object.freeze(t)}const e=D(h),M=e.Root,y=e.Trigger,N=e.Group,j=e.Portal,v=e.Sub,S=e.RadioGroup,l=d.forwardRef(({className:o,inset:t,children:n,...r},i)=>a.jsxs(e.SubTrigger,{ref:i,className:s.cn("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",o),...r,children:[n,a.jsx(c.ChevronRight,{className:"ml-auto"})]}));l.displayName=e.SubTrigger.displayName;const p=d.forwardRef(({className:o,...t},n)=>a.jsx(e.SubContent,{ref:n,className:s.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",o),...t}));p.displayName=e.SubContent.displayName;const u=d.forwardRef(({className:o,sideOffset:t=4,...n},r)=>a.jsx(e.Portal,{children:a.jsx(e.Content,{ref:r,sideOffset:t,className:s.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",o),...n})}));u.displayName=e.Content.displayName;const m=d.forwardRef(({className:o,inset:t,...n},r)=>a.jsx(e.Item,{ref:r,className:s.cn("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",o),...n}));m.displayName=e.Item.displayName;const f=d.forwardRef(({className:o,children:t,checked:n,...r},i)=>a.jsxs(e.CheckboxItem,{ref:i,className:s.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",o),checked:n,...r,children:[a.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:a.jsx(e.ItemIndicator,{children:a.jsx(c.Check,{className:"h-4 w-4"})})}),t]}));f.displayName=e.CheckboxItem.displayName;const w=d.forwardRef(({className:o,children:t,...n},r)=>a.jsxs(e.RadioItem,{ref:r,className:s.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",o),...n,children:[a.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:a.jsx(e.ItemIndicator,{children:a.jsx(c.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));w.displayName=e.RadioItem.displayName;const b=d.forwardRef(({className:o,inset:t,...n},r)=>a.jsx(e.Label,{ref:r,className:s.cn("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",o),...n}));b.displayName=e.Label.displayName;const g=d.forwardRef(({className:o,...t},n)=>a.jsx(e.Separator,{ref:n,className:s.cn("-mx-1 my-1 h-px bg-chrome-300",o),...t}));g.displayName=e.Separator.displayName;const x=({className:o,...t})=>a.jsx("span",{className:s.cn("ml-auto text-xs tracking-widest opacity-60",o),...t});x.displayName="DropdownMenuShortcut";exports.DropdownMenu=M;exports.DropdownMenuCheckboxItem=f;exports.DropdownMenuContent=u;exports.DropdownMenuGroup=N;exports.DropdownMenuItem=m;exports.DropdownMenuLabel=b;exports.DropdownMenuPortal=j;exports.DropdownMenuRadioGroup=S;exports.DropdownMenuRadioItem=w;exports.DropdownMenuSeparator=g;exports.DropdownMenuShortcut=x;exports.DropdownMenuSub=v;exports.DropdownMenuSubContent=p;exports.DropdownMenuSubTrigger=l;exports.DropdownMenuTrigger=y;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),h=require("@radix-ui/react-dropdown-menu"),c=require("lucide-react"),d=require("react"),s=require("../lib/utils.cjs");function D(o){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const n in o)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(o,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>o[n]})}}return t.default=o,Object.freeze(t)}const e=D(h),M=e.Root,y=e.Trigger,N=e.Group,j=e.Portal,v=e.Sub,S=e.RadioGroup,l=d.forwardRef(({className:o,inset:t,children:n,...r},i)=>a.jsxs(e.SubTrigger,{ref:i,className:s.cn("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-chrome-100 data-[state=open]:bg-chrome-100 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",o),...r,children:[n,a.jsx(c.ChevronRight,{className:"ml-auto"})]}));l.displayName=e.SubTrigger.displayName;const p=d.forwardRef(({className:o,...t},n)=>a.jsx(e.SubContent,{ref:n,className:s.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",o),...t}));p.displayName=e.SubContent.displayName;const u=d.forwardRef(({className:o,sideOffset:t=4,...n},r)=>a.jsx(e.Portal,{children:a.jsx(e.Content,{ref:r,sideOffset:t,className:s.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",o),...n})}));u.displayName=e.Content.displayName;const m=d.forwardRef(({className:o,inset:t,...n},r)=>a.jsx(e.Item,{ref:r,className:s.cn("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",o),...n}));m.displayName=e.Item.displayName;const f=d.forwardRef(({className:o,children:t,checked:n,...r},i)=>a.jsxs(e.CheckboxItem,{ref:i,className:s.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",o),checked:n,...r,children:[a.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:a.jsx(e.ItemIndicator,{children:a.jsx(c.Check,{className:"h-4 w-4"})})}),t]}));f.displayName=e.CheckboxItem.displayName;const w=d.forwardRef(({className:o,children:t,...n},r)=>a.jsxs(e.RadioItem,{ref:r,className:s.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",o),...n,children:[a.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:a.jsx(e.ItemIndicator,{children:a.jsx(c.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));w.displayName=e.RadioItem.displayName;const b=d.forwardRef(({className:o,inset:t,...n},r)=>a.jsx(e.Label,{ref:r,className:s.cn("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",o),...n}));b.displayName=e.Label.displayName;const g=d.forwardRef(({className:o,...t},n)=>a.jsx(e.Separator,{ref:n,className:s.cn("-mx-1 my-1 h-px bg-chrome-300",o),...t}));g.displayName=e.Separator.displayName;const x=({className:o,...t})=>a.jsx("span",{className:s.cn("ml-auto text-xs tracking-widest opacity-60",o),...t});x.displayName="DropdownMenuShortcut";exports.DropdownMenu=M;exports.DropdownMenuCheckboxItem=f;exports.DropdownMenuContent=u;exports.DropdownMenuGroup=N;exports.DropdownMenuItem=m;exports.DropdownMenuLabel=b;exports.DropdownMenuPortal=j;exports.DropdownMenuRadioGroup=S;exports.DropdownMenuRadioItem=w;exports.DropdownMenuSeparator=g;exports.DropdownMenuShortcut=x;exports.DropdownMenuSub=v;exports.DropdownMenuSubContent=p;exports.DropdownMenuSubTrigger=l;exports.DropdownMenuTrigger=y;
2
2
  //# sourceMappingURL=DropdownMenu.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.cjs","sources":["../../src/elements/DropdownMenu.tsx"],"sourcesContent":["'use client';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\nimport { Check, ChevronRight, Circle } from 'lucide-react';\nimport { forwardRef } from 'react';\nimport { cn } from '@/lib/utils';\nconst DropdownMenu = DropdownMenuPrimitive.Root;\nconst DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;\nconst DropdownMenuGroup = DropdownMenuPrimitive.Group;\nconst DropdownMenuPortal = DropdownMenuPrimitive.Portal;\nconst DropdownMenuSub = DropdownMenuPrimitive.Sub;\nconst DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;\nconst DropdownMenuSubTrigger = forwardRef(({ className, inset, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.SubTrigger, { ref: ref, className: cn('flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0', inset && 'pl-8', className), ...props, children: [children, _jsx(ChevronRight, { className: \"ml-auto\" })] })));\nDropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;\nconst DropdownMenuSubContent = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.SubContent, { ref: ref, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props })));\nDropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;\nconst DropdownMenuContent = forwardRef(({ className, sideOffset = 4, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Portal, { children: _jsx(DropdownMenuPrimitive.Content, { ref: ref, sideOffset: sideOffset, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md', 'data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props }) })));\nDropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;\nconst DropdownMenuItem = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Item, { ref: ref, className: cn('relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0', inset && 'pl-8', className), ...props })));\nDropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;\nconst DropdownMenuCheckboxItem = forwardRef(({ className, children, checked, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.CheckboxItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), checked: checked, ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Check, { className: \"h-4 w-4\" }) }) }), children] })));\nDropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;\nconst DropdownMenuRadioItem = forwardRef(({ className, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.RadioItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Circle, { className: \"h-2 w-2 fill-current\" }) }) }), children] })));\nDropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;\nconst DropdownMenuLabel = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Label, { ref: ref, className: cn('px-2 py-1.5 text-sm font-semibold', inset && 'pl-8', className), ...props })));\nDropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;\nconst DropdownMenuSeparator = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Separator, { ref: ref, className: cn('-mx-1 my-1 h-px bg-chrome-300', className), ...props })));\nDropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;\nconst DropdownMenuShortcut = ({ className, ...props }) => (_jsx(\"span\", { className: cn('ml-auto text-xs tracking-widest opacity-60', className), ...props }));\nDropdownMenuShortcut.displayName = 'DropdownMenuShortcut';\nexport { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };\n"],"names":["DropdownMenu","DropdownMenuPrimitive","DropdownMenuTrigger","DropdownMenuGroup","DropdownMenuPortal","DropdownMenuSub","DropdownMenuRadioGroup","DropdownMenuSubTrigger","forwardRef","className","inset","children","props","ref","_jsxs","cn","_jsx","ChevronRight","DropdownMenuSubContent","DropdownMenuContent","sideOffset","DropdownMenuItem","DropdownMenuCheckboxItem","checked","Check","DropdownMenuRadioItem","Circle","DropdownMenuLabel","DropdownMenuSeparator","DropdownMenuShortcut"],"mappings":"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"}
1
+ {"version":3,"file":"DropdownMenu.cjs","sources":["../../src/elements/DropdownMenu.tsx"],"sourcesContent":["'use client';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\nimport { Check, ChevronRight, Circle } from 'lucide-react';\nimport { forwardRef } from 'react';\nimport { cn } from '@/lib/utils';\nconst DropdownMenu = DropdownMenuPrimitive.Root;\nconst DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;\nconst DropdownMenuGroup = DropdownMenuPrimitive.Group;\nconst DropdownMenuPortal = DropdownMenuPrimitive.Portal;\nconst DropdownMenuSub = DropdownMenuPrimitive.Sub;\nconst DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;\nconst DropdownMenuSubTrigger = forwardRef(({ className, inset, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.SubTrigger, { ref: ref, className: cn('flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-chrome-100 data-[state=open]:bg-chrome-100 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0', inset && 'pl-8', className), ...props, children: [children, _jsx(ChevronRight, { className: \"ml-auto\" })] })));\nDropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;\nconst DropdownMenuSubContent = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.SubContent, { ref: ref, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props })));\nDropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;\nconst DropdownMenuContent = forwardRef(({ className, sideOffset = 4, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Portal, { children: _jsx(DropdownMenuPrimitive.Content, { ref: ref, sideOffset: sideOffset, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md', 'data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props }) })));\nDropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;\nconst DropdownMenuItem = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Item, { ref: ref, className: cn('relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0', inset && 'pl-8', className), ...props })));\nDropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;\nconst DropdownMenuCheckboxItem = forwardRef(({ className, children, checked, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.CheckboxItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), checked: checked, ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Check, { className: \"h-4 w-4\" }) }) }), children] })));\nDropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;\nconst DropdownMenuRadioItem = forwardRef(({ className, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.RadioItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Circle, { className: \"h-2 w-2 fill-current\" }) }) }), children] })));\nDropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;\nconst DropdownMenuLabel = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Label, { ref: ref, className: cn('px-2 py-1.5 text-sm font-semibold', inset && 'pl-8', className), ...props })));\nDropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;\nconst DropdownMenuSeparator = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Separator, { ref: ref, className: cn('-mx-1 my-1 h-px bg-chrome-300', className), ...props })));\nDropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;\nconst DropdownMenuShortcut = ({ className, ...props }) => (_jsx(\"span\", { className: cn('ml-auto text-xs tracking-widest opacity-60', className), ...props }));\nDropdownMenuShortcut.displayName = 'DropdownMenuShortcut';\nexport { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };\n"],"names":["DropdownMenu","DropdownMenuPrimitive","DropdownMenuTrigger","DropdownMenuGroup","DropdownMenuPortal","DropdownMenuSub","DropdownMenuRadioGroup","DropdownMenuSubTrigger","forwardRef","className","inset","children","props","ref","_jsxs","cn","_jsx","ChevronRight","DropdownMenuSubContent","DropdownMenuContent","sideOffset","DropdownMenuItem","DropdownMenuCheckboxItem","checked","Check","DropdownMenuRadioItem","Circle","DropdownMenuLabel","DropdownMenuSeparator","DropdownMenuShortcut"],"mappings":"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"}
@@ -1,32 +1,32 @@
1
1
  import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
2
  import * as e from "@radix-ui/react-dropdown-menu";
3
- import { ChevronRight as c, Check as m, Circle as p } from "lucide-react";
4
- import { forwardRef as r } from "react";
5
- import { cn as d } from "../lib/utils.js";
6
- const S = e.Root, C = e.Trigger, z = e.Group, R = e.Portal, k = e.Sub, T = e.RadioGroup, u = r(({ className: t, inset: o, children: a, ...s }, i) => l(e.SubTrigger, { ref: i, className: d("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", o && "pl-8", t), ...s, children: [a, n(c, { className: "ml-auto" })] }));
3
+ import { ChevronRight as m, Check as p, Circle as c } from "lucide-react";
4
+ import { forwardRef as d } from "react";
5
+ import { cn as r } from "../lib/utils.js";
6
+ const S = e.Root, C = e.Trigger, z = e.Group, R = e.Portal, k = e.Sub, T = e.RadioGroup, u = d(({ className: o, inset: t, children: a, ...s }, i) => l(e.SubTrigger, { ref: i, className: r("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-chrome-100 data-[state=open]:bg-chrome-100 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", t && "pl-8", o), ...s, children: [a, n(m, { className: "ml-auto" })] }));
7
7
  u.displayName = e.SubTrigger.displayName;
8
- const f = r(({ className: t, ...o }, a) => n(e.SubContent, { ref: a, className: d("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", t), ...o }));
8
+ const f = d(({ className: o, ...t }, a) => n(e.SubContent, { ref: a, className: r("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", o), ...t }));
9
9
  f.displayName = e.SubContent.displayName;
10
- const b = r(({ className: t, sideOffset: o = 4, ...a }, s) => n(e.Portal, { children: n(e.Content, { ref: s, sideOffset: o, className: d("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md", "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", t), ...a }) }));
11
- b.displayName = e.Content.displayName;
12
- const g = r(({ className: t, inset: o, ...a }, s) => n(e.Item, { ref: s, className: d("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0", o && "pl-8", t), ...a }));
13
- g.displayName = e.Item.displayName;
14
- const h = r(({ className: t, children: o, checked: a, ...s }, i) => l(e.CheckboxItem, { ref: i, className: d("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", t), checked: a, ...s, children: [n("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: n(e.ItemIndicator, { children: n(m, { className: "h-4 w-4" }) }) }), o] }));
15
- h.displayName = e.CheckboxItem.displayName;
16
- const N = r(({ className: t, children: o, ...a }, s) => l(e.RadioItem, { ref: s, className: d("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", t), ...a, children: [n("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: n(e.ItemIndicator, { children: n(p, { className: "h-2 w-2 fill-current" }) }) }), o] }));
10
+ const h = d(({ className: o, sideOffset: t = 4, ...a }, s) => n(e.Portal, { children: n(e.Content, { ref: s, sideOffset: t, className: r("z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md", "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", o), ...a }) }));
11
+ h.displayName = e.Content.displayName;
12
+ const b = d(({ className: o, inset: t, ...a }, s) => n(e.Item, { ref: s, className: r("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0", t && "pl-8", o), ...a }));
13
+ b.displayName = e.Item.displayName;
14
+ const g = d(({ className: o, children: t, checked: a, ...s }, i) => l(e.CheckboxItem, { ref: i, className: r("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", o), checked: a, ...s, children: [n("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: n(e.ItemIndicator, { children: n(p, { className: "h-4 w-4" }) }) }), t] }));
15
+ g.displayName = e.CheckboxItem.displayName;
16
+ const N = d(({ className: o, children: t, ...a }, s) => l(e.RadioItem, { ref: s, className: r("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", o), ...a, children: [n("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: n(e.ItemIndicator, { children: n(c, { className: "h-2 w-2 fill-current" }) }) }), t] }));
17
17
  N.displayName = e.RadioItem.displayName;
18
- const w = r(({ className: t, inset: o, ...a }, s) => n(e.Label, { ref: s, className: d("px-2 py-1.5 text-sm font-semibold", o && "pl-8", t), ...a }));
18
+ const w = d(({ className: o, inset: t, ...a }, s) => n(e.Label, { ref: s, className: r("px-2 py-1.5 text-sm font-semibold", t && "pl-8", o), ...a }));
19
19
  w.displayName = e.Label.displayName;
20
- const x = r(({ className: t, ...o }, a) => n(e.Separator, { ref: a, className: d("-mx-1 my-1 h-px bg-chrome-300", t), ...o }));
20
+ const x = d(({ className: o, ...t }, a) => n(e.Separator, { ref: a, className: r("-mx-1 my-1 h-px bg-chrome-300", o), ...t }));
21
21
  x.displayName = e.Separator.displayName;
22
- const y = ({ className: t, ...o }) => n("span", { className: d("ml-auto text-xs tracking-widest opacity-60", t), ...o });
22
+ const y = ({ className: o, ...t }) => n("span", { className: r("ml-auto text-xs tracking-widest opacity-60", o), ...t });
23
23
  y.displayName = "DropdownMenuShortcut";
24
24
  export {
25
25
  S as DropdownMenu,
26
- h as DropdownMenuCheckboxItem,
27
- b as DropdownMenuContent,
26
+ g as DropdownMenuCheckboxItem,
27
+ h as DropdownMenuContent,
28
28
  z as DropdownMenuGroup,
29
- g as DropdownMenuItem,
29
+ b as DropdownMenuItem,
30
30
  w as DropdownMenuLabel,
31
31
  R as DropdownMenuPortal,
32
32
  T as DropdownMenuRadioGroup,
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.js","sources":["../../src/elements/DropdownMenu.tsx"],"sourcesContent":["'use client';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\nimport { Check, ChevronRight, Circle } from 'lucide-react';\nimport { forwardRef } from 'react';\nimport { cn } from '@/lib/utils';\nconst DropdownMenu = DropdownMenuPrimitive.Root;\nconst DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;\nconst DropdownMenuGroup = DropdownMenuPrimitive.Group;\nconst DropdownMenuPortal = DropdownMenuPrimitive.Portal;\nconst DropdownMenuSub = DropdownMenuPrimitive.Sub;\nconst DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;\nconst DropdownMenuSubTrigger = forwardRef(({ className, inset, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.SubTrigger, { ref: ref, className: cn('flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0', inset && 'pl-8', className), ...props, children: [children, _jsx(ChevronRight, { className: \"ml-auto\" })] })));\nDropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;\nconst DropdownMenuSubContent = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.SubContent, { ref: ref, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props })));\nDropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;\nconst DropdownMenuContent = forwardRef(({ className, sideOffset = 4, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Portal, { children: _jsx(DropdownMenuPrimitive.Content, { ref: ref, sideOffset: sideOffset, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md', 'data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props }) })));\nDropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;\nconst DropdownMenuItem = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Item, { ref: ref, className: cn('relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0', inset && 'pl-8', className), ...props })));\nDropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;\nconst DropdownMenuCheckboxItem = forwardRef(({ className, children, checked, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.CheckboxItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), checked: checked, ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Check, { className: \"h-4 w-4\" }) }) }), children] })));\nDropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;\nconst DropdownMenuRadioItem = forwardRef(({ className, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.RadioItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Circle, { className: \"h-2 w-2 fill-current\" }) }) }), children] })));\nDropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;\nconst DropdownMenuLabel = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Label, { ref: ref, className: cn('px-2 py-1.5 text-sm font-semibold', inset && 'pl-8', className), ...props })));\nDropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;\nconst DropdownMenuSeparator = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Separator, { ref: ref, className: cn('-mx-1 my-1 h-px bg-chrome-300', className), ...props })));\nDropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;\nconst DropdownMenuShortcut = ({ className, ...props }) => (_jsx(\"span\", { className: cn('ml-auto text-xs tracking-widest opacity-60', className), ...props }));\nDropdownMenuShortcut.displayName = 'DropdownMenuShortcut';\nexport { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };\n"],"names":["DropdownMenu","DropdownMenuPrimitive","DropdownMenuTrigger","DropdownMenuGroup","DropdownMenuPortal","DropdownMenuSub","DropdownMenuRadioGroup","DropdownMenuSubTrigger","forwardRef","className","inset","children","props","ref","_jsxs","cn","_jsx","ChevronRight","DropdownMenuSubContent","DropdownMenuContent","sideOffset","DropdownMenuItem","DropdownMenuCheckboxItem","checked","Check","DropdownMenuRadioItem","Circle","DropdownMenuLabel","DropdownMenuSeparator","DropdownMenuShortcut"],"mappings":"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"}
1
+ {"version":3,"file":"DropdownMenu.js","sources":["../../src/elements/DropdownMenu.tsx"],"sourcesContent":["'use client';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\nimport { Check, ChevronRight, Circle } from 'lucide-react';\nimport { forwardRef } from 'react';\nimport { cn } from '@/lib/utils';\nconst DropdownMenu = DropdownMenuPrimitive.Root;\nconst DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;\nconst DropdownMenuGroup = DropdownMenuPrimitive.Group;\nconst DropdownMenuPortal = DropdownMenuPrimitive.Portal;\nconst DropdownMenuSub = DropdownMenuPrimitive.Sub;\nconst DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;\nconst DropdownMenuSubTrigger = forwardRef(({ className, inset, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.SubTrigger, { ref: ref, className: cn('flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-chrome-100 data-[state=open]:bg-chrome-100 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0', inset && 'pl-8', className), ...props, children: [children, _jsx(ChevronRight, { className: \"ml-auto\" })] })));\nDropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;\nconst DropdownMenuSubContent = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.SubContent, { ref: ref, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props })));\nDropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;\nconst DropdownMenuContent = forwardRef(({ className, sideOffset = 4, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Portal, { children: _jsx(DropdownMenuPrimitive.Content, { ref: ref, sideOffset: sideOffset, className: cn('z-50 min-w-[8rem] overflow-hidden rounded-md border border-chrome-300 bg-popover p-1 text-popover-foreground shadow-md', 'data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2', className), ...props }) })));\nDropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;\nconst DropdownMenuItem = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Item, { ref: ref, className: cn('relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0', inset && 'pl-8', className), ...props })));\nDropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;\nconst DropdownMenuCheckboxItem = forwardRef(({ className, children, checked, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.CheckboxItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), checked: checked, ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Check, { className: \"h-4 w-4\" }) }) }), children] })));\nDropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;\nconst DropdownMenuRadioItem = forwardRef(({ className, children, ...props }, ref) => (_jsxs(DropdownMenuPrimitive.RadioItem, { ref: ref, className: cn('relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-chrome-100 focus:text-chrome-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50', className), ...props, children: [_jsx(\"span\", { className: \"absolute left-2 flex h-3.5 w-3.5 items-center justify-center\", children: _jsx(DropdownMenuPrimitive.ItemIndicator, { children: _jsx(Circle, { className: \"h-2 w-2 fill-current\" }) }) }), children] })));\nDropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;\nconst DropdownMenuLabel = forwardRef(({ className, inset, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Label, { ref: ref, className: cn('px-2 py-1.5 text-sm font-semibold', inset && 'pl-8', className), ...props })));\nDropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;\nconst DropdownMenuSeparator = forwardRef(({ className, ...props }, ref) => (_jsx(DropdownMenuPrimitive.Separator, { ref: ref, className: cn('-mx-1 my-1 h-px bg-chrome-300', className), ...props })));\nDropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;\nconst DropdownMenuShortcut = ({ className, ...props }) => (_jsx(\"span\", { className: cn('ml-auto text-xs tracking-widest opacity-60', className), ...props }));\nDropdownMenuShortcut.displayName = 'DropdownMenuShortcut';\nexport { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };\n"],"names":["DropdownMenu","DropdownMenuPrimitive","DropdownMenuTrigger","DropdownMenuGroup","DropdownMenuPortal","DropdownMenuSub","DropdownMenuRadioGroup","DropdownMenuSubTrigger","forwardRef","className","inset","children","props","ref","_jsxs","cn","_jsx","ChevronRight","DropdownMenuSubContent","DropdownMenuContent","sideOffset","DropdownMenuItem","DropdownMenuCheckboxItem","checked","Check","DropdownMenuRadioItem","Circle","DropdownMenuLabel","DropdownMenuSeparator","DropdownMenuShortcut"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubetail/ui",
3
- "version": "v0.1.5-rc2",
3
+ "version": "v0.1.5-rc3",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "module": "./dist/index.js",