@tb-dev/vue-components 6.0.2 → 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 (347) 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.css +1 -1
  79. package/dist/index.js +827 -460
  80. package/package.json +14 -14
  81. package/dist/components/__base/table/utils.d.ts +0 -3
  82. package/dist/{components/__base → base}/accordion/Accordion.vue.d.ts +0 -0
  83. package/dist/{components/__base → base}/accordion/AccordionContent.vue.d.ts +1 -1
  84. package/dist/{components/__base → base}/accordion/AccordionItem.vue.d.ts +1 -1
  85. package/dist/{components/__base → base}/accordion/AccordionTrigger.vue.d.ts +1 -1
  86. package/dist/{components/__base → base}/accordion/index.d.ts +0 -0
  87. package/dist/{components/__base → base}/alert/Alert.vue.d.ts +0 -0
  88. package/dist/{components/__base → base}/alert/AlertDescription.vue.d.ts +0 -0
  89. package/dist/{components/__base → base}/alert/AlertTitle.vue.d.ts +0 -0
  90. package/dist/{components/__base → base}/alert/index.d.ts +0 -0
  91. package/dist/{components/__base → base}/alert-dialog/AlertDialog.vue.d.ts +0 -0
  92. package/dist/{components/__base → base}/alert-dialog/AlertDialogAction.vue.d.ts +0 -0
  93. package/dist/{components/__base → base}/alert-dialog/AlertDialogCancel.vue.d.ts +0 -0
  94. package/dist/{components/__base → base}/alert-dialog/AlertDialogContent.vue.d.ts +0 -0
  95. package/dist/{components/__base → base}/alert-dialog/AlertDialogDescription.vue.d.ts +0 -0
  96. package/dist/{components/__base → base}/alert-dialog/AlertDialogFooter.vue.d.ts +0 -0
  97. package/dist/{components/__base → base}/alert-dialog/AlertDialogHeader.vue.d.ts +0 -0
  98. package/dist/{components/__base → base}/alert-dialog/AlertDialogTitle.vue.d.ts +0 -0
  99. package/dist/{components/__base → base}/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -0
  100. package/dist/{components/__base → base}/alert-dialog/index.d.ts +0 -0
  101. package/dist/{components/__base → base}/avatar/Avatar.vue.d.ts +0 -0
  102. package/dist/{components/__base → base}/avatar/AvatarFallback.vue.d.ts +0 -0
  103. package/dist/{components/__base → base}/avatar/AvatarImage.vue.d.ts +0 -0
  104. package/dist/{components/__base → base}/avatar/index.d.ts +0 -0
  105. package/dist/{components/__base → base}/badge/Badge.vue.d.ts +0 -0
  106. package/dist/{components/__base → base}/badge/index.d.ts +0 -0
  107. package/dist/{components/__base → base}/button/Button.vue.d.ts +1 -1
  108. package/dist/{components/__base → base}/calendar/Calendar.vue.d.ts +0 -0
  109. package/dist/{components/__base → base}/calendar/CalendarCell.vue.d.ts +0 -0
  110. package/dist/{components/__base → base}/calendar/CalendarCellTrigger.vue.d.ts +0 -0
  111. package/dist/{components/__base → base}/calendar/CalendarGrid.vue.d.ts +0 -0
  112. package/dist/{components/__base → base}/calendar/CalendarGridBody.vue.d.ts +0 -0
  113. package/dist/{components/__base → base}/calendar/CalendarGridHead.vue.d.ts +0 -0
  114. package/dist/{components/__base → base}/calendar/CalendarGridRow.vue.d.ts +0 -0
  115. package/dist/{components/__base → base}/calendar/CalendarHeadCell.vue.d.ts +0 -0
  116. package/dist/{components/__base → base}/calendar/CalendarHeader.vue.d.ts +0 -0
  117. package/dist/{components/__base → base}/calendar/CalendarHeading.vue.d.ts +0 -0
  118. package/dist/{components/__base → base}/calendar/CalendarNextButton.vue.d.ts +0 -0
  119. package/dist/{components/__base → base}/calendar/CalendarPrevButton.vue.d.ts +0 -0
  120. package/dist/{components/__base → base}/calendar/index.d.ts +0 -0
  121. package/dist/{components/__base → base}/card/Card.vue.d.ts +0 -0
  122. package/dist/{components/__base → base}/card/CardAction.vue.d.ts +0 -0
  123. package/dist/{components/__base → base}/card/CardContent.vue.d.ts +0 -0
  124. package/dist/{components/__base → base}/card/CardDescription.vue.d.ts +0 -0
  125. package/dist/{components/__base → base}/card/CardFooter.vue.d.ts +0 -0
  126. package/dist/{components/__base → base}/card/CardHeader.vue.d.ts +0 -0
  127. package/dist/{components/__base → base}/card/CardTitle.vue.d.ts +0 -0
  128. package/dist/{components/__base → base}/card/index.d.ts +0 -0
  129. package/dist/{components/__base → base}/checkbox/Checkbox.vue.d.ts +0 -0
  130. package/dist/{components/__base → base}/checkbox/index.d.ts +0 -0
  131. package/dist/{components/__base → base}/combobox/Combobox.vue.d.ts +0 -0
  132. package/dist/{components/__base → base}/combobox/ComboboxAnchor.vue.d.ts +0 -0
  133. package/dist/{components/__base → base}/combobox/ComboboxEmpty.vue.d.ts +0 -0
  134. package/dist/{components/__base → base}/combobox/ComboboxGroup.vue.d.ts +0 -0
  135. package/dist/{components/__base → base}/combobox/ComboboxInput.vue.d.ts +0 -0
  136. package/dist/{components/__base → base}/combobox/ComboboxItem.vue.d.ts +0 -0
  137. package/dist/{components/__base → base}/combobox/ComboboxItemIndicator.vue.d.ts +0 -0
  138. package/dist/{components/__base → base}/combobox/ComboboxSeparator.vue.d.ts +0 -0
  139. package/dist/{components/__base → base}/combobox/ComboboxViewport.vue.d.ts +0 -0
  140. package/dist/{components/__base → base}/combobox/index.d.ts +0 -0
  141. package/dist/{components/__base → base}/command/Command.vue.d.ts +0 -0
  142. package/dist/{components/__base → base}/command/CommandDialog.vue.d.ts +0 -0
  143. package/dist/{components/__base → base}/command/CommandEmpty.vue.d.ts +0 -0
  144. package/dist/{components/__base → base}/command/CommandGroup.vue.d.ts +0 -0
  145. package/dist/{components/__base → base}/command/CommandInput.vue.d.ts +1 -1
  146. package/dist/{components/__base → base}/command/CommandItem.vue.d.ts +0 -0
  147. package/dist/{components/__base → base}/command/CommandList.vue.d.ts +0 -0
  148. package/dist/{components/__base → base}/command/CommandSeparator.vue.d.ts +0 -0
  149. package/dist/{components/__base → base}/command/CommandShortcut.vue.d.ts +0 -0
  150. package/dist/{components/__base → base}/command/index.d.ts +0 -0
  151. package/dist/{components/__base → base}/context-menu/ContextMenu.vue.d.ts +0 -0
  152. package/dist/{components/__base → base}/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -0
  153. package/dist/{components/__base → base}/context-menu/ContextMenuContent.vue.d.ts +0 -0
  154. package/dist/{components/__base → base}/context-menu/ContextMenuGroup.vue.d.ts +0 -0
  155. package/dist/{components/__base → base}/context-menu/ContextMenuItem.vue.d.ts +0 -0
  156. package/dist/{components/__base → base}/context-menu/ContextMenuLabel.vue.d.ts +0 -0
  157. package/dist/{components/__base → base}/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -0
  158. package/dist/{components/__base → base}/context-menu/ContextMenuRadioItem.vue.d.ts +0 -0
  159. package/dist/{components/__base → base}/context-menu/ContextMenuSeparator.vue.d.ts +0 -0
  160. package/dist/{components/__base → base}/context-menu/ContextMenuShortcut.vue.d.ts +0 -0
  161. package/dist/{components/__base → base}/context-menu/ContextMenuSub.vue.d.ts +0 -0
  162. package/dist/{components/__base → base}/context-menu/ContextMenuSubContent.vue.d.ts +0 -0
  163. package/dist/{components/__base → base}/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -0
  164. package/dist/{components/__base → base}/context-menu/ContextMenuTrigger.vue.d.ts +0 -0
  165. package/dist/{components/__base → base}/context-menu/index.d.ts +0 -0
  166. package/dist/{components/__base → base}/dialog/Dialog.vue.d.ts +0 -0
  167. package/dist/{components/__base → base}/dialog/DialogClose.vue.d.ts +0 -0
  168. package/dist/{components/__base → base}/dialog/DialogContent.vue.d.ts +0 -0
  169. package/dist/{components/__base → base}/dialog/DialogDescription.vue.d.ts +0 -0
  170. package/dist/{components/__base → base}/dialog/DialogFooter.vue.d.ts +0 -0
  171. package/dist/{components/__base → base}/dialog/DialogHeader.vue.d.ts +0 -0
  172. package/dist/{components/__base → base}/dialog/DialogOverlay.vue.d.ts +0 -0
  173. package/dist/{components/__base → base}/dialog/DialogScrollContent.vue.d.ts +0 -0
  174. package/dist/{components/__base → base}/dialog/DialogTitle.vue.d.ts +0 -0
  175. package/dist/{components/__base → base}/dialog/DialogTrigger.vue.d.ts +0 -0
  176. package/dist/{components/__base → base}/dialog/index.d.ts +0 -0
  177. package/dist/{components/__base → base}/drawer/Drawer.vue.d.ts +0 -0
  178. package/dist/{components/__base → base}/drawer/DrawerClose.vue.d.ts +0 -0
  179. package/dist/{components/__base → base}/drawer/DrawerContent.vue.d.ts +0 -0
  180. package/dist/{components/__base → base}/drawer/DrawerDescription.vue.d.ts +0 -0
  181. package/dist/{components/__base → base}/drawer/DrawerFooter.vue.d.ts +0 -0
  182. package/dist/{components/__base → base}/drawer/DrawerHeader.vue.d.ts +0 -0
  183. package/dist/{components/__base → base}/drawer/DrawerOverlay.vue.d.ts +0 -0
  184. package/dist/{components/__base → base}/drawer/DrawerTitle.vue.d.ts +0 -0
  185. package/dist/{components/__base → base}/drawer/DrawerTrigger.vue.d.ts +0 -0
  186. package/dist/{components/__base → base}/drawer/index.d.ts +0 -0
  187. package/dist/{components/__base → base}/dropdown-menu/DropdownMenu.vue.d.ts +0 -0
  188. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -0
  189. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -0
  190. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -0
  191. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuItem.vue.d.ts +1 -1
  192. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuLabel.vue.d.ts +1 -1
  193. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -0
  194. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -0
  195. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -0
  196. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -0
  197. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -0
  198. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -0
  199. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +1 -1
  200. package/dist/{components/__base → base}/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -0
  201. package/dist/{components/__base → base}/dropdown-menu/index.d.ts +0 -0
  202. package/dist/{components/__base/number-field/NumberFieldContent.vue.d.ts → base/empty/Empty.vue.d.ts} +0 -0
  203. package/dist/{components/__base/sheet/SheetFooter.vue.d.ts → base/empty/EmptyContent.vue.d.ts} +0 -0
  204. package/dist/{components/__base/sheet/SheetHeader.vue.d.ts → base/empty/EmptyHeader.vue.d.ts} +0 -0
  205. package/dist/{components/__base → base}/hover-card/HoverCard.vue.d.ts +0 -0
  206. package/dist/{components/__base → base}/hover-card/HoverCardContent.vue.d.ts +0 -0
  207. package/dist/{components/__base → base}/hover-card/HoverCardTrigger.vue.d.ts +0 -0
  208. package/dist/{components/__base → base}/hover-card/index.d.ts +0 -0
  209. package/dist/{components/__base → base}/input/Input.vue.d.ts +0 -0
  210. package/dist/{components/__base → base}/input/index.d.ts +0 -0
  211. package/dist/{components/__base/sidebar/SidebarContent.vue.d.ts → base/item/ItemActions.vue.d.ts} +0 -0
  212. package/dist/{components/__base/sidebar/SidebarFooter.vue.d.ts → base/item/ItemContent.vue.d.ts} +0 -0
  213. package/dist/{components/__base/sidebar/SidebarGroup.vue.d.ts → base/item/ItemFooter.vue.d.ts} +0 -0
  214. package/dist/{components/__base/sidebar/SidebarGroupContent.vue.d.ts → base/item/ItemGroup.vue.d.ts} +0 -0
  215. package/dist/{components/__base/sidebar/SidebarHeader.vue.d.ts → base/item/ItemHeader.vue.d.ts} +0 -0
  216. package/dist/{components/__base/sidebar/SidebarMenuBadge.vue.d.ts → base/item/ItemTitle.vue.d.ts} +0 -0
  217. package/dist/{components/__base → base}/label/Label.vue.d.ts +0 -0
  218. package/dist/{components/__base → base}/label/index.d.ts +0 -0
  219. package/dist/{components/__base → base}/menubar/Menubar.vue.d.ts +0 -0
  220. package/dist/{components/__base → base}/menubar/MenubarCheckboxItem.vue.d.ts +0 -0
  221. package/dist/{components/__base → base}/menubar/MenubarContent.vue.d.ts +0 -0
  222. package/dist/{components/__base → base}/menubar/MenubarGroup.vue.d.ts +0 -0
  223. package/dist/{components/__base → base}/menubar/MenubarItem.vue.d.ts +0 -0
  224. package/dist/{components/__base → base}/menubar/MenubarLabel.vue.d.ts +0 -0
  225. package/dist/{components/__base → base}/menubar/MenubarMenu.vue.d.ts +0 -0
  226. package/dist/{components/__base → base}/menubar/MenubarRadioGroup.vue.d.ts +0 -0
  227. package/dist/{components/__base → base}/menubar/MenubarRadioItem.vue.d.ts +0 -0
  228. package/dist/{components/__base → base}/menubar/MenubarSeparator.vue.d.ts +0 -0
  229. package/dist/{components/__base → base}/menubar/MenubarShortcut.vue.d.ts +0 -0
  230. package/dist/{components/__base → base}/menubar/MenubarSub.vue.d.ts +0 -0
  231. package/dist/{components/__base → base}/menubar/MenubarSubContent.vue.d.ts +0 -0
  232. package/dist/{components/__base → base}/menubar/MenubarSubTrigger.vue.d.ts +0 -0
  233. package/dist/{components/__base → base}/menubar/MenubarTrigger.vue.d.ts +0 -0
  234. package/dist/{components/__base → base}/menubar/index.d.ts +0 -0
  235. package/dist/{components/__base → base}/navigation-menu/NavigationMenu.vue.d.ts +1 -1
  236. package/dist/{components/__base → base}/navigation-menu/NavigationMenuContent.vue.d.ts +1 -1
  237. package/dist/{components/__base → base}/navigation-menu/NavigationMenuIndicator.vue.d.ts +1 -1
  238. package/dist/{components/__base → base}/navigation-menu/NavigationMenuItem.vue.d.ts +1 -1
  239. package/dist/{components/__base → base}/navigation-menu/NavigationMenuLink.vue.d.ts +1 -1
  240. package/dist/{components/__base → base}/navigation-menu/NavigationMenuList.vue.d.ts +1 -1
  241. package/dist/{components/__base → base}/navigation-menu/NavigationMenuTrigger.vue.d.ts +1 -1
  242. package/dist/{components/__base → base}/navigation-menu/NavigationMenuViewport.vue.d.ts +1 -1
  243. package/dist/{components/__base → base}/navigation-menu/index.d.ts +0 -0
  244. package/dist/{components/__base → base}/number-field/NumberField.vue.d.ts +0 -0
  245. package/dist/{components/__base/table/Table.vue.d.ts → base/number-field/NumberFieldContent.vue.d.ts} +0 -0
  246. package/dist/{components/__base → base}/number-field/NumberFieldDecrement.vue.d.ts +0 -0
  247. package/dist/{components/__base → base}/number-field/NumberFieldIncrement.vue.d.ts +0 -0
  248. package/dist/{components/__base → base}/number-field/NumberFieldInput.vue.d.ts +0 -0
  249. package/dist/{components/__base → base}/number-field/index.d.ts +0 -0
  250. package/dist/{components/__base → base}/pagination/Pagination.vue.d.ts +0 -0
  251. package/dist/{components/__base → base}/pagination/PaginationContent.vue.d.ts +0 -0
  252. package/dist/{components/__base → base}/pagination/PaginationEllipsis.vue.d.ts +0 -0
  253. package/dist/{components/__base → base}/pagination/index.d.ts +0 -0
  254. package/dist/{components/__base → base}/popover/Popover.vue.d.ts +0 -0
  255. package/dist/{components/__base → base}/popover/PopoverAnchor.vue.d.ts +0 -0
  256. package/dist/{components/__base → base}/popover/PopoverContent.vue.d.ts +0 -0
  257. package/dist/{components/__base → base}/popover/PopoverTrigger.vue.d.ts +0 -0
  258. package/dist/{components/__base → base}/popover/index.d.ts +0 -0
  259. package/dist/{components/__base → base}/progress/Progress.vue.d.ts +0 -0
  260. package/dist/{components/__base → base}/progress/index.d.ts +0 -0
  261. package/dist/{components/__base → base}/radio-group/RadioGroup.vue.d.ts +0 -0
  262. package/dist/{components/__base → base}/radio-group/RadioGroupItem.vue.d.ts +0 -0
  263. package/dist/{components/__base → base}/radio-group/index.d.ts +0 -0
  264. package/dist/{components/__base → base}/resizable/ResizableHandle.vue.d.ts +0 -0
  265. package/dist/{components/__base → base}/resizable/ResizablePanel.vue.d.ts +0 -0
  266. package/dist/{components/__base → base}/resizable/ResizablePanelGroup.vue.d.ts +0 -0
  267. package/dist/{components/__base → base}/resizable/index.d.ts +0 -0
  268. package/dist/{components/__base → base}/scroll-area/ScrollArea.vue.d.ts +0 -0
  269. package/dist/{components/__base → base}/scroll-area/ScrollBar.vue.d.ts +0 -0
  270. package/dist/{components/__base → base}/scroll-area/index.d.ts +0 -0
  271. package/dist/{components/__base → base}/select/Select.vue.d.ts +0 -0
  272. package/dist/{components/__base → base}/select/SelectContent.vue.d.ts +0 -0
  273. package/dist/{components/__base → base}/select/SelectGroup.vue.d.ts +0 -0
  274. package/dist/{components/__base → base}/select/SelectItem.vue.d.ts +0 -0
  275. package/dist/{components/__base → base}/select/SelectItemText.vue.d.ts +0 -0
  276. package/dist/{components/__base → base}/select/SelectLabel.vue.d.ts +1 -1
  277. package/dist/{components/__base → base}/select/SelectScrollDownButton.vue.d.ts +0 -0
  278. package/dist/{components/__base → base}/select/SelectScrollUpButton.vue.d.ts +0 -0
  279. package/dist/{components/__base → base}/select/SelectSeparator.vue.d.ts +0 -0
  280. package/dist/{components/__base → base}/select/SelectTrigger.vue.d.ts +1 -1
  281. package/dist/{components/__base → base}/select/SelectValue.vue.d.ts +0 -0
  282. package/dist/{components/__base → base}/select/index.d.ts +0 -0
  283. package/dist/{components/__base → base}/separator/Separator.vue.d.ts +0 -0
  284. package/dist/{components/__base → base}/separator/index.d.ts +0 -0
  285. package/dist/{components/__base → base}/sheet/Sheet.vue.d.ts +0 -0
  286. package/dist/{components/__base → base}/sheet/SheetClose.vue.d.ts +0 -0
  287. package/dist/{components/__base → base}/sheet/SheetContent.vue.d.ts +1 -1
  288. package/dist/{components/__base → base}/sheet/SheetDescription.vue.d.ts +0 -0
  289. package/dist/{components/__base → base}/sheet/SheetOverlay.vue.d.ts +0 -0
  290. package/dist/{components/__base → base}/sheet/SheetTitle.vue.d.ts +0 -0
  291. package/dist/{components/__base → base}/sheet/SheetTrigger.vue.d.ts +0 -0
  292. package/dist/{components/__base → base}/sheet/index.d.ts +0 -0
  293. package/dist/{components/__base → base}/sidebar/Sidebar.vue.d.ts +0 -0
  294. package/dist/{components/__base → base}/sidebar/SidebarGroupAction.vue.d.ts +0 -0
  295. package/dist/{components/__base → base}/sidebar/SidebarGroupLabel.vue.d.ts +0 -0
  296. package/dist/{components/__base → base}/sidebar/SidebarInput.vue.d.ts +0 -0
  297. package/dist/{components/__base → base}/sidebar/SidebarInset.vue.d.ts +0 -0
  298. package/dist/{components/__base → base}/sidebar/SidebarMenu.vue.d.ts +0 -0
  299. package/dist/{components/__base → base}/sidebar/SidebarMenuAction.vue.d.ts +1 -1
  300. package/dist/{components/__base → base}/sidebar/SidebarMenuButton.vue.d.ts +0 -0
  301. package/dist/{components/__base → base}/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
  302. package/dist/{components/__base → base}/sidebar/SidebarMenuItem.vue.d.ts +0 -0
  303. package/dist/{components/__base → base}/sidebar/SidebarMenuSkeleton.vue.d.ts +0 -0
  304. package/dist/{components/__base → base}/sidebar/SidebarMenuSub.vue.d.ts +0 -0
  305. package/dist/{components/__base → base}/sidebar/SidebarMenuSubButton.vue.d.ts +0 -0
  306. package/dist/{components/__base → base}/sidebar/SidebarMenuSubItem.vue.d.ts +0 -0
  307. package/dist/{components/__base → base}/sidebar/SidebarProvider.vue.d.ts +0 -0
  308. package/dist/{components/__base → base}/sidebar/SidebarRail.vue.d.ts +0 -0
  309. package/dist/{components/__base → base}/sidebar/SidebarSeparator.vue.d.ts +0 -0
  310. package/dist/{components/__base → base}/sidebar/SidebarTrigger.vue.d.ts +0 -0
  311. package/dist/{components/__base → base}/sidebar/index.d.ts +0 -0
  312. package/dist/{components/__base → base}/skeleton/Skeleton.vue.d.ts +0 -0
  313. package/dist/{components/__base → base}/skeleton/index.d.ts +0 -0
  314. package/dist/{components/__base → base}/slider/Slider.vue.d.ts +0 -0
  315. package/dist/{components/__base → base}/slider/index.d.ts +0 -0
  316. package/dist/{components/__base → base}/sonner/Sonner.vue.d.ts +0 -0
  317. package/dist/{components/__base → base}/sonner/index.d.ts +0 -0
  318. package/dist/{components/__base → base}/switch/Switch.vue.d.ts +0 -0
  319. package/dist/{components/__base → base}/switch/index.d.ts +0 -0
  320. package/dist/{components/__base → base}/table/TableBody.vue.d.ts +0 -0
  321. package/dist/{components/__base → base}/table/TableCaption.vue.d.ts +0 -0
  322. package/dist/{components/__base → base}/table/TableCell.vue.d.ts +0 -0
  323. package/dist/{components/__base → base}/table/TableEmpty.vue.d.ts +0 -0
  324. package/dist/{components/__base → base}/table/TableFooter.vue.d.ts +0 -0
  325. package/dist/{components/__base → base}/table/TableHead.vue.d.ts +0 -0
  326. package/dist/{components/__base → base}/table/TableHeader.vue.d.ts +0 -0
  327. package/dist/{components/__base → base}/table/TableRow.vue.d.ts +0 -0
  328. package/dist/{components/__base → base}/table/index.d.ts +0 -0
  329. package/dist/{components/__base → base}/tabs/Tabs.vue.d.ts +0 -0
  330. package/dist/{components/__base → base}/tabs/TabsContent.vue.d.ts +0 -0
  331. package/dist/{components/__base → base}/tabs/TabsList.vue.d.ts +0 -0
  332. package/dist/{components/__base → base}/tabs/TabsTrigger.vue.d.ts +0 -0
  333. package/dist/{components/__base → base}/tabs/index.d.ts +0 -0
  334. package/dist/{components/__base → base}/tags-input/TagsInput.vue.d.ts +0 -0
  335. package/dist/{components/__base → base}/tags-input/TagsInputInput.vue.d.ts +0 -0
  336. package/dist/{components/__base → base}/tags-input/TagsInputItem.vue.d.ts +0 -0
  337. package/dist/{components/__base → base}/tags-input/TagsInputItemDelete.vue.d.ts +0 -0
  338. package/dist/{components/__base → base}/tags-input/TagsInputItemText.vue.d.ts +0 -0
  339. package/dist/{components/__base → base}/tags-input/index.d.ts +0 -0
  340. package/dist/{components/__base → base}/textarea/Textarea.vue.d.ts +0 -0
  341. package/dist/{components/__base → base}/textarea/index.d.ts +0 -0
  342. package/dist/{components/__base → base}/toggle/index.d.ts +0 -0
  343. package/dist/{components/__base → base}/tooltip/Tooltip.vue.d.ts +0 -0
  344. package/dist/{components/__base → base}/tooltip/TooltipContent.vue.d.ts +1 -1
  345. /package/dist/{components/__base → base}/tooltip/TooltipProvider.vue.d.ts +0 -0
  346. /package/dist/{components/__base → base}/tooltip/TooltipTrigger.vue.d.ts +0 -0
  347. /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 },
