fina-react-ds 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- var u=Object.defineProperty;var r=(t,e)=>u(t,"name",{value:e,configurable:!0});import{jsx as a}from"react/jsx-runtime";import{useMemo as m}from"react";import{cva as c}from"class-variance-authority";import{cn as i}from"../lib/utils.js";import{Label as p}from"./label.js";const g=c("data-[invalid=true]:text-destructive gap-3 group/field flex w-full",{variants:{orientation:{vertical:"flex-col [&>*]:w-full [&>.sr-only]:w-auto",horizontal:"flex-row items-center [&>[data-slot=field-label]]:flex-auto has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px",responsive:"flex-col [&>*]:w-full [&>.sr-only]:w-auto @md/field-group:flex-row @md/field-group:items-center @md/field-group:[&>*]:w-auto @md/field-group:[&>[data-slot=field-label]]:flex-auto @md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"}},defaultVariants:{orientation:"vertical"}});function k({className:t,orientation:e="vertical",...l}){return a("div",{role:"group","data-slot":"field","data-orientation":e,className:i(g({orientation:e}),t),...l})}r(k,"Field");function N({className:t,...e}){return a(p,{"data-slot":"field-label",className:i("has-data-checked:bg-primary/5 has-data-checked:border-primary dark:has-data-checked:bg-primary/10 gap-2 group-data-[disabled=true]/field:opacity-50 has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border [&>*]:data-[slot=field]:p-3 group/field-label peer/field-label flex w-fit leading-snug","has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col",t),...e})}r(N,"FieldLabel");function F({className:t,...e}){return a("p",{"data-slot":"field-description",className:i("text-muted text-left text-sm [[data-variant=legend]+&]:-mt-1.5 leading-normal font-normal group-has-[[data-orientation=horizontal]]/field:text-balance","last:mt-0 nth-last-2:-mt-1","[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4",t),...e})}r(F,"FieldDescription");function z({className:t,children:e,errors:l,...n}){const s=m(()=>{if(e)return e;if(!l?.length)return null;const d=[...new Map(l.map(o=>[o?.message,o])).values()];return d?.length==1?d[0]?.message:a("ul",{className:"ml-4 flex list-disc flex-col gap-1",children:d.map((o,f)=>o?.message&&a("li",{children:o.message},f))})},[e,l]);return s?a("div",{role:"alert","data-slot":"field-error",className:i("text-destructive text-sm font-normal",t),...n,children:s}):null}r(z,"FieldError");export{k as Field,F as FieldDescription,z as FieldError,N as FieldLabel};
1
+ var u=Object.defineProperty;var l=(t,e)=>u(t,"name",{value:e,configurable:!0});import{jsx as a,jsxs as c}from"react/jsx-runtime";import{useMemo as m}from"react";import{cva as p}from"class-variance-authority";import{cn as o}from"../lib/utils.js";import{Label as g}from"./label.js";import{Separator as x}from"./separator.js";function L({className:t,...e}){return a("fieldset",{"data-slot":"field-set",className:o("gap-6 has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3 flex flex-col",t),...e})}l(L,"FieldSet");function S({className:t,variant:e="legend",...d}){return a("legend",{"data-slot":"field-legend","data-variant":e,className:o("mb-3 font-medium data-[variant=label]:text-sm data-[variant=legend]:text-base",t),...d})}l(S,"FieldLegend");function j({className:t,...e}){return a("div",{"data-slot":"field-group",className:o("gap-7 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4 group/field-group @container/field-group flex w-full flex-col",t),...e})}l(j,"FieldGroup");const h=p("data-[invalid=true]:text-destructive gap-3 group/field flex w-full",{variants:{orientation:{vertical:"flex-col [&>*]:w-full [&>.sr-only]:w-auto",horizontal:"flex-row items-center [&>[data-slot=field-label]]:flex-auto has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px",responsive:"flex-col [&>*]:w-full [&>.sr-only]:w-auto @md/field-group:flex-row @md/field-group:items-center @md/field-group:[&>*]:w-auto @md/field-group:[&>[data-slot=field-label]]:flex-auto @md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"}},defaultVariants:{orientation:"vertical"}});function z({className:t,orientation:e="vertical",...d}){return a("div",{role:"group","data-slot":"field","data-orientation":e,className:o(h({orientation:e}),t),...d})}l(z,"Field");function E({className:t,...e}){return a("div",{"data-slot":"field-content",className:o("gap-1 group/field-content flex flex-1 flex-col leading-snug",t),...e})}l(E,"FieldContent");function M({className:t,...e}){return a(g,{"data-slot":"field-label",className:o("has-data-checked:bg-primary/5 has-data-checked:border-primary dark:has-data-checked:bg-primary/10 gap-2 group-data-[disabled=true]/field:opacity-50 has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border [&>*]:data-[slot=field]:p-3 group/field-label peer/field-label flex w-fit leading-snug","has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col",t),...e})}l(M,"FieldLabel");function V({className:t,...e}){return a("div",{"data-slot":"field-label",className:o("gap-2 text-sm font-medium group-data-[disabled=true]/field:opacity-50 flex w-fit items-center leading-snug",t),...e})}l(V,"FieldTitle");function q({className:t,...e}){return a("p",{"data-slot":"field-description",className:o("text-muted text-left text-sm [[data-variant=legend]+&]:-mt-1.5 leading-normal font-normal group-has-[[data-orientation=horizontal]]/field:text-balance","last:mt-0 nth-last-2:-mt-1","[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4",t),...e})}l(q,"FieldDescription");function C({children:t,className:e,...d}){return c("div",{"data-slot":"field-separator","data-content":!!t,className:o("-my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2 relative",e),...d,children:[a(x,{className:"absolute inset-0 top-1/2"}),t&&a("span",{className:"text-muted-foreground px-2 bg-background relative mx-auto block w-fit","data-slot":"field-separator-content",children:t})]})}l(C,"FieldSeparator");function D({className:t,children:e,errors:d,...s}){const n=m(()=>{if(e)return e;if(!d?.length)return null;const r=[...new Map(d.map(i=>[i?.message,i])).values()];return r?.length==1?r[0]?.message:a("ul",{className:"ml-4 flex list-disc flex-col gap-1",children:r.map((i,f)=>i?.message&&a("li",{children:i.message},f))})},[e,d]);return n?a("div",{role:"alert","data-slot":"field-error",className:o("text-destructive text-sm font-normal",t),...s,children:n}):null}l(D,"FieldError");export{z as Field,E as FieldContent,q as FieldDescription,D as FieldError,j as FieldGroup,M as FieldLabel,S as FieldLegend,C as FieldSeparator,L as FieldSet,V as FieldTitle};
@@ -36,3 +36,4 @@ export { ThemeProvider, useTheme } from "../providers/theme-provider";
36
36
  export { LoaderProvider, useLoader } from "../providers/loader-provider";
