una-nuxt-module 3.0.11 → 3.0.13

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 (292) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +2 -2
  3. package/dist/runtime/auth/plugins/auth.js +1 -1
  4. package/dist/runtime/components/ui/accordion/AccordionContent.vue +1 -1
  5. package/dist/runtime/components/ui/accordion/AccordionItem.vue +1 -1
  6. package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +1 -1
  7. package/dist/runtime/components/ui/alert/Alert.vue +1 -1
  8. package/dist/runtime/components/ui/alert/AlertDescription.vue +1 -1
  9. package/dist/runtime/components/ui/alert/AlertTitle.vue +1 -1
  10. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +1 -1
  11. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
  12. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +1 -1
  13. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +1 -1
  14. package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +1 -1
  15. package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +1 -1
  16. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +1 -1
  17. package/dist/runtime/components/ui/avatar/Avatar.vue +1 -1
  18. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -1
  19. package/dist/runtime/components/ui/badge/Badge.vue +1 -1
  20. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +1 -1
  21. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +1 -1
  22. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +1 -1
  23. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -1
  24. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +1 -1
  25. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +1 -1
  26. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +1 -1
  27. package/dist/runtime/components/ui/button/Button.vue +1 -1
  28. package/dist/runtime/components/ui/button-group/ButtonGroup.vue +1 -1
  29. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue +1 -1
  30. package/dist/runtime/components/ui/button-group/ButtonGroupText.vue +1 -1
  31. package/dist/runtime/components/ui/calendar/Calendar.vue +1 -1
  32. package/dist/runtime/components/ui/calendar/CalendarCell.vue +1 -1
  33. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +1 -1
  34. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +1 -1
  35. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +1 -1
  36. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +1 -1
  37. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +1 -1
  38. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +1 -1
  39. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +1 -1
  40. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +1 -1
  41. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +1 -1
  42. package/dist/runtime/components/ui/card/Card.vue +1 -1
  43. package/dist/runtime/components/ui/card/CardAction.vue +1 -1
  44. package/dist/runtime/components/ui/card/CardContent.vue +1 -1
  45. package/dist/runtime/components/ui/card/CardDescription.vue +1 -1
  46. package/dist/runtime/components/ui/card/CardFooter.vue +1 -1
  47. package/dist/runtime/components/ui/card/CardHeader.vue +1 -1
  48. package/dist/runtime/components/ui/card/CardTitle.vue +1 -1
  49. package/dist/runtime/components/ui/carousel/Carousel.vue +1 -1
  50. package/dist/runtime/components/ui/carousel/CarouselContent.vue +1 -1
  51. package/dist/runtime/components/ui/carousel/CarouselItem.vue +1 -1
  52. package/dist/runtime/components/ui/carousel/CarouselNext.vue +1 -1
  53. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue +1 -1
  54. package/dist/runtime/components/ui/chart/ChartContainer.vue +1 -1
  55. package/dist/runtime/components/ui/chart/ChartLegendContent.vue +1 -1
  56. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue +1 -1
  57. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +1 -1
  58. package/dist/runtime/components/ui/checkbox/Checkbox.vue +5 -3
  59. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +1 -1
  60. package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue +1 -1
  61. package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue +1 -1
  62. package/dist/runtime/components/ui/combobox/ComboboxGroup.vue +1 -1
  63. package/dist/runtime/components/ui/combobox/ComboboxInput.vue +1 -1
  64. package/dist/runtime/components/ui/combobox/ComboboxItem.vue +1 -1
  65. package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue +1 -1
  66. package/dist/runtime/components/ui/combobox/ComboboxList.vue +2 -1
  67. package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue +1 -1
  68. package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue +1 -1
  69. package/dist/runtime/components/ui/combobox/ComboboxViewport.vue +1 -1
  70. package/dist/runtime/components/ui/command/Command.vue +1 -1
  71. package/dist/runtime/components/ui/command/CommandEmpty.vue +1 -1
  72. package/dist/runtime/components/ui/command/CommandGroup.vue +1 -1
  73. package/dist/runtime/components/ui/command/CommandInput.vue +1 -1
  74. package/dist/runtime/components/ui/command/CommandItem.vue +1 -1
  75. package/dist/runtime/components/ui/command/CommandList.vue +1 -1
  76. package/dist/runtime/components/ui/command/CommandSeparator.vue +1 -1
  77. package/dist/runtime/components/ui/command/CommandShortcut.vue +1 -1
  78. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue +1 -1
  79. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +1 -1
  80. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue +1 -1
  81. package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue +1 -1
  82. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +1 -1
  83. package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue +1 -1
  84. package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue +1 -1
  85. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +1 -1
  86. package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +1 -1
  87. package/dist/runtime/components/ui/dialog/DialogContent.vue +1 -1
  88. package/dist/runtime/components/ui/dialog/DialogDescription.vue +1 -1
  89. package/dist/runtime/components/ui/dialog/DialogFooter.vue +1 -1
  90. package/dist/runtime/components/ui/dialog/DialogHeader.vue +1 -1
  91. package/dist/runtime/components/ui/dialog/DialogOverlay.vue +1 -1
  92. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +1 -1
  93. package/dist/runtime/components/ui/dialog/DialogTitle.vue +1 -1
  94. package/dist/runtime/components/ui/drawer/DrawerContent.vue +1 -1
  95. package/dist/runtime/components/ui/drawer/DrawerDescription.vue +1 -1
  96. package/dist/runtime/components/ui/drawer/DrawerFooter.vue +1 -1
  97. package/dist/runtime/components/ui/drawer/DrawerHeader.vue +1 -1
  98. package/dist/runtime/components/ui/drawer/DrawerOverlay.vue +1 -1
  99. package/dist/runtime/components/ui/drawer/DrawerTitle.vue +1 -1
  100. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +1 -1
  101. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -1
  102. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -1
  103. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -1
  104. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -1
  105. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -1
  106. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +1 -1
  107. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -1
  108. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -1
  109. package/dist/runtime/components/ui/empty/Empty.vue +1 -1
  110. package/dist/runtime/components/ui/empty/EmptyContent.vue +1 -1
  111. package/dist/runtime/components/ui/empty/EmptyDescription.vue +1 -1
  112. package/dist/runtime/components/ui/empty/EmptyHeader.vue +1 -1
  113. package/dist/runtime/components/ui/empty/EmptyMedia.vue +1 -1
  114. package/dist/runtime/components/ui/empty/EmptyTitle.vue +1 -1
  115. package/dist/runtime/components/ui/field/Field.vue +1 -1
  116. package/dist/runtime/components/ui/field/FieldContent.vue +1 -1
  117. package/dist/runtime/components/ui/field/FieldDescription.vue +1 -1
  118. package/dist/runtime/components/ui/field/FieldError.vue +1 -1
  119. package/dist/runtime/components/ui/field/FieldGroup.vue +1 -1
  120. package/dist/runtime/components/ui/field/FieldLabel.vue +1 -1
  121. package/dist/runtime/components/ui/field/FieldLegend.vue +1 -1
  122. package/dist/runtime/components/ui/field/FieldSeparator.vue +1 -1
  123. package/dist/runtime/components/ui/field/FieldSet.vue +1 -1
  124. package/dist/runtime/components/ui/field/FieldTitle.vue +1 -1
  125. package/dist/runtime/components/ui/form/FormDescription.vue +1 -1
  126. package/dist/runtime/components/ui/form/FormItem.vue +1 -1
  127. package/dist/runtime/components/ui/form/FormLabel.vue +1 -1
  128. package/dist/runtime/components/ui/form/FormMessage.vue +1 -1
  129. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +1 -1
  130. package/dist/runtime/components/ui/input/Input.vue +1 -1
  131. package/dist/runtime/components/ui/input-group/InputGroup.vue +1 -1
  132. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +1 -1
  133. package/dist/runtime/components/ui/input-group/InputGroupButton.vue +1 -1
  134. package/dist/runtime/components/ui/input-group/InputGroupInput.vue +1 -1
  135. package/dist/runtime/components/ui/input-group/InputGroupText.vue +1 -1
  136. package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +1 -1
  137. package/dist/runtime/components/ui/input-otp/InputOTP.vue +1 -1
  138. package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue +1 -1
  139. package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue +1 -1
  140. package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue +1 -1
  141. package/dist/runtime/components/ui/item/Item.vue +1 -1
  142. package/dist/runtime/components/ui/item/ItemActions.vue +1 -1
  143. package/dist/runtime/components/ui/item/ItemContent.vue +1 -1
  144. package/dist/runtime/components/ui/item/ItemDescription.vue +1 -1
  145. package/dist/runtime/components/ui/item/ItemFooter.vue +1 -1
  146. package/dist/runtime/components/ui/item/ItemGroup.vue +1 -1
  147. package/dist/runtime/components/ui/item/ItemHeader.vue +1 -1
  148. package/dist/runtime/components/ui/item/ItemMedia.vue +1 -1
  149. package/dist/runtime/components/ui/item/ItemSeparator.vue +1 -1
  150. package/dist/runtime/components/ui/item/ItemTitle.vue +1 -1
  151. package/dist/runtime/components/ui/kbd/Kbd.vue +1 -1
  152. package/dist/runtime/components/ui/kbd/KbdGroup.vue +1 -1
  153. package/dist/runtime/components/ui/label/Label.vue +1 -1
  154. package/dist/runtime/components/ui/menubar/Menubar.vue +1 -1
  155. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue +1 -1
  156. package/dist/runtime/components/ui/menubar/MenubarContent.vue +1 -1
  157. package/dist/runtime/components/ui/menubar/MenubarItem.vue +1 -1
  158. package/dist/runtime/components/ui/menubar/MenubarLabel.vue +1 -1
  159. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +1 -1
  160. package/dist/runtime/components/ui/menubar/MenubarSeparator.vue +1 -1
  161. package/dist/runtime/components/ui/menubar/MenubarShortcut.vue +1 -1
  162. package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +1 -1
  163. package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue +1 -1
  164. package/dist/runtime/components/ui/menubar/MenubarTrigger.vue +1 -1
  165. package/dist/runtime/components/ui/native-select/NativeSelect.vue +1 -1
  166. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +1 -1
  167. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +1 -1
  168. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue +1 -1
  169. package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue +1 -1
  170. package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue +1 -1
  171. package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue +1 -1
  172. package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue +1 -1
  173. package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue +1 -1
  174. package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue +1 -1
  175. package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue +1 -1
  176. package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +1 -0
  177. package/dist/runtime/components/ui/number-field/NumberField.vue +1 -1
  178. package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +1 -0
  179. package/dist/runtime/components/ui/number-field/NumberFieldContent.vue +1 -1
  180. package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue +1 -1
  181. package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue +1 -1
  182. package/dist/runtime/components/ui/number-field/NumberFieldInput.vue +1 -1
  183. package/dist/runtime/components/ui/pagination/Pagination.vue +1 -1
  184. package/dist/runtime/components/ui/pagination/PaginationContent.vue +1 -1
  185. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +1 -1
  186. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +1 -1
  187. package/dist/runtime/components/ui/pagination/PaginationItem.vue +1 -1
  188. package/dist/runtime/components/ui/pagination/PaginationLast.vue +1 -1
  189. package/dist/runtime/components/ui/pagination/PaginationNext.vue +1 -1
  190. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +1 -1
  191. package/dist/runtime/components/ui/pin-input/PinInput.vue +1 -1
  192. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +1 -1
  193. package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +1 -1
  194. package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -1
  195. package/dist/runtime/components/ui/progress/Progress.vue +1 -1
  196. package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +2 -2
  197. package/dist/runtime/components/ui/radio-group/RadioGroup.vue +1 -1
  198. package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +2 -2
  199. package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue +1 -1
  200. package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue +1 -1
  201. package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue +1 -1
  202. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue +1 -1
  203. package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue +1 -1
  204. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue +1 -1
  205. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue +1 -1
  206. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue +1 -1
  207. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue +1 -1
  208. package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue +1 -1
  209. package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue +1 -1
  210. package/dist/runtime/components/ui/resizable/ResizableHandle.vue +1 -1
  211. package/dist/runtime/components/ui/resizable/ResizablePanel.vue +1 -0
  212. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +1 -1
  213. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +1 -1
  214. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +1 -1
  215. package/dist/runtime/components/ui/select/SelectContent.vue +1 -1
  216. package/dist/runtime/components/ui/select/SelectItem.vue +1 -1
  217. package/dist/runtime/components/ui/select/SelectLabel.vue +1 -1
  218. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +1 -1
  219. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +1 -1
  220. package/dist/runtime/components/ui/select/SelectSeparator.vue +1 -1
  221. package/dist/runtime/components/ui/select/SelectTrigger.vue +1 -1
  222. package/dist/runtime/components/ui/separator/Separator.vue +1 -1
  223. package/dist/runtime/components/ui/sheet/SheetContent.vue +1 -1
  224. package/dist/runtime/components/ui/sheet/SheetDescription.vue +1 -1
  225. package/dist/runtime/components/ui/sheet/SheetFooter.vue +1 -1
  226. package/dist/runtime/components/ui/sheet/SheetHeader.vue +1 -1
  227. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +1 -1
  228. package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -1
  229. package/dist/runtime/components/ui/sidebar/Sidebar.vue +1 -1
  230. package/dist/runtime/components/ui/sidebar/SidebarContent.vue +1 -1
  231. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +1 -1
  232. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +1 -1
  233. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -1
  234. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +1 -1
  235. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -1
  236. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +1 -1
  237. package/dist/runtime/components/ui/sidebar/SidebarInput.vue +1 -1
  238. package/dist/runtime/components/ui/sidebar/SidebarInset.vue +1 -1
  239. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +1 -1
  240. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
  241. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +1 -1
  242. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +1 -1
  243. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -1
  244. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +1 -1
  245. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +1 -1
  246. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +1 -1
  247. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -1
  248. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +1 -1
  249. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +1 -1
  250. package/dist/runtime/components/ui/sidebar/SidebarRail.vue +1 -1
  251. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +1 -1
  252. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +1 -1
  253. package/dist/runtime/components/ui/skeleton/Skeleton.vue +1 -1
  254. package/dist/runtime/components/ui/slider/Slider.vue +1 -1
  255. package/dist/runtime/components/ui/spinner/Spinner.vue +1 -1
  256. package/dist/runtime/components/ui/stepper/Stepper.vue +1 -1
  257. package/dist/runtime/components/ui/stepper/StepperDescription.vue +1 -1
  258. package/dist/runtime/components/ui/stepper/StepperIndicator.vue +1 -1
  259. package/dist/runtime/components/ui/stepper/StepperItem.vue +1 -1
  260. package/dist/runtime/components/ui/stepper/StepperSeparator.vue +1 -1
  261. package/dist/runtime/components/ui/stepper/StepperTitle.vue +1 -1
  262. package/dist/runtime/components/ui/stepper/StepperTrigger.vue +1 -1
  263. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +1 -0
  264. package/dist/runtime/components/ui/switch/Switch.vue +5 -3
  265. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +1 -0
  266. package/dist/runtime/components/ui/table/Table.vue +1 -1
  267. package/dist/runtime/components/ui/table/TableBody.vue +1 -1
  268. package/dist/runtime/components/ui/table/TableCaption.vue +1 -1
  269. package/dist/runtime/components/ui/table/TableCell.vue +1 -1
  270. package/dist/runtime/components/ui/table/TableEmpty.vue +1 -1
  271. package/dist/runtime/components/ui/table/TableFooter.vue +1 -1
  272. package/dist/runtime/components/ui/table/TableHead.vue +1 -1
  273. package/dist/runtime/components/ui/table/TableHeader.vue +1 -1
  274. package/dist/runtime/components/ui/table/TableRow.vue +1 -1
  275. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +0 -24
  276. package/dist/runtime/components/ui/tabs/Tabs.vue +1 -1
  277. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +0 -24
  278. package/dist/runtime/components/ui/tabs/TabsContent.vue +1 -1
  279. package/dist/runtime/components/ui/tabs/TabsList.vue +1 -1
  280. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +1 -1
  281. package/dist/runtime/components/ui/tags-input/TagsInput.vue +1 -1
  282. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +1 -1
  283. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +1 -1
  284. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +1 -1
  285. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +1 -1
  286. package/dist/runtime/components/ui/textarea/Textarea.vue +1 -1
  287. package/dist/runtime/components/ui/toggle/Toggle.vue +1 -1
  288. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +1 -1
  289. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +1 -1
  290. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +1 -1
  291. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +2 -1
  292. package/package.json +24 -24
