@tb-dev/vue-components 6.0.3 → 7.0.0

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 (346) hide show
  1. package/dist/{components/__base → base}/button/index.d.ts +1 -1
  2. package/dist/base/button-group/ButtonGroup.vue.d.ts +23 -0
  3. package/dist/base/button-group/ButtonGroupSeparator.vue.d.ts +9 -0
  4. package/dist/base/button-group/ButtonGroupText.vue.d.ts +26 -0
  5. package/dist/base/button-group/index.d.ts +8 -0
  6. package/dist/{components/__base → base}/combobox/ComboboxList.vue.d.ts +0 -1
  7. package/dist/base/empty/EmptyDescription.vue.d.ts +21 -0
  8. package/dist/base/empty/EmptyMedia.vue.d.ts +23 -0
  9. package/dist/base/empty/EmptyTitle.vue.d.ts +23 -0
  10. package/dist/base/empty/index.d.ts +11 -0
  11. package/dist/base/item/Item.vue.d.ts +27 -0
  12. package/dist/base/item/ItemDescription.vue.d.ts +21 -0
  13. package/dist/base/item/ItemMedia.vue.d.ts +23 -0
  14. package/dist/base/item/ItemSeparator.vue.d.ts +7 -0
  15. package/dist/base/item/index.d.ts +20 -0
  16. package/dist/{components/__base → base}/pagination/PaginationFirst.vue.d.ts +1 -1
  17. package/dist/{components/__base → base}/pagination/PaginationItem.vue.d.ts +1 -1
  18. package/dist/{components/__base → base}/pagination/PaginationLast.vue.d.ts +1 -1
  19. package/dist/{components/__base → base}/pagination/PaginationNext.vue.d.ts +1 -1
  20. package/dist/{components/__base → base}/pagination/PaginationPrevious.vue.d.ts +1 -1
  21. package/dist/base/sheet/SheetFooter.vue.d.ts +21 -0
  22. package/dist/base/sheet/SheetHeader.vue.d.ts +21 -0
  23. package/dist/base/sidebar/SidebarContent.vue.d.ts +21 -0
  24. package/dist/base/sidebar/SidebarFooter.vue.d.ts +21 -0
  25. package/dist/base/sidebar/SidebarGroup.vue.d.ts +21 -0
  26. package/dist/base/sidebar/SidebarGroupContent.vue.d.ts +21 -0
  27. package/dist/base/sidebar/SidebarHeader.vue.d.ts +21 -0
  28. package/dist/base/sidebar/SidebarMenuBadge.vue.d.ts +21 -0
  29. package/dist/{components/__base → base}/sidebar/utils.d.ts +1 -1
  30. package/dist/base/table/Table.vue.d.ts +21 -0
  31. package/dist/base/table/utils.d.ts +3 -0
  32. package/dist/{components/__base → base}/toggle/Toggle.vue.d.ts +2 -2
  33. package/dist/components/accordion/index.d.ts +1 -1
  34. package/dist/components/alert/index.d.ts +1 -1
  35. package/dist/components/alert-dialog/index.d.ts +1 -1
  36. package/dist/components/avatar/index.d.ts +1 -1
  37. package/dist/components/badge/index.d.ts +2 -2
  38. package/dist/components/button/index.d.ts +2 -2
  39. package/dist/components/button-group/index.d.ts +1 -0
  40. package/dist/components/calendar/index.d.ts +1 -1
  41. package/dist/components/card/index.d.ts +1 -1
  42. package/dist/components/checkbox/index.d.ts +1 -1
  43. package/dist/components/combobox/index.d.ts +1 -1
  44. package/dist/components/command/index.d.ts +1 -1
  45. package/dist/components/context-menu/index.d.ts +1 -1
  46. package/dist/components/dialog/index.d.ts +1 -1
  47. package/dist/components/drawer/index.d.ts +1 -1
  48. package/dist/components/dropdown-menu/index.d.ts +1 -1
  49. package/dist/components/empty/index.d.ts +1 -0
  50. package/dist/components/hover-card/index.d.ts +1 -1
  51. package/dist/components/index.d.ts +3 -0
  52. package/dist/components/input/index.d.ts +1 -1
  53. package/dist/components/item/index.d.ts +1 -0
  54. package/dist/components/label/index.d.ts +1 -1
  55. package/dist/components/menubar/index.d.ts +1 -1
  56. package/dist/components/navigation-menu/index.d.ts +1 -1
  57. package/dist/components/number-field/index.d.ts +1 -1
  58. package/dist/components/pagination/index.d.ts +1 -1
  59. package/dist/components/popover/index.d.ts +1 -1
  60. package/dist/components/progress/index.d.ts +1 -1
  61. package/dist/components/radio-group/index.d.ts +1 -1
  62. package/dist/components/resizable/index.d.ts +1 -1
  63. package/dist/components/scroll-area/index.d.ts +1 -1
  64. package/dist/components/select/index.d.ts +1 -1
  65. package/dist/components/separator/index.d.ts +1 -1
  66. package/dist/components/sheet/index.d.ts +1 -1
  67. package/dist/components/sidebar/index.d.ts +1 -1
  68. package/dist/components/skeleton/index.d.ts +1 -1
  69. package/dist/components/slider/index.d.ts +1 -1
  70. package/dist/components/sonner/index.d.ts +1 -1
  71. package/dist/components/switch/index.d.ts +1 -1
  72. package/dist/components/table/index.d.ts +1 -1
  73. package/dist/components/tabs/index.d.ts +1 -1
  74. package/dist/components/tags-input/index.d.ts +1 -1
  75. package/dist/components/textarea/index.d.ts +1 -1
  76. package/dist/components/toggle/index.d.ts +2 -2
  77. package/dist/components/tooltip/index.d.ts +1 -1
  78. package/dist/index.js +826 -460
  79. package/package.json +8 -8
  80. package/dist/components/__base/table/utils.d.ts +0 -3
  81. package/dist/{components/__base → base}/accordion/Accordion.vue.d.ts +0 -0
  82. package/dist/{components/__base → base}/accordion/AccordionContent.vue.d.ts +1 -1
  83. package/dist/{components/__base → base}/accordion/AccordionItem.vue.d.ts +1 -1
  84. package/dist/{components/__base → base}/accordion/AccordionTrigger.vue.d.ts +1 -1
  85. package/dist/{components/__base → base}/accordion/index.d.ts +0 -0
  86. package/dist/{components/__base → base}/alert/Alert.vue.d.ts +0 -0
  87. package/dist/{components/__base → base}/alert/AlertDescription.vue.d.ts +0 -0
  88. package/dist/{components/__base → base}/alert/AlertTitle.vue.d.ts +0 -0
  89. package/dist/{components/__base → base}/alert/index.d.ts +0 -0
  90. package/dist/{components/__base → base}/alert-dialog/AlertDialog.vue.d.ts +0 -0
  91. package/dist/{components/__base → base}/alert-dialog/AlertDialogAction.vue.d.ts +0 -0
  92. package/dist/{components/__base → base}/alert-dialog/AlertDialogCancel.vue.d.ts +0 -0
  93. package/dist/{components/__base → base}/alert-dialog/AlertDialogContent.vue.d.ts +0 -0
  94. package/dist/{components/__base → base}/alert-dialog/AlertDialogDescription.vue.d.ts +0 -0
  95. package/dist/{components/__base → base}/alert-dialog/AlertDialogFooter.vue.d.ts +0 -0
  96. package/dist/{components/__base → base}/alert-dialog/AlertDialogHeader.vue.d.ts +0 -0
  97. package/dist/{components/__base → base}/alert-dialog/AlertDialogTitle.vue.d.ts +0 -0
  98. package/dist/{components/__base → base}/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -0
  99. package/dist/{components/__base → base}/alert-dialog/index.d.ts +0 -0
  100. package/dist/{components/__base → base}/avatar/Avatar.vue.d.ts +0 -0
  101. package/dist/{components/__base → base}/avatar/AvatarFallback.vue.d.ts +0 -0
  102. package/dist/{components/__base → base}/avatar/AvatarImage.vue.d.ts +0 -0
  103. package/dist/{components/__base → base}/avatar/index.d.ts +0 -0
  104. package/dist/{components/__base → base}/badge/Badge.vue.d.ts +0 -0
  105. package/dist/{components/__base → base}/badge/index.d.ts +0 -0
  106. package/dist/{components/__base → base}/button/Button.vue.d.ts +1 -1
  107. package/dist/{components/__base → base}/calendar/Calendar.vue.d.ts +0 -0
  108. package/dist/{components/__base → base}/calendar/CalendarCell.vue.d.ts +0 -0
  109. package/dist/{components/__base → base}/calendar/CalendarCellTrigger.vue.d.ts +0 -0
  110. package/dist/{components/__base → base}/calendar/CalendarGrid.vue.d.ts +0 -0
  111. package/dist/{components/__base → base}/calendar/CalendarGridBody.vue.d.ts +0 -0
  112. package/dist/{components/__base → base}/calendar/CalendarGridHead.vue.d.ts +0 -0
  113. package/dist/{components/__base → base}/calendar/CalendarGridRow.vue.d.ts +0 -0
  114. package/dist/{components/__base → base}/calendar/CalendarHeadCell.vue.d.ts +0 -0
  115. package/dist/{components/__base → base}/calendar/CalendarHeader.vue.d.ts +0 -0
  116. package/dist/{components/__base → base}/calendar/CalendarHeading.vue.d.ts +0 -0
  117. package/dist/{components/__base → base}/calendar/CalendarNextButton.vue.d.ts +0 -0
  118. package/dist/{components/__base → base}/calendar/CalendarPrevButton.vue.d.ts +0 -0
  119. package/dist/{components/__base → base}/calendar/index.d.ts +0 -0
  120. package/dist/{components/__base → base}/card/Card.vue.d.ts +0 -0
  121. package/dist/{components/__base → base}/card/CardAction.vue.d.ts +0 -0
  122. package/dist/{components/__base → base}/card/CardContent.vue.d.ts +0 -0
  123. package/dist/{components/__base → base}/card/CardDescription.vue.d.ts +0 -0
  124. package/dist/{components/__base → base}/card/CardFooter.vue.d.ts +0 -0
  125. package/dist/{components/__base → base}/card/CardHeader.vue.d.ts +0 -0
  126. package/dist/{components/__base → base}/card/CardTitle.vue.d.ts +0 -0
  127. package/dist/{components/__base → base}/card/index.d.ts +0 -0
  128. package/dist/{components/__base → base}/checkbox/Checkbox.vue.d.ts +0 -0
  129. package/dist/{components/__base → base}/checkbox/index.d.ts +0 -0
  130. package/dist/{components/__base → base}/combobox/Combobox.vue.d.ts +0 -0
  131. package/dist/{components/__base → base}/combobox/ComboboxAnchor.vue.d.ts +0 -0
  132. package/dist/{components/__base → base}/combobox/ComboboxEmpty.vue.d.ts +0 -0
  133. package/dist/{components/__base → base}/combobox/ComboboxGroup.vue.d.ts +0 -0
  134. package/dist/{components/__base → base}/combobox/ComboboxInput.vue.d.ts +0 -0
  135. package/dist/{components/__base → base}/combobox/ComboboxItem.vue.d.ts +0 -0
  136. package/dist/{components/__base → base}/combobox/ComboboxItemIndicator.vue.d.ts +0 -0
  137. package/dist/{components/__base → base}/combobox/ComboboxSeparator.vue.d.ts +0 -0
  138. package/dist/{components/__base → base}/combobox/ComboboxViewport.vue.d.ts +0 -0
  139. package/dist/{components/__base → base}/combobox/index.d.ts +0 -0
  140. package/dist/{components/__base → base}/command/Command.vue.d.ts +0 -0
  141. package/dist/{components/__base → base}/command/CommandDialog.vue.d.ts +0 -0
  142. package/dist/{components/__base → base}/command/CommandEmpty.vue.d.ts +0 -0
  143. package/dist/{components/__base → base}/command/CommandGroup.vue.d.ts +0 -0
  144. package/dist/{components/__base → base}/command/CommandInput.vue.d.ts +1 -1
  145. package/dist/{components/__base → base}/command/CommandItem.vue.d.ts +0 -0
  146. package/dist/{components/__base → base}/command/CommandList.vue.d.ts +0 -0
  147. package/dist/{components/__base → base}/command/CommandSeparator.vue.d.ts +0 -0
  148. package/dist/{components/__base → base}/command/CommandShortcut.vue.d.ts +0 -0
  149. package/dist/{components/__base → base}/command/index.d.ts +0 -0
  150. package/dist/{components/__base → base}/context-menu/ContextMenu.vue.d.ts +0 -0
  151. package/dist/{components/__base → base}/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -0
  152. package/dist/{components/__base → base}/context-menu/ContextMenuContent.vue.d.ts +0 -0
  153. package/dist/{components/__base → base}/context-menu/ContextMenuGroup.vue.d.ts +0 -0
  154. package/dist/{components/__base → base}/context-menu/ContextMenuItem.vue.d.ts +0 -0
  155. package/dist/{components/__base → base}/context-menu/ContextMenuLabel.vue.d.ts +0 -0
  156. package/dist/{components/__base → base}/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -0
  157. package/dist/{components/__base → base}/context-menu/ContextMenuRadioItem.vue.d.ts +0 -0
  158. package/dist/{components/__base → base}/context-menu/ContextMenuSeparator.vue.d.ts +0 -0
  159. package/dist/{components/__base → base}/context-menu/ContextMenuShortcut.vue.d.ts +0 -0
  160. package/dist/{components/__base → base}/context-menu/ContextMenuSub.vue.d.ts +0 -0
  161. package/dist/{components/__base → base}/context-menu/ContextMenuSubContent.vue.d.ts +0 -0
  162. package/dist/{components/__base → base}/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -0
  163. package/dist/{components/__base → base}/context-menu/ContextMenuTrigger.vue.d.ts +0 -0
  164. package/dist/{components/__base → base}/context-menu/index.d.ts +0 -0
  165. package/dist/{components/__base → base}/dialog/Dialog.vue.d.ts +0 -0
  166. package/dist/{components/__base → base}/dialog/DialogClose.vue.d.ts +0 -0
  167. package/dist/{components/__base → base}/dialog/DialogContent.vue.d.ts +0 -0
  168. package/dist/{components/__base → base}/dialog/DialogDescription.vue.d.ts +0 -0
  169. package/dist/{components/__base → base}/dialog/DialogFooter.vue.d.ts +0 -0
  170. package/dist/{components/__base → base}/dialog/DialogHeader.vue.d.ts +0 -0
  171. package/dist/{components/__base → base}/dialog/DialogOverlay.vue.d.ts +0 -0
  172. package/dist/{components/__base → base}/dialog/DialogScrollContent.vue.d.ts +0 -0
  173. package/dist/{components/__base → base}/dialog/DialogTitle.vue.d.ts +0 -0
  174. package/dist/{components/__base → base}/dialog/DialogTrigger.vue.d.ts +0 -0
  175. package/dist/{components/__base → base}/dialog/index.d.ts +0 -0
  176. package/dist/{components/__base → base}/drawer/Drawer.vue.d.ts +0 -0
  177. package/dist/{components/__base → base}/drawer/DrawerClose.vue.d.ts +0 -0
  178. package/dist/{components/__base → base}/drawer/DrawerContent.vue.d.ts +0 -0
  179. package/dist/{components/__base → base}/drawer/DrawerDescription.vue.d.ts +0 -0
  180. package/dist/{components/__base → base}/drawer/DrawerFooter.vue.d.ts +0 -0
  181. package/dist/{components/__base → base}/drawer/DrawerHeader.vue.d.ts +0 -0
  182. package/dist/{components/__base → base}/drawer/DrawerOverlay.vue.d.ts +0 -0
  183. package/dist/{components/__base → base}/drawer/DrawerTitle.vue.d.ts +0 -0
  184. package/dist/{components/__base → base}/drawer/DrawerTrigger.vue.d.ts +0 -0
  185. package/dist/{components/__base → base}/drawer/index.d.ts +0 -0
  186. package/dist/{components/__base → base}/dropdown-menu/DropdownMenu.vue.d.ts +0 -0
  187. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -0
  188. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -0
  189. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -0
  190. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
  191. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuLabel.vue.d.ts +1 -1
  192. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -0
  193. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -0
  194. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -0
  195. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -0
  196. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -0
  197. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -0
  198. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +1 -1
  199. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -0
  200. package/dist/{components/__base → base}/dropdown-menu/index.d.ts +0 -0
  201. package/dist/{components/__base/number-field/NumberFieldContent.vue.d.ts → base/empty/Empty.vue.d.ts} +0 -0
  202. package/dist/{components/__base/sheet/SheetFooter.vue.d.ts → base/empty/EmptyContent.vue.d.ts} +0 -0
  203. package/dist/{components/__base/sheet/SheetHeader.vue.d.ts → base/empty/EmptyHeader.vue.d.ts} +0 -0
  204. package/dist/{components/__base → base}/hover-card/HoverCard.vue.d.ts +0 -0
  205. package/dist/{components/__base → base}/hover-card/HoverCardContent.vue.d.ts +0 -0
  206. package/dist/{components/__base → base}/hover-card/HoverCardTrigger.vue.d.ts +0 -0
  207. package/dist/{components/__base → base}/hover-card/index.d.ts +0 -0
  208. package/dist/{components/__base → base}/input/Input.vue.d.ts +0 -0
  209. package/dist/{components/__base → base}/input/index.d.ts +0 -0
  210. package/dist/{components/__base/sidebar/SidebarContent.vue.d.ts → base/item/ItemActions.vue.d.ts} +0 -0
  211. package/dist/{components/__base/sidebar/SidebarFooter.vue.d.ts → base/item/ItemContent.vue.d.ts} +0 -0
  212. package/dist/{components/__base/sidebar/SidebarGroup.vue.d.ts → base/item/ItemFooter.vue.d.ts} +0 -0
  213. package/dist/{components/__base/sidebar/SidebarGroupContent.vue.d.ts → base/item/ItemGroup.vue.d.ts} +0 -0
  214. package/dist/{components/__base/sidebar/SidebarHeader.vue.d.ts → base/item/ItemHeader.vue.d.ts} +0 -0
  215. package/dist/{components/__base/sidebar/SidebarMenuBadge.vue.d.ts → base/item/ItemTitle.vue.d.ts} +0 -0
  216. package/dist/{components/__base → base}/label/Label.vue.d.ts +0 -0
  217. package/dist/{components/__base → base}/label/index.d.ts +0 -0
  218. package/dist/{components/__base → base}/menubar/Menubar.vue.d.ts +0 -0
  219. package/dist/{components/__base → base}/menubar/MenubarCheckboxItem.vue.d.ts +0 -0
  220. package/dist/{components/__base → base}/menubar/MenubarContent.vue.d.ts +0 -0
  221. package/dist/{components/__base → base}/menubar/MenubarGroup.vue.d.ts +0 -0
  222. package/dist/{components/__base → base}/menubar/MenubarItem.vue.d.ts +0 -0
  223. package/dist/{components/__base → base}/menubar/MenubarLabel.vue.d.ts +0 -0
  224. package/dist/{components/__base → base}/menubar/MenubarMenu.vue.d.ts +0 -0
  225. package/dist/{components/__base → base}/menubar/MenubarRadioGroup.vue.d.ts +0 -0
  226. package/dist/{components/__base → base}/menubar/MenubarRadioItem.vue.d.ts +0 -0
  227. package/dist/{components/__base → base}/menubar/MenubarSeparator.vue.d.ts +0 -0
  228. package/dist/{components/__base → base}/menubar/MenubarShortcut.vue.d.ts +0 -0
  229. package/dist/{components/__base → base}/menubar/MenubarSub.vue.d.ts +0 -0
  230. package/dist/{components/__base → base}/menubar/MenubarSubContent.vue.d.ts +0 -0
  231. package/dist/{components/__base → base}/menubar/MenubarSubTrigger.vue.d.ts +0 -0
  232. package/dist/{components/__base → base}/menubar/MenubarTrigger.vue.d.ts +0 -0
  233. package/dist/{components/__base → base}/menubar/index.d.ts +0 -0
  234. package/dist/{components/__base → base}/navigation-menu/NavigationMenu.vue.d.ts +1 -1
  235. package/dist/{components/__base → base}/navigation-menu/NavigationMenuContent.vue.d.ts +1 -1
  236. package/dist/{components/__base → base}/navigation-menu/NavigationMenuIndicator.vue.d.ts +1 -1
  237. package/dist/{components/__base → base}/navigation-menu/NavigationMenuItem.vue.d.ts +1 -1
  238. package/dist/{components/__base → base}/navigation-menu/NavigationMenuLink.vue.d.ts +1 -1
  239. package/dist/{components/__base → base}/navigation-menu/NavigationMenuList.vue.d.ts +1 -1
  240. package/dist/{components/__base → base}/navigation-menu/NavigationMenuTrigger.vue.d.ts +1 -1
  241. package/dist/{components/__base → base}/navigation-menu/NavigationMenuViewport.vue.d.ts +1 -1
  242. package/dist/{components/__base → base}/navigation-menu/index.d.ts +0 -0
  243. package/dist/{components/__base → base}/number-field/NumberField.vue.d.ts +0 -0
  244. package/dist/{components/__base/table/Table.vue.d.ts → base/number-field/NumberFieldContent.vue.d.ts} +0 -0
  245. package/dist/{components/__base → base}/number-field/NumberFieldDecrement.vue.d.ts +0 -0
  246. package/dist/{components/__base → base}/number-field/NumberFieldIncrement.vue.d.ts +0 -0
  247. package/dist/{components/__base → base}/number-field/NumberFieldInput.vue.d.ts +0 -0
  248. package/dist/{components/__base → base}/number-field/index.d.ts +0 -0
  249. package/dist/{components/__base → base}/pagination/Pagination.vue.d.ts +0 -0
  250. package/dist/{components/__base → base}/pagination/PaginationContent.vue.d.ts +0 -0
  251. package/dist/{components/__base → base}/pagination/PaginationEllipsis.vue.d.ts +0 -0
  252. package/dist/{components/__base → base}/pagination/index.d.ts +0 -0
  253. package/dist/{components/__base → base}/popover/Popover.vue.d.ts +0 -0
  254. package/dist/{components/__base → base}/popover/PopoverAnchor.vue.d.ts +0 -0
  255. package/dist/{components/__base → base}/popover/PopoverContent.vue.d.ts +0 -0
  256. package/dist/{components/__base → base}/popover/PopoverTrigger.vue.d.ts +0 -0
  257. package/dist/{components/__base → base}/popover/index.d.ts +0 -0
  258. package/dist/{components/__base → base}/progress/Progress.vue.d.ts +0 -0
  259. package/dist/{components/__base → base}/progress/index.d.ts +0 -0
  260. package/dist/{components/__base → base}/radio-group/RadioGroup.vue.d.ts +0 -0
  261. package/dist/{components/__base → base}/radio-group/RadioGroupItem.vue.d.ts +0 -0
  262. package/dist/{components/__base → base}/radio-group/index.d.ts +0 -0
  263. package/dist/{components/__base → base}/resizable/ResizableHandle.vue.d.ts +0 -0
  264. package/dist/{components/__base → base}/resizable/ResizablePanel.vue.d.ts +0 -0
  265. package/dist/{components/__base → base}/resizable/ResizablePanelGroup.vue.d.ts +0 -0
  266. package/dist/{components/__base → base}/resizable/index.d.ts +0 -0
  267. package/dist/{components/__base → base}/scroll-area/ScrollArea.vue.d.ts +0 -0
  268. package/dist/{components/__base → base}/scroll-area/ScrollBar.vue.d.ts +0 -0
  269. package/dist/{components/__base → base}/scroll-area/index.d.ts +0 -0
  270. package/dist/{components/__base → base}/select/Select.vue.d.ts +0 -0
  271. package/dist/{components/__base → base}/select/SelectContent.vue.d.ts +0 -0
  272. package/dist/{components/__base → base}/select/SelectGroup.vue.d.ts +0 -0
  273. package/dist/{components/__base → base}/select/SelectItem.vue.d.ts +0 -0
  274. package/dist/{components/__base → base}/select/SelectItemText.vue.d.ts +0 -0
  275. package/dist/{components/__base → base}/select/SelectLabel.vue.d.ts +1 -1
  276. package/dist/{components/__base → base}/select/SelectScrollDownButton.vue.d.ts +0 -0
  277. package/dist/{components/__base → base}/select/SelectScrollUpButton.vue.d.ts +0 -0
  278. package/dist/{components/__base → base}/select/SelectSeparator.vue.d.ts +0 -0
  279. package/dist/{components/__base → base}/select/SelectTrigger.vue.d.ts +1 -1
  280. package/dist/{components/__base → base}/select/SelectValue.vue.d.ts +0 -0
  281. package/dist/{components/__base → base}/select/index.d.ts +0 -0
  282. package/dist/{components/__base → base}/separator/Separator.vue.d.ts +0 -0
  283. package/dist/{components/__base → base}/separator/index.d.ts +0 -0
  284. package/dist/{components/__base → base}/sheet/Sheet.vue.d.ts +0 -0
  285. package/dist/{components/__base → base}/sheet/SheetClose.vue.d.ts +0 -0
  286. package/dist/{components/__base → base}/sheet/SheetContent.vue.d.ts +1 -1
  287. package/dist/{components/__base → base}/sheet/SheetDescription.vue.d.ts +0 -0
  288. package/dist/{components/__base → base}/sheet/SheetOverlay.vue.d.ts +0 -0
  289. package/dist/{components/__base → base}/sheet/SheetTitle.vue.d.ts +0 -0
  290. package/dist/{components/__base → base}/sheet/SheetTrigger.vue.d.ts +0 -0
  291. package/dist/{components/__base → base}/sheet/index.d.ts +0 -0
  292. package/dist/{components/__base → base}/sidebar/Sidebar.vue.d.ts +0 -0
  293. package/dist/{components/__base → base}/sidebar/SidebarGroupAction.vue.d.ts +0 -0
  294. package/dist/{components/__base → base}/sidebar/SidebarGroupLabel.vue.d.ts +0 -0
  295. package/dist/{components/__base → base}/sidebar/SidebarInput.vue.d.ts +0 -0
  296. package/dist/{components/__base → base}/sidebar/SidebarInset.vue.d.ts +0 -0
  297. package/dist/{components/__base → base}/sidebar/SidebarMenu.vue.d.ts +0 -0
  298. package/dist/{components/__base → base}/sidebar/SidebarMenuAction.vue.d.ts +1 -1
  299. package/dist/{components/__base → base}/sidebar/SidebarMenuButton.vue.d.ts +0 -0
  300. package/dist/{components/__base → base}/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
  301. package/dist/{components/__base → base}/sidebar/SidebarMenuItem.vue.d.ts +0 -0
  302. package/dist/{components/__base → base}/sidebar/SidebarMenuSkeleton.vue.d.ts +0 -0
  303. package/dist/{components/__base → base}/sidebar/SidebarMenuSub.vue.d.ts +0 -0
  304. package/dist/{components/__base → base}/sidebar/SidebarMenuSubButton.vue.d.ts +0 -0
  305. package/dist/{components/__base → base}/sidebar/SidebarMenuSubItem.vue.d.ts +0 -0
  306. package/dist/{components/__base → base}/sidebar/SidebarProvider.vue.d.ts +0 -0
  307. package/dist/{components/__base → base}/sidebar/SidebarRail.vue.d.ts +0 -0
  308. package/dist/{components/__base → base}/sidebar/SidebarSeparator.vue.d.ts +0 -0
  309. package/dist/{components/__base → base}/sidebar/SidebarTrigger.vue.d.ts +0 -0
  310. package/dist/{components/__base → base}/sidebar/index.d.ts +0 -0
  311. package/dist/{components/__base → base}/skeleton/Skeleton.vue.d.ts +0 -0
  312. package/dist/{components/__base → base}/skeleton/index.d.ts +0 -0
  313. package/dist/{components/__base → base}/slider/Slider.vue.d.ts +0 -0
  314. package/dist/{components/__base → base}/slider/index.d.ts +0 -0
  315. package/dist/{components/__base → base}/sonner/Sonner.vue.d.ts +0 -0
  316. package/dist/{components/__base → base}/sonner/index.d.ts +0 -0
  317. package/dist/{components/__base → base}/switch/Switch.vue.d.ts +0 -0
  318. package/dist/{components/__base → base}/switch/index.d.ts +0 -0
  319. package/dist/{components/__base → base}/table/TableBody.vue.d.ts +0 -0
  320. package/dist/{components/__base → base}/table/TableCaption.vue.d.ts +0 -0
  321. package/dist/{components/__base → base}/table/TableCell.vue.d.ts +0 -0
  322. package/dist/{components/__base → base}/table/TableEmpty.vue.d.ts +0 -0
  323. package/dist/{components/__base → base}/table/TableFooter.vue.d.ts +0 -0
  324. package/dist/{components/__base → base}/table/TableHead.vue.d.ts +0 -0
  325. package/dist/{components/__base → base}/table/TableHeader.vue.d.ts +0 -0
  326. package/dist/{components/__base → base}/table/TableRow.vue.d.ts +0 -0
  327. package/dist/{components/__base → base}/table/index.d.ts +0 -0
  328. package/dist/{components/__base → base}/tabs/Tabs.vue.d.ts +0 -0
  329. package/dist/{components/__base → base}/tabs/TabsContent.vue.d.ts +0 -0
  330. package/dist/{components/__base → base}/tabs/TabsList.vue.d.ts +0 -0
  331. package/dist/{components/__base → base}/tabs/TabsTrigger.vue.d.ts +0 -0
  332. package/dist/{components/__base → base}/tabs/index.d.ts +0 -0
  333. package/dist/{components/__base → base}/tags-input/TagsInput.vue.d.ts +0 -0
  334. package/dist/{components/__base → base}/tags-input/TagsInputInput.vue.d.ts +0 -0
  335. package/dist/{components/__base → base}/tags-input/TagsInputItem.vue.d.ts +0 -0
  336. package/dist/{components/__base → base}/tags-input/TagsInputItemDelete.vue.d.ts +0 -0
  337. package/dist/{components/__base → base}/tags-input/TagsInputItemText.vue.d.ts +0 -0
  338. package/dist/{components/__base → base}/tags-input/index.d.ts +0 -0
  339. package/dist/{components/__base → base}/textarea/Textarea.vue.d.ts +0 -0
  340. package/dist/{components/__base → base}/textarea/index.d.ts +0 -0
  341. package/dist/{components/__base → base}/toggle/index.d.ts +0 -0
  342. package/dist/{components/__base → base}/tooltip/Tooltip.vue.d.ts +0 -0
  343. package/dist/{components/__base → base}/tooltip/TooltipContent.vue.d.ts +1 -1
  344. /package/dist/{components/__base → base}/tooltip/TooltipProvider.vue.d.ts +0 -0
  345. /package/dist/{components/__base → base}/tooltip/TooltipTrigger.vue.d.ts +0 -0
  346. /package/dist/{components/__base → base}/tooltip/index.d.ts +0 -0
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot, createElementVNode, normalizeClass, createVNode, createElementBlock, computed, Fragment, renderList, createTextVNode, toDisplayString, createCommentVNode, ref, reactive, watch, normalizeProps, guardReactiveProps, onMounted, onUnmounted, withDirectives, isRef, vModelText, resolveDynamicComponent, normalizeStyle } from 'vue';
2
- import { useForwardPropsEmits, AccordionRoot, AccordionContent, useForwardProps, AccordionItem, AccordionHeader, AccordionTrigger, AlertDialogRoot, Primitive, AlertDialogAction, AlertDialogCancel, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, AvatarRoot, AvatarFallback, AvatarImage, CalendarRoot, CalendarCell, CalendarCellTrigger, CalendarGrid, CalendarGridBody, CalendarGridHead, CalendarGridRow, CalendarHeadCell, CalendarHeader, CalendarHeading, CalendarNext, CalendarPrev, CheckboxRoot, CheckboxIndicator, ComboboxRoot, ComboboxAnchor, ComboboxEmpty, ComboboxGroup, ComboboxLabel, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxPortal, ComboboxContent, ComboboxSeparator, ComboboxViewport, useFilter, ListboxRoot, DialogRoot, DialogClose, DialogOverlay, DialogPortal, DialogContent, DialogDescription, DialogTitle, DialogTrigger, useId, ListboxGroup, ListboxGroupLabel, ListboxFilter, ListboxItem, ListboxContent, Separator, createContext, ContextMenuRoot, ContextMenuCheckboxItem, ContextMenuItemIndicator, ContextMenuPortal, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DropdownMenuRoot, DropdownMenuCheckboxItem, DropdownMenuItemIndicator, DropdownMenuPortal, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, HoverCardRoot, HoverCardPortal, HoverCardContent, HoverCardTrigger, Label, MenubarRoot, MenubarCheckboxItem, MenubarItemIndicator, MenubarPortal, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenuViewport, NavigationMenuRoot, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NumberFieldRoot, NumberFieldDecrement, NumberFieldIncrement, NumberFieldInput, PaginationRoot, PaginationList, PaginationEllipsis, PaginationFirst, PaginationListItem, PaginationLast, PaginationNext, PaginationPrev, PopoverRoot, PopoverAnchor, PopoverPortal, PopoverContent, PopoverTrigger, ProgressRoot, ProgressIndicator, RadioGroupRoot, RadioGroupItem, RadioGroupIndicator, SplitterResizeHandle, SplitterPanel, SplitterGroup, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaRoot, ScrollAreaViewport, ScrollAreaCorner, SelectRoot, SelectPortal, SelectContent, SelectViewport, SelectGroup, SelectItem, SelectItemIndicator, SelectItemText, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectIcon, SelectValue, TooltipRoot, TooltipPortal, TooltipContent, TooltipArrow, TooltipProvider, TooltipTrigger, SliderRoot, SliderTrack, SliderRange, SliderThumb, SwitchRoot, SwitchThumb, TabsRoot, TabsContent, TabsList, TabsTrigger, TagsInputRoot, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInputItemText, Toggle } from 'reka-ui';
2
+ import { useForwardPropsEmits, AccordionRoot, AccordionContent, useForwardProps, AccordionItem, AccordionHeader, AccordionTrigger, AlertDialogRoot, Primitive, AlertDialogAction, AlertDialogCancel, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, AvatarRoot, AvatarFallback, AvatarImage, Separator, CalendarRoot, CalendarCell, CalendarCellTrigger, CalendarGrid, CalendarGridBody, CalendarGridHead, CalendarGridRow, CalendarHeadCell, CalendarHeader, CalendarHeading, CalendarNext, CalendarPrev, CheckboxRoot, CheckboxIndicator, ComboboxRoot, ComboboxAnchor, ComboboxEmpty, ComboboxGroup, ComboboxLabel, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxPortal, ComboboxContent, ComboboxSeparator, ComboboxViewport, useFilter, ListboxRoot, DialogRoot, DialogClose, DialogOverlay, DialogPortal, DialogContent, DialogDescription, DialogTitle, DialogTrigger, useId, ListboxGroup, ListboxGroupLabel, ListboxFilter, ListboxItem, ListboxContent, createContext, ContextMenuRoot, ContextMenuCheckboxItem, ContextMenuItemIndicator, ContextMenuPortal, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DropdownMenuRoot, DropdownMenuCheckboxItem, DropdownMenuItemIndicator, DropdownMenuPortal, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, HoverCardRoot, HoverCardPortal, HoverCardContent, HoverCardTrigger, Label, MenubarRoot, MenubarCheckboxItem, MenubarItemIndicator, MenubarPortal, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenuViewport, NavigationMenuRoot, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NumberFieldRoot, NumberFieldDecrement, NumberFieldIncrement, NumberFieldInput, PaginationRoot, PaginationList, PaginationEllipsis, PaginationFirst, PaginationListItem, PaginationLast, PaginationNext, PaginationPrev, PopoverRoot, PopoverAnchor, PopoverPortal, PopoverContent, PopoverTrigger, ProgressRoot, ProgressIndicator, RadioGroupRoot, RadioGroupItem, RadioGroupIndicator, SplitterResizeHandle, SplitterPanel, SplitterGroup, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaRoot, ScrollAreaViewport, ScrollAreaCorner, SelectRoot, SelectPortal, SelectContent, SelectViewport, SelectGroup, SelectItem, SelectItemIndicator, SelectItemText, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectIcon, SelectValue, TooltipRoot, TooltipPortal, TooltipContent, TooltipArrow, TooltipProvider, TooltipTrigger, SliderRoot, SliderTrack, SliderRange, SliderThumb, SwitchRoot, SwitchThumb, TabsRoot, TabsContent, TabsList, TabsTrigger, TagsInputRoot, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInputItemText, Toggle } from 'reka-ui';
3
3
  export { ComboboxCancel, ComboboxTrigger, DropdownMenuPortal, FocusScope, PaginationList, PaginationListItem, Presence, Primitive, RovingFocusGroup, RovingFocusItem, Slot, VisuallyHidden, useDateFormatter, useEmitAsProps, useFilter, useForwardExpose, useForwardProps, useForwardPropsEmits } from 'reka-ui';
