@vuer-ai/vuer-uikit 0.0.75 → 0.0.77

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.
Files changed (124) hide show
  1. package/dist/{chunk-P27TWGME.cjs → chunk-33ZAFHOY.cjs} +2 -2
  2. package/dist/{chunk-IZFHHQ6S.mjs → chunk-3HERIMKO.mjs} +2 -2
  3. package/dist/chunk-3LM4LVYM.mjs +187 -0
  4. package/dist/chunk-6E4NTY34.cjs +494 -0
  5. package/dist/{chunk-VNYP2IVJ.cjs → chunk-7644AY3P.cjs} +2 -2
  6. package/dist/chunk-AHNVEAOM.cjs +855 -0
  7. package/dist/{chunk-5432JOTN.mjs → chunk-AOAM6HV2.mjs} +2 -2
  8. package/dist/chunk-BWBBQCG2.mjs +217 -0
  9. package/dist/{chunk-P5T6EVSQ.mjs → chunk-CSSMBHBD.mjs} +1 -1
  10. package/dist/chunk-CW6FHIAT.cjs +624 -0
  11. package/dist/chunk-D4W2G6CY.cjs +494 -0
  12. package/dist/{chunk-NS2P4CPA.mjs → chunk-D5YKZOUG.mjs} +4 -4
  13. package/dist/{chunk-2274XZ2C.cjs → chunk-E6D3BSYY.cjs} +6 -6
  14. package/dist/chunk-HOJOWLJT.mjs +142 -0
  15. package/dist/chunk-HTAFERCZ.mjs +1 -0
  16. package/dist/chunk-HTHCG2AN.cjs +125 -0
  17. package/dist/chunk-HVVT3D2T.mjs +1 -0
  18. package/dist/chunk-IZJYFVS7.mjs +15 -0
  19. package/dist/chunk-KFPS5CCR.cjs +2 -0
  20. package/dist/chunk-KQXLV6YW.mjs +489 -0
  21. package/dist/chunk-LBENVTO2.mjs +853 -0
  22. package/dist/chunk-MMT74K7A.mjs +247 -0
  23. package/dist/chunk-NEOSSUNE.mjs +599 -0
  24. package/dist/chunk-OEM5OJDP.mjs +489 -0
  25. package/dist/chunk-RM7E3WGH.cjs +71 -0
  26. package/dist/chunk-SYXRPCBO.cjs +220 -0
  27. package/dist/chunk-TE5JNR5C.mjs +117 -0
  28. package/dist/chunk-UHDBWDHS.cjs +190 -0
  29. package/dist/{chunk-Z5P6VCGR.cjs → chunk-V2OROE7H.cjs} +2 -2
  30. package/dist/chunk-VOTZLQ6J.cjs +2 -0
  31. package/dist/chunk-W4CDQ2RJ.mjs +69 -0
  32. package/dist/chunk-XKIB3LSS.cjs +167 -0
  33. package/dist/chunk-YPQYI63K.cjs +249 -0
  34. package/dist/chunk-ZO3X2NDT.cjs +21 -0
  35. package/dist/highlight-cursor/enhanced-components.cjs +8 -8
  36. package/dist/highlight-cursor/enhanced-components.mjs +3 -3
  37. package/dist/highlight-cursor/index.cjs +12 -12
  38. package/dist/highlight-cursor/index.mjs +3 -3
  39. package/dist/index.cjs +442 -417
  40. package/dist/index.d.cts +6 -2
  41. package/dist/index.d.ts +6 -2
  42. package/dist/index.mjs +43 -38
  43. package/dist/ui/UIKitBadge.cjs +5 -5
  44. package/dist/ui/UIKitBadge.mjs +1 -1
  45. package/dist/ui/badge.d.cts +1 -1
  46. package/dist/ui/badge.d.ts +1 -1
  47. package/dist/ui/index.cjs +362 -337
  48. package/dist/ui/index.d.cts +6 -2
  49. package/dist/ui/index.d.ts +6 -2
  50. package/dist/ui/index.mjs +42 -37
  51. package/dist/ui/inputs/index.cjs +5 -5
  52. package/dist/ui/inputs/index.mjs +1 -1
  53. package/dist/ui/inputs/input.d.cts +1 -1
  54. package/dist/ui/inputs/input.d.ts +1 -1
  55. package/dist/ui/layouts/index.cjs +6 -6
  56. package/dist/ui/layouts/index.mjs +2 -2
  57. package/dist/ui/pagination.cjs +9 -9
  58. package/dist/ui/pagination.mjs +2 -2
  59. package/dist/ui/select.d.cts +1 -1
  60. package/dist/ui/select.d.ts +1 -1
  61. package/dist/ui/sidebar.cjs +26 -26
  62. package/dist/ui/sidebar.mjs +2 -2
  63. package/dist/ui/{tree-view.cjs → simple-tree-view.cjs} +3 -3
  64. package/dist/ui/{tree-view.d.cts → simple-tree-view.d.cts} +1 -1
  65. package/dist/ui/{tree-view.d.ts → simple-tree-view.d.ts} +1 -1
  66. package/dist/ui/{tree-view.mjs → simple-tree-view.mjs} +1 -1
  67. package/dist/ui/tabs.cjs +6 -6
  68. package/dist/ui/tabs.mjs +2 -2
  69. package/dist/ui/textarea.d.cts +1 -1
  70. package/dist/ui/textarea.d.ts +1 -1
  71. package/dist/ui/timeline.cjs +4 -4
  72. package/dist/ui/timeline.d.cts +1 -1
  73. package/dist/ui/timeline.d.ts +1 -1
  74. package/dist/ui/timeline.mjs +3 -3
  75. package/dist/ui/tree-view/TreeSearchBar.cjs +22 -0
  76. package/dist/ui/tree-view/TreeSearchBar.d.cts +16 -0
  77. package/dist/ui/tree-view/TreeSearchBar.d.ts +16 -0
  78. package/dist/ui/tree-view/TreeSearchBar.mjs +13 -0
  79. package/dist/ui/tree-view/TreeView.cjs +24 -0
  80. package/dist/ui/tree-view/TreeView.d.cts +48 -0
  81. package/dist/ui/tree-view/TreeView.d.ts +48 -0
  82. package/dist/ui/tree-view/TreeView.mjs +11 -0
  83. package/dist/ui/tree-view/hooks.cjs +14 -0
  84. package/dist/ui/tree-view/hooks.d.cts +38 -0
  85. package/dist/ui/tree-view/hooks.d.ts +38 -0
  86. package/dist/ui/tree-view/hooks.mjs +1 -0
  87. package/dist/ui/tree-view/index.cjs +42 -0
  88. package/dist/ui/tree-view/index.d.cts +6 -0
  89. package/dist/ui/tree-view/index.d.ts +6 -0
  90. package/dist/ui/tree-view/index.mjs +17 -0
  91. package/dist/ui/tree-view/types.cjs +4 -0
  92. package/dist/ui/tree-view/types.d.cts +24 -0
  93. package/dist/ui/tree-view/types.d.ts +24 -0
  94. package/dist/ui/tree-view/types.mjs +1 -0
  95. package/dist/ui/tree-view-legacy.cjs +37 -0
  96. package/dist/ui/tree-view-legacy.d.cts +108 -0
  97. package/dist/ui/tree-view-legacy.d.ts +108 -0
  98. package/dist/ui/{tree-view-v2.mjs → tree-view-legacy.mjs} +2 -2
  99. package/dist/ui/waterfall/TimelineEvent.d.cts +1 -1
  100. package/dist/ui/waterfall/TimelineEvent.d.ts +1 -1
  101. package/dist/ui/waterfall/TimelineProcessBar.d.cts +1 -1
  102. package/dist/ui/waterfall/TimelineProcessBar.d.ts +1 -1
  103. package/dist/ui/waterfall/Wedges.d.cts +1 -1
  104. package/dist/ui/waterfall/Wedges.d.ts +1 -1
  105. package/dist/ui/waterfall/hooks/useTimelineState.d.cts +1 -2
  106. package/dist/ui/waterfall/hooks/useTimelineState.d.ts +1 -2
  107. package/dist/ui/waterfall/hooks/useViewport.d.cts +1 -2
  108. package/dist/ui/waterfall/hooks/useViewport.d.ts +1 -2
  109. package/dist/ui/waterfall/index.cjs +6 -6
  110. package/dist/ui/waterfall/index.d.cts +1 -1
  111. package/dist/ui/waterfall/index.d.ts +1 -1
  112. package/dist/ui/waterfall/index.mjs +5 -5
  113. package/dist/ui/waterfall/types.d.cts +1 -2
  114. package/dist/ui/waterfall/types.d.ts +1 -2
  115. package/package.json +1 -1
  116. package/dist/chunk-FD5AAGON.cjs +0 -487
  117. package/dist/chunk-ILGNKXK2.mjs +0 -485
  118. package/dist/ui/tree-view-v2.cjs +0 -25
  119. package/dist/ui/tree-view-v2.d.cts +0 -43
  120. package/dist/ui/tree-view-v2.d.ts +0 -43
  121. /package/dist/{chunk-SUABRIFA.mjs → chunk-2SWBXWLK.mjs} +0 -0
  122. /package/dist/{chunk-XMUP5MIM.mjs → chunk-G3EIVAVR.mjs} +0 -0
  123. /package/dist/{chunk-OX2U5RAG.cjs → chunk-G5NT42YF.cjs} +0 -0
  124. /package/dist/{chunk-J5DLIKNB.cjs → chunk-X2A7TKER.cjs} +0 -0