@@ -6,7 +6,7 @@ const props = defineProps({
6
6
  reference: { type: null, required: false },
7
7
  asChild: { type: Boolean, required: false },
8
8
  as: { type: null, required: false },
9
- class: { type: null, required: false }
9
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
12
12
  const forwarded = useForwardProps(delegatedProps);
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  </script>
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false },
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
9
9
  heading: { type: String, required: false }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  disabled: { type: Boolean, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const emits = defineEmits(["update:modelValue"]);
19
19
  const delegatedProps = reactiveOmit(props, "class");
@@ -8,7 +8,7 @@ const props = defineProps({
8
8
  disabled: { type: Boolean, required: false },
9
9
  asChild: { type: Boolean, required: false },
10
10
  as: { type: null, required: false },
11
- class: { type: null, required: false }
11
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
12
12
  });
13
13
  const emits = defineEmits(["select"]);
14
14
  const delegatedProps = reactiveOmit(props, "class");
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  const forwarded = useForwardProps(delegatedProps);
@@ -9,6 +9,7 @@ const props = defineProps({
9
9
  forceMount: { type: Boolean, required: false },
10
10
  position: { type: String, required: false, default: "popper" },
11
11
  bodyLock: { type: Boolean, required: false },
12
+ hideWhenEmpty: { type: Boolean, required: false },
12
13
  side: { type: null, required: false },
13
14
  sideOffset: { type: Number, required: false, default: 4 },
14
15
  sideFlip: { type: Boolean, required: false },
@@ -30,7 +31,7 @@ const props = defineProps({
30
31
  asChild: { type: Boolean, required: false },
31
32
  as: { type: null, required: false },
32
33
  disableOutsidePointerEvents: { type: Boolean, required: false },
33
- class: { type: null, required: false }
34
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
34
35
  });
35
36
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"]);
36
37
  const delegatedProps = reactiveOmit(props, "class");
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  </script>
@@ -6,7 +6,7 @@ const props = defineProps({
6
6
  disabled: { type: Boolean, required: false },
7
7
  asChild: { type: Boolean, required: false },
8
8
  as: { type: null, required: false },
9
- class: { type: null, required: false }
9
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
12
12
  const forwarded = useForwardProps(delegatedProps);
@@ -6,7 +6,7 @@ const props = defineProps({
6
6
  nonce: { type: String, required: false },
7
7
  asChild: { type: Boolean, required: false },
8
8
  as: { type: null, required: false },
9
- class: { type: null, required: false }
9
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
12
12
  const forwarded = useForwardProps(delegatedProps);
@@ -18,7 +18,7 @@ const props = defineProps({
18
18
  as: { type: null, required: false },
19
19
  name: { type: String, required: false },
20
20
  required: { type: Boolean, required: false },
21
- class: { type: null, required: false }
21
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
22
22
  });
23
23
  const emits = defineEmits(["update:modelValue", "highlight", "entryFocus", "leave"]);
24
24
  const delegatedProps = reactiveOmit(props, "class");
@@ -7,7 +7,7 @@ import { useCommand } from ".";
7
7
  const props = defineProps({
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false }
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
11
11
  });
12
12
  const delegatedProps = reactiveOmit(props, "class");
13
13
  const { filterState } = useCommand();
@@ -7,7 +7,7 @@ import { provideCommandGroupContext, useCommand } from ".";
7
7
  const props = defineProps({
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false },
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
11
11
  heading: { type: String, required: false }
12
12
  });
13
13
  const delegatedProps = reactiveOmit(props, "class");
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  disabled: { type: Boolean, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const delegatedProps = reactiveOmit(props, "class");
19
19
  const forwardedProps = useForwardProps(delegatedProps);
@@ -9,7 +9,7 @@ const props = defineProps({
9
9
  disabled: { type: Boolean, required: false },
10
10
  asChild: { type: Boolean, required: false },
11
11
  as: { type: null, required: false },
12
- class: { type: null, required: false }
12
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
13
13
  });
14
14
  const emits = defineEmits(["select"]);
15
15
  const delegatedProps = reactiveOmit(props, "class");
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  const forwarded = useForwardProps(delegatedProps);
@@ -7,7 +7,7 @@ const props = defineProps({
7
7
  decorative: { type: Boolean, required: false },
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false }
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
11
11
  });
12
12
  const delegatedProps = reactiveOmit(props, "class");
13
13
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  textValue: { type: String, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const emits = defineEmits(["select", "update:modelValue"]);
19
19
  const delegatedProps = reactiveOmit(props, "class");
@@ -27,7 +27,7 @@ const props = defineProps({
27
27
  reference: { type: null, required: false },
28
28
  asChild: { type: Boolean, required: false },
29
29
  as: { type: null, required: false },
30
- class: { type: null, required: false }
30
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
31
31
  });
32
32
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"]);
33
33
  const delegatedProps = reactiveOmit(props, "class");
@@ -10,7 +10,7 @@ const props = defineProps({
10
10
  textValue: { type: String, required: false },
11
11
  asChild: { type: Boolean, required: false },
12
12
  as: { type: null, required: false },
13
- class: { type: null, required: false },
13
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
14
14
  inset: { type: Boolean, required: false },
15
15
  variant: { type: String, required: false, default: "default" }
16
16
  });
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false },
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
9
9
  inset: { type: Boolean, required: false }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  textValue: { type: String, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const emits = defineEmits(["select"]);
19
19
  const delegatedProps = reactiveOmit(props, "class");
@@ -7,7 +7,7 @@ import cn from "../../../utils/cn";
7
7
  const props = defineProps({
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false }
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
11
11
  });
12
12
  const delegatedProps = reactiveOmit(props, "class");
13
13
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -26,7 +26,7 @@ const props = defineProps({
26
26
  reference: { type: null, required: false },
27
27
  asChild: { type: Boolean, required: false },
28
28
  as: { type: null, required: false },
29
- class: { type: null, required: false }
29
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
30
30
  });
31
31
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"]);
32
32
  const delegatedProps = reactiveOmit(props, "class");
@@ -11,7 +11,7 @@ const props = defineProps({
11
11
  textValue: { type: String, required: false },
12
12
  asChild: { type: Boolean, required: false },
13
13
  as: { type: null, required: false },
14
- class: { type: null, required: false },
14
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
15
15
  inset: { type: Boolean, required: false }
16
16
  });
17
17
  const delegatedProps = reactiveOmit(props, "class");
@@ -17,7 +17,7 @@ const props = defineProps({
17
17
  disableOutsidePointerEvents: { type: Boolean, required: false },
18
18
  asChild: { type: Boolean, required: false },
19
19
  as: { type: null, required: false },
20
- class: { type: null, required: false },
20
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
21
21
  showCloseButton: { type: Boolean, required: false, default: true }
22
22
  });
23
23
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  const forwardedProps = useForwardProps(delegatedProps);
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -6,7 +6,7 @@ const props = defineProps({
6
6
  forceMount: { type: Boolean, required: false },
7
7
  asChild: { type: Boolean, required: false },
8
8
  as: { type: null, required: false },
9
- class: { type: null, required: false }
9
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
12
12
  </script>
@@ -17,7 +17,7 @@ const props = defineProps({
17
17
  disableOutsidePointerEvents: { type: Boolean, required: false },
18
18
  asChild: { type: Boolean, required: false },
19
19
  as: { type: null, required: false },
20
- class: { type: null, required: false }
20
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
21
21
  });
22
22
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
23
23
  const delegatedProps = reactiveOmit(props, "class");
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  const forwardedProps = useForwardProps(delegatedProps);
@@ -11,7 +11,7 @@ const props = defineProps({
11
11
  disableOutsidePointerEvents: { type: Boolean, required: false },
12
12
  asChild: { type: Boolean, required: false },
13
13
  as: { type: null, required: false },
14
- class: { type: null, required: false }
14
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
15
15
  });
16
16
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"]);
17
17
  const forwarded = useForwardPropsEmits(props, emits);
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -6,7 +6,7 @@ const props = defineProps({
6
6
  forceMount: { type: Boolean, required: false },
7
7
  asChild: { type: Boolean, required: false },
8
8
  as: { type: null, required: false },
9
- class: { type: null, required: false }
9
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class");
12
12
  </script>
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false }
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
9
9
  });
10
10
  const delegatedProps = reactiveOmit(props, "class");
11
11
  </script>
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  textValue: { type: String, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const emits = defineEmits(["select", "update:modelValue"]);
19
19
  const delegatedProps = reactiveOmit(props, "class");
@@ -32,7 +32,7 @@ const props = defineProps({
32
32
  reference: { type: null, required: false },
33
33
  asChild: { type: Boolean, required: false },
34
34
  as: { type: null, required: false },
35
- class: { type: null, required: false }
35
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
36
36
  });
37
37
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"]);
38
38
  const delegatedProps = reactiveOmit(props, "class");
@@ -7,7 +7,7 @@ const props = defineProps({
7
7
  textValue: { type: String, required: false },
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false },
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
11
11
  inset: { type: Boolean, required: false },
12
12
  variant: { type: String, required: false, default: "default" }
13
13
  });
@@ -5,7 +5,7 @@ import cn from "../../../utils/cn";
5
5
  const props = defineProps({
6
6
  asChild: { type: Boolean, required: false },
7
7
  as: { type: null, required: false },
8
- class: { type: null, required: false },
8
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
9
9
  inset: { type: Boolean, required: false }
10
10
  });
11
11
  const delegatedProps = reactiveOmit(props, "class", "inset");
@@ -13,7 +13,7 @@ const props = defineProps({
13
13
  textValue: { type: String, required: false },
14
14
  asChild: { type: Boolean, required: false },
15
15
  as: { type: null, required: false },
16
- class: { type: null, required: false }
16
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
17
17
  });
18
18
  const emits = defineEmits(["select"]);
19
19
  const delegatedProps = reactiveOmit(props, "class");
@@ -7,7 +7,7 @@ import cn from "../../../utils/cn";
7
7
  const props = defineProps({
8
8
  asChild: { type: Boolean, required: false },
9
9
  as: { type: null, required: false },
10
- class: { type: null, required: false }
10
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
11
11
  });
12
12
  const delegatedProps = reactiveOmit(props, "class");
13
13
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -26,7 +26,7 @@ const props = defineProps({
26
26
  reference: { type: null, required: false },
27
27
  asChild: { type: Boolean, required: false },
28
28
  as: { type: null, required: false },
29
- class: { type: null, required: false }
29
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
30
30
  });
31
31
  const emits = defineEmits(["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"]);
32
32
  const delegatedProps = reactiveOmit(props, "class");
@@ -11,7 +11,7 @@ const props = defineProps({
11
11
  textValue: { type: String, required: false },
12
12
  asChild: { type: Boolean, required: false },
13
13
  as: { type: null, required: false },
14
- class: { type: null, required: false },
14
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
15
15
  inset: { type: Boolean, required: false }
16
16
  });
17
17
  const delegatedProps = reactiveOmit(props, "class", "inset");
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -2,7 +2,7 @@
2
2
  import cn from "../../../utils/cn";
3
3
  import { emptyMediaVariants } from ".";
4
4
  const props = defineProps({
5
- class: { type: null, required: false },
5
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
6
6
  variant: { type: null, required: false }
7
7
  });
8
8
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -2,7 +2,7 @@
2
2
  import cn from "../../../utils/cn";
3
3
  import { fieldVariants } from ".";
4
4
  const props = defineProps({
5
- class: { type: null, required: false },
5
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
6
6
  orientation: { type: null, required: false }
7
7
  });
8
8
  </script>
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import cn from "../../../utils/cn";
3
3
  const props = defineProps({
4
- class: { type: null, required: false }
4
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true }
5
5
  });
6
6
  </script>
7
7
 
@@ -2,7 +2,7 @@
2
2
  import { computed } from "vue";
3
3
  import cn from "../../../utils/cn";
4
4
  const props = defineProps({
5
- class: { type: null, required: false },
5
+ class: { type: [Boolean, null, String, Object, Array], required: false, skipCheck: true },
6
6
  errors: { type: Array, required: false }
7
7
  });
8
8
  const content = computed(() => {