@codefast/ui 0.2.5 → 0.2.7
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.
- package/CHANGELOG.md +26 -0
- package/dist/{chunk-Y5SWDQW2.cjs → chunk-2ZJNL3B5.cjs} +1 -1
- package/dist/{chunk-RPVCDK6M.js → chunk-5ZOMOFOD.js} +1 -1
- package/dist/{chunk-IU73ELHL.js → chunk-AW36JUG6.js} +1 -1
- package/dist/{chunk-67YWWZBU.js → chunk-F7UZYJAP.js} +1 -1
- package/dist/{chunk-CZF4NVDM.js → chunk-XGRY737F.js} +1 -1
- package/dist/{chunk-PU4TXYNZ.js → chunk-YOEBWS3Y.js} +1 -1
- package/dist/components/alert.d.cts +2 -2
- package/dist/components/alert.d.ts +2 -2
- package/dist/components/calendar.d.cts +2 -2
- package/dist/components/calendar.d.ts +2 -2
- package/dist/components/carousel.d.cts +2 -2
- package/dist/components/carousel.d.ts +2 -2
- package/dist/components/chart.d.cts +2 -2
- package/dist/components/chart.d.ts +2 -2
- package/dist/components/data-table.d.cts +1 -1
- package/dist/components/data-table.d.ts +1 -1
- package/dist/components/number-input.cjs +1 -1
- package/dist/components/number-input.js +1 -1
- package/dist/components/pagination.d.cts +1 -1
- package/dist/components/pagination.d.ts +1 -1
- package/dist/components/password-input.cjs +1 -1
- package/dist/components/password-input.js +1 -1
- package/dist/components/resizable.d.cts +1 -1
- package/dist/components/resizable.d.ts +1 -1
- package/dist/components/search-input.cjs +1 -1
- package/dist/components/search-input.js +1 -1
- package/dist/components/sidebar.cjs +1 -1
- package/dist/components/sidebar.d.cts +5 -5
- package/dist/components/sidebar.d.ts +5 -5
- package/dist/components/sidebar.js +1 -1
- package/dist/components/text-input.cjs +1 -1
- package/dist/components/text-input.d.cts +1 -1
- package/dist/components/text-input.d.ts +1 -1
- package/dist/components/text-input.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/package.json +48 -48
- /package/dist/{chunk-JVSXA3OD.cjs → chunk-6JBHWON2.cjs} +0 -0
- /package/dist/{chunk-7XIOFWIQ.cjs → chunk-OKZGLFAM.cjs} +0 -0
- /package/dist/{chunk-BEUBJNYB.cjs → chunk-R66D4CTW.cjs} +0 -0
- /package/dist/{chunk-MQR4QXRU.cjs → chunk-UD4NXAKT.cjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @codefast/ui
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#51](https://github.com/codefastlabs/codefast/pull/51) [`bbbbe4b`](https://github.com/codefastlabs/codefast/commit/bbbbe4bac48004b88ae39911bd5909e062e967e8) Thanks [@thevuong](https://github.com/thevuong)! - enhance sorting and add new interface rules
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`bbbbe4b`](https://github.com/codefastlabs/codefast/commit/bbbbe4bac48004b88ae39911bd5909e062e967e8)]:
|
|
10
|
+
- @codefast-ui/day-picker@0.2.7
|
|
11
|
+
- @codefast/hooks@0.2.7
|
|
12
|
+
- @codefast-ui/checkbox-group@0.2.7
|
|
13
|
+
- @codefast-ui/input@0.2.7
|
|
14
|
+
- @codefast-ui/number-input@0.2.7
|
|
15
|
+
|
|
16
|
+
## 0.2.6
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [`9e7bb52`](https://github.com/codefastlabs/codefast/commit/9e7bb522ca068a6ddf7636eb3ed17c6beefa4c9d) Thanks [@thevuong](https://github.com/thevuong)! - update package dependencies
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`9e7bb52`](https://github.com/codefastlabs/codefast/commit/9e7bb522ca068a6ddf7636eb3ed17c6beefa4c9d)]:
|
|
23
|
+
- @codefast-ui/checkbox-group@0.2.6
|
|
24
|
+
- @codefast-ui/number-input@0.2.6
|
|
25
|
+
- @codefast-ui/day-picker@0.2.6
|
|
26
|
+
- @codefast-ui/input@0.2.6
|
|
27
|
+
- @codefast/hooks@0.2.6
|
|
28
|
+
|
|
3
29
|
## 0.2.5
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }"use client";var _chunkE7OXGQQAcjs = require('./chunk-E7OXGQQA.cjs');var _chunk7XIOFWIQcjs = require('./chunk-7XIOFWIQ.cjs');var _chunkDY5LLRUMcjs = require('./chunk-DY5LLRUM.cjs');var _chunkJOQHITKFcjs = require('./chunk-JOQHITKF.cjs');var _chunkFYW73RA6cjs = require('./chunk-FYW73RA6.cjs');var _chunkBPXWQUXScjs = require('./chunk-BPXWQUXS.cjs');var _chunkNX2PYE7Ucjs = require('./chunk-NX2PYE7U.cjs');var _hooks = require('@codefast/hooks');var _reactslot = require('@radix-ui/react-slot');var _reactvisuallyhidden = require('@radix-ui/react-visually-hidden');var _jscookie = require('js-cookie'); var _jscookie2 = _interopRequireDefault(_jscookie);var _lucidereact = require('lucide-react');var _react = require('react');var _tailwindvariants = require('tailwind-variants');var _jsxruntime = require('react/jsx-runtime');var X="sidebar:state",Y=7,J="16rem",Z="18rem",ee="3rem",te="b",ae=768,O=_react.createContext.call(void 0, null);function M(){let e=_react.useContext.call(void 0, O);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}var re=_react.forwardRef.call(void 0, ({children:e,className:t,defaultOpen:a=!0,onOpenChange:o,open:d,style:s,...c},S)=>{let b=_hooks.useMediaQuery.call(void 0, `(max-width: ${ae-1}px)`),[m,p]=_react.useState.call(void 0, !1),[h,E]=_react.useState.call(void 0, a),g=_nullishCoalesce(d, () => (h)),x=_react.useCallback.call(void 0, l=>{let u=typeof l=="function"?l(g):l;o?o(u):E(u),_jscookie2.default.set(X,String(u),{expires:Y,path:"/"})},[o,g]),y=_react.useCallback.call(void 0, ()=>{b?p(l=>!l):x(l=>!l)},[b,x,p]);_react.useEffect.call(void 0, ()=>{let l=u=>{u.key===te&&(u.metaKey||u.ctrlKey)&&(u.preventDefault(),y())};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[y]);let C=g?"expanded":"collapsed",K=_react.useMemo.call(void 0, ()=>({isMobile:b,open:g,openMobile:m,setOpen:x,setOpenMobile:p,state:C,toggleSidebar:y}),[C,g,x,b,m,p,y]);return _jsxruntime.jsx.call(void 0, O.Provider,{value:K,children:_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.a,{delayDuration:0,children:_jsxruntime.jsx.call(void 0, "div",{ref:S,className:_chunkNX2PYE7Ucjs.a.call(void 0, "group/sidebar-wrapper has-[[data-variant=inset]]:bg-sidebar flex min-h-svh w-full",t),style:{"--sidebar-width":J,"--sidebar-width-icon":ee,...s},...c,children:e})})})});re.displayName="SidebarProvider";var oe=_react.forwardRef.call(void 0, ({children:e,className:t,collapsible:a="offcanvas",side:o="left",variant:d="sidebar",...s},c)=>{let{isMobile:S,openMobile:b,setOpenMobile:m,state:p}=M();return a==="none"?_jsxruntime.jsx.call(void 0, "div",{ref:c,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-sidebar text-sidebar-foreground flex h-full w-[--sidebar-width] flex-col",t),...s,children:e}):S?_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.a,{open:b,onOpenChange:m,...s,children:_jsxruntime.jsxs.call(void 0, _chunkJOQHITKFcjs.c,{className:"bg-sidebar text-sidebar-foreground w-[--sidebar-width] p-0 [&>button]:hidden","data-mobile":"true","data-sidebar":"sidebar",side:o,style:{"--sidebar-width":Z},children:[_jsxruntime.jsxs.call(void 0, _reactvisuallyhidden.VisuallyHidden,{children:[_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.g,{children:"Sidebar"}),_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.h,{children:"Press escape to close the sidebar"})]}),_jsxruntime.jsx.call(void 0, "div",{className:"flex h-full w-full flex-col",children:e})]})}):_jsxruntime.jsxs.call(void 0, "div",{ref:c,className:"text-sidebar-foreground group peer hidden md:block","data-collapsible":p==="collapsed"?a:"","data-side":o,"data-state":p,"data-variant":d,children:[_jsxruntime.jsx.call(void 0, "div",{className:_chunkNX2PYE7Ucjs.a.call(void 0, "relative h-svh w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",d==="floating"||d==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),_jsxruntime.jsx.call(void 0, "div",{className:_chunkNX2PYE7Ucjs.a.call(void 0, "fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex",o==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",d==="floating"||d==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",t),...s,children:_jsxruntime.jsx.call(void 0, "div",{className:"bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow","data-sidebar":"sidebar",children:e})})]})});oe.displayName="Sidebar";var ne=_react.forwardRef.call(void 0, ({className:e,onClick:t,...a},o)=>{let{toggleSidebar:d}=M();return _jsxruntime.jsxs.call(void 0, _chunkBPXWQUXScjs.a,{ref:o,icon:!0,className:_chunkNX2PYE7Ucjs.a.call(void 0, "",e),"data-sidebar":"trigger",size:"xxs",variant:"ghost",onClick:s=>{_optionalChain([t, 'optionalCall', _2 => _2(s)]),d()},...a,children:[_jsxruntime.jsx.call(void 0, _lucidereact.PanelLeftIcon,{}),_jsxruntime.jsx.call(void 0, "span",{className:"sr-only",children:"Toggle Sidebar"})]})});ne.displayName="SidebarTrigger";var ie=_react.forwardRef.call(void 0, ({className:e,...t},a)=>{let{toggleSidebar:o}=M();return _jsxruntime.jsx.call(void 0, "button",{ref:a,"aria-label":"Toggle Sidebar",className:_chunkNX2PYE7Ucjs.a.call(void 0, "hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-0.5 group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:hover:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),"data-sidebar":"rail",tabIndex:-1,title:"Toggle Sidebar",type:"button",onClick:o,...t})});ie.displayName="SidebarRail";var de=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "main",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-background relative flex min-h-svh flex-1 flex-col","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));de.displayName="SidebarInset";var se=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, _chunk7XIOFWIQcjs.a,{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-background focus-visible:ring-sidebar-ring h-8 w-full shadow-none focus-visible:ring-2",e),"data-sidebar":"input",...t}));se.displayName="SidebarInput";var le=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex flex-col gap-2 p-2",e),"data-sidebar":"header",...t}));le.displayName="SidebarHeader";var pe=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex flex-col gap-2 p-2",e),"data-sidebar":"footer",...t}));pe.displayName="SidebarFooter";var be=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, _chunkDY5LLRUMcjs.a,{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-sidebar-border mx-2 w-auto",e),"data-sidebar":"separator",...t}));be.displayName="SidebarSeparator";var ue=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),"data-sidebar":"content",...t}));ue.displayName="SidebarContent";var ce=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "relative flex w-full min-w-0 flex-col p-2",e),"data-sidebar":"group",...t}));ce.displayName="SidebarGroup";var me=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,...a},o)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"div",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-none transition-[margin,opa] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",t),"data-sidebar":"group-label",...a}));me.displayName="SidebarGroupLabel";var fe=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,...a},o)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"button",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",t),"data-sidebar":"group-action",...a}));fe.displayName="SidebarGroupAction";var Se=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "w-full text-sm",e),"data-sidebar":"group-content",...t}));Se.displayName="SidebarGroupContent";var ge=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "ul",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex w-full min-w-0 flex-col gap-1",e),"data-sidebar":"menu",...t}));ge.displayName="SidebarMenu";var ve=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "li",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "group/menu-item relative",e),"data-sidebar":"menu-item",...t}));ve.displayName="SidebarMenuItem";var he=_tailwindvariants.tv.call(void 0, {base:"peer/menu-button ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none transition-[width,height,padding] focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0",sm:"h-7 text-xs"},variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background hover:bg-sidebar-accent hover:text-sidebar-accent-foreground shadow-[0_0_0_1px_hsl(var(--color-sidebar-border))] hover:shadow-[0_0_0_1px_hsl(var(--color-sidebar-accent))]"}}}),xe= exports.r =_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,isActive:a=!1,size:o="default",tooltip:d,variant:s="default",...c},S)=>{let b=e?_reactslot.Slot:"button",{isMobile:m,state:p}=M(),h=_jsxruntime.jsx.call(void 0, b,{ref:S,className:_chunkNX2PYE7Ucjs.a.call(void 0, he({size:o,variant:s}),t),"data-active":a,"data-sidebar":"menu-button","data-size":o,...c});return d?_jsxruntime.jsxs.call(void 0, _chunkE7OXGQQAcjs.b,{children:[_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.c,{asChild:!0,children:h}),_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.d,{align:"center",hidden:p!=="collapsed"||m,side:"right",...typeof d=="string"?{children:d}:d})]}):h});xe.displayName="SidebarMenuButton";var ye=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,showOnHover:a=!1,...o},d)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"button",{ref:d,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0",t),"data-sidebar":"menu-action",...o}));ye.displayName="SidebarMenuAction";var Me=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-badge",...t}));Me.displayName="SidebarMenuBadge";var Pe=_react.forwardRef.call(void 0, ({className:e,showIcon:t=!1,...a},o)=>{let d=_react.useMemo.call(void 0, ()=>`${Math.floor(Math.random()*40)+50}%`,[]);return _jsxruntime.jsxs.call(void 0, "div",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex h-8 items-center gap-2 rounded-md px-2",e),"data-sidebar":"menu-skeleton",...a,children:[t?_jsxruntime.jsx.call(void 0, _chunkFYW73RA6cjs.a,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}):null,_jsxruntime.jsx.call(void 0, _chunkFYW73RA6cjs.a,{className:"h-4 max-w-[--skeleton-width] flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]})});Pe.displayName="SidebarMenuSkeleton";var Ee=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "ul",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-sub",...t}));Ee.displayName="SidebarMenuSub";var Ce=_react.forwardRef.call(void 0, ({...e},t)=>_jsxruntime.jsx.call(void 0, "li",{ref:t,...e}));Ce.displayName="SidebarMenuSubItem";var we=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,isActive:a,size:o="md",...d},s)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"a",{ref:s,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-none focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",o==="sm"&&"text-xs",o==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t),"data-active":a,"data-sidebar":"menu-sub-button","data-size":o,...d}));we.displayName="SidebarMenuSubButton";exports.a = M; exports.b = re; exports.c = oe; exports.d = ne; exports.e = ie; exports.f = de; exports.g = se; exports.h = le; exports.i = pe; exports.j = be; exports.k = ue; exports.l = ce; exports.m = me; exports.n = fe; exports.o = Se; exports.p = ge; exports.q = ve; exports.r = xe; exports.s = ye; exports.t = Me; exports.u = Pe; exports.v = Ee; exports.w = Ce; exports.x = we;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }"use client";var _chunkE7OXGQQAcjs = require('./chunk-E7OXGQQA.cjs');var _chunkOKZGLFAMcjs = require('./chunk-OKZGLFAM.cjs');var _chunkDY5LLRUMcjs = require('./chunk-DY5LLRUM.cjs');var _chunkJOQHITKFcjs = require('./chunk-JOQHITKF.cjs');var _chunkFYW73RA6cjs = require('./chunk-FYW73RA6.cjs');var _chunkBPXWQUXScjs = require('./chunk-BPXWQUXS.cjs');var _chunkNX2PYE7Ucjs = require('./chunk-NX2PYE7U.cjs');var _hooks = require('@codefast/hooks');var _reactslot = require('@radix-ui/react-slot');var _reactvisuallyhidden = require('@radix-ui/react-visually-hidden');var _jscookie = require('js-cookie'); var _jscookie2 = _interopRequireDefault(_jscookie);var _lucidereact = require('lucide-react');var _react = require('react');var _tailwindvariants = require('tailwind-variants');var _jsxruntime = require('react/jsx-runtime');var X="sidebar:state",Y=7,J="16rem",Z="18rem",ee="3rem",te="b",ae=768,O=_react.createContext.call(void 0, null);function M(){let e=_react.useContext.call(void 0, O);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}var re=_react.forwardRef.call(void 0, ({children:e,className:t,defaultOpen:a=!0,onOpenChange:o,open:d,style:s,...c},S)=>{let b=_hooks.useMediaQuery.call(void 0, `(max-width: ${ae-1}px)`),[m,p]=_react.useState.call(void 0, !1),[h,E]=_react.useState.call(void 0, a),g=_nullishCoalesce(d, () => (h)),x=_react.useCallback.call(void 0, l=>{let u=typeof l=="function"?l(g):l;o?o(u):E(u),_jscookie2.default.set(X,String(u),{expires:Y,path:"/"})},[o,g]),y=_react.useCallback.call(void 0, ()=>{b?p(l=>!l):x(l=>!l)},[b,x,p]);_react.useEffect.call(void 0, ()=>{let l=u=>{u.key===te&&(u.metaKey||u.ctrlKey)&&(u.preventDefault(),y())};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[y]);let C=g?"expanded":"collapsed",K=_react.useMemo.call(void 0, ()=>({isMobile:b,open:g,openMobile:m,setOpen:x,setOpenMobile:p,state:C,toggleSidebar:y}),[C,g,x,b,m,p,y]);return _jsxruntime.jsx.call(void 0, O.Provider,{value:K,children:_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.a,{delayDuration:0,children:_jsxruntime.jsx.call(void 0, "div",{ref:S,className:_chunkNX2PYE7Ucjs.a.call(void 0, "group/sidebar-wrapper has-[[data-variant=inset]]:bg-sidebar flex min-h-svh w-full",t),style:{"--sidebar-width":J,"--sidebar-width-icon":ee,...s},...c,children:e})})})});re.displayName="SidebarProvider";var oe=_react.forwardRef.call(void 0, ({children:e,className:t,collapsible:a="offcanvas",side:o="left",variant:d="sidebar",...s},c)=>{let{isMobile:S,openMobile:b,setOpenMobile:m,state:p}=M();return a==="none"?_jsxruntime.jsx.call(void 0, "div",{ref:c,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-sidebar text-sidebar-foreground flex h-full w-[--sidebar-width] flex-col",t),...s,children:e}):S?_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.a,{open:b,onOpenChange:m,...s,children:_jsxruntime.jsxs.call(void 0, _chunkJOQHITKFcjs.c,{className:"bg-sidebar text-sidebar-foreground w-[--sidebar-width] p-0 [&>button]:hidden","data-mobile":"true","data-sidebar":"sidebar",side:o,style:{"--sidebar-width":Z},children:[_jsxruntime.jsxs.call(void 0, _reactvisuallyhidden.VisuallyHidden,{children:[_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.g,{children:"Sidebar"}),_jsxruntime.jsx.call(void 0, _chunkJOQHITKFcjs.h,{children:"Press escape to close the sidebar"})]}),_jsxruntime.jsx.call(void 0, "div",{className:"flex h-full w-full flex-col",children:e})]})}):_jsxruntime.jsxs.call(void 0, "div",{ref:c,className:"text-sidebar-foreground group peer hidden md:block","data-collapsible":p==="collapsed"?a:"","data-side":o,"data-state":p,"data-variant":d,children:[_jsxruntime.jsx.call(void 0, "div",{className:_chunkNX2PYE7Ucjs.a.call(void 0, "relative h-svh w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",d==="floating"||d==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),_jsxruntime.jsx.call(void 0, "div",{className:_chunkNX2PYE7Ucjs.a.call(void 0, "fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex",o==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",d==="floating"||d==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",t),...s,children:_jsxruntime.jsx.call(void 0, "div",{className:"bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow","data-sidebar":"sidebar",children:e})})]})});oe.displayName="Sidebar";var ne=_react.forwardRef.call(void 0, ({className:e,onClick:t,...a},o)=>{let{toggleSidebar:d}=M();return _jsxruntime.jsxs.call(void 0, _chunkBPXWQUXScjs.a,{ref:o,icon:!0,className:_chunkNX2PYE7Ucjs.a.call(void 0, "",e),"data-sidebar":"trigger",size:"xxs",variant:"ghost",onClick:s=>{_optionalChain([t, 'optionalCall', _2 => _2(s)]),d()},...a,children:[_jsxruntime.jsx.call(void 0, _lucidereact.PanelLeftIcon,{}),_jsxruntime.jsx.call(void 0, "span",{className:"sr-only",children:"Toggle Sidebar"})]})});ne.displayName="SidebarTrigger";var ie=_react.forwardRef.call(void 0, ({className:e,...t},a)=>{let{toggleSidebar:o}=M();return _jsxruntime.jsx.call(void 0, "button",{ref:a,"aria-label":"Toggle Sidebar",className:_chunkNX2PYE7Ucjs.a.call(void 0, "hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-0.5 group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:hover:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),"data-sidebar":"rail",tabIndex:-1,title:"Toggle Sidebar",type:"button",onClick:o,...t})});ie.displayName="SidebarRail";var de=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "main",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-background relative flex min-h-svh flex-1 flex-col","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));de.displayName="SidebarInset";var se=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, _chunkOKZGLFAMcjs.a,{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-background focus-visible:ring-sidebar-ring h-8 w-full shadow-none focus-visible:ring-2",e),"data-sidebar":"input",...t}));se.displayName="SidebarInput";var le=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex flex-col gap-2 p-2",e),"data-sidebar":"header",...t}));le.displayName="SidebarHeader";var pe=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex flex-col gap-2 p-2",e),"data-sidebar":"footer",...t}));pe.displayName="SidebarFooter";var be=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, _chunkDY5LLRUMcjs.a,{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "bg-sidebar-border mx-2 w-auto",e),"data-sidebar":"separator",...t}));be.displayName="SidebarSeparator";var ue=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),"data-sidebar":"content",...t}));ue.displayName="SidebarContent";var ce=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "relative flex w-full min-w-0 flex-col p-2",e),"data-sidebar":"group",...t}));ce.displayName="SidebarGroup";var me=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,...a},o)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"div",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-none transition-[margin,opa] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",t),"data-sidebar":"group-label",...a}));me.displayName="SidebarGroupLabel";var fe=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,...a},o)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"button",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",t),"data-sidebar":"group-action",...a}));fe.displayName="SidebarGroupAction";var Se=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "w-full text-sm",e),"data-sidebar":"group-content",...t}));Se.displayName="SidebarGroupContent";var ge=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "ul",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex w-full min-w-0 flex-col gap-1",e),"data-sidebar":"menu",...t}));ge.displayName="SidebarMenu";var ve=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "li",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "group/menu-item relative",e),"data-sidebar":"menu-item",...t}));ve.displayName="SidebarMenuItem";var he=_tailwindvariants.tv.call(void 0, {base:"peer/menu-button ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none transition-[width,height,padding] focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0",sm:"h-7 text-xs"},variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background hover:bg-sidebar-accent hover:text-sidebar-accent-foreground shadow-[0_0_0_1px_hsl(var(--color-sidebar-border))] hover:shadow-[0_0_0_1px_hsl(var(--color-sidebar-accent))]"}}}),xe= exports.r =_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,isActive:a=!1,size:o="default",tooltip:d,variant:s="default",...c},S)=>{let b=e?_reactslot.Slot:"button",{isMobile:m,state:p}=M(),h=_jsxruntime.jsx.call(void 0, b,{ref:S,className:_chunkNX2PYE7Ucjs.a.call(void 0, he({size:o,variant:s}),t),"data-active":a,"data-sidebar":"menu-button","data-size":o,...c});return d?_jsxruntime.jsxs.call(void 0, _chunkE7OXGQQAcjs.b,{children:[_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.c,{asChild:!0,children:h}),_jsxruntime.jsx.call(void 0, _chunkE7OXGQQAcjs.d,{align:"center",hidden:p!=="collapsed"||m,side:"right",...typeof d=="string"?{children:d}:d})]}):h});xe.displayName="SidebarMenuButton";var ye=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,showOnHover:a=!1,...o},d)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"button",{ref:d,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0",t),"data-sidebar":"menu-action",...o}));ye.displayName="SidebarMenuAction";var Me=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "div",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-badge",...t}));Me.displayName="SidebarMenuBadge";var Pe=_react.forwardRef.call(void 0, ({className:e,showIcon:t=!1,...a},o)=>{let d=_react.useMemo.call(void 0, ()=>`${Math.floor(Math.random()*40)+50}%`,[]);return _jsxruntime.jsxs.call(void 0, "div",{ref:o,className:_chunkNX2PYE7Ucjs.a.call(void 0, "flex h-8 items-center gap-2 rounded-md px-2",e),"data-sidebar":"menu-skeleton",...a,children:[t?_jsxruntime.jsx.call(void 0, _chunkFYW73RA6cjs.a,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}):null,_jsxruntime.jsx.call(void 0, _chunkFYW73RA6cjs.a,{className:"h-4 max-w-[--skeleton-width] flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]})});Pe.displayName="SidebarMenuSkeleton";var Ee=_react.forwardRef.call(void 0, ({className:e,...t},a)=>_jsxruntime.jsx.call(void 0, "ul",{ref:a,className:_chunkNX2PYE7Ucjs.a.call(void 0, "border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-sub",...t}));Ee.displayName="SidebarMenuSub";var Ce=_react.forwardRef.call(void 0, ({...e},t)=>_jsxruntime.jsx.call(void 0, "li",{ref:t,...e}));Ce.displayName="SidebarMenuSubItem";var we=_react.forwardRef.call(void 0, ({asChild:e=!1,className:t,isActive:a,size:o="md",...d},s)=>_jsxruntime.jsx.call(void 0, e?_reactslot.Slot:"a",{ref:s,className:_chunkNX2PYE7Ucjs.a.call(void 0, "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-none focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",o==="sm"&&"text-xs",o==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t),"data-active":a,"data-sidebar":"menu-sub-button","data-size":o,...d}));we.displayName="SidebarMenuSubButton";exports.a = M; exports.b = re; exports.c = oe; exports.d = ne; exports.e = ie; exports.f = de; exports.g = se; exports.h = le; exports.i = pe; exports.j = be; exports.k = ue; exports.l = ce; exports.m = me; exports.n = fe; exports.o = Se; exports.p = ge; exports.q = ve; exports.r = xe; exports.s = ye; exports.t = Me; exports.u = Pe; exports.v = Ee; exports.w = Ce; exports.x = we;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a as
|
|
1
|
+
"use client";import{a as s}from"./chunk-WCJSGHWP.js";import{a}from"./chunk-G646ZWIZ.js";import{a as p}from"./chunk-JPNQ5DU7.js";import*as t from"@codefast-ui/input";import{useControllableState as C}from"@radix-ui/react-use-controllable-state";import{SearchIcon as g,XIcon as R}from"lucide-react";import{forwardRef as S}from"react";import{jsx as e,jsxs as N}from"react/jsx-runtime";var{input:V,root:x}=s(),b=S(({className:u,defaultValue:m,inputSize:o,loaderPosition:l,loading:f,onChange:c,prefix:I,spinner:P,suffix:d,value:h,...n},v)=>{let[r,i]=C({defaultProp:m,onChange:c,prop:h});return N(t.Root,{className:x({className:u,inputSize:o}),loaderPosition:l,loading:f,prefix:I||e(g,{}),spinner:P||e(p,{}),suffix:d,children:[e(t.Item,{ref:v,className:V({inputSize:o}),type:"search",value:r,onChange:y=>{i(y.target.value)},...n}),r?e(a,{icon:!0,inside:!0,"aria-label":"Clear search",className:"rounded-full",disabled:n.disabled,size:o,suffix:e(R,{}),variant:"ghost",onClick:()=>{i("")}}):null]})});b.displayName="SearchInput";export{b as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a as
|
|
1
|
+
"use client";import{a as i}from"./chunk-WCJSGHWP.js";import{a as n}from"./chunk-G646ZWIZ.js";import{a as r}from"./chunk-JPNQ5DU7.js";import*as o from"@codefast-ui/input";import{EyeClosedIcon as c,EyeIcon as v}from"lucide-react";import{forwardRef as C,useCallback as R,useState as x}from"react";import{jsx as t,jsxs as h}from"react/jsx-runtime";var{input:E,root:b}=i(),g=C(({className:a,inputSize:e,loaderPosition:m,loading:d,prefix:u,spinner:P,suffix:l,...p},f)=>{let[s,I]=x("password"),w=R(()=>{I(y=>y==="password"?"text":"password")},[]);return h(o.Root,{className:b({className:a,inputSize:e}),loaderPosition:m,loading:d,prefix:u,spinner:P||t(r,{}),suffix:l,children:[t(o.Item,{ref:f,className:E({inputSize:e}),type:s,...p}),t(n,{icon:!0,inside:!0,"aria-label":s==="password"?"Show password":"Hide password",className:"rounded-full",disabled:p.disabled,prefix:s==="password"?t(c,{}):t(v,{}),size:e,variant:"ghost",onClick:w})]})});g.displayName="PasswordInput";export{g as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as n}from"./chunk-WCJSGHWP.js";import{a as o}from"./chunk-JPNQ5DU7.js";import*as t from"@codefast-ui/input";import{forwardRef as P}from"react";import{jsx as e}from"react/jsx-runtime";var{input:l,root:x}=n(),y=P(({className:i,inputSize:p,loaderPosition:r,loading:m,prefix:s,spinner:a,suffix:u,...f},I)=>e(t.Root,{className:x({className:i,inputSize:p}),loaderPosition:r,loading:m,prefix:s,spinner:a||e(o,{}),suffix:u,children:e(t.Item,{ref:I,className:l({inputSize:p}),...f})}));y.displayName="TextInput";export{y as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as m}from"./chunk-WCJSGHWP.js";import{a as i}from"./chunk-JPNQ5DU7.js";import{a as o}from"./chunk-JOPZDTRR.js";import{a as n}from"./chunk-FQMSK2WZ.js";import*as e from"@codefast-ui/number-input";import{ChevronDownIcon as D,ChevronUpIcon as w}from"lucide-react";import{forwardRef as k}from"react";import{jsx as t,jsxs as p}from"react/jsx-runtime";var{input:E,root:L}=m(),O=k(({id:u,ariaDecrementLabel:a,ariaIncrementLabel:s,className:d,defaultValue:l,disabled:f,formatOptions:c,inputSize:r,loaderPosition:b,loading:I,max:N,min:v,onChange:P,prefix:h,readOnly:C,spinner:y,step:R,suffix:g,value:x,...V},B)=>p(e.Root,{ariaDecrementLabel:a,ariaIncrementLabel:s,className:L({className:["pr-0",d],inputSize:r}),defaultValue:l,disabled:f,formatOptions:c,id:u,loaderPosition:b,loading:I,max:N,min:v,prefix:h,readOnly:C,spinner:y||t(i,{}),step:R,suffix:g,value:x,onChange:P,children:[t(e.Item,{ref:B,autoCapitalize:"off",autoComplete:"off",autoCorrect:"off",className:E({inputSize:r}),inputMode:"numeric",spellCheck:"false",...V}),p("div",{className:n("peer-focus:divide-ring peer-focus:border-l-ring","divide-input border-input order-last ml-auto grid h-full shrink-0 divide-y overflow-hidden rounded-r-[calc(theme(borderRadius.md)-1px)] border-l transition"),children:[t(e.IncrementButton,{className:o({className:"h-full rounded-none rounded-tr-[calc(theme(borderRadius.md)-1px)]",icon:!0,size:r,variant:"ghost"}),children:t(w,{})}),t(e.DecrementButton,{className:o({className:"h-full rounded-none rounded-br-[calc(theme(borderRadius.md)-1px)]",icon:!0,size:r,variant:"ghost"}),children:t(D,{})})]})]}));O.displayName="NumberInput";export{O as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a as _,b as k,c as A,d as D}from"./chunk-NRWGIK35.js";import{a as H}from"./chunk-67YWWZBU.js";import{a as N}from"./chunk-P2WK6XCL.js";import{a as T,c as I,g as B,h as L}from"./chunk-6CNX4XKK.js";import{a as P}from"./chunk-R773RBMT.js";import{a as w}from"./chunk-G646ZWIZ.js";import{a as n}from"./chunk-FQMSK2WZ.js";import{useMediaQuery as V}from"@codefast/hooks";import{Slot as v}from"@radix-ui/react-slot";import{VisuallyHidden as F}from"@radix-ui/react-visually-hidden";import U from"js-cookie";import{PanelLeftIcon as W}from"lucide-react";import{createContext as j,forwardRef as i,useCallback as G,useContext as q,useEffect as $,useMemo as R,useState as z}from"react";import{tv as Q}from"tailwind-variants";import{jsx as r,jsxs as f}from"react/jsx-runtime";var X="sidebar:state",Y=7,J="16rem",Z="18rem",ee="3rem",te="b",ae=768,O=j(null);function M(){let e=q(O);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}var re=i(({children:e,className:t,defaultOpen:a=!0,onOpenChange:o,open:d,style:s,...c},S)=>{let b=V(`(max-width: ${ae-1}px)`),[m,p]=z(!1),[h,E]=z(a),g=d??h,x=G(l=>{let u=typeof l=="function"?l(g):l;o?o(u):E(u),U.set(X,String(u),{expires:Y,path:"/"})},[o,g]),y=G(()=>{b?p(l=>!l):x(l=>!l)},[b,x,p]);$(()=>{let l=u=>{u.key===te&&(u.metaKey||u.ctrlKey)&&(u.preventDefault(),y())};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[y]);let C=g?"expanded":"collapsed",K=R(()=>({isMobile:b,open:g,openMobile:m,setOpen:x,setOpenMobile:p,state:C,toggleSidebar:y}),[C,g,x,b,m,p,y]);return r(O.Provider,{value:K,children:r(_,{delayDuration:0,children:r("div",{ref:S,className:n("group/sidebar-wrapper has-[[data-variant=inset]]:bg-sidebar flex min-h-svh w-full",t),style:{"--sidebar-width":J,"--sidebar-width-icon":ee,...s},...c,children:e})})})});re.displayName="SidebarProvider";var oe=i(({children:e,className:t,collapsible:a="offcanvas",side:o="left",variant:d="sidebar",...s},c)=>{let{isMobile:S,openMobile:b,setOpenMobile:m,state:p}=M();return a==="none"?r("div",{ref:c,className:n("bg-sidebar text-sidebar-foreground flex h-full w-[--sidebar-width] flex-col",t),...s,children:e}):S?r(T,{open:b,onOpenChange:m,...s,children:f(I,{className:"bg-sidebar text-sidebar-foreground w-[--sidebar-width] p-0 [&>button]:hidden","data-mobile":"true","data-sidebar":"sidebar",side:o,style:{"--sidebar-width":Z},children:[f(F,{children:[r(B,{children:"Sidebar"}),r(L,{children:"Press escape to close the sidebar"})]}),r("div",{className:"flex h-full w-full flex-col",children:e})]})}):f("div",{ref:c,className:"text-sidebar-foreground group peer hidden md:block","data-collapsible":p==="collapsed"?a:"","data-side":o,"data-state":p,"data-variant":d,children:[r("div",{className:n("relative h-svh w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",d==="floating"||d==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),r("div",{className:n("fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex",o==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",d==="floating"||d==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",t),...s,children:r("div",{className:"bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow","data-sidebar":"sidebar",children:e})})]})});oe.displayName="Sidebar";var ne=i(({className:e,onClick:t,...a},o)=>{let{toggleSidebar:d}=M();return f(w,{ref:o,icon:!0,className:n("",e),"data-sidebar":"trigger",size:"xxs",variant:"ghost",onClick:s=>{t?.(s),d()},...a,children:[r(W,{}),r("span",{className:"sr-only",children:"Toggle Sidebar"})]})});ne.displayName="SidebarTrigger";var ie=i(({className:e,...t},a)=>{let{toggleSidebar:o}=M();return r("button",{ref:a,"aria-label":"Toggle Sidebar",className:n("hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-0.5 group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:hover:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),"data-sidebar":"rail",tabIndex:-1,title:"Toggle Sidebar",type:"button",onClick:o,...t})});ie.displayName="SidebarRail";var de=i(({className:e,...t},a)=>r("main",{ref:a,className:n("bg-background relative flex min-h-svh flex-1 flex-col","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));de.displayName="SidebarInset";var se=i(({className:e,...t},a)=>r(H,{ref:a,className:n("bg-background focus-visible:ring-sidebar-ring h-8 w-full shadow-none focus-visible:ring-2",e),"data-sidebar":"input",...t}));se.displayName="SidebarInput";var le=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex flex-col gap-2 p-2",e),"data-sidebar":"header",...t}));le.displayName="SidebarHeader";var pe=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex flex-col gap-2 p-2",e),"data-sidebar":"footer",...t}));pe.displayName="SidebarFooter";var be=i(({className:e,...t},a)=>r(N,{ref:a,className:n("bg-sidebar-border mx-2 w-auto",e),"data-sidebar":"separator",...t}));be.displayName="SidebarSeparator";var ue=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),"data-sidebar":"content",...t}));ue.displayName="SidebarContent";var ce=i(({className:e,...t},a)=>r("div",{ref:a,className:n("relative flex w-full min-w-0 flex-col p-2",e),"data-sidebar":"group",...t}));ce.displayName="SidebarGroup";var me=i(({asChild:e=!1,className:t,...a},o)=>r(e?v:"div",{ref:o,className:n("text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-none transition-[margin,opa] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",t),"data-sidebar":"group-label",...a}));me.displayName="SidebarGroupLabel";var fe=i(({asChild:e=!1,className:t,...a},o)=>r(e?v:"button",{ref:o,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",t),"data-sidebar":"group-action",...a}));fe.displayName="SidebarGroupAction";var Se=i(({className:e,...t},a)=>r("div",{ref:a,className:n("w-full text-sm",e),"data-sidebar":"group-content",...t}));Se.displayName="SidebarGroupContent";var ge=i(({className:e,...t},a)=>r("ul",{ref:a,className:n("flex w-full min-w-0 flex-col gap-1",e),"data-sidebar":"menu",...t}));ge.displayName="SidebarMenu";var ve=i(({className:e,...t},a)=>r("li",{ref:a,className:n("group/menu-item relative",e),"data-sidebar":"menu-item",...t}));ve.displayName="SidebarMenuItem";var he=Q({base:"peer/menu-button ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none transition-[width,height,padding] focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0",sm:"h-7 text-xs"},variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background hover:bg-sidebar-accent hover:text-sidebar-accent-foreground shadow-[0_0_0_1px_hsl(var(--color-sidebar-border))] hover:shadow-[0_0_0_1px_hsl(var(--color-sidebar-accent))]"}}}),xe=i(({asChild:e=!1,className:t,isActive:a=!1,size:o="default",tooltip:d,variant:s="default",...c},S)=>{let b=e?v:"button",{isMobile:m,state:p}=M(),h=r(b,{ref:S,className:n(he({size:o,variant:s}),t),"data-active":a,"data-sidebar":"menu-button","data-size":o,...c});return d?f(k,{children:[r(A,{asChild:!0,children:h}),r(D,{align:"center",hidden:p!=="collapsed"||m,side:"right",...typeof d=="string"?{children:d}:d})]}):h});xe.displayName="SidebarMenuButton";var ye=i(({asChild:e=!1,className:t,showOnHover:a=!1,...o},d)=>r(e?v:"button",{ref:d,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0",t),"data-sidebar":"menu-action",...o}));ye.displayName="SidebarMenuAction";var Me=i(({className:e,...t},a)=>r("div",{ref:a,className:n("text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-badge",...t}));Me.displayName="SidebarMenuBadge";var Pe=i(({className:e,showIcon:t=!1,...a},o)=>{let d=R(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return f("div",{ref:o,className:n("flex h-8 items-center gap-2 rounded-md px-2",e),"data-sidebar":"menu-skeleton",...a,children:[t?r(P,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}):null,r(P,{className:"h-4 max-w-[--skeleton-width] flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]})});Pe.displayName="SidebarMenuSkeleton";var Ee=i(({className:e,...t},a)=>r("ul",{ref:a,className:n("border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-sub",...t}));Ee.displayName="SidebarMenuSub";var Ce=i(({...e},t)=>r("li",{ref:t,...e}));Ce.displayName="SidebarMenuSubItem";var we=i(({asChild:e=!1,className:t,isActive:a,size:o="md",...d},s)=>r(e?v:"a",{ref:s,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-none focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",o==="sm"&&"text-xs",o==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t),"data-active":a,"data-sidebar":"menu-sub-button","data-size":o,...d}));we.displayName="SidebarMenuSubButton";export{M as a,re as b,oe as c,ne as d,ie as e,de as f,se as g,le as h,pe as i,be as j,ue as k,ce as l,me as m,fe as n,Se as o,ge as p,ve as q,xe as r,ye as s,Me as t,Pe as u,Ee as v,Ce as w,we as x};
|
|
1
|
+
"use client";import{a as _,b as k,c as A,d as D}from"./chunk-NRWGIK35.js";import{a as H}from"./chunk-F7UZYJAP.js";import{a as N}from"./chunk-P2WK6XCL.js";import{a as T,c as I,g as B,h as L}from"./chunk-6CNX4XKK.js";import{a as P}from"./chunk-R773RBMT.js";import{a as w}from"./chunk-G646ZWIZ.js";import{a as n}from"./chunk-FQMSK2WZ.js";import{useMediaQuery as V}from"@codefast/hooks";import{Slot as v}from"@radix-ui/react-slot";import{VisuallyHidden as F}from"@radix-ui/react-visually-hidden";import U from"js-cookie";import{PanelLeftIcon as W}from"lucide-react";import{createContext as j,forwardRef as i,useCallback as G,useContext as q,useEffect as $,useMemo as R,useState as z}from"react";import{tv as Q}from"tailwind-variants";import{jsx as r,jsxs as f}from"react/jsx-runtime";var X="sidebar:state",Y=7,J="16rem",Z="18rem",ee="3rem",te="b",ae=768,O=j(null);function M(){let e=q(O);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}var re=i(({children:e,className:t,defaultOpen:a=!0,onOpenChange:o,open:d,style:s,...c},S)=>{let b=V(`(max-width: ${ae-1}px)`),[m,p]=z(!1),[h,E]=z(a),g=d??h,x=G(l=>{let u=typeof l=="function"?l(g):l;o?o(u):E(u),U.set(X,String(u),{expires:Y,path:"/"})},[o,g]),y=G(()=>{b?p(l=>!l):x(l=>!l)},[b,x,p]);$(()=>{let l=u=>{u.key===te&&(u.metaKey||u.ctrlKey)&&(u.preventDefault(),y())};return window.addEventListener("keydown",l),()=>{window.removeEventListener("keydown",l)}},[y]);let C=g?"expanded":"collapsed",K=R(()=>({isMobile:b,open:g,openMobile:m,setOpen:x,setOpenMobile:p,state:C,toggleSidebar:y}),[C,g,x,b,m,p,y]);return r(O.Provider,{value:K,children:r(_,{delayDuration:0,children:r("div",{ref:S,className:n("group/sidebar-wrapper has-[[data-variant=inset]]:bg-sidebar flex min-h-svh w-full",t),style:{"--sidebar-width":J,"--sidebar-width-icon":ee,...s},...c,children:e})})})});re.displayName="SidebarProvider";var oe=i(({children:e,className:t,collapsible:a="offcanvas",side:o="left",variant:d="sidebar",...s},c)=>{let{isMobile:S,openMobile:b,setOpenMobile:m,state:p}=M();return a==="none"?r("div",{ref:c,className:n("bg-sidebar text-sidebar-foreground flex h-full w-[--sidebar-width] flex-col",t),...s,children:e}):S?r(T,{open:b,onOpenChange:m,...s,children:f(I,{className:"bg-sidebar text-sidebar-foreground w-[--sidebar-width] p-0 [&>button]:hidden","data-mobile":"true","data-sidebar":"sidebar",side:o,style:{"--sidebar-width":Z},children:[f(F,{children:[r(B,{children:"Sidebar"}),r(L,{children:"Press escape to close the sidebar"})]}),r("div",{className:"flex h-full w-full flex-col",children:e})]})}):f("div",{ref:c,className:"text-sidebar-foreground group peer hidden md:block","data-collapsible":p==="collapsed"?a:"","data-side":o,"data-state":p,"data-variant":d,children:[r("div",{className:n("relative h-svh w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",d==="floating"||d==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),r("div",{className:n("fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex",o==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",d==="floating"||d==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",t),...s,children:r("div",{className:"bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow","data-sidebar":"sidebar",children:e})})]})});oe.displayName="Sidebar";var ne=i(({className:e,onClick:t,...a},o)=>{let{toggleSidebar:d}=M();return f(w,{ref:o,icon:!0,className:n("",e),"data-sidebar":"trigger",size:"xxs",variant:"ghost",onClick:s=>{t?.(s),d()},...a,children:[r(W,{}),r("span",{className:"sr-only",children:"Toggle Sidebar"})]})});ne.displayName="SidebarTrigger";var ie=i(({className:e,...t},a)=>{let{toggleSidebar:o}=M();return r("button",{ref:a,"aria-label":"Toggle Sidebar",className:n("hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-0.5 group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:hover:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),"data-sidebar":"rail",tabIndex:-1,title:"Toggle Sidebar",type:"button",onClick:o,...t})});ie.displayName="SidebarRail";var de=i(({className:e,...t},a)=>r("main",{ref:a,className:n("bg-background relative flex min-h-svh flex-1 flex-col","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));de.displayName="SidebarInset";var se=i(({className:e,...t},a)=>r(H,{ref:a,className:n("bg-background focus-visible:ring-sidebar-ring h-8 w-full shadow-none focus-visible:ring-2",e),"data-sidebar":"input",...t}));se.displayName="SidebarInput";var le=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex flex-col gap-2 p-2",e),"data-sidebar":"header",...t}));le.displayName="SidebarHeader";var pe=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex flex-col gap-2 p-2",e),"data-sidebar":"footer",...t}));pe.displayName="SidebarFooter";var be=i(({className:e,...t},a)=>r(N,{ref:a,className:n("bg-sidebar-border mx-2 w-auto",e),"data-sidebar":"separator",...t}));be.displayName="SidebarSeparator";var ue=i(({className:e,...t},a)=>r("div",{ref:a,className:n("flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),"data-sidebar":"content",...t}));ue.displayName="SidebarContent";var ce=i(({className:e,...t},a)=>r("div",{ref:a,className:n("relative flex w-full min-w-0 flex-col p-2",e),"data-sidebar":"group",...t}));ce.displayName="SidebarGroup";var me=i(({asChild:e=!1,className:t,...a},o)=>r(e?v:"div",{ref:o,className:n("text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-none transition-[margin,opa] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",t),"data-sidebar":"group-label",...a}));me.displayName="SidebarGroupLabel";var fe=i(({asChild:e=!1,className:t,...a},o)=>r(e?v:"button",{ref:o,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",t),"data-sidebar":"group-action",...a}));fe.displayName="SidebarGroupAction";var Se=i(({className:e,...t},a)=>r("div",{ref:a,className:n("w-full text-sm",e),"data-sidebar":"group-content",...t}));Se.displayName="SidebarGroupContent";var ge=i(({className:e,...t},a)=>r("ul",{ref:a,className:n("flex w-full min-w-0 flex-col gap-1",e),"data-sidebar":"menu",...t}));ge.displayName="SidebarMenu";var ve=i(({className:e,...t},a)=>r("li",{ref:a,className:n("group/menu-item relative",e),"data-sidebar":"menu-item",...t}));ve.displayName="SidebarMenuItem";var he=Q({base:"peer/menu-button ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none transition-[width,height,padding] focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:font-medium group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0",sm:"h-7 text-xs"},variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background hover:bg-sidebar-accent hover:text-sidebar-accent-foreground shadow-[0_0_0_1px_hsl(var(--color-sidebar-border))] hover:shadow-[0_0_0_1px_hsl(var(--color-sidebar-accent))]"}}}),xe=i(({asChild:e=!1,className:t,isActive:a=!1,size:o="default",tooltip:d,variant:s="default",...c},S)=>{let b=e?v:"button",{isMobile:m,state:p}=M(),h=r(b,{ref:S,className:n(he({size:o,variant:s}),t),"data-active":a,"data-sidebar":"menu-button","data-size":o,...c});return d?f(k,{children:[r(A,{asChild:!0,children:h}),r(D,{align:"center",hidden:p!=="collapsed"||m,side:"right",...typeof d=="string"?{children:d}:d})]}):h});xe.displayName="SidebarMenuButton";var ye=i(({asChild:e=!1,className:t,showOnHover:a=!1,...o},d)=>r(e?v:"button",{ref:d,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-none transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0",t),"data-sidebar":"menu-action",...o}));ye.displayName="SidebarMenuAction";var Me=i(({className:e,...t},a)=>r("div",{ref:a,className:n("text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-badge",...t}));Me.displayName="SidebarMenuBadge";var Pe=i(({className:e,showIcon:t=!1,...a},o)=>{let d=R(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return f("div",{ref:o,className:n("flex h-8 items-center gap-2 rounded-md px-2",e),"data-sidebar":"menu-skeleton",...a,children:[t?r(P,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}):null,r(P,{className:"h-4 max-w-[--skeleton-width] flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]})});Pe.displayName="SidebarMenuSkeleton";var Ee=i(({className:e,...t},a)=>r("ul",{ref:a,className:n("border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),"data-sidebar":"menu-sub",...t}));Ee.displayName="SidebarMenuSub";var Ce=i(({...e},t)=>r("li",{ref:t,...e}));Ce.displayName="SidebarMenuSubItem";var we=i(({asChild:e=!1,className:t,isActive:a,size:o="md",...d},s)=>r(e?v:"a",{ref:s,className:n("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-none focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",o==="sm"&&"text-xs",o==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t),"data-active":a,"data-sidebar":"menu-sub-button","data-size":o,...d}));we.displayName="SidebarMenuSubButton";export{M as a,re as b,oe as c,ne as d,ie as e,de as f,se as g,le as h,pe as i,be as j,ue as k,ce as l,me as m,fe as n,Se as o,ge as p,ve as q,xe as r,ye as s,Me as t,Pe as u,Ee as v,Ce as w,we as x};
|
|
@@ -41,8 +41,8 @@ declare const alertVariants: tailwind_variants.TVReturnType<{
|
|
|
41
41
|
};
|
|
42
42
|
}>, unknown, unknown, undefined>>;
|
|
43
43
|
type AlertVariantsProps = VariantProps<typeof alertVariants>;
|
|
44
|
-
type AlertProps = HTMLAttributes<HTMLDivElement
|
|
45
|
-
declare const Alert: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &
|
|
44
|
+
type AlertProps = AlertVariantsProps & HTMLAttributes<HTMLDivElement>;
|
|
45
|
+
declare const Alert: react.ForwardRefExoticComponent<AlertVariantsProps & HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
46
46
|
type AlertTitleProps = HTMLAttributes<HTMLHeadingElement>;
|
|
47
47
|
declare const AlertTitle: react.ForwardRefExoticComponent<AlertTitleProps & react.RefAttributes<HTMLHeadingElement>>;
|
|
48
48
|
type AlertDescriptionProps = HTMLAttributes<HTMLDivElement>;
|
|
@@ -41,8 +41,8 @@ declare const alertVariants: tailwind_variants.TVReturnType<{
|
|
|
41
41
|
};
|
|
42
42
|
}>, unknown, unknown, undefined>>;
|
|
43
43
|
type AlertVariantsProps = VariantProps<typeof alertVariants>;
|
|
44
|
-
type AlertProps = HTMLAttributes<HTMLDivElement
|
|
45
|
-
declare const Alert: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &
|
|
44
|
+
type AlertProps = AlertVariantsProps & HTMLAttributes<HTMLDivElement>;
|
|
45
|
+
declare const Alert: react.ForwardRefExoticComponent<AlertVariantsProps & HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
46
46
|
type AlertTitleProps = HTMLAttributes<HTMLHeadingElement>;
|
|
47
47
|
declare const AlertTitle: react.ForwardRefExoticComponent<AlertTitleProps & react.RefAttributes<HTMLHeadingElement>>;
|
|
48
48
|
type AlertDescriptionProps = HTMLAttributes<HTMLDivElement>;
|
|
@@ -9,12 +9,12 @@ interface CalendarRangeLabelProps {
|
|
|
9
9
|
formatStr?: string;
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function CalendarRangeLabel({ date, formatStr, placeholder, }: CalendarRangeLabelProps):
|
|
12
|
+
declare function CalendarRangeLabel({ date, formatStr, placeholder, }: CalendarRangeLabelProps): JSX.Element | string;
|
|
13
13
|
interface CalendarLabelProps {
|
|
14
14
|
date: Date | undefined;
|
|
15
15
|
formatStr?: string;
|
|
16
16
|
placeholder?: string;
|
|
17
17
|
}
|
|
18
|
-
declare function CalendarLabel({ date, formatStr, placeholder, }: CalendarLabelProps):
|
|
18
|
+
declare function CalendarLabel({ date, formatStr, placeholder, }: CalendarLabelProps): JSX.Element | string;
|
|
19
19
|
|
|
20
20
|
export { Calendar, CalendarLabel, type CalendarLabelProps, type CalendarProps, CalendarRangeLabel, type CalendarRangeLabelProps };
|
|
@@ -9,12 +9,12 @@ interface CalendarRangeLabelProps {
|
|
|
9
9
|
formatStr?: string;
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
}
|
|
12
|
-
declare function CalendarRangeLabel({ date, formatStr, placeholder, }: CalendarRangeLabelProps):
|
|
12
|
+
declare function CalendarRangeLabel({ date, formatStr, placeholder, }: CalendarRangeLabelProps): JSX.Element | string;
|
|
13
13
|
interface CalendarLabelProps {
|
|
14
14
|
date: Date | undefined;
|
|
15
15
|
formatStr?: string;
|
|
16
16
|
placeholder?: string;
|
|
17
17
|
}
|
|
18
|
-
declare function CalendarLabel({ date, formatStr, placeholder, }: CalendarLabelProps):
|
|
18
|
+
declare function CalendarLabel({ date, formatStr, placeholder, }: CalendarLabelProps): JSX.Element | string;
|
|
19
19
|
|
|
20
20
|
export { Calendar, CalendarLabel, type CalendarLabelProps, type CalendarProps, CalendarRangeLabel, type CalendarRangeLabelProps };
|
|
@@ -18,8 +18,8 @@ interface BaseCarouselProps {
|
|
|
18
18
|
plugins?: CarouselPlugin;
|
|
19
19
|
setApi?: (api: CarouselApi) => void;
|
|
20
20
|
}
|
|
21
|
-
type CarouselProps = HTMLAttributes<HTMLDivElement
|
|
22
|
-
declare const Carousel: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &
|
|
21
|
+
type CarouselProps = BaseCarouselProps & HTMLAttributes<HTMLDivElement>;
|
|
22
|
+
declare const Carousel: react.ForwardRefExoticComponent<BaseCarouselProps & HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
23
23
|
interface CarouselContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
24
24
|
classNames?: {
|
|
25
25
|
content?: string;
|
|
@@ -18,8 +18,8 @@ interface BaseCarouselProps {
|
|
|
18
18
|
plugins?: CarouselPlugin;
|
|
19
19
|
setApi?: (api: CarouselApi) => void;
|
|
20
20
|
}
|
|
21
|
-
type CarouselProps = HTMLAttributes<HTMLDivElement
|
|
22
|
-
declare const Carousel: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &
|
|
21
|
+
type CarouselProps = BaseCarouselProps & HTMLAttributes<HTMLDivElement>;
|
|
22
|
+
declare const Carousel: react.ForwardRefExoticComponent<BaseCarouselProps & HTMLAttributes<HTMLDivElement> & react.RefAttributes<HTMLDivElement>>;
|
|
23
23
|
interface CarouselContentProps extends HTMLAttributes<HTMLDivElement> {
|
|
24
24
|
classNames?: {
|
|
25
25
|
content?: string;
|
|
@@ -19,7 +19,7 @@ interface ThemeConfig {
|
|
|
19
19
|
theme: Record<Theme, string>;
|
|
20
20
|
color?: never;
|
|
21
21
|
}
|
|
22
|
-
type ChartConfigItem =
|
|
22
|
+
type ChartConfigItem = (ColorConfig | ThemeConfig) & IconLabelConfig;
|
|
23
23
|
type ChartConfig = Record<string, ChartConfigItem | undefined>;
|
|
24
24
|
interface ChartContainerProps extends ComponentProps<'div'> {
|
|
25
25
|
children: ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
|
|
@@ -36,7 +36,7 @@ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
|
36
36
|
interface ChartTooltipContentProps extends ComponentProps<typeof RechartsPrimitive.Tooltip>, Omit<ComponentProps<'div'>, 'content'> {
|
|
37
37
|
hideIndicator?: boolean;
|
|
38
38
|
hideLabel?: boolean;
|
|
39
|
-
indicator?: '
|
|
39
|
+
indicator?: 'dashed' | 'dot' | 'line';
|
|
40
40
|
labelKey?: string;
|
|
41
41
|
nameKey?: string;
|
|
42
42
|
}
|
|
@@ -19,7 +19,7 @@ interface ThemeConfig {
|
|
|
19
19
|
theme: Record<Theme, string>;
|
|
20
20
|
color?: never;
|
|
21
21
|
}
|
|
22
|
-
type ChartConfigItem =
|
|
22
|
+
type ChartConfigItem = (ColorConfig | ThemeConfig) & IconLabelConfig;
|
|
23
23
|
type ChartConfig = Record<string, ChartConfigItem | undefined>;
|
|
24
24
|
interface ChartContainerProps extends ComponentProps<'div'> {
|
|
25
25
|
children: ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
|
|
@@ -36,7 +36,7 @@ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
|
36
36
|
interface ChartTooltipContentProps extends ComponentProps<typeof RechartsPrimitive.Tooltip>, Omit<ComponentProps<'div'>, 'content'> {
|
|
37
37
|
hideIndicator?: boolean;
|
|
38
38
|
hideLabel?: boolean;
|
|
39
|
-
indicator?: '
|
|
39
|
+
indicator?: 'dashed' | 'dot' | 'line';
|
|
40
40
|
labelKey?: string;
|
|
41
41
|
nameKey?: string;
|
|
42
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkUD4NXAKTcjs = require('../chunk-UD4NXAKT.cjs');require('../chunk-COUMKDCJ.cjs');require('../chunk-HL4TF2W7.cjs');require('../chunk-4DC2RZCB.cjs');require('../chunk-NX2PYE7U.cjs');exports.NumberInput = _chunkUD4NXAKTcjs.a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-XGRY737F.js";import"../chunk-WCJSGHWP.js";import"../chunk-JPNQ5DU7.js";import"../chunk-JOPZDTRR.js";import"../chunk-FQMSK2WZ.js";export{a as NumberInput};
|
|
@@ -10,7 +10,7 @@ type PaginationContentProps = HTMLAttributes<HTMLUListElement>;
|
|
|
10
10
|
declare const PaginationContent: react.ForwardRefExoticComponent<PaginationContentProps & react.RefAttributes<HTMLUListElement>>;
|
|
11
11
|
type PaginationItemProps = LiHTMLAttributes<HTMLLIElement>;
|
|
12
12
|
declare const PaginationItem: react.ForwardRefExoticComponent<PaginationItemProps & react.RefAttributes<HTMLLIElement>>;
|
|
13
|
-
interface PaginationLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>, Pick<ButtonVariantsProps, '
|
|
13
|
+
interface PaginationLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>, Pick<ButtonVariantsProps, 'icon' | 'size'> {
|
|
14
14
|
isActive?: boolean;
|
|
15
15
|
}
|
|
16
16
|
declare function PaginationLink({ children, className, icon, isActive, size, ...props }: PaginationLinkProps): JSX.Element;
|
|
@@ -10,7 +10,7 @@ type PaginationContentProps = HTMLAttributes<HTMLUListElement>;
|
|
|
10
10
|
declare const PaginationContent: react.ForwardRefExoticComponent<PaginationContentProps & react.RefAttributes<HTMLUListElement>>;
|
|
11
11
|
type PaginationItemProps = LiHTMLAttributes<HTMLLIElement>;
|
|
12
12
|
declare const PaginationItem: react.ForwardRefExoticComponent<PaginationItemProps & react.RefAttributes<HTMLLIElement>>;
|
|
13
|
-
interface PaginationLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>, Pick<ButtonVariantsProps, '
|
|
13
|
+
interface PaginationLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement>, Pick<ButtonVariantsProps, 'icon' | 'size'> {
|
|
14
14
|
isActive?: boolean;
|
|
15
15
|
}
|
|
16
16
|
declare function PaginationLink({ children, className, icon, isActive, size, ...props }: PaginationLinkProps): JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunk6JBHWON2cjs = require('../chunk-6JBHWON2.cjs');require('../chunk-COUMKDCJ.cjs');require('../chunk-BPXWQUXS.cjs');require('../chunk-HL4TF2W7.cjs');require('../chunk-4DC2RZCB.cjs');require('../chunk-NX2PYE7U.cjs');exports.PasswordInput = _chunk6JBHWON2cjs.a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a}from"../chunk-
|
|
1
|
+
"use client";import{a}from"../chunk-AW36JUG6.js";import"../chunk-WCJSGHWP.js";import"../chunk-G646ZWIZ.js";import"../chunk-JPNQ5DU7.js";import"../chunk-JOPZDTRR.js";import"../chunk-FQMSK2WZ.js";export{a as PasswordInput};
|
|
@@ -3,7 +3,7 @@ import { ComponentProps, JSX } from 'react';
|
|
|
3
3
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
4
4
|
|
|
5
5
|
declare function ResizablePanelGroup({ className, ...props }: ComponentProps<typeof ResizablePrimitive.PanelGroup>): JSX.Element;
|
|
6
|
-
declare const ResizablePanel: react.ForwardRefExoticComponent<Omit<react.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement |
|
|
6
|
+
declare const ResizablePanel: react.ForwardRefExoticComponent<Omit<react.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement | HTMLAnchorElement | HTMLButtonElement | HTMLFormElement | HTMLHeadingElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSpanElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
7
7
|
className?: string | undefined;
|
|
8
8
|
collapsedSize?: number | undefined;
|
|
9
9
|
collapsible?: boolean | undefined;
|
|
@@ -3,7 +3,7 @@ import { ComponentProps, JSX } from 'react';
|
|
|
3
3
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
4
4
|
|
|
5
5
|
declare function ResizablePanelGroup({ className, ...props }: ComponentProps<typeof ResizablePrimitive.PanelGroup>): JSX.Element;
|
|
6
|
-
declare const ResizablePanel: react.ForwardRefExoticComponent<Omit<react.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement |
|
|
6
|
+
declare const ResizablePanel: react.ForwardRefExoticComponent<Omit<react.HTMLAttributes<HTMLDivElement | HTMLElement | HTMLObjectElement | HTMLAnchorElement | HTMLButtonElement | HTMLFormElement | HTMLHeadingElement | HTMLImageElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSpanElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
7
7
|
className?: string | undefined;
|
|
8
8
|
collapsedSize?: number | undefined;
|
|
9
9
|
collapsible?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunkR66D4CTWcjs = require('../chunk-R66D4CTW.cjs');require('../chunk-COUMKDCJ.cjs');require('../chunk-BPXWQUXS.cjs');require('../chunk-HL4TF2W7.cjs');require('../chunk-4DC2RZCB.cjs');require('../chunk-NX2PYE7U.cjs');exports.SearchInput = _chunkR66D4CTWcjs.a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a}from"../chunk-
|
|
1
|
+
"use client";import{a}from"../chunk-5ZOMOFOD.js";import"../chunk-WCJSGHWP.js";import"../chunk-G646ZWIZ.js";import"../chunk-JPNQ5DU7.js";import"../chunk-JOPZDTRR.js";import"../chunk-FQMSK2WZ.js";export{a as SearchInput};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunk2ZJNL3B5cjs = require('../chunk-2ZJNL3B5.cjs');require('../chunk-E7OXGQQA.cjs');require('../chunk-OKZGLFAM.cjs');require('../chunk-DY5LLRUM.cjs');require('../chunk-JOQHITKF.cjs');require('../chunk-FYW73RA6.cjs');require('../chunk-COUMKDCJ.cjs');require('../chunk-BPXWQUXS.cjs');require('../chunk-HL4TF2W7.cjs');require('../chunk-4DC2RZCB.cjs');require('../chunk-NX2PYE7U.cjs');exports.Sidebar = _chunk2ZJNL3B5cjs.c; exports.SidebarContent = _chunk2ZJNL3B5cjs.k; exports.SidebarFooter = _chunk2ZJNL3B5cjs.i; exports.SidebarGroup = _chunk2ZJNL3B5cjs.l; exports.SidebarGroupAction = _chunk2ZJNL3B5cjs.n; exports.SidebarGroupContent = _chunk2ZJNL3B5cjs.o; exports.SidebarGroupLabel = _chunk2ZJNL3B5cjs.m; exports.SidebarHeader = _chunk2ZJNL3B5cjs.h; exports.SidebarInput = _chunk2ZJNL3B5cjs.g; exports.SidebarInset = _chunk2ZJNL3B5cjs.f; exports.SidebarMenu = _chunk2ZJNL3B5cjs.p; exports.SidebarMenuAction = _chunk2ZJNL3B5cjs.s; exports.SidebarMenuBadge = _chunk2ZJNL3B5cjs.t; exports.SidebarMenuButton = _chunk2ZJNL3B5cjs.r; exports.SidebarMenuItem = _chunk2ZJNL3B5cjs.q; exports.SidebarMenuSkeleton = _chunk2ZJNL3B5cjs.u; exports.SidebarMenuSub = _chunk2ZJNL3B5cjs.v; exports.SidebarMenuSubButton = _chunk2ZJNL3B5cjs.x; exports.SidebarMenuSubItem = _chunk2ZJNL3B5cjs.w; exports.SidebarProvider = _chunk2ZJNL3B5cjs.b; exports.SidebarRail = _chunk2ZJNL3B5cjs.e; exports.SidebarSeparator = _chunk2ZJNL3B5cjs.j; exports.SidebarTrigger = _chunk2ZJNL3B5cjs.d; exports.useSidebar = _chunk2ZJNL3B5cjs.a;
|
|
@@ -19,7 +19,7 @@ interface SidebarContext {
|
|
|
19
19
|
openMobile: boolean;
|
|
20
20
|
setOpen: (open: boolean) => void;
|
|
21
21
|
setOpenMobile: (open: boolean) => void;
|
|
22
|
-
state: '
|
|
22
|
+
state: 'collapsed' | 'expanded';
|
|
23
23
|
toggleSidebar: () => void;
|
|
24
24
|
}
|
|
25
25
|
declare const SidebarContext: react.Context<SidebarContext | null>;
|
|
@@ -31,9 +31,9 @@ interface SidebarProviderProps extends ComponentProps<'div'> {
|
|
|
31
31
|
}
|
|
32
32
|
declare const SidebarProvider: react.ForwardRefExoticComponent<Omit<SidebarProviderProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
33
33
|
interface SidebarProps extends ComponentProps<'div'> {
|
|
34
|
-
collapsible?: '
|
|
34
|
+
collapsible?: 'icon' | 'none' | 'offcanvas';
|
|
35
35
|
side?: 'left' | 'right';
|
|
36
|
-
variant?: '
|
|
36
|
+
variant?: 'floating' | 'inset' | 'sidebar';
|
|
37
37
|
}
|
|
38
38
|
declare const Sidebar: react.ForwardRefExoticComponent<Omit<SidebarProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
39
39
|
declare const SidebarTrigger: react.ForwardRefExoticComponent<Omit<ButtonProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
@@ -130,7 +130,7 @@ declare const sidebarMenuButtonVariants: tailwind_variants.TVReturnType<{
|
|
|
130
130
|
interface SidebarMenuButtonProps extends ComponentProps<'button'>, VariantProps<typeof sidebarMenuButtonVariants> {
|
|
131
131
|
asChild?: boolean;
|
|
132
132
|
isActive?: boolean;
|
|
133
|
-
tooltip?:
|
|
133
|
+
tooltip?: ComponentProps<typeof TooltipContent> | string;
|
|
134
134
|
}
|
|
135
135
|
declare const SidebarMenuButton: react.ForwardRefExoticComponent<Omit<SidebarMenuButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
136
136
|
interface SidebarMenuActionProps extends ComponentProps<'button'> {
|
|
@@ -148,7 +148,7 @@ declare const SidebarMenuSubItem: react.ForwardRefExoticComponent<Omit<react.Det
|
|
|
148
148
|
interface SidebarMenuSubButtonProps extends ComponentProps<'a'> {
|
|
149
149
|
asChild?: boolean;
|
|
150
150
|
isActive?: boolean;
|
|
151
|
-
size?: '
|
|
151
|
+
size?: 'md' | 'sm';
|
|
152
152
|
}
|
|
153
153
|
declare const SidebarMenuSubButton: react.ForwardRefExoticComponent<Omit<SidebarMenuSubButtonProps, "ref"> & react.RefAttributes<HTMLAnchorElement>>;
|
|
154
154
|
|
|
@@ -19,7 +19,7 @@ interface SidebarContext {
|
|
|
19
19
|
openMobile: boolean;
|
|
20
20
|
setOpen: (open: boolean) => void;
|
|
21
21
|
setOpenMobile: (open: boolean) => void;
|
|
22
|
-
state: '
|
|
22
|
+
state: 'collapsed' | 'expanded';
|
|
23
23
|
toggleSidebar: () => void;
|
|
24
24
|
}
|
|
25
25
|
declare const SidebarContext: react.Context<SidebarContext | null>;
|
|
@@ -31,9 +31,9 @@ interface SidebarProviderProps extends ComponentProps<'div'> {
|
|
|
31
31
|
}
|
|
32
32
|
declare const SidebarProvider: react.ForwardRefExoticComponent<Omit<SidebarProviderProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
33
33
|
interface SidebarProps extends ComponentProps<'div'> {
|
|
34
|
-
collapsible?: '
|
|
34
|
+
collapsible?: 'icon' | 'none' | 'offcanvas';
|
|
35
35
|
side?: 'left' | 'right';
|
|
36
|
-
variant?: '
|
|
36
|
+
variant?: 'floating' | 'inset' | 'sidebar';
|
|
37
37
|
}
|
|
38
38
|
declare const Sidebar: react.ForwardRefExoticComponent<Omit<SidebarProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
39
39
|
declare const SidebarTrigger: react.ForwardRefExoticComponent<Omit<ButtonProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
@@ -130,7 +130,7 @@ declare const sidebarMenuButtonVariants: tailwind_variants.TVReturnType<{
|
|
|
130
130
|
interface SidebarMenuButtonProps extends ComponentProps<'button'>, VariantProps<typeof sidebarMenuButtonVariants> {
|
|
131
131
|
asChild?: boolean;
|
|
132
132
|
isActive?: boolean;
|
|
133
|
-
tooltip?:
|
|
133
|
+
tooltip?: ComponentProps<typeof TooltipContent> | string;
|
|
134
134
|
}
|
|
135
135
|
declare const SidebarMenuButton: react.ForwardRefExoticComponent<Omit<SidebarMenuButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
136
136
|
interface SidebarMenuActionProps extends ComponentProps<'button'> {
|
|
@@ -148,7 +148,7 @@ declare const SidebarMenuSubItem: react.ForwardRefExoticComponent<Omit<react.Det
|
|
|
148
148
|
interface SidebarMenuSubButtonProps extends ComponentProps<'a'> {
|
|
149
149
|
asChild?: boolean;
|
|
150
150
|
isActive?: boolean;
|
|
151
|
-
size?: '
|
|
151
|
+
size?: 'md' | 'sm';
|
|
152
152
|
}
|
|
153
153
|
declare const SidebarMenuSubButton: react.ForwardRefExoticComponent<Omit<SidebarMenuSubButtonProps, "ref"> & react.RefAttributes<HTMLAnchorElement>>;
|
|
154
154
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x}from"../chunk-
|
|
1
|
+
"use client";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x}from"../chunk-YOEBWS3Y.js";import"../chunk-NRWGIK35.js";import"../chunk-F7UZYJAP.js";import"../chunk-P2WK6XCL.js";import"../chunk-6CNX4XKK.js";import"../chunk-R773RBMT.js";import"../chunk-WCJSGHWP.js";import"../chunk-G646ZWIZ.js";import"../chunk-JPNQ5DU7.js";import"../chunk-JOPZDTRR.js";import"../chunk-FQMSK2WZ.js";export{c as Sidebar,k as SidebarContent,i as SidebarFooter,l as SidebarGroup,n as SidebarGroupAction,o as SidebarGroupContent,m as SidebarGroupLabel,h as SidebarHeader,g as SidebarInput,f as SidebarInset,p as SidebarMenu,s as SidebarMenuAction,t as SidebarMenuBadge,r as SidebarMenuButton,q as SidebarMenuItem,u as SidebarMenuSkeleton,v as SidebarMenuSub,x as SidebarMenuSubButton,w as SidebarMenuSubItem,b as SidebarProvider,e as SidebarRail,j as SidebarSeparator,d as SidebarTrigger,a as useSidebar};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkOKZGLFAMcjs = require('../chunk-OKZGLFAM.cjs');require('../chunk-COUMKDCJ.cjs');require('../chunk-HL4TF2W7.cjs');require('../chunk-NX2PYE7U.cjs');exports.TextInput = _chunkOKZGLFAMcjs.a;
|
|
@@ -6,7 +6,7 @@ import 'tailwind-variants';
|
|
|
6
6
|
import 'tailwind-variants/dist/config.js';
|
|
7
7
|
|
|
8
8
|
interface TextInputProps extends InputVariantsProps, ComponentProps<typeof InputPrimitive.Root>, Omit<ComponentPropsWithoutRef<typeof InputPrimitive.Item>, 'prefix' | 'type'> {
|
|
9
|
-
type?: '
|
|
9
|
+
type?: 'date' | 'datetime-local' | 'email' | 'file' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week';
|
|
10
10
|
}
|
|
11
11
|
declare const TextInput: react.ForwardRefExoticComponent<TextInputProps & react.RefAttributes<HTMLInputElement>>;
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ import 'tailwind-variants';
|
|
|
6
6
|
import 'tailwind-variants/dist/config.js';
|
|
7
7
|
|
|
8
8
|
interface TextInputProps extends InputVariantsProps, ComponentProps<typeof InputPrimitive.Root>, Omit<ComponentPropsWithoutRef<typeof InputPrimitive.Item>, 'prefix' | 'type'> {
|
|
9
|
-
type?: '
|
|
9
|
+
type?: 'date' | 'datetime-local' | 'email' | 'file' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week';
|
|
10
10
|
}
|
|
11
11
|
declare const TextInput: react.ForwardRefExoticComponent<TextInputProps & react.RefAttributes<HTMLInputElement>>;
|
|
12
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-F7UZYJAP.js";import"../chunk-WCJSGHWP.js";import"../chunk-JPNQ5DU7.js";import"../chunk-FQMSK2WZ.js";export{a as TextInput};
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkRKOSMAEXcjs = require('./chunk-RKOSMAEX.cjs');var _chunkNKFW4I2Icjs = require('./chunk-NKFW4I2I.cjs');var _chunkMV3OHHLPcjs = require('./chunk-MV3OHHLP.cjs');var _chunk3LTKAEJDcjs = require('./chunk-3LTKAEJD.cjs');var _chunkV3H3AZDDcjs = require('./chunk-V3H3AZDD.cjs');var _chunk5RLRDANPcjs = require('./chunk-5RLRDANP.cjs');var _chunkMTLBEXCCcjs = require('./chunk-MTLBEXCC.cjs');var _chunk5H3QZ3FRcjs = require('./chunk-5H3QZ3FR.cjs');var _chunkQWDM7XSNcjs = require('./chunk-QWDM7XSN.cjs');var _chunkXKINB7CYcjs = require('./chunk-XKINB7CY.cjs');var _chunkJNWHP47Xcjs = require('./chunk-JNWHP47X.cjs');var _chunkHOGERATYcjs = require('./chunk-HOGERATY.cjs');var _chunkBEUBJNYBcjs = require('./chunk-BEUBJNYB.cjs');var _chunkPNUGMOQPcjs = require('./chunk-PNUGMOQP.cjs');var _chunkY5SWDQW2cjs = require('./chunk-Y5SWDQW2.cjs');var _chunkE7OXGQQAcjs = require('./chunk-E7OXGQQA.cjs');var _chunk7XIOFWIQcjs = require('./chunk-7XIOFWIQ.cjs');var _chunkDY5LLRUMcjs = require('./chunk-DY5LLRUM.cjs');var _chunkJOQHITKFcjs = require('./chunk-JOQHITKF.cjs');var _chunkFYW73RA6cjs = require('./chunk-FYW73RA6.cjs');var _chunkN4HWEOMGcjs = require('./chunk-N4HWEOMG.cjs');var _chunk6J3UKPURcjs = require('./chunk-6J3UKPUR.cjs');var _chunkN4TDAI2Icjs = require('./chunk-N4TDAI2I.cjs');var _chunkPQYONDGUcjs = require('./chunk-PQYONDGU.cjs');var _chunk7AP4N6C2cjs = require('./chunk-7AP4N6C2.cjs');var _chunk6OX5C4QBcjs = require('./chunk-6OX5C4QB.cjs');var _chunkIJ4MZK3Bcjs = require('./chunk-IJ4MZK3B.cjs');var _chunk7OYOKSDAcjs = require('./chunk-7OYOKSDA.cjs');var _chunkUZ6WGVQ6cjs = require('./chunk-UZ6WGVQ6.cjs');var _chunkT5IORNCKcjs = require('./chunk-T5IORNCK.cjs');var _chunkTQRH2OOHcjs = require('./chunk-TQRH2OOH.cjs');var _chunkA5NCK6GFcjs = require('./chunk-A5NCK6GF.cjs');var _chunkMQR4QXRUcjs = require('./chunk-MQR4QXRU.cjs');var _chunkBU2CE3VMcjs = require('./chunk-BU2CE3VM.cjs');var _chunkJVSXA3ODcjs = require('./chunk-JVSXA3OD.cjs');var _chunkCOUMKDCJcjs = require('./chunk-COUMKDCJ.cjs');var _chunkEO6HTQ32cjs = require('./chunk-EO6HTQ32.cjs');var _chunkELXSQAETcjs = require('./chunk-ELXSQAET.cjs');var _chunkDQLVDC7Scjs = require('./chunk-DQLVDC7S.cjs');var _chunk3LWDEELScjs = require('./chunk-3LWDEELS.cjs');var _chunkWHJ6SEAMcjs = require('./chunk-WHJ6SEAM.cjs');var _chunkAGEM6737cjs = require('./chunk-AGEM6737.cjs');var _chunkV53QTNPOcjs = require('./chunk-V53QTNPO.cjs');var _chunk5STR423Ocjs = require('./chunk-5STR423O.cjs');var _chunkTPRKQDJ2cjs = require('./chunk-TPRKQDJ2.cjs');var _chunkO5AGASQ6cjs = require('./chunk-O5AGASQ6.cjs');var _chunk2ZPYZFGKcjs = require('./chunk-2ZPYZFGK.cjs');var _chunkGBYV4QPMcjs = require('./chunk-GBYV4QPM.cjs');var _chunk4Y7C6VDAcjs = require('./chunk-4Y7C6VDA.cjs');var _chunkXOLUJNAXcjs = require('./chunk-XOLUJNAX.cjs');var _chunkX2H7CNGMcjs = require('./chunk-X2H7CNGM.cjs');var _chunkVWFTLDPWcjs = require('./chunk-VWFTLDPW.cjs');var _chunkWLGGNPOVcjs = require('./chunk-WLGGNPOV.cjs');var _chunkOOZCTLCRcjs = require('./chunk-OOZCTLCR.cjs');var _chunkID2LGO2Wcjs = require('./chunk-ID2LGO2W.cjs');var _chunkRHKWGW35cjs = require('./chunk-RHKWGW35.cjs');var _chunkKBSBBHIEcjs = require('./chunk-KBSBBHIE.cjs');var _chunkAFGXVIYScjs = require('./chunk-AFGXVIYS.cjs');var _chunkBPXWQUXScjs = require('./chunk-BPXWQUXS.cjs');var _chunkHL4TF2W7cjs = require('./chunk-HL4TF2W7.cjs');var _chunkF47KYAQXcjs = require('./chunk-F47KYAQX.cjs');var _chunkBOBVWINGcjs = require('./chunk-BOBVWING.cjs');var _chunkAPJHXZQHcjs = require('./chunk-APJHXZQH.cjs');var _chunkWB4G4MUScjs = require('./chunk-WB4G4MUS.cjs');var _chunk4DC2RZCBcjs = require('./chunk-4DC2RZCB.cjs');var _chunk5KJPJ6EXcjs = require('./chunk-5KJPJ6EX.cjs');var _chunkZ7VMKIVRcjs = require('./chunk-Z7VMKIVR.cjs');var _chunkVW52VVUUcjs = require('./chunk-VW52VVUU.cjs');var _chunkNX2PYE7Ucjs = require('./chunk-NX2PYE7U.cjs');var _chunkMKLZIMZJcjs = require('./chunk-MKLZIMZJ.cjs');var _chunkTWBZ62SKcjs = require('./chunk-TWBZ62SK.cjs');exports.Accordion = _chunkAPJHXZQHcjs.a; exports.AccordionContent = _chunkAPJHXZQHcjs.e; exports.AccordionIcon = _chunkAPJHXZQHcjs.c; exports.AccordionItem = _chunkAPJHXZQHcjs.b; exports.AccordionTrigger = _chunkAPJHXZQHcjs.d; exports.Alert = _chunk5KJPJ6EXcjs.a; exports.AlertDescription = _chunk5KJPJ6EXcjs.c; exports.AlertDialog = _chunkWB4G4MUScjs.a; exports.AlertDialogAction = _chunkWB4G4MUScjs.i; exports.AlertDialogBody = _chunkWB4G4MUScjs.e; exports.AlertDialogCancel = _chunkWB4G4MUScjs.j; exports.AlertDialogContent = _chunkWB4G4MUScjs.c; exports.AlertDialogDescription = _chunkWB4G4MUScjs.h; exports.AlertDialogFooter = _chunkWB4G4MUScjs.f; exports.AlertDialogHeader = _chunkWB4G4MUScjs.d; exports.AlertDialogTitle = _chunkWB4G4MUScjs.g; exports.AlertDialogTrigger = _chunkWB4G4MUScjs.b; exports.AlertTitle = _chunk5KJPJ6EXcjs.b; exports.AspectRatio = _chunkZ7VMKIVRcjs.a; exports.Avatar = _chunkVW52VVUUcjs.a; exports.AvatarFallback = _chunkVW52VVUUcjs.c; exports.AvatarImage = _chunkVW52VVUUcjs.b; exports.Badge = _chunkMKLZIMZJcjs.a; exports.Blockquote = _chunkTWBZ62SKcjs.a; exports.Box = _chunkOOZCTLCRcjs.a; exports.Breadcrumb = _chunkID2LGO2Wcjs.a; exports.BreadcrumbEllipsis = _chunkID2LGO2Wcjs.g; exports.BreadcrumbItem = _chunkID2LGO2Wcjs.c; exports.BreadcrumbLink = _chunkID2LGO2Wcjs.d; exports.BreadcrumbList = _chunkID2LGO2Wcjs.b; exports.BreadcrumbPage = _chunkID2LGO2Wcjs.e; exports.BreadcrumbSeparator = _chunkID2LGO2Wcjs.f; exports.Button = _chunkBPXWQUXScjs.a; exports.Calendar = _chunkRHKWGW35cjs.a; exports.CalendarLabel = _chunkRHKWGW35cjs.c; exports.CalendarRangeLabel = _chunkRHKWGW35cjs.b; exports.Card = _chunkKBSBBHIEcjs.a; exports.CardContent = _chunkKBSBBHIEcjs.e; exports.CardDescription = _chunkKBSBBHIEcjs.d; exports.CardFooter = _chunkKBSBBHIEcjs.f; exports.CardHeader = _chunkKBSBBHIEcjs.b; exports.CardTitle = _chunkKBSBBHIEcjs.c; exports.Carousel = _chunkAFGXVIYScjs.b; exports.CarouselContent = _chunkAFGXVIYScjs.c; exports.CarouselItem = _chunkAFGXVIYScjs.d; exports.CarouselNext = _chunkAFGXVIYScjs.f; exports.CarouselPrevious = _chunkAFGXVIYScjs.e; exports.ChartContainer = _chunkF47KYAQXcjs.a; exports.ChartLegend = _chunkF47KYAQXcjs.e; exports.ChartLegendContent = _chunkF47KYAQXcjs.f; exports.ChartStyle = _chunkF47KYAQXcjs.b; exports.ChartTooltip = _chunkF47KYAQXcjs.c; exports.ChartTooltipContent = _chunkF47KYAQXcjs.d; exports.Checkbox = _chunk5STR423Ocjs.a; exports.CheckboxCards = _chunkBOBVWINGcjs.a; exports.CheckboxCardsItem = _chunkBOBVWINGcjs.b; exports.CheckboxGroup = _chunkV53QTNPOcjs.a; exports.CheckboxGroupItem = _chunkV53QTNPOcjs.b; exports.Code = _chunkTPRKQDJ2cjs.a; exports.Collapsible = _chunkO5AGASQ6cjs.a; exports.CollapsibleContent = _chunkO5AGASQ6cjs.c; exports.CollapsibleTrigger = _chunkO5AGASQ6cjs.b; exports.Command = _chunk2ZPYZFGKcjs.a; exports.CommandDialog = _chunk2ZPYZFGKcjs.b; exports.CommandEmpty = _chunk2ZPYZFGKcjs.e; exports.CommandGroup = _chunk2ZPYZFGKcjs.f; exports.CommandInput = _chunk2ZPYZFGKcjs.c; exports.CommandItem = _chunk2ZPYZFGKcjs.h; exports.CommandList = _chunk2ZPYZFGKcjs.d; exports.CommandLoading = _chunk2ZPYZFGKcjs.i; exports.CommandSeparator = _chunk2ZPYZFGKcjs.g; exports.CommandShortcut = _chunk2ZPYZFGKcjs.j; exports.Container = _chunk4Y7C6VDAcjs.a; exports.ContextMenu = _chunkXOLUJNAXcjs.a; exports.ContextMenuArrow = _chunkXOLUJNAXcjs.o; exports.ContextMenuCheckboxItem = _chunkXOLUJNAXcjs.j; exports.ContextMenuContent = _chunkXOLUJNAXcjs.h; exports.ContextMenuGroup = _chunkXOLUJNAXcjs.c; exports.ContextMenuItem = _chunkXOLUJNAXcjs.i; exports.ContextMenuLabel = _chunkXOLUJNAXcjs.l; exports.ContextMenuRadioGroup = _chunkXOLUJNAXcjs.e; exports.ContextMenuRadioItem = _chunkXOLUJNAXcjs.k; exports.ContextMenuSeparator = _chunkXOLUJNAXcjs.m; exports.ContextMenuShortcut = _chunkXOLUJNAXcjs.n; exports.ContextMenuSub = _chunkXOLUJNAXcjs.d; exports.ContextMenuSubContent = _chunkXOLUJNAXcjs.g; exports.ContextMenuSubTrigger = _chunkXOLUJNAXcjs.f; exports.ContextMenuTrigger = _chunkXOLUJNAXcjs.b; exports.DataTableColumnHeader = _chunkX2H7CNGMcjs.c; exports.DataTablePagination = _chunkX2H7CNGMcjs.b; exports.DataTableViewOptions = _chunkX2H7CNGMcjs.a; exports.Dialog = _chunkGBYV4QPMcjs.a; exports.DialogBody = _chunkGBYV4QPMcjs.e; exports.DialogClose = _chunkGBYV4QPMcjs.i; exports.DialogContent = _chunkGBYV4QPMcjs.c; exports.DialogDescription = _chunkGBYV4QPMcjs.h; exports.DialogFooter = _chunkGBYV4QPMcjs.f; exports.DialogHeader = _chunkGBYV4QPMcjs.d; exports.DialogTitle = _chunkGBYV4QPMcjs.g; exports.DialogTrigger = _chunkGBYV4QPMcjs.b; exports.Drawer = _chunkEO6HTQ32cjs.a; exports.DrawerBody = _chunkEO6HTQ32cjs.e; exports.DrawerClose = _chunkEO6HTQ32cjs.i; exports.DrawerContent = _chunkEO6HTQ32cjs.c; exports.DrawerDescription = _chunkEO6HTQ32cjs.h; exports.DrawerFooter = _chunkEO6HTQ32cjs.f; exports.DrawerHeader = _chunkEO6HTQ32cjs.d; exports.DrawerTitle = _chunkEO6HTQ32cjs.g; exports.DrawerTrigger = _chunkEO6HTQ32cjs.b; exports.DropdownMenu = _chunkWLGGNPOVcjs.a; exports.DropdownMenuArrow = _chunkWLGGNPOVcjs.o; exports.DropdownMenuCheckboxItem = _chunkWLGGNPOVcjs.j; exports.DropdownMenuContent = _chunkWLGGNPOVcjs.h; exports.DropdownMenuGroup = _chunkWLGGNPOVcjs.c; exports.DropdownMenuItem = _chunkWLGGNPOVcjs.i; exports.DropdownMenuLabel = _chunkWLGGNPOVcjs.l; exports.DropdownMenuRadioGroup = _chunkWLGGNPOVcjs.e; exports.DropdownMenuRadioItem = _chunkWLGGNPOVcjs.k; exports.DropdownMenuSeparator = _chunkWLGGNPOVcjs.m; exports.DropdownMenuShortcut = _chunkWLGGNPOVcjs.n; exports.DropdownMenuSub = _chunkWLGGNPOVcjs.d; exports.DropdownMenuSubContent = _chunkWLGGNPOVcjs.g; exports.DropdownMenuSubTrigger = _chunkWLGGNPOVcjs.f; exports.DropdownMenuTrigger = _chunkWLGGNPOVcjs.b; exports.Em = _chunkELXSQAETcjs.a; exports.Form = _chunkDQLVDC7Scjs.a; exports.FormControl = _chunkDQLVDC7Scjs.f; exports.FormDescription = _chunkDQLVDC7Scjs.g; exports.FormField = _chunkDQLVDC7Scjs.c; exports.FormItem = _chunkDQLVDC7Scjs.d; exports.FormLabel = _chunkDQLVDC7Scjs.e; exports.FormMessage = _chunkDQLVDC7Scjs.h; exports.Heading = _chunkWHJ6SEAMcjs.a; exports.HoverCard = _chunkAGEM6737cjs.a; exports.HoverCardArrow = _chunkAGEM6737cjs.d; exports.HoverCardContent = _chunkAGEM6737cjs.c; exports.HoverCardTrigger = _chunkAGEM6737cjs.b; exports.InputOTP = _chunkUZ6WGVQ6cjs.a; exports.InputOTPGroup = _chunkUZ6WGVQ6cjs.b; exports.InputOTPSeparator = _chunkUZ6WGVQ6cjs.d; exports.InputOTPSlot = _chunkUZ6WGVQ6cjs.c; exports.Kbd = _chunkT5IORNCKcjs.a; exports.Label = _chunk3LWDEELScjs.a; exports.Menubar = _chunkTQRH2OOHcjs.e; exports.MenubarArrow = _chunkTQRH2OOHcjs.p; exports.MenubarCheckboxItem = _chunkTQRH2OOHcjs.k; exports.MenubarContent = _chunkTQRH2OOHcjs.i; exports.MenubarGroup = _chunkTQRH2OOHcjs.b; exports.MenubarItem = _chunkTQRH2OOHcjs.j; exports.MenubarLabel = _chunkTQRH2OOHcjs.m; exports.MenubarMenu = _chunkTQRH2OOHcjs.a; exports.MenubarRadioGroup = _chunkTQRH2OOHcjs.d; exports.MenubarRadioItem = _chunkTQRH2OOHcjs.l; exports.MenubarSeparator = _chunkTQRH2OOHcjs.n; exports.MenubarShortcut = _chunkTQRH2OOHcjs.o; exports.MenubarSub = _chunkTQRH2OOHcjs.c; exports.MenubarSubContent = _chunkTQRH2OOHcjs.h; exports.MenubarSubTrigger = _chunkTQRH2OOHcjs.g; exports.MenubarTrigger = _chunkTQRH2OOHcjs.f; exports.NavigationMenu = _chunkA5NCK6GFcjs.a; exports.NavigationMenuContent = _chunkA5NCK6GFcjs.e; exports.NavigationMenuItem = _chunkA5NCK6GFcjs.c; exports.NavigationMenuLink = _chunkA5NCK6GFcjs.f; exports.NavigationMenuList = _chunkA5NCK6GFcjs.b; exports.NavigationMenuTrigger = _chunkA5NCK6GFcjs.d; exports.NumberInput = _chunkMQR4QXRUcjs.a; exports.Pagination = _chunkBU2CE3VMcjs.a; exports.PaginationContent = _chunkBU2CE3VMcjs.b; exports.PaginationEllipsis = _chunkBU2CE3VMcjs.g; exports.PaginationItem = _chunkBU2CE3VMcjs.c; exports.PaginationLink = _chunkBU2CE3VMcjs.d; exports.PaginationNext = _chunkBU2CE3VMcjs.f; exports.PaginationPrevious = _chunkBU2CE3VMcjs.e; exports.PasswordInput = _chunkJVSXA3ODcjs.a; exports.Popover = _chunkN4HWEOMGcjs.a; exports.PopoverAnchor = _chunkN4HWEOMGcjs.c; exports.PopoverArrow = _chunkN4HWEOMGcjs.e; exports.PopoverContent = _chunkN4HWEOMGcjs.d; exports.PopoverTrigger = _chunkN4HWEOMGcjs.b; exports.Pre = _chunk6J3UKPURcjs.a; exports.Progress = _chunkN4TDAI2Icjs.a; exports.Quote = _chunkPQYONDGUcjs.a; exports.REGEXP_ONLY_CHARS = _chunkUZ6WGVQ6cjs.e; exports.REGEXP_ONLY_DIGITS = _chunkUZ6WGVQ6cjs.f; exports.REGEXP_ONLY_DIGITS_AND_CHARS = _chunkUZ6WGVQ6cjs.g; exports.Radio = _chunkIJ4MZK3Bcjs.a; exports.RadioCards = _chunk7AP4N6C2cjs.a; exports.RadioCardsItem = _chunk7AP4N6C2cjs.b; exports.RadioGroup = _chunk6OX5C4QBcjs.a; exports.RadioGroupItem = _chunk6OX5C4QBcjs.b; exports.ResizableHandle = _chunk7OYOKSDAcjs.c; exports.ResizablePanel = _chunk7OYOKSDAcjs.b; exports.ResizablePanelGroup = _chunk7OYOKSDAcjs.a; exports.ScrollArea = _chunkHOGERATYcjs.a; exports.ScrollAreaScrollbar = _chunkHOGERATYcjs.b; exports.SearchInput = _chunkBEUBJNYBcjs.a; exports.Section = _chunkPNUGMOQPcjs.a; exports.Select = _chunkVWFTLDPWcjs.a; exports.SelectContent = _chunkVWFTLDPWcjs.g; exports.SelectGroup = _chunkVWFTLDPWcjs.b; exports.SelectItem = _chunkVWFTLDPWcjs.i; exports.SelectLabel = _chunkVWFTLDPWcjs.h; exports.SelectScrollDownButton = _chunkVWFTLDPWcjs.f; exports.SelectScrollUpButton = _chunkVWFTLDPWcjs.e; exports.SelectSeparator = _chunkVWFTLDPWcjs.j; exports.SelectTrigger = _chunkVWFTLDPWcjs.d; exports.SelectValue = _chunkVWFTLDPWcjs.c; exports.Separator = _chunkDY5LLRUMcjs.a; exports.SeparatorItem = _chunkDY5LLRUMcjs.b; exports.Sheet = _chunkJOQHITKFcjs.a; exports.SheetBody = _chunkJOQHITKFcjs.e; exports.SheetClose = _chunkJOQHITKFcjs.i; exports.SheetContent = _chunkJOQHITKFcjs.c; exports.SheetDescription = _chunkJOQHITKFcjs.h; exports.SheetFooter = _chunkJOQHITKFcjs.f; exports.SheetHeader = _chunkJOQHITKFcjs.d; exports.SheetTitle = _chunkJOQHITKFcjs.g; exports.SheetTrigger = _chunkJOQHITKFcjs.b; exports.Sidebar = _chunkY5SWDQW2cjs.c; exports.SidebarContent = _chunkY5SWDQW2cjs.k; exports.SidebarFooter = _chunkY5SWDQW2cjs.i; exports.SidebarGroup = _chunkY5SWDQW2cjs.l; exports.SidebarGroupAction = _chunkY5SWDQW2cjs.n; exports.SidebarGroupContent = _chunkY5SWDQW2cjs.o; exports.SidebarGroupLabel = _chunkY5SWDQW2cjs.m; exports.SidebarHeader = _chunkY5SWDQW2cjs.h; exports.SidebarInput = _chunkY5SWDQW2cjs.g; exports.SidebarInset = _chunkY5SWDQW2cjs.f; exports.SidebarMenu = _chunkY5SWDQW2cjs.p; exports.SidebarMenuAction = _chunkY5SWDQW2cjs.s; exports.SidebarMenuBadge = _chunkY5SWDQW2cjs.t; exports.SidebarMenuButton = _chunkY5SWDQW2cjs.r; exports.SidebarMenuItem = _chunkY5SWDQW2cjs.q; exports.SidebarMenuSkeleton = _chunkY5SWDQW2cjs.u; exports.SidebarMenuSub = _chunkY5SWDQW2cjs.v; exports.SidebarMenuSubButton = _chunkY5SWDQW2cjs.x; exports.SidebarMenuSubItem = _chunkY5SWDQW2cjs.w; exports.SidebarProvider = _chunkY5SWDQW2cjs.b; exports.SidebarRail = _chunkY5SWDQW2cjs.e; exports.SidebarSeparator = _chunkY5SWDQW2cjs.j; exports.SidebarTrigger = _chunkY5SWDQW2cjs.d; exports.Skeleton = _chunkFYW73RA6cjs.a; exports.Slider = _chunk5RLRDANPcjs.a; exports.Spinner = _chunkHL4TF2W7cjs.a; exports.Strong = _chunk5H3QZ3FRcjs.a; exports.Switch = _chunkQWDM7XSNcjs.a; exports.Table = _chunkXKINB7CYcjs.a; exports.TableBody = _chunkXKINB7CYcjs.c; exports.TableCaption = _chunkXKINB7CYcjs.h; exports.TableCell = _chunkXKINB7CYcjs.g; exports.TableFooter = _chunkXKINB7CYcjs.d; exports.TableHead = _chunkXKINB7CYcjs.f; exports.TableHeader = _chunkXKINB7CYcjs.b; exports.TableRow = _chunkXKINB7CYcjs.e; exports.Tabs = _chunkJNWHP47Xcjs.a; exports.TabsContent = _chunkJNWHP47Xcjs.d; exports.TabsList = _chunkJNWHP47Xcjs.b; exports.TabsTrigger = _chunkJNWHP47Xcjs.c; exports.Text = _chunkRKOSMAEXcjs.a; exports.TextInput = _chunk7XIOFWIQcjs.a; exports.Textarea = _chunkNKFW4I2Icjs.a; exports.Toaster = _chunkMTLBEXCCcjs.a; exports.Toggle = _chunk3LTKAEJDcjs.a; exports.ToggleGroup = _chunkMV3OHHLPcjs.a; exports.ToggleGroupItem = _chunkMV3OHHLPcjs.b; exports.Tooltip = _chunkE7OXGQQAcjs.b; exports.TooltipArrow = _chunkE7OXGQQAcjs.e; exports.TooltipContent = _chunkE7OXGQQAcjs.d; exports.TooltipProvider = _chunkE7OXGQQAcjs.a; exports.TooltipTrigger = _chunkE7OXGQQAcjs.c; exports.buttonVariants = _chunk4DC2RZCBcjs.a; exports.cn = _chunkNX2PYE7Ucjs.a; exports.createCarouselScope = _chunkAFGXVIYScjs.a; exports.createFormFieldScope = _chunkDQLVDC7Scjs.b; exports.inputVariants = _chunkCOUMKDCJcjs.a; exports.toast = _chunkMTLBEXCCcjs.b; exports.toggleVariants = _chunkV3H3AZDDcjs.a; exports.useSidebar = _chunkY5SWDQW2cjs.a;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkRKOSMAEXcjs = require('./chunk-RKOSMAEX.cjs');var _chunkNKFW4I2Icjs = require('./chunk-NKFW4I2I.cjs');var _chunkMV3OHHLPcjs = require('./chunk-MV3OHHLP.cjs');var _chunk3LTKAEJDcjs = require('./chunk-3LTKAEJD.cjs');var _chunkV3H3AZDDcjs = require('./chunk-V3H3AZDD.cjs');var _chunk5RLRDANPcjs = require('./chunk-5RLRDANP.cjs');var _chunkMTLBEXCCcjs = require('./chunk-MTLBEXCC.cjs');var _chunk5H3QZ3FRcjs = require('./chunk-5H3QZ3FR.cjs');var _chunkQWDM7XSNcjs = require('./chunk-QWDM7XSN.cjs');var _chunkXKINB7CYcjs = require('./chunk-XKINB7CY.cjs');var _chunkJNWHP47Xcjs = require('./chunk-JNWHP47X.cjs');var _chunkHOGERATYcjs = require('./chunk-HOGERATY.cjs');var _chunkR66D4CTWcjs = require('./chunk-R66D4CTW.cjs');var _chunkPNUGMOQPcjs = require('./chunk-PNUGMOQP.cjs');var _chunk2ZJNL3B5cjs = require('./chunk-2ZJNL3B5.cjs');var _chunkE7OXGQQAcjs = require('./chunk-E7OXGQQA.cjs');var _chunkOKZGLFAMcjs = require('./chunk-OKZGLFAM.cjs');var _chunkDY5LLRUMcjs = require('./chunk-DY5LLRUM.cjs');var _chunkJOQHITKFcjs = require('./chunk-JOQHITKF.cjs');var _chunkFYW73RA6cjs = require('./chunk-FYW73RA6.cjs');var _chunkN4HWEOMGcjs = require('./chunk-N4HWEOMG.cjs');var _chunk6J3UKPURcjs = require('./chunk-6J3UKPUR.cjs');var _chunkN4TDAI2Icjs = require('./chunk-N4TDAI2I.cjs');var _chunkPQYONDGUcjs = require('./chunk-PQYONDGU.cjs');var _chunk7AP4N6C2cjs = require('./chunk-7AP4N6C2.cjs');var _chunk6OX5C4QBcjs = require('./chunk-6OX5C4QB.cjs');var _chunkIJ4MZK3Bcjs = require('./chunk-IJ4MZK3B.cjs');var _chunk7OYOKSDAcjs = require('./chunk-7OYOKSDA.cjs');var _chunkUZ6WGVQ6cjs = require('./chunk-UZ6WGVQ6.cjs');var _chunkT5IORNCKcjs = require('./chunk-T5IORNCK.cjs');var _chunkTQRH2OOHcjs = require('./chunk-TQRH2OOH.cjs');var _chunkA5NCK6GFcjs = require('./chunk-A5NCK6GF.cjs');var _chunkUD4NXAKTcjs = require('./chunk-UD4NXAKT.cjs');var _chunkBU2CE3VMcjs = require('./chunk-BU2CE3VM.cjs');var _chunk6JBHWON2cjs = require('./chunk-6JBHWON2.cjs');var _chunkCOUMKDCJcjs = require('./chunk-COUMKDCJ.cjs');var _chunkEO6HTQ32cjs = require('./chunk-EO6HTQ32.cjs');var _chunkELXSQAETcjs = require('./chunk-ELXSQAET.cjs');var _chunkDQLVDC7Scjs = require('./chunk-DQLVDC7S.cjs');var _chunk3LWDEELScjs = require('./chunk-3LWDEELS.cjs');var _chunkWHJ6SEAMcjs = require('./chunk-WHJ6SEAM.cjs');var _chunkAGEM6737cjs = require('./chunk-AGEM6737.cjs');var _chunkV53QTNPOcjs = require('./chunk-V53QTNPO.cjs');var _chunk5STR423Ocjs = require('./chunk-5STR423O.cjs');var _chunkTPRKQDJ2cjs = require('./chunk-TPRKQDJ2.cjs');var _chunkO5AGASQ6cjs = require('./chunk-O5AGASQ6.cjs');var _chunk2ZPYZFGKcjs = require('./chunk-2ZPYZFGK.cjs');var _chunkGBYV4QPMcjs = require('./chunk-GBYV4QPM.cjs');var _chunk4Y7C6VDAcjs = require('./chunk-4Y7C6VDA.cjs');var _chunkXOLUJNAXcjs = require('./chunk-XOLUJNAX.cjs');var _chunkX2H7CNGMcjs = require('./chunk-X2H7CNGM.cjs');var _chunkVWFTLDPWcjs = require('./chunk-VWFTLDPW.cjs');var _chunkWLGGNPOVcjs = require('./chunk-WLGGNPOV.cjs');var _chunkOOZCTLCRcjs = require('./chunk-OOZCTLCR.cjs');var _chunkID2LGO2Wcjs = require('./chunk-ID2LGO2W.cjs');var _chunkRHKWGW35cjs = require('./chunk-RHKWGW35.cjs');var _chunkKBSBBHIEcjs = require('./chunk-KBSBBHIE.cjs');var _chunkAFGXVIYScjs = require('./chunk-AFGXVIYS.cjs');var _chunkBPXWQUXScjs = require('./chunk-BPXWQUXS.cjs');var _chunkHL4TF2W7cjs = require('./chunk-HL4TF2W7.cjs');var _chunkF47KYAQXcjs = require('./chunk-F47KYAQX.cjs');var _chunkBOBVWINGcjs = require('./chunk-BOBVWING.cjs');var _chunkAPJHXZQHcjs = require('./chunk-APJHXZQH.cjs');var _chunkWB4G4MUScjs = require('./chunk-WB4G4MUS.cjs');var _chunk4DC2RZCBcjs = require('./chunk-4DC2RZCB.cjs');var _chunk5KJPJ6EXcjs = require('./chunk-5KJPJ6EX.cjs');var _chunkZ7VMKIVRcjs = require('./chunk-Z7VMKIVR.cjs');var _chunkVW52VVUUcjs = require('./chunk-VW52VVUU.cjs');var _chunkNX2PYE7Ucjs = require('./chunk-NX2PYE7U.cjs');var _chunkMKLZIMZJcjs = require('./chunk-MKLZIMZJ.cjs');var _chunkTWBZ62SKcjs = require('./chunk-TWBZ62SK.cjs');exports.Accordion = _chunkAPJHXZQHcjs.a; exports.AccordionContent = _chunkAPJHXZQHcjs.e; exports.AccordionIcon = _chunkAPJHXZQHcjs.c; exports.AccordionItem = _chunkAPJHXZQHcjs.b; exports.AccordionTrigger = _chunkAPJHXZQHcjs.d; exports.Alert = _chunk5KJPJ6EXcjs.a; exports.AlertDescription = _chunk5KJPJ6EXcjs.c; exports.AlertDialog = _chunkWB4G4MUScjs.a; exports.AlertDialogAction = _chunkWB4G4MUScjs.i; exports.AlertDialogBody = _chunkWB4G4MUScjs.e; exports.AlertDialogCancel = _chunkWB4G4MUScjs.j; exports.AlertDialogContent = _chunkWB4G4MUScjs.c; exports.AlertDialogDescription = _chunkWB4G4MUScjs.h; exports.AlertDialogFooter = _chunkWB4G4MUScjs.f; exports.AlertDialogHeader = _chunkWB4G4MUScjs.d; exports.AlertDialogTitle = _chunkWB4G4MUScjs.g; exports.AlertDialogTrigger = _chunkWB4G4MUScjs.b; exports.AlertTitle = _chunk5KJPJ6EXcjs.b; exports.AspectRatio = _chunkZ7VMKIVRcjs.a; exports.Avatar = _chunkVW52VVUUcjs.a; exports.AvatarFallback = _chunkVW52VVUUcjs.c; exports.AvatarImage = _chunkVW52VVUUcjs.b; exports.Badge = _chunkMKLZIMZJcjs.a; exports.Blockquote = _chunkTWBZ62SKcjs.a; exports.Box = _chunkOOZCTLCRcjs.a; exports.Breadcrumb = _chunkID2LGO2Wcjs.a; exports.BreadcrumbEllipsis = _chunkID2LGO2Wcjs.g; exports.BreadcrumbItem = _chunkID2LGO2Wcjs.c; exports.BreadcrumbLink = _chunkID2LGO2Wcjs.d; exports.BreadcrumbList = _chunkID2LGO2Wcjs.b; exports.BreadcrumbPage = _chunkID2LGO2Wcjs.e; exports.BreadcrumbSeparator = _chunkID2LGO2Wcjs.f; exports.Button = _chunkBPXWQUXScjs.a; exports.Calendar = _chunkRHKWGW35cjs.a; exports.CalendarLabel = _chunkRHKWGW35cjs.c; exports.CalendarRangeLabel = _chunkRHKWGW35cjs.b; exports.Card = _chunkKBSBBHIEcjs.a; exports.CardContent = _chunkKBSBBHIEcjs.e; exports.CardDescription = _chunkKBSBBHIEcjs.d; exports.CardFooter = _chunkKBSBBHIEcjs.f; exports.CardHeader = _chunkKBSBBHIEcjs.b; exports.CardTitle = _chunkKBSBBHIEcjs.c; exports.Carousel = _chunkAFGXVIYScjs.b; exports.CarouselContent = _chunkAFGXVIYScjs.c; exports.CarouselItem = _chunkAFGXVIYScjs.d; exports.CarouselNext = _chunkAFGXVIYScjs.f; exports.CarouselPrevious = _chunkAFGXVIYScjs.e; exports.ChartContainer = _chunkF47KYAQXcjs.a; exports.ChartLegend = _chunkF47KYAQXcjs.e; exports.ChartLegendContent = _chunkF47KYAQXcjs.f; exports.ChartStyle = _chunkF47KYAQXcjs.b; exports.ChartTooltip = _chunkF47KYAQXcjs.c; exports.ChartTooltipContent = _chunkF47KYAQXcjs.d; exports.Checkbox = _chunk5STR423Ocjs.a; exports.CheckboxCards = _chunkBOBVWINGcjs.a; exports.CheckboxCardsItem = _chunkBOBVWINGcjs.b; exports.CheckboxGroup = _chunkV53QTNPOcjs.a; exports.CheckboxGroupItem = _chunkV53QTNPOcjs.b; exports.Code = _chunkTPRKQDJ2cjs.a; exports.Collapsible = _chunkO5AGASQ6cjs.a; exports.CollapsibleContent = _chunkO5AGASQ6cjs.c; exports.CollapsibleTrigger = _chunkO5AGASQ6cjs.b; exports.Command = _chunk2ZPYZFGKcjs.a; exports.CommandDialog = _chunk2ZPYZFGKcjs.b; exports.CommandEmpty = _chunk2ZPYZFGKcjs.e; exports.CommandGroup = _chunk2ZPYZFGKcjs.f; exports.CommandInput = _chunk2ZPYZFGKcjs.c; exports.CommandItem = _chunk2ZPYZFGKcjs.h; exports.CommandList = _chunk2ZPYZFGKcjs.d; exports.CommandLoading = _chunk2ZPYZFGKcjs.i; exports.CommandSeparator = _chunk2ZPYZFGKcjs.g; exports.CommandShortcut = _chunk2ZPYZFGKcjs.j; exports.Container = _chunk4Y7C6VDAcjs.a; exports.ContextMenu = _chunkXOLUJNAXcjs.a; exports.ContextMenuArrow = _chunkXOLUJNAXcjs.o; exports.ContextMenuCheckboxItem = _chunkXOLUJNAXcjs.j; exports.ContextMenuContent = _chunkXOLUJNAXcjs.h; exports.ContextMenuGroup = _chunkXOLUJNAXcjs.c; exports.ContextMenuItem = _chunkXOLUJNAXcjs.i; exports.ContextMenuLabel = _chunkXOLUJNAXcjs.l; exports.ContextMenuRadioGroup = _chunkXOLUJNAXcjs.e; exports.ContextMenuRadioItem = _chunkXOLUJNAXcjs.k; exports.ContextMenuSeparator = _chunkXOLUJNAXcjs.m; exports.ContextMenuShortcut = _chunkXOLUJNAXcjs.n; exports.ContextMenuSub = _chunkXOLUJNAXcjs.d; exports.ContextMenuSubContent = _chunkXOLUJNAXcjs.g; exports.ContextMenuSubTrigger = _chunkXOLUJNAXcjs.f; exports.ContextMenuTrigger = _chunkXOLUJNAXcjs.b; exports.DataTableColumnHeader = _chunkX2H7CNGMcjs.c; exports.DataTablePagination = _chunkX2H7CNGMcjs.b; exports.DataTableViewOptions = _chunkX2H7CNGMcjs.a; exports.Dialog = _chunkGBYV4QPMcjs.a; exports.DialogBody = _chunkGBYV4QPMcjs.e; exports.DialogClose = _chunkGBYV4QPMcjs.i; exports.DialogContent = _chunkGBYV4QPMcjs.c; exports.DialogDescription = _chunkGBYV4QPMcjs.h; exports.DialogFooter = _chunkGBYV4QPMcjs.f; exports.DialogHeader = _chunkGBYV4QPMcjs.d; exports.DialogTitle = _chunkGBYV4QPMcjs.g; exports.DialogTrigger = _chunkGBYV4QPMcjs.b; exports.Drawer = _chunkEO6HTQ32cjs.a; exports.DrawerBody = _chunkEO6HTQ32cjs.e; exports.DrawerClose = _chunkEO6HTQ32cjs.i; exports.DrawerContent = _chunkEO6HTQ32cjs.c; exports.DrawerDescription = _chunkEO6HTQ32cjs.h; exports.DrawerFooter = _chunkEO6HTQ32cjs.f; exports.DrawerHeader = _chunkEO6HTQ32cjs.d; exports.DrawerTitle = _chunkEO6HTQ32cjs.g; exports.DrawerTrigger = _chunkEO6HTQ32cjs.b; exports.DropdownMenu = _chunkWLGGNPOVcjs.a; exports.DropdownMenuArrow = _chunkWLGGNPOVcjs.o; exports.DropdownMenuCheckboxItem = _chunkWLGGNPOVcjs.j; exports.DropdownMenuContent = _chunkWLGGNPOVcjs.h; exports.DropdownMenuGroup = _chunkWLGGNPOVcjs.c; exports.DropdownMenuItem = _chunkWLGGNPOVcjs.i; exports.DropdownMenuLabel = _chunkWLGGNPOVcjs.l; exports.DropdownMenuRadioGroup = _chunkWLGGNPOVcjs.e; exports.DropdownMenuRadioItem = _chunkWLGGNPOVcjs.k; exports.DropdownMenuSeparator = _chunkWLGGNPOVcjs.m; exports.DropdownMenuShortcut = _chunkWLGGNPOVcjs.n; exports.DropdownMenuSub = _chunkWLGGNPOVcjs.d; exports.DropdownMenuSubContent = _chunkWLGGNPOVcjs.g; exports.DropdownMenuSubTrigger = _chunkWLGGNPOVcjs.f; exports.DropdownMenuTrigger = _chunkWLGGNPOVcjs.b; exports.Em = _chunkELXSQAETcjs.a; exports.Form = _chunkDQLVDC7Scjs.a; exports.FormControl = _chunkDQLVDC7Scjs.f; exports.FormDescription = _chunkDQLVDC7Scjs.g; exports.FormField = _chunkDQLVDC7Scjs.c; exports.FormItem = _chunkDQLVDC7Scjs.d; exports.FormLabel = _chunkDQLVDC7Scjs.e; exports.FormMessage = _chunkDQLVDC7Scjs.h; exports.Heading = _chunkWHJ6SEAMcjs.a; exports.HoverCard = _chunkAGEM6737cjs.a; exports.HoverCardArrow = _chunkAGEM6737cjs.d; exports.HoverCardContent = _chunkAGEM6737cjs.c; exports.HoverCardTrigger = _chunkAGEM6737cjs.b; exports.InputOTP = _chunkUZ6WGVQ6cjs.a; exports.InputOTPGroup = _chunkUZ6WGVQ6cjs.b; exports.InputOTPSeparator = _chunkUZ6WGVQ6cjs.d; exports.InputOTPSlot = _chunkUZ6WGVQ6cjs.c; exports.Kbd = _chunkT5IORNCKcjs.a; exports.Label = _chunk3LWDEELScjs.a; exports.Menubar = _chunkTQRH2OOHcjs.e; exports.MenubarArrow = _chunkTQRH2OOHcjs.p; exports.MenubarCheckboxItem = _chunkTQRH2OOHcjs.k; exports.MenubarContent = _chunkTQRH2OOHcjs.i; exports.MenubarGroup = _chunkTQRH2OOHcjs.b; exports.MenubarItem = _chunkTQRH2OOHcjs.j; exports.MenubarLabel = _chunkTQRH2OOHcjs.m; exports.MenubarMenu = _chunkTQRH2OOHcjs.a; exports.MenubarRadioGroup = _chunkTQRH2OOHcjs.d; exports.MenubarRadioItem = _chunkTQRH2OOHcjs.l; exports.MenubarSeparator = _chunkTQRH2OOHcjs.n; exports.MenubarShortcut = _chunkTQRH2OOHcjs.o; exports.MenubarSub = _chunkTQRH2OOHcjs.c; exports.MenubarSubContent = _chunkTQRH2OOHcjs.h; exports.MenubarSubTrigger = _chunkTQRH2OOHcjs.g; exports.MenubarTrigger = _chunkTQRH2OOHcjs.f; exports.NavigationMenu = _chunkA5NCK6GFcjs.a; exports.NavigationMenuContent = _chunkA5NCK6GFcjs.e; exports.NavigationMenuItem = _chunkA5NCK6GFcjs.c; exports.NavigationMenuLink = _chunkA5NCK6GFcjs.f; exports.NavigationMenuList = _chunkA5NCK6GFcjs.b; exports.NavigationMenuTrigger = _chunkA5NCK6GFcjs.d; exports.NumberInput = _chunkUD4NXAKTcjs.a; exports.Pagination = _chunkBU2CE3VMcjs.a; exports.PaginationContent = _chunkBU2CE3VMcjs.b; exports.PaginationEllipsis = _chunkBU2CE3VMcjs.g; exports.PaginationItem = _chunkBU2CE3VMcjs.c; exports.PaginationLink = _chunkBU2CE3VMcjs.d; exports.PaginationNext = _chunkBU2CE3VMcjs.f; exports.PaginationPrevious = _chunkBU2CE3VMcjs.e; exports.PasswordInput = _chunk6JBHWON2cjs.a; exports.Popover = _chunkN4HWEOMGcjs.a; exports.PopoverAnchor = _chunkN4HWEOMGcjs.c; exports.PopoverArrow = _chunkN4HWEOMGcjs.e; exports.PopoverContent = _chunkN4HWEOMGcjs.d; exports.PopoverTrigger = _chunkN4HWEOMGcjs.b; exports.Pre = _chunk6J3UKPURcjs.a; exports.Progress = _chunkN4TDAI2Icjs.a; exports.Quote = _chunkPQYONDGUcjs.a; exports.REGEXP_ONLY_CHARS = _chunkUZ6WGVQ6cjs.e; exports.REGEXP_ONLY_DIGITS = _chunkUZ6WGVQ6cjs.f; exports.REGEXP_ONLY_DIGITS_AND_CHARS = _chunkUZ6WGVQ6cjs.g; exports.Radio = _chunkIJ4MZK3Bcjs.a; exports.RadioCards = _chunk7AP4N6C2cjs.a; exports.RadioCardsItem = _chunk7AP4N6C2cjs.b; exports.RadioGroup = _chunk6OX5C4QBcjs.a; exports.RadioGroupItem = _chunk6OX5C4QBcjs.b; exports.ResizableHandle = _chunk7OYOKSDAcjs.c; exports.ResizablePanel = _chunk7OYOKSDAcjs.b; exports.ResizablePanelGroup = _chunk7OYOKSDAcjs.a; exports.ScrollArea = _chunkHOGERATYcjs.a; exports.ScrollAreaScrollbar = _chunkHOGERATYcjs.b; exports.SearchInput = _chunkR66D4CTWcjs.a; exports.Section = _chunkPNUGMOQPcjs.a; exports.Select = _chunkVWFTLDPWcjs.a; exports.SelectContent = _chunkVWFTLDPWcjs.g; exports.SelectGroup = _chunkVWFTLDPWcjs.b; exports.SelectItem = _chunkVWFTLDPWcjs.i; exports.SelectLabel = _chunkVWFTLDPWcjs.h; exports.SelectScrollDownButton = _chunkVWFTLDPWcjs.f; exports.SelectScrollUpButton = _chunkVWFTLDPWcjs.e; exports.SelectSeparator = _chunkVWFTLDPWcjs.j; exports.SelectTrigger = _chunkVWFTLDPWcjs.d; exports.SelectValue = _chunkVWFTLDPWcjs.c; exports.Separator = _chunkDY5LLRUMcjs.a; exports.SeparatorItem = _chunkDY5LLRUMcjs.b; exports.Sheet = _chunkJOQHITKFcjs.a; exports.SheetBody = _chunkJOQHITKFcjs.e; exports.SheetClose = _chunkJOQHITKFcjs.i; exports.SheetContent = _chunkJOQHITKFcjs.c; exports.SheetDescription = _chunkJOQHITKFcjs.h; exports.SheetFooter = _chunkJOQHITKFcjs.f; exports.SheetHeader = _chunkJOQHITKFcjs.d; exports.SheetTitle = _chunkJOQHITKFcjs.g; exports.SheetTrigger = _chunkJOQHITKFcjs.b; exports.Sidebar = _chunk2ZJNL3B5cjs.c; exports.SidebarContent = _chunk2ZJNL3B5cjs.k; exports.SidebarFooter = _chunk2ZJNL3B5cjs.i; exports.SidebarGroup = _chunk2ZJNL3B5cjs.l; exports.SidebarGroupAction = _chunk2ZJNL3B5cjs.n; exports.SidebarGroupContent = _chunk2ZJNL3B5cjs.o; exports.SidebarGroupLabel = _chunk2ZJNL3B5cjs.m; exports.SidebarHeader = _chunk2ZJNL3B5cjs.h; exports.SidebarInput = _chunk2ZJNL3B5cjs.g; exports.SidebarInset = _chunk2ZJNL3B5cjs.f; exports.SidebarMenu = _chunk2ZJNL3B5cjs.p; exports.SidebarMenuAction = _chunk2ZJNL3B5cjs.s; exports.SidebarMenuBadge = _chunk2ZJNL3B5cjs.t; exports.SidebarMenuButton = _chunk2ZJNL3B5cjs.r; exports.SidebarMenuItem = _chunk2ZJNL3B5cjs.q; exports.SidebarMenuSkeleton = _chunk2ZJNL3B5cjs.u; exports.SidebarMenuSub = _chunk2ZJNL3B5cjs.v; exports.SidebarMenuSubButton = _chunk2ZJNL3B5cjs.x; exports.SidebarMenuSubItem = _chunk2ZJNL3B5cjs.w; exports.SidebarProvider = _chunk2ZJNL3B5cjs.b; exports.SidebarRail = _chunk2ZJNL3B5cjs.e; exports.SidebarSeparator = _chunk2ZJNL3B5cjs.j; exports.SidebarTrigger = _chunk2ZJNL3B5cjs.d; exports.Skeleton = _chunkFYW73RA6cjs.a; exports.Slider = _chunk5RLRDANPcjs.a; exports.Spinner = _chunkHL4TF2W7cjs.a; exports.Strong = _chunk5H3QZ3FRcjs.a; exports.Switch = _chunkQWDM7XSNcjs.a; exports.Table = _chunkXKINB7CYcjs.a; exports.TableBody = _chunkXKINB7CYcjs.c; exports.TableCaption = _chunkXKINB7CYcjs.h; exports.TableCell = _chunkXKINB7CYcjs.g; exports.TableFooter = _chunkXKINB7CYcjs.d; exports.TableHead = _chunkXKINB7CYcjs.f; exports.TableHeader = _chunkXKINB7CYcjs.b; exports.TableRow = _chunkXKINB7CYcjs.e; exports.Tabs = _chunkJNWHP47Xcjs.a; exports.TabsContent = _chunkJNWHP47Xcjs.d; exports.TabsList = _chunkJNWHP47Xcjs.b; exports.TabsTrigger = _chunkJNWHP47Xcjs.c; exports.Text = _chunkRKOSMAEXcjs.a; exports.TextInput = _chunkOKZGLFAMcjs.a; exports.Textarea = _chunkNKFW4I2Icjs.a; exports.Toaster = _chunkMTLBEXCCcjs.a; exports.Toggle = _chunk3LTKAEJDcjs.a; exports.ToggleGroup = _chunkMV3OHHLPcjs.a; exports.ToggleGroupItem = _chunkMV3OHHLPcjs.b; exports.Tooltip = _chunkE7OXGQQAcjs.b; exports.TooltipArrow = _chunkE7OXGQQAcjs.e; exports.TooltipContent = _chunkE7OXGQQAcjs.d; exports.TooltipProvider = _chunkE7OXGQQAcjs.a; exports.TooltipTrigger = _chunkE7OXGQQAcjs.c; exports.buttonVariants = _chunk4DC2RZCBcjs.a; exports.cn = _chunkNX2PYE7Ucjs.a; exports.createCarouselScope = _chunkAFGXVIYScjs.a; exports.createFormFieldScope = _chunkDQLVDC7Scjs.b; exports.inputVariants = _chunkCOUMKDCJcjs.a; exports.toast = _chunkMTLBEXCCcjs.b; exports.toggleVariants = _chunkV3H3AZDDcjs.a; exports.useSidebar = _chunk2ZJNL3B5cjs.a;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export { cn } from './lib/utils.cjs';
|
|
2
|
-
export { ButtonVariantsProps, buttonVariants } from './styles/button-variants.cjs';
|
|
3
|
-
export { InputVariantsProps, inputVariants } from './styles/input-variants.cjs';
|
|
4
|
-
export { ToggleVariantsProps, toggleVariants } from './styles/toggle-variants.cjs';
|
|
5
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionIcon, AccordionIconProps, AccordionItem, AccordionItemProps, AccordionProps, AccordionTrigger, AccordionTriggerProps } from './components/accordion.cjs';
|
|
6
2
|
export { Alert, AlertDescription, AlertDescriptionProps, AlertProps, AlertTitle, AlertTitleProps } from './components/alert.cjs';
|
|
7
3
|
export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogBody, AlertDialogBodyProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './components/alert-dialog.cjs';
|
|
@@ -69,15 +65,18 @@ export { Textarea, TextareaProps } from './components/textarea.cjs';
|
|
|
69
65
|
export { Toggle, ToggleProps } from './components/toggle.cjs';
|
|
70
66
|
export { ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupProps } from './components/toggle-group.cjs';
|
|
71
67
|
export { Tooltip, TooltipArrow, TooltipArrowProps, TooltipContent, TooltipContentProps, TooltipProps, TooltipProvider, TooltipProviderProps, TooltipTrigger, TooltipTriggerProps } from './components/tooltip.cjs';
|
|
68
|
+
export { cn } from './lib/utils.cjs';
|
|
69
|
+
export { ButtonVariantsProps, buttonVariants } from './styles/button-variants.cjs';
|
|
70
|
+
export { InputVariantsProps, inputVariants } from './styles/input-variants.cjs';
|
|
71
|
+
export { ToggleVariantsProps, toggleVariants } from './styles/toggle-variants.cjs';
|
|
72
72
|
export { DateRange, Matcher } from '@codefast-ui/day-picker';
|
|
73
73
|
export { REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS } from 'input-otp';
|
|
74
74
|
export { toast } from 'sonner';
|
|
75
|
-
import 'clsx';
|
|
76
|
-
import 'tailwind-variants';
|
|
77
|
-
import 'tailwind-variants/dist/config.js';
|
|
78
75
|
import 'react';
|
|
79
76
|
import '@radix-ui/react-accordion';
|
|
80
77
|
import '@radix-ui/react-slot';
|
|
78
|
+
import 'tailwind-variants';
|
|
79
|
+
import 'tailwind-variants/dist/config.js';
|
|
81
80
|
import '@radix-ui/react-alert-dialog';
|
|
82
81
|
import '@radix-ui/react-aspect-ratio';
|
|
83
82
|
import '@radix-ui/react-avatar';
|
|
@@ -114,3 +113,4 @@ import '@radix-ui/react-tabs';
|
|
|
114
113
|
import '@radix-ui/react-toggle';
|
|
115
114
|
import '@radix-ui/react-toggle-group';
|
|
116
115
|
import '@radix-ui/react-tooltip';
|
|
116
|
+
import 'clsx';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export { cn } from './lib/utils.js';
|
|
2
|
-
export { ButtonVariantsProps, buttonVariants } from './styles/button-variants.js';
|
|
3
|
-
export { InputVariantsProps, inputVariants } from './styles/input-variants.js';
|
|
4
|
-
export { ToggleVariantsProps, toggleVariants } from './styles/toggle-variants.js';
|
|
5
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionIcon, AccordionIconProps, AccordionItem, AccordionItemProps, AccordionProps, AccordionTrigger, AccordionTriggerProps } from './components/accordion.js';
|
|
6
2
|
export { Alert, AlertDescription, AlertDescriptionProps, AlertProps, AlertTitle, AlertTitleProps } from './components/alert.js';
|
|
7
3
|
export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogBody, AlertDialogBodyProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './components/alert-dialog.js';
|
|
@@ -69,15 +65,18 @@ export { Textarea, TextareaProps } from './components/textarea.js';
|
|
|
69
65
|
export { Toggle, ToggleProps } from './components/toggle.js';
|
|
70
66
|
export { ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupProps } from './components/toggle-group.js';
|
|
71
67
|
export { Tooltip, TooltipArrow, TooltipArrowProps, TooltipContent, TooltipContentProps, TooltipProps, TooltipProvider, TooltipProviderProps, TooltipTrigger, TooltipTriggerProps } from './components/tooltip.js';
|
|
68
|
+
export { cn } from './lib/utils.js';
|
|
69
|
+
export { ButtonVariantsProps, buttonVariants } from './styles/button-variants.js';
|
|
70
|
+
export { InputVariantsProps, inputVariants } from './styles/input-variants.js';
|
|
71
|
+
export { ToggleVariantsProps, toggleVariants } from './styles/toggle-variants.js';
|
|
72
72
|
export { DateRange, Matcher } from '@codefast-ui/day-picker';
|
|
73
73
|
export { REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS } from 'input-otp';
|
|
74
74
|
export { toast } from 'sonner';
|
|
75
|
-
import 'clsx';
|
|
76
|
-
import 'tailwind-variants';
|
|
77
|
-
import 'tailwind-variants/dist/config.js';
|
|
78
75
|
import 'react';
|
|
79
76
|
import '@radix-ui/react-accordion';
|
|
80
77
|
import '@radix-ui/react-slot';
|
|
78
|
+
import 'tailwind-variants';
|
|
79
|
+
import 'tailwind-variants/dist/config.js';
|
|
81
80
|
import '@radix-ui/react-alert-dialog';
|
|
82
81
|
import '@radix-ui/react-aspect-ratio';
|
|
83
82
|
import '@radix-ui/react-avatar';
|
|
@@ -114,3 +113,4 @@ import '@radix-ui/react-tabs';
|
|
|
114
113
|
import '@radix-ui/react-toggle';
|
|
115
114
|
import '@radix-ui/react-toggle-group';
|
|
116
115
|
import '@radix-ui/react-tooltip';
|
|
116
|
+
import 'clsx';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as pm}from"./chunk-3DPRKBDA.js";import{a as tm}from"./chunk-YXCWCQOO.js";import{a as am,b as bm}from"./chunk-KBQN4WZC.js";import{a as xm}from"./chunk-B7MIY45T.js";import{a as f}from"./chunk-LJ3FVL2W.js";import{a as Qf}from"./chunk-T7SYZZ2D.js";import{a as Rf,b as Sf}from"./chunk-VH5ESPUT.js";import{a as Tf}from"./chunk-DUBIK7AM.js";import{a as Uf}from"./chunk-SUH57ETM.js";import{a as Vf,b as Wf,c as Xf,d as Yf,e as Zf,f as _f,g as $f,h as om}from"./chunk-ST4N4PRQ.js";import{a as rm,b as em,c as fm,d as mm}from"./chunk-3EIH33SX.js";import{a as Xe,b as Ye}from"./chunk-6S4EWA3L.js";import{a as Ze}from"./chunk-RPVCDK6M.js";import{a as _e}from"./chunk-NQ2YPSRT.js";import{a as nf,b as qf,c as sf,d as uf,e as vf,f as wf,g as yf,h as zf,i as Af,j as Bf,k as Cf,l as Df,m as Ef,n as Ff,o as Gf,p as Hf,q as If,r as Jf,s as Kf,t as Lf,u as Mf,v as Nf,w as Of,x as Pf}from"./chunk-PU4TXYNZ.js";import{a as gf,b as hf,c as jf,d as kf,e as lf}from"./chunk-NRWGIK35.js";import{a as df}from"./chunk-67YWWZBU.js";import{a as $e,b as of}from"./chunk-P2WK6XCL.js";import{a as rf,b as ef,c as ff,d as mf,e as pf,f as tf,g as xf,h as af,i as bf}from"./chunk-6CNX4XKK.js";import{a as cf}from"./chunk-R773RBMT.js";import{a as He,b as Ie,c as Je,d as Ke,e as Le}from"./chunk-LJLI4PY4.js";import{a as Me}from"./chunk-WEIN353E.js";import{a as Ne}from"./chunk-GR263IKS.js";import{a as Oe}from"./chunk-JCRWOD3T.js";import{a as Qe,b as Re}from"./chunk-JNCMBNRF.js";import{a as Se,b as Te}from"./chunk-UOS7HBNK.js";import{a as Pe}from"./chunk-R4NCTH64.js";import{a as Ue,b as Ve,c as We}from"./chunk-M7FPLRQD.js";import{a as Wr,b as Xr,c as Yr,d as Zr,e as _r,f as $r,g as oe}from"./chunk-KLV2357N.js";import{a as re}from"./chunk-EWGPNNC7.js";import{a as ee,b as fe,c as me,d as pe,e as te,f as xe,g as ae,h as be,i as ce,j as de,k as ge,l as he,m as ie,n as je,o as ke,p as le}from"./chunk-CHCKC5ZA.js";import{a as ne,b as qe,c as se,d as ue,e as ve,f as we}from"./chunk-3SKOJCHA.js";import{a as ye}from"./chunk-CZF4NVDM.js";import{a as ze,b as Ae,c as Be,d as Ce,e as De,f as Ee,g as Fe}from"./chunk-K5KSFBGC.js";import{a as Ge}from"./chunk-IU73ELHL.js";import{a as e}from"./chunk-WCJSGHWP.js";import{a as yr,b as zr,c as Ar,d as Br,e as Cr,f as Dr,g as Er,h as Fr,i as Gr}from"./chunk-T4TAFLMF.js";import{a as Hr}from"./chunk-MY6QRFEA.js";import{a as Jr,b as Kr,c as Lr,d as Mr,e as Nr,f as Or,g as Pr,h as Qr}from"./chunk-A6BAR3UO.js";import{a as Ir}from"./chunk-FXMCMXCB.js";import{a as Rr}from"./chunk-MC5B6QQC.js";import{a as Sr,b as Tr,c as Ur,d as Vr}from"./chunk-VWFWLNI4.js";import{a as ao,b as bo}from"./chunk-LT6JIE4P.js";import{a as po}from"./chunk-2DBTDO6C.js";import{a as co}from"./chunk-LKQOXCXE.js";import{a as go,b as ho,c as io}from"./chunk-Y7W5N76Z.js";import{a as yo,b as zo,c as Ao,d as Bo,e as Co,f as Do,g as Eo,h as Fo,i as Go,j as Ho}from"./chunk-SVZAXWJS.js";import{a as jo,b as ko,c as lo,d as no,e as qo,f as so,g as uo,h as vo,i as wo}from"./chunk-UR2WBSHC.js";import{a as Io}from"./chunk-HIHMPFL7.js";import{a as Jo,b as Ko,c as Lo,d as Mo,e as No,f as Oo,g as Po,h as Qo,i as Ro,j as So,k as To,l as Uo,m as Vo,n as Wo,o as Xo}from"./chunk-NIQQG4CD.js";import{a as ur,b as vr,c as wr}from"./chunk-G2GDEGWB.js";import{a as dr,b as gr,c as hr,d as ir,e as jr,f as kr,g as lr,h as nr,i as qr,j as sr}from"./chunk-OVV3TOTQ.js";import{a as Yo,b as Zo,c as _o,d as $o,e as or,f as rr,g as er,h as fr,i as mr,j as pr,k as tr,l as xr,m as ar,n as br,o as cr}from"./chunk-JI7QGAHT.js";import{a as C}from"./chunk-PBV6P2IV.js";import{a as D,b as E,c as F,d as G,e as H,f as I,g as J}from"./chunk-FC3COBLZ.js";import{a as M,b as N,c as O}from"./chunk-5DLJZF3R.js";import{a as P,b as Q,c as R,d as S,e as T,f as U}from"./chunk-OLTXFM6D.js";import{a as V,b as W,c as X,d as Y,e as Z,f as _}from"./chunk-OHZQFUEX.js";import{a as L}from"./chunk-G646ZWIZ.js";import{a as K}from"./chunk-JPNQ5DU7.js";import{a as $,b as oo,c as ro,d as eo,e as fo,f as mo}from"./chunk-7BCZPIEC.js";import{a as to,b as xo}from"./chunk-Z56DYGVK.js";import{a as m,b as p,c as t,d as x,e as a}from"./chunk-N3K7ZHVH.js";import{a as g,b as h,c as i,d as j,e as k,f as l,g as n,h as q,i as s,j as u}from"./chunk-JISNZG53.js";import{a as r}from"./chunk-JOPZDTRR.js";import{a as b,b as c,c as d}from"./chunk-3QTD6REC.js";import{a as v}from"./chunk-F6M3OEEV.js";import{a as w,b as y,c as z}from"./chunk-ML4USOX2.js";import{a as o}from"./chunk-FQMSK2WZ.js";import{a as A}from"./chunk-QTRRZ2KC.js";import{a as B}from"./chunk-LEUXUKKV.js";export{m as Accordion,a as AccordionContent,t as AccordionIcon,p as AccordionItem,x as AccordionTrigger,b as Alert,d as AlertDescription,g as AlertDialog,s as AlertDialogAction,k as AlertDialogBody,u as AlertDialogCancel,i as AlertDialogContent,q as AlertDialogDescription,l as AlertDialogFooter,j as AlertDialogHeader,n as AlertDialogTitle,h as AlertDialogTrigger,c as AlertTitle,v as AspectRatio,w as Avatar,z as AvatarFallback,y as AvatarImage,A as Badge,B as Blockquote,C as Box,D as Breadcrumb,J as BreadcrumbEllipsis,F as BreadcrumbItem,G as BreadcrumbLink,E as BreadcrumbList,H as BreadcrumbPage,I as BreadcrumbSeparator,L as Button,M as Calendar,O as CalendarLabel,N as CalendarRangeLabel,P as Card,T as CardContent,S as CardDescription,U as CardFooter,Q as CardHeader,R as CardTitle,W as Carousel,X as CarouselContent,Y as CarouselItem,_ as CarouselNext,Z as CarouselPrevious,$ as ChartContainer,fo as ChartLegend,mo as ChartLegendContent,oo as ChartStyle,ro as ChartTooltip,eo as ChartTooltipContent,po as Checkbox,to as CheckboxCards,xo as CheckboxCardsItem,ao as CheckboxGroup,bo as CheckboxGroupItem,co as Code,go as Collapsible,io as CollapsibleContent,ho as CollapsibleTrigger,yo as Command,zo as CommandDialog,Co as CommandEmpty,Do as CommandGroup,Ao as CommandInput,Fo as CommandItem,Bo as CommandList,Go as CommandLoading,Eo as CommandSeparator,Ho as CommandShortcut,Io as Container,Jo as ContextMenu,Xo as ContextMenuArrow,So as ContextMenuCheckboxItem,Qo as ContextMenuContent,Lo as ContextMenuGroup,Ro as ContextMenuItem,Uo as ContextMenuLabel,No as ContextMenuRadioGroup,To as ContextMenuRadioItem,Vo as ContextMenuSeparator,Wo as ContextMenuShortcut,Mo as ContextMenuSub,Po as ContextMenuSubContent,Oo as ContextMenuSubTrigger,Ko as ContextMenuTrigger,wr as DataTableColumnHeader,vr as DataTablePagination,ur as DataTableViewOptions,jo as Dialog,qo as DialogBody,wo as DialogClose,lo as DialogContent,vo as DialogDescription,so as DialogFooter,no as DialogHeader,uo as DialogTitle,ko as DialogTrigger,yr as Drawer,Cr as DrawerBody,Gr as DrawerClose,Ar as DrawerContent,Fr as DrawerDescription,Dr as DrawerFooter,Br as DrawerHeader,Er as DrawerTitle,zr as DrawerTrigger,Yo as DropdownMenu,cr as DropdownMenuArrow,pr as DropdownMenuCheckboxItem,fr as DropdownMenuContent,_o as DropdownMenuGroup,mr as DropdownMenuItem,xr as DropdownMenuLabel,or as DropdownMenuRadioGroup,tr as DropdownMenuRadioItem,ar as DropdownMenuSeparator,br as DropdownMenuShortcut,$o as DropdownMenuSub,er as DropdownMenuSubContent,rr as DropdownMenuSubTrigger,Zo as DropdownMenuTrigger,Hr as Em,Jr as Form,Or as FormControl,Pr as FormDescription,Lr as FormField,Mr as FormItem,Nr as FormLabel,Qr as FormMessage,Rr as Heading,Sr as HoverCard,Vr as HoverCardArrow,Ur as HoverCardContent,Tr as HoverCardTrigger,Wr as InputOTP,Xr as InputOTPGroup,Zr as InputOTPSeparator,Yr as InputOTPSlot,re as Kbd,Ir as Label,te as Menubar,le as MenubarArrow,ge as MenubarCheckboxItem,ce as MenubarContent,fe as MenubarGroup,de as MenubarItem,ie as MenubarLabel,ee as MenubarMenu,pe as MenubarRadioGroup,he as MenubarRadioItem,je as MenubarSeparator,ke as MenubarShortcut,me as MenubarSub,be as MenubarSubContent,ae as MenubarSubTrigger,xe as MenubarTrigger,ne as NavigationMenu,ve as NavigationMenuContent,se as NavigationMenuItem,we as NavigationMenuLink,qe as NavigationMenuList,ue as NavigationMenuTrigger,ye as NumberInput,ze as Pagination,Ae as PaginationContent,Fe as PaginationEllipsis,Be as PaginationItem,Ce as PaginationLink,Ee as PaginationNext,De as PaginationPrevious,Ge as PasswordInput,He as Popover,Je as PopoverAnchor,Le as PopoverArrow,Ke as PopoverContent,Ie as PopoverTrigger,Me as Pre,Ne as Progress,Oe as Quote,_r as REGEXP_ONLY_CHARS,$r as REGEXP_ONLY_DIGITS,oe as REGEXP_ONLY_DIGITS_AND_CHARS,Pe as Radio,Qe as RadioCards,Re as RadioCardsItem,Se as RadioGroup,Te as RadioGroupItem,We as ResizableHandle,Ve as ResizablePanel,Ue as ResizablePanelGroup,Xe as ScrollArea,Ye as ScrollAreaScrollbar,Ze as SearchInput,_e as Section,dr as Select,lr as SelectContent,gr as SelectGroup,qr as SelectItem,nr as SelectLabel,kr as SelectScrollDownButton,jr as SelectScrollUpButton,sr as SelectSeparator,ir as SelectTrigger,hr as SelectValue,$e as Separator,of as SeparatorItem,rf as Sheet,pf as SheetBody,bf as SheetClose,ff as SheetContent,af as SheetDescription,tf as SheetFooter,mf as SheetHeader,xf as SheetTitle,ef as SheetTrigger,sf as Sidebar,Cf as SidebarContent,Af as SidebarFooter,Df as SidebarGroup,Ff as SidebarGroupAction,Gf as SidebarGroupContent,Ef as SidebarGroupLabel,zf as SidebarHeader,yf as SidebarInput,wf as SidebarInset,Hf as SidebarMenu,Kf as SidebarMenuAction,Lf as SidebarMenuBadge,Jf as SidebarMenuButton,If as SidebarMenuItem,Mf as SidebarMenuSkeleton,Nf as SidebarMenuSub,Pf as SidebarMenuSubButton,Of as SidebarMenuSubItem,qf as SidebarProvider,vf as SidebarRail,Bf as SidebarSeparator,uf as SidebarTrigger,cf as Skeleton,Qf as Slider,K as Spinner,Tf as Strong,Uf as Switch,Vf as Table,Xf as TableBody,om as TableCaption,$f as TableCell,Yf as TableFooter,_f as TableHead,Wf as TableHeader,Zf as TableRow,rm as Tabs,mm as TabsContent,em as TabsList,fm as TabsTrigger,pm as Text,df as TextInput,tm as Textarea,Rf as Toaster,xm as Toggle,am as ToggleGroup,bm as ToggleGroupItem,hf as Tooltip,lf as TooltipArrow,kf as TooltipContent,gf as TooltipProvider,jf as TooltipTrigger,r as buttonVariants,o as cn,V as createCarouselScope,Kr as createFormFieldScope,e as inputVariants,Sf as toast,f as toggleVariants,nf as useSidebar};
|
|
1
|
+
import{a as mm}from"./chunk-3DPRKBDA.js";import{a as pm}from"./chunk-YXCWCQOO.js";import{a as am,b as bm}from"./chunk-KBQN4WZC.js";import{a as xm}from"./chunk-B7MIY45T.js";import{a as tm}from"./chunk-LJ3FVL2W.js";import{a as Pf}from"./chunk-T7SYZZ2D.js";import{a as Qf,b as Rf}from"./chunk-VH5ESPUT.js";import{a as Sf}from"./chunk-DUBIK7AM.js";import{a as Tf}from"./chunk-SUH57ETM.js";import{a as Uf,b as Vf,c as Wf,d as Xf,e as Yf,f as Zf,g as _f,h as $f}from"./chunk-ST4N4PRQ.js";import{a as om,b as rm,c as em,d as fm}from"./chunk-3EIH33SX.js";import{a as We,b as Xe}from"./chunk-6S4EWA3L.js";import{a as Ye}from"./chunk-5ZOMOFOD.js";import{a as Ze}from"./chunk-NQ2YPSRT.js";import{a as lf,b as nf,c as qf,d as sf,e as uf,f as vf,g as wf,h as yf,i as zf,j as Af,k as Bf,l as Cf,m as Df,n as Ef,o as Ff,p as Gf,q as Hf,r as If,s as Jf,t as Kf,u as Lf,v as Mf,w as Nf,x as Of}from"./chunk-YOEBWS3Y.js";import{a as df,b as gf,c as hf,d as jf,e as kf}from"./chunk-NRWGIK35.js";import{a as cf}from"./chunk-F7UZYJAP.js";import{a as _e,b as $e}from"./chunk-P2WK6XCL.js";import{a as of,b as rf,c as ef,d as ff,e as mf,f as pf,g as tf,h as xf,i as af}from"./chunk-6CNX4XKK.js";import{a as bf}from"./chunk-R773RBMT.js";import{a as Ge,b as He,c as Ie,d as Je,e as Ke}from"./chunk-LJLI4PY4.js";import{a as Le}from"./chunk-WEIN353E.js";import{a as Me}from"./chunk-GR263IKS.js";import{a as Ne}from"./chunk-JCRWOD3T.js";import{a as Pe,b as Qe}from"./chunk-JNCMBNRF.js";import{a as Re,b as Se}from"./chunk-UOS7HBNK.js";import{a as Oe}from"./chunk-R4NCTH64.js";import{a as Te,b as Ue,c as Ve}from"./chunk-M7FPLRQD.js";import{a as Ur,b as Vr,c as Wr,d as Xr,e as Yr,f as Zr,g as _r}from"./chunk-KLV2357N.js";import{a as $r}from"./chunk-EWGPNNC7.js";import{a as oe,b as re,c as ee,d as fe,e as me,f as pe,g as te,h as xe,i as ae,j as be,k as ce,l as de,m as ge,n as he,o as ie,p as je}from"./chunk-CHCKC5ZA.js";import{a as ke,b as le,c as ne,d as qe,e as se,f as ue}from"./chunk-3SKOJCHA.js";import{a as we}from"./chunk-XGRY737F.js";import{a as ye,b as ze,c as Ae,d as Be,e as Ce,f as De,g as Ee}from"./chunk-K5KSFBGC.js";import{a as Fe}from"./chunk-AW36JUG6.js";import{a as ve}from"./chunk-WCJSGHWP.js";import{a as vr,b as wr,c as yr,d as zr,e as Ar,f as Br,g as Cr,h as Dr,i as Er}from"./chunk-T4TAFLMF.js";import{a as Fr}from"./chunk-MY6QRFEA.js";import{a as Hr,b as Ir,c as Jr,d as Kr,e as Lr,f as Mr,g as Nr,h as Or}from"./chunk-A6BAR3UO.js";import{a as Gr}from"./chunk-FXMCMXCB.js";import{a as Pr}from"./chunk-MC5B6QQC.js";import{a as Qr,b as Rr,c as Sr,d as Tr}from"./chunk-VWFWLNI4.js";import{a as to,b as xo}from"./chunk-LT6JIE4P.js";import{a as fo}from"./chunk-2DBTDO6C.js";import{a as ao}from"./chunk-LKQOXCXE.js";import{a as bo,b as co,c as go}from"./chunk-Y7W5N76Z.js";import{a as vo,b as wo,c as yo,d as zo,e as Ao,f as Bo,g as Co,h as Do,i as Eo,j as Fo}from"./chunk-SVZAXWJS.js";import{a as ho,b as io,c as jo,d as ko,e as lo,f as no,g as qo,h as so,i as uo}from"./chunk-UR2WBSHC.js";import{a as Go}from"./chunk-HIHMPFL7.js";import{a as Ho,b as Io,c as Jo,d as Ko,e as Lo,f as Mo,g as No,h as Oo,i as Po,j as Qo,k as Ro,l as So,m as To,n as Uo,o as Vo}from"./chunk-NIQQG4CD.js";import{a as qr,b as sr,c as ur}from"./chunk-G2GDEGWB.js";import{a as br,b as cr,c as dr,d as gr,e as hr,f as ir,g as jr,h as kr,i as lr,j as nr}from"./chunk-OVV3TOTQ.js";import{a as Wo,b as Xo,c as Yo,d as Zo,e as _o,f as $o,g as or,h as rr,i as er,j as fr,k as mr,l as pr,m as tr,n as xr,o as ar}from"./chunk-JI7QGAHT.js";import{a as A}from"./chunk-PBV6P2IV.js";import{a as B,b as C,c as D,d as E,e as F,f as G,g as H}from"./chunk-FC3COBLZ.js";import{a as K,b as L,c as M}from"./chunk-5DLJZF3R.js";import{a as N,b as O,c as P,d as Q,e as R,f as S}from"./chunk-OLTXFM6D.js";import{a as T,b as U,c as V,d as W,e as X,f as Y}from"./chunk-OHZQFUEX.js";import{a as J}from"./chunk-G646ZWIZ.js";import{a as I}from"./chunk-JPNQ5DU7.js";import{a as Z,b as _,c as $,d as oo,e as ro,f as eo}from"./chunk-7BCZPIEC.js";import{a as mo,b as po}from"./chunk-Z56DYGVK.js";import{a as r,b as e,c as f,d as m,e as p}from"./chunk-N3K7ZHVH.js";import{a as c,b as d,c as g,d as h,e as i,f as j,g as k,h as l,i as n,j as q}from"./chunk-JISNZG53.js";import{a as b}from"./chunk-JOPZDTRR.js";import{a as t,b as x,c as a}from"./chunk-3QTD6REC.js";import{a as s}from"./chunk-F6M3OEEV.js";import{a as u,b as v,c as w}from"./chunk-ML4USOX2.js";import{a as o}from"./chunk-FQMSK2WZ.js";import{a as y}from"./chunk-QTRRZ2KC.js";import{a as z}from"./chunk-LEUXUKKV.js";export{r as Accordion,p as AccordionContent,f as AccordionIcon,e as AccordionItem,m as AccordionTrigger,t as Alert,a as AlertDescription,c as AlertDialog,n as AlertDialogAction,i as AlertDialogBody,q as AlertDialogCancel,g as AlertDialogContent,l as AlertDialogDescription,j as AlertDialogFooter,h as AlertDialogHeader,k as AlertDialogTitle,d as AlertDialogTrigger,x as AlertTitle,s as AspectRatio,u as Avatar,w as AvatarFallback,v as AvatarImage,y as Badge,z as Blockquote,A as Box,B as Breadcrumb,H as BreadcrumbEllipsis,D as BreadcrumbItem,E as BreadcrumbLink,C as BreadcrumbList,F as BreadcrumbPage,G as BreadcrumbSeparator,J as Button,K as Calendar,M as CalendarLabel,L as CalendarRangeLabel,N as Card,R as CardContent,Q as CardDescription,S as CardFooter,O as CardHeader,P as CardTitle,U as Carousel,V as CarouselContent,W as CarouselItem,Y as CarouselNext,X as CarouselPrevious,Z as ChartContainer,ro as ChartLegend,eo as ChartLegendContent,_ as ChartStyle,$ as ChartTooltip,oo as ChartTooltipContent,fo as Checkbox,mo as CheckboxCards,po as CheckboxCardsItem,to as CheckboxGroup,xo as CheckboxGroupItem,ao as Code,bo as Collapsible,go as CollapsibleContent,co as CollapsibleTrigger,vo as Command,wo as CommandDialog,Ao as CommandEmpty,Bo as CommandGroup,yo as CommandInput,Do as CommandItem,zo as CommandList,Eo as CommandLoading,Co as CommandSeparator,Fo as CommandShortcut,Go as Container,Ho as ContextMenu,Vo as ContextMenuArrow,Qo as ContextMenuCheckboxItem,Oo as ContextMenuContent,Jo as ContextMenuGroup,Po as ContextMenuItem,So as ContextMenuLabel,Lo as ContextMenuRadioGroup,Ro as ContextMenuRadioItem,To as ContextMenuSeparator,Uo as ContextMenuShortcut,Ko as ContextMenuSub,No as ContextMenuSubContent,Mo as ContextMenuSubTrigger,Io as ContextMenuTrigger,ur as DataTableColumnHeader,sr as DataTablePagination,qr as DataTableViewOptions,ho as Dialog,lo as DialogBody,uo as DialogClose,jo as DialogContent,so as DialogDescription,no as DialogFooter,ko as DialogHeader,qo as DialogTitle,io as DialogTrigger,vr as Drawer,Ar as DrawerBody,Er as DrawerClose,yr as DrawerContent,Dr as DrawerDescription,Br as DrawerFooter,zr as DrawerHeader,Cr as DrawerTitle,wr as DrawerTrigger,Wo as DropdownMenu,ar as DropdownMenuArrow,fr as DropdownMenuCheckboxItem,rr as DropdownMenuContent,Yo as DropdownMenuGroup,er as DropdownMenuItem,pr as DropdownMenuLabel,_o as DropdownMenuRadioGroup,mr as DropdownMenuRadioItem,tr as DropdownMenuSeparator,xr as DropdownMenuShortcut,Zo as DropdownMenuSub,or as DropdownMenuSubContent,$o as DropdownMenuSubTrigger,Xo as DropdownMenuTrigger,Fr as Em,Hr as Form,Mr as FormControl,Nr as FormDescription,Jr as FormField,Kr as FormItem,Lr as FormLabel,Or as FormMessage,Pr as Heading,Qr as HoverCard,Tr as HoverCardArrow,Sr as HoverCardContent,Rr as HoverCardTrigger,Ur as InputOTP,Vr as InputOTPGroup,Xr as InputOTPSeparator,Wr as InputOTPSlot,$r as Kbd,Gr as Label,me as Menubar,je as MenubarArrow,ce as MenubarCheckboxItem,ae as MenubarContent,re as MenubarGroup,be as MenubarItem,ge as MenubarLabel,oe as MenubarMenu,fe as MenubarRadioGroup,de as MenubarRadioItem,he as MenubarSeparator,ie as MenubarShortcut,ee as MenubarSub,xe as MenubarSubContent,te as MenubarSubTrigger,pe as MenubarTrigger,ke as NavigationMenu,se as NavigationMenuContent,ne as NavigationMenuItem,ue as NavigationMenuLink,le as NavigationMenuList,qe as NavigationMenuTrigger,we as NumberInput,ye as Pagination,ze as PaginationContent,Ee as PaginationEllipsis,Ae as PaginationItem,Be as PaginationLink,De as PaginationNext,Ce as PaginationPrevious,Fe as PasswordInput,Ge as Popover,Ie as PopoverAnchor,Ke as PopoverArrow,Je as PopoverContent,He as PopoverTrigger,Le as Pre,Me as Progress,Ne as Quote,Yr as REGEXP_ONLY_CHARS,Zr as REGEXP_ONLY_DIGITS,_r as REGEXP_ONLY_DIGITS_AND_CHARS,Oe as Radio,Pe as RadioCards,Qe as RadioCardsItem,Re as RadioGroup,Se as RadioGroupItem,Ve as ResizableHandle,Ue as ResizablePanel,Te as ResizablePanelGroup,We as ScrollArea,Xe as ScrollAreaScrollbar,Ye as SearchInput,Ze as Section,br as Select,jr as SelectContent,cr as SelectGroup,lr as SelectItem,kr as SelectLabel,ir as SelectScrollDownButton,hr as SelectScrollUpButton,nr as SelectSeparator,gr as SelectTrigger,dr as SelectValue,_e as Separator,$e as SeparatorItem,of as Sheet,mf as SheetBody,af as SheetClose,ef as SheetContent,xf as SheetDescription,pf as SheetFooter,ff as SheetHeader,tf as SheetTitle,rf as SheetTrigger,qf as Sidebar,Bf as SidebarContent,zf as SidebarFooter,Cf as SidebarGroup,Ef as SidebarGroupAction,Ff as SidebarGroupContent,Df as SidebarGroupLabel,yf as SidebarHeader,wf as SidebarInput,vf as SidebarInset,Gf as SidebarMenu,Jf as SidebarMenuAction,Kf as SidebarMenuBadge,If as SidebarMenuButton,Hf as SidebarMenuItem,Lf as SidebarMenuSkeleton,Mf as SidebarMenuSub,Of as SidebarMenuSubButton,Nf as SidebarMenuSubItem,nf as SidebarProvider,uf as SidebarRail,Af as SidebarSeparator,sf as SidebarTrigger,bf as Skeleton,Pf as Slider,I as Spinner,Sf as Strong,Tf as Switch,Uf as Table,Wf as TableBody,$f as TableCaption,_f as TableCell,Xf as TableFooter,Zf as TableHead,Vf as TableHeader,Yf as TableRow,om as Tabs,fm as TabsContent,rm as TabsList,em as TabsTrigger,mm as Text,cf as TextInput,pm as Textarea,Qf as Toaster,xm as Toggle,am as ToggleGroup,bm as ToggleGroupItem,gf as Tooltip,kf as TooltipArrow,jf as TooltipContent,df as TooltipProvider,hf as TooltipTrigger,b as buttonVariants,o as cn,T as createCarouselScope,Ir as createFormFieldScope,ve as inputVariants,Rf as toast,tm as toggleVariants,lf as useSidebar};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/codefastlabs/codefast/issues"
|
|
6
6
|
},
|
|
@@ -34,37 +34,37 @@
|
|
|
34
34
|
"CHANGELOG.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@radix-ui/primitive": "1.1.
|
|
38
|
-
"@radix-ui/react-accordion": "1.2.
|
|
39
|
-
"@radix-ui/react-alert-dialog": "1.1.
|
|
40
|
-
"@radix-ui/react-aspect-ratio": "1.1.
|
|
41
|
-
"@radix-ui/react-avatar": "1.1.
|
|
42
|
-
"@radix-ui/react-checkbox": "1.1.
|
|
43
|
-
"@radix-ui/react-collapsible": "1.1.
|
|
37
|
+
"@radix-ui/primitive": "1.1.1",
|
|
38
|
+
"@radix-ui/react-accordion": "1.2.2",
|
|
39
|
+
"@radix-ui/react-alert-dialog": "1.1.3",
|
|
40
|
+
"@radix-ui/react-aspect-ratio": "1.1.1",
|
|
41
|
+
"@radix-ui/react-avatar": "1.1.2",
|
|
42
|
+
"@radix-ui/react-checkbox": "1.1.3",
|
|
43
|
+
"@radix-ui/react-collapsible": "1.1.2",
|
|
44
44
|
"@radix-ui/react-context": "1.1.1",
|
|
45
|
-
"@radix-ui/react-context-menu": "2.2.
|
|
46
|
-
"@radix-ui/react-dialog": "1.1.
|
|
45
|
+
"@radix-ui/react-context-menu": "2.2.3",
|
|
46
|
+
"@radix-ui/react-dialog": "1.1.3",
|
|
47
47
|
"@radix-ui/react-direction": "1.1.0",
|
|
48
|
-
"@radix-ui/react-dropdown-menu": "2.1.
|
|
49
|
-
"@radix-ui/react-hover-card": "1.1.
|
|
50
|
-
"@radix-ui/react-label": "2.1.
|
|
51
|
-
"@radix-ui/react-menubar": "1.1.
|
|
52
|
-
"@radix-ui/react-navigation-menu": "1.2.
|
|
53
|
-
"@radix-ui/react-popover": "1.1.
|
|
54
|
-
"@radix-ui/react-progress": "1.1.
|
|
55
|
-
"@radix-ui/react-radio-group": "1.2.
|
|
56
|
-
"@radix-ui/react-scroll-area": "1.2.
|
|
57
|
-
"@radix-ui/react-select": "2.1.
|
|
58
|
-
"@radix-ui/react-separator": "1.1.
|
|
59
|
-
"@radix-ui/react-slider": "1.2.
|
|
60
|
-
"@radix-ui/react-slot": "1.1.
|
|
61
|
-
"@radix-ui/react-switch": "1.1.
|
|
62
|
-
"@radix-ui/react-tabs": "1.1.
|
|
63
|
-
"@radix-ui/react-toggle": "1.1.
|
|
64
|
-
"@radix-ui/react-toggle-group": "1.1.
|
|
65
|
-
"@radix-ui/react-tooltip": "1.1.
|
|
48
|
+
"@radix-ui/react-dropdown-menu": "2.1.3",
|
|
49
|
+
"@radix-ui/react-hover-card": "1.1.3",
|
|
50
|
+
"@radix-ui/react-label": "2.1.1",
|
|
51
|
+
"@radix-ui/react-menubar": "1.1.3",
|
|
52
|
+
"@radix-ui/react-navigation-menu": "1.2.2",
|
|
53
|
+
"@radix-ui/react-popover": "1.1.3",
|
|
54
|
+
"@radix-ui/react-progress": "1.1.1",
|
|
55
|
+
"@radix-ui/react-radio-group": "1.2.2",
|
|
56
|
+
"@radix-ui/react-scroll-area": "1.2.2",
|
|
57
|
+
"@radix-ui/react-select": "2.1.3",
|
|
58
|
+
"@radix-ui/react-separator": "1.1.1",
|
|
59
|
+
"@radix-ui/react-slider": "1.2.2",
|
|
60
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
61
|
+
"@radix-ui/react-switch": "1.1.2",
|
|
62
|
+
"@radix-ui/react-tabs": "1.1.2",
|
|
63
|
+
"@radix-ui/react-toggle": "1.1.1",
|
|
64
|
+
"@radix-ui/react-toggle-group": "1.1.1",
|
|
65
|
+
"@radix-ui/react-tooltip": "1.1.5",
|
|
66
66
|
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
67
|
-
"@radix-ui/react-visually-hidden": "1.1.
|
|
67
|
+
"@radix-ui/react-visually-hidden": "1.1.1",
|
|
68
68
|
"clsx": "2.1.1",
|
|
69
69
|
"cmdk": "1.0.4",
|
|
70
70
|
"embla-carousel-react": "8.5.1",
|
|
@@ -75,37 +75,37 @@
|
|
|
75
75
|
"sonner": "1.7.1",
|
|
76
76
|
"tailwind-merge": "2.5.5",
|
|
77
77
|
"tailwind-variants": "0.3.0",
|
|
78
|
-
"vaul": "1.1.
|
|
79
|
-
"@codefast-ui/checkbox-group": "0.2.
|
|
80
|
-
"@codefast-ui/number-input": "0.2.
|
|
81
|
-
"@codefast-ui/day-picker": "0.2.
|
|
82
|
-
"@codefast
|
|
83
|
-
"@codefast/
|
|
78
|
+
"vaul": "1.1.2",
|
|
79
|
+
"@codefast-ui/checkbox-group": "0.2.7",
|
|
80
|
+
"@codefast-ui/number-input": "0.2.7",
|
|
81
|
+
"@codefast-ui/day-picker": "0.2.7",
|
|
82
|
+
"@codefast/hooks": "0.2.7",
|
|
83
|
+
"@codefast-ui/input": "0.2.7"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@types/js-cookie": "3.0.6",
|
|
87
87
|
"@types/node": "22.10.2",
|
|
88
|
-
"eslint": "9.
|
|
88
|
+
"eslint": "9.17.0",
|
|
89
89
|
"postcss": "8.4.49",
|
|
90
90
|
"tailwindcss": "3.4.16",
|
|
91
91
|
"tsup": "8.3.5",
|
|
92
92
|
"typescript": "5.7.2",
|
|
93
|
-
"@codefast/eslint-config": "0.2.
|
|
94
|
-
"@codefast/
|
|
95
|
-
"@codefast/
|
|
93
|
+
"@codefast/eslint-config": "0.2.7",
|
|
94
|
+
"@codefast/tailwind-config": "0.2.7",
|
|
95
|
+
"@codefast/typescript-config": "0.2.7"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
|
-
"@tanstack/react-table": "
|
|
98
|
+
"@tanstack/react-table": ">=8",
|
|
99
99
|
"@types/lodash-es": "*",
|
|
100
100
|
"@types/react": "*",
|
|
101
101
|
"@types/react-dom": "*",
|
|
102
|
-
"date-fns": "
|
|
103
|
-
"lodash-es": "
|
|
104
|
-
"next-themes": "
|
|
105
|
-
"react": "
|
|
106
|
-
"react-dom": "
|
|
107
|
-
"react-hook-form": "
|
|
108
|
-
"recharts": "
|
|
102
|
+
"date-fns": ">=4",
|
|
103
|
+
"lodash-es": ">=4",
|
|
104
|
+
"next-themes": ">=0.3",
|
|
105
|
+
"react": ">=18",
|
|
106
|
+
"react-dom": ">=18",
|
|
107
|
+
"react-hook-form": ">=7",
|
|
108
|
+
"recharts": ">=2"
|
|
109
109
|
},
|
|
110
110
|
"peerDependenciesMeta": {
|
|
111
111
|
"@types/lodash-es": {
|
|
@@ -125,6 +125,6 @@
|
|
|
125
125
|
"build": "tsup",
|
|
126
126
|
"clean": "rm -rf node_modules dist",
|
|
127
127
|
"dev": "tsup --watch",
|
|
128
|
-
"lint": "eslint --max-warnings 0"
|
|
128
|
+
"lint": "TIMING=1 eslint --max-warnings 0"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|