package/dist/index.d.cts CHANGED
@@ -5,8 +5,12 @@ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, Pagi
5
5
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.cjs';
6
6
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.cjs';
7
7
  export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.cjs';
8
- export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.cjs';
9
- export { TreeDataItem, TreeView } from './ui/tree-view.cjs';
8
+ export { TreeEntryItem, TreeView, TreeViewProps } from './ui/tree-view/TreeView.cjs';
9
+ export { TreeSearchBar, TreeSearchBarProps } from './ui/tree-view/TreeSearchBar.cjs';
10
+ export { useTreeSearch, useTreeState } from './ui/tree-view/hooks.cjs';
11
+ export { TreeDataItem, TreeDataItemWithMeta } from './ui/tree-view/types.cjs';
12
+ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.cjs';
13
+ export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.cjs';
10
14
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.cjs';
11
15
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.cjs';
12
16
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.cjs';
package/dist/index.d.ts CHANGED
@@ -5,8 +5,12 @@ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, Pagi
5
5
  export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.js';
6
6
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.js';
7
7
  export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.js';
8
- export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.js';
9
- export { TreeDataItem, TreeView } from './ui/tree-view.js';
8
+ export { TreeEntryItem, TreeView, TreeViewProps } from './ui/tree-view/TreeView.js';
9
+ export { TreeSearchBar, TreeSearchBarProps } from './ui/tree-view/TreeSearchBar.js';
10
+ export { useTreeSearch, useTreeState } from './ui/tree-view/hooks.js';
11
+ export { TreeDataItem, TreeDataItemWithMeta } from './ui/tree-view/types.js';
12
+ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.js';
13
+ export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.js';
10
14
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
11
15
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
12
16
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.js';
package/dist/index.mjs CHANGED
@@ -1,8 +1,9 @@
1
- import './chunk-XMUP5MIM.mjs';
2
- export { Waterfall } from './chunk-NS2P4CPA.mjs';
1
+ import './chunk-G3EIVAVR.mjs';
2
+ export { Waterfall } from './chunk-D5YKZOUG.mjs';
3
+ import './chunk-IR334P7F.mjs';
4
+ import './chunk-CIPI2V54.mjs';
3
5
  import './chunk-JWKOW2OV.mjs';