@@ -1199,6 +1313,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1199
1313
  openOnFocus: { type: Boolean },
1200
1314
  openOnClick: { type: Boolean },
1201
1315
  ignoreFilter: { type: Boolean },
1316
+ resetModelValueOnClear: { type: Boolean },
1202
1317
  modelValue: {},
1203
1318
  defaultValue: {},
1204
1319
  multiple: { type: Boolean },
@@ -1227,7 +1342,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1227
1342
  }
1228
1343
  });
1229
1344
 
1230
- const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1345
+ const _sfc_main$3e = /* @__PURE__ */ defineComponent({
1231
1346
  __name: "ComboboxAnchor",
1232
1347
  props: {
1233
1348
  reference: {},
@@ -1237,10 +1352,7 @@ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1237
1352
  },
1238
1353
  setup(__props) {
1239
1354
  const props = __props;
1240
- const delegatedProps = computed(() => {
1241
- const { class: _, ...delegated } = props;
1242
- return delegated;
1243
- });
1355
+ const delegatedProps = reactiveOmit(props, "class");
1244
1356
  const forwarded = useForwardProps(delegatedProps);
1245
1357
  return (_ctx, _cache) => {
1246
1358
  return openBlock(), createBlock(unref(ComboboxAnchor), mergeProps({ "data-slot": "combobox-anchor" }, unref(forwarded), {
@@ -1255,7 +1367,7 @@ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1255
1367
  }
1256
1368
  });
1257
1369
 
1258
- const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1370
+ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
1259
1371
  __name: "ComboboxEmpty",
1260
1372
  props: {
1261
1373
  asChild: { type: Boolean },
@@ -1264,12 +1376,9 @@ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1264
1376
  },
1265
1377
  setup(__props) {
1266
1378
  const props = __props;
1267
- const delegatedProps = computed(() => {
1268
- const { class: _, ...delegated } = props;
1269
- return delegated;
1270
- });
1379
+ const delegatedProps = reactiveOmit(props, "class");
1271
1380
  return (_ctx, _cache) => {
1272
- 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), {
1273
1382
  class: unref(cn)("py-6 text-center text-sm", props.class)
1274
1383
  }), {
1275
1384
  default: withCtx(() => [
@@ -1281,7 +1390,7 @@ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1281
1390
  }
1282
1391
  });
1283
1392
 
1284
- const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1393
+ const _sfc_main$3c = /* @__PURE__ */ defineComponent({
1285
1394
  __name: "ComboboxGroup",
1286
1395
  props: {
1287
1396
  asChild: { type: Boolean },
@@ -1291,18 +1400,15 @@ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1291
1400
  },
1292
1401
  setup(__props) {
1293
1402
  const props = __props;
1294
- const delegatedProps = computed(() => {
1295
- const { class: _, ...delegated } = props;
1296
- return delegated;
1297
- });
1403
+ const delegatedProps = reactiveOmit(props, "class");
1298
1404
  return (_ctx, _cache) => {
1299
- return openBlock(), createBlock(unref(ComboboxGroup), mergeProps({ "data-slot": "combobox-group" }, delegatedProps.value, {
1300
- 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)
1301
1407
  }), {
1302
1408
  default: withCtx(() => [
1303
1409
  __props.heading ? (openBlock(), createBlock(unref(ComboboxLabel), {
1304
1410
  key: 0,
1305
- 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"
1306
1412
  }, {
1307
1413
  default: withCtx(() => [
1308
1414
  createTextVNode(toDisplayString(__props.heading), 1)
@@ -1317,11 +1423,11 @@ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1317
1423
  }
1318
1424
  });
1319
1425
 
1320
- const _hoisted_1$d = {
1426
+ const _hoisted_1$g = {
1321
1427
  "data-slot": "command-input-wrapper",
1322
1428
  class: "flex h-9 items-center gap-2 border-b px-3"
1323
1429
  };
1324
- const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1430
+ const _sfc_main$3b = /* @__PURE__ */ defineComponent({
1325
1431
  ...{
1326
1432
  inheritAttrs: false
1327
1433
  },
@@ -1339,13 +1445,10 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1339
1445
  setup(__props, { emit: __emit }) {
1340
1446
  const props = __props;
1341
1447
  const emits = __emit;
1342
- const delegatedProps = computed(() => {
1343
- const { class: _, ...delegated } = props;
1344
- return delegated;
1345
- });
1448
+ const delegatedProps = reactiveOmit(props, "class");
1346
1449
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1347
1450
  return (_ctx, _cache) => {
1348
- return openBlock(), createElementBlock("div", _hoisted_1$d, [
1451
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
1349
1452
  createVNode(unref(SearchIcon), { class: "size-4 shrink-0 opacity-50" }),
1350
1453
  createVNode(unref(ComboboxInput), mergeProps({
1351
1454
  "data-slot": "command-input",
@@ -1364,7 +1467,7 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1364
1467
  }
1365
1468
  });
1366
1469
 
1367
- const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1470
+ const _sfc_main$3a = /* @__PURE__ */ defineComponent({
1368
1471
  __name: "ComboboxItem",
1369
1472
  props: {
1370
1473
  textValue: {},
@@ -1378,15 +1481,12 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1378
1481
  setup(__props, { emit: __emit }) {
1379
1482
  const props = __props;
1380
1483
  const emits = __emit;
1381
- const delegatedProps = computed(() => {
1382
- const { class: _, ...delegated } = props;
1383
- return delegated;
1384
- });
1484
+ const delegatedProps = reactiveOmit(props, "class");
1385
1485
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1386
1486
  return (_ctx, _cache) => {
1387
1487
  return openBlock(), createBlock(unref(ComboboxItem), mergeProps({ "data-slot": "combobox-item" }, unref(forwarded), {
1388
1488
  class: unref(cn)(
1389
- `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",
1390
1490
  props.class
1391
1491
  )
1392
1492
  }), {
@@ -1399,7 +1499,7 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1399
1499
  }
1400
1500
  });
1401
1501
 
1402
- const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1502
+ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
1403
1503
  __name: "ComboboxItemIndicator",
1404
1504
  props: {
1405
1505
  asChild: { type: Boolean },
@@ -1408,10 +1508,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1408
1508
  },
1409
1509
  setup(__props) {
1410
1510
  const props = __props;
1411
- const delegatedProps = computed(() => {
1412
- const { class: _, ...delegated } = props;
1413
- return delegated;
1414
- });
1511
+ const delegatedProps = reactiveOmit(props, "class");
1415
1512
  const forwarded = useForwardProps(delegatedProps);
1416
1513
  return (_ctx, _cache) => {
1417
1514
  return openBlock(), createBlock(unref(ComboboxItemIndicator), mergeProps({ "data-slot": "combobox-item-indicator" }, unref(forwarded), {
@@ -1426,7 +1523,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1426
1523
  }
1427
1524
  });
1428
1525
 
1429
- const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1526
+ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
1430
1527
  __name: "ComboboxList",
1431
1528
  props: {
1432
1529
  forceMount: { type: Boolean },
@@ -1452,21 +1549,20 @@ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1452
1549
  asChild: { type: Boolean },
1453
1550
  as: {},
1454
1551
  disableOutsidePointerEvents: { type: Boolean },
1455
- class: {},
1456
- viewportClass: {}
1552
+ class: {}
1457
1553
  },
1458
1554
  emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
1459
1555
  setup(__props, { emit: __emit }) {
1460
1556
  const props = __props;
1461
1557
  const emits = __emit;
1462
- const delegatedProps = reactiveOmit(props, "class", "viewportClass");
1558
+ const delegatedProps = reactiveOmit(props, "class");
1463
1559
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1464
1560
  return (_ctx, _cache) => {
1465
1561
  return openBlock(), createBlock(unref(ComboboxPortal), null, {
1466
1562
  default: withCtx(() => [
1467
1563
  createVNode(unref(ComboboxContent), mergeProps({ "data-slot": "combobox-list" }, unref(forwarded), {
1468
1564
  class: unref(cn)(
1469
- "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",
1470
1566
  props.class
1471
1567
  )
1472
1568
  }), {
@@ -1482,7 +1578,7 @@ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1482
1578
  }
1483
1579
  });
1484
1580
 
1485
- const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1581
+ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
1486
1582
  __name: "ComboboxSeparator",
1487
1583
  props: {
1488
1584
  asChild: { type: Boolean },
@@ -1491,12 +1587,9 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1491
1587
  },
1492
1588
  setup(__props) {
1493
1589
  const props = __props;
1494
- const delegatedProps = computed(() => {
1495
- const { class: _, ...delegated } = props;
1496
- return delegated;
1497
- });
1590
+ const delegatedProps = reactiveOmit(props, "class");
1498
1591
  return (_ctx, _cache) => {
1499
- 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), {
1500
1593
  class: unref(cn)("bg-border -mx-1 h-px", props.class)
1501
1594
  }), {
1502
1595
  default: withCtx(() => [
@@ -1508,7 +1601,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1508
1601
  }
1509
1602
  });
1510
1603
 
1511
- const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1604
+ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
1512
1605
  __name: "ComboboxViewport",
1513
1606
  props: {
1514
1607
  nonce: {},
@@ -1518,10 +1611,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1518
1611
  },
1519
1612
  setup(__props) {
1520
1613
  const props = __props;
1521
- const delegatedProps = computed(() => {
1522
- const { class: _, ...delegated } = props;
1523
- return delegated;
1524
- });
1614
+ const delegatedProps = reactiveOmit(props, "class");
1525
1615
  const forwarded = useForwardProps(delegatedProps);
1526
1616
  return (_ctx, _cache) => {
1527
1617
  return openBlock(), createBlock(unref(ComboboxViewport), mergeProps({ "data-slot": "combobox-viewport" }, unref(forwarded), {
@@ -1536,7 +1626,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
1536
1626
  }
1537
1627
  });
1538
1628
 
1539
- const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1629
+ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
1540
1630
  __name: "Command",
1541
1631
  props: {
1542
1632
  modelValue: { default: "" },
@@ -1584,7 +1674,9 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1584
1674
  for (const [id, value] of allItems.value) {
1585
1675
  const score = contains(value, filterState.search);
1586
1676
  filterState.filtered.items.set(id, score ? 1 : 0);
1587
- if (score) itemCount++;
1677
+ if (score) {
1678
+ itemCount++;
1679
+ }
1588
1680
  }
1589
1681
  for (const [groupId, group] of allGroups.value) {
1590
1682
  for (const itemId of group) {
@@ -1596,12 +1688,9 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1596
1688
  }
1597
1689
  filterState.filtered.count = itemCount;
1598
1690
  }
1599
- watch(
1600
- () => filterState.search,
1601
- () => {
1602
- filterItems();
1603
- }
1604
- );
1691
+ watch(() => filterState.search, () => {
1692
+ filterItems();
1693
+ });
1605
1694
  provideCommandContext({
1606
1695
  allItems,
1607
1696
  allGroups,
@@ -1609,10 +1698,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1609
1698
  });
1610
1699
  return (_ctx, _cache) => {
1611
1700
  return openBlock(), createBlock(unref(ListboxRoot), mergeProps({ "data-slot": "command" }, unref(forwarded), {
1612
- class: unref(cn)(
1613
- "bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md",
1614
- props.class
1615
- )
1701
+ class: unref(cn)("bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md", props.class)
1616
1702
  }), {
1617
1703
  default: withCtx(() => [
1618
1704
  renderSlot(_ctx.$slots, "default")
@@ -1623,7 +1709,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
1623
1709
  }
1624
1710
  });
1625
1711
 
1626
- const _sfc_main$2R = /* @__PURE__ */ defineComponent({
1712
+ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
1627
1713
  __name: "Dialog",
1628
1714
  props: {
1629
1715
  open: { type: Boolean },
@@ -1646,7 +1732,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
1646
1732
  }
1647
1733
  });
1648
1734
 
1649
- const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
1735
+ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
1650
1736
  __name: "DialogClose",
1651
1737
  props: {
1652
1738
  asChild: { type: Boolean },
@@ -1665,7 +1751,7 @@ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
1665
1751
  }
1666
1752
  });
1667
1753
 
1668
- const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1754
+ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
1669
1755
  __name: "DialogOverlay",
1670
1756
  props: {
1671
1757
  forceMount: { type: Boolean },
@@ -1675,12 +1761,9 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1675
1761
  },
1676
1762
  setup(__props) {
1677
1763
  const props = __props;
1678
- const delegatedProps = computed(() => {
1679
- const { class: _, ...delegated } = props;
1680
- return delegated;
1681
- });
1764
+ const delegatedProps = reactiveOmit(props, "class");
1682
1765
  return (_ctx, _cache) => {
1683
- 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), {
1684
1767
  class: unref(cn)(
1685
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",
1686
1769
  props.class
@@ -1695,7 +1778,7 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
1695
1778
  }
1696
1779
  });
1697
1780
 
1698
- const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1781
+ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
1699
1782
  __name: "DialogContent",
1700
1783
  props: {
1701
1784
  forceMount: { type: Boolean },
@@ -1708,15 +1791,12 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1708
1791
  setup(__props, { emit: __emit }) {
1709
1792
  const props = __props;
1710
1793
  const emits = __emit;
1711
- const delegatedProps = computed(() => {
1712
- const { class: _, ...delegated } = props;
1713
- return delegated;
1714
- });
1794
+ const delegatedProps = reactiveOmit(props, "class");
1715
1795
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1716
1796
  return (_ctx, _cache) => {
1717
1797
  return openBlock(), createBlock(unref(DialogPortal), null, {
1718
1798
  default: withCtx(() => [
1719
- createVNode(_sfc_main$2P),
1799
+ createVNode(_sfc_main$32),
1720
1800
  createVNode(unref(DialogContent), mergeProps({ "data-slot": "dialog-content" }, unref(forwarded), {
1721
1801
  class: unref(cn)(
1722
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",
@@ -1742,7 +1822,7 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1742
1822
  }
1743
1823
  });
1744
1824
 
1745
- const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1825
+ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
1746
1826
  __name: "DialogDescription",
1747
1827
  props: {
1748
1828
  asChild: { type: Boolean },
@@ -1751,10 +1831,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1751
1831
  },
1752
1832
  setup(__props) {
1753
1833
  const props = __props;
1754
- const delegatedProps = computed(() => {
1755
- const { class: _, ...delegated } = props;
1756
- return delegated;
1757
- });
1834
+ const delegatedProps = reactiveOmit(props, "class");
1758
1835
  const forwardedProps = useForwardProps(delegatedProps);
1759
1836
  return (_ctx, _cache) => {
1760
1837
  return openBlock(), createBlock(unref(DialogDescription), mergeProps({ "data-slot": "dialog-description" }, unref(forwardedProps), {
@@ -1769,7 +1846,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
1769
1846
  }
1770
1847
  });
1771
1848
 
1772
- const _sfc_main$2M = /* @__PURE__ */ defineComponent({
1849
+ const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
1773
1850
  __name: "DialogFooter",
1774
1851
  props: {
1775
1852
  class: {}
@@ -1787,7 +1864,7 @@ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
1787
1864
  }
1788
1865
  });
1789
1866
 
1790
- const _sfc_main$2L = /* @__PURE__ */ defineComponent({
1867
+ const _sfc_main$2_ = /* @__PURE__ */ defineComponent({
1791
1868
  __name: "DialogHeader",
1792
1869
  props: {
1793
1870
  class: {}
@@ -1805,7 +1882,7 @@ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
1805
1882
  }
1806
1883
  });
1807
1884
 
1808
- const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1885
+ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
1809
1886
  __name: "DialogScrollContent",
1810
1887
  props: {
1811
1888
  forceMount: { type: Boolean },
@@ -1818,19 +1895,16 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1818
1895
  setup(__props, { emit: __emit }) {
1819
1896
  const props = __props;
1820
1897
  const emits = __emit;
1821
- const delegatedProps = computed(() => {
1822
- const { class: _, ...delegated } = props;
1823
- return delegated;
1824
- });
1898
+ const delegatedProps = reactiveOmit(props, "class");
1825
1899
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
1826
1900
  return (_ctx, _cache) => {
1827
1901
  return openBlock(), createBlock(unref(DialogPortal), null, {
1828
1902
  default: withCtx(() => [
1829
- 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" }, {
1830
1904
  default: withCtx(() => [
1831
1905
  createVNode(unref(DialogContent), mergeProps({
1832
1906
  class: unref(cn)(
1833
- "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",
1834
1908
  props.class
1835
1909
  )
1836
1910
  }, unref(forwarded), {
@@ -1844,9 +1918,9 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1844
1918
  }), {
1845
1919
  default: withCtx(() => [
1846
1920
  renderSlot(_ctx.$slots, "default"),
1847
- 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" }, {
1848
1922
  default: withCtx(() => [
1849
- createVNode(unref(X), { class: "h-4 w-4" }),
1923
+ createVNode(unref(X), { class: "w-4 h-4" }),
1850
1924
  _cache[1] || (_cache[1] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
1851
1925
  ]),
1852
1926
  _: 1
@@ -1864,7 +1938,7 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1864
1938
  }
1865
1939
  });
1866
1940
 
1867
- const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1941
+ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
1868
1942
  __name: "DialogTitle",
1869
1943
  props: {
1870
1944
  asChild: { type: Boolean },
@@ -1873,10 +1947,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1873
1947
  },
1874
1948
  setup(__props) {
1875
1949
  const props = __props;
1876
- const delegatedProps = computed(() => {
1877
- const { class: _, ...delegated } = props;
1878
- return delegated;
1879
- });
1950
+ const delegatedProps = reactiveOmit(props, "class");
1880
1951
  const forwardedProps = useForwardProps(delegatedProps);
1881
1952
  return (_ctx, _cache) => {
1882
1953
  return openBlock(), createBlock(unref(DialogTitle), mergeProps({ "data-slot": "dialog-title" }, unref(forwardedProps), {
@@ -1891,7 +1962,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
1891
1962
  }
1892
1963
  });
1893
1964
 
1894
- const _sfc_main$2I = /* @__PURE__ */ defineComponent({
1965
+ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
1895
1966
  __name: "DialogTrigger",
1896
1967
  props: {
1897
1968
  asChild: { type: Boolean },
@@ -1910,7 +1981,7 @@ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
1910
1981
  }
1911
1982
  });
1912
1983
 
1913
- const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1984
+ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
1914
1985
  __name: "CommandDialog",
1915
1986
  props: {
1916
1987
  open: { type: Boolean },
@@ -1925,19 +1996,19 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1925
1996
  const emits = __emit;
1926
1997
  const forwarded = useForwardPropsEmits(props, emits);
1927
1998
  return (_ctx, _cache) => {
1928
- return openBlock(), createBlock(unref(_sfc_main$2R), normalizeProps(guardReactiveProps(unref(forwarded))), {
1999
+ return openBlock(), createBlock(unref(_sfc_main$34), normalizeProps(guardReactiveProps(unref(forwarded))), {
1929
2000
  default: withCtx(() => [
1930
- createVNode(unref(_sfc_main$2O), { class: "overflow-hidden p-0" }, {
2001
+ createVNode(unref(_sfc_main$31), { class: "overflow-hidden p-0" }, {
1931
2002
  default: withCtx(() => [
1932
- createVNode(unref(_sfc_main$2L), { class: "sr-only" }, {
2003
+ createVNode(unref(_sfc_main$2_), { class: "sr-only" }, {
1933
2004
  default: withCtx(() => [
1934
- createVNode(unref(_sfc_main$2J), null, {
2005
+ createVNode(unref(_sfc_main$2Y), null, {
1935
2006
  default: withCtx(() => [
1936
2007
  createTextVNode(toDisplayString(__props.title), 1)
1937
2008
  ]),
1938
2009
  _: 1
1939
2010
  }),
1940
- createVNode(unref(_sfc_main$2N), null, {
2011
+ createVNode(unref(_sfc_main$30), null, {
1941
2012
  default: withCtx(() => [
1942
2013
  createTextVNode(toDisplayString(__props.description), 1)
1943
2014
  ]),
@@ -1946,7 +2017,7 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1946
2017
  ]),
1947
2018
  _: 1
1948
2019
  }),
1949
- createVNode(_sfc_main$2S, null, {
2020
+ createVNode(_sfc_main$35, null, {
1950
2021
  default: withCtx(() => [
1951
2022
  renderSlot(_ctx.$slots, "default")
1952
2023
  ]),
@@ -1962,7 +2033,7 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
1962
2033
  }
1963
2034
  });
1964
2035
 
1965
- const _sfc_main$2G = /* @__PURE__ */ defineComponent({
2036
+ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
1966
2037
  __name: "CommandEmpty",
1967
2038
  props: {
1968
2039
  asChild: { type: Boolean },
@@ -1990,7 +2061,7 @@ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
1990
2061
  }
1991
2062
  });
1992
2063
 
1993
- const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2064
+ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
1994
2065
  __name: "CommandGroup",
1995
2066
  props: {
1996
2067
  asChild: { type: Boolean },
@@ -2006,7 +2077,9 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2006
2077
  const isRender = computed(() => !filterState.search ? true : filterState.filtered.groups.has(id));
2007
2078
  provideCommandGroupContext({ id });
2008
2079
  onMounted(() => {
2009
- 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
+ }
2010
2083
  });
2011
2084
  onUnmounted(() => {
2012
2085
  allGroups.value.delete(id);
@@ -2021,7 +2094,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2021
2094
  default: withCtx(() => [
2022
2095
  __props.heading ? (openBlock(), createBlock(unref(ListboxGroupLabel), {
2023
2096
  key: 0,
2024
- 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"
2025
2098
  }, {
2026
2099
  default: withCtx(() => [
2027
2100
  createTextVNode(toDisplayString(__props.heading), 1)
@@ -2036,11 +2109,11 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2036
2109
  }
2037
2110
  });
2038
2111
 
2039
- const _hoisted_1$c = {
2112
+ const _hoisted_1$f = {
2040
2113
  "data-slot": "command-input-wrapper",
2041
2114
  class: "flex h-12 items-center gap-2 border-b px-3"
2042
2115
  };
2043
- const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2116
+ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
2044
2117
  ...{
2045
2118
  inheritAttrs: false
2046
2119
  },
@@ -2059,7 +2132,7 @@ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2059
2132
  const forwardedProps = useForwardProps(delegatedProps);
2060
2133
  const { filterState } = useCommand();
2061
2134
  return (_ctx, _cache) => {
2062
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
2135
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
2063
2136
  createVNode(unref(Search), { class: "size-4 shrink-0 opacity-50" }),
2064
2137
  createVNode(unref(ListboxFilter), mergeProps({ ...unref(forwardedProps), ..._ctx.$attrs }, {
2065
2138
  modelValue: unref(filterState).search,
@@ -2076,7 +2149,7 @@ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2076
2149
  }
2077
2150
  });
2078
2151
 
2079
- const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2152
+ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
2080
2153
  __name: "CommandItem",
2081
2154
  props: {
2082
2155
  value: {},
@@ -2108,8 +2181,10 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2108
2181
  const itemRef = ref();
2109
2182
  const currentElement = useCurrentElement(itemRef);
2110
2183
  onMounted(() => {
2111
- if (!(currentElement.value instanceof HTMLElement)) return;
2112
- 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() ?? ""));
2113
2188
  const groupId = groupContext?.id;
2114
2189
  if (groupId) {
2115
2190
  if (!allGroups.value.has(groupId)) {
@@ -2129,7 +2204,7 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2129
2204
  ref: itemRef,
2130
2205
  "data-slot": "command-item",
2131
2206
  class: unref(cn)(
2132
- `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",
2133
2208
  props.class
2134
2209
  ),
2135
2210
  onSelect: _cache[0] || (_cache[0] = () => {
@@ -2145,8 +2220,8 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2145
2220
  }
2146
2221
  });
2147
2222
 
2148
- const _hoisted_1$b = { role: "presentation" };
2149
- const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2223
+ const _hoisted_1$e = { role: "presentation" };
2224
+ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
2150
2225
  __name: "CommandList",
2151
2226
  props: {
2152
2227
  asChild: { type: Boolean },
@@ -2162,7 +2237,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2162
2237
  class: unref(cn)("max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto", props.class)
2163
2238
  }), {
2164
2239
  default: withCtx(() => [
2165
- createElementVNode("div", _hoisted_1$b, [
2240
+ createElementVNode("div", _hoisted_1$e, [
2166
2241
  renderSlot(_ctx.$slots, "default")
2167
2242
  ])
2168
2243
  ]),
@@ -2172,7 +2247,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2172
2247
  }
2173
2248
  });
2174
2249
 
2175
- const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2250
+ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
2176
2251
  __name: "CommandSeparator",
2177
2252
  props: {
2178
2253
  orientation: {},
@@ -2197,7 +2272,7 @@ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2197
2272
  }
2198
2273
  });
2199
2274
 
2200
- const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2275
+ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
2201
2276
  __name: "CommandShortcut",
2202
2277
  props: {
2203
2278
  class: {}
@@ -2218,7 +2293,7 @@ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2218
2293
  const [useCommand, provideCommandContext] = createContext("Command");
2219
2294
  const [useCommandGroup, provideCommandGroupContext] = createContext("CommandGroup");
2220
2295
 
2221
- const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2296
+ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
2222
2297
  __name: "ContextMenu",
2223
2298
  props: {
2224
2299
  pressOpenDelay: {},
@@ -2241,8 +2316,8 @@ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2241
2316
  }
2242
2317
  });
2243
2318
 
2244
- const _hoisted_1$a = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2245
- 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({
2246
2321
  __name: "ContextMenuCheckboxItem",
2247
2322
  props: {
2248
2323
  modelValue: { type: [Boolean, String] },
@@ -2269,7 +2344,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2269
2344
  )
2270
2345
  }), {
2271
2346
  default: withCtx(() => [
2272
- createElementVNode("span", _hoisted_1$a, [
2347
+ createElementVNode("span", _hoisted_1$d, [
2273
2348
  createVNode(unref(ContextMenuItemIndicator), null, {
2274
2349
  default: withCtx(() => [
2275
2350
  createVNode(unref(Check), { class: "size-4" })
@@ -2285,7 +2360,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2285
2360
  }
2286
2361
  });
2287
2362
 
2288
- const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2363
+ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
2289
2364
  __name: "ContextMenuContent",
2290
2365
  props: {
2291
2366
  forceMount: { type: Boolean },
@@ -2336,7 +2411,7 @@ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2336
2411
  }
2337
2412
  });
2338
2413
 
2339
- const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2414
+ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
2340
2415
  __name: "ContextMenuGroup",
2341
2416
  props: {
2342
2417
  asChild: { type: Boolean },
@@ -2355,7 +2430,7 @@ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2355
2430
  }
2356
2431
  });
2357
2432
 
2358
- const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2433
+ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
2359
2434
  __name: "ContextMenuItem",
2360
2435
  props: {
2361
2436
  disabled: { type: Boolean },
@@ -2395,7 +2470,7 @@ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2395
2470
  }
2396
2471
  });
2397
2472
 
2398
- const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2473
+ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
2399
2474
  __name: "ContextMenuLabel",
2400
2475
  props: {
2401
2476
  asChild: { type: Boolean },
@@ -2425,7 +2500,7 @@ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2425
2500
  }
2426
2501
  });
2427
2502
 
2428
- const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2503
+ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
2429
2504
  __name: "ContextMenuRadioGroup",
2430
2505
  props: {
2431
2506
  modelValue: {},
@@ -2448,8 +2523,8 @@ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2448
2523
  }
2449
2524
  });
2450
2525
 
2451
- const _hoisted_1$9 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2452
- 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({
2453
2528
  __name: "ContextMenuRadioItem",
2454
2529
  props: {
2455
2530
  value: {},
@@ -2476,7 +2551,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2476
2551
  )
2477
2552
  }), {
2478
2553
  default: withCtx(() => [
2479
- createElementVNode("span", _hoisted_1$9, [
2554
+ createElementVNode("span", _hoisted_1$c, [
2480
2555
  createVNode(unref(ContextMenuItemIndicator), null, {
2481
2556
  default: withCtx(() => [
2482
2557
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -2492,7 +2567,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2492
2567
  }
2493
2568
  });
2494
2569
 
2495
- const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2570
+ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
2496
2571
  __name: "ContextMenuSeparator",
2497
2572
  props: {
2498
2573
  asChild: { type: Boolean },
@@ -2513,7 +2588,7 @@ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2513
2588
  }
2514
2589
  });
2515
2590
 
2516
- const _sfc_main$2q = /* @__PURE__ */ defineComponent({
2591
+ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
2517
2592
  __name: "ContextMenuShortcut",
2518
2593
  props: {
2519
2594
  class: {}
@@ -2531,7 +2606,7 @@ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
2531
2606
  }
2532
2607
  });
2533
2608
 
2534
- const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2609
+ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
2535
2610
  __name: "ContextMenuSub",
2536
2611
  props: {
2537
2612
  defaultOpen: { type: Boolean },
@@ -2553,7 +2628,7 @@ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2553
2628
  }
2554
2629
  });
2555
2630
 
2556
- const _sfc_main$2o = /* @__PURE__ */ defineComponent({
2631
+ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
2557
2632
  __name: "ContextMenuSubContent",
2558
2633
  props: {
2559
2634
  forceMount: { type: Boolean },
@@ -2602,7 +2677,7 @@ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
2602
2677
  }
2603
2678
  });
2604
2679
 
2605
- const _sfc_main$2n = /* @__PURE__ */ defineComponent({
2680
+ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
2606
2681
  __name: "ContextMenuSubTrigger",
2607
2682
  props: {
2608
2683
  disabled: { type: Boolean },
@@ -2639,7 +2714,7 @@ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
2639
2714
  }
2640
2715
  });
2641
2716
 
2642
- const _sfc_main$2m = /* @__PURE__ */ defineComponent({
2717
+ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
2643
2718
  __name: "ContextMenuTrigger",
2644
2719
  props: {
2645
2720
  disabled: { type: Boolean },
@@ -2660,7 +2735,7 @@ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
2660
2735
  }
2661
2736
  });
2662
2737
 
2663
- const _sfc_main$2l = /* @__PURE__ */ defineComponent({
2738
+ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
2664
2739
  __name: "Drawer",
2665
2740
  props: {
2666
2741
  activeSnapPoint: {},
@@ -2697,7 +2772,7 @@ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
2697
2772
  }
2698
2773
  });
2699
2774
 
2700
- const _sfc_main$2k = /* @__PURE__ */ defineComponent({
2775
+ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2701
2776
  __name: "DrawerClose",
2702
2777
  props: {
2703
2778
  asChild: { type: Boolean },
@@ -2716,7 +2791,7 @@ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
2716
2791
  }
2717
2792
  });
2718
2793
 
2719
- const _sfc_main$2j = /* @__PURE__ */ defineComponent({
2794
+ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
2720
2795
  __name: "DrawerOverlay",
2721
2796
  props: {
2722
2797
  forceMount: { type: Boolean },
@@ -2738,7 +2813,7 @@ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
2738
2813
  }
2739
2814
  });
2740
2815
 
2741
- const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2816
+ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
2742
2817
  __name: "DrawerContent",
2743
2818
  props: {
2744
2819
  forceMount: { type: Boolean },
@@ -2755,7 +2830,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2755
2830
  return (_ctx, _cache) => {
2756
2831
  return openBlock(), createBlock(unref(DrawerPortal), null, {
2757
2832
  default: withCtx(() => [
2758
- createVNode(_sfc_main$2j),
2833
+ createVNode(_sfc_main$2y),
2759
2834
  createVNode(unref(DrawerContent), mergeProps({ "data-slot": "drawer-content" }, unref(forwarded), {
2760
2835
  class: unref(cn)(
2761
2836
  `group/drawer-content bg-background fixed z-50 flex h-auto flex-col`,
@@ -2779,7 +2854,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2779
2854
  }
2780
2855
  });
2781
2856
 
2782
- const _sfc_main$2h = /* @__PURE__ */ defineComponent({
2857
+ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
2783
2858
  __name: "DrawerDescription",
2784
2859
  props: {
2785
2860
  asChild: { type: Boolean },
@@ -2802,7 +2877,7 @@ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
2802
2877
  }
2803
2878
  });
2804
2879
 
2805
- const _sfc_main$2g = /* @__PURE__ */ defineComponent({
2880
+ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
2806
2881
  __name: "DrawerFooter",
2807
2882
  props: {
2808
2883
  class: {}
@@ -2820,7 +2895,7 @@ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
2820
2895
  }
2821
2896
  });
2822
2897
 
2823
- const _sfc_main$2f = /* @__PURE__ */ defineComponent({
2898
+ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
2824
2899
  __name: "DrawerHeader",
2825
2900
  props: {
2826
2901
  class: {}
@@ -2838,7 +2913,7 @@ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
2838
2913
  }
2839
2914
  });
2840
2915
 
2841
- const _sfc_main$2e = /* @__PURE__ */ defineComponent({
2916
+ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
2842
2917
  __name: "DrawerTitle",
2843
2918
  props: {
2844
2919
  asChild: { type: Boolean },
@@ -2861,7 +2936,7 @@ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
2861
2936
  }
2862
2937
  });
2863
2938
 
2864
- const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2939
+ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
2865
2940
  __name: "DrawerTrigger",
2866
2941
  props: {
2867
2942
  asChild: { type: Boolean },
@@ -2880,7 +2955,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2880
2955
  }
2881
2956
  });
2882
2957
 
2883
- const _sfc_main$2c = /* @__PURE__ */ defineComponent({
2958
+ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
2884
2959
  __name: "DropdownMenu",
2885
2960
  props: {
2886
2961
  defaultOpen: { type: Boolean },
@@ -2904,8 +2979,8 @@ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
2904
2979
  }
2905
2980
  });
2906
2981
 
2907
- const _hoisted_1$8 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2908
- 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({
2909
2984
  __name: "DropdownMenuCheckboxItem",
2910
2985
  props: {
2911
2986
  modelValue: { type: [Boolean, String] },
@@ -2919,20 +2994,17 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
2919
2994
  setup(__props, { emit: __emit }) {
2920
2995
  const props = __props;
2921
2996
  const emits = __emit;
2922
- const delegatedProps = computed(() => {
2923
- const { class: _, ...delegated } = props;
2924
- return delegated;
2925
- });
2997
+ const delegatedProps = reactiveOmit(props, "class");
2926
2998
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
2927
2999
  return (_ctx, _cache) => {
2928
3000
  return openBlock(), createBlock(unref(DropdownMenuCheckboxItem), mergeProps({ "data-slot": "dropdown-menu-checkbox-item" }, unref(forwarded), {
2929
3001
  class: unref(cn)(
2930
- `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",
2931
3003
  props.class
2932
3004
  )
2933
3005
  }), {
2934
3006
  default: withCtx(() => [
2935
- createElementVNode("span", _hoisted_1$8, [
3007
+ createElementVNode("span", _hoisted_1$b, [
2936
3008
  createVNode(unref(DropdownMenuItemIndicator), null, {
2937
3009
  default: withCtx(() => [
2938
3010
  createVNode(unref(Check), { class: "size-4" })
@@ -2948,7 +3020,7 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
2948
3020
  }
2949
3021
  });
2950
3022
 
2951
- const _sfc_main$2a = /* @__PURE__ */ defineComponent({
3023
+ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
2952
3024
  __name: "DropdownMenuContent",
2953
3025
  props: {
2954
3026
  forceMount: { type: Boolean },
@@ -2978,10 +3050,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
2978
3050
  setup(__props, { emit: __emit }) {
2979
3051
  const props = __props;
2980
3052
  const emits = __emit;
2981
- const delegatedProps = computed(() => {
2982
- const { class: _, ...delegated } = props;
2983
- return delegated;
2984
- });
3053
+ const delegatedProps = reactiveOmit(props, "class");
2985
3054
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
2986
3055
  return (_ctx, _cache) => {
2987
3056
  return openBlock(), createBlock(unref(DropdownMenuPortal), null, {
@@ -3004,7 +3073,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
3004
3073
  }
3005
3074
  });
3006
3075
 
3007
- const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3076
+ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
3008
3077
  __name: "DropdownMenuGroup",
3009
3078
  props: {
3010
3079
  asChild: { type: Boolean },
@@ -3023,7 +3092,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3023
3092
  }
3024
3093
  });
3025
3094
 
3026
- const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3095
+ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
3027
3096
  __name: "DropdownMenuItem",
3028
3097
  props: {
3029
3098
  disabled: { type: Boolean },
@@ -3036,7 +3105,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3036
3105
  },
3037
3106
  setup(__props) {
3038
3107
  const props = __props;
3039
- const delegatedProps = reactiveOmit(props, "inset", "variant");
3108
+ const delegatedProps = reactiveOmit(props, "inset", "variant", "class");
3040
3109
  const forwardedProps = useForwardProps(delegatedProps);
3041
3110
  return (_ctx, _cache) => {
3042
3111
  return openBlock(), createBlock(unref(DropdownMenuItem), mergeProps({
@@ -3045,7 +3114,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3045
3114
  "data-variant": __props.variant
3046
3115
  }, unref(forwardedProps), {
3047
3116
  class: unref(cn)(
3048
- `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",
3049
3118
  props.class
3050
3119
  )
3051
3120
  }), {
@@ -3058,7 +3127,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3058
3127
  }
3059
3128
  });
3060
3129
 
3061
- const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3130
+ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
3062
3131
  __name: "DropdownMenuLabel",
3063
3132
  props: {
3064
3133
  asChild: { type: Boolean },
@@ -3086,7 +3155,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3086
3155
  }
3087
3156
  });
3088
3157
 
3089
- const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3158
+ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
3090
3159
  __name: "DropdownMenuRadioGroup",
3091
3160
  props: {
3092
3161
  modelValue: {},
@@ -3109,8 +3178,8 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3109
3178
  }
3110
3179
  });
3111
3180
 
3112
- const _hoisted_1$7 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3113
- 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({
3114
3183
  __name: "DropdownMenuRadioItem",
3115
3184
  props: {
3116
3185
  value: {},
@@ -3124,20 +3193,17 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3124
3193
  setup(__props, { emit: __emit }) {
3125
3194
  const props = __props;
3126
3195
  const emits = __emit;
3127
- const delegatedProps = computed(() => {
3128
- const { class: _, ...delegated } = props;
3129
- return delegated;
3130
- });
3196
+ const delegatedProps = reactiveOmit(props, "class");
3131
3197
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
3132
3198
  return (_ctx, _cache) => {
3133
3199
  return openBlock(), createBlock(unref(DropdownMenuRadioItem), mergeProps({ "data-slot": "dropdown-menu-radio-item" }, unref(forwarded), {
3134
3200
  class: unref(cn)(
3135
- `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",
3136
3202
  props.class
3137
3203
  )
3138
3204
  }), {
3139
3205
  default: withCtx(() => [
3140
- createElementVNode("span", _hoisted_1$7, [
3206
+ createElementVNode("span", _hoisted_1$a, [
3141
3207
  createVNode(unref(DropdownMenuItemIndicator), null, {
3142
3208
  default: withCtx(() => [
3143
3209
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -3153,7 +3219,7 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3153
3219
  }
3154
3220
  });
3155
3221
 
3156
- const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3222
+ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
3157
3223
  __name: "DropdownMenuSeparator",
3158
3224
  props: {
3159
3225
  asChild: { type: Boolean },
@@ -3162,19 +3228,16 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3162
3228
  },
3163
3229
  setup(__props) {
3164
3230
  const props = __props;
3165
- const delegatedProps = computed(() => {
3166
- const { class: _, ...delegated } = props;
3167
- return delegated;
3168
- });
3231
+ const delegatedProps = reactiveOmit(props, "class");
3169
3232
  return (_ctx, _cache) => {
3170
- 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), {
3171
3234
  class: unref(cn)("bg-border -mx-1 my-1 h-px", props.class)
3172
3235
  }), null, 16, ["class"]);
3173
3236
  };
3174
3237
  }
3175
3238
  });
3176
3239
 
3177
- const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3240
+ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
3178
3241
  __name: "DropdownMenuShortcut",
3179
3242
  props: {
3180
3243
  class: {}
@@ -3192,7 +3255,7 @@ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3192
3255
  }
3193
3256
  });
3194
3257
 
3195
- const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3258
+ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
3196
3259
  __name: "DropdownMenuSub",
3197
3260
  props: {
3198
3261
  defaultOpen: { type: Boolean },
@@ -3214,7 +3277,7 @@ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3214
3277
  }
3215
3278
  });
3216
3279
 
3217
- const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3280
+ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
3218
3281
  __name: "DropdownMenuSubContent",
3219
3282
  props: {
3220
3283
  forceMount: { type: Boolean },
@@ -3242,10 +3305,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3242
3305
  setup(__props, { emit: __emit }) {
3243
3306
  const props = __props;
3244
3307
  const emits = __emit;
3245
- const delegatedProps = computed(() => {
3246
- const { class: _, ...delegated } = props;
3247
- return delegated;
3248
- });
3308
+ const delegatedProps = reactiveOmit(props, "class");
3249
3309
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
3250
3310
  return (_ctx, _cache) => {
3251
3311
  return openBlock(), createBlock(unref(DropdownMenuSubContent), mergeProps({ "data-slot": "dropdown-menu-sub-content" }, unref(forwarded), {
@@ -3263,7 +3323,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3263
3323
  }
3264
3324
  });
3265
3325
 
3266
- const _sfc_main$20 = /* @__PURE__ */ defineComponent({
3326
+ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
3267
3327
  __name: "DropdownMenuSubTrigger",
3268
3328
  props: {
3269
3329
  disabled: { type: Boolean },
@@ -3294,7 +3354,7 @@ const _sfc_main$20 = /* @__PURE__ */ defineComponent({
3294
3354
  }
3295
3355
  });
3296
3356
 
3297
- const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
3357
+ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
3298
3358
  __name: "DropdownMenuTrigger",
3299
3359
  props: {
3300
3360
  disabled: { type: Boolean },
@@ -3315,7 +3375,146 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
3315
3375
  }
3316
3376
  });
3317
3377
 
3318
- 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({
3319
3518
  __name: "HoverCard",
3320
3519
  props: {
3321
3520
  defaultOpen: { type: Boolean },
@@ -3339,7 +3538,7 @@ const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
3339
3538
  }
3340
3539
  });
3341
3540
 
3342
- const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
3541
+ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3343
3542
  __name: "HoverCardContent",
3344
3543
  props: {
3345
3544
  forceMount: { type: Boolean },
@@ -3392,7 +3591,7 @@ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
3392
3591
  }
3393
3592
  });
3394
3593
 
3395
- const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
3594
+ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3396
3595
  __name: "HoverCardTrigger",
3397
3596
  props: {
3398
3597
  reference: {},
@@ -3412,7 +3611,7 @@ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
3412
3611
  }
3413
3612
  });
3414
3613
 
3415
- const _sfc_main$1X = /* @__PURE__ */ defineComponent({
3614
+ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3416
3615
  __name: "Input",
3417
3616
  props: {
3418
3617
  defaultValue: {},
@@ -3442,9 +3641,245 @@ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
3442
3641
  ]);
3443
3642
  };
3444
3643
  }
3445
- });
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
+ );
3446
3881
 
3447
- const _sfc_main$1W = /* @__PURE__ */ defineComponent({
3882
+ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
3448
3883
  __name: "Label",
3449
3884
  props: {
3450
3885
  for: {},
@@ -3474,7 +3909,7 @@ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
3474
3909
  }
3475
3910
  });
3476
3911
 
3477
- const _sfc_main$1V = /* @__PURE__ */ defineComponent({
3912
+ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3478
3913
  __name: "Loading",
3479
3914
  props: {
3480
3915
  class: {},
@@ -3503,9 +3938,9 @@ const _export_sfc = (sfc, props) => {
3503
3938
  return target;
3504
3939
  };
3505
3940
 
3506
- 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"]]);
3507
3942
 
3508
- const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3943
+ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3509
3944
  __name: "Menubar",
3510
3945
  props: {
3511
3946
  modelValue: {},
@@ -3537,7 +3972,7 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
3537
3972
  });
3538
3973
 
3539
3974
  const _hoisted_1$6 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3540
- const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3975
+ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
3541
3976
  __name: "MenubarCheckboxItem",
3542
3977
  props: {
3543
3978
  modelValue: { type: [Boolean, String] },
@@ -3580,7 +4015,7 @@ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
3580
4015
  }
3581
4016
  });
3582
4017
 
3583
- const _sfc_main$1S = /* @__PURE__ */ defineComponent({
4018
+ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
3584
4019
  __name: "MenubarContent",
3585
4020
  props: {
3586
4021
  forceMount: { type: Boolean },
@@ -3634,7 +4069,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
3634
4069
  }
3635
4070
  });
3636
4071
 
3637
- const _sfc_main$1R = /* @__PURE__ */ defineComponent({
4072
+ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
3638
4073
  __name: "MenubarGroup",
3639
4074
  props: {
3640
4075
  asChild: { type: Boolean },
@@ -3653,7 +4088,7 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
3653
4088
  }
3654
4089
  });
3655
4090
 
3656
- const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
4091
+ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
3657
4092
  __name: "MenubarItem",
3658
4093
  props: {
3659
4094
  disabled: { type: Boolean },
@@ -3690,7 +4125,7 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
3690
4125
  }
3691
4126
  });
3692
4127
 
3693
- const _sfc_main$1P = /* @__PURE__ */ defineComponent({
4128
+ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
3694
4129
  __name: "MenubarLabel",
3695
4130
  props: {
3696
4131
  asChild: { type: Boolean },
@@ -3716,7 +4151,7 @@ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
3716
4151
  }
3717
4152
  });
3718
4153
 
3719
- const _sfc_main$1O = /* @__PURE__ */ defineComponent({
4154
+ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
3720
4155
  __name: "MenubarMenu",
3721
4156
  props: {
3722
4157
  value: {}
@@ -3734,7 +4169,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
3734
4169
  }
3735
4170
  });
3736
4171
 
3737
- const _sfc_main$1N = /* @__PURE__ */ defineComponent({
4172
+ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
3738
4173
  __name: "MenubarRadioGroup",
3739
4174
  props: {
3740
4175
  modelValue: {},
@@ -3758,7 +4193,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
3758
4193
  });
3759
4194
 
3760
4195
  const _hoisted_1$5 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
3761
- const _sfc_main$1M = /* @__PURE__ */ defineComponent({
4196
+ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
3762
4197
  __name: "MenubarRadioItem",
3763
4198
  props: {
3764
4199
  value: {},
@@ -3801,7 +4236,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
3801
4236
  }
3802
4237
  });
3803
4238
 
3804
- const _sfc_main$1L = /* @__PURE__ */ defineComponent({
4239
+ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
3805
4240
  __name: "MenubarSeparator",
3806
4241
  props: {
3807
4242
  asChild: { type: Boolean },
@@ -3824,7 +4259,7 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
3824
4259
  }
3825
4260
  });
3826
4261
 
3827
- const _sfc_main$1K = /* @__PURE__ */ defineComponent({
4262
+ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
3828
4263
  __name: "MenubarShortcut",
3829
4264
  props: {
3830
4265
  class: {}
@@ -3842,7 +4277,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
3842
4277
  }
3843
4278
  });
3844
4279
 
3845
- const _sfc_main$1J = /* @__PURE__ */ defineComponent({
4280
+ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
3846
4281
  __name: "MenubarSub",
3847
4282
  props: {
3848
4283
  defaultOpen: { type: Boolean },
@@ -3864,7 +4299,7 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
3864
4299
  }
3865
4300
  });
3866
4301
 
3867
- const _sfc_main$1I = /* @__PURE__ */ defineComponent({
4302
+ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
3868
4303
  __name: "MenubarSubContent",
3869
4304
  props: {
3870
4305
  forceMount: { type: Boolean },
@@ -3918,7 +4353,7 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
3918
4353
  }
3919
4354
  });
3920
4355
 
3921
- const _sfc_main$1H = /* @__PURE__ */ defineComponent({
4356
+ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3922
4357
  __name: "MenubarSubTrigger",
3923
4358
  props: {
3924
4359
  disabled: { type: Boolean },
@@ -3952,7 +4387,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
3952
4387
  }
3953
4388
  });
3954
4389
 
3955
- const _sfc_main$1G = /* @__PURE__ */ defineComponent({
4390
+ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3956
4391
  __name: "MenubarTrigger",
3957
4392
  props: {
3958
4393
  disabled: { type: Boolean },
@@ -3984,7 +4419,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3984
4419
  });
3985
4420
 
3986
4421
  const _hoisted_1$4 = { class: "absolute top-full left-0 isolate z-50 flex justify-center" };
3987
- const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4422
+ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3988
4423
  __name: "NavigationMenuViewport",
3989
4424
  props: {
3990
4425
  forceMount: { type: Boolean },
@@ -4001,7 +4436,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4001
4436
  return openBlock(), createElementBlock("div", _hoisted_1$4, [
4002
4437
  createVNode(unref(NavigationMenuViewport), mergeProps({ "data-slot": "navigation-menu-viewport" }, unref(forwardedProps), {
4003
4438
  class: unref(cn)(
4004
- "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)",
4005
4440
  props.class
4006
4441
  )
4007
4442
  }), null, 16, ["class"])
@@ -4010,7 +4445,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
4010
4445
  }
4011
4446
  });
4012
4447
 
4013
- const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4448
+ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4014
4449
  __name: "NavigationMenu",
4015
4450
  props: {
4016
4451
  modelValue: {},
@@ -4039,14 +4474,11 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4039
4474
  "data-slot": "navigation-menu",
4040
4475
  "data-viewport": __props.viewport
4041
4476
  }, unref(forwarded), {
4042
- class: unref(cn)(
4043
- "group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",
4044
- props.class
4045
- )
4477
+ class: unref(cn)("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center", props.class)
4046
4478
  }), {
4047
4479
  default: withCtx(() => [
4048
4480
  renderSlot(_ctx.$slots, "default"),
4049
- __props.viewport ? (openBlock(), createBlock(_sfc_main$1F, { key: 0 })) : createCommentVNode("", true)
4481
+ __props.viewport ? (openBlock(), createBlock(_sfc_main$1E, { key: 0 })) : createCommentVNode("", true)
4050
4482
  ]),
4051
4483
  _: 3
4052
4484
  }, 16, ["data-viewport", "class"]);
@@ -4054,7 +4486,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
4054
4486
  }
4055
4487
  });
4056
4488
 
4057
- const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4489
+ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4058
4490
  __name: "NavigationMenuContent",
4059
4491
  props: {
4060
4492
  forceMount: { type: Boolean },
@@ -4072,8 +4504,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4072
4504
  return (_ctx, _cache) => {
4073
4505
  return openBlock(), createBlock(unref(NavigationMenuContent), mergeProps({ "data-slot": "navigation-menu-content" }, unref(forwarded), {
4074
4506
  class: unref(cn)(
4075
- `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`,
4076
- `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",
4077
4509
  props.class
4078
4510
  )
4079
4511
  }), {
@@ -4086,7 +4518,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
4086
4518
  }
4087
4519
  });
4088
4520
 
4089
- const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4521
+ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4090
4522
  __name: "NavigationMenuIndicator",
4091
4523
  props: {
4092
4524
  forceMount: { type: Boolean },
@@ -4101,7 +4533,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4101
4533
  return (_ctx, _cache) => {
4102
4534
  return openBlock(), createBlock(unref(NavigationMenuIndicator), mergeProps({ "data-slot": "navigation-menu-indicator" }, unref(forwardedProps), {
4103
4535
  class: unref(cn)(
4104
- "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",
4105
4537
  props.class
4106
4538
  )
4107
4539
  }), {
@@ -4114,7 +4546,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4114
4546
  }
4115
4547
  });
4116
4548
 
4117
- const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4549
+ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4118
4550
  __name: "NavigationMenuItem",
4119
4551
  props: {
4120
4552
  value: {},
@@ -4138,7 +4570,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
4138
4570
  }
4139
4571
  });
4140
4572
 
4141
- const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4573
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4142
4574
  __name: "NavigationMenuLink",
4143
4575
  props: {
4144
4576
  active: { type: Boolean },
@@ -4155,7 +4587,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4155
4587
  return (_ctx, _cache) => {
4156
4588
  return openBlock(), createBlock(unref(NavigationMenuLink), mergeProps({ "data-slot": "navigation-menu-link" }, unref(forwarded), {
4157
4589
  class: unref(cn)(
4158
- `'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",
4159
4591
  props.class
4160
4592
  )
4161
4593
  }), {
@@ -4168,7 +4600,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
4168
4600
  }
4169
4601
  });
4170
4602
 
4171
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4603
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4172
4604
  __name: "NavigationMenuList",
4173
4605
  props: {
4174
4606
  asChild: { type: Boolean },
@@ -4181,7 +4613,10 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4181
4613
  const forwardedProps = useForwardProps(delegatedProps);
4182
4614
  return (_ctx, _cache) => {
4183
4615
  return openBlock(), createBlock(unref(NavigationMenuList), mergeProps({ "data-slot": "navigation-menu-list" }, unref(forwardedProps), {
4184
- 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
+ )
4185
4620
  }), {
4186
4621
  default: withCtx(() => [
4187
4622
  renderSlot(_ctx.$slots, "default")
@@ -4192,7 +4627,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
4192
4627
  }
4193
4628
  });
4194
4629
 
4195
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4630
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4196
4631
  __name: "NavigationMenuTrigger",
4197
4632
  props: {
4198
4633
  disabled: { type: Boolean },
@@ -4211,7 +4646,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
4211
4646
  default: withCtx(() => [
4212
4647
  renderSlot(_ctx.$slots, "default"),
4213
4648
  createVNode(unref(ChevronDown), {
4214
- 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",
4215
4650
  "aria-hidden": "true"
4216
4651
  })
4217
4652
  ]),
@@ -4225,7 +4660,7 @@ const navigationMenuTriggerStyle = cva(
4225
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"
4226
4661
  );
4227
4662
 
4228
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4663
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4229
4664
  __name: "NumberField",
4230
4665
  props: {
4231
4666
  defaultValue: {},
@@ -4251,10 +4686,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4251
4686
  setup(__props, { emit: __emit }) {
4252
4687
  const props = __props;
4253
4688
  const emits = __emit;
4254
- const delegatedProps = computed(() => {
4255
- const { class: _, ...delegated } = props;
4256
- return delegated;
4257
- });
4689
+ const delegatedProps = reactiveOmit(props, "class");
4258
4690
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
4259
4691
  return (_ctx, _cache) => {
4260
4692
  return openBlock(), createBlock(unref(NumberFieldRoot), mergeProps(unref(forwarded), {
@@ -4269,7 +4701,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
4269
4701
  }
4270
4702
  });
4271
4703
 
4272
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4704
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4273
4705
  __name: "NumberFieldContent",
4274
4706
  props: {
4275
4707
  class: {}
@@ -4279,7 +4711,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4279
4711
  return (_ctx, _cache) => {
4280
4712
  return openBlock(), createElementBlock("div", {
4281
4713
  class: normalizeClass(unref(cn)(
4282
- "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",
4283
4715
  props.class
4284
4716
  ))
4285
4717
  }, [
@@ -4289,7 +4721,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
4289
4721
  }
4290
4722
  });
4291
4723
 
4292
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4724
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4293
4725
  __name: "NumberFieldDecrement",
4294
4726
  props: {
4295
4727
  disabled: { type: Boolean },
@@ -4299,15 +4731,12 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4299
4731
  },
4300
4732
  setup(__props) {
4301
4733
  const props = __props;
4302
- const delegatedProps = computed(() => {
4303
- const { class: _, ...delegated } = props;
4304
- return delegated;
4305
- });
4734
+ const delegatedProps = reactiveOmit(props, "class");
4306
4735
  const forwarded = useForwardProps(delegatedProps);
4307
4736
  return (_ctx, _cache) => {
4308
4737
  return openBlock(), createBlock(unref(NumberFieldDecrement), mergeProps({ "data-slot": "decrement" }, unref(forwarded), {
4309
4738
  class: unref(cn)(
4310
- "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",
4311
4740
  props.class
4312
4741
  )
4313
4742
  }), {
@@ -4322,7 +4751,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
4322
4751
  }
4323
4752
  });
4324
4753
 
4325
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4754
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4326
4755
  __name: "NumberFieldIncrement",
4327
4756
  props: {
4328
4757
  disabled: { type: Boolean },
@@ -4332,15 +4761,12 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4332
4761
  },
4333
4762
  setup(__props) {
4334
4763
  const props = __props;
4335
- const delegatedProps = computed(() => {
4336
- const { class: _, ...delegated } = props;
4337
- return delegated;
4338
- });
4764
+ const delegatedProps = reactiveOmit(props, "class");
4339
4765
  const forwarded = useForwardProps(delegatedProps);
4340
4766
  return (_ctx, _cache) => {
4341
4767
  return openBlock(), createBlock(unref(NumberFieldIncrement), mergeProps({ "data-slot": "increment" }, unref(forwarded), {
4342
4768
  class: unref(cn)(
4343
- "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",
4344
4770
  props.class
4345
4771
  )
4346
4772
  }), {
@@ -4355,7 +4781,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
4355
4781
  }
4356
4782
  });
4357
4783
 
4358
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4784
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4359
4785
  __name: "NumberFieldInput",
4360
4786
  props: {
4361
4787
  class: {}
@@ -4366,7 +4792,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4366
4792
  return openBlock(), createBlock(unref(NumberFieldInput), {
4367
4793
  "data-slot": "input",
4368
4794
  class: normalizeClass(unref(cn)(
4369
- "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",
4370
4796
  props.class
4371
4797
  ))
4372
4798
  }, null, 8, ["class"]);
@@ -4374,7 +4800,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4374
4800
  }
4375
4801
  });
4376
4802
 
4377
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4803
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4378
4804
  __name: "Pagination",
4379
4805
  props: {
4380
4806
  page: {},
@@ -4407,7 +4833,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4407
4833
  }
4408
4834
  });
4409
4835
 
4410
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4836
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4411
4837
  __name: "PaginationContent",
4412
4838
  props: {
4413
4839
  asChild: { type: Boolean },
@@ -4433,7 +4859,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4433
4859
  }
4434
4860
  });
4435
4861
 
4436
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4862
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4437
4863
  __name: "PaginationEllipsis",
4438
4864
  props: {
4439
4865
  asChild: { type: Boolean },
@@ -4462,7 +4888,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4462
4888
  }
4463
4889
  });
4464
4890
 
4465
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4891
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4466
4892
  __name: "PaginationFirst",
4467
4893
  props: {
4468
4894
  asChild: { type: Boolean },
@@ -4491,7 +4917,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4491
4917
  }
4492
4918
  });
4493
4919
 
4494
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4920
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4495
4921
  __name: "PaginationItem",
4496
4922
  props: {
4497
4923
  value: {},
@@ -4523,7 +4949,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4523
4949
  }
4524
4950
  });
4525
4951
 
4526
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4952
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4527
4953
  __name: "PaginationLast",
4528
4954
  props: {
4529
4955
  asChild: { type: Boolean },
@@ -4552,7 +4978,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4552
4978
  }
4553
4979
  });
4554
4980
 
4555
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4981
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4556
4982
  __name: "PaginationNext",
4557
4983
  props: {
4558
4984
  asChild: { type: Boolean },
@@ -4581,7 +5007,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4581
5007
  }
4582
5008
  });
4583
5009
 
4584
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
5010
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4585
5011
  __name: "PaginationPrevious",
4586
5012
  props: {
4587
5013
  asChild: { type: Boolean },
@@ -4610,7 +5036,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4610
5036
  }
4611
5037
  });
4612
5038
 
4613
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
5039
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4614
5040
  __name: "Popover",
4615
5041
  props: {
4616
5042
  defaultOpen: { type: Boolean },
@@ -4633,7 +5059,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4633
5059
  }
4634
5060
  });
4635
5061
 
4636
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
5062
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4637
5063
  __name: "PopoverAnchor",
4638
5064
  props: {
4639
5065
  reference: {},
@@ -4653,7 +5079,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4653
5079
  }
4654
5080
  });
4655
5081
 
4656
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
5082
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4657
5083
  ...{
4658
5084
  inheritAttrs: false
4659
5085
  },
@@ -4712,7 +5138,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4712
5138
  }
4713
5139
  });
4714
5140
 
4715
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
5141
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4716
5142
  __name: "PopoverTrigger",
4717
5143
  props: {
4718
5144
  asChild: { type: Boolean },
@@ -4731,7 +5157,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4731
5157
  }
4732
5158
  });
4733
5159
 
4734
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
5160
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4735
5161
  __name: "Progress",
4736
5162
  props: {
4737
5163
  modelValue: { default: 0 },
@@ -4765,7 +5191,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4765
5191
  }
4766
5192
  });
4767
5193
 
4768
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5194
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
4769
5195
  __name: "RadioGroup",
4770
5196
  props: {
4771
5197
  modelValue: {},
@@ -4803,7 +5229,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4803
5229
  }
4804
5230
  });
4805
5231
 
4806
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5232
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
4807
5233
  __name: "RadioGroupItem",
4808
5234
  props: {
4809
5235
  id: {},
@@ -4850,7 +5276,7 @@ const _hoisted_1$3 = {
4850
5276
  key: 0,
4851
5277
  class: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border"
4852
5278
  };
4853
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5279
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4854
5280
  __name: "ResizableHandle",
4855
5281
  props: {
4856
5282
  id: {},
@@ -4887,7 +5313,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
4887
5313
  }
4888
5314
  });
4889
5315
 
4890
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5316
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4891
5317
  __name: "ResizablePanel",
4892
5318
  props: {
4893
5319
  collapsedSize: {},
@@ -4916,7 +5342,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4916
5342
  }
4917
5343
  });
4918
5344
 
4919
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5345
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4920
5346
  __name: "ResizablePanelGroup",
4921
5347
  props: {
4922
5348
  id: {},
@@ -4950,7 +5376,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4950
5376
  }
4951
5377
  });
4952
5378
 
4953
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5379
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4954
5380
  __name: "ScrollBar",
4955
5381
  props: {
4956
5382
  orientation: { default: "vertical" },
@@ -4961,12 +5387,9 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4961
5387
  },
4962
5388
  setup(__props) {
4963
5389
  const props = __props;
4964
- const delegatedProps = computed(() => {
4965
- const { class: _, ...delegated } = props;
4966
- return delegated;
4967
- });
5390
+ const delegatedProps = reactiveOmit(props, "class");
4968
5391
  return (_ctx, _cache) => {
4969
- 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), {
4970
5393
  class: unref(cn)(
4971
5394
  "flex touch-none p-px transition-colors select-none",
4972
5395
  __props.orientation === "vertical" && "h-full w-2.5 border-l border-l-transparent",
@@ -4986,7 +5409,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
4986
5409
  }
4987
5410
  });
4988
5411
 
4989
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5412
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4990
5413
  __name: "ScrollArea",
4991
5414
  props: {
4992
5415
  type: {},
@@ -4998,12 +5421,9 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4998
5421
  },
4999
5422
  setup(__props) {
5000
5423
  const props = __props;
5001
- const delegatedProps = computed(() => {
5002
- const { class: _, ...delegated } = props;
5003
- return delegated;
5004
- });
5424
+ const delegatedProps = reactiveOmit(props, "class");
5005
5425
  return (_ctx, _cache) => {
5006
- 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), {
5007
5427
  class: unref(cn)("relative", props.class)
5008
5428
  }), {
5009
5429
  default: withCtx(() => [
@@ -5016,7 +5436,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5016
5436
  ]),
5017
5437
  _: 3
5018
5438
  }),
5019
- createVNode(_sfc_main$1a),
5439
+ createVNode(_sfc_main$19),
5020
5440
  createVNode(unref(ScrollAreaCorner))
5021
5441
  ]),
5022
5442
  _: 3
@@ -5025,7 +5445,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5025
5445
  }
5026
5446
  });
5027
5447
 
5028
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
5448
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5029
5449
  __name: "Select",
5030
5450
  props: {
5031
5451
  open: { type: Boolean },
@@ -5056,7 +5476,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
5056
5476
  }
5057
5477
  });
5058
5478
 
5059
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5479
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5060
5480
  ...{
5061
5481
  inheritAttrs: false
5062
5482
  },
@@ -5090,10 +5510,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5090
5510
  setup(__props, { emit: __emit }) {
5091
5511
  const props = __props;
5092
5512
  const emits = __emit;
5093
- const delegatedProps = computed(() => {
5094
- const { class: _, ...delegated } = props;
5095
- return delegated;
5096
- });
5513
+ const delegatedProps = reactiveOmit(props, "class");
5097
5514
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
5098
5515
  return (_ctx, _cache) => {
5099
5516
  return openBlock(), createBlock(unref(SelectPortal), null, {
@@ -5106,11 +5523,11 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5106
5523
  )
5107
5524
  }), {
5108
5525
  default: withCtx(() => [
5109
- createVNode(unref(_sfc_main$11)),
5526
+ createVNode(unref(_sfc_main$10)),
5110
5527
  createVNode(unref(SelectViewport), {
5111
5528
  class: normalizeClass(unref(cn)(
5112
5529
  "p-1",
5113
- __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"
5114
5531
  ))
5115
5532
  }, {
5116
5533
  default: withCtx(() => [
@@ -5118,7 +5535,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5118
5535
  ]),
5119
5536
  _: 3
5120
5537
  }, 8, ["class"]),
5121
- createVNode(unref(_sfc_main$12))
5538
+ createVNode(unref(_sfc_main$11))
5122
5539
  ]),
5123
5540
  _: 3
5124
5541
  }, 16, ["class"])
@@ -5129,7 +5546,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5129
5546
  }
5130
5547
  });
5131
5548
 
5132
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5549
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5133
5550
  __name: "SelectGroup",
5134
5551
  props: {
5135
5552
  asChild: { type: Boolean },
@@ -5149,7 +5566,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5149
5566
  });
5150
5567
 
5151
5568
  const _hoisted_1$2 = { class: "absolute right-2 flex size-3.5 items-center justify-center" };
5152
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5569
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5153
5570
  __name: "SelectItem",
5154
5571
  props: {
5155
5572
  value: {},
@@ -5161,15 +5578,12 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5161
5578
  },
5162
5579
  setup(__props) {
5163
5580
  const props = __props;
5164
- const delegatedProps = computed(() => {
5165
- const { class: _, ...delegated } = props;
5166
- return delegated;
5167
- });
5581
+ const delegatedProps = reactiveOmit(props, "class");
5168
5582
  const forwardedProps = useForwardProps(delegatedProps);
5169
5583
  return (_ctx, _cache) => {
5170
5584
  return openBlock(), createBlock(unref(SelectItem), mergeProps({ "data-slot": "select-item" }, unref(forwardedProps), {
5171
5585
  class: unref(cn)(
5172
- `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",
5173
5587
  props.class
5174
5588
  )
5175
5589
  }), {
@@ -5195,7 +5609,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5195
5609
  }
5196
5610
  });
5197
5611
 
5198
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5612
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5199
5613
  __name: "SelectItemText",
5200
5614
  props: {
5201
5615
  asChild: { type: Boolean },
@@ -5214,7 +5628,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5214
5628
  }
5215
5629
  });
5216
5630
 
5217
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5631
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5218
5632
  __name: "SelectLabel",
5219
5633
  props: {
5220
5634
  for: {},
@@ -5238,7 +5652,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5238
5652
  }
5239
5653
  });
5240
5654
 
5241
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5655
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5242
5656
  __name: "SelectScrollDownButton",
5243
5657
  props: {
5244
5658
  asChild: { type: Boolean },
@@ -5247,10 +5661,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5247
5661
  },
5248
5662
  setup(__props) {
5249
5663
  const props = __props;
5250
- const delegatedProps = computed(() => {
5251
- const { class: _, ...delegated } = props;
5252
- return delegated;
5253
- });
5664
+ const delegatedProps = reactiveOmit(props, "class");
5254
5665
  const forwardedProps = useForwardProps(delegatedProps);
5255
5666
  return (_ctx, _cache) => {
5256
5667
  return openBlock(), createBlock(unref(SelectScrollDownButton), mergeProps({ "data-slot": "select-scroll-down-button" }, unref(forwardedProps), {
@@ -5267,7 +5678,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
5267
5678
  }
5268
5679
  });
5269
5680
 
5270
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5681
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5271
5682
  __name: "SelectScrollUpButton",
5272
5683
  props: {
5273
5684
  asChild: { type: Boolean },
@@ -5276,10 +5687,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5276
5687
  },
5277
5688
  setup(__props) {
5278
5689
  const props = __props;
5279
- const delegatedProps = computed(() => {
5280
- const { class: _, ...delegated } = props;
5281
- return delegated;
5282
- });
5690
+ const delegatedProps = reactiveOmit(props, "class");
5283
5691
  const forwardedProps = useForwardProps(delegatedProps);
5284
5692
  return (_ctx, _cache) => {
5285
5693
  return openBlock(), createBlock(unref(SelectScrollUpButton), mergeProps({ "data-slot": "select-scroll-up-button" }, unref(forwardedProps), {
@@ -5296,7 +5704,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
5296
5704
  }
5297
5705
  });
5298
5706
 
5299
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5707
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5300
5708
  __name: "SelectSeparator",
5301
5709
  props: {
5302
5710
  asChild: { type: Boolean },
@@ -5305,19 +5713,16 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
5305
5713
  },
5306
5714
  setup(__props) {
5307
5715
  const props = __props;
5308
- const delegatedProps = computed(() => {
5309
- const { class: _, ...delegated } = props;
5310
- return delegated;
5311
- });
5716
+ const delegatedProps = reactiveOmit(props, "class");
5312
5717
  return (_ctx, _cache) => {
5313
- 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), {
5314
5719
  class: unref(cn)("bg-border pointer-events-none -mx-1 my-1 h-px", props.class)
5315
5720
  }), null, 16, ["class"]);
5316
5721
  };
5317
5722
  }
5318
5723
  });
5319
5724
 
5320
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5725
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5321
5726
  __name: "SelectTrigger",
5322
5727
  props: {
5323
5728
  disabled: { type: Boolean },
@@ -5337,7 +5742,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5337
5742
  "data-size": __props.size
5338
5743
  }, unref(forwardedProps), {
5339
5744
  class: unref(cn)(
5340
- `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",
5341
5746
  props.class
5342
5747
  )
5343
5748
  }), {
@@ -5356,7 +5761,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
5356
5761
  }
5357
5762
  });
5358
5763
 
5359
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5764
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
5360
5765
  __name: "SelectValue",
5361
5766
  props: {
5362
5767
  placeholder: {},
@@ -5376,29 +5781,6 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
5376
5781
  }
5377
5782
  });
5378
5783
 
5379
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
5380
- __name: "Separator",
5381
- props: {
5382
- orientation: { default: "horizontal" },
5383
- decorative: { type: Boolean, default: true },
5384
- asChild: { type: Boolean },
5385
- as: {},
5386
- class: {}
5387
- },
5388
- setup(__props) {
5389
- const props = __props;
5390
- const delegatedProps = reactiveOmit(props, "class");
5391
- return (_ctx, _cache) => {
5392
- return openBlock(), createBlock(unref(Separator), mergeProps({ "data-slot": "separator-root" }, unref(delegatedProps), {
5393
- class: unref(cn)(
5394
- `bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px`,
5395
- props.class
5396
- )
5397
- }), null, 16, ["class"]);
5398
- };
5399
- }
5400
- });
5401
-
5402
5784
  const _sfc_main$Y = /* @__PURE__ */ defineComponent({
5403
5785
  __name: "Sheet",
5404
5786
  props: {
@@ -5451,10 +5833,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5451
5833
  },
5452
5834
  setup(__props) {
5453
5835
  const props = __props;
5454
- const delegatedProps = computed(() => {
5455
- const { class: _, ...delegated } = props;
5456
- return delegated;
5457
- });
5836
+ const delegatedProps = reactiveOmit(props, "class");
5458
5837
  return (_ctx, _cache) => {
5459
5838
  return openBlock(), createBlock(unref(DialogOverlay), mergeProps({
5460
5839
  "data-slot": "sheet-overlay",
@@ -5462,7 +5841,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5462
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",
5463
5842
  props.class
5464
5843
  )
5465
- }, delegatedProps.value), {
5844
+ }, unref(delegatedProps)), {
5466
5845
  default: withCtx(() => [
5467
5846
  renderSlot(_ctx.$slots, "default")
5468
5847
  ]),
@@ -5534,15 +5913,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
5534
5913
  },
5535
5914
  setup(__props) {
5536
5915
  const props = __props;
5537
- const delegatedProps = computed(() => {
5538
- const { class: _, ...delegated } = props;
5539
- return delegated;
5540
- });
5916
+ const delegatedProps = reactiveOmit(props, "class");
5541
5917
  return (_ctx, _cache) => {
5542
5918
  return openBlock(), createBlock(unref(DialogDescription), mergeProps({
5543
5919
  "data-slot": "sheet-description",
5544
5920
  class: unref(cn)("text-muted-foreground text-sm", props.class)
5545
- }, delegatedProps.value), {
5921
+ }, unref(delegatedProps)), {
5546
5922
  default: withCtx(() => [
5547
5923
  renderSlot(_ctx.$slots, "default")
5548
5924
  ]),
@@ -5597,15 +5973,12 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5597
5973
  },
5598
5974
  setup(__props) {
5599
5975
  const props = __props;
5600
- const delegatedProps = computed(() => {
5601
- const { class: _, ...delegated } = props;
5602
- return delegated;
5603
- });
5976
+ const delegatedProps = reactiveOmit(props, "class");
5604
5977
  return (_ctx, _cache) => {
5605
5978
  return openBlock(), createBlock(unref(DialogTitle), mergeProps({
5606
5979
  "data-slot": "sheet-title",
5607
5980
  class: unref(cn)("text-foreground font-semibold", props.class)
5608
- }, delegatedProps.value), {
5981
+ }, unref(delegatedProps)), {
5609
5982
  default: withCtx(() => [
5610
5983
  renderSlot(_ctx.$slots, "default")
5611
5984
  ]),
@@ -5634,7 +6007,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5634
6007
  }
5635
6008
  });
5636
6009
 
5637
- const SIDEBAR_COOKIE_NAME = "sidebar:state";
6010
+ const SIDEBAR_COOKIE_NAME = "sidebar_state";
5638
6011
  const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
5639
6012
  const SIDEBAR_WIDTH = "16rem";
5640
6013
  const SIDEBAR_WIDTH_MOBILE = "18rem";
@@ -5911,10 +6284,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
5911
6284
  setup(__props) {
5912
6285
  const props = __props;
5913
6286
  return (_ctx, _cache) => {
5914
- return openBlock(), createBlock(unref(_sfc_main$1X), {
6287
+ return openBlock(), createBlock(unref(_sfc_main$24), {
5915
6288
  "data-slot": "sidebar-input",
5916
6289
  "data-sidebar": "input",
5917
- 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
+ ))
5918
6294
  }, {
5919
6295
  default: withCtx(() => [
5920
6296
  renderSlot(_ctx.$slots, "default")
@@ -6199,12 +6575,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
6199
6575
  setup(__props) {
6200
6576
  const props = __props;
6201
6577
  const { isMobile, state } = useSidebar();
6202
- const delegatedProps = computed(() => {
6203
- const { tooltip, ...delegated } = props;
6204
- return delegated;
6205
- });
6578
+ const delegatedProps = reactiveOmit(props, "tooltip");
6206
6579
  return (_ctx, _cache) => {
6207
- 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 })), {
6208
6581
  default: withCtx(() => [
6209
6582
  renderSlot(_ctx.$slots, "default")
6210
6583
  ]),
@@ -6213,7 +6586,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
6213
6586
  default: withCtx(() => [
6214
6587
  createVNode(unref(_sfc_main$z), { "as-child": "" }, {
6215
6588
  default: withCtx(() => [
6216
- createVNode(_sfc_main$y, normalizeProps(guardReactiveProps({ ...delegatedProps.value, ..._ctx.$attrs })), {
6589
+ createVNode(_sfc_main$y, normalizeProps(guardReactiveProps({ ...unref(delegatedProps), ..._ctx.$attrs })), {
6217
6590
  default: withCtx(() => [
6218
6591
  renderSlot(_ctx.$slots, "default")
6219
6592
  ]),
@@ -6390,7 +6763,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
6390
6763
  const _sfc_main$q = /* @__PURE__ */ defineComponent({
6391
6764
  __name: "SidebarProvider",
6392
6765
  props: {
6393
- defaultOpen: { type: Boolean, default: true },
6766
+ defaultOpen: { type: Boolean, default: !defaultDocument?.cookie.includes(`${SIDEBAR_COOKIE_NAME}=false`) },
6394
6767
  open: { type: Boolean, default: void 0 },
6395
6768
  class: {}
6396
6769
  },
@@ -6433,10 +6806,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
6433
6806
  "--sidebar-width": unref(SIDEBAR_WIDTH),
6434
6807
  "--sidebar-width-icon": unref(SIDEBAR_WIDTH_ICON)
6435
6808
  },
6436
- class: unref(cn)(
6437
- "group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full",
6438
- props.class
6439
- )
6809
+ class: unref(cn)("group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full", props.class)
6440
6810
  }, _ctx.$attrs), [
6441
6811
  renderSlot(_ctx.$slots, "default")
6442
6812
  ], 16)
@@ -6488,7 +6858,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
6488
6858
  setup(__props) {
6489
6859
  const props = __props;
6490
6860
  return (_ctx, _cache) => {
6491
- return openBlock(), createBlock(unref(_sfc_main$Z), {
6861
+ return openBlock(), createBlock(unref(_sfc_main$3C), {
6492
6862
  "data-slot": "sidebar-separator",
6493
6863
  "data-sidebar": "separator",
6494
6864
  class: normalizeClass(unref(cn)("bg-sidebar-border mx-2 w-auto", props.class))
@@ -6511,7 +6881,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
6511
6881
  const props = __props;
6512
6882
  const { toggleSidebar } = useSidebar();
6513
6883
  return (_ctx, _cache) => {
6514
- return openBlock(), createBlock(unref(_sfc_main$3x), {
6884
+ return openBlock(), createBlock(unref(_sfc_main$3Q), {
6515
6885
  "data-sidebar": "trigger",
6516
6886
  "data-slot": "sidebar-trigger",
6517
6887
  variant: "ghost",
@@ -6669,10 +7039,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
6669
7039
  setup(__props, { emit: __emit }) {
6670
7040
  const props = __props;
6671
7041
  const emits = __emit;
6672
- const delegatedProps = computed(() => {
6673
- const { class: _, ...delegated } = props;
6674
- return delegated;
6675
- });
7042
+ const delegatedProps = reactiveOmit(props, "class");
6676
7043
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
6677
7044
  return (_ctx, _cache) => {
6678
7045
  return openBlock(), createBlock(unref(SwitchRoot), mergeProps({ "data-slot": "switch" }, unref(forwarded), {
@@ -6788,7 +7155,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
6788
7155
  return openBlock(), createElementBlock("td", {
6789
7156
  "data-slot": "table-cell",
6790
7157
  class: normalizeClass(unref(cn)(
6791
- "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]",
6792
7159
  props.class
6793
7160
  ))
6794
7161
  }, [
@@ -6825,16 +7192,16 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
6825
7192
  },
6826
7193
  setup(__props) {
6827
7194
  const props = __props;
6828
- const delegatedProps = computed(() => {
6829
- const { class: _, ...delegated } = props;
6830
- return delegated;
6831
- });
7195
+ const delegatedProps = reactiveOmit(props, "class");
6832
7196
  return (_ctx, _cache) => {
6833
7197
  return openBlock(), createBlock(_sfc_main$f, null, {
6834
7198
  default: withCtx(() => [
6835
7199
  createVNode(_sfc_main$g, mergeProps({
6836
- class: unref(cn)("text-foreground p-4 align-middle text-sm whitespace-nowrap", props.class)
6837
- }, delegatedProps.value), {
7200
+ class: unref(cn)(
7201
+ "p-4 whitespace-nowrap align-middle text-sm text-foreground",
7202
+ props.class
7203
+ )
7204
+ }, unref(delegatedProps)), {
6838
7205
  default: withCtx(() => [
6839
7206
  createElementVNode("div", _hoisted_1, [
6840
7207
  renderSlot(_ctx.$slots, "default")
@@ -6878,7 +7245,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
6878
7245
  return openBlock(), createElementBlock("th", {
6879
7246
  "data-slot": "table-head",
6880
7247
  class: normalizeClass(unref(cn)(
6881
- "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]",
6882
7249
  props.class
6883
7250
  ))
6884
7251
  }, [
@@ -7238,8 +7605,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
7238
7605
  return openBlock(), createBlock(unref(Toggle), mergeProps({ "data-slot": "toggle" }, unref(forwarded), {
7239
7606
  class: unref(cn)(unref(toggleVariants)({ variant: __props.variant, size: __props.size }), props.class)
7240
7607
  }), {
7241
- default: withCtx(() => [
7242
- renderSlot(_ctx.$slots, "default")
7608
+ default: withCtx((slotProps) => [
7609
+ renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps)))
7243
7610
  ]),
7244
7611
  _: 3
7245
7612
  }, 16, ["class"]);
@@ -7268,4 +7635,4 @@ const toggleVariants = cva(
7268
7635
  }
7269
7636
  );
7270
7637
 
7271
- 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 };