4
- import { reactiveOmit, useCurrentElement, useVModel, useMediaQuery } from '@vueuse/core';
4
+ import { reactiveOmit, useCurrentElement, useVModel, useMediaQuery, defaultDocument } from '@vueuse/core';
5
5
  import { twMerge } from 'tailwind-merge';
6
6
  import { clsx } from 'clsx';
7
7
  import { ChevronDown, ChevronRight, ChevronLeft, Check, SearchIcon, X, Search, Circle, LoaderCircle, Minus, Plus, MoreHorizontal, ChevronLeftIcon, ChevronRightIcon, CircleIcon, GripVertical, ChevronUp, PanelLeft } from 'lucide-vue-next';
@@ -11,7 +11,7 @@ import { Toaster } from 'vue-sonner';
11
11
  export { toast as sonner } from 'vue-sonner';
12
12
  import { toPixel } from '@tb-dev/utils';
13
13
 
14
- const _sfc_main$3F = /* @__PURE__ */ defineComponent({
14
+ const _sfc_main$3Y = /* @__PURE__ */ defineComponent({
15
15
  __name: "Accordion",
16
16
  props: {
17
17
  collapsible: { type: Boolean },
@@ -45,7 +45,7 @@ function cn(...inputs) {
45
45
  return twMerge(clsx(inputs));
46
46
  }
47
47
 
48
- const _sfc_main$3E = /* @__PURE__ */ defineComponent({
48
+ const _sfc_main$3X = /* @__PURE__ */ defineComponent({
49
49
  __name: "AccordionContent",
50
50
  props: {
51
51
  forceMount: { type: Boolean },
@@ -71,7 +71,7 @@ const _sfc_main$3E = /* @__PURE__ */ defineComponent({
71
71
  }
72
72
  });
73
73
 
74
- const _sfc_main$3D = /* @__PURE__ */ defineComponent({
74
+ const _sfc_main$3W = /* @__PURE__ */ defineComponent({
75
75
  __name: "AccordionItem",
76
76
  props: {
77
77
  disabled: { type: Boolean },
@@ -98,7 +98,7 @@ const _sfc_main$3D = /* @__PURE__ */ defineComponent({
98
98
  }
99
99
  });
100
100
 
101
- const _sfc_main$3C = /* @__PURE__ */ defineComponent({
101
+ const _sfc_main$3V = /* @__PURE__ */ defineComponent({
102
102
  __name: "AccordionTrigger",
103
103
  props: {
104
104
  asChild: { type: Boolean },
@@ -132,7 +132,7 @@ const _sfc_main$3C = /* @__PURE__ */ defineComponent({
132
132
  }
133
133
  });
134
134
 
135
- const _sfc_main$3B = /* @__PURE__ */ defineComponent({
135
+ const _sfc_main$3U = /* @__PURE__ */ defineComponent({
136
136
  __name: "Alert",
137
137
  props: {
138
138
  class: {},
@@ -152,7 +152,7 @@ const _sfc_main$3B = /* @__PURE__ */ defineComponent({
152
152
  }
153
153
  });
154
154
 
155
- const _sfc_main$3A = /* @__PURE__ */ defineComponent({
155
+ const _sfc_main$3T = /* @__PURE__ */ defineComponent({
156
156
  __name: "AlertDescription",
157
157
  props: {
158
158
  class: {}
@@ -173,7 +173,7 @@ const _sfc_main$3A = /* @__PURE__ */ defineComponent({
173
173
  }
174
174
  });
175
175
 
176
- const _sfc_main$3z = /* @__PURE__ */ defineComponent({
176
+ const _sfc_main$3S = /* @__PURE__ */ defineComponent({
177
177
  __name: "AlertTitle",
178
178
  props: {
179
179
  class: {}
@@ -206,7 +206,7 @@ const alertVariants = cva(
206
206
  }
207
207
  );
208
208
 
209
- const _sfc_main$3y = /* @__PURE__ */ defineComponent({
209
+ const _sfc_main$3R = /* @__PURE__ */ defineComponent({
210
210
  __name: "AlertDialog",
211
211
  props: {
212
212
  open: { type: Boolean },
@@ -228,7 +228,7 @@ const _sfc_main$3y = /* @__PURE__ */ defineComponent({
228
228
  }
229
229
  });
230
230
 
231
- const _sfc_main$3x = /* @__PURE__ */ defineComponent({
231
+ const _sfc_main$3Q = /* @__PURE__ */ defineComponent({
232
232
  __name: "Button",
233
233
  props: {
234
234
  variant: {},
@@ -274,7 +274,9 @@ const buttonVariants = cva(
274
274
  xs: "h-6 rounded-md gap-1 px-1.5 has-[>svg]:px-1.5 text-xs",
275
275
  sm: "h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",
276
276
  lg: "h-10 rounded-md px-6 has-[>svg]:px-4",
277
- icon: "size-9"
277
+ icon: "size-9",
278
+ "icon-sm": "size-8",
279
+ "icon-lg": "size-10"
278
280
  }
279
281
  },
280
282
  defaultVariants: {
@@ -284,7 +286,7 @@ const buttonVariants = cva(
284
286
  }
285
287
  );
286
288
 
287
- const _sfc_main$3w = /* @__PURE__ */ defineComponent({
289
+ const _sfc_main$3P = /* @__PURE__ */ defineComponent({
288
290
  __name: "AlertDialogAction",
289
291
  props: {
290
292
  asChild: { type: Boolean },
@@ -307,7 +309,7 @@ const _sfc_main$3w = /* @__PURE__ */ defineComponent({
307
309
  }
308
310
  });
309
311
 
310
- const _sfc_main$3v = /* @__PURE__ */ defineComponent({
312
+ const _sfc_main$3O = /* @__PURE__ */ defineComponent({
311
313
  __name: "AlertDialogCancel",
312
314
  props: {
313
315
  asChild: { type: Boolean },
@@ -330,7 +332,7 @@ const _sfc_main$3v = /* @__PURE__ */ defineComponent({
330
332
  }
331
333
  });
332
334
 
333
- const _sfc_main$3u = /* @__PURE__ */ defineComponent({
335
+ const _sfc_main$3N = /* @__PURE__ */ defineComponent({
334
336
  __name: "AlertDialogContent",
335
337
  props: {
336
338
  forceMount: { type: Boolean },
@@ -370,7 +372,7 @@ const _sfc_main$3u = /* @__PURE__ */ defineComponent({
370
372
  }
371
373
  });
372
374
 
373
- const _sfc_main$3t = /* @__PURE__ */ defineComponent({
375
+ const _sfc_main$3M = /* @__PURE__ */ defineComponent({
374
376
  __name: "AlertDialogDescription",
375
377
  props: {
376
378
  asChild: { type: Boolean },
@@ -393,7 +395,7 @@ const _sfc_main$3t = /* @__PURE__ */ defineComponent({
393
395
  }
394
396
  });
395
397
 
396
- const _sfc_main$3s = /* @__PURE__ */ defineComponent({
398
+ const _sfc_main$3L = /* @__PURE__ */ defineComponent({
397
399
  __name: "AlertDialogFooter",
398
400
  props: {
399
401
  class: {}
@@ -411,7 +413,7 @@ const _sfc_main$3s = /* @__PURE__ */ defineComponent({
411
413
  }
412
414
  });
413
415
 
414
- const _sfc_main$3r = /* @__PURE__ */ defineComponent({
416
+ const _sfc_main$3K = /* @__PURE__ */ defineComponent({
415
417
  __name: "AlertDialogHeader",
416
418
  props: {
417
419
  class: {}
@@ -429,7 +431,7 @@ const _sfc_main$3r = /* @__PURE__ */ defineComponent({
429
431
  }
430
432
  });
431
433
 
432
- const _sfc_main$3q = /* @__PURE__ */ defineComponent({
434
+ const _sfc_main$3J = /* @__PURE__ */ defineComponent({
433
435
  __name: "AlertDialogTitle",
434
436
  props: {
435
437
  asChild: { type: Boolean },
@@ -452,7 +454,7 @@ const _sfc_main$3q = /* @__PURE__ */ defineComponent({
452
454
  }
453
455
  });
454
456
 
455
- const _sfc_main$3p = /* @__PURE__ */ defineComponent({
457
+ const _sfc_main$3I = /* @__PURE__ */ defineComponent({
456
458
  __name: "AlertDialogTrigger",
457
459
  props: {
458
460
  asChild: { type: Boolean },
@@ -471,7 +473,7 @@ const _sfc_main$3p = /* @__PURE__ */ defineComponent({
471
473
  }
472
474
  });
473
475
 
474
- const _sfc_main$3o = /* @__PURE__ */ defineComponent({
476
+ const _sfc_main$3H = /* @__PURE__ */ defineComponent({
475
477
  __name: "Avatar",
476
478
  props: {
477
479
  class: {}
@@ -492,7 +494,7 @@ const _sfc_main$3o = /* @__PURE__ */ defineComponent({
492
494
  }
493
495
  });
494
496
 
495
- const _sfc_main$3n = /* @__PURE__ */ defineComponent({
497
+ const _sfc_main$3G = /* @__PURE__ */ defineComponent({
496
498
  __name: "AvatarFallback",
497
499
  props: {
498
500
  delayMs: {},
@@ -516,7 +518,7 @@ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
516
518
  }
517
519
  });
518
520
 
519
- const _sfc_main$3m = /* @__PURE__ */ defineComponent({
521
+ const _sfc_main$3F = /* @__PURE__ */ defineComponent({
520
522
  __name: "AvatarImage",
521
523
  props: {
522
524
  src: {},
@@ -538,7 +540,7 @@ const _sfc_main$3m = /* @__PURE__ */ defineComponent({
538
540
  }
539
541
  });
540
542
 
541
- const _sfc_main$3l = /* @__PURE__ */ defineComponent({
543
+ const _sfc_main$3E = /* @__PURE__ */ defineComponent({
542
544
  __name: "Badge",
543
545
  props: {
544
546
  asChild: { type: Boolean },
@@ -583,7 +585,122 @@ const badgeVariants = cva(
583
585
  }
584
586
  );
585
587
 
586
- const _sfc_main$3k = /* @__PURE__ */ defineComponent({
588
+ const _hoisted_1$i = ["data-orientation"];
589
+ const _sfc_main$3D = /* @__PURE__ */ defineComponent({
590
+ __name: "ButtonGroup",
591
+ props: {
592
+ class: {},
593
+ orientation: {}
594
+ },
595
+ setup(__props) {
596
+ const props = __props;
597
+ return (_ctx, _cache) => {
598
+ return openBlock(), createElementBlock("div", {
599
+ role: "group",
600
+ "data-slot": "button-group",
601
+ "data-orientation": props.orientation,
602
+ class: normalizeClass(unref(cn)(unref(buttonGroupVariants)({ orientation: props.orientation }), props.class))
603
+ }, [
604
+ renderSlot(_ctx.$slots, "default")
605
+ ], 10, _hoisted_1$i);
606
+ };
607
+ }
608
+ });
609
+
610
+ const _sfc_main$3C = /* @__PURE__ */ defineComponent({
611
+ __name: "Separator",
612
+ props: {
613
+ orientation: { default: "horizontal" },
614
+ decorative: { type: Boolean, default: true },
615
+ asChild: { type: Boolean },
616
+ as: {},
617
+ class: {}
618
+ },
619
+ setup(__props) {
620
+ const props = __props;
621
+ const delegatedProps = reactiveOmit(props, "class");
622
+ return (_ctx, _cache) => {
623
+ return openBlock(), createBlock(unref(Separator), mergeProps({ "data-slot": "separator-root" }, unref(delegatedProps), {
624
+ class: unref(cn)(
625
+ `bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px`,
626
+ props.class
627
+ )
628
+ }), null, 16, ["class"]);
629
+ };
630
+ }
631
+ });
632
+
633
+ const _sfc_main$3B = /* @__PURE__ */ defineComponent({
634
+ __name: "ButtonGroupSeparator",
635
+ props: {
636
+ orientation: { default: "vertical" },
637
+ decorative: { type: Boolean },
638
+ asChild: { type: Boolean },
639
+ as: {},
640
+ class: {}
641
+ },
642
+ setup(__props) {
643
+ const props = __props;
644
+ const delegatedProps = reactiveOmit(props, "class");
645
+ return (_ctx, _cache) => {
646
+ return openBlock(), createBlock(unref(_sfc_main$3C), mergeProps({ "data-slot": "button-group-separator" }, unref(delegatedProps), {
647
+ orientation: props.orientation,
648
+ class: unref(cn)(
649
+ "bg-input relative !m-0 self-stretch data-[orientation=vertical]:h-auto",
650
+ props.class
651
+ )
652
+ }), null, 16, ["orientation", "class"]);
653
+ };
654
+ }
655
+ });
656
+
657
+ const _sfc_main$3A = /* @__PURE__ */ defineComponent({
658
+ __name: "ButtonGroupText",
659
+ props: {
660
+ class: {},
661
+ orientation: {},
662
+ asChild: { type: Boolean },
663
+ as: { default: "div" }
664
+ },
665
+ setup(__props) {
666
+ const props = __props;
667
+ return (_ctx, _cache) => {
668
+ return openBlock(), createBlock(unref(Primitive), {
669
+ role: "group",
670
+ "data-slot": "button-group",
671
+ "data-orientation": props.orientation,
672
+ as: __props.as,
673
+ "as-child": __props.asChild,
674
+ class: normalizeClass(unref(cn)(
675
+ "bg-muted flex items-center gap-2 rounded-md border px-4 text-sm font-medium shadow-xs [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",
676
+ props.class
677
+ ))
678
+ }, {
679
+ default: withCtx(() => [
680
+ renderSlot(_ctx.$slots, "default")
681
+ ]),
682
+ _: 3
683
+ }, 8, ["data-orientation", "as", "as-child", "class"]);
684
+ };
685
+ }
686
+ });
687
+
688
+ const buttonGroupVariants = cva(
689
+ "flex w-fit items-stretch [&>*]:focus-visible:z-10 [&>*]:focus-visible:relative [&>[data-slot=select-trigger]:not([class*='w-'])]:w-fit [&>input]:flex-1 has-[select[aria-hidden=true]:last-child]:[&>[data-slot=select-trigger]:last-of-type]:rounded-r-md has-[>[data-slot=button-group]]:gap-2",
690
+ {
691
+ variants: {
692
+ orientation: {
693
+ horizontal: "[&>*:not(:first-child)]:rounded-l-none [&>*:not(:first-child)]:border-l-0 [&>*:not(:last-child)]:rounded-r-none",
694
+ vertical: "flex-col [&>*:not(:first-child)]:rounded-t-none [&>*:not(:first-child)]:border-t-0 [&>*:not(:last-child)]:rounded-b-none"
695
+ }
696
+ },
697
+ defaultVariants: {
698
+ orientation: "horizontal"
699
+ }
700
+ }
701
+ );
702
+
703
+ const _sfc_main$3z = /* @__PURE__ */ defineComponent({
587
704
  __name: "Card",
588
705
  props: {
589
706
  class: {}
@@ -604,7 +721,7 @@ const _sfc_main$3k = /* @__PURE__ */ defineComponent({
604
721
  }
605
722
  });
606
723
 
607
- const _sfc_main$3j = /* @__PURE__ */ defineComponent({
724
+ const _sfc_main$3y = /* @__PURE__ */ defineComponent({
608
725
  __name: "CardAction",
609
726
  props: {
610
727
  class: {}
@@ -622,7 +739,7 @@ const _sfc_main$3j = /* @__PURE__ */ defineComponent({
622
739
  }
623
740
  });
624
741
 
625
- const _sfc_main$3i = /* @__PURE__ */ defineComponent({
742
+ const _sfc_main$3x = /* @__PURE__ */ defineComponent({
626
743
  __name: "CardContent",
627
744
  props: {
628
745
  class: {}
@@ -640,7 +757,7 @@ const _sfc_main$3i = /* @__PURE__ */ defineComponent({
640
757
  }
641
758
  });
642
759
 
643
- const _sfc_main$3h = /* @__PURE__ */ defineComponent({
760
+ const _sfc_main$3w = /* @__PURE__ */ defineComponent({
644
761
  __name: "CardDescription",
645
762
  props: {
646
763
  class: {}
@@ -658,7 +775,7 @@ const _sfc_main$3h = /* @__PURE__ */ defineComponent({
658
775
  }
659
776
  });
660
777
 
661
- const _sfc_main$3g = /* @__PURE__ */ defineComponent({
778
+ const _sfc_main$3v = /* @__PURE__ */ defineComponent({
662
779
  __name: "CardFooter",
663
780
  props: {
664
781
  class: {}
@@ -676,7 +793,7 @@ const _sfc_main$3g = /* @__PURE__ */ defineComponent({
676
793
  }
677
794
  });
678
795
 
679
- const _sfc_main$3f = /* @__PURE__ */ defineComponent({
796
+ const _sfc_main$3u = /* @__PURE__ */ defineComponent({
680
797
  __name: "CardHeader",
681
798
  props: {
682
799
  class: {}
@@ -697,7 +814,7 @@ const _sfc_main$3f = /* @__PURE__ */ defineComponent({
697
814
  }
698
815
  });
699
816
 
700
- const _sfc_main$3e = /* @__PURE__ */ defineComponent({
817
+ const _sfc_main$3t = /* @__PURE__ */ defineComponent({
701
818
  __name: "CardTitle",
702
819
  props: {
703
820
  class: {}
@@ -715,9 +832,9 @@ const _sfc_main$3e = /* @__PURE__ */ defineComponent({
715
832
  }
716
833
  });
717
834
 
718
- const _hoisted_1$e = { class: "flex items-center gap-1" };
835
+ const _hoisted_1$h = { class: "flex items-center gap-1" };
719
836
  const _hoisted_2$1 = { class: "mt-4 flex flex-col gap-y-4 sm:flex-row sm:gap-x-4 sm:gap-y-0" };
720
- const _sfc_main$3d = /* @__PURE__ */ defineComponent({
837
+ const _sfc_main$3s = /* @__PURE__ */ defineComponent({
721
838
  __name: "Calendar",
722
839
  props: {
723
840
  defaultValue: {},
@@ -760,28 +877,28 @@ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
760
877
  class: unref(cn)("p-3", props.class)
761
878
  }, unref(forwarded)), {
762
879
  default: withCtx(({ grid, weekDays }) => [
763
- createVNode(unref(_sfc_main$35), null, {
880
+ createVNode(unref(_sfc_main$3k), null, {
764
881
  default: withCtx(() => [
765
- createVNode(unref(_sfc_main$34)),
766
- createElementVNode("div", _hoisted_1$e, [
767
- createVNode(unref(_sfc_main$32)),
768
- createVNode(unref(_sfc_main$33))
882
+ createVNode(unref(_sfc_main$3j)),
883
+ createElementVNode("div", _hoisted_1$h, [
884
+ createVNode(unref(_sfc_main$3h)),
885
+ createVNode(unref(_sfc_main$3i))
769
886
  ])
770
887
  ]),
771
888
  _: 1
772
889
  }),
773
890
  createElementVNode("div", _hoisted_2$1, [
774
891
  (openBlock(true), createElementBlock(Fragment, null, renderList(grid, (month) => {
775
- return openBlock(), createBlock(unref(_sfc_main$3a), {
892
+ return openBlock(), createBlock(unref(_sfc_main$3p), {
776
893
  key: month.value.toString()
777
894
  }, {
778
895
  default: withCtx(() => [
779
- createVNode(unref(_sfc_main$38), null, {
896
+ createVNode(unref(_sfc_main$3n), null, {
780
897
  default: withCtx(() => [
781
- createVNode(unref(_sfc_main$37), null, {
898
+ createVNode(unref(_sfc_main$3m), null, {
782
899
  default: withCtx(() => [
783
900
  (openBlock(true), createElementBlock(Fragment, null, renderList(weekDays, (day) => {
784
- return openBlock(), createBlock(unref(_sfc_main$36), { key: day }, {
901
+ return openBlock(), createBlock(unref(_sfc_main$3l), { key: day }, {
785
902
  default: withCtx(() => [
786
903
  createTextVNode(toDisplayString(day), 1)
787
904
  ]),
@@ -794,21 +911,21 @@ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
794
911
  ]),
795
912
  _: 2
796
913
  }, 1024),
797
- createVNode(unref(_sfc_main$39), null, {
914
+ createVNode(unref(_sfc_main$3o), null, {
798
915
  default: withCtx(() => [
799
916
  (openBlock(true), createElementBlock(Fragment, null, renderList(month.rows, (weekDates, index) => {
800
- return openBlock(), createBlock(unref(_sfc_main$37), {
917
+ return openBlock(), createBlock(unref(_sfc_main$3m), {
801
918
  key: `weekDate-${index}`,
802
919
  class: "mt-2 w-full"
803
920
  }, {
804
921
  default: withCtx(() => [
805
922
  (openBlock(true), createElementBlock(Fragment, null, renderList(weekDates, (weekDate) => {
806
- return openBlock(), createBlock(unref(_sfc_main$3c), {
923
+ return openBlock(), createBlock(unref(_sfc_main$3r), {
807
924
  key: weekDate.toString(),
808
925
  date: weekDate
809
926
  }, {
810
927
  default: withCtx(() => [
811
- createVNode(unref(_sfc_main$3b), {
928
+ createVNode(unref(_sfc_main$3q), {
812
929
  day: weekDate,
813
930
  month: month.value
814
931
  }, null, 8, ["day", "month"])
@@ -835,7 +952,7 @@ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
835
952
  }
836
953
  });
837
954
 
838
- const _sfc_main$3c = /* @__PURE__ */ defineComponent({
955
+ const _sfc_main$3r = /* @__PURE__ */ defineComponent({
839
956
  __name: "CalendarCell",
840
957
  props: {
841
958
  date: {},
@@ -864,7 +981,7 @@ const _sfc_main$3c = /* @__PURE__ */ defineComponent({
864
981
  }
865
982
  });
866
983
 
867
- const _sfc_main$3b = /* @__PURE__ */ defineComponent({
984
+ const _sfc_main$3q = /* @__PURE__ */ defineComponent({
868
985
  __name: "CalendarCellTrigger",
869
986
  props: {
870
987
  day: {},
@@ -904,7 +1021,7 @@ const _sfc_main$3b = /* @__PURE__ */ defineComponent({
904
1021
  }
905
1022
  });
906
1023
 
907
- const _sfc_main$3a = /* @__PURE__ */ defineComponent({
1024
+ const _sfc_main$3p = /* @__PURE__ */ defineComponent({
908
1025
  __name: "CalendarGrid",
909
1026
  props: {
910
1027
  asChild: { type: Boolean },
@@ -929,7 +1046,7 @@ const _sfc_main$3a = /* @__PURE__ */ defineComponent({
929
1046
  }
930
1047
  });
931
1048
 
932
- const _sfc_main$39 = /* @__PURE__ */ defineComponent({
1049
+ const _sfc_main$3o = /* @__PURE__ */ defineComponent({
933
1050
  __name: "CalendarGridBody",
934
1051
  props: {
935
1052
  asChild: { type: Boolean },
@@ -948,7 +1065,7 @@ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
948
1065
  }
949
1066
  });
950
1067
 
951
- const _sfc_main$38 = /* @__PURE__ */ defineComponent({
1068
+ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
952
1069
  __name: "CalendarGridHead",
953
1070
  props: {
954
1071
  asChild: { type: Boolean },
@@ -968,7 +1085,7 @@ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
968
1085
  }
969
1086
  });
970
1087
 
971
- const _sfc_main$37 = /* @__PURE__ */ defineComponent({
1088
+ const _sfc_main$3m = /* @__PURE__ */ defineComponent({
972
1089
  __name: "CalendarGridRow",
973
1090
  props: {
974
1091
  asChild: { type: Boolean },
@@ -993,7 +1110,7 @@ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
993
1110
  }
994
1111
  });
995
1112
 
996
- const _sfc_main$36 = /* @__PURE__ */ defineComponent({
1113
+ const _sfc_main$3l = /* @__PURE__ */ defineComponent({
997
1114
  __name: "CalendarHeadCell",
998
1115
  props: {
999
1116
  asChild: { type: Boolean },
@@ -1018,7 +1135,7 @@ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
1018
1135
  }
1019
1136
  });
1020
1137
 
1021
- const _sfc_main$35 = /* @__PURE__ */ defineComponent({
1138
+ const _sfc_main$3k = /* @__PURE__ */ defineComponent({
1022
1139
  __name: "CalendarHeader",
1023
1140
  props: {
1024
1141
  asChild: { type: Boolean },
@@ -1043,7 +1160,7 @@ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
1043
1160
  }
1044
1161
  });
1045
1162
 
1046
- const _sfc_main$34 = /* @__PURE__ */ defineComponent({
1163
+ const _sfc_main$3j = /* @__PURE__ */ defineComponent({
1047
1164
  __name: "CalendarHeading",
1048
1165
  props: {
1049
1166
  asChild: { type: Boolean },
@@ -1070,7 +1187,7 @@ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
1070
1187
  }
1071
1188
  });
1072
1189
 
1073
- const _sfc_main$33 = /* @__PURE__ */ defineComponent({
1190
+ const _sfc_main$3i = /* @__PURE__ */ defineComponent({
1074
1191
  __name: "CalendarNextButton",
1075
1192
  props: {
1076
1193
  nextPage: { type: Function },
@@ -1103,7 +1220,7 @@ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
1103
1220
  }
1104
1221
  });
1105
1222
 
1106
- const _sfc_main$32 = /* @__PURE__ */ defineComponent({
1223
+ const _sfc_main$3h = /* @__PURE__ */ defineComponent({
1107
1224
  __name: "CalendarPrevButton",
1108
1225
  props: {
1109
1226
  prevPage: { type: Function },
@@ -1136,7 +1253,7 @@ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
1136
1253
  }
1137
1254
  });
1138
1255
 
1139
- const _sfc_main$31 = /* @__PURE__ */ defineComponent({
1256
+ const _sfc_main$3g = /* @__PURE__ */ defineComponent({
1140
1257
  __name: "Checkbox",
1141
1258
  props: {
1142
1259
  defaultValue: { type: [Boolean, String] },
@@ -1154,10 +1271,7 @@ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
1154
1271
  setup(__props, { emit: __emit }) {
1155
1272
  const props = __props;
1156
1273
  const emits = __emit;
1157
- const delegatedProps = computed(() => {
1158
- const { class: _, ...delegated } = props;
1159
- return delegated;
1160
- });
1274
+ const delegatedProps = reactiveOmit(props, "class");
1161
1275
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1162
1276
  return (_ctx, _cache) => {
1163
1277
  return openBlock(), createBlock(unref(CheckboxRoot), mergeProps({ "data-slot": "checkbox" }, unref(forwarded), {
@@ -1169,7 +1283,7 @@ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
1169
1283
  default: withCtx(() => [
1170
1284
  createVNode(unref(CheckboxIndicator), {
1171
1285
  "data-slot": "checkbox-indicator",
1172
- class: "flex items-center justify-center text-current transition-none"
1286
+ class: "grid place-content-center text-current transition-none"
1173
1287
  }, {
1174
1288
  default: withCtx(() => [
1175
1289
  renderSlot(_ctx.$slots, "default", {}, () => [
@@ -1189,7 +1303,7 @@ function toBooleanCheckboxValue(value) {
1189
1303
  return value === true;
1190
1304
  }
1191
1305
 
1192
- const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1306
+ const _sfc_main$3f = /* @__PURE__ */ defineComponent({
1193
1307
  __name: "Combobox",
1194
1308
  props: {
1195
1309
  open: { type: Boolean },
@@ -1228,7 +1342,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1228
1342
  }
1229
1343
  });
1230
1344
 
1231
- const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1345
+ const _sfc_main$3e = /* @__PURE__ */ defineComponent({
1232
1346
  __name: "ComboboxAnchor",
1233
1347
  props: {
1234
1348
  reference: {},
@@ -1238,10 +1352,7 @@ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1238
1352
  },
1239
1353
  setup(__props) {
1240
1354
  const props = __props;
1241
- const delegatedProps = computed(() => {
1242
- const { class: _, ...delegated } = props;
1243
- return delegated;
1244
- });
1355
+ const delegatedProps = reactiveOmit(props, "class");
1245
1356
  const forwarded = useForwardProps(delegatedProps);
1246
1357
  return (_ctx, _cache) => {
1247
1358
  return openBlock(), createBlock(unref(ComboboxAnchor), mergeProps({ "data-slot": "combobox-anchor" }, unref(forwarded), {
@@ -1256,7 +1367,7 @@ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1256
1367
  }
1257
1368
  });
1258
1369
 
1259
- const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1370
+ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
1260
1371
  __name: "ComboboxEmpty",
1261
1372
  props: {
1262
1373
  asChild: { type: Boolean },
@@ -1265,12 +1376,9 @@ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1265
1376
  },
1266
1377
  setup(__props) {
1267
1378
  const props = __props;
1268
- const delegatedProps = computed(() => {
1269
- const { class: _, ...delegated } = props;
1270
- return delegated;
1271
- });
1379
+ const delegatedProps = reactiveOmit(props, "class");
1272
1380
  return (_ctx, _cache) => {
1273
- return openBlock(), createBlock(unref(ComboboxEmpty), mergeProps({ "data-slot": "combobox-empty" }, delegatedProps.value, {
1381
+ return openBlock(), createBlock(unref(ComboboxEmpty), mergeProps({ "data-slot": "combobox-empty" }, unref(delegatedProps), {
1274
1382
  class: unref(cn)("py-6 text-center text-sm", props.class)
1275
1383
  }), {
1276
1384
  default: withCtx(() => [
@@ -1282,7 +1390,7 @@ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1282
1390
  }
1283
1391
  });
1284
1392
 
1285
- const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1393
+ const _sfc_main$3c = /* @__PURE__ */ defineComponent({
1286
1394
  __name: "ComboboxGroup",
1287
1395
  props: {
1288
1396
  asChild: { type: Boolean },
@@ -1292,18 +1400,15 @@ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1292
1400
  },
1293
1401
  setup(__props) {
1294
1402
  const props = __props;
1295
- const delegatedProps = computed(() => {
1296
- const { class: _, ...delegated } = props;
1297
- return delegated;
1298
- });
1403
+ const delegatedProps = reactiveOmit(props, "class");
1299
1404
  return (_ctx, _cache) => {
1300
- return openBlock(), createBlock(unref(ComboboxGroup), mergeProps({ "data-slot": "combobox-group" }, delegatedProps.value, {
1301
- class: unref(cn)("text-foreground overflow-hidden p-1", props.class)
1405
+ return openBlock(), createBlock(unref(ComboboxGroup), mergeProps({ "data-slot": "combobox-group" }, unref(delegatedProps), {
1406
+ class: unref(cn)("overflow-hidden p-1 text-foreground", props.class)
1302
1407
  }), {
1303
1408
  default: withCtx(() => [
1304
1409
  __props.heading ? (openBlock(), createBlock(unref(ComboboxLabel), {
1305
1410
  key: 0,
1306
- class: "text-muted-foreground px-2 py-1.5 text-xs font-medium"
1411
+ class: "px-2 py-1.5 text-xs font-medium text-muted-foreground"
1307
1412
  }, {
1308
1413
  default: withCtx(() => [
1309
1414
  createTextVNode(toDisplayString(__props.heading), 1)
@@ -1318,11 +1423,11 @@ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1318
1423
  }
1319
1424
  });
1320
1425
 
1321
- const _hoisted_1$d = {
1426
+ const _hoisted_1$g = {
1322
1427
  "data-slot": "command-input-wrapper",
1323
1428
  class: "flex h-9 items-center gap-2 border-b px-3"
1324
1429
  };
1325
- const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1430
+ const _sfc_main$3b = /* @__PURE__ */ defineComponent({
1326
1431
  ...{
1327
1432
  inheritAttrs: false
1328
1433
  },
@@ -1340,13 +1445,10 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1340
1445
  setup(__props, { emit: __emit }) {
1341
1446
  const props = __props;
1342
1447
  const emits = __emit;
1343
- const delegatedProps = computed(() => {
1344
- const { class: _, ...delegated } = props;
1345
- return delegated;
1346
- });
1448
+ const delegatedProps = reactiveOmit(props, "class");
1347
1449
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1348
1450
  return (_ctx, _cache) => {
1349
- return openBlock(), createElementBlock("div", _hoisted_1$d, [
1451
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
1350
1452
  createVNode(unref(SearchIcon), { class: "size-4 shrink-0 opacity-50" }),
1351
1453
  createVNode(unref(ComboboxInput), mergeProps({
1352
1454
  "data-slot": "command-input",
@@ -1365,7 +1467,7 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1365
1467
  }
1366
1468
  });
1367
1469
 
1368
- const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1470
+ const _sfc_main$3a = /* @__PURE__ */ defineComponent({
1369
1471
  __name: "ComboboxItem",
1370
1472
  props: {
1371
1473
  textValue: {},
@@ -1379,15 +1481,12 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1379
1481
  setup(__props, { emit: __emit }) {
1380
1482
  const props = __props;
1381
1483
  const emits = __emit;
1382
- const delegatedProps = computed(() => {
1383
- const { class: _, ...delegated } = props;
1384
- return delegated;
1385
- });
1484
+ const delegatedProps = reactiveOmit(props, "class");
1386
1485
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1387
1486
  return (_ctx, _cache) => {
1388
1487
  return openBlock(), createBlock(unref(ComboboxItem), mergeProps({ "data-slot": "combobox-item" }, unref(forwarded), {
1389
1488
  class: unref(cn)(
1390
- `data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
1489
+ "data-highlighted:bg-accent data-highlighted:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
1391
1490
  props.class
1392
1491
  )
1393
1492
  }), {
@@ -1400,7 +1499,7 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1400
1499
  }
1401
1500
  });
1402
1501
 
1403
- const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1502
+ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
1404
1503
  __name: "ComboboxItemIndicator",
1405
1504
  props: {
1406
1505
  asChild: { type: Boolean },
@@ -1409,10 +1508,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1409
1508
  },
1410
1509
  setup(__props) {
1411
1510
  const props = __props;
1412
- const delegatedProps = computed(() => {
1413
- const { class: _, ...delegated } = props;
1414
- return delegated;
1415
- });
1511
+ const delegatedProps = reactiveOmit(props, "class");
1416
1512
  const forwarded = useForwardProps(delegatedProps);
1417
1513
  return (_ctx, _cache) => {
1418
1514
  return openBlock(), createBlock(unref(ComboboxItemIndicator), mergeProps({ "data-slot": "combobox-item-indicator" }, unref(forwarded), {
@@ -1427,7 +1523,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1427
1523
  }
1428
1524
  });
1429
1525
 
1430
- const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1526
+ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
1431
1527
  __name: "ComboboxList",
1432
1528
  props: {
1433
1529
  forceMount: { type: Boolean },
@@ -1453,21 +1549,20 @@ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1453
1549
  asChild: { type: Boolean },
1454
1550
  as: {},
1455
1551
  disableOutsidePointerEvents: { type: Boolean },
1456
- class: {},
1457
- viewportClass: {}
1552
+ class: {}
1458
1553
  },
1459
1554
  emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
1460
1555
  setup(__props, { emit: __emit }) {
1461
1556
  const props = __props;
1462
1557
  const emits = __emit;
1463
- const delegatedProps = reactiveOmit(props, "class", "viewportClass");
1558
+ const delegatedProps = reactiveOmit(props, "class");
1464
1559
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1465
1560
  return (_ctx, _cache) => {
1466
1561
  return openBlock(), createBlock(unref(ComboboxPortal), null, {
1467
1562
  default: withCtx(() => [
1468
1563
  createVNode(unref(ComboboxContent), mergeProps({ "data-slot": "combobox-list" }, unref(forwarded), {
1469
1564
  class: unref(cn)(
1470
- "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-[200px] origin-(--reka-combobox-content-transform-origin) overflow-hidden rounded-md border shadow-md outline-none",
1565
+ "z-50 w-[200px] rounded-md border bg-popover text-popover-foreground origin-(--reka-combobox-content-transform-origin) overflow-hidden shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
1471
1566
  props.class
1472
1567
  )
1473
1568
  }), {
@@ -1483,7 +1578,7 @@ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1483
1578
  }
1484
1579
  });
1485
1580
 
1486
- const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1581
+ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
1487
1582
  __name: "ComboboxSeparator",
1488
1583
  props: {
1489
1584
  asChild: { type: Boolean },
@@ -1492,12 +1587,9 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1492
1587
  },
1493
1588
  setup(__props) {
1494
1589
  const props = __props;
1495
- const delegatedProps = computed(() => {
1496
- const { class: _, ...delegated } = props;
1497
- return delegated;
1498
- });
1590
+ const delegatedProps = reactiveOmit(props, "class");
1499
1591
  return (_ctx, _cache) => {
1500
- return openBlock(), createBlock(unref(ComboboxSeparator), mergeProps({ "data-slot": "combobox-separator" }, delegatedProps.value, {
1592
+ return openBlock(), createBlock(unref(ComboboxSeparator), mergeProps({ "data-slot": "combobox-separator" }, unref(delegatedProps), {
1501
1593
  class: unref(cn)("bg-border -mx-1 h-px", props.class)
1502
1594
  }), {
1503
1595
  default: withCtx(() => [
@@ -1509,7 +1601,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1509
1601
  }
1510
1602
  });
1511
1603
 
1512
- const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1604
+ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
1513
1605
  __name: "ComboboxViewport",
1514
1606
  props: {
1515
1607
  nonce: {},
@@ -1519,10 +1611,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1519
1611
  },
1520
1612
  setup(__props) {
1521
1613
  const props = __props;
1522
- const delegatedProps = computed(() => {
1523
- const { class: _, ...delegated } = props;
1524
- return delegated;
1525
- });
1614
+ const delegatedProps = reactiveOmit(props, "class");
1526
1615
  const forwarded = useForwardProps(delegatedProps);
1527
1616
  return (_ctx, _cache) => {
1528
1617
  return openBlock(), createBlock(unref(ComboboxViewport), mergeProps({ "data-slot": "combobox-viewport" }, unref(forwarded), {
@@ -1537,7 +1626,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1537
1626
  }
1538
1627
  });
1539
1628
 
1540
- const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1629
+ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
1541
1630
  __name: "Command",
1542
1631
  props: {
1543
1632
  modelValue: { default: "" },
@@ -1585,7 +1674,9 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1585
1674
  for (const [id, value] of allItems.value) {
1586
1675
  const score = contains(value, filterState.search);
1587
1676
  filterState.filtered.items.set(id, score ? 1 : 0);
1588
- if (score) itemCount++;
1677
+ if (score) {
1678
+ itemCount++;
1679
+ }
1589
1680
  }
1590
1681
  for (const [groupId, group] of allGroups.value) {
1591
1682
  for (const itemId of group) {
@@ -1597,12 +1688,9 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1597
1688
  }
1598
1689
  filterState.filtered.count = itemCount;
1599
1690
  }
1600
- watch(
1601
- () => filterState.search,
1602
- () => {
1603
- filterItems();
1604
- }
1605
- );
1691
+ watch(() => filterState.search, () => {
1692
+ filterItems();
1693
+ });
1606
1694
  provideCommandContext({
1607
1695
  allItems,
1608
1696
  allGroups,
@@ -1610,10 +1698,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1610
1698
  });
1611
1699
  return (_ctx, _cache) => {
1612
1700
  return openBlock(), createBlock(unref(ListboxRoot), mergeProps({ "data-slot": "command" }, unref(forwarded), {
1613
- class: unref(cn)(
1614
- "bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md",
1615
- props.class
1616
- )
1701
+ class: unref(cn)("bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md", props.class)
1617
1702
  }), {
1618
1703
  default: withCtx(() => [
1619
1704
  renderSlot(_ctx.$slots, "default")
@@ -1624,7 +1709,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1624
1709
  }
1625
1710
  });
1626
1711
 
1627
- const _sfc_main$2R = /* @__PURE__ */ defineComponent({
1712
+ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
1628
1713
  __name: "Dialog",
1629
1714
  props: {
1630
1715
  open: { type: Boolean },
@@ -1647,7 +1732,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
1647
1732
  }
1648
1733
  });
1649
1734
 
1650
- const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
1735
+ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
1651
1736
  __name: "DialogClose",
1652
1737
  props: {
1653
1738
  asChild: { type: Boolean },
@@ -1666,7 +1751,7 @@ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
1666
1751
  }
1667
1752
  });
1668
1753
 
1669
- const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1754
+ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
1670
1755
  __name: "DialogOverlay",
1671
1756
  props: {
1672
1757
  forceMount: { type: Boolean },
@@ -1676,12 +1761,9 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1676
1761
  },
1677
1762
  setup(__props) {
1678
1763
  const props = __props;
1679
- const delegatedProps = computed(() => {
1680
- const { class: _, ...delegated } = props;
1681
- return delegated;
1682
- });
1764
+ const delegatedProps = reactiveOmit(props, "class");
1683
1765
  return (_ctx, _cache) => {
1684
- return openBlock(), createBlock(unref(DialogOverlay), mergeProps({ "data-slot": "dialog-overlay" }, delegatedProps.value, {
1766
+ return openBlock(), createBlock(unref(DialogOverlay), mergeProps({ "data-slot": "dialog-overlay" }, unref(delegatedProps), {
1685
1767
  class: unref(cn)(
1686
1768
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/80",
1687
1769
  props.class
@@ -1696,7 +1778,7 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1696
1778
  }
1697
1779
  });
1698
1780
 
1699
- const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1781
+ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
1700
1782
  __name: "DialogContent",
1701
1783
  props: {
1702
1784
  forceMount: { type: Boolean },
@@ -1709,15 +1791,12 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1709
1791
  setup(__props, { emit: __emit }) {
1710
1792
  const props = __props;
1711
1793
  const emits = __emit;
1712
- const delegatedProps = computed(() => {
1713
- const { class: _, ...delegated } = props;
1714
- return delegated;
1715
- });
1794
+ const delegatedProps = reactiveOmit(props, "class");
1716
1795
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1717
1796
  return (_ctx, _cache) => {
1718
1797
  return openBlock(), createBlock(unref(DialogPortal), null, {
1719
1798
  default: withCtx(() => [
1720
- createVNode(_sfc_main$2P),
1799
+ createVNode(_sfc_main$32),
1721
1800
  createVNode(unref(DialogContent), mergeProps({ "data-slot": "dialog-content" }, unref(forwarded), {
1722
1801
  class: unref(cn)(
1723
1802
  "bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 sm:max-w-lg",
@@ -1743,7 +1822,7 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1743
1822
  }
1744
1823
  });
1745
1824
 
1746
- const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1825
+ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1747
1826
  __name: "DialogDescription",
1748
1827
  props: {
1749
1828
  asChild: { type: Boolean },
@@ -1752,10 +1831,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1752
1831
  },
1753
1832
  setup(__props) {
1754
1833
  const props = __props;
1755
- const delegatedProps = computed(() => {
1756
- const { class: _, ...delegated } = props;
1757
- return delegated;
1758
- });
1834
+ const delegatedProps = reactiveOmit(props, "class");
1759
1835
  const forwardedProps = useForwardProps(delegatedProps);
1760
1836
  return (_ctx, _cache) => {
1761
1837
  return openBlock(), createBlock(unref(DialogDescription), mergeProps({ "data-slot": "dialog-description" }, unref(forwardedProps), {
@@ -1770,7 +1846,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1770
1846
  }
1771
1847
  });
1772
1848
 
1773
- const _sfc_main$2M = /* @__PURE__ */ defineComponent({
1849
+ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1774
1850
  __name: "DialogFooter",
1775
1851
  props: {
1776
1852
  class: {}
@@ -1788,7 +1864,7 @@ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
1788
1864
  }
1789
1865
  });
1790
1866
 
1791
- const _sfc_main$2L = /* @__PURE__ */ defineComponent({
1867
+ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1792
1868
  __name: "DialogHeader",
1793
1869
  props: {
1794
1870
  class: {}
@@ -1806,7 +1882,7 @@ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
1806
1882
  }
1807
1883
  });
1808
1884
 
1809
- const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1885
+ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1810
1886
  __name: "DialogScrollContent",
1811
1887
  props: {
1812
1888
  forceMount: { type: Boolean },
@@ -1819,19 +1895,16 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1819
1895
  setup(__props, { emit: __emit }) {
1820
1896
  const props = __props;
1821
1897
  const emits = __emit;
1822
- const delegatedProps = computed(() => {
1823
- const { class: _, ...delegated } = props;
1824
- return delegated;
1825
- });
1898
+ const delegatedProps = reactiveOmit(props, "class");
1826
1899
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1827
1900
  return (_ctx, _cache) => {
1828
1901
  return openBlock(), createBlock(unref(DialogPortal), null, {
1829
1902
  default: withCtx(() => [
1830
- createVNode(unref(DialogOverlay), { class: "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 grid place-items-center overflow-y-auto bg-black/80" }, {
1903
+ createVNode(unref(DialogOverlay), { class: "fixed inset-0 z-50 grid place-items-center overflow-y-auto bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0" }, {
1831
1904
  default: withCtx(() => [
1832
1905
  createVNode(unref(DialogContent), mergeProps({
1833
1906
  class: unref(cn)(
1834
- "border-border bg-background relative z-50 my-8 grid w-full max-w-lg gap-4 border p-6 shadow-lg duration-200 sm:rounded-lg md:w-full",
1907
+ "relative z-50 grid w-full max-w-lg my-8 gap-4 border border-border bg-background p-6 shadow-lg duration-200 sm:rounded-lg md:w-full",
1835
1908
  props.class
1836
1909
  )
1837
1910
  }, unref(forwarded), {
@@ -1845,9 +1918,9 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1845
1918
  }), {
1846
1919
  default: withCtx(() => [
1847
1920
  renderSlot(_ctx.$slots, "default"),
1848
- createVNode(unref(DialogClose), { class: "hover:bg-secondary absolute top-4 right-4 rounded-md p-0.5 transition-colors" }, {
1921
+ createVNode(unref(DialogClose), { class: "absolute top-4 right-4 p-0.5 transition-colors rounded-md hover:bg-secondary" }, {
1849
1922
  default: withCtx(() => [
1850
- createVNode(unref(X), { class: "h-4 w-4" }),
1923
+ createVNode(unref(X), { class: "w-4 h-4" }),
1851
1924
  _cache[1] || (_cache[1] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
1852
1925
  ]),
1853
1926
  _: 1
@@ -1865,7 +1938,7 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1865
1938
  }
1866
1939
  });
1867
1940
 
1868
- const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1941
+ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1869
1942
  __name: "DialogTitle",
1870
1943
  props: {
1871
1944
  asChild: { type: Boolean },
@@ -1874,10 +1947,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1874
1947
  },
1875
1948
  setup(__props) {
1876
1949
  const props = __props;
1877
- const delegatedProps = computed(() => {
1878
- const { class: _, ...delegated } = props;
1879
- return delegated;
1880
- });
1950
+ const delegatedProps = reactiveOmit(props, "class");
1881
1951
  const forwardedProps = useForwardProps(delegatedProps);
1882
1952
  return (_ctx, _cache) => {
1883
1953
  return openBlock(), createBlock(unref(DialogTitle), mergeProps({ "data-slot": "dialog-title" }, unref(forwardedProps), {
@@ -1892,7 +1962,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1892
1962
  }
1893
1963
  });
1894
1964
 
1895
- const _sfc_main$2I = /* @__PURE__ */ defineComponent({
1965
+ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1896
1966
  __name: "DialogTrigger",
1897
1967
  props: {
1898
1968
  asChild: { type: Boolean },
@@ -1911,7 +1981,7 @@ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
1911
1981
  }
1912
1982
  });
1913
1983
 
1914
- const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1984
+ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1915
1985
  __name: "CommandDialog",
1916
1986
  props: {
1917
1987
  open: { type: Boolean },
@@ -1926,19 +1996,19 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1926
1996
  const emits = __emit;
1927
1997
  const forwarded = useForwardPropsEmits(props, emits);
1928
1998
  return (_ctx, _cache) => {
1929
- return openBlock(), createBlock(unref(_sfc_main$2R), normalizeProps(guardReactiveProps(unref(forwarded))), {
1999
+ return openBlock(), createBlock(unref(_sfc_main$34), normalizeProps(guardReactiveProps(unref(forwarded))), {
1930
2000
  default: withCtx(() => [
1931
- createVNode(unref(_sfc_main$2O), { class: "overflow-hidden p-0" }, {
2001
+ createVNode(unref(_sfc_main$31), { class: "overflow-hidden p-0" }, {
1932
2002
  default: withCtx(() => [
1933
- createVNode(unref(_sfc_main$2L), { class: "sr-only" }, {
2003
+ createVNode(unref(_sfc_main$2_), { class: "sr-only" }, {
1934
2004
  default: withCtx(() => [
1935
- createVNode(unref(_sfc_main$2J), null, {
2005
+ createVNode(unref(_sfc_main$2Y), null, {
1936
2006
  default: withCtx(() => [
1937
2007
  createTextVNode(toDisplayString(__props.title), 1)
1938
2008
  ]),
1939
2009
  _: 1
1940
2010
  }),
1941
- createVNode(unref(_sfc_main$2N), null, {
2011
+ createVNode(unref(_sfc_main$30), null, {
1942
2012
  default: withCtx(() => [
1943
2013
  createTextVNode(toDisplayString(__props.description), 1)
1944
2014
  ]),
@@ -1947,7 +2017,7 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1947
2017
  ]),
1948
2018
  _: 1
1949
2019
  }),
1950
- createVNode(_sfc_main$2S, null, {
2020
+ createVNode(_sfc_main$35, null, {
1951
2021
  default: withCtx(() => [
1952
2022
  renderSlot(_ctx.$slots, "default")
1953
2023
  ]),
@@ -1963,7 +2033,7 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1963
2033
  }
1964
2034
  });
1965
2035
 
1966
- const _sfc_main$2G = /* @__PURE__ */ defineComponent({
2036
+ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1967
2037
  __name: "CommandEmpty",
1968
2038
  props: {
1969
2039
  asChild: { type: Boolean },
@@ -1991,7 +2061,7 @@ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
1991
2061
  }
1992
2062
  });
1993
2063
 
1994
- const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2064
+ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1995
2065
  __name: "CommandGroup",
1996
2066
  props: {
1997
2067
  asChild: { type: Boolean },
@@ -2007,7 +2077,9 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2007
2077
  const isRender = computed(() => !filterState.search ? true : filterState.filtered.groups.has(id));
2008
2078
  provideCommandGroupContext({ id });
2009
2079
  onMounted(() => {
2010
- if (!allGroups.value.has(id)) allGroups.value.set(id, /* @__PURE__ */ new Set());
2080
+ if (!allGroups.value.has(id)) {
2081
+ allGroups.value.set(id, /* @__PURE__ */ new Set());
2082
+ }
2011
2083
  });
2012
2084
  onUnmounted(() => {
2013
2085
  allGroups.value.delete(id);
@@ -2022,7 +2094,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2022
2094
  default: withCtx(() => [
2023
2095
  __props.heading ? (openBlock(), createBlock(unref(ListboxGroupLabel), {
2024
2096
  key: 0,
2025
- class: "text-muted-foreground px-2 py-1.5 text-xs font-medium"
2097
+ class: "px-2 py-1.5 text-xs font-medium text-muted-foreground"
2026
2098
  }, {
2027
2099
  default: withCtx(() => [
2028
2100
  createTextVNode(toDisplayString(__props.heading), 1)
@@ -2037,11 +2109,11 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2037
2109
  }
2038
2110
  });
2039
2111
 
2040
- const _hoisted_1$c = {
2112
+ const _hoisted_1$f = {
2041
2113
  "data-slot": "command-input-wrapper",
2042
2114
  class: "flex h-12 items-center gap-2 border-b px-3"
2043
2115
  };
2044
- const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2116
+ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
2045
2117
  ...{
2046
2118
  inheritAttrs: false
2047
2119
  },
@@ -2060,7 +2132,7 @@ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2060
2132
  const forwardedProps = useForwardProps(delegatedProps);
2061
2133
  const { filterState } = useCommand();
2062
2134
  return (_ctx, _cache) => {
2063
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
2135
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
2064
2136
  createVNode(unref(Search), { class: "size-4 shrink-0 opacity-50" }),
2065
2137
  createVNode(unref(ListboxFilter), mergeProps({ ...unref(forwardedProps), ..._ctx.$attrs }, {
2066
2138
  modelValue: unref(filterState).search,
@@ -2077,7 +2149,7 @@ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2077
2149
  }
2078
2150
  });
2079
2151
 
2080
- const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2152
+ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
2081
2153
  __name: "CommandItem",
2082
2154
  props: {
2083
2155
  value: {},
@@ -2109,8 +2181,10 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2109
2181
  const itemRef = ref();
2110
2182
  const currentElement = useCurrentElement(itemRef);
2111
2183
  onMounted(() => {
2112
- if (!(currentElement.value instanceof HTMLElement)) return;
2113
- allItems.value.set(id, currentElement.value.textContent ?? props.value?.toString() ?? "");
2184
+ if (!(currentElement.value instanceof HTMLElement)) {
2185
+ return;
2186
+ }
2187
+ allItems.value.set(id, currentElement.value.textContent ?? (props.value?.toString() ?? ""));
2114
2188
  const groupId = groupContext?.id;
2115
2189
  if (groupId) {
2116
2190
  if (!allGroups.value.has(groupId)) {
@@ -2130,7 +2204,7 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2130
2204
  ref: itemRef,
2131
2205
  "data-slot": "command-item",
2132
2206
  class: unref(cn)(
2133
- `data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-3 text-sm outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
2207
+ "data-highlighted:bg-accent data-highlighted:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-3 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
2134
2208
  props.class
2135
2209
  ),
2136
2210
  onSelect: _cache[0] || (_cache[0] = () => {
@@ -2146,8 +2220,8 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2146
2220
  }
2147
2221
  });
2148
2222
 
2149
- const _hoisted_1$b = { role: "presentation" };
2150
- const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2223
+ const _hoisted_1$e = { role: "presentation" };
2224
+ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
2151
2225
  __name: "CommandList",
2152
2226
  props: {
2153
2227
  asChild: { type: Boolean },
@@ -2163,7 +2237,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2163
2237
  class: unref(cn)("max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto", props.class)
2164
2238
  }), {
2165
2239
  default: withCtx(() => [
2166
- createElementVNode("div", _hoisted_1$b, [
2240
+ createElementVNode("div", _hoisted_1$e, [
2167
2241
  renderSlot(_ctx.$slots, "default")
2168
2242
  ])
2169
2243
  ]),
@@ -2173,7 +2247,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2173
2247
  }
2174
2248
  });
2175
2249
 
2176
- const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2250
+ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
2177
2251
  __name: "CommandSeparator",
2178
2252
  props: {
2179
2253
  orientation: {},
@@ -2198,7 +2272,7 @@ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2198
2272
  }
2199
2273
  });
2200
2274
 
2201
- const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2275
+ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
2202
2276
  __name: "CommandShortcut",
2203
2277
  props: {
2204
2278
  class: {}
@@ -2219,7 +2293,7 @@ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2219
2293
  const [useCommand, provideCommandContext] = createContext("Command");
2220
2294
  const [useCommandGroup, provideCommandGroupContext] = createContext("CommandGroup");
2221
2295
 
2222
- const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2296
+ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
2223
2297
  __name: "ContextMenu",
2224
2298
  props: {
2225
2299
  pressOpenDelay: {},
@@ -2242,8 +2316,8 @@ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2242
2316
  }
2243
2317
  });
2244
2318
 
2245
- const _hoisted_1$a = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2246
- const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2319
+ const _hoisted_1$d = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2320
+ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
2247
2321
  __name: "ContextMenuCheckboxItem",
2248
2322
  props: {
2249
2323
  modelValue: { type: [Boolean, String] },
@@ -2270,7 +2344,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2270
2344
  )
2271
2345
  }), {
2272
2346
  default: withCtx(() => [
2273
- createElementVNode("span", _hoisted_1$a, [
2347
+ createElementVNode("span", _hoisted_1$d, [
2274
2348
  createVNode(unref(ContextMenuItemIndicator), null, {
2275
2349
  default: withCtx(() => [
2276
2350
  createVNode(unref(Check), { class: "size-4" })
@@ -2286,7 +2360,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2286
2360
  }
2287
2361
  });
2288
2362
 
2289
- const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2363
+ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
2290
2364
  __name: "ContextMenuContent",
2291
2365
  props: {
2292
2366
  forceMount: { type: Boolean },
@@ -2337,7 +2411,7 @@ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2337
2411
  }
2338
2412
  });
2339
2413
 
2340
- const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2414
+ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
2341
2415
  __name: "ContextMenuGroup",
2342
2416
  props: {
2343
2417
  asChild: { type: Boolean },
@@ -2356,7 +2430,7 @@ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2356
2430
  }
2357
2431
  });
2358
2432
 
2359
- const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2433
+ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
2360
2434
  __name: "ContextMenuItem",
2361
2435
  props: {
2362
2436
  disabled: { type: Boolean },
@@ -2396,7 +2470,7 @@ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2396
2470
  }
2397
2471
  });
2398
2472
 
2399
- const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2473
+ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
2400
2474
  __name: "ContextMenuLabel",
2401
2475
  props: {
2402
2476
  asChild: { type: Boolean },
@@ -2426,7 +2500,7 @@ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2426
2500
  }
2427
2501
  });
2428
2502
 
2429
- const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2503
+ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
2430
2504
  __name: "ContextMenuRadioGroup",
2431
2505
  props: {
2432
2506
  modelValue: {},
@@ -2449,8 +2523,8 @@ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2449
2523
  }
2450
2524
  });
2451
2525
 
2452
- const _hoisted_1$9 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2453
- const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2526
+ const _hoisted_1$c = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2527
+ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
2454
2528
  __name: "ContextMenuRadioItem",
2455
2529
  props: {
2456
2530
  value: {},
@@ -2477,7 +2551,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2477
2551
  )
2478
2552
  }), {
2479
2553
  default: withCtx(() => [
2480
- createElementVNode("span", _hoisted_1$9, [
2554
+ createElementVNode("span", _hoisted_1$c, [
2481
2555
  createVNode(unref(ContextMenuItemIndicator), null, {
2482
2556
  default: withCtx(() => [
2483
2557
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -2493,7 +2567,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2493
2567
  }
2494
2568
  });
2495
2569
 
2496
- const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2570
+ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
2497
2571
  __name: "ContextMenuSeparator",
2498
2572
  props: {
2499
2573
  asChild: { type: Boolean },
@@ -2514,7 +2588,7 @@ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2514
2588
  }
2515
2589
  });
2516
2590
 
2517
- const _sfc_main$2q = /* @__PURE__ */ defineComponent({
2591
+ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2518
2592
  __name: "ContextMenuShortcut",
2519
2593
  props: {
2520
2594
  class: {}
@@ -2532,7 +2606,7 @@ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
2532
2606
  }
2533
2607
  });
2534
2608
 
2535
- const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2609
+ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2536
2610
  __name: "ContextMenuSub",
2537
2611
  props: {
2538
2612
  defaultOpen: { type: Boolean },
@@ -2554,7 +2628,7 @@ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2554
2628
  }
2555
2629
  });
2556
2630
 
2557
- const _sfc_main$2o = /* @__PURE__ */ defineComponent({
2631
+ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2558
2632
  __name: "ContextMenuSubContent",
2559
2633
  props: {
2560
2634
  forceMount: { type: Boolean },
@@ -2603,7 +2677,7 @@ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
2603
2677
  }
2604
2678
  });
2605
2679
 
2606
- const _sfc_main$2n = /* @__PURE__ */ defineComponent({
2680
+ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2607
2681
  __name: "ContextMenuSubTrigger",
2608
2682
  props: {
2609
2683
  disabled: { type: Boolean },
@@ -2640,7 +2714,7 @@ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
2640
2714
  }
2641
2715
  });
2642
2716
 
2643
- const _sfc_main$2m = /* @__PURE__ */ defineComponent({
2717
+ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2644
2718
  __name: "ContextMenuTrigger",
2645
2719
  props: {
2646
2720
  disabled: { type: Boolean },
@@ -2661,7 +2735,7 @@ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
2661
2735
  }
2662
2736
  });
2663
2737
 
2664
- const _sfc_main$2l = /* @__PURE__ */ defineComponent({
2738
+ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2665
2739
  __name: "Drawer",
2666
2740
  props: {
2667
2741
  activeSnapPoint: {},
@@ -2698,7 +2772,7 @@ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
2698
2772
  }
2699
2773
  });
2700
2774
 
2701
- const _sfc_main$2k = /* @__PURE__ */ defineComponent({
2775
+ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2702
2776
  __name: "DrawerClose",
2703
2777
  props: {
2704
2778
  asChild: { type: Boolean },
@@ -2717,7 +2791,7 @@ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
2717
2791
  }
2718
2792
  });
2719
2793
 
2720
- const _sfc_main$2j = /* @__PURE__ */ defineComponent({
2794
+ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2721
2795
  __name: "DrawerOverlay",
2722
2796
  props: {
2723
2797
  forceMount: { type: Boolean },
@@ -2739,7 +2813,7 @@ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
2739
2813
  }
2740
2814
  });
2741
2815
 
2742
- const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2816
+ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2743
2817
  __name: "DrawerContent",
2744
2818
  props: {
2745
2819
  forceMount: { type: Boolean },
@@ -2756,7 +2830,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2756
2830
  return (_ctx, _cache) => {
2757
2831
  return openBlock(), createBlock(unref(DrawerPortal), null, {
2758
2832
  default: withCtx(() => [
2759
- createVNode(_sfc_main$2j),
2833
+ createVNode(_sfc_main$2y),
2760
2834
  createVNode(unref(DrawerContent), mergeProps({ "data-slot": "drawer-content" }, unref(forwarded), {
2761
2835
  class: unref(cn)(
2762
2836
  `group/drawer-content bg-background fixed z-50 flex h-auto flex-col`,
@@ -2780,7 +2854,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2780
2854
  }
2781
2855
  });
2782
2856
 
2783
- const _sfc_main$2h = /* @__PURE__ */ defineComponent({
2857
+ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2784
2858
  __name: "DrawerDescription",
2785
2859
  props: {
2786
2860
  asChild: { type: Boolean },
@@ -2803,7 +2877,7 @@ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
2803
2877
  }
2804
2878
  });
2805
2879
 
2806
- const _sfc_main$2g = /* @__PURE__ */ defineComponent({
2880
+ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2807
2881
  __name: "DrawerFooter",
2808
2882
  props: {
2809
2883
  class: {}
@@ -2821,7 +2895,7 @@ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
2821
2895
  }
2822
2896
  });
2823
2897
 
2824
- const _sfc_main$2f = /* @__PURE__ */ defineComponent({
2898
+ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2825
2899
  __name: "DrawerHeader",
2826
2900
  props: {
2827
2901
  class: {}
@@ -2839,7 +2913,7 @@ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
2839
2913
  }
2840
2914
  });
2841
2915
 
2842
- const _sfc_main$2e = /* @__PURE__ */ defineComponent({
2916
+ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2843
2917
  __name: "DrawerTitle",
2844
2918
  props: {
2845
2919
  asChild: { type: Boolean },
@@ -2862,7 +2936,7 @@ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
2862
2936
  }
2863
2937
  });
2864
2938
 
2865
- const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2939
+ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2866
2940
  __name: "DrawerTrigger",
2867
2941
  props: {
2868
2942
  asChild: { type: Boolean },
@@ -2881,7 +2955,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2881
2955
  }
2882
2956
  });
2883
2957
 
2884
- const _sfc_main$2c = /* @__PURE__ */ defineComponent({
2958
+ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2885
2959
  __name: "DropdownMenu",
2886
2960
  props: {
2887
2961
  defaultOpen: { type: Boolean },
@@ -2905,8 +2979,8 @@ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
2905
2979
  }
2906
2980
  });
2907
2981
 
2908
- const _hoisted_1$8 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2909
- const _sfc_main$2b = /* @__PURE__ */ defineComponent({
2982
+ const _hoisted_1$b = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2983
+ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
2910
2984
  __name: "DropdownMenuCheckboxItem",
2911
2985
  props: {
2912
2986
  modelValue: { type: [Boolean, String] },
@@ -2920,20 +2994,17 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
2920
2994
  setup(__props, { emit: __emit }) {
2921
2995
  const props = __props;
2922
2996
  const emits = __emit;
2923
- const delegatedProps = computed(() => {
2924
- const { class: _, ...delegated } = props;
2925
- return delegated;
2926
- });
2997
+ const delegatedProps = reactiveOmit(props, "class");
2927
2998
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
2928
2999
  return (_ctx, _cache) => {
2929
3000
  return openBlock(), createBlock(unref(DropdownMenuCheckboxItem), mergeProps({ "data-slot": "dropdown-menu-checkbox-item" }, unref(forwarded), {
2930
3001
  class: unref(cn)(
2931
- `focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
3002
+ "focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
2932
3003
  props.class
2933
3004
  )
2934
3005
  }), {
2935
3006
  default: withCtx(() => [
2936
- createElementVNode("span", _hoisted_1$8, [
3007
+ createElementVNode("span", _hoisted_1$b, [
2937
3008
  createVNode(unref(DropdownMenuItemIndicator), null, {
2938
3009
  default: withCtx(() => [
2939
3010
  createVNode(unref(Check), { class: "size-4" })
@@ -2949,7 +3020,7 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
2949
3020
  }
2950
3021
  });
2951
3022
 
2952
- const _sfc_main$2a = /* @__PURE__ */ defineComponent({
3023
+ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2953
3024
  __name: "DropdownMenuContent",
2954
3025
  props: {
2955
3026
  forceMount: { type: Boolean },
@@ -2979,10 +3050,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
2979
3050
  setup(__props, { emit: __emit }) {
2980
3051
  const props = __props;
2981
3052
  const emits = __emit;
2982
- const delegatedProps = computed(() => {
2983
- const { class: _, ...delegated } = props;
2984
- return delegated;
2985
- });
3053
+ const delegatedProps = reactiveOmit(props, "class");
2986
3054
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
2987
3055
  return (_ctx, _cache) => {
2988
3056
  return openBlock(), createBlock(unref(DropdownMenuPortal), null, {
@@ -3005,7 +3073,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
3005
3073
  }
3006
3074
  });
3007
3075
 
3008
- const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3076
+ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
3009
3077
  __name: "DropdownMenuGroup",
3010
3078
  props: {
3011
3079
  asChild: { type: Boolean },
@@ -3024,7 +3092,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3024
3092
  }
3025
3093
  });
3026
3094
 
3027
- const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3095
+ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
3028
3096
  __name: "DropdownMenuItem",
3029
3097
  props: {
3030
3098
  disabled: { type: Boolean },
@@ -3037,7 +3105,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3037
3105
  },
3038
3106
  setup(__props) {
3039
3107
  const props = __props;
3040
- const delegatedProps = reactiveOmit(props, "inset", "variant");
3108
+ const delegatedProps = reactiveOmit(props, "inset", "variant", "class");
3041
3109
  const forwardedProps = useForwardProps(delegatedProps);
3042
3110
  return (_ctx, _cache) => {
3043
3111
  return openBlock(), createBlock(unref(DropdownMenuItem), mergeProps({
@@ -3046,7 +3114,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3046
3114
  "data-variant": __props.variant
3047
3115
  }, unref(forwardedProps), {
3048
3116
  class: unref(cn)(
3049
- `focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
3117
+ "focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
3050
3118
  props.class
3051
3119
  )
3052
3120
  }), {
@@ -3059,7 +3127,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3059
3127
  }
3060
3128
  });
3061
3129
 
3062
- const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3130
+ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
3063
3131
  __name: "DropdownMenuLabel",
3064
3132
  props: {
3065
3133
  asChild: { type: Boolean },
@@ -3087,7 +3155,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3087
3155
  }
3088
3156
  });
3089
3157
 
3090
- const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3158
+ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
3091
3159
  __name: "DropdownMenuRadioGroup",
3092
3160
  props: {
3093
3161
  modelValue: {},
@@ -3110,8 +3178,8 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3110
3178
  }
3111
3179
  });
3112
3180
 
3113
- const _hoisted_1$7 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3114
- const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3181
+ const _hoisted_1$a = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3182
+ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
3115
3183
  __name: "DropdownMenuRadioItem",
3116
3184
  props: {
3117
3185
  value: {},
@@ -3125,20 +3193,17 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3125
3193
  setup(__props, { emit: __emit }) {
3126
3194
  const props = __props;
3127
3195
  const emits = __emit;
3128
- const delegatedProps = computed(() => {
3129
- const { class: _, ...delegated } = props;
3130
- return delegated;
3131
- });
3196
+ const delegatedProps = reactiveOmit(props, "class");
3132
3197
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
3133
3198
  return (_ctx, _cache) => {
3134
3199
  return openBlock(), createBlock(unref(DropdownMenuRadioItem), mergeProps({ "data-slot": "dropdown-menu-radio-item" }, unref(forwarded), {
3135
3200
  class: unref(cn)(
3136
- `focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
3201
+ "focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
3137
3202
  props.class
3138
3203
  )
3139
3204
  }), {
3140
3205
  default: withCtx(() => [
3141
- createElementVNode("span", _hoisted_1$7, [
3206
+ createElementVNode("span", _hoisted_1$a, [
3142
3207
  createVNode(unref(DropdownMenuItemIndicator), null, {
3143
3208
  default: withCtx(() => [
3144
3209
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -3154,7 +3219,7 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3154
3219
  }
3155
3220
  });
3156
3221
 
3157
- const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3222
+ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
3158
3223
  __name: "DropdownMenuSeparator",
3159
3224
  props: {
3160
3225
  asChild: { type: Boolean },
@@ -3163,19 +3228,16 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3163
3228
  },
3164
3229
  setup(__props) {
3165
3230
  const props = __props;
3166
- const delegatedProps = computed(() => {
3167
- const { class: _, ...delegated } = props;
3168
- return delegated;
3169
- });
3231
+ const delegatedProps = reactiveOmit(props, "class");
3170
3232
  return (_ctx, _cache) => {
3171
- return openBlock(), createBlock(unref(DropdownMenuSeparator), mergeProps({ "data-slot": "dropdown-menu-separator" }, delegatedProps.value, {
3233
+ return openBlock(), createBlock(unref(DropdownMenuSeparator), mergeProps({ "data-slot": "dropdown-menu-separator" }, unref(delegatedProps), {
3172
3234
  class: unref(cn)("bg-border -mx-1 my-1 h-px", props.class)
3173
3235
  }), null, 16, ["class"]);
3174
3236
  };
3175
3237
  }
3176
3238
  });
3177
3239
 
3178
- const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3240
+ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
3179
3241
  __name: "DropdownMenuShortcut",
3180
3242
  props: {
3181
3243
  class: {}
@@ -3193,7 +3255,7 @@ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3193
3255
  }
3194
3256
  });
3195
3257
 
3196
- const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3258
+ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
3197
3259
  __name: "DropdownMenuSub",
3198
3260
  props: {
3199
3261
  defaultOpen: { type: Boolean },
@@ -3215,7 +3277,7 @@ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3215
3277
  }
3216
3278
  });
3217
3279
 
3218
- const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3280
+ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
3219
3281
  __name: "DropdownMenuSubContent",
3220
3282
  props: {
3221
3283
  forceMount: { type: Boolean },
@@ -3243,10 +3305,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3243
3305
  setup(__props, { emit: __emit }) {
3244
3306
  const props = __props;
3245
3307
  const emits = __emit;
3246
- const delegatedProps = computed(() => {
3247
- const { class: _, ...delegated } = props;
3248
- return delegated;
3249
- });
3308
+ const delegatedProps = reactiveOmit(props, "class");
3250
3309
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
3251
3310
  return (_ctx, _cache) => {
3252
3311
  return openBlock(), createBlock(unref(DropdownMenuSubContent), mergeProps({ "data-slot": "dropdown-menu-sub-content" }, unref(forwarded), {
@@ -3264,7 +3323,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3264
3323
  }
3265
3324
  });
3266
3325
 
3267
- const _sfc_main$20 = /* @__PURE__ */ defineComponent({
3326
+ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
3268
3327
  __name: "DropdownMenuSubTrigger",
3269
3328
  props: {
3270
3329
  disabled: { type: Boolean },
@@ -3295,7 +3354,7 @@ const _sfc_main$20 = /* @__PURE__ */ defineComponent({
3295
3354
  }
3296
3355
  });
3297
3356
 
3298
- const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
3357
+ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
3299
3358
  __name: "DropdownMenuTrigger",
3300
3359
  props: {
3301
3360
  disabled: { type: Boolean },
@@ -3316,7 +3375,146 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
3316
3375
  }
3317
3376
  });
3318
3377
 
3319
- const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
3378
+ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
3379
+ __name: "Empty",
3380
+ props: {
3381
+ class: {}
3382
+ },
3383
+ setup(__props) {
3384
+ const props = __props;
3385
+ return (_ctx, _cache) => {
3386
+ return openBlock(), createElementBlock("div", {
3387
+ "data-slot": "empty",
3388
+ class: normalizeClass(unref(cn)(
3389
+ "flex min-w-0 flex-1 flex-col items-center justify-center gap-6 text-balance rounded-lg border-dashed p-6 text-center md:p-12",
3390
+ props.class
3391
+ ))
3392
+ }, [
3393
+ renderSlot(_ctx.$slots, "default")
3394
+ ], 2);
3395
+ };
3396
+ }
3397
+ });
3398
+
3399
+ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
3400
+ __name: "EmptyContent",
3401
+ props: {
3402
+ class: {}
3403
+ },
3404
+ setup(__props) {
3405
+ const props = __props;
3406
+ return (_ctx, _cache) => {
3407
+ return openBlock(), createElementBlock("div", {
3408
+ "data-slot": "empty-content",
3409
+ class: normalizeClass(unref(cn)(
3410
+ "flex w-full min-w-0 max-w-sm flex-col items-center gap-4 text-balance text-sm",
3411
+ props.class
3412
+ ))
3413
+ }, [
3414
+ renderSlot(_ctx.$slots, "default")
3415
+ ], 2);
3416
+ };
3417
+ }
3418
+ });
3419
+
3420
+ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
3421
+ __name: "EmptyDescription",
3422
+ props: {
3423
+ class: {}
3424
+ },
3425
+ setup(__props) {
3426
+ return (_ctx, _cache) => {
3427
+ return openBlock(), createElementBlock("p", {
3428
+ "data-slot": "empty-description",
3429
+ class: normalizeClass(unref(cn)(
3430
+ "text-muted-foreground [&>a:hover]:text-primary text-sm/relaxed [&>a]:underline [&>a]:underline-offset-4",
3431
+ _ctx.$attrs.class ?? ""
3432
+ ))
3433
+ }, [
3434
+ renderSlot(_ctx.$slots, "default")
3435
+ ], 2);
3436
+ };
3437
+ }
3438
+ });
3439
+
3440
+ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
3441
+ __name: "EmptyHeader",
3442
+ props: {
3443
+ class: {}
3444
+ },
3445
+ setup(__props) {
3446
+ return (_ctx, _cache) => {
3447
+ return openBlock(), createElementBlock("div", {
3448
+ "data-slot": "empty-header",
3449
+ class: normalizeClass(unref(cn)(
3450
+ "flex max-w-sm flex-col items-center gap-2 text-center",
3451
+ _ctx.$attrs.class ?? ""
3452
+ ))
3453
+ }, [
3454
+ renderSlot(_ctx.$slots, "default")
3455
+ ], 2);
3456
+ };
3457
+ }
3458
+ });
3459
+
3460
+ const _hoisted_1$9 = ["data-variant"];
3461
+ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3462
+ __name: "EmptyMedia",
3463
+ props: {
3464
+ class: {},
3465
+ variant: {}
3466
+ },
3467
+ setup(__props) {
3468
+ const props = __props;
3469
+ return (_ctx, _cache) => {
3470
+ return openBlock(), createElementBlock("div", {
3471
+ "data-slot": "empty-icon",
3472
+ "data-variant": __props.variant,
3473
+ class: normalizeClass(unref(cn)(unref(emptyMediaVariants)({ variant: __props.variant }), props.class))
3474
+ }, [
3475
+ renderSlot(_ctx.$slots, "default")
3476
+ ], 10, _hoisted_1$9);
3477
+ };
3478
+ }
3479
+ });
3480
+
3481
+ const _hoisted_1$8 = ["data-variant"];
3482
+ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3483
+ __name: "EmptyTitle",
3484
+ props: {
3485
+ class: {},
3486
+ variant: {}
3487
+ },
3488
+ setup(__props) {
3489
+ const props = __props;
3490
+ return (_ctx, _cache) => {
3491
+ return openBlock(), createElementBlock("div", {
3492
+ "data-slot": "empty-icon",
3493
+ "data-variant": __props.variant,
3494
+ class: normalizeClass(unref(cn)(unref(emptyMediaVariants)({ variant: __props.variant }), props.class))
3495
+ }, [
3496
+ renderSlot(_ctx.$slots, "default")
3497
+ ], 10, _hoisted_1$8);
3498
+ };
3499
+ }
3500
+ });
3501
+
3502
+ const emptyMediaVariants = cva(
3503
+ "mb-2 flex shrink-0 items-center justify-center [&_svg]:pointer-events-none [&_svg]:shrink-0",
3504
+ {
3505
+ variants: {
3506
+ variant: {
3507
+ default: "bg-transparent",
3508
+ icon: "bg-muted text-foreground flex size-10 shrink-0 items-center justify-center rounded-lg [&_svg:not([class*='size-'])]:size-6"
3509
+ }
3510
+ },
3511
+ defaultVariants: {
3512
+ variant: "default"
3513
+ }
3514
+ }
3515
+ );
3516
+
3517
+ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3320
3518
  __name: "HoverCard",
3321
3519
  props: {
3322
3520
  defaultOpen: { type: Boolean },
@@ -3340,7 +3538,7 @@ const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
3340
3538
  }
3341
3539
  });
3342
3540
 
3343
- const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
3541
+ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3344
3542
  __name: "HoverCardContent",
3345
3543
  props: {
3346
3544
  forceMount: { type: Boolean },
@@ -3393,7 +3591,7 @@ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
3393
3591
  }
3394
3592
  });
3395
3593
 
3396
- const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
3594
+ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3397
3595
  __name: "HoverCardTrigger",
3398
3596
  props: {
3399
3597
  reference: {},
@@ -3413,7 +3611,7 @@ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
3413
3611
  }
3414
3612
  });
3415
3613
 
3416
- const _sfc_main$1X = /* @__PURE__ */ defineComponent({
3614
+ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3417
3615
  __name: "Input",
3418
3616
  props: {
3419
3617
  defaultValue: {},
@@ -3443,9 +3641,245 @@ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
3443
3641
  ]);
3444
3642
  };
3445
3643
  }
3446
- });
3644
+ });
3645
+
3646
+ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3647
+ __name: "Item",
3648
+ props: {
3649
+ asChild: { type: Boolean },
3650
+ as: { default: "div" },
3651
+ class: {},
3652
+ variant: {},
3653
+ size: {}
3654
+ },
3655
+ setup(__props) {
3656
+ const props = __props;
3657
+ return (_ctx, _cache) => {
3658
+ return openBlock(), createBlock(unref(Primitive), {
3659
+ "data-slot": "item",
3660
+ as: __props.as,
3661
+ "as-child": __props.asChild,
3662
+ class: normalizeClass(unref(cn)(unref(itemVariants)({ variant: __props.variant, size: __props.size }), props.class))
3663
+ }, {
3664
+ default: withCtx(() => [
3665
+ renderSlot(_ctx.$slots, "default")
3666
+ ]),
3667
+ _: 3
3668
+ }, 8, ["as", "as-child", "class"]);
3669
+ };
3670
+ }
3671
+ });
3672
+
3673
+ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3674
+ __name: "ItemActions",
3675
+ props: {
3676
+ class: {}
3677
+ },
3678
+ setup(__props) {
3679
+ const props = __props;
3680
+ return (_ctx, _cache) => {
3681
+ return openBlock(), createElementBlock("div", {
3682
+ "data-slot": "item-actions",
3683
+ class: normalizeClass(unref(cn)("flex items-center gap-2", props.class))
3684
+ }, [
3685
+ renderSlot(_ctx.$slots, "default")
3686
+ ], 2);
3687
+ };
3688
+ }
3689
+ });
3690
+
3691
+ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3692
+ __name: "ItemContent",
3693
+ props: {
3694
+ class: {}
3695
+ },
3696
+ setup(__props) {
3697
+ const props = __props;
3698
+ return (_ctx, _cache) => {
3699
+ return openBlock(), createElementBlock("div", {
3700
+ "data-slot": "item-content",
3701
+ class: normalizeClass(unref(cn)("flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none", props.class))
3702
+ }, [
3703
+ renderSlot(_ctx.$slots, "default")
3704
+ ], 2);
3705
+ };
3706
+ }
3707
+ });
3708
+
3709
+ const _sfc_main$20 = /* @__PURE__ */ defineComponent({
3710
+ __name: "ItemDescription",
3711
+ props: {
3712
+ class: {}
3713
+ },
3714
+ setup(__props) {
3715
+ const props = __props;
3716
+ return (_ctx, _cache) => {
3717
+ return openBlock(), createElementBlock("p", {
3718
+ "data-slot": "item-description",
3719
+ class: normalizeClass(unref(cn)(
3720
+ "text-muted-foreground line-clamp-2 text-sm leading-normal font-normal text-balance",
3721
+ "[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4",
3722
+ props.class
3723
+ ))
3724
+ }, [
3725
+ renderSlot(_ctx.$slots, "default")
3726
+ ], 2);
3727
+ };
3728
+ }
3729
+ });
3730
+
3731
+ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
3732
+ __name: "ItemFooter",
3733
+ props: {
3734
+ class: {}
3735
+ },
3736
+ setup(__props) {
3737
+ const props = __props;
3738
+ return (_ctx, _cache) => {
3739
+ return openBlock(), createElementBlock("div", {
3740
+ "data-slot": "item-footer",
3741
+ class: normalizeClass(unref(cn)("flex basis-full items-center justify-between gap-2", props.class))
3742
+ }, [
3743
+ renderSlot(_ctx.$slots, "default")
3744
+ ], 2);
3745
+ };
3746
+ }
3747
+ });
3748
+
3749
+ const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
3750
+ __name: "ItemGroup",
3751
+ props: {
3752
+ class: {}
3753
+ },
3754
+ setup(__props) {
3755
+ const props = __props;
3756
+ return (_ctx, _cache) => {
3757
+ return openBlock(), createElementBlock("div", {
3758
+ role: "list",
3759
+ "data-slot": "item-group",
3760
+ class: normalizeClass(unref(cn)("group/item-group flex flex-col", props.class))
3761
+ }, [
3762
+ renderSlot(_ctx.$slots, "default")
3763
+ ], 2);
3764
+ };
3765
+ }
3766
+ });
3767
+
3768
+ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
3769
+ __name: "ItemHeader",
3770
+ props: {
3771
+ class: {}
3772
+ },
3773
+ setup(__props) {
3774
+ const props = __props;
3775
+ return (_ctx, _cache) => {
3776
+ return openBlock(), createElementBlock("div", {
3777
+ "data-slot": "item-header",
3778
+ class: normalizeClass(unref(cn)("flex basis-full items-center justify-between gap-2", props.class))
3779
+ }, [
3780
+ renderSlot(_ctx.$slots, "default")
3781
+ ], 2);
3782
+ };
3783
+ }
3784
+ });
3785
+
3786
+ const _hoisted_1$7 = ["data-variant"];
3787
+ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
3788
+ __name: "ItemMedia",
3789
+ props: {
3790
+ class: {},
3791
+ variant: {}
3792
+ },
3793
+ setup(__props) {
3794
+ const props = __props;
3795
+ return (_ctx, _cache) => {
3796
+ return openBlock(), createElementBlock("div", {
3797
+ "data-slot": "item-media",
3798
+ "data-variant": props.variant,
3799
+ class: normalizeClass(unref(cn)(unref(itemMediaVariants)({ variant: __props.variant }), props.class))
3800
+ }, [
3801
+ renderSlot(_ctx.$slots, "default")
3802
+ ], 10, _hoisted_1$7);
3803
+ };
3804
+ }
3805
+ });
3806
+
3807
+ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
3808
+ __name: "ItemSeparator",
3809
+ props: {
3810
+ orientation: {},
3811
+ decorative: { type: Boolean },
3812
+ asChild: { type: Boolean },
3813
+ as: {},
3814
+ class: {}
3815
+ },
3816
+ setup(__props) {
3817
+ const props = __props;
3818
+ return (_ctx, _cache) => {
3819
+ return openBlock(), createBlock(unref(_sfc_main$3C), {
3820
+ "data-slot": "item-separator",
3821
+ orientation: "horizontal",
3822
+ class: normalizeClass(unref(cn)("my-0", props.class))
3823
+ }, null, 8, ["class"]);
3824
+ };
3825
+ }
3826
+ });
3827
+
3828
+ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
3829
+ __name: "ItemTitle",
3830
+ props: {
3831
+ class: {}
3832
+ },
3833
+ setup(__props) {
3834
+ const props = __props;
3835
+ return (_ctx, _cache) => {
3836
+ return openBlock(), createElementBlock("div", {
3837
+ "data-slot": "item-title",
3838
+ class: normalizeClass(unref(cn)("flex w-fit items-center gap-2 text-sm leading-snug font-medium", props.class))
3839
+ }, [
3840
+ renderSlot(_ctx.$slots, "default")
3841
+ ], 2);
3842
+ };
3843
+ }
3844
+ });
3845
+
3846
+ const itemVariants = cva(
3847
+ "group/item flex items-center border border-transparent text-sm rounded-md transition-colors [a]:hover:bg-accent/50 [a]:transition-colors duration-100 flex-wrap outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
3848
+ {
3849
+ variants: {
3850
+ variant: {
3851
+ default: "bg-transparent",
3852
+ outline: "border-border",
3853
+ muted: "bg-muted/50"
3854
+ },
3855
+ size: {
3856
+ default: "p-4 gap-4 ",
3857
+ sm: "py-3 px-4 gap-2.5"
3858
+ }
3859
+ },
3860
+ defaultVariants: {
3861
+ variant: "default",
3862
+ size: "default"
3863
+ }
3864
+ }
3865
+ );
3866
+ const itemMediaVariants = cva(
3867
+ "flex shrink-0 items-center justify-center gap-2 group-has-[[data-slot=item-description]]/item:self-start [&_svg]:pointer-events-none group-has-[[data-slot=item-description]]/item:translate-y-0.5",
3868
+ {
3869
+ variants: {
3870
+ variant: {
3871
+ default: "bg-transparent",
3872
+ icon: "size-8 border rounded-sm bg-muted [&_svg:not([class*='size-'])]:size-4",
3873
+ image: "size-10 rounded-sm overflow-hidden [&_img]:size-full [&_img]:object-cover"
3874
+ }
3875
+ },
3876
+ defaultVariants: {
3877
+ variant: "default"
3878
+ }
3879
+ }
3880
+ );
3447
3881
 
3448
- const _sfc_main$1W = /* @__PURE__ */ defineComponent({
3882
+ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
3449
3883
  __name: "Label",
3450
3884
  props: {
3451
3885
  for: {},
@@ -3475,7 +3909,7 @@ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
3475
3909
  }
3476
3910
  });
3477
3911
 
3478
- const _sfc_main$1V = /* @__PURE__ */ defineComponent({
3912
+ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3479
3913
  __name: "Loading",
3480
3914
  props: {
3481
3915
  class: {},
@@ -3504,9 +3938,9 @@ const _export_sfc = (sfc, props) => {
3504
3938
  return target;
3505
3939
  };
3506
3940
 
3507
- const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["__scopeId", "data-v-bf69e6e9"]]);
3941
+ const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["__scopeId", "data-v-bf69e6e9"]]);
3508
3942
 
3509
- const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3943
+ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3510
3944
  __name: "Menubar",
3511
3945
  props: {
3512
3946
  modelValue: {},
@@ -3538,7 +3972,7 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3538
3972
  });
3539
3973
 
3540
3974
  const _hoisted_1$6 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3541
- const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3975
+ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
3542
3976
  __name: "MenubarCheckboxItem",
3543
3977
  props: {
3544
3978
  modelValue: { type: [Boolean, String] },
@@ -3581,7 +4015,7 @@ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3581
4015
  }
3582
4016
  });
3583
4017
 
3584
- const _sfc_main$1S = /* @__PURE__ */ defineComponent({
4018
+ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
3585
4019
  __name: "MenubarContent",
3586
4020
  props: {
3587
4021
  forceMount: { type: Boolean },
@@ -3635,7 +4069,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
3635
4069
  }
3636
4070
  });
3637
4071
 
3638
- const _sfc_main$1R = /* @__PURE__ */ defineComponent({
4072
+ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
3639
4073
  __name: "MenubarGroup",
3640
4074
  props: {
3641
4075
  asChild: { type: Boolean },
@@ -3654,7 +4088,7 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
3654
4088
  }
3655
4089
  });
3656
4090
 
3657
- const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
4091
+ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
3658
4092
  __name: "MenubarItem",
3659
4093
  props: {
3660
4094
  disabled: { type: Boolean },
@@ -3691,7 +4125,7 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
3691
4125
  }
3692
4126
  });
3693
4127
 
3694
- const _sfc_main$1P = /* @__PURE__ */ defineComponent({
4128
+ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
3695
4129
  __name: "MenubarLabel",
3696
4130
  props: {
3697
4131
  asChild: { type: Boolean },
@@ -3717,7 +4151,7 @@ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
3717
4151
  }
3718
4152
  });
3719
4153
 
3720
- const _sfc_main$1O = /* @__PURE__ */ defineComponent({
4154
+ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
3721
4155
  __name: "MenubarMenu",
3722
4156
  props: {
3723
4157
  value: {}
@@ -3735,7 +4169,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
3735
4169
  }
3736
4170
  });
3737
4171
 
3738
- const _sfc_main$1N = /* @__PURE__ */ defineComponent({
4172
+ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
3739
4173
  __name: "MenubarRadioGroup",
3740
4174
  props: {
3741
4175
  modelValue: {},
@@ -3759,7 +4193,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
3759
4193
  });
3760
4194
 
3761
4195
  const _hoisted_1$5 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3762
- const _sfc_main$1M = /* @__PURE__ */ defineComponent({
4196
+ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
3763
4197
  __name: "MenubarRadioItem",
3764
4198
  props: {
3765
4199
  value: {},
@@ -3802,7 +4236,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
3802
4236
  }
3803
4237
  });
3804
4238
 
3805
- const _sfc_main$1L = /* @__PURE__ */ defineComponent({
4239
+ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
3806
4240
  __name: "MenubarSeparator",
3807
4241
  props: {
3808
4242
  asChild: { type: Boolean },
@@ -3825,7 +4259,7 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
3825
4259
  }
3826
4260
  });
3827
4261
 
3828
- const _sfc_main$1K = /* @__PURE__ */ defineComponent({
4262
+ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
3829
4263
  __name: "MenubarShortcut",
3830
4264
  props: {
3831
4265
  class: {}
@@ -3843,7 +4277,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
3843
4277
  }
3844
4278
  });
3845
4279
 
3846
- const _sfc_main$1J = /* @__PURE__ */ defineComponent({
4280
+ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
3847
4281
  __name: "MenubarSub",
3848
4282
  props: {
3849
4283
  defaultOpen: { type: Boolean },
@@ -3865,7 +4299,7 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
3865
4299
  }
3866
4300
  });
3867
4301
 
3868
- const _sfc_main$1I = /* @__PURE__ */ defineComponent({
4302
+ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
3869
4303
  __name: "MenubarSubContent",
3870
4304
  props: {
3871
4305
  forceMount: { type: Boolean },
@@ -3919,7 +4353,7 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
3919
4353
  }
3920
4354
  });
3921
4355
 
3922
- const _sfc_main$1H = /* @__PURE__ */ defineComponent({
4356
+ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3923
4357
  __name: "MenubarSubTrigger",
3924
4358
  props: {
3925
4359
  disabled: { type: Boolean },
@@ -3953,7 +4387,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
3953
4387
  }
3954
4388
  });
3955
4389
 
3956
- const _sfc_main$1G = /* @__PURE__ */ defineComponent({
4390
+ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3957
4391
  __name: "MenubarTrigger",
3958
4392
  props: {
3959
4393
  disabled: { type: Boolean },
@@ -3985,7 +4419,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3985
4419
  });
3986
4420
 
3987
4421
  const _hoisted_1$4 = { class: "absolute top-full left-0 isolate z-50 flex justify-center" };
3988
- const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4422
+ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3989
4423
  __name: "NavigationMenuViewport",
3990
4424
  props: {
3991
4425
  forceMount: { type: Boolean },
@@ -4002,7 +4436,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4002
4436
  return openBlock(), createElementBlock("div", _hoisted_1$4, [
4003
4437
  createVNode(unref(NavigationMenuViewport), mergeProps({ "data-slot": "navigation-menu-viewport" }, unref(forwardedProps), {
4004
4438
  class: unref(cn)(
4005
- "origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-[var(--reka-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow md:w-[var(--reka-navigation-menu-viewport-width)]",
4439
+ "origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-(--reka-navigation-menu-viewport-height) w-full overflow-hidden rounded-md border shadow md:w-[var(--reka-navigation-menu-viewport-width)] left-(--reka-navigation-menu-viewport-left)",
4006
4440
  props.class
4007
4441
  )
4008
4442
  }), null, 16, ["class"])
@@ -4011,7 +4445,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4011
4445
  }
4012
4446
  });
4013
4447
 
4014
- const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4448
+ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4015
4449
  __name: "NavigationMenu",
4016
4450
  props: {
4017
4451
  modelValue: {},
@@ -4040,14 +4474,11 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4040
4474
  "data-slot": "navigation-menu",
4041
4475
  "data-viewport": __props.viewport
4042
4476
  }, unref(forwarded), {
4043
- class: unref(cn)(
4044
- "group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",
4045
- props.class
4046
- )
4477
+ class: unref(cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center", props.class)
4047
4478
  }), {
4048
4479
  default: withCtx(() => [
4049
4480
  renderSlot(_ctx.$slots, "default"),
4050
- __props.viewport ? (openBlock(), createBlock(_sfc_main$1F, { key: 0 })) : createCommentVNode("", true)
4481
+ __props.viewport ? (openBlock(), createBlock(_sfc_main$1E, { key: 0 })) : createCommentVNode("", true)
4051
4482
  ]),
4052
4483
  _: 3
4053
4484
  }, 16, ["data-viewport", "class"]);
@@ -4055,7 +4486,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4055
4486
  }
4056
4487
  });
4057
4488
 
4058
- const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4489
+ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4059
4490
  __name: "NavigationMenuContent",
4060
4491
  props: {
4061
4492
  forceMount: { type: Boolean },
@@ -4073,8 +4504,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4073
4504
  return (_ctx, _cache) => {
4074
4505
  return openBlock(), createBlock(unref(NavigationMenuContent), mergeProps({ "data-slot": "navigation-menu-content" }, unref(forwarded), {
4075
4506
  class: unref(cn)(
4076
- `data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 top-0 left-0 w-full p-2 pr-2.5 md:absolute md:w-auto`,
4077
- `group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none`,
4507
+ "data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 top-0 left-0 w-full p-2 pr-2.5 md:absolute md:w-auto",
4508
+ "group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none",
4078
4509
  props.class
4079
4510
  )
4080
4511
  }), {
@@ -4087,7 +4518,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4087
4518
  }
4088
4519
  });
4089
4520
 
4090
- const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4521
+ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4091
4522
  __name: "NavigationMenuIndicator",
4092
4523
  props: {
4093
4524
  forceMount: { type: Boolean },
@@ -4102,7 +4533,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4102
4533
  return (_ctx, _cache) => {
4103
4534
  return openBlock(), createBlock(unref(NavigationMenuIndicator), mergeProps({ "data-slot": "navigation-menu-indicator" }, unref(forwardedProps), {
4104
4535
  class: unref(cn)(
4105
- "data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden",
4536
+ "data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in top-full z-1 flex h-1.5 items-end justify-center overflow-hidden",
4106
4537
  props.class
4107
4538
  )
4108
4539
  }), {
@@ -4115,7 +4546,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4115
4546
  }
4116
4547
  });
4117
4548
 
4118
- const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4549
+ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4119
4550
  __name: "NavigationMenuItem",
4120
4551
  props: {
4121
4552
  value: {},
@@ -4139,7 +4570,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4139
4570
  }
4140
4571
  });
4141
4572
 
4142
- const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4573
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4143
4574
  __name: "NavigationMenuLink",
4144
4575
  props: {
4145
4576
  active: { type: Boolean },
@@ -4156,7 +4587,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4156
4587
  return (_ctx, _cache) => {
4157
4588
  return openBlock(), createBlock(unref(NavigationMenuLink), mergeProps({ "data-slot": "navigation-menu-link" }, unref(forwarded), {
4158
4589
  class: unref(cn)(
4159
- `'data-[active=true]:focus:bg-accent data-[active=true]:hover:bg-accent data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground ring-ring/10 dark:ring-ring/20 dark:outline-ring/40 outline-ring/50 [&_svg:not([class*='text-'])]:text-muted-foreground [&_svg:not([class*='size-'])]:size-4' flex flex-col gap-1 rounded-sm p-2 text-sm transition-[color,box-shadow] focus-visible:ring-4 focus-visible:outline-1`,
4590
+ "data-[active=true]:focus:bg-accent data-[active=true]:hover:bg-accent data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground ring-ring/10 dark:ring-ring/20 dark:outline-ring/40 outline-ring/50 [&_svg:not([class*='text-'])]:text-muted-foreground flex flex-col gap-1 rounded-sm p-2 text-sm transition-[color,box-shadow] focus-visible:ring-4 focus-visible:outline-1 [&_svg:not([class*='size-'])]:size-4",
4160
4591
  props.class
4161
4592
  )
4162
4593
  }), {
@@ -4169,7 +4600,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4169
4600
  }
4170
4601
  });
4171
4602
 
4172
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4603
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4173
4604
  __name: "NavigationMenuList",
4174
4605
  props: {
4175
4606
  asChild: { type: Boolean },
@@ -4182,7 +4613,10 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4182
4613
  const forwardedProps = useForwardProps(delegatedProps);
4183
4614
  return (_ctx, _cache) => {
4184
4615
  return openBlock(), createBlock(unref(NavigationMenuList), mergeProps({ "data-slot": "navigation-menu-list" }, unref(forwardedProps), {
4185
- class: unref(cn)("group flex flex-1 list-none items-center justify-center gap-1", props.class)
4616
+ class: unref(cn)(
4617
+ "group flex flex-1 list-none items-center justify-center gap-1",
4618
+ props.class
4619
+ )
4186
4620
  }), {
4187
4621
  default: withCtx(() => [
4188
4622
  renderSlot(_ctx.$slots, "default")
@@ -4193,7 +4627,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4193
4627
  }
4194
4628
  });
4195
4629
 
4196
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4630
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4197
4631
  __name: "NavigationMenuTrigger",
4198
4632
  props: {
4199
4633
  disabled: { type: Boolean },
@@ -4212,7 +4646,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4212
4646
  default: withCtx(() => [
4213
4647
  renderSlot(_ctx.$slots, "default"),
4214
4648
  createVNode(unref(ChevronDown), {
4215
- class: "relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180",
4649
+ class: "relative top-px ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180",
4216
4650
  "aria-hidden": "true"
4217
4651
  })
4218
4652
  ]),
@@ -4226,7 +4660,7 @@ const navigationMenuTriggerStyle = cva(
4226
4660
  "group inline-flex h-9 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent data-[state=open]:bg-accent/50 focus-visible:ring-ring/50 outline-none transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1"
4227
4661
  );
4228
4662
 
4229
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4663
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4230
4664
  __name: "NumberField",
4231
4665
  props: {
4232
4666
  defaultValue: {},
@@ -4252,10 +4686,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4252
4686
  setup(__props, { emit: __emit }) {
4253
4687
  const props = __props;
4254
4688
  const emits = __emit;
4255
- const delegatedProps = computed(() => {
4256
- const { class: _, ...delegated } = props;
4257
- return delegated;
4258
- });
4689
+ const delegatedProps = reactiveOmit(props, "class");
4259
4690
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
4260
4691
  return (_ctx, _cache) => {
4261
4692
  return openBlock(), createBlock(unref(NumberFieldRoot), mergeProps(unref(forwarded), {
@@ -4270,7 +4701,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4270
4701
  }
4271
4702
  });
4272
4703
 
4273
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4704
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4274
4705
  __name: "NumberFieldContent",
4275
4706
  props: {
4276
4707
  class: {}
@@ -4280,7 +4711,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4280
4711
  return (_ctx, _cache) => {
4281
4712
  return openBlock(), createElementBlock("div", {
4282
4713
  class: normalizeClass(unref(cn)(
4283
- "relative [&>[data-slot=input]]:has-[[data-slot=decrement]]:pl-5 [&>[data-slot=input]]:has-[[data-slot=increment]]:pr-5",
4714
+ "relative [&>[data-slot=input]]:has-[[data-slot=increment]]:pr-5 [&>[data-slot=input]]:has-[[data-slot=decrement]]:pl-5",
4284
4715
  props.class
4285
4716
  ))
4286
4717
  }, [
@@ -4290,7 +4721,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4290
4721
  }
4291
4722
  });
4292
4723
 
4293
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4724
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4294
4725
  __name: "NumberFieldDecrement",
4295
4726
  props: {
4296
4727
  disabled: { type: Boolean },
@@ -4300,15 +4731,12 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4300
4731
  },
4301
4732
  setup(__props) {
4302
4733
  const props = __props;
4303
- const delegatedProps = computed(() => {
4304
- const { class: _, ...delegated } = props;
4305
- return delegated;
4306
- });
4734
+ const delegatedProps = reactiveOmit(props, "class");
4307
4735
  const forwarded = useForwardProps(delegatedProps);
4308
4736
  return (_ctx, _cache) => {
4309
4737
  return openBlock(), createBlock(unref(NumberFieldDecrement), mergeProps({ "data-slot": "decrement" }, unref(forwarded), {
4310
4738
  class: unref(cn)(
4311
- "absolute top-1/2 left-0 -translate-y-1/2 p-3 disabled:cursor-not-allowed disabled:opacity-20",
4739
+ "absolute top-1/2 -translate-y-1/2 left-0 p-3 disabled:cursor-not-allowed disabled:opacity-20",
4312
4740
  props.class
4313
4741
  )
4314
4742
  }), {
@@ -4323,7 +4751,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4323
4751
  }
4324
4752
  });
4325
4753
 
4326
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4754
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4327
4755
  __name: "NumberFieldIncrement",
4328
4756
  props: {
4329
4757
  disabled: { type: Boolean },
@@ -4333,15 +4761,12 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4333
4761
  },
4334
4762
  setup(__props) {
4335
4763
  const props = __props;
4336
- const delegatedProps = computed(() => {
4337
- const { class: _, ...delegated } = props;
4338
- return delegated;
4339
- });
4764
+ const delegatedProps = reactiveOmit(props, "class");
4340
4765
  const forwarded = useForwardProps(delegatedProps);
4341
4766
  return (_ctx, _cache) => {
4342
4767
  return openBlock(), createBlock(unref(NumberFieldIncrement), mergeProps({ "data-slot": "increment" }, unref(forwarded), {
4343
4768
  class: unref(cn)(
4344
- "absolute top-1/2 right-0 -translate-y-1/2 p-3 disabled:cursor-not-allowed disabled:opacity-20",
4769
+ "absolute top-1/2 -translate-y-1/2 right-0 disabled:cursor-not-allowed disabled:opacity-20 p-3",
4345
4770
  props.class
4346
4771
  )
4347
4772
  }), {
@@ -4356,7 +4781,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4356
4781
  }
4357
4782
  });
4358
4783
 
4359
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4784
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4360
4785
  __name: "NumberFieldInput",
4361
4786
  props: {
4362
4787
  class: {}
@@ -4367,7 +4792,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4367
4792
  return openBlock(), createBlock(unref(NumberFieldInput), {
4368
4793
  "data-slot": "input",
4369
4794
  class: normalizeClass(unref(cn)(
4370
- "border-input placeholder:text-muted-foreground focus-visible:ring-ring flex h-9 w-full rounded-md border bg-transparent py-1 text-center text-sm shadow-sm transition-colors focus-visible:ring-1 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50",
4795
+ "flex h-9 w-full rounded-md border border-input bg-transparent py-1 text-sm text-center shadow-sm transition-colors placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
4371
4796
  props.class
4372
4797
  ))
4373
4798
  }, null, 8, ["class"]);
@@ -4375,7 +4800,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4375
4800
  }
4376
4801
  });
4377
4802
 
4378
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4803
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4379
4804
  __name: "Pagination",
4380
4805
  props: {
4381
4806
  page: {},
@@ -4408,7 +4833,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4408
4833
  }
4409
4834
  });
4410
4835
 
4411
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4836
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4412
4837
  __name: "PaginationContent",
4413
4838
  props: {
4414
4839
  asChild: { type: Boolean },
@@ -4434,7 +4859,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4434
4859
  }
4435
4860
  });
4436
4861
 
4437
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4862
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4438
4863
  __name: "PaginationEllipsis",
4439
4864
  props: {
4440
4865
  asChild: { type: Boolean },
@@ -4463,7 +4888,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4463
4888
  }
4464
4889
  });
4465
4890
 
4466
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4891
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4467
4892
  __name: "PaginationFirst",
4468
4893
  props: {
4469
4894
  asChild: { type: Boolean },
@@ -4492,7 +4917,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4492
4917
  }
4493
4918
  });
4494
4919
 
4495
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4920
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4496
4921
  __name: "PaginationItem",
4497
4922
  props: {
4498
4923
  value: {},
@@ -4524,7 +4949,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4524
4949
  }
4525
4950
  });
4526
4951
 
4527
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4952
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4528
4953
  __name: "PaginationLast",
4529
4954
  props: {
4530
4955
  asChild: { type: Boolean },
@@ -4553,7 +4978,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4553
4978
  }
4554
4979
  });
4555
4980
 
4556
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4981
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4557
4982
  __name: "PaginationNext",
4558
4983
  props: {
4559
4984
  asChild: { type: Boolean },
@@ -4582,7 +5007,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4582
5007
  }
4583
5008
  });
4584
5009
 
4585
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
5010
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4586
5011
  __name: "PaginationPrevious",
4587
5012
  props: {
4588
5013
  asChild: { type: Boolean },
@@ -4611,7 +5036,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4611
5036
  }
4612
5037
  });
4613
5038
 
4614
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
5039
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4615
5040
  __name: "Popover",
4616
5041
  props: {
4617
5042
  defaultOpen: { type: Boolean },
@@ -4634,7 +5059,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4634
5059
  }
4635
5060
  });
4636
5061
 
4637
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
5062
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4638
5063
  __name: "PopoverAnchor",
4639
5064
  props: {
4640
5065
  reference: {},
@@ -4654,7 +5079,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4654
5079
  }
4655
5080
  });
4656
5081
 
4657
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
5082
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4658
5083
  ...{
4659
5084
  inheritAttrs: false
4660
5085
  },
@@ -4713,7 +5138,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4713
5138
  }
4714
5139
  });
4715
5140
 
4716
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
5141
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4717
5142
  __name: "PopoverTrigger",
4718
5143
  props: {
4719
5144
  asChild: { type: Boolean },
@@ -4732,7 +5157,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4732
5157
  }
4733
5158
  });
4734
5159
 
4735
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
5160
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4736
5161
  __name: "Progress",
4737
5162
  props: {
4738
5163
  modelValue: { default: 0 },
@@ -4766,7 +5191,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4766
5191
  }
4767
5192
  });
4768
5193
 
4769
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5194
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
4770
5195
  __name: "RadioGroup",
4771
5196
  props: {
4772
5197
  modelValue: {},
@@ -4804,7 +5229,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4804
5229
  }
4805
5230
  });
4806
5231
 
4807
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5232
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
4808
5233
  __name: "RadioGroupItem",
4809
5234
  props: {
4810
5235
  id: {},
@@ -4851,7 +5276,7 @@ const _hoisted_1$3 = {
4851
5276
  key: 0,
4852
5277
  class: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border"
4853
5278
  };
4854
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5279
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4855
5280
  __name: "ResizableHandle",
4856
5281
  props: {
4857
5282
  id: {},
@@ -4888,7 +5313,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
4888
5313
  }
4889
5314
  });
4890
5315
 
4891
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5316
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4892
5317
  __name: "ResizablePanel",
4893
5318
  props: {
4894
5319
  collapsedSize: {},
@@ -4917,7 +5342,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4917
5342
  }
4918
5343
  });
4919
5344
 
4920
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5345
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4921
5346
  __name: "ResizablePanelGroup",
4922
5347
  props: {
4923
5348
  id: {},
@@ -4951,7 +5376,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4951
5376
  }
4952
5377
  });
4953
5378
 
4954
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5379
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4955
5380
  __name: "ScrollBar",
4956
5381
  props: {
4957
5382
  orientation: { default: "vertical" },
@@ -4962,12 +5387,9 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4962
5387
  },
4963
5388
  setup(__props) {
4964
5389
  const props = __props;
4965
- const delegatedProps = computed(() => {
4966
- const { class: _, ...delegated } = props;
4967
- return delegated;
4968
- });
5390
+ const delegatedProps = reactiveOmit(props, "class");
4969
5391
  return (_ctx, _cache) => {
4970
- return openBlock(), createBlock(unref(ScrollAreaScrollbar), mergeProps({ "data-slot": "scroll-area-scrollbar" }, delegatedProps.value, {
5392
+ return openBlock(), createBlock(unref(ScrollAreaScrollbar), mergeProps({ "data-slot": "scroll-area-scrollbar" }, unref(delegatedProps), {
4971
5393
  class: unref(cn)(
4972
5394
  "flex touch-none p-px transition-colors select-none",
4973
5395
  __props.orientation === "vertical" && "h-full w-2.5 border-l border-l-transparent",
@@ -4987,7 +5409,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4987
5409
  }
4988
5410
  });
4989
5411
 
4990
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5412
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4991
5413
  __name: "ScrollArea",
4992
5414
  props: {
4993
5415
  type: {},
@@ -4999,12 +5421,9 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4999
5421
  },
5000
5422
  setup(__props) {
5001
5423
  const props = __props;
5002
- const delegatedProps = computed(() => {
5003
- const { class: _, ...delegated } = props;
5004
- return delegated;
5005
- });
5424
+ const delegatedProps = reactiveOmit(props, "class");
5006
5425
  return (_ctx, _cache) => {
5007
- return openBlock(), createBlock(unref(ScrollAreaRoot), mergeProps({ "data-slot": "scroll-area" }, delegatedProps.value, {
5426
+ return openBlock(), createBlock(unref(ScrollAreaRoot), mergeProps({ "data-slot": "scroll-area" }, unref(delegatedProps), {
5008
5427
  class: unref(cn)("relative", props.class)
5009
5428
  }), {
5010
5429
  default: withCtx(() => [
@@ -5017,7 +5436,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5017
5436
  ]),
5018
5437
  _: 3
5019
5438
  }),
5020
- createVNode(_sfc_main$1a),
5439
+ createVNode(_sfc_main$19),
5021
5440
  createVNode(unref(ScrollAreaCorner))
5022
5441
  ]),
5023
5442
  _: 3
@@ -5026,7 +5445,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5026
5445
  }
5027
5446
  });
5028
5447
 
5029
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
5448
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5030
5449
  __name: "Select",
5031
5450
  props: {
5032
5451
  open: { type: Boolean },
@@ -5057,7 +5476,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
5057
5476
  }
5058
5477
  });
5059
5478
 
5060
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5479
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5061
5480
  ...{
5062
5481
  inheritAttrs: false
5063
5482
  },
@@ -5091,10 +5510,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5091
5510
  setup(__props, { emit: __emit }) {
5092
5511
  const props = __props;
5093
5512
  const emits = __emit;
5094
- const delegatedProps = computed(() => {
5095
- const { class: _, ...delegated } = props;
5096
- return delegated;
5097
- });
5513
+ const delegatedProps = reactiveOmit(props, "class");
5098
5514
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
5099
5515
  return (_ctx, _cache) => {
5100
5516
  return openBlock(), createBlock(unref(SelectPortal), null, {
@@ -5107,11 +5523,11 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5107
5523
  )
5108
5524
  }), {
5109
5525
  default: withCtx(() => [
5110
- createVNode(unref(_sfc_main$11)),
5526
+ createVNode(unref(_sfc_main$10)),
5111
5527
  createVNode(unref(SelectViewport), {
5112
5528
  class: normalizeClass(unref(cn)(
5113
5529
  "p-1",
5114
- __props.position === "popper" && "h-[var(--reka-select-trigger-height)] w-full min-w-[var(--reka-select-trigger-width)] scroll-my-1"
5530
+ __props.position === "popper" && "h-(--reka-select-trigger-height) w-full min-w-(--reka-select-trigger-width) scroll-my-1"
5115
5531
  ))
5116
5532
  }, {
5117
5533
  default: withCtx(() => [
@@ -5119,7 +5535,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5119
5535
  ]),
5120
5536
  _: 3
5121
5537
  }, 8, ["class"]),
5122
- createVNode(unref(_sfc_main$12))
5538
+ createVNode(unref(_sfc_main$11))
5123
5539
  ]),
5124
5540
  _: 3
5125
5541
  }, 16, ["class"])
@@ -5130,7 +5546,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5130
5546
  }
5131
5547
  });
5132
5548
 
5133
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5549
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5134
5550
  __name: "SelectGroup",
5135
5551
  props: {
5136
5552
  asChild: { type: Boolean },
@@ -5150,7 +5566,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5150
5566
  });
5151
5567
 
5152
5568
  const _hoisted_1$2 = { class: "absolute right-2 flex size-3.5 items-center justify-center" };
5153
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5569
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5154
5570
  __name: "SelectItem",
5155
5571
  props: {
5156
5572
  value: {},
@@ -5162,15 +5578,12 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5162
5578
  },
5163
5579
  setup(__props) {
5164
5580
  const props = __props;
5165
- const delegatedProps = computed(() => {
5166
- const { class: _, ...delegated } = props;
5167
- return delegated;
5168
- });
5581
+ const delegatedProps = reactiveOmit(props, "class");
5169
5582
  const forwardedProps = useForwardProps(delegatedProps);
5170
5583
  return (_ctx, _cache) => {
5171
5584
  return openBlock(), createBlock(unref(SelectItem), mergeProps({ "data-slot": "select-item" }, unref(forwardedProps), {
5172
5585
  class: unref(cn)(
5173
- `focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2`,
5586
+ "focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",
5174
5587
  props.class
5175
5588
  )
5176
5589
  }), {
@@ -5196,7 +5609,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5196
5609
  }
5197
5610
  });
5198
5611
 
5199
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5612
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5200
5613
  __name: "SelectItemText",
5201
5614
  props: {
5202
5615
  asChild: { type: Boolean },
@@ -5215,7 +5628,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5215
5628
  }
5216
5629
  });
5217
5630
 
5218
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5631
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5219
5632
  __name: "SelectLabel",
5220
5633
  props: {
5221
5634
  for: {},
@@ -5239,7 +5652,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5239
5652
  }
5240
5653
  });
5241
5654
 
5242
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5655
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5243
5656
  __name: "SelectScrollDownButton",
5244
5657
  props: {
5245
5658
  asChild: { type: Boolean },
@@ -5248,10 +5661,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5248
5661
  },
5249
5662
  setup(__props) {
5250
5663
  const props = __props;
5251
- const delegatedProps = computed(() => {
5252
- const { class: _, ...delegated } = props;
5253
- return delegated;
5254
- });
5664
+ const delegatedProps = reactiveOmit(props, "class");
5255
5665
  const forwardedProps = useForwardProps(delegatedProps);
5256
5666
  return (_ctx, _cache) => {
5257
5667
  return openBlock(), createBlock(unref(SelectScrollDownButton), mergeProps({ "data-slot": "select-scroll-down-button" }, unref(forwardedProps), {
@@ -5268,7 +5678,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5268
5678
  }
5269
5679
  });
5270
5680
 
5271
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5681
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5272
5682
  __name: "SelectScrollUpButton",
5273
5683
  props: {
5274
5684
  asChild: { type: Boolean },
@@ -5277,10 +5687,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5277
5687
  },
5278
5688
  setup(__props) {
5279
5689
  const props = __props;
5280
- const delegatedProps = computed(() => {
5281
- const { class: _, ...delegated } = props;
5282
- return delegated;
5283
- });
5690
+ const delegatedProps = reactiveOmit(props, "class");
5284
5691
  const forwardedProps = useForwardProps(delegatedProps);
5285
5692
  return (_ctx, _cache) => {
5286
5693
  return openBlock(), createBlock(unref(SelectScrollUpButton), mergeProps({ "data-slot": "select-scroll-up-button" }, unref(forwardedProps), {
@@ -5297,7 +5704,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5297
5704
  }
5298
5705
  });
5299
5706
 
5300
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5707
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5301
5708
  __name: "SelectSeparator",
5302
5709
  props: {
5303
5710
  asChild: { type: Boolean },
@@ -5306,19 +5713,16 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5306
5713
  },
5307
5714
  setup(__props) {
5308
5715
  const props = __props;
5309
- const delegatedProps = computed(() => {
5310
- const { class: _, ...delegated } = props;
5311
- return delegated;
5312
- });
5716
+ const delegatedProps = reactiveOmit(props, "class");
5313
5717
  return (_ctx, _cache) => {
5314
- return openBlock(), createBlock(unref(SelectSeparator), mergeProps({ "data-slot": "select-separator" }, delegatedProps.value, {
5718
+ return openBlock(), createBlock(unref(SelectSeparator), mergeProps({ "data-slot": "select-separator" }, unref(delegatedProps), {
5315
5719
  class: unref(cn)("bg-border pointer-events-none -mx-1 my-1 h-px", props.class)
5316
5720
  }), null, 16, ["class"]);
5317
5721
  };
5318
5722
  }
5319
5723
  });
5320
5724
 
5321
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5725
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5322
5726
  __name: "SelectTrigger",
5323
5727
  props: {
5324
5728
  disabled: { type: Boolean },
@@ -5338,7 +5742,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5338
5742
  "data-size": __props.size
5339
5743
  }, unref(forwardedProps), {
5340
5744
  class: unref(cn)(
5341
- `border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,
5745
+ "border-input data-placeholder:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
5342
5746
  props.class
5343
5747
  )
5344
5748
  }), {
@@ -5357,7 +5761,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5357
5761
  }
5358
5762
  });
5359
5763
 
5360
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5764
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
5361
5765
  __name: "SelectValue",
5362
5766
  props: {
5363
5767
  placeholder: {},
@@ -5377,29 +5781,6 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5377
5781
  }
5378
5782
  });
5379
5783
 
5380
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
5381
- __name: "Separator",
5382
- props: {
5383
- orientation: { default: "horizontal" },
5384
- decorative: { type: Boolean, default: true },
5385
- asChild: { type: Boolean },
5386
- as: {},
5387
- class: {}
5388
- },
5389
- setup(__props) {
5390
- const props = __props;
5391
- const delegatedProps = reactiveOmit(props, "class");
5392
- return (_ctx, _cache) => {
5393
- return openBlock(), createBlock(unref(Separator), mergeProps({ "data-slot": "separator-root" }, unref(delegatedProps), {
5394
- class: unref(cn)(
5395
- `bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px`,
5396
- props.class
5397
- )
5398
- }), null, 16, ["class"]);
5399
- };
5400
- }
5401
- });
5402
-
5403
5784
  const _sfc_main$Y = /* @__PURE__ */ defineComponent({
5404
5785
  __name: "Sheet",
5405
5786
  props: {
@@ -5452,10 +5833,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5452
5833
  },
5453
5834
  setup(__props) {
5454
5835
  const props = __props;
5455
- const delegatedProps = computed(() => {
5456
- const { class: _, ...delegated } = props;
5457
- return delegated;
5458
- });
5836
+ const delegatedProps = reactiveOmit(props, "class");
5459
5837
  return (_ctx, _cache) => {
5460
5838
  return openBlock(), createBlock(unref(DialogOverlay), mergeProps({
5461
5839
  "data-slot": "sheet-overlay",
@@ -5463,7 +5841,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5463
5841
  "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/80",
5464
5842
  props.class
5465
5843
  )
5466
- }, delegatedProps.value), {
5844
+ }, unref(delegatedProps)), {
5467
5845
  default: withCtx(() => [
5468
5846
  renderSlot(_ctx.$slots, "default")
5469
5847
  ]),
@@ -5535,15 +5913,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
5535
5913
  },
5536
5914
  setup(__props) {
5537
5915
  const props = __props;
5538
- const delegatedProps = computed(() => {
5539
- const { class: _, ...delegated } = props;
5540
- return delegated;
5541
- });
5916
+ const delegatedProps = reactiveOmit(props, "class");
5542
5917
  return (_ctx, _cache) => {
5543
5918
  return openBlock(), createBlock(unref(DialogDescription), mergeProps({
5544
5919
  "data-slot": "sheet-description",
5545
5920
  class: unref(cn)("text-muted-foreground text-sm", props.class)
5546
- }, delegatedProps.value), {
5921
+ }, unref(delegatedProps)), {
5547
5922
  default: withCtx(() => [
5548
5923
  renderSlot(_ctx.$slots, "default")
5549
5924
  ]),
@@ -5598,15 +5973,12 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5598
5973
  },
5599
5974
  setup(__props) {
5600
5975
  const props = __props;
5601
- const delegatedProps = computed(() => {
5602
- const { class: _, ...delegated } = props;
5603
- return delegated;
5604
- });
5976
+ const delegatedProps = reactiveOmit(props, "class");
5605
5977
  return (_ctx, _cache) => {
5606
5978
  return openBlock(), createBlock(unref(DialogTitle), mergeProps({
5607
5979
  "data-slot": "sheet-title",
5608
5980
  class: unref(cn)("text-foreground font-semibold", props.class)
5609
- }, delegatedProps.value), {
5981
+ }, unref(delegatedProps)), {
5610
5982
  default: withCtx(() => [
5611
5983
  renderSlot(_ctx.$slots, "default")
5612
5984
  ]),
@@ -5635,7 +6007,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5635
6007
  }
5636
6008
  });
5637
6009
 
5638
- const SIDEBAR_COOKIE_NAME = "sidebar:state";
6010
+ const SIDEBAR_COOKIE_NAME = "sidebar_state";
5639
6011
  const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
5640
6012
  const SIDEBAR_WIDTH = "16rem";
5641
6013
  const SIDEBAR_WIDTH_MOBILE = "18rem";
@@ -5912,10 +6284,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
5912
6284
  setup(__props) {
5913
6285
  const props = __props;
5914
6286
  return (_ctx, _cache) => {
5915
- return openBlock(), createBlock(unref(_sfc_main$1X), {
6287
+ return openBlock(), createBlock(unref(_sfc_main$24), {
5916
6288
  "data-slot": "sidebar-input",
5917
6289
  "data-sidebar": "input",
5918
- class: normalizeClass(unref(cn)("bg-background h-8 w-full shadow-none", props.class))
6290
+ class: normalizeClass(unref(cn)(
6291
+ "bg-background h-8 w-full shadow-none",
6292
+ props.class
6293
+ ))
5919
6294
  }, {
5920
6295
  default: withCtx(() => [
5921
6296
  renderSlot(_ctx.$slots, "default")
@@ -6200,12 +6575,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
6200
6575
  setup(__props) {
6201
6576
  const props = __props;
6202
6577
  const { isMobile, state } = useSidebar();
6203
- const delegatedProps = computed(() => {
6204
- const { tooltip, ...delegated } = props;
6205
- return delegated;
6206
- });
6578
+ const delegatedProps = reactiveOmit(props, "tooltip");
6207
6579
  return (_ctx, _cache) => {
6208
- return !__props.tooltip ? (openBlock(), createBlock(_sfc_main$y, normalizeProps(mergeProps({ key: 0 }, { ...delegatedProps.value, ..._ctx.$attrs })), {
6580
+ return !__props.tooltip ? (openBlock(), createBlock(_sfc_main$y, normalizeProps(mergeProps({ key: 0 }, { ...unref(delegatedProps), ..._ctx.$attrs })), {
6209
6581
  default: withCtx(() => [
6210
6582
  renderSlot(_ctx.$slots, "default")
6211
6583
  ]),
@@ -6214,7 +6586,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
6214
6586
  default: withCtx(() => [
6215
6587
  createVNode(unref(_sfc_main$z), { "as-child": "" }, {
6216
6588
  default: withCtx(() => [
6217
- createVNode(_sfc_main$y, normalizeProps(guardReactiveProps({ ...delegatedProps.value, ..._ctx.$attrs })), {
6589
+ createVNode(_sfc_main$y, normalizeProps(guardReactiveProps({ ...unref(delegatedProps), ..._ctx.$attrs })), {
6218
6590
  default: withCtx(() => [
6219
6591
  renderSlot(_ctx.$slots, "default")
6220
6592
  ]),
@@ -6391,7 +6763,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
6391
6763
  const _sfc_main$q = /* @__PURE__ */ defineComponent({
6392
6764
  __name: "SidebarProvider",
6393
6765
  props: {
6394
- defaultOpen: { type: Boolean, default: true },
6766
+ defaultOpen: { type: Boolean, default: !defaultDocument?.cookie.includes(`${SIDEBAR_COOKIE_NAME}=false`) },
6395
6767
  open: { type: Boolean, default: void 0 },
6396
6768
  class: {}
6397
6769
  },
@@ -6434,10 +6806,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
6434
6806
  "--sidebar-width": unref(SIDEBAR_WIDTH),
6435
6807
  "--sidebar-width-icon": unref(SIDEBAR_WIDTH_ICON)
6436
6808
  },
6437
- class: unref(cn)(
6438
- "group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full",
6439
- props.class
6440
- )
6809
+ class: unref(cn)("group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full", props.class)
6441
6810
  }, _ctx.$attrs), [
6442
6811
  renderSlot(_ctx.$slots, "default")
6443
6812
  ], 16)
@@ -6489,7 +6858,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6489
6858
  setup(__props) {
6490
6859
  const props = __props;
6491
6860
  return (_ctx, _cache) => {
6492
- return openBlock(), createBlock(unref(_sfc_main$Z), {
6861
+ return openBlock(), createBlock(unref(_sfc_main$3C), {
6493
6862
  "data-slot": "sidebar-separator",
6494
6863
  "data-sidebar": "separator",
6495
6864
  class: normalizeClass(unref(cn)("bg-sidebar-border mx-2 w-auto", props.class))
@@ -6512,7 +6881,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
6512
6881
  const props = __props;
6513
6882
  const { toggleSidebar } = useSidebar();
6514
6883
  return (_ctx, _cache) => {
6515
- return openBlock(), createBlock(unref(_sfc_main$3x), {
6884
+ return openBlock(), createBlock(unref(_sfc_main$3Q), {
6516
6885
  "data-sidebar": "trigger",
6517
6886
  "data-slot": "sidebar-trigger",
6518
6887
  variant: "ghost",
@@ -6670,10 +7039,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
6670
7039
  setup(__props, { emit: __emit }) {
6671
7040
  const props = __props;
6672
7041
  const emits = __emit;
6673
- const delegatedProps = computed(() => {
6674
- const { class: _, ...delegated } = props;
6675
- return delegated;
6676
- });
7042
+ const delegatedProps = reactiveOmit(props, "class");
6677
7043
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
6678
7044
  return (_ctx, _cache) => {
6679
7045
  return openBlock(), createBlock(unref(SwitchRoot), mergeProps({ "data-slot": "switch" }, unref(forwarded), {
@@ -6789,7 +7155,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
6789
7155
  return openBlock(), createElementBlock("td", {
6790
7156
  "data-slot": "table-cell",
6791
7157
  class: normalizeClass(unref(cn)(
6792
- "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
7158
+ "p-2 align-middle [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-[2px]",
6793
7159
  props.class
6794
7160
  ))
6795
7161
  }, [
@@ -6826,16 +7192,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
6826
7192
  },
6827
7193
  setup(__props) {
6828
7194
  const props = __props;
6829
- const delegatedProps = computed(() => {
6830
- const { class: _, ...delegated } = props;
6831
- return delegated;
6832
- });
7195
+ const delegatedProps = reactiveOmit(props, "class");
6833
7196
  return (_ctx, _cache) => {
6834
7197
  return openBlock(), createBlock(_sfc_main$f, null, {
6835
7198
  default: withCtx(() => [
6836
7199
  createVNode(_sfc_main$g, mergeProps({
6837
- class: unref(cn)("text-foreground p-4 align-middle text-sm whitespace-nowrap", props.class)
6838
- }, delegatedProps.value), {
7200
+ class: unref(cn)(
7201
+ "p-4 whitespace-nowrap align-middle text-sm text-foreground",
7202
+ props.class
7203
+ )
7204
+ }, unref(delegatedProps)), {
6839
7205
  default: withCtx(() => [
6840
7206
  createElementVNode("div", _hoisted_1, [
6841
7207
  renderSlot(_ctx.$slots, "default")
@@ -6879,7 +7245,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
6879
7245
  return openBlock(), createElementBlock("th", {
6880
7246
  "data-slot": "table-head",
6881
7247
  class: normalizeClass(unref(cn)(
6882
- "text-muted-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
7248
+ "text-muted-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-[2px]",
6883
7249
  props.class
6884
7250
  ))
6885
7251
  }, [
@@ -7239,8 +7605,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
7239
7605
  return openBlock(), createBlock(unref(Toggle), mergeProps({ "data-slot": "toggle" }, unref(forwarded), {
7240
7606
  class: unref(cn)(unref(toggleVariants)({ variant: __props.variant, size: __props.size }), props.class)
7241
7607
  }), {
7242
- default: withCtx(() => [
7243
- renderSlot(_ctx.$slots, "default")
7608
+ default: withCtx((slotProps) => [
7609
+ renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps)))
7244
7610
  ]),
7245
7611
  _: 3
7246
7612
  }, 16, ["class"]);
@@ -7269,4 +7635,4 @@ const toggleVariants = cva(
7269
7635
  }
7270
7636
  );
7271
7637
 
7272
- export { _sfc_main$3F as Accordion, _sfc_main$3E as AccordionContent, _sfc_main$3D as AccordionItem, _sfc_main$3C as AccordionTrigger, _sfc_main$3B as Alert, _sfc_main$3A as AlertDescription, _sfc_main$3y as AlertDialog, _sfc_main$3w as AlertDialogAction, _sfc_main$3v as AlertDialogCancel, _sfc_main$3u as AlertDialogContent, _sfc_main$3t as AlertDialogDescription, _sfc_main$3s as AlertDialogFooter, _sfc_main$3r as AlertDialogHeader, _sfc_main$3q as AlertDialogTitle, _sfc_main$3p as AlertDialogTrigger, _sfc_main$3z as AlertTitle, _sfc_main$3o as Avatar, _sfc_main$3n as AvatarFallback, _sfc_main$3m as AvatarImage, _sfc_main$3l as Badge, _sfc_main$3x as Button, _sfc_main$3d as Calendar, _sfc_main$3c as CalendarCell, _sfc_main$3b as CalendarCellTrigger, _sfc_main$3a as CalendarGrid, _sfc_main$39 as CalendarGridBody, _sfc_main$38 as CalendarGridHead, _sfc_main$37 as CalendarGridRow, _sfc_main$36 as CalendarHeadCell, _sfc_main$35 as CalendarHeader, _sfc_main$34 as CalendarHeading, _sfc_main$33 as CalendarNextButton, _sfc_main$32 as CalendarPrevButton, _sfc_main$3k as Card, _sfc_main$3j as CardAction, _sfc_main$3i as CardContent, _sfc_main$3h as CardDescription, _sfc_main$3g as CardFooter, _sfc_main$3f as CardHeader, _sfc_main$3e as CardTitle, _sfc_main$31 as Checkbox, _sfc_main$30 as Combobox, _sfc_main$2$ as ComboboxAnchor, _sfc_main$2_ as ComboboxEmpty, _sfc_main$2Z as ComboboxGroup, _sfc_main$2Y as ComboboxInput, _sfc_main$2X as ComboboxItem, _sfc_main$2W as ComboboxItemIndicator, _sfc_main$2V as ComboboxList, _sfc_main$2U as ComboboxSeparator, _sfc_main$2T as ComboboxViewport, _sfc_main$2S as Command, _sfc_main$2H as CommandDialog, _sfc_main$2G as CommandEmpty, _sfc_main$2F as CommandGroup, _sfc_main$2E as CommandInput, _sfc_main$2D as CommandItem, _sfc_main$2C as CommandList, _sfc_main$2B as CommandSeparator, _sfc_main$2A as CommandShortcut, _sfc_main$2z as ContextMenu, _sfc_main$2y as ContextMenuCheckboxItem, _sfc_main$2x as ContextMenuContent, _sfc_main$2w as ContextMenuGroup, _sfc_main$2v as ContextMenuItem, _sfc_main$2u as ContextMenuLabel, _sfc_main$2t as ContextMenuRadioGroup, _sfc_main$2s as ContextMenuRadioItem, _sfc_main$2r as ContextMenuSeparator, _sfc_main$2q as ContextMenuShortcut, _sfc_main$2p as ContextMenuSub, _sfc_main$2o as ContextMenuSubContent, _sfc_main$2n as ContextMenuSubTrigger, _sfc_main$2m as ContextMenuTrigger, _sfc_main$2R as Dialog, _sfc_main$2Q as DialogClose, _sfc_main$2O as DialogContent, _sfc_main$2N as DialogDescription, _sfc_main$2M as DialogFooter, _sfc_main$2L as DialogHeader, _sfc_main$2P as DialogOverlay, _sfc_main$2K as DialogScrollContent, _sfc_main$2J as DialogTitle, _sfc_main$2I as DialogTrigger, _sfc_main$2l as Drawer, _sfc_main$2k as DrawerClose, _sfc_main$2i as DrawerContent, _sfc_main$2h as DrawerDescription, _sfc_main$2g as DrawerFooter, _sfc_main$2f as DrawerHeader, _sfc_main$2j as DrawerOverlay, _sfc_main$2e as DrawerTitle, _sfc_main$2d as DrawerTrigger, _sfc_main$2c as DropdownMenu, _sfc_main$2b as DropdownMenuCheckboxItem, _sfc_main$2a as DropdownMenuContent, _sfc_main$29 as DropdownMenuGroup, _sfc_main$28 as DropdownMenuItem, _sfc_main$27 as DropdownMenuLabel, _sfc_main$26 as DropdownMenuRadioGroup, _sfc_main$25 as DropdownMenuRadioItem, _sfc_main$24 as DropdownMenuSeparator, _sfc_main$23 as DropdownMenuShortcut, _sfc_main$22 as DropdownMenuSub, _sfc_main$21 as DropdownMenuSubContent, _sfc_main$20 as DropdownMenuSubTrigger, _sfc_main$1$ as DropdownMenuTrigger, _sfc_main$1_ as HoverCard, _sfc_main$1Z as HoverCardContent, _sfc_main$1Y as HoverCardTrigger, _sfc_main$1X as Input, _sfc_main$1W as Label, Loading, _sfc_main$1U as Menubar, _sfc_main$1T as MenubarCheckboxItem, _sfc_main$1S as MenubarContent, _sfc_main$1R as MenubarGroup, _sfc_main$1Q as MenubarItem, _sfc_main$1P as MenubarLabel, _sfc_main$1O as MenubarMenu, _sfc_main$1N as MenubarRadioGroup, _sfc_main$1M as MenubarRadioItem, _sfc_main$1L as MenubarSeparator, _sfc_main$1K as MenubarShortcut, _sfc_main$1J as MenubarSub, _sfc_main$1I as MenubarSubContent, _sfc_main$1H as MenubarSubTrigger, _sfc_main$1G as MenubarTrigger, _sfc_main$1E as NavigationMenu, _sfc_main$1D as NavigationMenuContent, _sfc_main$1C as NavigationMenuIndicator, _sfc_main$1B as NavigationMenuItem, _sfc_main$1A as NavigationMenuLink, _sfc_main$1z as NavigationMenuList, _sfc_main$1y as NavigationMenuTrigger, _sfc_main$1F as NavigationMenuViewport, _sfc_main$1x as NumberField, _sfc_main$1w as NumberFieldContent, _sfc_main$1v as NumberFieldDecrement, _sfc_main$1u as NumberFieldIncrement, _sfc_main$1t as NumberFieldInput, _sfc_main$1s as Pagination, _sfc_main$1r as PaginationContent, _sfc_main$1q as PaginationEllipsis, _sfc_main$1p as PaginationFirst, _sfc_main$1o as PaginationItem, _sfc_main$1n as PaginationLast, _sfc_main$1m as PaginationNext, _sfc_main$1l as PaginationPrevious, _sfc_main$1k as Popover, _sfc_main$1j as PopoverAnchor, _sfc_main$1i as PopoverContent, _sfc_main$1h as PopoverTrigger, _sfc_main$1g as Progress, _sfc_main$1f as RadioGroup, _sfc_main$1e as RadioGroupItem, _sfc_main$1d as ResizableHandle, _sfc_main$1c as ResizablePanel, _sfc_main$1b as ResizablePanelGroup, _sfc_main$19 as ScrollArea, _sfc_main$18 as Select, _sfc_main$17 as SelectContent, _sfc_main$16 as SelectGroup, _sfc_main$15 as SelectItem, _sfc_main$14 as SelectItemText, _sfc_main$13 as SelectLabel, _sfc_main$12 as SelectScrollDownButton, _sfc_main$11 as SelectScrollUpButton, _sfc_main$10 as SelectSeparator, _sfc_main$$ as SelectTrigger, _sfc_main$_ as SelectValue, _sfc_main$Z as Separator, _sfc_main$Y as Sheet, _sfc_main$X as SheetClose, _sfc_main$V as SheetContent, _sfc_main$U as SheetDescription, _sfc_main$T as SheetFooter, _sfc_main$S as SheetHeader, _sfc_main$R as SheetTitle, _sfc_main$Q as SheetTrigger, _sfc_main$P as Sidebar, _sfc_main$O as SidebarContent, _sfc_main$N as SidebarFooter, _sfc_main$M as SidebarGroup, _sfc_main$L as SidebarGroupAction, _sfc_main$K as SidebarGroupContent, _sfc_main$J as SidebarGroupLabel, _sfc_main$I as SidebarHeader, _sfc_main$H as SidebarInput, _sfc_main$G as SidebarInset, _sfc_main$F as SidebarMenu, _sfc_main$E as SidebarMenuAction, _sfc_main$D as SidebarMenuBadge, _sfc_main$x as SidebarMenuButton, _sfc_main$w as SidebarMenuItem, _sfc_main$u as SidebarMenuSkeleton, _sfc_main$t as SidebarMenuSub, _sfc_main$s as SidebarMenuSubButton, _sfc_main$r as SidebarMenuSubItem, _sfc_main$q as SidebarProvider, _sfc_main$p as SidebarRail, _sfc_main$o as SidebarSeparator, _sfc_main$n as SidebarTrigger, _sfc_main$v as Skeleton, _sfc_main$m as Slider, _sfc_main$l as Sonner, _sfc_main$k as Switch, _sfc_main$j as Table, _sfc_main$i as TableBody, _sfc_main$h as TableCaption, _sfc_main$g as TableCell, _sfc_main$e as TableEmpty, _sfc_main$d as TableFooter, _sfc_main$c as TableHead, _sfc_main$b as TableHeader, _sfc_main$f as TableRow, _sfc_main$a as Tabs, _sfc_main$9 as TabsContent, _sfc_main$8 as TabsList, _sfc_main$7 as TabsTrigger, _sfc_main$6 as TagsInput, _sfc_main$5 as TagsInputInput, _sfc_main$4 as TagsInputItem, _sfc_main$3 as TagsInputItemDelete, _sfc_main$2 as TagsInputItemText, _sfc_main$1 as Textarea, _sfc_main as Toggle, _sfc_main$C as Tooltip, _sfc_main$B as TooltipContent, _sfc_main$A as TooltipProvider, _sfc_main$z as TooltipTrigger, cn, navigationMenuTriggerStyle, sidebarMenuButtonVariants, toBooleanCheckboxValue, useSidebar };
7638
+ export { _sfc_main$3Y as Accordion, _sfc_main$3X as AccordionContent, _sfc_main$3W as AccordionItem, _sfc_main$3V as AccordionTrigger, _sfc_main$3U as Alert, _sfc_main$3T as AlertDescription, _sfc_main$3R as AlertDialog, _sfc_main$3P as AlertDialogAction, _sfc_main$3O as AlertDialogCancel, _sfc_main$3N as AlertDialogContent, _sfc_main$3M as AlertDialogDescription, _sfc_main$3L as AlertDialogFooter, _sfc_main$3K as AlertDialogHeader, _sfc_main$3J as AlertDialogTitle, _sfc_main$3I as AlertDialogTrigger, _sfc_main$3S as AlertTitle, _sfc_main$3H as Avatar, _sfc_main$3G as AvatarFallback, _sfc_main$3F as AvatarImage, _sfc_main$3E as Badge, _sfc_main$3Q as Button, _sfc_main$3D as ButtonGroup, _sfc_main$3B as ButtonGroupSeparator, _sfc_main$3A as ButtonGroupText, _sfc_main$3s as Calendar, _sfc_main$3r as CalendarCell, _sfc_main$3q as CalendarCellTrigger, _sfc_main$3p as CalendarGrid, _sfc_main$3o as CalendarGridBody, _sfc_main$3n as CalendarGridHead, _sfc_main$3m as CalendarGridRow, _sfc_main$3l as CalendarHeadCell, _sfc_main$3k as CalendarHeader, _sfc_main$3j as CalendarHeading, _sfc_main$3i as CalendarNextButton, _sfc_main$3h as CalendarPrevButton, _sfc_main$3z as Card, _sfc_main$3y as CardAction, _sfc_main$3x as CardContent, _sfc_main$3w as CardDescription, _sfc_main$3v as CardFooter, _sfc_main$3u as CardHeader, _sfc_main$3t as CardTitle, _sfc_main$3g as Checkbox, _sfc_main$3f as Combobox, _sfc_main$3e as ComboboxAnchor, _sfc_main$3d as ComboboxEmpty, _sfc_main$3c as ComboboxGroup, _sfc_main$3b as ComboboxInput, _sfc_main$3a as ComboboxItem, _sfc_main$39 as ComboboxItemIndicator, _sfc_main$38 as ComboboxList, _sfc_main$37 as ComboboxSeparator, _sfc_main$36 as ComboboxViewport, _sfc_main$35 as Command, _sfc_main$2W as CommandDialog, _sfc_main$2V as CommandEmpty, _sfc_main$2U as CommandGroup, _sfc_main$2T as CommandInput, _sfc_main$2S as CommandItem, _sfc_main$2R as CommandList, _sfc_main$2Q as CommandSeparator, _sfc_main$2P as CommandShortcut, _sfc_main$2O as ContextMenu, _sfc_main$2N as ContextMenuCheckboxItem, _sfc_main$2M as ContextMenuContent, _sfc_main$2L as ContextMenuGroup, _sfc_main$2K as ContextMenuItem, _sfc_main$2J as ContextMenuLabel, _sfc_main$2I as ContextMenuRadioGroup, _sfc_main$2H as ContextMenuRadioItem, _sfc_main$2G as ContextMenuSeparator, _sfc_main$2F as ContextMenuShortcut, _sfc_main$2E as ContextMenuSub, _sfc_main$2D as ContextMenuSubContent, _sfc_main$2C as ContextMenuSubTrigger, _sfc_main$2B as ContextMenuTrigger, _sfc_main$34 as Dialog, _sfc_main$33 as DialogClose, _sfc_main$31 as DialogContent, _sfc_main$30 as DialogDescription, _sfc_main$2$ as DialogFooter, _sfc_main$2_ as DialogHeader, _sfc_main$32 as DialogOverlay, _sfc_main$2Z as DialogScrollContent, _sfc_main$2Y as DialogTitle, _sfc_main$2X as DialogTrigger, _sfc_main$2A as Drawer, _sfc_main$2z as DrawerClose, _sfc_main$2x as DrawerContent, _sfc_main$2w as DrawerDescription, _sfc_main$2v as DrawerFooter, _sfc_main$2u as DrawerHeader, _sfc_main$2y as DrawerOverlay, _sfc_main$2t as DrawerTitle, _sfc_main$2s as DrawerTrigger, _sfc_main$2r as DropdownMenu, _sfc_main$2q as DropdownMenuCheckboxItem, _sfc_main$2p as DropdownMenuContent, _sfc_main$2o as DropdownMenuGroup, _sfc_main$2n as DropdownMenuItem, _sfc_main$2m as DropdownMenuLabel, _sfc_main$2l as DropdownMenuRadioGroup, _sfc_main$2k as DropdownMenuRadioItem, _sfc_main$2j as DropdownMenuSeparator, _sfc_main$2i as DropdownMenuShortcut, _sfc_main$2h as DropdownMenuSub, _sfc_main$2g as DropdownMenuSubContent, _sfc_main$2f as DropdownMenuSubTrigger, _sfc_main$2e as DropdownMenuTrigger, _sfc_main$2d as Empty, _sfc_main$2c as EmptyContent, _sfc_main$2b as EmptyDescription, _sfc_main$2a as EmptyHeader, _sfc_main$29 as EmptyMedia, _sfc_main$28 as EmptyTitle, _sfc_main$27 as HoverCard, _sfc_main$26 as HoverCardContent, _sfc_main$25 as HoverCardTrigger, _sfc_main$24 as Input, _sfc_main$23 as Item, _sfc_main$22 as ItemActions, _sfc_main$21 as ItemContent, _sfc_main$20 as ItemDescription, _sfc_main$1$ as ItemFooter, _sfc_main$1_ as ItemGroup, _sfc_main$1Z as ItemHeader, _sfc_main$1Y as ItemMedia, _sfc_main$1X as ItemSeparator, _sfc_main$1W as ItemTitle, _sfc_main$1V as Label, Loading, _sfc_main$1T as Menubar, _sfc_main$1S as MenubarCheckboxItem, _sfc_main$1R as MenubarContent, _sfc_main$1Q as MenubarGroup, _sfc_main$1P as MenubarItem, _sfc_main$1O as MenubarLabel, _sfc_main$1N as MenubarMenu, _sfc_main$1M as MenubarRadioGroup, _sfc_main$1L as MenubarRadioItem, _sfc_main$1K as MenubarSeparator, _sfc_main$1J as MenubarShortcut, _sfc_main$1I as MenubarSub, _sfc_main$1H as MenubarSubContent, _sfc_main$1G as MenubarSubTrigger, _sfc_main$1F as MenubarTrigger, _sfc_main$1D as NavigationMenu, _sfc_main$1C as NavigationMenuContent, _sfc_main$1B as NavigationMenuIndicator, _sfc_main$1A as NavigationMenuItem, _sfc_main$1z as NavigationMenuLink, _sfc_main$1y as NavigationMenuList, _sfc_main$1x as NavigationMenuTrigger, _sfc_main$1E as NavigationMenuViewport, _sfc_main$1w as NumberField, _sfc_main$1v as NumberFieldContent, _sfc_main$1u as NumberFieldDecrement, _sfc_main$1t as NumberFieldIncrement, _sfc_main$1s as NumberFieldInput, _sfc_main$1r as Pagination, _sfc_main$1q as PaginationContent, _sfc_main$1p as PaginationEllipsis, _sfc_main$1o as PaginationFirst, _sfc_main$1n as PaginationItem, _sfc_main$1m as PaginationLast, _sfc_main$1l as PaginationNext, _sfc_main$1k as PaginationPrevious, _sfc_main$1j as Popover, _sfc_main$1i as PopoverAnchor, _sfc_main$1h as PopoverContent, _sfc_main$1g as PopoverTrigger, _sfc_main$1f as Progress, _sfc_main$1e as RadioGroup, _sfc_main$1d as RadioGroupItem, _sfc_main$1c as ResizableHandle, _sfc_main$1b as ResizablePanel, _sfc_main$1a as ResizablePanelGroup, _sfc_main$18 as ScrollArea, _sfc_main$17 as Select, _sfc_main$16 as SelectContent, _sfc_main$15 as SelectGroup, _sfc_main$14 as SelectItem, _sfc_main$13 as SelectItemText, _sfc_main$12 as SelectLabel, _sfc_main$11 as SelectScrollDownButton, _sfc_main$10 as SelectScrollUpButton, _sfc_main$$ as SelectSeparator, _sfc_main$_ as SelectTrigger, _sfc_main$Z as SelectValue, _sfc_main$3C as Separator, _sfc_main$Y as Sheet, _sfc_main$X as SheetClose, _sfc_main$V as SheetContent, _sfc_main$U as SheetDescription, _sfc_main$T as SheetFooter, _sfc_main$S as SheetHeader, _sfc_main$R as SheetTitle, _sfc_main$Q as SheetTrigger, _sfc_main$P as Sidebar, _sfc_main$O as SidebarContent, _sfc_main$N as SidebarFooter, _sfc_main$M as SidebarGroup, _sfc_main$L as SidebarGroupAction, _sfc_main$K as SidebarGroupContent, _sfc_main$J as SidebarGroupLabel, _sfc_main$I as SidebarHeader, _sfc_main$H as SidebarInput, _sfc_main$G as SidebarInset, _sfc_main$F as SidebarMenu, _sfc_main$E as SidebarMenuAction, _sfc_main$D as SidebarMenuBadge, _sfc_main$x as SidebarMenuButton, _sfc_main$w as SidebarMenuItem, _sfc_main$u as SidebarMenuSkeleton, _sfc_main$t as SidebarMenuSub, _sfc_main$s as SidebarMenuSubButton, _sfc_main$r as SidebarMenuSubItem, _sfc_main$q as SidebarProvider, _sfc_main$p as SidebarRail, _sfc_main$o as SidebarSeparator, _sfc_main$n as SidebarTrigger, _sfc_main$v as Skeleton, _sfc_main$m as Slider, _sfc_main$l as Sonner, _sfc_main$k as Switch, _sfc_main$j as Table, _sfc_main$i as TableBody, _sfc_main$h as TableCaption, _sfc_main$g as TableCell, _sfc_main$e as TableEmpty, _sfc_main$d as TableFooter, _sfc_main$c as TableHead, _sfc_main$b as TableHeader, _sfc_main$f as TableRow, _sfc_main$a as Tabs, _sfc_main$9 as TabsContent, _sfc_main$8 as TabsList, _sfc_main$7 as TabsTrigger, _sfc_main$6 as TagsInput, _sfc_main$5 as TagsInputInput, _sfc_main$4 as TagsInputItem, _sfc_main$3 as TagsInputItemDelete, _sfc_main$2 as TagsInputItemText, _sfc_main$1 as Textarea, _sfc_main as Toggle, _sfc_main$C as Tooltip, _sfc_main$B as TooltipContent, _sfc_main$A as TooltipProvider, _sfc_main$z as TooltipTrigger, buttonGroupVariants, cn, emptyMediaVariants, itemMediaVariants, itemVariants, navigationMenuTriggerStyle, sidebarMenuButtonVariants, toBooleanCheckboxValue, useSidebar };