4
6
  import './chunk-VPQ5SSY3.mjs';
5
- import './chunk-CIPI2V54.mjs';
6
7
  import './chunk-SA5WKLYB.mjs';
7
8
  import './chunk-5EXV5EWF.mjs';
8
9
  import './chunk-K22BEXUA.mjs';
@@ -10,24 +11,19 @@ import './chunk-OC4HRPZU.mjs';
10
11
  import './chunk-N6DSPSMM.mjs';
11
12
  import './chunk-CO6EASQO.mjs';
12
13
  import './chunk-4U232QAX.mjs';
13
- import './chunk-IR334P7F.mjs';
14
14
  import './chunk-IGTUE4NW.mjs';
15
15
  import './chunk-4QFWMPJZ.mjs';
16
- export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
17
- export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
18
16
  import './chunk-EPRRJR2S.mjs';
19
17
  export { LiquidLayoutView } from './chunk-L26ULDYM.mjs';
20
18
  import './chunk-V2IP7UUV.mjs';
19
+ import './chunk-HVVT3D2T.mjs';
20
+ export { TreeSearchBar } from './chunk-W4CDQ2RJ.mjs';
21
+ export { TreeEntryItem, TreeView } from './chunk-3LM4LVYM.mjs';
22
+ export { useTreeSearch, useTreeState } from './chunk-BWBBQCG2.mjs';
23
+ import './chunk-HTAFERCZ.mjs';
24
+ export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
25
+ export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
21
26
  import './chunk-6NK7UMFP.mjs';