37
37
  export { HtmlInput } from "./html-input";
38
38
  export { Empty, EmptyHeader, EmptyTitle, EmptyDescription, EmptyContent, EmptyMedia, } from "./empty";
39
+ export { Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, FieldTitle, } from "./field";
@@ -1 +1 @@
1
- import{AlertDialog as r,AlertDialogAction as t,AlertDialogCancel as a,AlertDialogContent as i,AlertDialogDescription as n,AlertDialogFooter as p,AlertDialogHeader as l,AlertDialogOverlay as d,AlertDialogPortal as m,AlertDialogTitle as g,AlertDialogTrigger as b}from"./alert-dialog.js";import{Alert as S,AlertDescription as D,AlertTitle as x}from"./alert.js";import{Badge as f}from"./badge.js";import{Button as s,buttonVariants as M}from"./button.js";import{Avatar as A,AvatarFallback as c,AvatarImage as v}from"./avatar.js";import{Calendar as h}from"./calendar.js";import{Card as I,CardAction as y,CardContent as k,CardDescription as F,CardFooter as L,CardHeader as B,CardTitle as E}from"./card.js";import{Checkbox as R}from"./checkbox.js";import{DatePicker as U}from"./date-picker.js";import{Dialog as V,DialogClose as j,DialogContent as q,DialogDescription as z,DialogFooter as J,DialogHeader as K,DialogOverlay as Q,DialogPortal as W,DialogTitle as X,DialogTrigger as Y}from"./dialog.js";import{DataLoader as _}from"./data-loader.js";import{DropdownMenu as ee,DropdownMenuCheckboxItem as oe,DropdownMenuContent as re,DropdownMenuGroup as te,DropdownMenuItem as ae,DropdownMenuLabel as ie,DropdownMenuPortal as ne,DropdownMenuRadioGroup as pe,DropdownMenuRadioItem as le,DropdownMenuSeparator as de,DropdownMenuShortcut as me,DropdownMenuSub as ge,DropdownMenuSubContent as be,DropdownMenuSubTrigger as ue,DropdownMenuTrigger as Se}from"./dropdown-menu.js";import{FileUploader as xe}from"./file-uploader.js";import{ImageUploader as fe}from"./image-uploader.js";import{HoverCard as se,HoverCardContent as Me,HoverCardTrigger as Pe}from"./hover-card.js";import{Input as ce}from"./input.js";import{Label as we}from"./label.js";import{ModeToggle as He}from"./mode-toggle.js";import{Pagination as ye,PaginationContent as ke,PaginationEllipsis as Fe,PaginationItem as Le,PaginationLink as Be,PaginationNext as Ee,PaginationPrevious as Ge}from"./pagination.js";import{PasswordRulesChecker as Oe}from"./password-rules-checker.js";import{Popover as Ne,PopoverContent as Ve,PopoverDescription as je,PopoverHeader as qe,PopoverTitle as ze,PopoverTrigger as Je}from"./popover.js";import{Select as Qe}from"./select.js";import{Separator as Xe}from"./separator.js";import{Sheet as Ze,SheetBody as _e,SheetClose as $e,SheetContent as eo,SheetDescription as oo,SheetFooter as ro,SheetHeader as to,SheetTitle as ao,SheetTrigger as io}from"./sheet.js";import{Sidebar as po,SidebarContent as lo,SidebarFooter as mo,SidebarGroup as go,SidebarGroupAction as bo,SidebarGroupContent as uo,SidebarGroupLabel as So,SidebarHeader as Do,SidebarInput as xo,SidebarInset as To,SidebarMenu as fo,SidebarMenuAction as Co,SidebarMenuBadge as so,SidebarMenuButton as Mo,SidebarMenuItem as Po,SidebarMenuSkeleton as Ao,SidebarMenuSub as co,SidebarMenuSubButton as vo,SidebarMenuSubItem as wo,SidebarProvider as ho,SidebarRail as Ho,SidebarSeparator as Io,SidebarTrigger as yo,useSidebar as ko}from"./sidebar.js";import{SimplePagination as Lo}from"./simple-pagination.js";import{SimpleTooltip as Eo}from"./simple-tooltip.js";import{Skeleton as Ro}from"./skeleton.js";import{Switch as Uo}from"./switch.js";import{Toaster as Vo}from"./sonner.js";import{Table as qo,TableBody as zo,TableCaption as Jo,TableCell as Ko,TableFooter as Qo,TableHead as Wo,TableHeader as Xo,TableRow as Yo}from"./table.js";import{Tabs as _o,TabsContent as $o,TabsList as er,TabsTrigger as or}from"./tabs.js";import{Textarea as tr}from"./textarea.js";import{Tooltip as ir,TooltipContent as nr,TooltipProvider as pr,TooltipTrigger as lr}from"./tooltip.js";import{ThemeProvider as mr,useTheme as gr}from"../providers/theme-provider.js";import{LoaderProvider as ur,useLoader as Sr}from"../providers/loader-provider.js";import{HtmlInput as xr}from"./html-input.js";import{Empty as fr,EmptyContent as Cr,EmptyDescription as sr,EmptyHeader as Mr,EmptyMedia as Pr,EmptyTitle as Ar}from"./empty.js";export{S as Alert,D as AlertDescription,r as AlertDialog,t as AlertDialogAction,a as AlertDialogCancel,i as AlertDialogContent,n as AlertDialogDescription,p as AlertDialogFooter,l as AlertDialogHeader,d as AlertDialogOverlay,m as AlertDialogPortal,g as AlertDialogTitle,b as AlertDialogTrigger,x as AlertTitle,A as Avatar,c as AvatarFallback,v as AvatarImage,f as Badge,s as Button,h as Calendar,I as Card,y as CardAction,k as CardContent,F as CardDescription,L as CardFooter,B as CardHeader,E as CardTitle,R as Checkbox,_ as DataLoader,U as DatePicker,V as Dialog,j as DialogClose,q as DialogContent,z as DialogDescription,J as DialogFooter,K as DialogHeader,Q as DialogOverlay,W as DialogPortal,X as DialogTitle,Y as DialogTrigger,ee as DropdownMenu,oe as DropdownMenuCheckboxItem,re as DropdownMenuContent,te as DropdownMenuGroup,ae as DropdownMenuItem,ie as DropdownMenuLabel,ne as DropdownMenuPortal,pe as DropdownMenuRadioGroup,le as DropdownMenuRadioItem,de as DropdownMenuSeparator,me as DropdownMenuShortcut,ge as DropdownMenuSub,be as DropdownMenuSubContent,ue as DropdownMenuSubTrigger,Se as DropdownMenuTrigger,fr as Empty,Cr as EmptyContent,sr as EmptyDescription,Mr as EmptyHeader,Pr as EmptyMedia,Ar as EmptyTitle,xe as FileUploader,se as HoverCard,Me as HoverCardContent,Pe as HoverCardTrigger,xr as HtmlInput,fe as ImageUploader,ce as Input,we as Label,ur as LoaderProvider,He as ModeToggle,ye as Pagination,ke as PaginationContent,Fe as PaginationEllipsis,Le as PaginationItem,Be as PaginationLink,Ee as PaginationNext,Ge as PaginationPrevious,Oe as PasswordRulesChecker,Ne as Popover,Ve as PopoverContent,je as PopoverDescription,qe as PopoverHeader,ze as PopoverTitle,Je as PopoverTrigger,Qe as Select,Xe as Separator,Ze as Sheet,_e as SheetBody,$e as SheetClose,eo as SheetContent,oo as SheetDescription,ro as SheetFooter,to as SheetHeader,ao as SheetTitle,io as SheetTrigger,po as Sidebar,lo as SidebarContent,mo as SidebarFooter,go as SidebarGroup,bo as SidebarGroupAction,uo as SidebarGroupContent,So as SidebarGroupLabel,Do as SidebarHeader,xo as SidebarInput,To as SidebarInset,fo as SidebarMenu,Co as SidebarMenuAction,so as SidebarMenuBadge,Mo as SidebarMenuButton,Po as SidebarMenuItem,Ao as SidebarMenuSkeleton,co as SidebarMenuSub,vo as SidebarMenuSubButton,wo as SidebarMenuSubItem,ho as SidebarProvider,Ho as SidebarRail,Io as SidebarSeparator,yo as SidebarTrigger,Lo as SimplePagination,Eo as SimpleTooltip,Ro as Skeleton,Uo as Switch,qo as Table,zo as TableBody,Jo as TableCaption,Ko as TableCell,Qo as TableFooter,Wo as TableHead,Xo as TableHeader,Yo as TableRow,_o as Tabs,$o as TabsContent,er as TabsList,or as TabsTrigger,tr as Textarea,mr as ThemeProvider,Vo as Toaster,ir as Tooltip,nr as TooltipContent,pr as TooltipProvider,lr as TooltipTrigger,M as buttonVariants,Sr as useLoader,ko as useSidebar,gr as useTheme};
1
+ import{AlertDialog as r,AlertDialogAction as t,AlertDialogCancel as a,AlertDialogContent as i,AlertDialogDescription as n,AlertDialogFooter as p,AlertDialogHeader as l,AlertDialogOverlay as d,AlertDialogPortal as m,AlertDialogTitle as g,AlertDialogTrigger as S}from"./alert-dialog.js";import{Alert as u,AlertDescription as D,AlertTitle as x}from"./alert.js";import{Badge as f}from"./badge.js";import{Button as s,buttonVariants as M}from"./button.js";import{Avatar as c,AvatarFallback as A,AvatarImage as v}from"./avatar.js";import{Calendar as F}from"./calendar.js";import{Card as H,CardAction as I,CardContent as y,CardDescription as L,CardFooter as k,CardHeader as E,CardTitle as B}from"./card.js";import{Checkbox as R}from"./checkbox.js";import{DatePicker as U}from"./date-picker.js";import{Dialog as V,DialogClose as j,DialogContent as q,DialogDescription as z,DialogFooter as J,DialogHeader as K,DialogOverlay as Q,DialogPortal as W,DialogTitle as X,DialogTrigger as Y}from"./dialog.js";import{DataLoader as _}from"./data-loader.js";import{DropdownMenu as ee,DropdownMenuCheckboxItem as oe,DropdownMenuContent as re,DropdownMenuGroup as te,DropdownMenuItem as ae,DropdownMenuLabel as ie,DropdownMenuPortal as ne,DropdownMenuRadioGroup as pe,DropdownMenuRadioItem as le,DropdownMenuSeparator as de,DropdownMenuShortcut as me,DropdownMenuSub as ge,DropdownMenuSubContent as Se,DropdownMenuSubTrigger as be,DropdownMenuTrigger as ue}from"./dropdown-menu.js";import{FileUploader as xe}from"./file-uploader.js";import{ImageUploader as fe}from"./image-uploader.js";import{HoverCard as se,HoverCardContent as Me,HoverCardTrigger as Pe}from"./hover-card.js";import{Input as Ae}from"./input.js";import{Label as we}from"./label.js";import{ModeToggle as he}from"./mode-toggle.js";import{Pagination as Ie,PaginationContent as ye,PaginationEllipsis as Le,PaginationItem as ke,PaginationLink as Ee,PaginationNext as Be,PaginationPrevious as Ge}from"./pagination.js";import{PasswordRulesChecker as Oe}from"./password-rules-checker.js";import{Popover as Ne,PopoverContent as Ve,PopoverDescription as je,PopoverHeader as qe,PopoverTitle as ze,PopoverTrigger as Je}from"./popover.js";import{Select as Qe}from"./select.js";import{Separator as Xe}from"./separator.js";import{Sheet as Ze,SheetBody as _e,SheetClose as $e,SheetContent as eo,SheetDescription as oo,SheetFooter as ro,SheetHeader as to,SheetTitle as ao,SheetTrigger as io}from"./sheet.js";import{Sidebar as po,SidebarContent as lo,SidebarFooter as mo,SidebarGroup as go,SidebarGroupAction as So,SidebarGroupContent as bo,SidebarGroupLabel as uo,SidebarHeader as Do,SidebarInput as xo,SidebarInset as To,SidebarMenu as fo,SidebarMenuAction as Co,SidebarMenuBadge as so,SidebarMenuButton as Mo,SidebarMenuItem as Po,SidebarMenuSkeleton as co,SidebarMenuSub as Ao,SidebarMenuSubButton as vo,SidebarMenuSubItem as wo,SidebarProvider as Fo,SidebarRail as ho,SidebarSeparator as Ho,SidebarTrigger as Io,useSidebar as yo}from"./sidebar.js";import{SimplePagination as ko}from"./simple-pagination.js";import{SimpleTooltip as Bo}from"./simple-tooltip.js";import{Skeleton as Ro}from"./skeleton.js";import{Switch as Uo}from"./switch.js";import{Toaster as Vo}from"./sonner.js";import{Table as qo,TableBody as zo,TableCaption as Jo,TableCell as Ko,TableFooter as Qo,TableHead as Wo,TableHeader as Xo,TableRow as Yo}from"./table.js";import{Tabs as _o,TabsContent as $o,TabsList as er,TabsTrigger as or}from"./tabs.js";import{Textarea as tr}from"./textarea.js";import{Tooltip as ir,TooltipContent as nr,TooltipProvider as pr,TooltipTrigger as lr}from"./tooltip.js";import{ThemeProvider as mr,useTheme as gr}from"../providers/theme-provider.js";import{LoaderProvider as br,useLoader as ur}from"../providers/loader-provider.js";import{HtmlInput as xr}from"./html-input.js";import{Empty as fr,EmptyContent as Cr,EmptyDescription as sr,EmptyHeader as Mr,EmptyMedia as Pr,EmptyTitle as cr}from"./empty.js";import{Field as vr,FieldContent as wr,FieldDescription as Fr,FieldError as hr,FieldGroup as Hr,FieldLabel as Ir,FieldLegend as yr,FieldSeparator as Lr,FieldSet as kr,FieldTitle as Er}from"./field.js";export{u as Alert,D as AlertDescription,r as AlertDialog,t as AlertDialogAction,a as AlertDialogCancel,i as AlertDialogContent,n as AlertDialogDescription,p as AlertDialogFooter,l as AlertDialogHeader,d as AlertDialogOverlay,m as AlertDialogPortal,g as AlertDialogTitle,S as AlertDialogTrigger,x as AlertTitle,c as Avatar,A as AvatarFallback,v as AvatarImage,f as Badge,s as Button,F as Calendar,H as Card,I as CardAction,y as CardContent,L as CardDescription,k as CardFooter,E as CardHeader,B as CardTitle,R as Checkbox,_ as DataLoader,U as DatePicker,V as Dialog,j as DialogClose,q as DialogContent,z as DialogDescription,J as DialogFooter,K as DialogHeader,Q as DialogOverlay,W as DialogPortal,X as DialogTitle,Y as DialogTrigger,ee as DropdownMenu,oe as DropdownMenuCheckboxItem,re as DropdownMenuContent,te as DropdownMenuGroup,ae as DropdownMenuItem,ie as DropdownMenuLabel,ne as DropdownMenuPortal,pe as DropdownMenuRadioGroup,le as DropdownMenuRadioItem,de as DropdownMenuSeparator,me as DropdownMenuShortcut,ge as DropdownMenuSub,Se as DropdownMenuSubContent,be as DropdownMenuSubTrigger,ue as DropdownMenuTrigger,fr as Empty,Cr as EmptyContent,sr as EmptyDescription,Mr as EmptyHeader,Pr as EmptyMedia,cr as EmptyTitle,vr as Field,wr as FieldContent,Fr as FieldDescription,hr as FieldError,Hr as FieldGroup,Ir as FieldLabel,yr as FieldLegend,Lr as FieldSeparator,kr as FieldSet,Er as FieldTitle,xe as FileUploader,se as HoverCard,Me as HoverCardContent,Pe as HoverCardTrigger,xr as HtmlInput,fe as ImageUploader,Ae as Input,we as Label,br as LoaderProvider,he as ModeToggle,Ie as Pagination,ye as PaginationContent,Le as PaginationEllipsis,ke as PaginationItem,Ee as PaginationLink,Be as PaginationNext,Ge as PaginationPrevious,Oe as PasswordRulesChecker,Ne as Popover,Ve as PopoverContent,je as PopoverDescription,qe as PopoverHeader,ze as PopoverTitle,Je as PopoverTrigger,Qe as Select,Xe as Separator,Ze as Sheet,_e as SheetBody,$e as SheetClose,eo as SheetContent,oo as SheetDescription,ro as SheetFooter,to as SheetHeader,ao as SheetTitle,io as SheetTrigger,po as Sidebar,lo as SidebarContent,mo as SidebarFooter,go as SidebarGroup,So as SidebarGroupAction,bo as SidebarGroupContent,uo as SidebarGroupLabel,Do as SidebarHeader,xo as SidebarInput,To as SidebarInset,fo as SidebarMenu,Co as SidebarMenuAction,so as SidebarMenuBadge,Mo as SidebarMenuButton,Po as SidebarMenuItem,co as SidebarMenuSkeleton,Ao as SidebarMenuSub,vo as SidebarMenuSubButton,wo as SidebarMenuSubItem,Fo as SidebarProvider,ho as SidebarRail,Ho as SidebarSeparator,Io as SidebarTrigger,ko as SimplePagination,Bo as SimpleTooltip,Ro as Skeleton,Uo as Switch,qo as Table,zo as TableBody,Jo as TableCaption,Ko as TableCell,Qo as TableFooter,Wo as TableHead,Xo as TableHeader,Yo as TableRow,_o as Tabs,$o as TabsContent,er as TabsList,or as TabsTrigger,tr as Textarea,mr as ThemeProvider,Vo as Toaster,ir as Tooltip,nr as TooltipContent,pr as TooltipProvider,lr as TooltipTrigger,M as buttonVariants,ur as useLoader,yo as useSidebar,gr as useTheme};
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/F1na/fina-react-ds"
6
6
  },
7
7
  "private": false,
8
- "version": "2.0.0",
8
+ "version": "2.0.1",
9
9
  "type": "module",
10
10
  "files": [
11
11
  "dist"