22
- export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-COVQAQYO.mjs';
23
- export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
24
- export { ThemeScript } from './chunk-PQEAXTVY.mjs';
25
- import './chunk-KHROZRRE.mjs';
26
- export { createSelectable } from './chunk-TVKPO5VK.mjs';
27
- export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
28
- import './chunk-5UMTQHTX.mjs';
29
- export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-D2DMH5WY.mjs';
30
- export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
31
27
  import './chunk-FIWBOGQV.mjs';
32
28
  import './chunk-AGRPGNME.mjs';
33
29
  export { EulerRadInput } from './chunk-S3OW7I3O.mjs';
@@ -43,54 +39,62 @@ export { DegInput } from './chunk-KBVBN5Q3.mjs';
43
39
  export { EulerDegInput } from './chunk-ZLXUML4B.mjs';
44
40
  export { EulerInput } from './chunk-IBW26377.mjs';
45
41
  export { VectorInput } from './chunk-U4OZ35J3.mjs';
42
+ export { ColorInput } from './chunk-MDBCKCGI.mjs';
46
43
  export { PresetsInput } from './chunk-6VB53UMO.mjs';
47
44
  export { InputNumbers } from './chunk-WU3YZHOP.mjs';
48
- export { ColorInput } from './chunk-MDBCKCGI.mjs';
49
- export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
50
- export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
45
+ import './chunk-KHROZRRE.mjs';
46
+ export { createSelectable } from './chunk-TVKPO5VK.mjs';
47
+ export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
48
+ import './chunk-5UMTQHTX.mjs';
49
+ export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-D2DMH5WY.mjs';
50
+ export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
51
+ export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-COVQAQYO.mjs';
52
+ export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
53
+ export { ThemeScript } from './chunk-PQEAXTVY.mjs';
51
54
  export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
52
55
  export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-VTEWRMGQ.mjs';
53
- export { TreeView } from './chunk-SUABRIFA.mjs';
54
- export { Slider } from './chunk-Y6WGGVT2.mjs';
55
56
  export { Switch } from './chunk-AZBJB6KC.mjs';
56
57
  export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
57
- export { Timeline } from './chunk-P5T6EVSQ.mjs';
58
- export { TreeView as TreeViewV2 } from './chunk-ILGNKXK2.mjs';
58
+ export { Timeline } from './chunk-CSSMBHBD.mjs';
59
+ export { TreeView as TreeViewLegacy } from './chunk-KQXLV6YW.mjs';
60
+ import './chunk-BNDRHLLZ.mjs';
61
+ export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-BEJIZ56L.mjs';
62
+ export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
59
63
  export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
60
- export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-EBBHJLUX.mjs';
61
- export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-PO2LYHDO.mjs';
62
- export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
64
+ export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
65
+ export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
63
66
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
64
- export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-WHKKMUON.mjs';
65
- import './chunk-DWWM2TV3.mjs';
67
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-NEOSSUNE.mjs';
66
68
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-PCSY5IJ2.mjs';
67
69
  import './chunk-OWGKZAOO.mjs';
68
70
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-W3RJNSWQ.mjs';
69
- export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
70
- export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
71
+ export { TreeView as SimpleTreeView } from './chunk-2SWBXWLK.mjs';
72
+ import './chunk-DWWM2TV3.mjs';
73
+ export { Slider } from './chunk-Y6WGGVT2.mjs';
71
74
  export { Label } from './chunk-42UBHC2D.mjs';
72
75
  export { Layout } from './chunk-BGYHKHMQ.mjs';
73
76
  export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-3THWK3HB.mjs';
74
77
  export { Navigation } from './chunk-LG3PNH2P.mjs';
75
- export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-NTGUD2JN.mjs';
76
- export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-5432JOTN.mjs';
77
- export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
78
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-TE5JNR5C.mjs';
79
+ export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-EBBHJLUX.mjs';
80
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-PO2LYHDO.mjs';
81
+ export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
78
82
  export { Badge, badgeVariants } from './chunk-SUSABE24.mjs';
79
83
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-D3IW2NW6.mjs';
80
84
  export { Checkbox } from './chunk-YTV7747H.mjs';
81
85
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
86
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
87
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
88
+ export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-AOAM6HV2.mjs';
89
+ export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
82
90
  import './chunk-VGCVIHBR.mjs';
83
- import './chunk-BNDRHLLZ.mjs';
84
- export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-BEJIZ56L.mjs';
85
- export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
86
91
  export { CursorProvider } from './chunk-WWGF6TBZ.mjs';
87
- export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-7CTCK26U.mjs';
88
- export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-B53A4WNW.mjs';
92
+ export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-IZJYFVS7.mjs';
93
+ export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-HOJOWLJT.mjs';
89
94
  export { Textarea } from './chunk-25RDJXX7.mjs';
90
95
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-KY4I766B.mjs';
91
96
  export { InputRoot as Input, InputRoot, InputSlot } from './chunk-JXALL32A.mjs';
92
97
  export { Button, buttonVariants } from './chunk-INHZ5D7P.mjs';
93
- export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
94
98
  export { withCursor } from './chunk-RAHKRYQJ.mjs';
95
99
  import './chunk-F7ZHPSLA.mjs';
96
100
  export { useDragSelect } from './chunk-3QT5VABC.mjs';
@@ -103,3 +107,4 @@ export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chu
103
107
  export { useDocument } from './chunk-IDUVYPN7.mjs';
104
108
  export { cn } from './chunk-HMN4IKTG.mjs';
105
109
  import './chunk-3FR3WKI4.mjs';
110
+ export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkP27TWGME_cjs = require('../chunk-P27TWGME.cjs');
3
+ var chunk33ZAFHOY_cjs = require('../chunk-33ZAFHOY.cjs');
4
4
  require('../chunk-QN4N4I3Z.cjs');
5
5
  require('../chunk-Q7E73DVJ.cjs');
6
6
  require('../chunk-JR4TVE43.cjs');
@@ -16,17 +16,17 @@ require('../chunk-OHIB3TEN.cjs');
16
16
 
17
17
  Object.defineProperty(exports, "GIT_HASH", {
18
18
  enumerable: true,
19
- get: function () { return chunkP27TWGME_cjs.GIT_HASH; }
19
+ get: function () { return chunk33ZAFHOY_cjs.GIT_HASH; }
20
20
  });
21
21
  Object.defineProperty(exports, "PACKAGE_VERSION", {
22
22
  enumerable: true,
23
- get: function () { return chunkP27TWGME_cjs.PACKAGE_VERSION; }
23
+ get: function () { return chunk33ZAFHOY_cjs.PACKAGE_VERSION; }
24
24
  });
25
25
  Object.defineProperty(exports, "PackageBadge", {
26
26
  enumerable: true,
27
- get: function () { return chunkP27TWGME_cjs.PackageBadge; }
27
+ get: function () { return chunk33ZAFHOY_cjs.PackageBadge; }
28
28
  });
29
29
  Object.defineProperty(exports, "UIKitBadge", {
30
30
  enumerable: true,
31
- get: function () { return chunkP27TWGME_cjs.UIKitBadge; }
31
+ get: function () { return chunk33ZAFHOY_cjs.UIKitBadge; }
32
32
  });
@@ -1,4 +1,4 @@
1
- export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-5432JOTN.mjs';
1
+ export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-AOAM6HV2.mjs';
2
2
  import '../chunk-F7ZHPSLA.mjs';
3
3
  import '../chunk-3QT5VABC.mjs';
4
4
  import '../chunk-XHJDRQD7.mjs';
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
5
5
 
6
6
  declare const badgeVariants: (props?: ({
7
7
  variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
8
- type?: "default" | "circle" | "dot" | null | undefined;
8
+ type?: "circle" | "default" | "dot" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
11
11
  asChild?: boolean;
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
5
5
 
6
6
  declare const badgeVariants: (props?: ({
7
7
  variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
8
- type?: "default" | "circle" | "dot" | null | undefined;
8
+ type?: "circle" | "default" | "dot" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
11
11
  asChild?: boolean;