@soft-stech/bootsman-ui-shadcn 1.5.7 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1772) hide show
  1. package/README.md +3 -69
  2. package/dist/AccordionItem-CX5Y-wNP.js +96 -0
  3. package/dist/AccordionRoot-BHb3QKJo.js +82 -0
  4. package/dist/AccordionTrigger-CLOdW74d.js +91 -0
  5. package/dist/AlertDialogContent-kHpGDA3N.js +64 -0
  6. package/dist/AvatarRoot-DFoAE3MY.js +32 -0
  7. package/dist/BuiAccordion.vue_vue_type_script_setup_true_lang-DyGzWksC.js +31 -0
  8. package/dist/BuiAccordionContent.vue_vue_type_script_setup_true_lang-c5_VH1eD.js +80 -0
  9. package/dist/BuiAccordionItem.vue_vue_type_script_setup_true_lang-Dd1nCo36.js +28 -0
  10. package/dist/BuiAccordionTrigger.vue_vue_type_script_setup_true_lang-De_bds34.js +47 -0
  11. package/dist/BuiAdvancedAccordionTrigger.vue_vue_type_script_setup_true_lang-QQc0J0w-.js +73 -0
  12. package/dist/BuiAlertDescription.vue_vue_type_script_setup_true_lang-BupSMJLi.js +19 -0
  13. package/dist/BuiAlertDialog.vue_vue_type_script_setup_true_lang-CE6O7s89.js +45 -0
  14. package/dist/BuiAlertDialogAction.vue_vue_type_script_setup_true_lang-BNcy4kS-.js +46 -0
  15. package/dist/BuiAlertDialogCancel.vue_vue_type_script_setup_true_lang-BLCRGPIx.js +49 -0
  16. package/dist/BuiAlertDialogContent.vue_vue_type_script_setup_true_lang-BOb2gQa_.js +92 -0
  17. package/dist/BuiAlertDialogDescription.vue_vue_type_script_setup_true_lang-BT-a2lf_.js +48 -0
  18. package/dist/BuiAlertDialogFooter.vue_vue_type_script_setup_true_lang-BO-qXyZw.js +27 -0
  19. package/dist/BuiAlertDialogHeader.vue_vue_type_script_setup_true_lang-wvST-_z5.js +22 -0
  20. package/dist/BuiAlertDialogTitle.vue_vue_type_script_setup_true_lang-CGFwvdeR.js +48 -0
  21. package/dist/BuiAlertDialogTrigger.vue_vue_type_script_setup_true_lang-DhPkmJI1.js +43 -0
  22. package/dist/BuiAlertTitle.vue_vue_type_script_setup_true_lang-tPnX3HZp.js +15 -0
  23. package/dist/BuiAspectRatio.vue_vue_type_script_setup_true_lang-CzL9_qtq.js +60 -0
  24. package/dist/BuiAvatarFallback.vue_vue_type_script_setup_true_lang-jxz_saON.js +65 -0
  25. package/dist/BuiAvatarImage.vue_vue_type_script_setup_true_lang-CzKZeFgo.js +95 -0
  26. package/dist/BuiCard.vue_vue_type_script_setup_true_lang-G5gw92_E.js +24 -0
  27. package/dist/BuiCardContent.vue_vue_type_script_setup_true_lang-Bduq13_Y.js +22 -0
  28. package/dist/BuiCardDescription.vue_vue_type_script_setup_true_lang-QL1qVCTG.js +22 -0
  29. package/dist/BuiCardFooter.vue_vue_type_script_setup_true_lang-BIxgRWEQ.js +22 -0
  30. package/dist/BuiCardHeader.vue_vue_type_script_setup_true_lang-BHOflRIn.js +22 -0
  31. package/dist/BuiCardTitle.vue_vue_type_script_setup_true_lang-CegtBD12.js +22 -0
  32. package/dist/BuiCheckbox.vue_vue_type_script_setup_true_lang-Dou42Vk7.js +244 -0
  33. package/dist/BuiCollapsible.vue_vue_type_script_setup_true_lang-CjrKhGhu.js +27 -0
  34. package/dist/BuiCollapsibleContent.vue_vue_type_script_setup_true_lang-CfvrzIh8.js +22 -0
  35. package/dist/BuiCollapsibleTrigger.vue_vue_type_script_setup_true_lang-BIbfcJCV.js +21 -0
  36. package/dist/BuiCommand.vue_vue_type_script_setup_true_lang-C9t6KZHd.js +47 -0
  37. package/dist/BuiCommandDialog.vue_vue_type_script_setup_true_lang-BtyMqpd2.js +37 -0
  38. package/dist/BuiCommandEmpty.vue_vue_type_script_setup_true_lang-C9kuC-R8.js +45 -0
  39. package/dist/BuiCommandGroup.vue_vue_type_script_setup_true_lang-03YpNr6K.js +67 -0
  40. package/dist/BuiCommandInput.vue_vue_type_script_setup_true_lang-pTNZk09S.js +221 -0
  41. package/dist/BuiCommandItem.vue_vue_type_script_setup_true_lang-ClI0K_P_.js +167 -0
  42. package/dist/BuiCommandList.vue_vue_type_script_setup_true_lang-D1GTM_xk.js +391 -0
  43. package/dist/BuiCommandNewItem.vue_vue_type_script_setup_true_lang-D86u3DZr.js +34 -0
  44. package/dist/BuiCommandSeparator.vue_vue_type_script_setup_true_lang-wP8_ZP4Z.js +45 -0
  45. package/dist/BuiCommandShortcut.vue_vue_type_script_setup_true_lang-sG1r1uvP.js +15 -0
  46. package/dist/BuiContextMenu.vue_vue_type_script_setup_true_lang-CGtCNQsI.js +24 -0
  47. package/dist/BuiContextMenuCheckboxItem.vue_vue_type_script_setup_true_lang-B29N0Ruh.js +82 -0
  48. package/dist/BuiContextMenuContent.vue_vue_type_script_setup_true_lang-DL_M24yI.js +163 -0
  49. package/dist/BuiContextMenuGroup.vue_vue_type_script_setup_true_lang-CoKFA6Lt.js +42 -0
  50. package/dist/BuiContextMenuItem.vue_vue_type_script_setup_true_lang-B_5hk25d.js +69 -0
  51. package/dist/BuiContextMenuLabel.vue_vue_type_script_setup_true_lang-B1A_ur9H.js +47 -0
  52. package/dist/BuiContextMenuRadioGroup.vue_vue_type_script_setup_true_lang-ClPEr-9p.js +54 -0
  53. package/dist/BuiContextMenuRadioItem.vue_vue_type_script_setup_true_lang-B_QDH93H.js +83 -0
  54. package/dist/BuiContextMenuSeparator.vue_vue_type_script_setup_true_lang-BcxDg2BX.js +40 -0
  55. package/dist/BuiContextMenuShortcut.vue_vue_type_script_setup_true_lang-kj5A-Wd9.js +15 -0
  56. package/dist/BuiContextMenuSub.vue_vue_type_script_setup_true_lang-DRJbpWh7.js +55 -0
  57. package/dist/BuiContextMenuSubContent.vue_vue_type_script_setup_true_lang-BIHMmzb5.js +151 -0
  58. package/dist/BuiContextMenuSubTrigger.vue_vue_type_script_setup_true_lang-DbB8H94x.js +65 -0
  59. package/dist/BuiContextMenuTrigger.vue_vue_type_script_setup_true_lang-hfu_w_27.js +110 -0
  60. package/dist/BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-D773bU4z.js +1340 -0
  61. package/dist/BuiDialog.vue_vue_type_script_setup_true_lang-DjZghwG-.js +24 -0
  62. package/dist/BuiDialogClose.vue_vue_type_script_setup_true_lang-B_z2LXAR.js +21 -0
  63. package/dist/BuiDialogContent.vue_vue_type_script_setup_true_lang-CCfPUGLe.js +49 -0
  64. package/dist/BuiDialogDescription.vue_vue_type_script_setup_true_lang-ky8ablqV.js +25 -0
  65. package/dist/BuiDialogFooter.vue_vue_type_script_setup_true_lang-CKgQ_fNI.js +24 -0
  66. package/dist/BuiDialogHeader.vue_vue_type_script_setup_true_lang-ti0pnQoP.js +19 -0
  67. package/dist/BuiDialogTitle.vue_vue_type_script_setup_true_lang-BpWuDai-.js +25 -0
  68. package/dist/BuiDialogTrigger.vue_vue_type_script_setup_true_lang-BJ-dyyw5.js +21 -0
  69. package/dist/BuiDropdownMenu.vue_vue_type_script_setup_true_lang-XKtJ9ebc.js +25 -0
  70. package/dist/BuiDropdownMenuCheckboxItem.vue_vue_type_script_setup_true_lang-C38joVma.js +80 -0
  71. package/dist/BuiDropdownMenuContent.vue_vue_type_script_setup_true_lang-CLG9EUSR.js +214 -0
  72. package/dist/BuiDropdownMenuGroup.vue_vue_type_script_setup_true_lang-CXbptHUK.js +42 -0
  73. package/dist/BuiDropdownMenuItem.vue_vue_type_script_setup_true_lang-BVeRJ5Lm.js +68 -0
  74. package/dist/BuiDropdownMenuLabel.vue_vue_type_script_setup_true_lang-jQJxat90.js +47 -0
  75. package/dist/BuiDropdownMenuRadioGroup.vue_vue_type_script_setup_true_lang-Q5tAGRSA.js +55 -0
  76. package/dist/BuiDropdownMenuRadioItem.vue_vue_type_script_setup_true_lang-Dj9HJln9.js +78 -0
  77. package/dist/BuiDropdownMenuSeparator.vue_vue_type_script_setup_true_lang-C1pX60RS.js +37 -0
  78. package/dist/BuiDropdownMenuShortcut.vue_vue_type_script_setup_true_lang-THMNQLTb.js +15 -0
  79. package/dist/BuiDropdownMenuSub.vue_vue_type_script_setup_true_lang-BKPAiEay.js +53 -0
  80. package/dist/BuiDropdownMenuSubContent.vue_vue_type_script_setup_true_lang-BAWLIxOQ.js +150 -0
  81. package/dist/BuiDropdownMenuSubTrigger.vue_vue_type_script_setup_true_lang-DpRXTW6w.js +63 -0
  82. package/dist/BuiDropdownMenuTrigger.vue_vue_type_script_setup_true_lang-B-AVJzKT.js +92 -0
  83. package/dist/BuiHoverCard.vue_vue_type_script_setup_true_lang-dyFXbZax.js +24 -0
  84. package/dist/BuiHoverCardContent.vue_vue_type_script_setup_true_lang-Cn3GL2Ht.js +335 -0
  85. package/dist/BuiHoverCardTrigger.vue_vue_type_script_setup_true_lang-oW_qfx8F.js +77 -0
  86. package/dist/BuiLabel.vue_vue_type_script_setup_true_lang-aH1riW93.js +25 -0
  87. package/dist/BuiPaginationCommon.vue_vue_type_script_setup_true_lang-BmHKj-mX.js +172 -0
  88. package/dist/BuiPaginationEllipsis.vue_vue_type_script_setup_true_lang-B8gA9YF7.js +59 -0
  89. package/dist/BuiPaginationFirst.vue_vue_type_script_setup_true_lang-D9fQ7GgI.js +72 -0
  90. package/dist/BuiPaginationLast.vue_vue_type_script_setup_true_lang-CdZ1DLOE.js +72 -0
  91. package/dist/BuiPaginationNext.vue_vue_type_script_setup_true_lang-C4s8P6OX.js +64 -0
  92. package/dist/BuiPaginationPrev.vue_vue_type_script_setup_true_lang-ZV5pyiwB.js +64 -0
  93. package/dist/BuiPopover.vue_vue_type_script_setup_true_lang-C21Z50mT.js +24 -0
  94. package/dist/BuiPopoverContent.vue_vue_type_script_setup_true_lang-D2HrsdcJ.js +568 -0
  95. package/dist/BuiPopoverTrigger.vue_vue_type_script_setup_true_lang-DRd7CSVn.js +71 -0
  96. package/dist/BuiRadioGroup.vue_vue_type_script_setup_true_lang-C0S39HCk.js +37 -0
  97. package/dist/BuiRadioGroupItem.vue_vue_type_script_setup_true_lang-B4-euvSx.js +294 -0
  98. package/dist/BuiScrollArea.vue_vue_type_script_setup_true_lang-miMST-A8.js +141 -0
  99. package/dist/BuiScrollBar.vue_vue_type_script_setup_true_lang-B3j42w_b.js +620 -0
  100. package/dist/BuiSelect.vue_vue_type_script_setup_true_lang-7nuIk5zm.js +35 -0
  101. package/dist/BuiSelectContent.vue_vue_type_script_setup_true_lang-C5jkSDWv.js +301 -0
  102. package/dist/BuiSelectGroup.vue_vue_type_script_setup_true_lang-SvmhhRm4.js +25 -0
  103. package/dist/BuiSelectItem.vue_vue_type_script_setup_true_lang-BWwndLfo.js +70 -0
  104. package/dist/BuiSelectItemText.vue_vue_type_script_setup_true_lang-Dre4JPTC.js +21 -0
  105. package/dist/BuiSelectLabel.vue_vue_type_script_setup_true_lang-DzpZp0zv.js +52 -0
  106. package/dist/BuiSelectSeparator.vue_vue_type_script_setup_true_lang-DPkKme6-.js +40 -0
  107. package/dist/BuiSelectTrigger.vue_vue_type_script_setup_true_lang-BDl_H1RT.js +162 -0
  108. package/dist/BuiSelectValue.vue_vue_type_script_setup_true_lang-C3SieHyq.js +71 -0
  109. package/dist/BuiSeparator.vue_vue_type_script_setup_true_lang-CPQEQcdy.js +26 -0
  110. package/dist/BuiSheet.vue_vue_type_script_setup_true_lang-DSP_MUF-.js +24 -0
  111. package/dist/BuiSheetClose.vue_vue_type_script_setup_true_lang-C2SoYflq.js +21 -0
  112. package/dist/BuiSheetDescription.vue_vue_type_script_setup_true_lang-CX0D6ei7.js +28 -0
  113. package/dist/BuiSheetFooter.vue_vue_type_script_setup_true_lang-Bu6nIFer.js +19 -0
  114. package/dist/BuiSheetHeader.vue_vue_type_script_setup_true_lang-BaW1v4MY.js +19 -0
  115. package/dist/BuiSheetTitle.vue_vue_type_script_setup_true_lang-DdO6pkNU.js +28 -0
  116. package/dist/BuiSheetTrigger.vue_vue_type_script_setup_true_lang-CKLYe-0o.js +21 -0
  117. package/dist/BuiSlider.vue_vue_type_script_setup_true_lang-CwWWg-YR.js +629 -0
  118. package/dist/BuiStepper.vue_vue_type_script_setup_true_lang-BK8shmbx.js +35 -0
  119. package/dist/BuiStepperDescription.vue_vue_type_script_setup_true_lang-BLYnrGXi.js +54 -0
  120. package/dist/BuiStepperIndicator.vue_vue_type_script_setup_true_lang-UHpLeLHD.js +60 -0
  121. package/dist/BuiStepperItem.vue_vue_type_script_setup_true_lang-DgLQ_dOu.js +32 -0
  122. package/dist/BuiStepperSeparator.vue_vue_type_script_setup_true_lang-mGXtOyN_.js +68 -0
  123. package/dist/BuiStepperTitle.vue_vue_type_script_setup_true_lang-DaiclCaJ.js +52 -0
  124. package/dist/BuiStepperTrigger.vue_vue_type_script_setup_true_lang-CFkP8dRM.js +121 -0
  125. package/dist/BuiSwitch.vue_vue_type_script_setup_true_lang-DjcLgXGh.js +186 -0
  126. package/dist/BuiTable.vue_vue_type_script_setup_true_lang-TmQWdrcP.js +28 -0
  127. package/dist/BuiTableBody.vue_vue_type_script_setup_true_lang-Px00iYCK.js +19 -0
  128. package/dist/BuiTableCaption.vue_vue_type_script_setup_true_lang-CFuiQU2a.js +19 -0
  129. package/dist/BuiTableCell.vue_vue_type_script_setup_true_lang-CKoEGoFg.js +24 -0
  130. package/dist/BuiTableEmpty.vue_vue_type_script_setup_true_lang-CtV7Xvx3.js +33 -0
  131. package/dist/BuiTableFooter.vue_vue_type_script_setup_true_lang-DKrPWcAK.js +24 -0
  132. package/dist/BuiTableHead.vue_vue_type_script_setup_true_lang-DZmCKU6-.js +62 -0
  133. package/dist/BuiTableHeader.vue_vue_type_script_setup_true_lang-QrYFzMe6.js +30 -0
  134. package/dist/BuiTableRow.vue_vue_type_script_setup_true_lang-DVZltB3S.js +49 -0
  135. package/dist/BuiTabs.vue_vue_type_script_setup_true_lang--Pf-gBbc.js +29 -0
  136. package/dist/BuiTabsContent.vue_vue_type_script_setup_true_lang-Dkt7IoDQ.js +100 -0
  137. package/dist/BuiToastAction.vue_vue_type_script_setup_true_lang-D_VSjMYs.js +66 -0
  138. package/dist/BuiToastClose.vue_vue_type_script_setup_true_lang-ClEb_oEW.js +27 -0
  139. package/dist/BuiToastDescription.vue_vue_type_script_setup_true_lang-DSjJhbb8.js +46 -0
  140. package/dist/BuiToastProvider.vue_vue_type_script_setup_true_lang-CAVNVtui.js +23 -0
  141. package/dist/BuiToastTitle.vue_vue_type_script_setup_true_lang-DSRRavBx.js +46 -0
  142. package/dist/BuiToastViewport.vue_vue_type_script_setup_true_lang-Ri_enqSY.js +190 -0
  143. package/dist/BuiToggleGroup.vue_vue_type_script_setup_true_lang-BM9bG9WW.js +47 -0
  144. package/dist/BuiToggleGroupItem.vue_vue_type_script_setup_true_lang-C90gihY4.js +85 -0
  145. package/dist/BuiTooltip.vue_vue_type_script_setup_true_lang-Duhk5Jaw.js +28 -0
  146. package/dist/BuiTooltipContent.vue_vue_type_script_setup_true_lang-DIJkMNh3.js +367 -0
  147. package/dist/BuiTooltipProvider.vue_vue_type_script_setup_true_lang-BY5-KZjW.js +25 -0
  148. package/dist/BuiTooltipTrigger.vue_vue_type_script_setup_true_lang-Dp1PEIOt.js +105 -0
  149. package/dist/CollapsibleContent-F0USgHKS.js +86 -0
  150. package/dist/CollapsibleRoot-CLDFGzrs.js +71 -0
  151. package/dist/CollapsibleTrigger-4rOpqklu.js +50 -0
  152. package/dist/Collection-BdNht7lW.js +59 -0
  153. package/dist/ComboboxGroup-vuIV8-7o.js +65 -0
  154. package/dist/ComboboxRoot-HZ6OtAWp.js +504 -0
  155. package/dist/ConfigProvider-CgddT6yM.js +6 -0
  156. package/dist/ContextMenuItemIndicator-5GGgDG8G.js +30 -0
  157. package/dist/ContextMenuPortal-DgDV9lOk.js +33 -0
  158. package/dist/ContextMenuRoot-DZqHpWWe.js +60 -0
  159. package/dist/DialogClose-kPF4E-oJ.js +33 -0
  160. package/dist/DialogContent-CreFOpud.js +275 -0
  161. package/dist/DialogDescription-BdRw7bcG.js +30 -0
  162. package/dist/DialogOverlay--u1KsA_E.js +71 -0
  163. package/dist/DialogPortal-BfOiLQda.js +33 -0
  164. package/dist/DialogRoot-B3mgFt-z.js +57 -0
  165. package/dist/DialogTitle-CNH2FdyD.js +28 -0
  166. package/dist/DialogTrigger-D1uKojHX.js +45 -0
  167. package/dist/DismissableLayer-D-BrGAhy.js +139 -0
  168. package/dist/DropdownMenuItemIndicator-BpWlv3m2.js +30 -0
  169. package/dist/DropdownMenuRoot-DlIuT9Xm.js +69 -0
  170. package/dist/FocusScope-BFNq3YRS.js +128 -0
  171. package/dist/HoverCardRoot-CPk66QVl.js +69 -0
  172. package/dist/MenuAnchor-dV0D-a96.js +29 -0
  173. package/dist/MenuCheckboxItem-BFwvgGVw.js +48 -0
  174. package/dist/MenuContent-DYk9Ejo9.js +339 -0
  175. package/dist/MenuContentImpl-CQ8XzU5D.js +268 -0
  176. package/dist/MenuGroup-BaJUttO_.js +25 -0
  177. package/dist/MenuItem-DFQ3D5oo.js +61 -0
  178. package/dist/MenuItemImpl-CjDqFohr.js +71 -0
  179. package/dist/MenuItemIndicator-B4RFFgYI.js +46 -0
  180. package/dist/MenuLabel-B1h6hS-l.js +26 -0
  181. package/dist/MenuPortal-DsHPAyh2.js +33 -0
  182. package/dist/MenuRadioGroup-C7cLGz6Y.js +40 -0
  183. package/dist/MenuRadioItem-p5WQd19S.js +47 -0
  184. package/dist/MenuRoot-CdzVPId7.js +71 -0
  185. package/dist/MenuSeparator-CKBAZoB_.js +28 -0
  186. package/dist/MenuSub-D6_VBE2f.js +47 -0
  187. package/dist/MenuSubContent-DIPve2b2.js +141 -0
  188. package/dist/MenuSubTrigger-D_YDy3kI.js +114 -0
  189. package/dist/PaginationListItem-BXmEm4o3.js +48 -0
  190. package/dist/PaginationRoot-Xehp56La.js +84 -0
  191. package/dist/PopoverRoot-DAO21DS4.js +56 -0
  192. package/dist/PopperAnchor-N-AIC3oX.js +37 -0
  193. package/dist/PopperContent-CO4aQ0ir.js +1477 -0
  194. package/dist/PopperRoot-BuFUaWT1.js +18 -0
  195. package/dist/Presence-BadhDRMZ.js +107 -0
  196. package/dist/Primitive-EBuBc72_.js +27 -0
  197. package/dist/RadioGroupRoot-CzUSJjjD.js +123 -0
  198. package/dist/RovingFocusGroup-DSM8khMG.js +121 -0
  199. package/dist/RovingFocusItem-BC6Mg6Db.js +94 -0
  200. package/dist/SelectGroup-Cor2llfd.js +29 -0
  201. package/dist/SelectItemAlignedPosition-BpmJGm_f.js +438 -0
  202. package/dist/SelectItemText-CMZmUqop.js +151 -0
  203. package/dist/SelectRoot-D3VPOQCr.js +232 -0
  204. package/dist/Separator-C7hyfmde.js +77 -0
  205. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-CdYEU8Gk.js +17 -0
  206. package/dist/Slot-Dq7aellU.js +26 -0
  207. package/dist/StepperItem-D0pPTzc7.js +69 -0
  208. package/dist/StepperRoot-DTKGD-ar.js +138 -0
  209. package/dist/TabsRoot-DRZwjqPh.js +86 -0
  210. package/dist/Teleport-BzVCbZcz.js +40 -0
  211. package/dist/ToastClose-B0fnVCIU.js +232 -0
  212. package/dist/ToastProvider-DelRUfnh.js +62 -0
  213. package/dist/ToggleGroupRoot-D0J8tib1.js +113 -0
  214. package/dist/TooltipProvider-CINEMA56.js +65 -0
  215. package/dist/TooltipRoot-BjG88hUm.js +100 -0
  216. package/dist/VisuallyHidden-CGVCwfWu.js +55 -0
  217. package/dist/VisuallyHiddenInput-BUnpp8eT.js +114 -0
  218. package/dist/check-D8Xwea81.js +11 -0
  219. package/dist/chevron-down-DkE5OWOj.js +13 -0
  220. package/dist/chevron-left-CUDX_zEV.js +13 -0
  221. package/dist/chevron-right-BLqSTd4Q.js +13 -0
  222. package/dist/circle-CcZTYfrk.js +13 -0
  223. package/dist/clamp-CH0CcKBe.js +6 -0
  224. package/dist/colorUtils-BgA4kYw8.js +1189 -0
  225. package/dist/components/accordion/BuiAccordion.js +4 -0
  226. package/dist/components/accordion/BuiAccordion.vue.d.ts +23 -0
  227. package/dist/components/accordion/BuiAccordionContent.js +4 -0
  228. package/dist/components/accordion/BuiAccordionContent.vue.d.ts +21 -0
  229. package/dist/components/accordion/BuiAccordionItem.js +4 -0
  230. package/dist/components/accordion/BuiAccordionItem.vue.d.ts +21 -0
  231. package/dist/components/accordion/BuiAccordionTrigger.js +4 -0
  232. package/dist/components/accordion/BuiAccordionTrigger.vue.d.ts +23 -0
  233. package/dist/components/accordion/BuiAdvancedAccordionTrigger.js +4 -0
  234. package/dist/components/accordion/BuiAdvancedAccordionTrigger.vue.d.ts +29 -0
  235. package/dist/components/accordion/index.js +12 -0
  236. package/dist/components/alert/BuiAlert.vue.d.ts +24 -0
  237. package/dist/components/alert/BuiAlertDescription.js +4 -0
  238. package/dist/components/alert/BuiAlertDescription.vue.d.ts +21 -0
  239. package/dist/components/alert/BuiAlertTitle.js +4 -0
  240. package/dist/components/alert/BuiAlertTitle.vue.d.ts +17 -0
  241. package/dist/components/alert/index.js +48 -0
  242. package/dist/components/alert-dialog/BuiAlertDialog.js +4 -0
  243. package/dist/components/alert-dialog/BuiAlertDialog.vue.d.ts +22 -0
  244. package/dist/components/alert-dialog/BuiAlertDialogAction.js +4 -0
  245. package/dist/components/alert-dialog/BuiAlertDialogAction.vue.d.ts +18 -0
  246. package/dist/components/alert-dialog/BuiAlertDialogCancel.js +4 -0
  247. package/dist/components/alert-dialog/BuiAlertDialogCancel.vue.d.ts +18 -0
  248. package/dist/components/alert-dialog/BuiAlertDialogContent.js +4 -0
  249. package/dist/components/alert-dialog/BuiAlertDialogContent.vue.d.ts +35 -0
  250. package/dist/components/alert-dialog/BuiAlertDialogDescription.js +4 -0
  251. package/dist/components/alert-dialog/BuiAlertDialogDescription.vue.d.ts +21 -0
  252. package/dist/components/alert-dialog/BuiAlertDialogFooter.js +4 -0
  253. package/dist/components/alert-dialog/BuiAlertDialogFooter.vue.d.ts +29 -0
  254. package/dist/components/alert-dialog/BuiAlertDialogHeader.js +4 -0
  255. package/dist/components/alert-dialog/BuiAlertDialogHeader.vue.d.ts +29 -0
  256. package/dist/components/alert-dialog/BuiAlertDialogTitle.js +4 -0
  257. package/dist/components/alert-dialog/BuiAlertDialogTitle.vue.d.ts +21 -0
  258. package/dist/components/alert-dialog/BuiAlertDialogTrigger.js +4 -0
  259. package/dist/components/alert-dialog/BuiAlertDialogTrigger.vue.d.ts +18 -0
  260. package/dist/components/alert-dialog/index.js +20 -0
  261. package/dist/components/aspect-ratio/BuiAspectRatio.js +4 -0
  262. package/dist/components/aspect-ratio/BuiAspectRatio.vue.d.ts +18 -0
  263. package/dist/components/aspect-ratio/index.js +4 -0
  264. package/dist/components/avatar/BuiAvatar.vue.d.ts +26 -0
  265. package/dist/components/avatar/BuiAvatarFallback.js +4 -0
  266. package/dist/components/avatar/BuiAvatarFallback.vue.d.ts +18 -0
  267. package/dist/components/avatar/BuiAvatarImage.js +4 -0
  268. package/dist/components/avatar/BuiAvatarImage.vue.d.ts +3 -0
  269. package/dist/components/avatar/index.js +45 -0
  270. package/dist/components/badge/BuiBadge.vue.d.ts +31 -0
  271. package/dist/components/badge/index.js +49 -0
  272. package/dist/components/button/BuiButton.js +4 -0
  273. package/dist/components/button/BuiButton.vue.d.ts +32 -0
  274. package/dist/components/button/index.d.ts +5 -0
  275. package/dist/components/button/index.js +5 -0
  276. package/dist/components/calendar/BuiCalendar.js +4 -0
  277. package/dist/components/calendar/BuiCalendar.vue.d.ts +39 -0
  278. package/dist/components/calendar/index.js +6756 -0
  279. package/dist/components/card/BuiCard.js +4 -0
  280. package/dist/components/card/BuiCard.vue.d.ts +29 -0
  281. package/dist/components/card/BuiCardContent.js +4 -0
  282. package/dist/components/card/BuiCardContent.vue.d.ts +29 -0
  283. package/dist/components/card/BuiCardDescription.js +4 -0
  284. package/dist/components/card/BuiCardDescription.vue.d.ts +29 -0
  285. package/dist/components/card/BuiCardFooter.js +4 -0
  286. package/dist/components/card/BuiCardFooter.vue.d.ts +29 -0
  287. package/dist/components/card/BuiCardHeader.js +4 -0
  288. package/dist/components/card/BuiCardHeader.vue.d.ts +29 -0
  289. package/dist/components/card/BuiCardTitle.js +4 -0
  290. package/dist/components/card/BuiCardTitle.vue.d.ts +29 -0
  291. package/dist/components/card/index.js +14 -0
  292. package/dist/components/checkbox/BuiCheckbox.js +4 -0
  293. package/dist/components/checkbox/BuiCheckbox.vue.d.ts +7 -0
  294. package/dist/components/checkbox/index.js +4 -0
  295. package/dist/components/collapsible/BuiCollapsible.js +4 -0
  296. package/dist/components/collapsible/BuiCollapsible.vue.d.ts +24 -0
  297. package/dist/components/collapsible/BuiCollapsibleContent.js +4 -0
  298. package/dist/components/collapsible/BuiCollapsibleContent.vue.d.ts +18 -0
  299. package/dist/components/collapsible/BuiCollapsibleTrigger.js +4 -0
  300. package/dist/components/collapsible/BuiCollapsibleTrigger.vue.d.ts +18 -0
  301. package/dist/components/collapsible/index.js +8 -0
  302. package/dist/components/color-picker/BuiColorPicker.vue.d.ts +32 -0
  303. package/dist/components/color-picker/index.js +201 -0
  304. package/dist/components/command/BuiCommand.js +4 -0
  305. package/dist/components/command/BuiCommand.vue.d.ts +33 -0
  306. package/dist/components/command/BuiCommandDialog.js +4 -0
  307. package/dist/components/command/BuiCommandDialog.vue.d.ts +22 -0
  308. package/dist/components/command/BuiCommandEmpty.js +4 -0
  309. package/dist/components/command/BuiCommandEmpty.vue.d.ts +18 -0
  310. package/dist/components/command/BuiCommandGroup.js +4 -0
  311. package/dist/components/command/BuiCommandGroup.vue.d.ts +21 -0
  312. package/dist/components/command/BuiCommandInput.js +4 -0
  313. package/dist/components/command/BuiCommandInput.vue.d.ts +3 -0
  314. package/dist/components/command/BuiCommandItem.js +4 -0
  315. package/dist/components/command/BuiCommandItem.vue.d.ts +23 -0
  316. package/dist/components/command/BuiCommandList.js +4 -0
  317. package/dist/components/command/BuiCommandList.vue.d.ts +28 -0
  318. package/dist/components/command/BuiCommandNewItem.js +4 -0
  319. package/dist/components/command/BuiCommandNewItem.vue.d.ts +21 -0
  320. package/dist/components/command/BuiCommandSeparator.js +4 -0
  321. package/dist/components/command/BuiCommandSeparator.vue.d.ts +18 -0
  322. package/dist/components/command/BuiCommandShortcut.js +4 -0
  323. package/dist/components/command/BuiCommandShortcut.vue.d.ts +17 -0
  324. package/dist/components/command/index.js +22 -0
  325. package/dist/components/context-menu/BuiContextMenu.js +4 -0
  326. package/dist/components/context-menu/BuiContextMenu.vue.d.ts +22 -0
  327. package/dist/components/context-menu/BuiContextMenuCheckboxItem.js +4 -0
  328. package/dist/components/context-menu/BuiContextMenuCheckboxItem.vue.d.ts +27 -0
  329. package/dist/components/context-menu/BuiContextMenuContent.js +4 -0
  330. package/dist/components/context-menu/BuiContextMenuContent.vue.d.ts +33 -0
  331. package/dist/components/context-menu/BuiContextMenuGroup.js +4 -0
  332. package/dist/components/context-menu/BuiContextMenuGroup.vue.d.ts +18 -0
  333. package/dist/components/context-menu/BuiContextMenuItem.js +4 -0
  334. package/dist/components/context-menu/BuiContextMenuItem.vue.d.ts +26 -0
  335. package/dist/components/context-menu/BuiContextMenuLabel.js +4 -0
  336. package/dist/components/context-menu/BuiContextMenuLabel.vue.d.ts +22 -0
  337. package/dist/components/context-menu/BuiContextMenuPortal.js +23 -0
  338. package/dist/components/context-menu/BuiContextMenuRadioGroup.js +4 -0
  339. package/dist/components/context-menu/BuiContextMenuRadioGroup.vue.d.ts +22 -0
  340. package/dist/components/context-menu/BuiContextMenuRadioItem.js +4 -0
  341. package/dist/components/context-menu/BuiContextMenuRadioItem.vue.d.ts +25 -0
  342. package/dist/components/context-menu/BuiContextMenuSeparator.js +4 -0
  343. package/dist/components/context-menu/BuiContextMenuSeparator.vue.d.ts +3 -0
  344. package/dist/components/context-menu/BuiContextMenuShortcut.js +4 -0
  345. package/dist/components/context-menu/BuiContextMenuShortcut.vue.d.ts +17 -0
  346. package/dist/components/context-menu/BuiContextMenuSub.js +4 -0
  347. package/dist/components/context-menu/BuiContextMenuSub.vue.d.ts +22 -0
  348. package/dist/components/context-menu/BuiContextMenuSubContent.js +4 -0
  349. package/dist/components/context-menu/BuiContextMenuSubContent.vue.d.ts +37 -0
  350. package/dist/components/context-menu/BuiContextMenuSubTrigger.js +4 -0
  351. package/dist/components/context-menu/BuiContextMenuSubTrigger.vue.d.ts +22 -0
  352. package/dist/components/context-menu/BuiContextMenuTrigger.js +4 -0
  353. package/dist/components/context-menu/BuiContextMenuTrigger.vue.d.ts +18 -0
  354. package/dist/components/context-menu/index.js +30 -0
  355. package/dist/components/dialog/BuiDialog.js +4 -0
  356. package/dist/components/dialog/BuiDialog.vue.d.ts +22 -0
  357. package/dist/components/dialog/BuiDialogClose.js +4 -0
  358. package/dist/components/dialog/BuiDialogClose.vue.d.ts +18 -0
  359. package/dist/components/dialog/BuiDialogContent.js +4 -0
  360. package/dist/components/dialog/BuiDialogContent.vue.d.ts +35 -0
  361. package/dist/components/dialog/BuiDialogDescription.js +4 -0
  362. package/dist/components/dialog/BuiDialogDescription.vue.d.ts +21 -0
  363. package/dist/components/dialog/BuiDialogFooter.js +4 -0
  364. package/dist/components/dialog/BuiDialogFooter.vue.d.ts +20 -0
  365. package/dist/components/dialog/BuiDialogHeader.js +4 -0
  366. package/dist/components/dialog/BuiDialogHeader.vue.d.ts +20 -0
  367. package/dist/components/dialog/BuiDialogTitle.js +4 -0
  368. package/dist/components/dialog/BuiDialogTitle.vue.d.ts +21 -0
  369. package/dist/components/dialog/BuiDialogTrigger.js +4 -0
  370. package/dist/components/dialog/BuiDialogTrigger.vue.d.ts +18 -0
  371. package/dist/components/dialog/index.js +18 -0
  372. package/dist/components/dropdown-menu/BuiDropdownMenu.js +4 -0
  373. package/dist/components/dropdown-menu/BuiDropdownMenu.vue.d.ts +22 -0
  374. package/dist/components/dropdown-menu/BuiDropdownMenuCheckboxItem.js +4 -0
  375. package/dist/components/dropdown-menu/BuiDropdownMenuCheckboxItem.vue.d.ts +27 -0
  376. package/dist/components/dropdown-menu/BuiDropdownMenuContent.js +4 -0
  377. package/dist/components/dropdown-menu/BuiDropdownMenuContent.vue.d.ts +35 -0
  378. package/dist/components/dropdown-menu/BuiDropdownMenuGroup.js +4 -0
  379. package/dist/components/dropdown-menu/BuiDropdownMenuGroup.vue.d.ts +18 -0
  380. package/dist/components/dropdown-menu/BuiDropdownMenuItem.js +4 -0
  381. package/dist/components/dropdown-menu/BuiDropdownMenuItem.vue.d.ts +22 -0
  382. package/dist/components/dropdown-menu/BuiDropdownMenuLabel.js +4 -0
  383. package/dist/components/dropdown-menu/BuiDropdownMenuLabel.vue.d.ts +22 -0
  384. package/dist/components/dropdown-menu/BuiDropdownMenuRadioGroup.js +4 -0
  385. package/dist/components/dropdown-menu/BuiDropdownMenuRadioGroup.vue.d.ts +22 -0
  386. package/dist/components/dropdown-menu/BuiDropdownMenuRadioItem.js +4 -0
  387. package/dist/components/dropdown-menu/BuiDropdownMenuRadioItem.vue.d.ts +25 -0
  388. package/dist/components/dropdown-menu/BuiDropdownMenuSeparator.js +4 -0
  389. package/dist/components/dropdown-menu/BuiDropdownMenuSeparator.vue.d.ts +3 -0
  390. package/dist/components/dropdown-menu/BuiDropdownMenuShortcut.js +4 -0
  391. package/dist/components/dropdown-menu/BuiDropdownMenuShortcut.vue.d.ts +17 -0
  392. package/dist/components/dropdown-menu/BuiDropdownMenuSub.js +4 -0
  393. package/dist/components/dropdown-menu/BuiDropdownMenuSub.vue.d.ts +22 -0
  394. package/dist/components/dropdown-menu/BuiDropdownMenuSubContent.js +4 -0
  395. package/dist/components/dropdown-menu/BuiDropdownMenuSubContent.vue.d.ts +34 -0
  396. package/dist/components/dropdown-menu/BuiDropdownMenuSubTrigger.js +4 -0
  397. package/dist/components/dropdown-menu/BuiDropdownMenuSubTrigger.vue.d.ts +21 -0
  398. package/dist/components/dropdown-menu/BuiDropdownMenuTrigger.js +4 -0
  399. package/dist/components/dropdown-menu/BuiDropdownMenuTrigger.vue.d.ts +18 -0
  400. package/dist/components/dropdown-menu/index.d.ts +15 -0
  401. package/dist/components/dropdown-menu/index.js +31 -0
  402. package/dist/components/form/BuiFormControl.js +4 -0
  403. package/dist/components/form/BuiFormControl.vue.d.ts +17 -0
  404. package/dist/components/form/BuiFormDescription.js +4 -0
  405. package/dist/components/form/BuiFormDescription.vue.d.ts +17 -0
  406. package/dist/components/form/BuiFormItem.js +6 -0
  407. package/dist/components/form/BuiFormLabel.js +4 -0
  408. package/dist/components/form/BuiFormLabel.vue.d.ts +17 -0
  409. package/dist/components/form/BuiFormMessage.js +4 -0
  410. package/dist/components/form/index.js +16 -0
  411. package/dist/components/form/useFormField.js +6 -0
  412. package/dist/components/health/BuiHealth.vue.d.ts +23 -0
  413. package/dist/components/health/index.js +64 -0
  414. package/dist/components/hover-card/BuiHoverCard.js +4 -0
  415. package/dist/components/hover-card/BuiHoverCard.vue.d.ts +18 -0
  416. package/dist/components/hover-card/BuiHoverCardContent.js +4 -0
  417. package/dist/components/hover-card/BuiHoverCardContent.vue.d.ts +23 -0
  418. package/dist/components/hover-card/BuiHoverCardTrigger.js +4 -0
  419. package/dist/components/hover-card/BuiHoverCardTrigger.vue.d.ts +18 -0
  420. package/dist/components/hover-card/index.js +8 -0
  421. package/dist/components/input/BuiColorInput.vue.d.ts +23 -0
  422. package/dist/components/input/BuiInput.vue.d.ts +18 -0
  423. package/dist/components/input/BuiPasswordInput.vue.d.ts +5 -0
  424. package/dist/components/input/index.js +248 -0
  425. package/dist/components/label/BuiLabel.js +4 -0
  426. package/dist/components/label/BuiLabel.vue.d.ts +21 -0
  427. package/dist/components/label/index.js +4 -0
  428. package/dist/components/pagination/BuiPaginationCommon.js +4 -0
  429. package/dist/components/pagination/BuiPaginationCommon.vue.d.ts +22 -0
  430. package/dist/components/pagination/BuiPaginationEllipsis.js +4 -0
  431. package/dist/components/pagination/BuiPaginationEllipsis.vue.d.ts +18 -0
  432. package/dist/components/pagination/BuiPaginationFirst.js +4 -0
  433. package/dist/components/pagination/BuiPaginationFirst.vue.d.ts +20 -0
  434. package/dist/components/pagination/BuiPaginationLast.js +4 -0
  435. package/dist/components/pagination/BuiPaginationLast.vue.d.ts +20 -0
  436. package/dist/components/pagination/BuiPaginationNext.js +4 -0
  437. package/dist/components/pagination/BuiPaginationNext.vue.d.ts +20 -0
  438. package/dist/components/pagination/BuiPaginationPrev.js +4 -0
  439. package/dist/components/pagination/BuiPaginationPrev.vue.d.ts +20 -0
  440. package/dist/components/pagination/index.d.ts +7 -0
  441. package/dist/components/pagination/index.js +19 -0
  442. package/dist/components/popover/BuiPopover.js +4 -0
  443. package/dist/components/popover/BuiPopover.vue.d.ts +22 -0
  444. package/dist/components/popover/BuiPopoverContent.js +4 -0
  445. package/dist/components/popover/BuiPopoverContent.vue.d.ts +37 -0
  446. package/dist/components/popover/BuiPopoverTrigger.js +4 -0
  447. package/dist/components/popover/BuiPopoverTrigger.vue.d.ts +18 -0
  448. package/dist/components/popover/index.js +8 -0
  449. package/dist/components/progress/BuiProgress.vue.d.ts +17 -0
  450. package/dist/components/progress/index.js +203 -0
  451. package/dist/components/radio-group/BuiRadioGroup.js +4 -0
  452. package/dist/components/radio-group/BuiRadioGroup.vue.d.ts +25 -0
  453. package/dist/components/radio-group/BuiRadioGroupItem.js +4 -0
  454. package/dist/components/radio-group/BuiRadioGroupItem.vue.d.ts +6 -0
  455. package/dist/components/radio-group/index.js +6 -0
  456. package/dist/components/scroll-area/BuiScrollArea.js +4 -0
  457. package/dist/components/scroll-area/BuiScrollArea.vue.d.ts +22 -0
  458. package/dist/components/scroll-area/BuiScrollBar.js +4 -0
  459. package/dist/components/scroll-area/BuiScrollBar.vue.d.ts +9 -0
  460. package/dist/components/scroll-area/index.js +6 -0
  461. package/dist/components/select/BuiSelect.js +4 -0
  462. package/dist/components/select/BuiSelect.vue.d.ts +25 -0
  463. package/dist/components/select/BuiSelectContent.js +4 -0
  464. package/dist/components/select/BuiSelectContent.vue.d.ts +33 -0
  465. package/dist/components/select/BuiSelectGroup.js +4 -0
  466. package/dist/components/select/BuiSelectGroup.vue.d.ts +21 -0
  467. package/dist/components/select/BuiSelectItem.js +4 -0
  468. package/dist/components/select/BuiSelectItem.vue.d.ts +21 -0
  469. package/dist/components/select/BuiSelectItemText.js +4 -0
  470. package/dist/components/select/BuiSelectItemText.vue.d.ts +18 -0
  471. package/dist/components/select/BuiSelectLabel.js +4 -0
  472. package/dist/components/select/BuiSelectLabel.vue.d.ts +21 -0
  473. package/dist/components/select/BuiSelectSeparator.js +4 -0
  474. package/dist/components/select/BuiSelectSeparator.vue.d.ts +6 -0
  475. package/dist/components/select/BuiSelectTrigger.js +4 -0
  476. package/dist/components/select/BuiSelectTrigger.vue.d.ts +26 -0
  477. package/dist/components/select/BuiSelectValue.js +4 -0
  478. package/dist/components/select/BuiSelectValue.vue.d.ts +18 -0
  479. package/dist/components/select/index.js +20 -0
  480. package/dist/components/separator/BuiSeparator.js +4 -0
  481. package/dist/components/separator/BuiSeparator.vue.d.ts +6 -0
  482. package/dist/components/separator/index.js +4 -0
  483. package/dist/components/sheet/BuiSheet.js +4 -0
  484. package/dist/components/sheet/BuiSheet.vue.d.ts +22 -0
  485. package/dist/components/sheet/BuiSheetClose.js +4 -0
  486. package/dist/components/sheet/BuiSheetClose.vue.d.ts +18 -0
  487. package/dist/components/sheet/BuiSheetContent.vue.d.ts +38 -0
  488. package/dist/components/sheet/BuiSheetDescription.js +4 -0
  489. package/dist/components/sheet/BuiSheetDescription.vue.d.ts +22 -0
  490. package/dist/components/sheet/BuiSheetFooter.js +4 -0
  491. package/dist/components/sheet/BuiSheetFooter.vue.d.ts +21 -0
  492. package/dist/components/sheet/BuiSheetHeader.js +4 -0
  493. package/dist/components/sheet/BuiSheetHeader.vue.d.ts +21 -0
  494. package/dist/components/sheet/BuiSheetTitle.js +4 -0
  495. package/dist/components/sheet/BuiSheetTitle.vue.d.ts +22 -0
  496. package/dist/components/sheet/BuiSheetTrigger.js +4 -0
  497. package/dist/components/sheet/BuiSheetTrigger.vue.d.ts +18 -0
  498. package/dist/components/sheet/index.js +80 -0
  499. package/dist/components/skeleton/Skeleton.js +4 -0
  500. package/dist/components/skeleton/Skeleton.vue.d.ts +6 -0
  501. package/dist/components/skeleton/index.js +4 -0
  502. package/dist/components/slider/BuiSlider.js +4 -0
  503. package/dist/components/slider/BuiSlider.vue.d.ts +9 -0
  504. package/dist/components/slider/index.js +4 -0
  505. package/dist/components/stepper/BuiStepper.js +4 -0
  506. package/dist/components/stepper/BuiStepper.vue.d.ts +38 -0
  507. package/dist/components/stepper/BuiStepperDescription.js +4 -0
  508. package/dist/components/stepper/BuiStepperDescription.vue.d.ts +22 -0
  509. package/dist/components/stepper/BuiStepperIndicator.js +4 -0
  510. package/dist/components/stepper/BuiStepperIndicator.vue.d.ts +22 -0
  511. package/dist/components/stepper/BuiStepperItem.js +4 -0
  512. package/dist/components/stepper/BuiStepperItem.vue.d.ts +24 -0
  513. package/dist/components/stepper/BuiStepperSeparator.js +4 -0
  514. package/dist/components/stepper/BuiStepperSeparator.vue.d.ts +7 -0
  515. package/dist/components/stepper/BuiStepperTitle.js +4 -0
  516. package/dist/components/stepper/BuiStepperTitle.vue.d.ts +22 -0
  517. package/dist/components/stepper/BuiStepperTrigger.js +4 -0
  518. package/dist/components/stepper/BuiStepperTrigger.vue.d.ts +22 -0
  519. package/dist/components/stepper/index.js +16 -0
  520. package/dist/components/switch/BuiSwitch.js +4 -0
  521. package/dist/components/switch/BuiSwitch.vue.d.ts +10 -0
  522. package/dist/components/switch/index.js +4 -0
  523. package/dist/components/table/BuiDataTable.vue.d.ts +79 -0
  524. package/dist/components/table/BuiDataTableColumnList.js +4 -0
  525. package/dist/components/table/BuiDataTableColumnList.vue.d.ts +18 -0
  526. package/dist/components/table/BuiTable.js +4 -0
  527. package/dist/components/table/BuiTable.vue.d.ts +21 -0
  528. package/dist/components/table/BuiTableBody.js +4 -0
  529. package/dist/components/table/BuiTableBody.vue.d.ts +20 -0
  530. package/dist/components/table/BuiTableCaption.js +4 -0
  531. package/dist/components/table/BuiTableCaption.vue.d.ts +20 -0
  532. package/dist/components/table/BuiTableCell.js +4 -0
  533. package/dist/components/table/BuiTableCell.vue.d.ts +20 -0
  534. package/dist/components/table/BuiTableEmpty.js +4 -0
  535. package/dist/components/table/BuiTableEmpty.vue.d.ts +24 -0
  536. package/dist/components/table/BuiTableFooter.js +4 -0
  537. package/dist/components/table/BuiTableFooter.vue.d.ts +20 -0
  538. package/dist/components/table/BuiTableHead.js +4 -0
  539. package/dist/components/table/BuiTableHead.vue.d.ts +20 -0
  540. package/dist/components/table/BuiTableHeader.js +4 -0
  541. package/dist/components/table/BuiTableHeader.vue.d.ts +27 -0
  542. package/dist/components/table/BuiTableRow.js +4 -0
  543. package/dist/components/table/BuiTableRow.vue.d.ts +22 -0
  544. package/dist/components/table/BuiTableRowSubrow.vue.d.ts +21 -0
  545. package/dist/components/table/index.d.ts +15 -0
  546. package/dist/components/table/index.js +1137 -0
  547. package/dist/components/tabs/BuiTabs.js +4 -0
  548. package/dist/components/tabs/BuiTabs.vue.d.ts +23 -0
  549. package/dist/components/tabs/BuiTabsContent.js +4 -0
  550. package/dist/components/tabs/BuiTabsContent.vue.d.ts +21 -0
  551. package/dist/components/tabs/BuiTabsList.vue.d.ts +23 -0
  552. package/dist/components/tabs/BuiTabsTrigger.vue.d.ts +23 -0
  553. package/dist/components/tabs/index.js +202 -0
  554. package/dist/components/textarea/BuiTextarea.vue.d.ts +15 -0
  555. package/dist/components/textarea/index.js +57 -0
  556. package/dist/components/toast/BuiToast.vue.d.ts +101 -0
  557. package/dist/components/toast/BuiToastAction.js +4 -0
  558. package/dist/components/toast/BuiToastAction.vue.d.ts +21 -0
  559. package/dist/components/toast/BuiToastClose.js +4 -0
  560. package/dist/components/toast/BuiToastClose.vue.d.ts +5 -0
  561. package/dist/components/toast/BuiToastDescription.js +4 -0
  562. package/dist/components/toast/BuiToastDescription.vue.d.ts +21 -0
  563. package/dist/components/toast/BuiToastProvider.js +4 -0
  564. package/dist/components/toast/BuiToastProvider.vue.d.ts +18 -0
  565. package/dist/components/toast/BuiToastTitle.js +4 -0
  566. package/dist/components/toast/BuiToastTitle.vue.d.ts +21 -0
  567. package/dist/components/toast/BuiToastViewport.js +4 -0
  568. package/dist/components/toast/BuiToastViewport.vue.d.ts +6 -0
  569. package/dist/components/toast/index.js +214 -0
  570. package/dist/components/toggle/BuiToggle.js +4 -0
  571. package/dist/components/toggle/BuiToggle.vue.d.ts +35 -0
  572. package/dist/components/toggle/index.js +6 -0
  573. package/dist/components/toggle-group/BuiToggleGroup.js +4 -0
  574. package/dist/components/toggle-group/BuiToggleGroup.vue.d.ts +31 -0
  575. package/dist/components/toggle-group/BuiToggleGroupItem.js +4 -0
  576. package/dist/components/toggle-group/BuiToggleGroupItem.vue.d.ts +27 -0
  577. package/dist/components/toggle-group/index.js +6 -0
  578. package/dist/components/tooltip/BuiTooltip.js +4 -0
  579. package/dist/components/tooltip/BuiTooltip.vue.d.ts +22 -0
  580. package/dist/components/tooltip/BuiTooltipContent.js +4 -0
  581. package/dist/components/tooltip/BuiTooltipContent.vue.d.ts +26 -0
  582. package/dist/components/tooltip/BuiTooltipProvider.js +4 -0
  583. package/dist/components/tooltip/BuiTooltipProvider.vue.d.ts +18 -0
  584. package/dist/components/tooltip/BuiTooltipTrigger.js +4 -0
  585. package/dist/components/tooltip/BuiTooltipTrigger.vue.d.ts +18 -0
  586. package/dist/components/tooltip/index.js +10 -0
  587. package/dist/createContext-BWsUZRn1.js +12 -0
  588. package/dist/getActiveElement-BtjqRiQQ.js +9 -0
  589. package/dist/handleAndDispatchCustomEvent-Byh08EHr.js +11 -0
  590. package/dist/index-B44n84W9.js +221 -0
  591. package/dist/index-B9Nbbj8n.js +152 -0
  592. package/dist/index.d.ts +40 -42
  593. package/dist/index.js +367 -397
  594. package/dist/isValueEqualOrExist-D_m__zVA.js +8 -0
  595. package/dist/lib/colorUtils.js +1 -1
  596. package/dist/lib/useResizeColumns.d.ts +8 -10
  597. package/dist/lib/useResizeColumns.js +13 -13
  598. package/dist/lib/utils.d.ts +6 -3
  599. package/dist/lib/utils.js +1 -1
  600. package/dist/nullish-CjWwlQS3.js +6 -0
  601. package/dist/ohash.D__AXeF1-5f2AoVdz.js +97 -0
  602. package/dist/style.css +1 -1
  603. package/dist/useArrowNavigation-kN9MfIAD.js +31 -0
  604. package/dist/useBodyScrollLock-Brn5EGXN.js +93 -0
  605. package/dist/useDirection-nP8SCoKq.js +9 -0
  606. package/dist/useEmitAsProps-CNuVpXM5.js +10 -0
  607. package/dist/useFocusGuards-D4vGEZFk.js +19 -0
  608. package/dist/useFormControl-kgOmRVjW.js +8 -0
  609. package/dist/useForwardExpose-DmyWSR4F.js +35 -0
  610. package/dist/useForwardProps-COe1clk4.js +19 -0
  611. package/dist/useForwardPropsEmits-DriEAzTI.js +13 -0
  612. package/dist/useGraceArea-Bmipt2ob.js +157 -0
  613. package/dist/useHideOthers-BNc0skzo.js +62 -0
  614. package/dist/useId-D4hM1ljW.js +11 -0
  615. package/dist/useKbd-BJNupnml.js +41 -0
  616. package/dist/useNonce-DM9DidHz.js +9 -0
  617. package/dist/usePrimitiveElement-4_LoxzIz.js +12 -0
  618. package/dist/useSingleOrMultipleValue-U_UhlK9p.js +45 -0
  619. package/dist/useSize-BJjHwkIQ.js +35 -0
  620. package/dist/useTypeahead-D88ml2Rm.js +34 -0
  621. package/dist/utils-B7ZnQE1c.js +64 -0
  622. package/dist/utils-CAO6YOYw.js +39 -0
  623. package/dist/utils-DIEJYj9K.js +3108 -0
  624. package/dist/utils-owr2UsEt.js +52 -0
  625. package/dist/utils-vIhdki7M.js +12 -0
  626. package/dist/utils-yGsAMquw.js +37 -0
  627. package/dist/vite-env.d.js +1 -0
  628. package/dist/vite-env.d.ts +1 -0
  629. package/dist/x-CDyOFgEX.js +14 -0
  630. package/package.json +49 -54
  631. package/src/components/accordion/BuiAccordion.vue +17 -0
  632. package/src/components/accordion/BuiAccordionContent.vue +22 -0
  633. package/src/components/accordion/BuiAccordionItem.vue +12 -0
  634. package/src/components/accordion/BuiAccordionTrigger.vue +38 -0
  635. package/src/components/accordion/BuiAdvancedAccordionTrigger.vue +71 -0
  636. package/src/components/alert/BuiAlert.vue +27 -0
  637. package/src/components/alert-dialog/BuiAlertDialog.vue +19 -0
  638. package/src/components/alert-dialog/BuiAlertDialogAction.vue +13 -0
  639. package/src/components/alert-dialog/BuiAlertDialogCancel.vue +16 -0
  640. package/src/components/alert-dialog/BuiAlertDialogContent.vue +35 -0
  641. package/src/components/alert-dialog/BuiAlertDialogDescription.vue +15 -0
  642. package/src/components/alert-dialog/BuiAlertDialogTitle.vue +15 -0
  643. package/src/components/alert-dialog/BuiAlertDialogTrigger.vue +11 -0
  644. package/src/components/aspect-ratio/BuiAspectRatio.vue +11 -0
  645. package/src/components/avatar/BuiAvatar.vue +22 -0
  646. package/src/components/avatar/BuiAvatarFallback.vue +11 -0
  647. package/src/components/avatar/BuiAvatarImage.vue +9 -0
  648. package/src/components/badge/BuiBadge.vue +36 -0
  649. package/src/components/badge/index.ts +18 -0
  650. package/src/components/button/BuiButton.vue +37 -0
  651. package/src/components/button/index.ts +41 -0
  652. package/src/components/calendar/BuiCalendar.vue +324 -0
  653. package/src/components/card/BuiCard.vue +20 -0
  654. package/src/components/checkbox/BuiCheckbox.vue +35 -0
  655. package/src/components/collapsible/BuiCollapsible.vue +15 -0
  656. package/src/components/collapsible/BuiCollapsibleContent.vue +14 -0
  657. package/src/components/collapsible/BuiCollapsibleTrigger.vue +11 -0
  658. package/src/components/color-picker/BuiColorPicker.vue +215 -0
  659. package/src/components/command/BuiCommand.vue +26 -0
  660. package/src/components/command/BuiCommandDialog.vue +23 -0
  661. package/src/components/command/BuiCommandEmpty.vue +13 -0
  662. package/src/components/command/BuiCommandGroup.vue +23 -0
  663. package/src/components/command/BuiCommandInput.vue +29 -0
  664. package/src/components/command/BuiCommandItem.vue +25 -0
  665. package/src/components/command/BuiCommandList.vue +21 -0
  666. package/src/components/command/BuiCommandNewItem.vue +32 -0
  667. package/src/components/command/BuiCommandSeparator.vue +13 -0
  668. package/src/components/context-menu/BuiContextMenu.vue +15 -0
  669. package/src/components/context-menu/BuiContextMenuCheckboxItem.vue +35 -0
  670. package/src/components/context-menu/BuiContextMenuContent.vue +31 -0
  671. package/src/components/context-menu/BuiContextMenuGroup.vue +11 -0
  672. package/src/components/context-menu/BuiContextMenuItem.vue +27 -0
  673. package/src/components/context-menu/BuiContextMenuLabel.vue +17 -0
  674. package/src/components/context-menu/BuiContextMenuPortal.vue +11 -0
  675. package/src/components/context-menu/BuiContextMenuRadioGroup.vue +19 -0
  676. package/src/components/context-menu/BuiContextMenuRadioItem.vue +35 -0
  677. package/src/components/context-menu/BuiContextMenuSeparator.vue +13 -0
  678. package/src/components/context-menu/BuiContextMenuSub.vue +19 -0
  679. package/src/components/context-menu/BuiContextMenuSubContent.vue +28 -0
  680. package/src/components/context-menu/BuiContextMenuSubTrigger.vue +23 -0
  681. package/src/components/context-menu/BuiContextMenuTrigger.vue +11 -0
  682. package/src/components/dialog/BuiDialog.vue +19 -0
  683. package/src/components/dialog/BuiDialogClose.vue +11 -0
  684. package/src/components/dialog/BuiDialogContent.vue +44 -0
  685. package/src/components/dialog/BuiDialogDescription.vue +12 -0
  686. package/src/components/dialog/BuiDialogTitle.vue +15 -0
  687. package/src/components/dialog/BuiDialogTrigger.vue +11 -0
  688. package/src/components/dropdown-menu/BuiDropdownMenu.vue +19 -0
  689. package/src/components/dropdown-menu/BuiDropdownMenuCheckboxItem.vue +33 -0
  690. package/src/components/dropdown-menu/BuiDropdownMenuContent.vue +33 -0
  691. package/src/components/dropdown-menu/BuiDropdownMenuGroup.vue +11 -0
  692. package/src/components/dropdown-menu/BuiDropdownMenuItem.vue +21 -0
  693. package/src/components/dropdown-menu/BuiDropdownMenuLabel.vue +20 -0
  694. package/src/components/dropdown-menu/BuiDropdownMenuRadioGroup.vue +17 -0
  695. package/src/components/dropdown-menu/BuiDropdownMenuRadioItem.vue +34 -0
  696. package/src/components/dropdown-menu/BuiDropdownMenuSeparator.vue +9 -0
  697. package/src/components/dropdown-menu/BuiDropdownMenuSub.vue +19 -0
  698. package/src/components/dropdown-menu/BuiDropdownMenuSubContent.vue +28 -0
  699. package/src/components/dropdown-menu/BuiDropdownMenuSubTrigger.vue +22 -0
  700. package/src/components/dropdown-menu/BuiDropdownMenuTrigger.vue +11 -0
  701. package/src/components/dropdown-menu/index.ts +16 -0
  702. package/src/components/form/BuiFormControl.vue +16 -0
  703. package/src/components/form/BuiFormItem.vue +26 -0
  704. package/src/components/form/BuiFormLabel.vue +28 -0
  705. package/src/components/health/BuiHealth.vue +77 -0
  706. package/src/components/health/index.ts +22 -0
  707. package/src/components/hover-card/BuiHoverCard.vue +12 -0
  708. package/src/components/hover-card/BuiHoverCardContent.vue +31 -0
  709. package/src/components/hover-card/BuiHoverCardTrigger.vue +11 -0
  710. package/src/components/input/BuiBadgedInput.vue +31 -0
  711. package/src/components/input/BuiColorInput.vue +87 -0
  712. package/src/components/input/BuiInput.vue +60 -0
  713. package/src/components/input/BuiPasswordInput.vue +39 -0
  714. package/src/components/input/index.ts +22 -0
  715. package/src/components/label/BuiLabel.vue +15 -0
  716. package/src/components/pagination/BuiPaginationCommon.vue +80 -0
  717. package/src/components/pagination/BuiPaginationEllipsis.vue +25 -0
  718. package/src/components/pagination/BuiPaginationFirst.vue +20 -0
  719. package/src/components/pagination/BuiPaginationLast.vue +20 -0
  720. package/src/components/pagination/BuiPaginationNext.vue +20 -0
  721. package/src/components/pagination/BuiPaginationPrev.vue +20 -0
  722. package/src/components/pagination/index.ts +11 -0
  723. package/src/components/popover/BuiPopover.vue +15 -0
  724. package/src/components/popover/BuiPopoverContent.vue +33 -0
  725. package/src/components/popover/BuiPopoverTrigger.vue +11 -0
  726. package/src/components/progress/BuiProgress.vue +59 -0
  727. package/src/components/progress/index.ts +46 -0
  728. package/src/components/radio-group/BuiRadioGroup.vue +29 -0
  729. package/src/components/radio-group/BuiRadioGroupItem.vue +26 -0
  730. package/src/components/scroll-area/BuiScrollArea.vue +29 -0
  731. package/src/components/scroll-area/BuiScrollBar.vue +34 -0
  732. package/src/components/select/BuiSelect.vue +20 -0
  733. package/src/components/select/BuiSelectContent.vue +48 -0
  734. package/src/components/select/BuiSelectGroup.vue +12 -0
  735. package/src/components/select/BuiSelectItem.vue +29 -0
  736. package/src/components/select/BuiSelectItemText.vue +11 -0
  737. package/src/components/select/BuiSelectLabel.vue +12 -0
  738. package/src/components/select/BuiSelectSeparator.vue +10 -0
  739. package/src/components/select/BuiSelectTrigger.vue +33 -0
  740. package/src/components/select/BuiSelectValue.vue +11 -0
  741. package/src/components/separator/BuiSeparator.vue +15 -0
  742. package/src/components/sheet/BuiSheet.vue +19 -0
  743. package/src/components/sheet/BuiSheetClose.vue +11 -0
  744. package/src/components/sheet/BuiSheetContent.vue +56 -0
  745. package/src/components/sheet/BuiSheetDescription.vue +22 -0
  746. package/src/components/sheet/BuiSheetTitle.vue +22 -0
  747. package/src/components/sheet/BuiSheetTrigger.vue +11 -0
  748. package/src/components/skeleton/Skeleton.vue +14 -0
  749. package/src/components/slider/BuiSlider.vue +24 -0
  750. package/src/components/stepper/BuiStepper.vue +24 -0
  751. package/src/components/stepper/BuiStepperDescription.vue +27 -0
  752. package/src/components/stepper/BuiStepperIndicator.vue +37 -0
  753. package/src/components/stepper/BuiStepperItem.vue +27 -0
  754. package/src/components/stepper/BuiStepperSeparator.vue +33 -0
  755. package/src/components/stepper/BuiStepperTitle.vue +26 -0
  756. package/src/components/stepper/BuiStepperTrigger.vue +26 -0
  757. package/src/components/switch/BuiSwitch.vue +41 -0
  758. package/src/components/table/BuiDataTable.vue +603 -0
  759. package/src/components/table/BuiDataTableColumnList.vue +39 -0
  760. package/src/components/table/BuiTable.vue +16 -0
  761. package/src/components/table/BuiTableEmpty.vue +28 -0
  762. package/src/components/table/BuiTableFooter.vue +18 -0
  763. package/src/components/table/BuiTableHead.vue +56 -0
  764. package/src/components/table/BuiTableHeader.vue +30 -0
  765. package/src/components/table/BuiTableRow.vue +37 -0
  766. package/src/components/table/BuiTableRowSubrow.vue +50 -0
  767. package/src/components/table/index.ts +26 -0
  768. package/src/components/tabs/BuiTabs.vue +18 -0
  769. package/src/components/tabs/BuiTabsContent.vue +20 -0
  770. package/src/components/tabs/BuiTabsList.vue +18 -0
  771. package/src/components/tabs/BuiTabsTrigger.vue +20 -0
  772. package/src/components/tabs/index.ts +39 -0
  773. package/src/components/textarea/BuiTextarea.vue +58 -0
  774. package/src/components/textarea/index.ts +19 -0
  775. package/src/components/toast/BuiToast.vue +32 -0
  776. package/src/components/toast/BuiToastAction.vue +20 -0
  777. package/src/components/toast/BuiToastClose.vue +23 -0
  778. package/src/components/toast/BuiToastDescription.vue +12 -0
  779. package/src/components/toast/BuiToastProvider.vue +11 -0
  780. package/src/components/toast/BuiToastTitle.vue +12 -0
  781. package/src/components/toast/BuiToastViewport.vue +18 -0
  782. package/src/components/toast/index.ts +27 -0
  783. package/src/components/toggle/BuiToggle.vue +48 -0
  784. package/src/components/toggle/index.ts +24 -0
  785. package/src/components/toggle-group/BuiToggleGroup.vue +44 -0
  786. package/src/components/toggle-group/BuiToggleGroupItem.vue +43 -0
  787. package/src/components/tooltip/BuiTooltip.vue +19 -0
  788. package/src/components/tooltip/BuiTooltipContent.vue +37 -0
  789. package/src/components/tooltip/BuiTooltipProvider.vue +11 -0
  790. package/src/components/tooltip/BuiTooltipTrigger.vue +11 -0
  791. package/src/index.ts +41 -43
  792. package/src/lib/useResizeColumns.ts +5 -5
  793. package/src/lib/utils.ts +10 -4
  794. package/src/stories/BuiAccordion.stories.ts +114 -0
  795. package/src/stories/BuiAlert.stories.ts +47 -0
  796. package/src/stories/BuiAlertDialog.stories.ts +73 -0
  797. package/src/stories/BuiAspectRatio.stories.ts +32 -0
  798. package/src/stories/BuiAvatar.stories.ts +55 -0
  799. package/src/stories/BuiBadge.stories.ts +41 -0
  800. package/src/stories/BuiButton.stories.ts +35 -0
  801. package/src/stories/BuiCalendar.stories.ts +63 -0
  802. package/src/stories/BuiCard.stories.ts +34 -0
  803. package/src/stories/BuiCheckbox.stories.ts +33 -0
  804. package/src/stories/BuiCollapsible.stories.ts +23 -0
  805. package/src/stories/BuiColorPicker.stories.ts +80 -0
  806. package/src/stories/BuiCommand.stories.ts +88 -0
  807. package/src/stories/BuiContextMenu.stories.ts +101 -0
  808. package/src/stories/BuiDataTable.stories.ts +26 -0
  809. package/src/stories/BuiDialog.stories.ts +81 -0
  810. package/src/stories/BuiDropdownMenu.stories.ts +50 -0
  811. package/src/stories/BuiForm.stories.ts +52 -0
  812. package/src/stories/BuiHealth.stories.ts +49 -0
  813. package/src/stories/BuiHoverCard.stories.ts +25 -0
  814. package/src/stories/BuiInput.stories.ts +71 -0
  815. package/src/stories/BuiLabel.stories.ts +25 -0
  816. package/src/stories/BuiPagination.stories.ts +78 -0
  817. package/src/stories/BuiPaginationCommon.stories.ts +35 -0
  818. package/src/stories/BuiPopover.stories.ts +69 -0
  819. package/src/stories/BuiProgress.stories.ts +72 -0
  820. package/src/stories/BuiRadioGroup.stories.ts +38 -0
  821. package/src/stories/BuiScrollArea.stories.ts +23 -0
  822. package/src/stories/BuiSelect.stories.ts +174 -0
  823. package/src/stories/BuiSeparator.stories.ts +36 -0
  824. package/src/stories/BuiSheet.stories.ts +78 -0
  825. package/src/stories/BuiSlider.stories.ts +39 -0
  826. package/src/stories/BuiStepper.stories.ts +42 -0
  827. package/src/stories/BuiSwitch.stories.ts +27 -0
  828. package/src/stories/BuiTable.stories.ts +159 -0
  829. package/src/stories/BuiTabs.stories.ts +231 -0
  830. package/src/stories/BuiTextarea.stories.ts +53 -0
  831. package/src/stories/BuiToast.stories.ts +86 -0
  832. package/src/stories/BuiToggle.stories.ts +55 -0
  833. package/src/stories/BuiToggleGroup.stories.ts +43 -0
  834. package/src/stories/BuiTooltip.stories.ts +69 -0
  835. package/src/stories/Combobox.stories.ts +39 -0
  836. package/src/stories/DatePicker.stories.ts +22 -0
  837. package/src/stories/ReadonlyForm.stories.ts +30 -0
  838. package/src/stories/components/ActionsMenuContent.vue +23 -0
  839. package/src/stories/components/BuiAccordionAdvancedTriggerStory.vue +71 -0
  840. package/src/stories/components/BuiAccordionStory.vue +66 -0
  841. package/src/stories/components/BuiCardStory.vue +67 -0
  842. package/src/stories/components/BuiCollapsibleStory.vue +31 -0
  843. package/src/stories/components/BuiDataTableStory.vue +265 -0
  844. package/src/stories/components/BuiDropdownMenuStory.vue +124 -0
  845. package/src/stories/components/BuiHoverCardStory.vue +36 -0
  846. package/src/stories/components/BuiScrollAreaStory.vue +21 -0
  847. package/src/stories/components/BuiSheetStory.vue +41 -0
  848. package/src/stories/components/BuiStepperStory.vue +124 -0
  849. package/src/stories/components/ComboboxStoryDefault.vue +76 -0
  850. package/src/stories/components/ComboboxStoryFormFields.vue +106 -0
  851. package/src/stories/components/ComboboxStoryMultipleCreate.vue +146 -0
  852. package/src/stories/components/DatePickerStory.vue +29 -0
  853. package/src/stories/components/LoginForm.vue +100 -0
  854. package/src/stories/components/LoginFormHook.vue +97 -0
  855. package/src/stories/components/ReadonlyForm.vue +241 -0
  856. package/src/stories/components/ReadonlyFormWrapper.vue +17 -0
  857. package/src/stories/components/SubForm.vue +22 -0
  858. package/src/stories/components/UseBuiField.vue +85 -0
  859. package/src/style.css +216 -0
  860. package/src/vite-env.d.ts +1 -0
  861. package/LICENSE +0 -21
  862. package/dist/BuiAccordion.vue_vue_type_script_setup_true_lang-BLEAcKBo.js +0 -29
  863. package/dist/BuiAccordionContent.vue_vue_type_script_setup_true_lang-Cm2K0rVv.js +0 -31
  864. package/dist/BuiAccordionItem.vue_vue_type_script_setup_true_lang-Ds1yZNH6.js +0 -27
  865. package/dist/BuiAccordionTrigger.vue_vue_type_script_setup_true_lang-CkPh44KJ.js +0 -47
  866. package/dist/BuiAdvancedAccordionTrigger.vue_vue_type_script_setup_true_lang-CO0Riq9P.js +0 -73
  867. package/dist/BuiAlertDescription.vue_vue_type_script_setup_true_lang-C_P0dyga.js +0 -19
  868. package/dist/BuiAlertDialog.vue_vue_type_script_setup_true_lang-CfaX71Xc.js +0 -22
  869. package/dist/BuiAlertDialogAction.vue_vue_type_script_setup_true_lang-DyRvM8nI.js +0 -24
  870. package/dist/BuiAlertDialogCancel.vue_vue_type_script_setup_true_lang-D0HpGEo2.js +0 -24
  871. package/dist/BuiAlertDialogContent.vue_vue_type_script_setup_true_lang-Dhsz_FGX.js +0 -38
  872. package/dist/BuiAlertDialogDescription.vue_vue_type_script_setup_true_lang-BPPn-bD-.js +0 -26
  873. package/dist/BuiAlertDialogFooter.vue_vue_type_script_setup_true_lang-S2O0NkBK.js +0 -27
  874. package/dist/BuiAlertDialogHeader.vue_vue_type_script_setup_true_lang-By9y1imi.js +0 -22
  875. package/dist/BuiAlertDialogTitle.vue_vue_type_script_setup_true_lang-QpiQnWbq.js +0 -26
  876. package/dist/BuiAlertDialogTrigger.vue_vue_type_script_setup_true_lang-CBy4OSSY.js +0 -21
  877. package/dist/BuiAlertTitle.vue_vue_type_script_setup_true_lang-BpVKH_G0.js +0 -15
  878. package/dist/BuiAspectRatio.vue_vue_type_script_setup_true_lang-lfdBK85u.js +0 -22
  879. package/dist/BuiAutoForm.vue_vue_type_script_setup_true_lang-DgbZy3p3.js +0 -74
  880. package/dist/BuiAutoFormField.vue_vue_type_script_setup_true_lang-OztDllA4.js +0 -263
  881. package/dist/BuiAutoFormFieldArray.vue_vue_type_script_setup_true_lang-DByVN09e.js +0 -140
  882. package/dist/BuiAutoFormFieldBoolean.vue_vue_type_script_setup_true_lang-BOjkSLrD.js +0 -63
  883. package/dist/BuiAutoFormFieldDate.vue_vue_type_script_setup_true_lang-4tPK1K5-.js +0 -211
  884. package/dist/BuiAutoFormFieldEnum.vue_vue_type_script_setup_true_lang-BsNOYwtG.js +0 -117
  885. package/dist/BuiAutoFormFieldFile.vue_vue_type_script_setup_true_lang-3gzaLYEB.js +0 -119
  886. package/dist/BuiAutoFormFieldInput.vue_vue_type_script_setup_true_lang-COdCnuLt.js +0 -66
  887. package/dist/BuiAutoFormFieldNumber.vue_vue_type_script_setup_true_lang-D2IVCpkv.js +0 -65
  888. package/dist/BuiAutoFormFieldObject.vue_vue_type_script_setup_true_lang-CmKgyp1M.js +0 -96
  889. package/dist/BuiAutoFormLabel.vue_vue_type_script_setup_true_lang-obigaAtm.js +0 -24
  890. package/dist/BuiAvatarFallback.vue_vue_type_script_setup_true_lang-g14aRUjN.js +0 -22
  891. package/dist/BuiAvatarImage.vue_vue_type_script_setup_true_lang-DYb6srge.js +0 -17
  892. package/dist/BuiCalendar.vue_vue_type_style_index_0_lang-BQ0IaS4p.js +0 -6671
  893. package/dist/BuiCard.vue_vue_type_script_setup_true_lang-a8pB3urC.js +0 -27
  894. package/dist/BuiCardContent.vue_vue_type_script_setup_true_lang-CkbnbmXn.js +0 -22
  895. package/dist/BuiCardDescription.vue_vue_type_script_setup_true_lang-C_qiRJph.js +0 -22
  896. package/dist/BuiCardFooter.vue_vue_type_script_setup_true_lang-CJk--Z9d.js +0 -22
  897. package/dist/BuiCardHeader.vue_vue_type_script_setup_true_lang-CUOH2Svc.js +0 -22
  898. package/dist/BuiCardTitle.vue_vue_type_script_setup_true_lang-Bc41kSCF.js +0 -22
  899. package/dist/BuiCheckbox.vue_vue_type_script_setup_true_lang-CUKxSUdw.js +0 -63
  900. package/dist/BuiCollapsible.vue_vue_type_script_setup_true_lang-GUBvaqXL.js +0 -25
  901. package/dist/BuiCollapsibleContent.vue_vue_type_script_setup_true_lang-CLcdIcH8.js +0 -22
  902. package/dist/BuiCollapsibleTrigger.vue_vue_type_script_setup_true_lang-vXX5X3aX.js +0 -21
  903. package/dist/BuiCommand.vue_vue_type_script_setup_true_lang-BIjWo-Sd.js +0 -43
  904. package/dist/BuiCommandDialog.vue_vue_type_script_setup_true_lang-JPEwqlXW.js +0 -37
  905. package/dist/BuiCommandEmpty.vue_vue_type_script_setup_true_lang-DZmwTun7.js +0 -24
  906. package/dist/BuiCommandGroup.vue_vue_type_script_setup_true_lang-CLCFU6u0.js +0 -34
  907. package/dist/BuiCommandInput.vue_vue_type_script_setup_true_lang-B6ZkLibP.js +0 -44
  908. package/dist/BuiCommandItem.vue_vue_type_script_setup_true_lang-lDF8OoZf.js +0 -32
  909. package/dist/BuiCommandList.vue_vue_type_script_setup_true_lang-w9fBCIYj.js +0 -44
  910. package/dist/BuiCommandNewItem.vue_vue_type_script_setup_true_lang-1gIGF9Wo.js +0 -34
  911. package/dist/BuiCommandSeparator.vue_vue_type_script_setup_true_lang-C98-rQ3b.js +0 -24
  912. package/dist/BuiCommandShortcut.vue_vue_type_script_setup_true_lang-CInlvP4C.js +0 -15
  913. package/dist/BuiContextMenu.vue_vue_type_script_setup_true_lang-BHEOJokN.js +0 -22
  914. package/dist/BuiContextMenuCheckboxItem.vue_vue_type_script_setup_true_lang--WSKlKAY.js +0 -43
  915. package/dist/BuiContextMenuContent.vue_vue_type_script_setup_true_lang-DmLKdqIP.js +0 -45
  916. package/dist/BuiContextMenuGroup.vue_vue_type_script_setup_true_lang-BxkX1T2H.js +0 -21
  917. package/dist/BuiContextMenuItem.vue_vue_type_script_setup_true_lang-DWWeBddk.js +0 -35
  918. package/dist/BuiContextMenuLabel.vue_vue_type_script_setup_true_lang-4p0Z3vPD.js +0 -26
  919. package/dist/BuiContextMenuRadioGroup.vue_vue_type_script_setup_true_lang-B1vQZgiu.js +0 -23
  920. package/dist/BuiContextMenuRadioItem.vue_vue_type_script_setup_true_lang-B3EQuTmH.js +0 -43
  921. package/dist/BuiContextMenuSeparator.vue_vue_type_script_setup_true_lang-QDK5mW5c.js +0 -19
  922. package/dist/BuiContextMenuShortcut.vue_vue_type_script_setup_true_lang-BNxYarOb.js +0 -15
  923. package/dist/BuiContextMenuSub.vue_vue_type_script_setup_true_lang-C5C0CTx9.js +0 -22
  924. package/dist/BuiContextMenuSubContent.vue_vue_type_script_setup_true_lang-DopIpKNA.js +0 -41
  925. package/dist/BuiContextMenuSubTrigger.vue_vue_type_script_setup_true_lang-Dz6wIg0z.js +0 -36
  926. package/dist/BuiContextMenuTrigger.vue_vue_type_script_setup_true_lang-BlVoDozF.js +0 -22
  927. package/dist/BuiDataTableColumnList.vue_vue_type_script_setup_true_lang-D29bwfv3.js +0 -1340
  928. package/dist/BuiDialog.vue_vue_type_script_setup_true_lang-CJJVDYCE.js +0 -23
  929. package/dist/BuiDialogClose.vue_vue_type_script_setup_true_lang-DOxxXvFQ.js +0 -21
  930. package/dist/BuiDialogContent.vue_vue_type_script_setup_true_lang-B2R04UKd.js +0 -46
  931. package/dist/BuiDialogDescription.vue_vue_type_script_setup_true_lang-Ca5ol-OW.js +0 -25
  932. package/dist/BuiDialogFooter.vue_vue_type_script_setup_true_lang-DKZQkI1h.js +0 -24
  933. package/dist/BuiDialogHeader.vue_vue_type_script_setup_true_lang-DJbHqtWh.js +0 -19
  934. package/dist/BuiDialogTitle.vue_vue_type_script_setup_true_lang-DvTszf1S.js +0 -28
  935. package/dist/BuiDialogTrigger.vue_vue_type_script_setup_true_lang-Buv7JnRO.js +0 -21
  936. package/dist/BuiDropdownMenu.vue_vue_type_script_setup_true_lang-wpyH5buy.js +0 -24
  937. package/dist/BuiDropdownMenuCheckboxItem.vue_vue_type_script_setup_true_lang-nTHu2R3f.js +0 -41
  938. package/dist/BuiDropdownMenuContent.vue_vue_type_script_setup_true_lang-CWyK81rS.js +0 -50
  939. package/dist/BuiDropdownMenuGroup.vue_vue_type_script_setup_true_lang-Dr838upo.js +0 -21
  940. package/dist/BuiDropdownMenuItem.vue_vue_type_script_setup_true_lang-BU176f2y.js +0 -34
  941. package/dist/BuiDropdownMenuLabel.vue_vue_type_script_setup_true_lang-jcmXjWDm.js +0 -26
  942. package/dist/BuiDropdownMenuRadioGroup.vue_vue_type_script_setup_true_lang-hXdpiaP9.js +0 -25
  943. package/dist/BuiDropdownMenuRadioItem.vue_vue_type_script_setup_true_lang-CXOzVCca.js +0 -41
  944. package/dist/BuiDropdownMenuSeparator.vue_vue_type_script_setup_true_lang-BgHzxV6A.js +0 -16
  945. package/dist/BuiDropdownMenuShortcut.vue_vue_type_script_setup_true_lang-CkYgFGkI.js +0 -15
  946. package/dist/BuiDropdownMenuSub.vue_vue_type_script_setup_true_lang-Cb6VQMiR.js +0 -22
  947. package/dist/BuiDropdownMenuSubContent.vue_vue_type_script_setup_true_lang-iOFviynn.js +0 -40
  948. package/dist/BuiDropdownMenuSubTrigger.vue_vue_type_script_setup_true_lang-DEDAhf5r.js +0 -34
  949. package/dist/BuiDropdownMenuTrigger.vue_vue_type_script_setup_true_lang-x3lb2Yn0.js +0 -22
  950. package/dist/BuiHoverCard.vue_vue_type_script_setup_true_lang-C9CMI-qF.js +0 -23
  951. package/dist/BuiHoverCardContent.vue_vue_type_script_setup_true_lang-sipTB818.js +0 -46
  952. package/dist/BuiHoverCardTrigger.vue_vue_type_script_setup_true_lang-DoYcpFwj.js +0 -21
  953. package/dist/BuiLabel.vue_vue_type_script_setup_true_lang-CW_6w30a.js +0 -26
  954. package/dist/BuiPaginationCommon.vue_vue_type_script_setup_true_lang-Dc_l5VXc.js +0 -108
  955. package/dist/BuiPaginationEllipsis.vue_vue_type_script_setup_true_lang-DobG7Dxd.js +0 -37
  956. package/dist/BuiPaginationFirst.vue_vue_type_script_setup_true_lang-BjK5ydZY.js +0 -41
  957. package/dist/BuiPaginationLast.vue_vue_type_script_setup_true_lang-DsMzIhEq.js +0 -41
  958. package/dist/BuiPaginationNext.vue_vue_type_script_setup_true_lang-FH9t6D4D.js +0 -33
  959. package/dist/BuiPaginationPrev.vue_vue_type_script_setup_true_lang-oGfvftHw.js +0 -33
  960. package/dist/BuiPopover.vue_vue_type_script_setup_true_lang-DXPGjQrK.js +0 -23
  961. package/dist/BuiPopoverContent.vue_vue_type_script_setup_true_lang-C69iewLE.js +0 -49
  962. package/dist/BuiPopoverTrigger.vue_vue_type_script_setup_true_lang-CdjF4hNu.js +0 -21
  963. package/dist/BuiRadioGroup.vue_vue_type_script_setup_true_lang-D3S47CJX.js +0 -36
  964. package/dist/BuiRadioGroupItem.vue_vue_type_script_setup_true_lang-BInuik0l.js +0 -42
  965. package/dist/BuiScrollArea.vue_vue_type_script_setup_true_lang-tlhCfiyQ.js +0 -39
  966. package/dist/BuiScrollBar.vue_vue_type_script_setup_true_lang-BsuQZaHU.js +0 -35
  967. package/dist/BuiSelect.vue_vue_type_script_setup_true_lang-C1YBhbM9.js +0 -32
  968. package/dist/BuiSelectContent.vue_vue_type_script_setup_true_lang-CFV-88Jt.js +0 -62
  969. package/dist/BuiSelectGroup.vue_vue_type_script_setup_true_lang-CFQFUnbM.js +0 -25
  970. package/dist/BuiSelectItem.vue_vue_type_script_setup_true_lang-DybP3M1d.js +0 -45
  971. package/dist/BuiSelectItemText.vue_vue_type_script_setup_true_lang-B6WH4e84.js +0 -21
  972. package/dist/BuiSelectLabel.vue_vue_type_script_setup_true_lang-5UXjIsOD.js +0 -26
  973. package/dist/BuiSelectSeparator.vue_vue_type_script_setup_true_lang-CtxHYTx2.js +0 -20
  974. package/dist/BuiSelectTrigger.vue_vue_type_script_setup_true_lang-uaqcqflR.js +0 -42
  975. package/dist/BuiSelectValue.vue_vue_type_script_setup_true_lang-DF1vCT-w.js +0 -22
  976. package/dist/BuiSeparator.vue_vue_type_script_setup_true_lang-BuqvQIR8.js +0 -26
  977. package/dist/BuiSheet.vue_vue_type_script_setup_true_lang-C5hlNduO.js +0 -23
  978. package/dist/BuiSheetClose.vue_vue_type_script_setup_true_lang-BWjGy1Jz.js +0 -21
  979. package/dist/BuiSheetDescription.vue_vue_type_script_setup_true_lang-C_JYkGKU.js +0 -28
  980. package/dist/BuiSheetFooter.vue_vue_type_script_setup_true_lang-iOztbEa4.js +0 -19
  981. package/dist/BuiSheetHeader.vue_vue_type_script_setup_true_lang-CD87_Esj.js +0 -19
  982. package/dist/BuiSheetTitle.vue_vue_type_script_setup_true_lang-xDYybzlN.js +0 -28
  983. package/dist/BuiSheetTrigger.vue_vue_type_script_setup_true_lang-BJ9LPDdb.js +0 -21
  984. package/dist/BuiSlider.vue_vue_type_script_setup_true_lang-TPily2nN.js +0 -42
  985. package/dist/BuiStepper.vue_vue_type_script_setup_true_lang-inFvEiqp.js +0 -37
  986. package/dist/BuiStepperDescription.vue_vue_type_script_setup_true_lang-BMtO6UK0.js +0 -28
  987. package/dist/BuiStepperIndicator.vue_vue_type_script_setup_true_lang-BgPeyPnP.js +0 -37
  988. package/dist/BuiStepperItem.vue_vue_type_script_setup_true_lang-DxdkgRsZ.js +0 -31
  989. package/dist/BuiStepperSeparator.vue_vue_type_script_setup_true_lang-D6w20QIS.js +0 -32
  990. package/dist/BuiStepperTitle.vue_vue_type_script_setup_true_lang-Fr729Adi.js +0 -28
  991. package/dist/BuiStepperTrigger.vue_vue_type_script_setup_true_lang-C2H-3thg.js +0 -28
  992. package/dist/BuiSwitch.vue_vue_type_script_setup_true_lang-5zAiHO4r.js +0 -49
  993. package/dist/BuiTable.vue_vue_type_script_setup_true_lang-CHuQO4eX.js +0 -28
  994. package/dist/BuiTableBody.vue_vue_type_script_setup_true_lang-IIOFzmjd.js +0 -19
  995. package/dist/BuiTableCaption.vue_vue_type_script_setup_true_lang-DaKtpzfV.js +0 -19
  996. package/dist/BuiTableCell.vue_vue_type_script_setup_true_lang-CAFTNSz_.js +0 -24
  997. package/dist/BuiTableEmpty.vue_vue_type_script_setup_true_lang-AgUl9jPj.js +0 -33
  998. package/dist/BuiTableFooter.vue_vue_type_script_setup_true_lang-BEy7g--J.js +0 -24
  999. package/dist/BuiTableHead.vue_vue_type_script_setup_true_lang-N33oHK_1.js +0 -62
  1000. package/dist/BuiTableHeader.vue_vue_type_script_setup_true_lang-CYzO3J8_.js +0 -30
  1001. package/dist/BuiTableRow.vue_vue_type_script_setup_true_lang-B5l_W27x.js +0 -49
  1002. package/dist/BuiTabs.vue_vue_type_script_setup_true_lang-DOMi5Ruu.js +0 -27
  1003. package/dist/BuiTabsContent.vue_vue_type_script_setup_true_lang-BE_FCFL1.js +0 -30
  1004. package/dist/BuiToastAction.vue_vue_type_script_setup_true_lang-D5elUHZh.js +0 -29
  1005. package/dist/BuiToastClose.vue_vue_type_script_setup_true_lang-DkhuQRFH.js +0 -24
  1006. package/dist/BuiToastDescription.vue_vue_type_script_setup_true_lang-Benbkoh4.js +0 -25
  1007. package/dist/BuiToastProvider.vue_vue_type_script_setup_true_lang-BW4gPE11.js +0 -23
  1008. package/dist/BuiToastTitle.vue_vue_type_script_setup_true_lang-DTMstvJ1.js +0 -25
  1009. package/dist/BuiToastViewport.vue_vue_type_script_setup_true_lang-Dx5R_wBj.js +0 -22
  1010. package/dist/BuiToggleGroup.vue_vue_type_script_setup_true_lang-D7Td8iUg.js +0 -44
  1011. package/dist/BuiToggleGroupItem.vue_vue_type_script_setup_true_lang-CRL-zrge.js +0 -38
  1012. package/dist/BuiTooltip.vue_vue_type_script_setup_true_lang-OsjAtJQg.js +0 -27
  1013. package/dist/BuiTooltipContent.vue_vue_type_script_setup_true_lang-CgN6ag-s.js +0 -47
  1014. package/dist/BuiTooltipProvider.vue_vue_type_script_setup_true_lang-C0f8Ccsa.js +0 -25
  1015. package/dist/BuiTooltipTrigger.vue_vue_type_script_setup_true_lang-g1qQh676.js +0 -21
  1016. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-Cz3wV4sT.js +0 -17
  1017. package/dist/check-KG4IK4kM.js +0 -11
  1018. package/dist/chevron-down-e6EOPv2f.js +0 -13
  1019. package/dist/chevron-left-BvTpwSmn.js +0 -13
  1020. package/dist/chevron-right-D2Dh0fDm.js +0 -13
  1021. package/dist/circle-BUmXmR59.js +0 -13
  1022. package/dist/colorUtils-DLz-Bcdu.js +0 -1189
  1023. package/dist/components/ui/accordion/BuiAccordion.js +0 -4
  1024. package/dist/components/ui/accordion/BuiAccordion.vue.d.ts +0 -21
  1025. package/dist/components/ui/accordion/BuiAccordionContent.js +0 -4
  1026. package/dist/components/ui/accordion/BuiAccordionContent.vue.d.ts +0 -21
  1027. package/dist/components/ui/accordion/BuiAccordionItem.js +0 -4
  1028. package/dist/components/ui/accordion/BuiAccordionItem.vue.d.ts +0 -21
  1029. package/dist/components/ui/accordion/BuiAccordionTrigger.js +0 -4
  1030. package/dist/components/ui/accordion/BuiAccordionTrigger.vue.d.ts +0 -23
  1031. package/dist/components/ui/accordion/BuiAdvancedAccordionTrigger.js +0 -4
  1032. package/dist/components/ui/accordion/BuiAdvancedAccordionTrigger.vue.d.ts +0 -35
  1033. package/dist/components/ui/accordion/index.js +0 -12
  1034. package/dist/components/ui/alert/BuiAlert.vue.d.ts +0 -23
  1035. package/dist/components/ui/alert/BuiAlertDescription.js +0 -4
  1036. package/dist/components/ui/alert/BuiAlertDescription.vue.d.ts +0 -20
  1037. package/dist/components/ui/alert/BuiAlertTitle.js +0 -4
  1038. package/dist/components/ui/alert/BuiAlertTitle.vue.d.ts +0 -16
  1039. package/dist/components/ui/alert/index.js +0 -48
  1040. package/dist/components/ui/alert-dialog/BuiAlertDialog.js +0 -4
  1041. package/dist/components/ui/alert-dialog/BuiAlertDialog.vue.d.ts +0 -21
  1042. package/dist/components/ui/alert-dialog/BuiAlertDialogAction.js +0 -4
  1043. package/dist/components/ui/alert-dialog/BuiAlertDialogAction.vue.d.ts +0 -17
  1044. package/dist/components/ui/alert-dialog/BuiAlertDialogCancel.js +0 -4
  1045. package/dist/components/ui/alert-dialog/BuiAlertDialogCancel.vue.d.ts +0 -17
  1046. package/dist/components/ui/alert-dialog/BuiAlertDialogContent.js +0 -4
  1047. package/dist/components/ui/alert-dialog/BuiAlertDialogContent.vue.d.ts +0 -35
  1048. package/dist/components/ui/alert-dialog/BuiAlertDialogDescription.js +0 -4
  1049. package/dist/components/ui/alert-dialog/BuiAlertDialogDescription.vue.d.ts +0 -21
  1050. package/dist/components/ui/alert-dialog/BuiAlertDialogFooter.js +0 -4
  1051. package/dist/components/ui/alert-dialog/BuiAlertDialogFooter.vue.d.ts +0 -28
  1052. package/dist/components/ui/alert-dialog/BuiAlertDialogHeader.js +0 -4
  1053. package/dist/components/ui/alert-dialog/BuiAlertDialogHeader.vue.d.ts +0 -28
  1054. package/dist/components/ui/alert-dialog/BuiAlertDialogTitle.js +0 -4
  1055. package/dist/components/ui/alert-dialog/BuiAlertDialogTitle.vue.d.ts +0 -21
  1056. package/dist/components/ui/alert-dialog/BuiAlertDialogTrigger.js +0 -4
  1057. package/dist/components/ui/alert-dialog/BuiAlertDialogTrigger.vue.d.ts +0 -17
  1058. package/dist/components/ui/alert-dialog/index.js +0 -20
  1059. package/dist/components/ui/aspect-ratio/BuiAspectRatio.js +0 -4
  1060. package/dist/components/ui/aspect-ratio/BuiAspectRatio.vue.d.ts +0 -17
  1061. package/dist/components/ui/aspect-ratio/index.js +0 -4
  1062. package/dist/components/ui/auto-form/BuiAutoForm.js +0 -4
  1063. package/dist/components/ui/auto-form/BuiAutoForm.vue.d.ts +0 -43
  1064. package/dist/components/ui/auto-form/BuiAutoFormField.js +0 -4
  1065. package/dist/components/ui/auto-form/BuiAutoFormField.vue.d.ts +0 -23
  1066. package/dist/components/ui/auto-form/BuiAutoFormFieldArray.js +0 -4
  1067. package/dist/components/ui/auto-form/BuiAutoFormFieldArrayCard.js +0 -4
  1068. package/dist/components/ui/auto-form/BuiAutoFormFieldBoolean.js +0 -4
  1069. package/dist/components/ui/auto-form/BuiAutoFormFieldBoolean.vue.d.ts +0 -33
  1070. package/dist/components/ui/auto-form/BuiAutoFormFieldDate.js +0 -4
  1071. package/dist/components/ui/auto-form/BuiAutoFormFieldDate.vue.d.ts +0 -33
  1072. package/dist/components/ui/auto-form/BuiAutoFormFieldEnum.js +0 -4
  1073. package/dist/components/ui/auto-form/BuiAutoFormFieldEnum.vue.d.ts +0 -37
  1074. package/dist/components/ui/auto-form/BuiAutoFormFieldFile.js +0 -4
  1075. package/dist/components/ui/auto-form/BuiAutoFormFieldFile.vue.d.ts +0 -33
  1076. package/dist/components/ui/auto-form/BuiAutoFormFieldInput.js +0 -4
  1077. package/dist/components/ui/auto-form/BuiAutoFormFieldInput.vue.d.ts +0 -33
  1078. package/dist/components/ui/auto-form/BuiAutoFormFieldNumber.js +0 -4
  1079. package/dist/components/ui/auto-form/BuiAutoFormFieldNumber.vue.d.ts +0 -33
  1080. package/dist/components/ui/auto-form/BuiAutoFormFieldObject.js +0 -4
  1081. package/dist/components/ui/auto-form/BuiAutoFormFieldObjectCard.js +0 -4
  1082. package/dist/components/ui/auto-form/BuiAutoFormLabel.js +0 -4
  1083. package/dist/components/ui/auto-form/BuiAutoFormLabel.vue.d.ts +0 -20
  1084. package/dist/components/ui/auto-form/constant.js +0 -14
  1085. package/dist/components/ui/auto-form/dependencies.d.ts +0 -33
  1086. package/dist/components/ui/auto-form/dependencies.js +0 -59
  1087. package/dist/components/ui/auto-form/index.d.ts +0 -15
  1088. package/dist/components/ui/auto-form/index.js +0 -30
  1089. package/dist/components/ui/auto-form/interface.d.ts +0 -54
  1090. package/dist/components/ui/auto-form/interface.js +0 -4
  1091. package/dist/components/ui/auto-form/utils.d.ts +0 -45
  1092. package/dist/components/ui/auto-form/utils.js +0 -74
  1093. package/dist/components/ui/avatar/BuiAvatar.vue.d.ts +0 -25
  1094. package/dist/components/ui/avatar/BuiAvatarFallback.js +0 -4
  1095. package/dist/components/ui/avatar/BuiAvatarFallback.vue.d.ts +0 -17
  1096. package/dist/components/ui/avatar/BuiAvatarImage.js +0 -4
  1097. package/dist/components/ui/avatar/BuiAvatarImage.vue.d.ts +0 -3
  1098. package/dist/components/ui/avatar/index.js +0 -45
  1099. package/dist/components/ui/badge/BuiBadge.vue.d.ts +0 -30
  1100. package/dist/components/ui/badge/index.js +0 -49
  1101. package/dist/components/ui/button/BuiButton.js +0 -4
  1102. package/dist/components/ui/button/BuiButton.vue.d.ts +0 -31
  1103. package/dist/components/ui/button/index.d.ts +0 -5
  1104. package/dist/components/ui/button/index.js +0 -5
  1105. package/dist/components/ui/calendar/BuiCalendar.js +0 -5
  1106. package/dist/components/ui/calendar/index.js +0 -95
  1107. package/dist/components/ui/card/BuiCard.js +0 -4
  1108. package/dist/components/ui/card/BuiCard.vue.d.ts +0 -28
  1109. package/dist/components/ui/card/BuiCardContent.js +0 -4
  1110. package/dist/components/ui/card/BuiCardContent.vue.d.ts +0 -28
  1111. package/dist/components/ui/card/BuiCardDescription.js +0 -4
  1112. package/dist/components/ui/card/BuiCardDescription.vue.d.ts +0 -28
  1113. package/dist/components/ui/card/BuiCardFooter.js +0 -4
  1114. package/dist/components/ui/card/BuiCardFooter.vue.d.ts +0 -28
  1115. package/dist/components/ui/card/BuiCardHeader.js +0 -4
  1116. package/dist/components/ui/card/BuiCardHeader.vue.d.ts +0 -28
  1117. package/dist/components/ui/card/BuiCardTitle.js +0 -4
  1118. package/dist/components/ui/card/BuiCardTitle.vue.d.ts +0 -28
  1119. package/dist/components/ui/card/index.js +0 -14
  1120. package/dist/components/ui/checkbox/BuiCheckbox.js +0 -4
  1121. package/dist/components/ui/checkbox/BuiCheckbox.vue.d.ts +0 -7
  1122. package/dist/components/ui/checkbox/index.js +0 -4
  1123. package/dist/components/ui/collapsible/BuiCollapsible.js +0 -4
  1124. package/dist/components/ui/collapsible/BuiCollapsible.vue.d.ts +0 -23
  1125. package/dist/components/ui/collapsible/BuiCollapsibleContent.js +0 -4
  1126. package/dist/components/ui/collapsible/BuiCollapsibleContent.vue.d.ts +0 -17
  1127. package/dist/components/ui/collapsible/BuiCollapsibleTrigger.js +0 -4
  1128. package/dist/components/ui/collapsible/BuiCollapsibleTrigger.vue.d.ts +0 -17
  1129. package/dist/components/ui/collapsible/index.js +0 -8
  1130. package/dist/components/ui/color-picker/BuiColorPicker.vue.d.ts +0 -27
  1131. package/dist/components/ui/color-picker/index.js +0 -201
  1132. package/dist/components/ui/command/BuiCommand.js +0 -4
  1133. package/dist/components/ui/command/BuiCommand.vue.d.ts +0 -27
  1134. package/dist/components/ui/command/BuiCommandDialog.js +0 -4
  1135. package/dist/components/ui/command/BuiCommandDialog.vue.d.ts +0 -21
  1136. package/dist/components/ui/command/BuiCommandEmpty.js +0 -4
  1137. package/dist/components/ui/command/BuiCommandEmpty.vue.d.ts +0 -17
  1138. package/dist/components/ui/command/BuiCommandGroup.js +0 -4
  1139. package/dist/components/ui/command/BuiCommandGroup.vue.d.ts +0 -21
  1140. package/dist/components/ui/command/BuiCommandInput.js +0 -4
  1141. package/dist/components/ui/command/BuiCommandInput.vue.d.ts +0 -3
  1142. package/dist/components/ui/command/BuiCommandItem.js +0 -4
  1143. package/dist/components/ui/command/BuiCommandItem.vue.d.ts +0 -21
  1144. package/dist/components/ui/command/BuiCommandList.js +0 -4
  1145. package/dist/components/ui/command/BuiCommandList.vue.d.ts +0 -27
  1146. package/dist/components/ui/command/BuiCommandNewItem.js +0 -4
  1147. package/dist/components/ui/command/BuiCommandNewItem.vue.d.ts +0 -20
  1148. package/dist/components/ui/command/BuiCommandSeparator.js +0 -4
  1149. package/dist/components/ui/command/BuiCommandSeparator.vue.d.ts +0 -17
  1150. package/dist/components/ui/command/BuiCommandShortcut.js +0 -4
  1151. package/dist/components/ui/command/BuiCommandShortcut.vue.d.ts +0 -16
  1152. package/dist/components/ui/command/index.js +0 -22
  1153. package/dist/components/ui/context-menu/BuiContextMenu.js +0 -4
  1154. package/dist/components/ui/context-menu/BuiContextMenu.vue.d.ts +0 -21
  1155. package/dist/components/ui/context-menu/BuiContextMenuCheckboxItem.js +0 -4
  1156. package/dist/components/ui/context-menu/BuiContextMenuCheckboxItem.vue.d.ts +0 -27
  1157. package/dist/components/ui/context-menu/BuiContextMenuContent.js +0 -4
  1158. package/dist/components/ui/context-menu/BuiContextMenuContent.vue.d.ts +0 -33
  1159. package/dist/components/ui/context-menu/BuiContextMenuGroup.js +0 -4
  1160. package/dist/components/ui/context-menu/BuiContextMenuGroup.vue.d.ts +0 -17
  1161. package/dist/components/ui/context-menu/BuiContextMenuItem.js +0 -4
  1162. package/dist/components/ui/context-menu/BuiContextMenuItem.vue.d.ts +0 -27
  1163. package/dist/components/ui/context-menu/BuiContextMenuLabel.js +0 -4
  1164. package/dist/components/ui/context-menu/BuiContextMenuLabel.vue.d.ts +0 -23
  1165. package/dist/components/ui/context-menu/BuiContextMenuPortal.js +0 -22
  1166. package/dist/components/ui/context-menu/BuiContextMenuRadioGroup.js +0 -4
  1167. package/dist/components/ui/context-menu/BuiContextMenuRadioGroup.vue.d.ts +0 -21
  1168. package/dist/components/ui/context-menu/BuiContextMenuRadioItem.js +0 -4
  1169. package/dist/components/ui/context-menu/BuiContextMenuRadioItem.vue.d.ts +0 -25
  1170. package/dist/components/ui/context-menu/BuiContextMenuSeparator.js +0 -4
  1171. package/dist/components/ui/context-menu/BuiContextMenuSeparator.vue.d.ts +0 -3
  1172. package/dist/components/ui/context-menu/BuiContextMenuShortcut.js +0 -4
  1173. package/dist/components/ui/context-menu/BuiContextMenuShortcut.vue.d.ts +0 -16
  1174. package/dist/components/ui/context-menu/BuiContextMenuSub.js +0 -4
  1175. package/dist/components/ui/context-menu/BuiContextMenuSub.vue.d.ts +0 -21
  1176. package/dist/components/ui/context-menu/BuiContextMenuSubContent.js +0 -4
  1177. package/dist/components/ui/context-menu/BuiContextMenuSubContent.vue.d.ts +0 -37
  1178. package/dist/components/ui/context-menu/BuiContextMenuSubTrigger.js +0 -4
  1179. package/dist/components/ui/context-menu/BuiContextMenuSubTrigger.vue.d.ts +0 -23
  1180. package/dist/components/ui/context-menu/BuiContextMenuTrigger.js +0 -4
  1181. package/dist/components/ui/context-menu/BuiContextMenuTrigger.vue.d.ts +0 -17
  1182. package/dist/components/ui/context-menu/index.js +0 -30
  1183. package/dist/components/ui/dialog/BuiDialog.js +0 -4
  1184. package/dist/components/ui/dialog/BuiDialog.vue.d.ts +0 -21
  1185. package/dist/components/ui/dialog/BuiDialogClose.js +0 -4
  1186. package/dist/components/ui/dialog/BuiDialogClose.vue.d.ts +0 -17
  1187. package/dist/components/ui/dialog/BuiDialogContent.js +0 -4
  1188. package/dist/components/ui/dialog/BuiDialogContent.vue.d.ts +0 -35
  1189. package/dist/components/ui/dialog/BuiDialogDescription.js +0 -4
  1190. package/dist/components/ui/dialog/BuiDialogDescription.vue.d.ts +0 -21
  1191. package/dist/components/ui/dialog/BuiDialogFooter.js +0 -4
  1192. package/dist/components/ui/dialog/BuiDialogFooter.vue.d.ts +0 -19
  1193. package/dist/components/ui/dialog/BuiDialogHeader.js +0 -4
  1194. package/dist/components/ui/dialog/BuiDialogHeader.vue.d.ts +0 -19
  1195. package/dist/components/ui/dialog/BuiDialogTitle.js +0 -4
  1196. package/dist/components/ui/dialog/BuiDialogTitle.vue.d.ts +0 -21
  1197. package/dist/components/ui/dialog/BuiDialogTrigger.js +0 -4
  1198. package/dist/components/ui/dialog/BuiDialogTrigger.vue.d.ts +0 -17
  1199. package/dist/components/ui/dialog/index.js +0 -18
  1200. package/dist/components/ui/dropdown-menu/BuiDropdownMenu.js +0 -4
  1201. package/dist/components/ui/dropdown-menu/BuiDropdownMenu.vue.d.ts +0 -21
  1202. package/dist/components/ui/dropdown-menu/BuiDropdownMenuCheckboxItem.js +0 -4
  1203. package/dist/components/ui/dropdown-menu/BuiDropdownMenuCheckboxItem.vue.d.ts +0 -27
  1204. package/dist/components/ui/dropdown-menu/BuiDropdownMenuContent.js +0 -4
  1205. package/dist/components/ui/dropdown-menu/BuiDropdownMenuContent.vue.d.ts +0 -35
  1206. package/dist/components/ui/dropdown-menu/BuiDropdownMenuGroup.js +0 -4
  1207. package/dist/components/ui/dropdown-menu/BuiDropdownMenuGroup.vue.d.ts +0 -17
  1208. package/dist/components/ui/dropdown-menu/BuiDropdownMenuItem.js +0 -4
  1209. package/dist/components/ui/dropdown-menu/BuiDropdownMenuItem.vue.d.ts +0 -23
  1210. package/dist/components/ui/dropdown-menu/BuiDropdownMenuLabel.js +0 -4
  1211. package/dist/components/ui/dropdown-menu/BuiDropdownMenuLabel.vue.d.ts +0 -23
  1212. package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioGroup.js +0 -4
  1213. package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioGroup.vue.d.ts +0 -21
  1214. package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioItem.js +0 -4
  1215. package/dist/components/ui/dropdown-menu/BuiDropdownMenuRadioItem.vue.d.ts +0 -25
  1216. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSeparator.js +0 -4
  1217. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSeparator.vue.d.ts +0 -3
  1218. package/dist/components/ui/dropdown-menu/BuiDropdownMenuShortcut.js +0 -4
  1219. package/dist/components/ui/dropdown-menu/BuiDropdownMenuShortcut.vue.d.ts +0 -16
  1220. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSub.js +0 -4
  1221. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSub.vue.d.ts +0 -21
  1222. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubContent.js +0 -4
  1223. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubContent.vue.d.ts +0 -33
  1224. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubTrigger.js +0 -4
  1225. package/dist/components/ui/dropdown-menu/BuiDropdownMenuSubTrigger.vue.d.ts +0 -21
  1226. package/dist/components/ui/dropdown-menu/BuiDropdownMenuTrigger.js +0 -4
  1227. package/dist/components/ui/dropdown-menu/BuiDropdownMenuTrigger.vue.d.ts +0 -17
  1228. package/dist/components/ui/dropdown-menu/index.d.ts +0 -15
  1229. package/dist/components/ui/dropdown-menu/index.js +0 -32
  1230. package/dist/components/ui/form/BuiFormControl.js +0 -4
  1231. package/dist/components/ui/form/BuiFormControl.vue.d.ts +0 -16
  1232. package/dist/components/ui/form/BuiFormDescription.js +0 -4
  1233. package/dist/components/ui/form/BuiFormDescription.vue.d.ts +0 -16
  1234. package/dist/components/ui/form/BuiFormItem.js +0 -6
  1235. package/dist/components/ui/form/BuiFormLabel.js +0 -4
  1236. package/dist/components/ui/form/BuiFormLabel.vue.d.ts +0 -17
  1237. package/dist/components/ui/form/BuiFormMessage.js +0 -4
  1238. package/dist/components/ui/form/index.js +0 -16
  1239. package/dist/components/ui/form/useFormField.js +0 -6
  1240. package/dist/components/ui/health/BuiHealth.vue.d.ts +0 -25
  1241. package/dist/components/ui/health/index.js +0 -64
  1242. package/dist/components/ui/hover-card/BuiHoverCard.js +0 -4
  1243. package/dist/components/ui/hover-card/BuiHoverCard.vue.d.ts +0 -17
  1244. package/dist/components/ui/hover-card/BuiHoverCardContent.js +0 -4
  1245. package/dist/components/ui/hover-card/BuiHoverCardContent.vue.d.ts +0 -23
  1246. package/dist/components/ui/hover-card/BuiHoverCardTrigger.js +0 -4
  1247. package/dist/components/ui/hover-card/BuiHoverCardTrigger.vue.d.ts +0 -17
  1248. package/dist/components/ui/hover-card/index.js +0 -8
  1249. package/dist/components/ui/input/BuiBadgedInput.vue.d.ts +0 -6
  1250. package/dist/components/ui/input/BuiColorInput.vue.d.ts +0 -21
  1251. package/dist/components/ui/input/BuiInput.vue.d.ts +0 -20
  1252. package/dist/components/ui/input/BuiPasswordInput.vue.d.ts +0 -6
  1253. package/dist/components/ui/input/index.js +0 -249
  1254. package/dist/components/ui/label/BuiLabel.js +0 -4
  1255. package/dist/components/ui/label/BuiLabel.vue.d.ts +0 -21
  1256. package/dist/components/ui/label/index.js +0 -4
  1257. package/dist/components/ui/pagination/BuiPaginationCommon.js +0 -4
  1258. package/dist/components/ui/pagination/BuiPaginationCommon.vue.d.ts +0 -22
  1259. package/dist/components/ui/pagination/BuiPaginationEllipsis.js +0 -4
  1260. package/dist/components/ui/pagination/BuiPaginationEllipsis.vue.d.ts +0 -17
  1261. package/dist/components/ui/pagination/BuiPaginationFirst.js +0 -4
  1262. package/dist/components/ui/pagination/BuiPaginationFirst.vue.d.ts +0 -19
  1263. package/dist/components/ui/pagination/BuiPaginationLast.js +0 -4
  1264. package/dist/components/ui/pagination/BuiPaginationLast.vue.d.ts +0 -19
  1265. package/dist/components/ui/pagination/BuiPaginationNext.js +0 -4
  1266. package/dist/components/ui/pagination/BuiPaginationNext.vue.d.ts +0 -19
  1267. package/dist/components/ui/pagination/BuiPaginationPrev.js +0 -4
  1268. package/dist/components/ui/pagination/BuiPaginationPrev.vue.d.ts +0 -19
  1269. package/dist/components/ui/pagination/index.d.ts +0 -7
  1270. package/dist/components/ui/pagination/index.js +0 -18
  1271. package/dist/components/ui/popover/BuiPopover.js +0 -4
  1272. package/dist/components/ui/popover/BuiPopover.vue.d.ts +0 -21
  1273. package/dist/components/ui/popover/BuiPopoverContent.js +0 -4
  1274. package/dist/components/ui/popover/BuiPopoverContent.vue.d.ts +0 -37
  1275. package/dist/components/ui/popover/BuiPopoverTrigger.js +0 -4
  1276. package/dist/components/ui/popover/BuiPopoverTrigger.vue.d.ts +0 -17
  1277. package/dist/components/ui/popover/index.js +0 -8
  1278. package/dist/components/ui/progress/BuiProgress.vue.d.ts +0 -20
  1279. package/dist/components/ui/progress/index.js +0 -84
  1280. package/dist/components/ui/radio-group/BuiRadioGroup.js +0 -4
  1281. package/dist/components/ui/radio-group/BuiRadioGroup.vue.d.ts +0 -25
  1282. package/dist/components/ui/radio-group/BuiRadioGroupItem.js +0 -4
  1283. package/dist/components/ui/radio-group/BuiRadioGroupItem.vue.d.ts +0 -7
  1284. package/dist/components/ui/radio-group/index.js +0 -6
  1285. package/dist/components/ui/scroll-area/BuiScrollArea.js +0 -4
  1286. package/dist/components/ui/scroll-area/BuiScrollArea.vue.d.ts +0 -22
  1287. package/dist/components/ui/scroll-area/BuiScrollBar.js +0 -4
  1288. package/dist/components/ui/scroll-area/BuiScrollBar.vue.d.ts +0 -10
  1289. package/dist/components/ui/scroll-area/index.js +0 -6
  1290. package/dist/components/ui/select/Bui.js +0 -62
  1291. package/dist/components/ui/select/BuiSelect.js +0 -4
  1292. package/dist/components/ui/select/BuiSelect.vue.d.ts +0 -23
  1293. package/dist/components/ui/select/BuiSelectContent.js +0 -4
  1294. package/dist/components/ui/select/BuiSelectContent.vue.d.ts +0 -33
  1295. package/dist/components/ui/select/BuiSelectGroup.js +0 -4
  1296. package/dist/components/ui/select/BuiSelectGroup.vue.d.ts +0 -21
  1297. package/dist/components/ui/select/BuiSelectItem.js +0 -4
  1298. package/dist/components/ui/select/BuiSelectItem.vue.d.ts +0 -21
  1299. package/dist/components/ui/select/BuiSelectItemText.js +0 -4
  1300. package/dist/components/ui/select/BuiSelectItemText.vue.d.ts +0 -17
  1301. package/dist/components/ui/select/BuiSelectLabel.js +0 -4
  1302. package/dist/components/ui/select/BuiSelectLabel.vue.d.ts +0 -21
  1303. package/dist/components/ui/select/BuiSelectSeparator.js +0 -4
  1304. package/dist/components/ui/select/BuiSelectSeparator.vue.d.ts +0 -7
  1305. package/dist/components/ui/select/BuiSelectTrigger.js +0 -4
  1306. package/dist/components/ui/select/BuiSelectTrigger.vue.d.ts +0 -27
  1307. package/dist/components/ui/select/BuiSelectValue.js +0 -4
  1308. package/dist/components/ui/select/BuiSelectValue.vue.d.ts +0 -17
  1309. package/dist/components/ui/select/index.js +0 -20
  1310. package/dist/components/ui/separator/BuiSeparator.js +0 -4
  1311. package/dist/components/ui/separator/BuiSeparator.vue.d.ts +0 -7
  1312. package/dist/components/ui/separator/index.js +0 -4
  1313. package/dist/components/ui/sheet/BuiSheet.js +0 -4
  1314. package/dist/components/ui/sheet/BuiSheet.vue.d.ts +0 -21
  1315. package/dist/components/ui/sheet/BuiSheetClose.js +0 -4
  1316. package/dist/components/ui/sheet/BuiSheetClose.vue.d.ts +0 -17
  1317. package/dist/components/ui/sheet/BuiSheetContent.vue.d.ts +0 -37
  1318. package/dist/components/ui/sheet/BuiSheetDescription.js +0 -4
  1319. package/dist/components/ui/sheet/BuiSheetDescription.vue.d.ts +0 -22
  1320. package/dist/components/ui/sheet/BuiSheetFooter.js +0 -4
  1321. package/dist/components/ui/sheet/BuiSheetFooter.vue.d.ts +0 -21
  1322. package/dist/components/ui/sheet/BuiSheetHeader.js +0 -4
  1323. package/dist/components/ui/sheet/BuiSheetHeader.vue.d.ts +0 -21
  1324. package/dist/components/ui/sheet/BuiSheetTitle.js +0 -4
  1325. package/dist/components/ui/sheet/BuiSheetTitle.vue.d.ts +0 -22
  1326. package/dist/components/ui/sheet/BuiSheetTrigger.js +0 -4
  1327. package/dist/components/ui/sheet/BuiSheetTrigger.vue.d.ts +0 -17
  1328. package/dist/components/ui/sheet/index.js +0 -77
  1329. package/dist/components/ui/skeleton/Skeleton.js +0 -4
  1330. package/dist/components/ui/skeleton/Skeleton.vue.d.ts +0 -6
  1331. package/dist/components/ui/skeleton/index.js +0 -4
  1332. package/dist/components/ui/slider/BuiSlider.js +0 -4
  1333. package/dist/components/ui/slider/BuiSlider.vue.d.ts +0 -9
  1334. package/dist/components/ui/slider/index.js +0 -4
  1335. package/dist/components/ui/stepper/BuiStepper.js +0 -4
  1336. package/dist/components/ui/stepper/BuiStepper.vue.d.ts +0 -36
  1337. package/dist/components/ui/stepper/BuiStepperDescription.js +0 -4
  1338. package/dist/components/ui/stepper/BuiStepperDescription.vue.d.ts +0 -22
  1339. package/dist/components/ui/stepper/BuiStepperIndicator.js +0 -4
  1340. package/dist/components/ui/stepper/BuiStepperIndicator.vue.d.ts +0 -22
  1341. package/dist/components/ui/stepper/BuiStepperItem.js +0 -4
  1342. package/dist/components/ui/stepper/BuiStepperItem.vue.d.ts +0 -24
  1343. package/dist/components/ui/stepper/BuiStepperSeparator.js +0 -4
  1344. package/dist/components/ui/stepper/BuiStepperSeparator.vue.d.ts +0 -8
  1345. package/dist/components/ui/stepper/BuiStepperTitle.js +0 -4
  1346. package/dist/components/ui/stepper/BuiStepperTitle.vue.d.ts +0 -22
  1347. package/dist/components/ui/stepper/BuiStepperTrigger.js +0 -4
  1348. package/dist/components/ui/stepper/BuiStepperTrigger.vue.d.ts +0 -22
  1349. package/dist/components/ui/stepper/index.js +0 -16
  1350. package/dist/components/ui/switch/BuiSwitch.js +0 -4
  1351. package/dist/components/ui/switch/BuiSwitch.vue.d.ts +0 -11
  1352. package/dist/components/ui/switch/index.js +0 -4
  1353. package/dist/components/ui/table/BuiDataTable.vue.d.ts +0 -94
  1354. package/dist/components/ui/table/BuiDataTableColumnList.js +0 -4
  1355. package/dist/components/ui/table/BuiDataTableColumnList.vue.d.ts +0 -24
  1356. package/dist/components/ui/table/BuiTable.js +0 -4
  1357. package/dist/components/ui/table/BuiTable.vue.d.ts +0 -21
  1358. package/dist/components/ui/table/BuiTableBody.js +0 -4
  1359. package/dist/components/ui/table/BuiTableBody.vue.d.ts +0 -20
  1360. package/dist/components/ui/table/BuiTableCaption.js +0 -4
  1361. package/dist/components/ui/table/BuiTableCaption.vue.d.ts +0 -20
  1362. package/dist/components/ui/table/BuiTableCell.js +0 -4
  1363. package/dist/components/ui/table/BuiTableCell.vue.d.ts +0 -20
  1364. package/dist/components/ui/table/BuiTableEmpty.js +0 -4
  1365. package/dist/components/ui/table/BuiTableEmpty.vue.d.ts +0 -23
  1366. package/dist/components/ui/table/BuiTableFooter.js +0 -4
  1367. package/dist/components/ui/table/BuiTableFooter.vue.d.ts +0 -20
  1368. package/dist/components/ui/table/BuiTableHead.js +0 -4
  1369. package/dist/components/ui/table/BuiTableHead.vue.d.ts +0 -22
  1370. package/dist/components/ui/table/BuiTableHeader.js +0 -4
  1371. package/dist/components/ui/table/BuiTableHeader.vue.d.ts +0 -26
  1372. package/dist/components/ui/table/BuiTableRow.js +0 -4
  1373. package/dist/components/ui/table/BuiTableRow.vue.d.ts +0 -22
  1374. package/dist/components/ui/table/BuiTableRowSubrow.vue.d.ts +0 -23
  1375. package/dist/components/ui/table/index.d.ts +0 -15
  1376. package/dist/components/ui/table/index.js +0 -1087
  1377. package/dist/components/ui/tabs/BuiTabs.js +0 -4
  1378. package/dist/components/ui/tabs/BuiTabs.vue.d.ts +0 -21
  1379. package/dist/components/ui/tabs/BuiTabsContent.js +0 -4
  1380. package/dist/components/ui/tabs/BuiTabsContent.vue.d.ts +0 -21
  1381. package/dist/components/ui/tabs/BuiTabsList.vue.d.ts +0 -22
  1382. package/dist/components/ui/tabs/BuiTabsTrigger.vue.d.ts +0 -22
  1383. package/dist/components/ui/tabs/index.js +0 -82
  1384. package/dist/components/ui/textarea/BuiTextarea.vue.d.ts +0 -17
  1385. package/dist/components/ui/textarea/index.js +0 -53
  1386. package/dist/components/ui/toast/BuiToast.vue.d.ts +0 -37
  1387. package/dist/components/ui/toast/BuiToastAction.js +0 -4
  1388. package/dist/components/ui/toast/BuiToastAction.vue.d.ts +0 -21
  1389. package/dist/components/ui/toast/BuiToastClose.js +0 -4
  1390. package/dist/components/ui/toast/BuiToastClose.vue.d.ts +0 -6
  1391. package/dist/components/ui/toast/BuiToastDescription.js +0 -4
  1392. package/dist/components/ui/toast/BuiToastDescription.vue.d.ts +0 -21
  1393. package/dist/components/ui/toast/BuiToastProvider.js +0 -4
  1394. package/dist/components/ui/toast/BuiToastProvider.vue.d.ts +0 -17
  1395. package/dist/components/ui/toast/BuiToastTitle.js +0 -4
  1396. package/dist/components/ui/toast/BuiToastTitle.vue.d.ts +0 -21
  1397. package/dist/components/ui/toast/BuiToastViewport.js +0 -4
  1398. package/dist/components/ui/toast/BuiToastViewport.vue.d.ts +0 -7
  1399. package/dist/components/ui/toast/index.js +0 -108
  1400. package/dist/components/ui/toggle/BuiToggle.js +0 -4
  1401. package/dist/components/ui/toggle/BuiToggle.vue.d.ts +0 -34
  1402. package/dist/components/ui/toggle/index.js +0 -59
  1403. package/dist/components/ui/toggle-group/BuiToggleGroup.js +0 -4
  1404. package/dist/components/ui/toggle-group/BuiToggleGroup.vue.d.ts +0 -33
  1405. package/dist/components/ui/toggle-group/BuiToggleGroupItem.js +0 -4
  1406. package/dist/components/ui/toggle-group/BuiToggleGroupItem.vue.d.ts +0 -29
  1407. package/dist/components/ui/toggle-group/index.js +0 -6
  1408. package/dist/components/ui/tooltip/BuiTooltip.js +0 -4
  1409. package/dist/components/ui/tooltip/BuiTooltip.vue.d.ts +0 -21
  1410. package/dist/components/ui/tooltip/BuiTooltipContent.js +0 -4
  1411. package/dist/components/ui/tooltip/BuiTooltipContent.vue.d.ts +0 -25
  1412. package/dist/components/ui/tooltip/BuiTooltipProvider.js +0 -4
  1413. package/dist/components/ui/tooltip/BuiTooltipProvider.vue.d.ts +0 -17
  1414. package/dist/components/ui/tooltip/BuiTooltipTrigger.js +0 -4
  1415. package/dist/components/ui/tooltip/BuiTooltipTrigger.vue.d.ts +0 -17
  1416. package/dist/components/ui/tooltip/index.js +0 -10
  1417. package/dist/index-0I6LZbPQ.js +0 -11094
  1418. package/dist/index-BUF5BmsK.js +0 -358
  1419. package/dist/tailwind-preset.js +0 -123
  1420. package/dist/utils-OU_XEaVl.js +0 -2593
  1421. package/dist/x-GEo_mL3F.js +0 -14
  1422. package/src/assets/base.css +0 -3
  1423. package/src/assets/main.css +0 -2
  1424. package/src/assets/variables.css +0 -99
  1425. package/src/components/__tests__/fake-test.spec.ts +0 -10
  1426. package/src/components/stories/BuiAccordion.story.vue +0 -115
  1427. package/src/components/stories/BuiAlert.story.vue +0 -72
  1428. package/src/components/stories/BuiAlertDialog.story.vue +0 -41
  1429. package/src/components/stories/BuiAspectRatio.story.vue +0 -17
  1430. package/src/components/stories/BuiAutoForm.story.vue +0 -114
  1431. package/src/components/stories/BuiAvatar.story.vue +0 -44
  1432. package/src/components/stories/BuiBadge.story.vue +0 -22
  1433. package/src/components/stories/BuiButton.story.vue +0 -45
  1434. package/src/components/stories/BuiCalendar.story.vue +0 -43
  1435. package/src/components/stories/BuiCard.story.vue +0 -68
  1436. package/src/components/stories/BuiCheckbox.story.vue +0 -25
  1437. package/src/components/stories/BuiCollapsible.story.vue +0 -32
  1438. package/src/components/stories/BuiColorPicker.story.vue +0 -107
  1439. package/src/components/stories/BuiCombobox.story.vue +0 -299
  1440. package/src/components/stories/BuiCommand.story.vue +0 -62
  1441. package/src/components/stories/BuiContextMenu.story.vue +0 -73
  1442. package/src/components/stories/BuiDataTable.story.vue +0 -263
  1443. package/src/components/stories/BuiDialog.story.vue +0 -56
  1444. package/src/components/stories/BuiDropdownMenu.story.vue +0 -128
  1445. package/src/components/stories/BuiForm.story.vue +0 -35
  1446. package/src/components/stories/BuiHealth.story.vue +0 -38
  1447. package/src/components/stories/BuiHoverCard.story.vue +0 -41
  1448. package/src/components/stories/BuiInput.story.vue +0 -95
  1449. package/src/components/stories/BuiLabel.story.vue +0 -17
  1450. package/src/components/stories/BuiPagination.story.vue +0 -55
  1451. package/src/components/stories/BuiPaginationCommon.story.vue +0 -22
  1452. package/src/components/stories/BuiPopover.story.vue +0 -60
  1453. package/src/components/stories/BuiProgress.story.vue +0 -57
  1454. package/src/components/stories/BuiRadioGroup.story.vue +0 -24
  1455. package/src/components/stories/BuiScrollArea.story.vue +0 -29
  1456. package/src/components/stories/BuiSelect.story.vue +0 -109
  1457. package/src/components/stories/BuiSeparator.story.vue +0 -24
  1458. package/src/components/stories/BuiSheet.story.vue +0 -41
  1459. package/src/components/stories/BuiSlider.story.vue +0 -24
  1460. package/src/components/stories/BuiStepper.story.vue +0 -127
  1461. package/src/components/stories/BuiSwitch.story.vue +0 -21
  1462. package/src/components/stories/BuiTable.story.vue +0 -101
  1463. package/src/components/stories/BuiTabs.story.vue +0 -102
  1464. package/src/components/stories/BuiTextarea.story.vue +0 -56
  1465. package/src/components/stories/BuiToast.story.vue +0 -70
  1466. package/src/components/stories/BuiToggle.story.vue +0 -45
  1467. package/src/components/stories/BuiToggleGroup.story.vue +0 -36
  1468. package/src/components/stories/BuiTooltip.story.vue +0 -28
  1469. package/src/components/stories/DatePicker.story.vue +0 -36
  1470. package/src/components/stories/ReadonlyForm.story.vue +0 -29
  1471. package/src/components/stories/components/ActionsMenuContent.vue +0 -23
  1472. package/src/components/stories/components/LoginForm.vue +0 -100
  1473. package/src/components/stories/components/LoginFormHook.vue +0 -97
  1474. package/src/components/stories/components/ReadonlyForm.vue +0 -241
  1475. package/src/components/stories/components/ReadonlyFormWrapper.vue +0 -17
  1476. package/src/components/stories/components/SubForm.vue +0 -22
  1477. package/src/components/stories/components/ToastHook.vue +0 -25
  1478. package/src/components/stories/components/UseBuiField.vue +0 -85
  1479. package/src/components/ui/accordion/BuiAccordion.vue +0 -17
  1480. package/src/components/ui/accordion/BuiAccordionContent.vue +0 -22
  1481. package/src/components/ui/accordion/BuiAccordionItem.vue +0 -12
  1482. package/src/components/ui/accordion/BuiAccordionTrigger.vue +0 -38
  1483. package/src/components/ui/accordion/BuiAdvancedAccordionTrigger.vue +0 -71
  1484. package/src/components/ui/alert/BuiAlert.vue +0 -27
  1485. package/src/components/ui/alert-dialog/BuiAlertDialog.vue +0 -19
  1486. package/src/components/ui/alert-dialog/BuiAlertDialogAction.vue +0 -13
  1487. package/src/components/ui/alert-dialog/BuiAlertDialogCancel.vue +0 -16
  1488. package/src/components/ui/alert-dialog/BuiAlertDialogContent.vue +0 -35
  1489. package/src/components/ui/alert-dialog/BuiAlertDialogDescription.vue +0 -15
  1490. package/src/components/ui/alert-dialog/BuiAlertDialogTitle.vue +0 -15
  1491. package/src/components/ui/alert-dialog/BuiAlertDialogTrigger.vue +0 -11
  1492. package/src/components/ui/aspect-ratio/BuiAspectRatio.vue +0 -11
  1493. package/src/components/ui/auto-form/BuiAutoForm.vue +0 -109
  1494. package/src/components/ui/auto-form/BuiAutoFormField.vue +0 -45
  1495. package/src/components/ui/auto-form/BuiAutoFormFieldArray.vue +0 -105
  1496. package/src/components/ui/auto-form/BuiAutoFormFieldArrayCard.vue +0 -97
  1497. package/src/components/ui/auto-form/BuiAutoFormFieldBoolean.vue +0 -47
  1498. package/src/components/ui/auto-form/BuiAutoFormFieldDate.vue +0 -73
  1499. package/src/components/ui/auto-form/BuiAutoFormFieldEnum.vue +0 -75
  1500. package/src/components/ui/auto-form/BuiAutoFormFieldFile.vue +0 -87
  1501. package/src/components/ui/auto-form/BuiAutoFormFieldInput.vue +0 -42
  1502. package/src/components/ui/auto-form/BuiAutoFormFieldNumber.vue +0 -42
  1503. package/src/components/ui/auto-form/BuiAutoFormFieldObject.vue +0 -81
  1504. package/src/components/ui/auto-form/BuiAutoFormFieldObjectCard.vue +0 -76
  1505. package/src/components/ui/auto-form/BuiAutoFormLabel.vue +0 -14
  1506. package/src/components/ui/auto-form/constant.ts +0 -41
  1507. package/src/components/ui/auto-form/dependencies.ts +0 -95
  1508. package/src/components/ui/auto-form/index.ts +0 -17
  1509. package/src/components/ui/auto-form/interface.ts +0 -81
  1510. package/src/components/ui/auto-form/utils.ts +0 -171
  1511. package/src/components/ui/avatar/BuiAvatar.vue +0 -22
  1512. package/src/components/ui/avatar/BuiAvatarFallback.vue +0 -11
  1513. package/src/components/ui/avatar/BuiAvatarImage.vue +0 -9
  1514. package/src/components/ui/badge/BuiBadge.vue +0 -36
  1515. package/src/components/ui/badge/index.ts +0 -18
  1516. package/src/components/ui/button/BuiButton.vue +0 -37
  1517. package/src/components/ui/button/index.ts +0 -41
  1518. package/src/components/ui/calendar/BuiCalendar.vue +0 -322
  1519. package/src/components/ui/card/BuiCard.vue +0 -23
  1520. package/src/components/ui/checkbox/BuiCheckbox.vue +0 -35
  1521. package/src/components/ui/collapsible/BuiCollapsible.vue +0 -15
  1522. package/src/components/ui/collapsible/BuiCollapsibleContent.vue +0 -11
  1523. package/src/components/ui/collapsible/BuiCollapsibleTrigger.vue +0 -11
  1524. package/src/components/ui/color-picker/BuiColorPicker.vue +0 -215
  1525. package/src/components/ui/command/BuiCommand.vue +0 -26
  1526. package/src/components/ui/command/BuiCommandDialog.vue +0 -23
  1527. package/src/components/ui/command/BuiCommandEmpty.vue +0 -13
  1528. package/src/components/ui/command/BuiCommandGroup.vue +0 -23
  1529. package/src/components/ui/command/BuiCommandInput.vue +0 -29
  1530. package/src/components/ui/command/BuiCommandItem.vue +0 -25
  1531. package/src/components/ui/command/BuiCommandList.vue +0 -21
  1532. package/src/components/ui/command/BuiCommandNewItem.vue +0 -32
  1533. package/src/components/ui/command/BuiCommandSeparator.vue +0 -13
  1534. package/src/components/ui/context-menu/BuiContextMenu.vue +0 -15
  1535. package/src/components/ui/context-menu/BuiContextMenuCheckboxItem.vue +0 -35
  1536. package/src/components/ui/context-menu/BuiContextMenuContent.vue +0 -31
  1537. package/src/components/ui/context-menu/BuiContextMenuGroup.vue +0 -11
  1538. package/src/components/ui/context-menu/BuiContextMenuItem.vue +0 -27
  1539. package/src/components/ui/context-menu/BuiContextMenuLabel.vue +0 -17
  1540. package/src/components/ui/context-menu/BuiContextMenuPortal.vue +0 -11
  1541. package/src/components/ui/context-menu/BuiContextMenuRadioGroup.vue +0 -19
  1542. package/src/components/ui/context-menu/BuiContextMenuRadioItem.vue +0 -35
  1543. package/src/components/ui/context-menu/BuiContextMenuSeparator.vue +0 -13
  1544. package/src/components/ui/context-menu/BuiContextMenuSub.vue +0 -19
  1545. package/src/components/ui/context-menu/BuiContextMenuSubContent.vue +0 -28
  1546. package/src/components/ui/context-menu/BuiContextMenuSubTrigger.vue +0 -23
  1547. package/src/components/ui/context-menu/BuiContextMenuTrigger.vue +0 -11
  1548. package/src/components/ui/dialog/BuiDialog.vue +0 -14
  1549. package/src/components/ui/dialog/BuiDialogClose.vue +0 -11
  1550. package/src/components/ui/dialog/BuiDialogContent.vue +0 -44
  1551. package/src/components/ui/dialog/BuiDialogDescription.vue +0 -15
  1552. package/src/components/ui/dialog/BuiDialogTitle.vue +0 -20
  1553. package/src/components/ui/dialog/BuiDialogTrigger.vue +0 -11
  1554. package/src/components/ui/dropdown-menu/BuiDropdownMenu.vue +0 -19
  1555. package/src/components/ui/dropdown-menu/BuiDropdownMenuCheckboxItem.vue +0 -33
  1556. package/src/components/ui/dropdown-menu/BuiDropdownMenuContent.vue +0 -33
  1557. package/src/components/ui/dropdown-menu/BuiDropdownMenuGroup.vue +0 -11
  1558. package/src/components/ui/dropdown-menu/BuiDropdownMenuItem.vue +0 -21
  1559. package/src/components/ui/dropdown-menu/BuiDropdownMenuLabel.vue +0 -20
  1560. package/src/components/ui/dropdown-menu/BuiDropdownMenuRadioGroup.vue +0 -17
  1561. package/src/components/ui/dropdown-menu/BuiDropdownMenuRadioItem.vue +0 -34
  1562. package/src/components/ui/dropdown-menu/BuiDropdownMenuSeparator.vue +0 -9
  1563. package/src/components/ui/dropdown-menu/BuiDropdownMenuSub.vue +0 -19
  1564. package/src/components/ui/dropdown-menu/BuiDropdownMenuSubContent.vue +0 -28
  1565. package/src/components/ui/dropdown-menu/BuiDropdownMenuSubTrigger.vue +0 -22
  1566. package/src/components/ui/dropdown-menu/BuiDropdownMenuTrigger.vue +0 -11
  1567. package/src/components/ui/dropdown-menu/index.ts +0 -16
  1568. package/src/components/ui/form/BuiFormControl.vue +0 -16
  1569. package/src/components/ui/form/BuiFormItem.vue +0 -27
  1570. package/src/components/ui/form/BuiFormLabel.vue +0 -30
  1571. package/src/components/ui/health/BuiHealth.vue +0 -77
  1572. package/src/components/ui/health/index.ts +0 -22
  1573. package/src/components/ui/hover-card/BuiHoverCard.vue +0 -12
  1574. package/src/components/ui/hover-card/BuiHoverCardContent.vue +0 -31
  1575. package/src/components/ui/hover-card/BuiHoverCardTrigger.vue +0 -11
  1576. package/src/components/ui/input/BuiBadgedInput.vue +0 -31
  1577. package/src/components/ui/input/BuiColorInput.vue +0 -86
  1578. package/src/components/ui/input/BuiInput.vue +0 -55
  1579. package/src/components/ui/input/BuiPasswordInput.vue +0 -39
  1580. package/src/components/ui/input/index.ts +0 -22
  1581. package/src/components/ui/label/BuiLabel.vue +0 -15
  1582. package/src/components/ui/pagination/BuiPaginationCommon.vue +0 -80
  1583. package/src/components/ui/pagination/BuiPaginationEllipsis.vue +0 -25
  1584. package/src/components/ui/pagination/BuiPaginationFirst.vue +0 -20
  1585. package/src/components/ui/pagination/BuiPaginationLast.vue +0 -20
  1586. package/src/components/ui/pagination/BuiPaginationNext.vue +0 -20
  1587. package/src/components/ui/pagination/BuiPaginationPrev.vue +0 -20
  1588. package/src/components/ui/pagination/index.ts +0 -11
  1589. package/src/components/ui/popover/BuiPopover.vue +0 -15
  1590. package/src/components/ui/popover/BuiPopoverContent.vue +0 -33
  1591. package/src/components/ui/popover/BuiPopoverTrigger.vue +0 -11
  1592. package/src/components/ui/progress/BuiProgress.vue +0 -58
  1593. package/src/components/ui/progress/index.ts +0 -46
  1594. package/src/components/ui/radio-group/BuiRadioGroup.vue +0 -29
  1595. package/src/components/ui/radio-group/BuiRadioGroupItem.vue +0 -26
  1596. package/src/components/ui/scroll-area/BuiScrollArea.vue +0 -29
  1597. package/src/components/ui/scroll-area/BuiScrollBar.vue +0 -34
  1598. package/src/components/ui/select/Bui.vue +0 -48
  1599. package/src/components/ui/select/BuiSelect.vue +0 -20
  1600. package/src/components/ui/select/BuiSelectContent.vue +0 -48
  1601. package/src/components/ui/select/BuiSelectGroup.vue +0 -12
  1602. package/src/components/ui/select/BuiSelectItem.vue +0 -29
  1603. package/src/components/ui/select/BuiSelectItemText.vue +0 -11
  1604. package/src/components/ui/select/BuiSelectLabel.vue +0 -12
  1605. package/src/components/ui/select/BuiSelectSeparator.vue +0 -10
  1606. package/src/components/ui/select/BuiSelectTrigger.vue +0 -33
  1607. package/src/components/ui/select/BuiSelectValue.vue +0 -11
  1608. package/src/components/ui/separator/BuiSeparator.vue +0 -15
  1609. package/src/components/ui/sheet/BuiSheet.vue +0 -19
  1610. package/src/components/ui/sheet/BuiSheetClose.vue +0 -11
  1611. package/src/components/ui/sheet/BuiSheetContent.vue +0 -56
  1612. package/src/components/ui/sheet/BuiSheetDescription.vue +0 -22
  1613. package/src/components/ui/sheet/BuiSheetTitle.vue +0 -22
  1614. package/src/components/ui/sheet/BuiSheetTrigger.vue +0 -11
  1615. package/src/components/ui/skeleton/Skeleton.vue +0 -14
  1616. package/src/components/ui/slider/BuiSlider.vue +0 -24
  1617. package/src/components/ui/stepper/BuiStepper.vue +0 -31
  1618. package/src/components/ui/stepper/BuiStepperDescription.vue +0 -23
  1619. package/src/components/ui/stepper/BuiStepperIndicator.vue +0 -35
  1620. package/src/components/ui/stepper/BuiStepperItem.vue +0 -27
  1621. package/src/components/ui/stepper/BuiStepperSeparator.vue +0 -31
  1622. package/src/components/ui/stepper/BuiStepperTitle.vue +0 -23
  1623. package/src/components/ui/stepper/BuiStepperTrigger.vue +0 -26
  1624. package/src/components/ui/switch/BuiSwitch.vue +0 -47
  1625. package/src/components/ui/table/BuiDataTable.vue +0 -537
  1626. package/src/components/ui/table/BuiDataTableColumnList.vue +0 -36
  1627. package/src/components/ui/table/BuiTable.vue +0 -16
  1628. package/src/components/ui/table/BuiTableEmpty.vue +0 -28
  1629. package/src/components/ui/table/BuiTableFooter.vue +0 -18
  1630. package/src/components/ui/table/BuiTableHead.vue +0 -56
  1631. package/src/components/ui/table/BuiTableHeader.vue +0 -30
  1632. package/src/components/ui/table/BuiTableRow.vue +0 -37
  1633. package/src/components/ui/table/BuiTableRowSubrow.vue +0 -50
  1634. package/src/components/ui/table/index.ts +0 -26
  1635. package/src/components/ui/tabs/BuiTabs.vue +0 -18
  1636. package/src/components/ui/tabs/BuiTabsContent.vue +0 -20
  1637. package/src/components/ui/tabs/BuiTabsList.vue +0 -18
  1638. package/src/components/ui/tabs/BuiTabsTrigger.vue +0 -20
  1639. package/src/components/ui/tabs/index.ts +0 -39
  1640. package/src/components/ui/textarea/BuiTextarea.vue +0 -54
  1641. package/src/components/ui/textarea/index.ts +0 -19
  1642. package/src/components/ui/toast/BuiToast.vue +0 -32
  1643. package/src/components/ui/toast/BuiToastAction.vue +0 -20
  1644. package/src/components/ui/toast/BuiToastClose.vue +0 -15
  1645. package/src/components/ui/toast/BuiToastDescription.vue +0 -12
  1646. package/src/components/ui/toast/BuiToastProvider.vue +0 -11
  1647. package/src/components/ui/toast/BuiToastTitle.vue +0 -12
  1648. package/src/components/ui/toast/BuiToastViewport.vue +0 -10
  1649. package/src/components/ui/toast/index.ts +0 -27
  1650. package/src/components/ui/toggle/BuiToggle.vue +0 -49
  1651. package/src/components/ui/toggle/index.ts +0 -24
  1652. package/src/components/ui/toggle-group/BuiToggleGroup.vue +0 -34
  1653. package/src/components/ui/toggle-group/BuiToggleGroupItem.vue +0 -35
  1654. package/src/components/ui/tooltip/BuiTooltip.vue +0 -19
  1655. package/src/components/ui/tooltip/BuiTooltipContent.vue +0 -37
  1656. package/src/components/ui/tooltip/BuiTooltipProvider.vue +0 -11
  1657. package/src/components/ui/tooltip/BuiTooltipTrigger.vue +0 -11
  1658. package/src/histoire-setup.ts +0 -1
  1659. package/src/tailwind-preset.ts +0 -130
  1660. /package/dist/components/{ui/accordion → accordion}/index.d.ts +0 -0
  1661. /package/dist/components/{ui/alert → alert}/BuiAlert.js +0 -0
  1662. /package/dist/components/{ui/alert → alert}/index.d.ts +0 -0
  1663. /package/dist/components/{ui/alert-dialog → alert-dialog}/index.d.ts +0 -0
  1664. /package/dist/components/{ui/aspect-ratio → aspect-ratio}/index.d.ts +0 -0
  1665. /package/dist/components/{ui/avatar → avatar}/BuiAvatar.js +0 -0
  1666. /package/dist/components/{ui/avatar → avatar}/index.d.ts +0 -0
  1667. /package/dist/components/{ui/badge → badge}/BuiBadge.js +0 -0
  1668. /package/dist/components/{ui/badge → badge}/index.d.ts +0 -0
  1669. /package/dist/components/{ui/calendar → calendar}/index.d.ts +0 -0
  1670. /package/dist/components/{ui/card → card}/index.d.ts +0 -0
  1671. /package/dist/components/{ui/checkbox → checkbox}/index.d.ts +0 -0
  1672. /package/dist/components/{ui/collapsible → collapsible}/index.d.ts +0 -0
  1673. /package/dist/components/{ui/color-picker → color-picker}/BuiColorPicker.js +0 -0
  1674. /package/dist/components/{ui/color-picker → color-picker}/index.d.ts +0 -0
  1675. /package/dist/components/{ui/command → command}/index.d.ts +0 -0
  1676. /package/dist/components/{ui/context-menu → context-menu}/index.d.ts +0 -0
  1677. /package/dist/components/{ui/dialog → dialog}/index.d.ts +0 -0
  1678. /package/dist/components/{ui/form → form}/BuiFormItem.vue.d.ts +0 -0
  1679. /package/dist/components/{ui/form → form}/BuiFormMessage.vue.d.ts +0 -0
  1680. /package/dist/components/{ui/form → form}/index.d.ts +0 -0
  1681. /package/dist/components/{ui/form → form}/useFormField.d.ts +0 -0
  1682. /package/dist/components/{ui/health → health}/BuiHealth.js +0 -0
  1683. /package/dist/components/{ui/health → health}/index.d.ts +0 -0
  1684. /package/dist/components/{ui/hover-card → hover-card}/index.d.ts +0 -0
  1685. /package/dist/components/{ui/input → input}/BuiBadgedInput.js +0 -0
  1686. /package/dist/components/{ui/input → input}/BuiColorInput.js +0 -0
  1687. /package/dist/components/{ui/input → input}/BuiInput.js +0 -0
  1688. /package/dist/components/{ui/input → input}/BuiPasswordInput.js +0 -0
  1689. /package/dist/components/{ui/input → input}/index.d.ts +0 -0
  1690. /package/dist/components/{ui/label → label}/index.d.ts +0 -0
  1691. /package/dist/components/{ui/popover → popover}/index.d.ts +0 -0
  1692. /package/dist/components/{ui/progress → progress}/BuiProgress.js +0 -0
  1693. /package/dist/components/{ui/progress → progress}/index.d.ts +0 -0
  1694. /package/dist/components/{ui/radio-group → radio-group}/index.d.ts +0 -0
  1695. /package/dist/components/{ui/scroll-area → scroll-area}/index.d.ts +0 -0
  1696. /package/dist/components/{ui/select → select}/index.d.ts +0 -0
  1697. /package/dist/components/{ui/separator → separator}/index.d.ts +0 -0
  1698. /package/dist/components/{ui/sheet → sheet}/BuiSheetContent.js +0 -0
  1699. /package/dist/components/{ui/sheet → sheet}/index.d.ts +0 -0
  1700. /package/dist/components/{ui/skeleton → skeleton}/index.d.ts +0 -0
  1701. /package/dist/components/{ui/slider → slider}/index.d.ts +0 -0
  1702. /package/dist/components/{ui/stepper → stepper}/index.d.ts +0 -0
  1703. /package/dist/components/{ui/switch → switch}/index.d.ts +0 -0
  1704. /package/dist/components/{ui/table → table}/BuiDataTable.js +0 -0
  1705. /package/dist/components/{ui/table → table}/BuiTableRowSubrow.js +0 -0
  1706. /package/dist/components/{ui/tabs → tabs}/BuiTabsList.js +0 -0
  1707. /package/dist/components/{ui/tabs → tabs}/BuiTabsTrigger.js +0 -0
  1708. /package/dist/components/{ui/tabs → tabs}/index.d.ts +0 -0
  1709. /package/dist/components/{ui/textarea → textarea}/BuiTextarea.js +0 -0
  1710. /package/dist/components/{ui/textarea → textarea}/index.d.ts +0 -0
  1711. /package/dist/components/{ui/toast → toast}/BuiToast.js +0 -0
  1712. /package/dist/components/{ui/toast → toast}/BuiToaster.js +0 -0
  1713. /package/dist/components/{ui/toast → toast}/BuiToaster.vue.d.ts +0 -0
  1714. /package/dist/components/{ui/toast → toast}/index.d.ts +0 -0
  1715. /package/dist/components/{ui/toast → toast}/use-toast.d.ts +0 -0
  1716. /package/dist/components/{ui/toast → toast}/use-toast.js +0 -0
  1717. /package/dist/components/{ui/toggle → toggle}/index.d.ts +0 -0
  1718. /package/dist/components/{ui/toggle-group → toggle-group}/index.d.ts +0 -0
  1719. /package/dist/components/{ui/tooltip → tooltip}/index.d.ts +0 -0
  1720. /package/src/components/{ui/accordion → accordion}/index.ts +0 -0
  1721. /package/src/components/{ui/alert → alert}/BuiAlertDescription.vue +0 -0
  1722. /package/src/components/{ui/alert → alert}/BuiAlertTitle.vue +0 -0
  1723. /package/src/components/{ui/alert → alert}/index.ts +0 -0
  1724. /package/src/components/{ui/alert-dialog → alert-dialog}/BuiAlertDialogFooter.vue +0 -0
  1725. /package/src/components/{ui/alert-dialog → alert-dialog}/BuiAlertDialogHeader.vue +0 -0
  1726. /package/src/components/{ui/alert-dialog → alert-dialog}/index.ts +0 -0
  1727. /package/src/components/{ui/aspect-ratio → aspect-ratio}/index.ts +0 -0
  1728. /package/src/components/{ui/avatar → avatar}/index.ts +0 -0
  1729. /package/src/components/{ui/calendar → calendar}/index.ts +0 -0
  1730. /package/src/components/{ui/card → card}/BuiCardContent.vue +0 -0
  1731. /package/src/components/{ui/card → card}/BuiCardDescription.vue +0 -0
  1732. /package/src/components/{ui/card → card}/BuiCardFooter.vue +0 -0
  1733. /package/src/components/{ui/card → card}/BuiCardHeader.vue +0 -0
  1734. /package/src/components/{ui/card → card}/BuiCardTitle.vue +0 -0
  1735. /package/src/components/{ui/card → card}/index.ts +0 -0
  1736. /package/src/components/{ui/checkbox → checkbox}/index.ts +0 -0
  1737. /package/src/components/{ui/collapsible → collapsible}/index.ts +0 -0
  1738. /package/src/components/{ui/color-picker → color-picker}/index.ts +0 -0
  1739. /package/src/components/{ui/command → command}/BuiCommandShortcut.vue +0 -0
  1740. /package/src/components/{ui/command → command}/index.ts +0 -0
  1741. /package/src/components/{ui/context-menu → context-menu}/BuiContextMenuShortcut.vue +0 -0
  1742. /package/src/components/{ui/context-menu → context-menu}/index.ts +0 -0
  1743. /package/src/components/{ui/dialog → dialog}/BuiDialogFooter.vue +0 -0
  1744. /package/src/components/{ui/dialog → dialog}/BuiDialogHeader.vue +0 -0
  1745. /package/src/components/{ui/dialog → dialog}/index.ts +0 -0
  1746. /package/src/components/{ui/dropdown-menu → dropdown-menu}/BuiDropdownMenuShortcut.vue +0 -0
  1747. /package/src/components/{ui/form → form}/BuiFormDescription.vue +0 -0
  1748. /package/src/components/{ui/form → form}/BuiFormMessage.vue +0 -0
  1749. /package/src/components/{ui/form → form}/index.ts +0 -0
  1750. /package/src/components/{ui/form → form}/useFormField.ts +0 -0
  1751. /package/src/components/{ui/hover-card → hover-card}/index.ts +0 -0
  1752. /package/src/components/{ui/label → label}/index.ts +0 -0
  1753. /package/src/components/{ui/popover → popover}/index.ts +0 -0
  1754. /package/src/components/{ui/radio-group → radio-group}/index.ts +0 -0
  1755. /package/src/components/{ui/scroll-area → scroll-area}/index.ts +0 -0
  1756. /package/src/components/{ui/select → select}/index.ts +0 -0
  1757. /package/src/components/{ui/separator → separator}/index.ts +0 -0
  1758. /package/src/components/{ui/sheet → sheet}/BuiSheetFooter.vue +0 -0
  1759. /package/src/components/{ui/sheet → sheet}/BuiSheetHeader.vue +0 -0
  1760. /package/src/components/{ui/sheet → sheet}/index.ts +0 -0
  1761. /package/src/components/{ui/skeleton → skeleton}/index.ts +0 -0
  1762. /package/src/components/{ui/slider → slider}/index.ts +0 -0
  1763. /package/src/components/{ui/stepper → stepper}/index.ts +0 -0
  1764. /package/src/components/{ui/switch → switch}/index.ts +0 -0
  1765. /package/src/components/{ui/table → table}/BuiTableBody.vue +0 -0
  1766. /package/src/components/{ui/table → table}/BuiTableCaption.vue +0 -0
  1767. /package/src/components/{ui/table → table}/BuiTableCell.vue +0 -0
  1768. /package/src/components/{ui/toast → toast}/BuiToaster.vue +0 -0
  1769. /package/src/components/{ui/toast → toast}/use-toast.ts +0 -0
  1770. /package/src/components/{ui/toggle-group → toggle-group}/index.ts +0 -0
  1771. /package/src/components/{ui/tooltip → tooltip}/index.ts +0 -0
  1772. /package/src/{components/stories → stories}/data/tasks.json +0 -0
@@ -0,0 +1,3108 @@
1
+ import { defineComponent as $, createBlock as Y, openBlock as G, unref as b, mergeProps as se, withCtx as ne, renderSlot as O, provide as He, useAttrs as he, createElementBlock as Ge, inject as pe, toValue as Xe, toRef as Qe, normalizeClass as er, h as j } from "vue";
2
+ import { FieldContextKey as rr, useFieldError as tr, useIsFieldTouched as or, useIsFieldDirty as sr, useIsFieldValid as nr, ErrorMessage as ar } from "vee-validate";
3
+ import { S as ir } from "./Slot-Dq7aellU.js";
4
+ import { u as lr } from "./useId-D4hM1ljW.js";
5
+ import { u as cr } from "./useForwardExpose-DmyWSR4F.js";
6
+ import { P as Te } from "./Primitive-EBuBc72_.js";
7
+ var dr = /* @__PURE__ */ $({
8
+ __name: "Label",
9
+ props: {
10
+ for: {
11
+ type: String,
12
+ required: !1
13
+ },
14
+ asChild: {
15
+ type: Boolean,
16
+ required: !1
17
+ },
18
+ as: {
19
+ type: null,
20
+ required: !1,
21
+ default: "label"
22
+ }
23
+ },
24
+ setup(e) {
25
+ const o = e;
26
+ return cr(), (r, t) => (G(), Y(b(Te), se(o, { onMousedown: t[0] || (t[0] = (s) => {
27
+ !s.defaultPrevented && s.detail > 1 && s.preventDefault();
28
+ }) }), {
29
+ default: ne(() => [O(r.$slots, "default")]),
30
+ _: 3
31
+ }, 16));
32
+ }
33
+ }), mr = dr;
34
+ function Ve(e) {
35
+ var o, r, t = "";
36
+ if (typeof e == "string" || typeof e == "number") t += e;
37
+ else if (typeof e == "object") if (Array.isArray(e)) {
38
+ var s = e.length;
39
+ for (o = 0; o < s; o++) e[o] && (r = Ve(e[o])) && (t && (t += " "), t += r);
40
+ } else for (r in e) e[r] && (t && (t += " "), t += r);
41
+ return t;
42
+ }
43
+ function Le() {
44
+ for (var e, o, r = 0, t = "", s = arguments.length; r < s; r++) (e = arguments[r]) && (o = Ve(e)) && (t && (t += " "), t += o);
45
+ return t;
46
+ }
47
+ const ye = "-", ur = (e) => {
48
+ const o = fr(e), {
49
+ conflictingClassGroups: r,
50
+ conflictingClassGroupModifiers: t
51
+ } = e;
52
+ return {
53
+ getClassGroupId: (l) => {
54
+ const f = l.split(ye);
55
+ return f[0] === "" && f.length !== 1 && f.shift(), Be(f, o) || pr(l);
56
+ },
57
+ getConflictingClassGroupIds: (l, f) => {
58
+ const m = r[l] || [];
59
+ return f && t[l] ? [...m, ...t[l]] : m;
60
+ }
61
+ };
62
+ }, Be = (e, o) => {
63
+ if (e.length === 0)
64
+ return o.classGroupId;
65
+ const r = e[0], t = o.nextPart.get(r), s = t ? Be(e.slice(1), t) : void 0;
66
+ if (s)
67
+ return s;
68
+ if (o.validators.length === 0)
69
+ return;
70
+ const i = e.join(ye);
71
+ return o.validators.find(({
72
+ validator: l
73
+ }) => l(i))?.classGroupId;
74
+ }, Ae = /^\[(.+)\]$/, pr = (e) => {
75
+ if (Ae.test(e)) {
76
+ const o = Ae.exec(e)[1], r = o?.substring(0, o.indexOf(":"));
77
+ if (r)
78
+ return "arbitrary.." + r;
79
+ }
80
+ }, fr = (e) => {
81
+ const {
82
+ theme: o,
83
+ classGroups: r
84
+ } = e, t = {
85
+ nextPart: /* @__PURE__ */ new Map(),
86
+ validators: []
87
+ };
88
+ for (const s in r)
89
+ fe(r[s], t, s, o);
90
+ return t;
91
+ }, fe = (e, o, r, t) => {
92
+ e.forEach((s) => {
93
+ if (typeof s == "string") {
94
+ const i = s === "" ? o : Se(o, s);
95
+ i.classGroupId = r;
96
+ return;
97
+ }
98
+ if (typeof s == "function") {
99
+ if (br(s)) {
100
+ fe(s(t), o, r, t);
101
+ return;
102
+ }
103
+ o.validators.push({
104
+ validator: s,
105
+ classGroupId: r
106
+ });
107
+ return;
108
+ }
109
+ Object.entries(s).forEach(([i, l]) => {
110
+ fe(l, Se(o, i), r, t);
111
+ });
112
+ });
113
+ }, Se = (e, o) => {
114
+ let r = e;
115
+ return o.split(ye).forEach((t) => {
116
+ r.nextPart.has(t) || r.nextPart.set(t, {
117
+ nextPart: /* @__PURE__ */ new Map(),
118
+ validators: []
119
+ }), r = r.nextPart.get(t);
120
+ }), r;
121
+ }, br = (e) => e.isThemeGetter, gr = (e) => {
122
+ if (e < 1)
123
+ return {
124
+ get: () => {
125
+ },
126
+ set: () => {
127
+ }
128
+ };
129
+ let o = 0, r = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
130
+ const s = (i, l) => {
131
+ r.set(i, l), o++, o > e && (o = 0, t = r, r = /* @__PURE__ */ new Map());
132
+ };
133
+ return {
134
+ get(i) {
135
+ let l = r.get(i);
136
+ if (l !== void 0)
137
+ return l;
138
+ if ((l = t.get(i)) !== void 0)
139
+ return s(i, l), l;
140
+ },
141
+ set(i, l) {
142
+ r.has(i) ? r.set(i, l) : s(i, l);
143
+ }
144
+ };
145
+ }, be = "!", ge = ":", hr = ge.length, yr = (e) => {
146
+ const {
147
+ prefix: o,
148
+ experimentalParseClassName: r
149
+ } = e;
150
+ let t = (s) => {
151
+ const i = [];
152
+ let l = 0, f = 0, m = 0, p;
153
+ for (let v = 0; v < s.length; v++) {
154
+ let k = s[v];
155
+ if (l === 0 && f === 0) {
156
+ if (k === ge) {
157
+ i.push(s.slice(m, v)), m = v + hr;
158
+ continue;
159
+ }
160
+ if (k === "/") {
161
+ p = v;
162
+ continue;
163
+ }
164
+ }
165
+ k === "[" ? l++ : k === "]" ? l-- : k === "(" ? f++ : k === ")" && f--;
166
+ }
167
+ const g = i.length === 0 ? s : s.substring(m), w = xr(g), _ = w !== g, P = p && p > m ? p - m : void 0;
168
+ return {
169
+ modifiers: i,
170
+ hasImportantModifier: _,
171
+ baseClassName: w,
172
+ maybePostfixModifierPosition: P
173
+ };
174
+ };
175
+ if (o) {
176
+ const s = o + ge, i = t;
177
+ t = (l) => l.startsWith(s) ? i(l.substring(s.length)) : {
178
+ isExternal: !0,
179
+ modifiers: [],
180
+ hasImportantModifier: !1,
181
+ baseClassName: l,
182
+ maybePostfixModifierPosition: void 0
183
+ };
184
+ }
185
+ if (r) {
186
+ const s = t;
187
+ t = (i) => r({
188
+ className: i,
189
+ parseClassName: s
190
+ });
191
+ }
192
+ return t;
193
+ }, xr = (e) => e.endsWith(be) ? e.substring(0, e.length - 1) : e.startsWith(be) ? e.substring(1) : e, wr = (e) => {
194
+ const o = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
195
+ return (t) => {
196
+ if (t.length <= 1)
197
+ return t;
198
+ const s = [];
199
+ let i = [];
200
+ return t.forEach((l) => {
201
+ l[0] === "[" || o[l] ? (s.push(...i.sort(), l), i = []) : i.push(l);
202
+ }), s.push(...i.sort()), s;
203
+ };
204
+ }, vr = (e) => ({
205
+ cache: gr(e.cacheSize),
206
+ parseClassName: yr(e),
207
+ sortModifiers: wr(e),
208
+ ...ur(e)
209
+ }), kr = /\s+/, Cr = (e, o) => {
210
+ const {
211
+ parseClassName: r,
212
+ getClassGroupId: t,
213
+ getConflictingClassGroupIds: s,
214
+ sortModifiers: i
215
+ } = o, l = [], f = e.trim().split(kr);
216
+ let m = "";
217
+ for (let p = f.length - 1; p >= 0; p -= 1) {
218
+ const g = f[p], {
219
+ isExternal: w,
220
+ modifiers: _,
221
+ hasImportantModifier: P,
222
+ baseClassName: v,
223
+ maybePostfixModifierPosition: k
224
+ } = r(g);
225
+ if (w) {
226
+ m = g + (m.length > 0 ? " " + m : m);
227
+ continue;
228
+ }
229
+ let z = !!k, R = t(z ? v.substring(0, k) : v);
230
+ if (!R) {
231
+ if (!z) {
232
+ m = g + (m.length > 0 ? " " + m : m);
233
+ continue;
234
+ }
235
+ if (R = t(v), !R) {
236
+ m = g + (m.length > 0 ? " " + m : m);
237
+ continue;
238
+ }
239
+ z = !1;
240
+ }
241
+ const Z = i(_).join(":"), q = P ? Z + be : Z, T = q + R;
242
+ if (l.includes(T))
243
+ continue;
244
+ l.push(T);
245
+ const V = s(R, z);
246
+ for (let E = 0; E < V.length; ++E) {
247
+ const W = V[E];
248
+ l.push(q + W);
249
+ }
250
+ m = g + (m.length > 0 ? " " + m : m);
251
+ }
252
+ return m;
253
+ };
254
+ function _r() {
255
+ let e = 0, o, r, t = "";
256
+ for (; e < arguments.length; )
257
+ (o = arguments[e++]) && (r = je(o)) && (t && (t += " "), t += r);
258
+ return t;
259
+ }
260
+ const je = (e) => {
261
+ if (typeof e == "string")
262
+ return e;
263
+ let o, r = "";
264
+ for (let t = 0; t < e.length; t++)
265
+ e[t] && (o = je(e[t])) && (r && (r += " "), r += o);
266
+ return r;
267
+ };
268
+ function zr(e, ...o) {
269
+ let r, t, s, i = l;
270
+ function l(m) {
271
+ const p = o.reduce((g, w) => w(g), e());
272
+ return r = vr(p), t = r.cache.get, s = r.cache.set, i = f, f(m);
273
+ }
274
+ function f(m) {
275
+ const p = t(m);
276
+ if (p)
277
+ return p;
278
+ const g = Cr(m, r);
279
+ return s(m, g), g;
280
+ }
281
+ return function() {
282
+ return i(_r.apply(null, arguments));
283
+ };
284
+ }
285
+ const h = (e) => {
286
+ const o = (r) => r[e] || [];
287
+ return o.isThemeGetter = !0, o;
288
+ }, Oe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ue = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ir = /^\d+\/\d+$/, Mr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ar = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Sr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Pr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Rr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, B = (e) => Ir.test(e), u = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), me = (e) => e.endsWith("%") && u(e.slice(0, -1)), A = (e) => Mr.test(e), Er = () => !0, Nr = (e) => (
289
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
290
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
291
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
292
+ Ar.test(e) && !Sr.test(e)
293
+ ), De = () => !1, Fr = (e) => Pr.test(e), $r = (e) => Rr.test(e), Gr = (e) => !n(e) && !a(e), Tr = (e) => U(e, Je, De), n = (e) => Oe.test(e), F = (e) => U(e, Ke, Nr), ue = (e) => U(e, Or, u), Pe = (e) => U(e, qe, De), Vr = (e) => U(e, We, $r), te = (e) => U(e, Ye, Fr), a = (e) => Ue.test(e), J = (e) => D(e, Ke), Lr = (e) => D(e, Ur), Re = (e) => D(e, qe), Br = (e) => D(e, Je), jr = (e) => D(e, We), oe = (e) => D(e, Ye, !0), U = (e, o, r) => {
294
+ const t = Oe.exec(e);
295
+ return t ? t[1] ? o(t[1]) : r(t[2]) : !1;
296
+ }, D = (e, o, r = !1) => {
297
+ const t = Ue.exec(e);
298
+ return t ? t[1] ? o(t[1]) : r : !1;
299
+ }, qe = (e) => e === "position" || e === "percentage", We = (e) => e === "image" || e === "url", Je = (e) => e === "length" || e === "size" || e === "bg-size", Ke = (e) => e === "length", Or = (e) => e === "number", Ur = (e) => e === "family-name", Ye = (e) => e === "shadow", Dr = () => {
300
+ const e = h("color"), o = h("font"), r = h("text"), t = h("font-weight"), s = h("tracking"), i = h("leading"), l = h("breakpoint"), f = h("container"), m = h("spacing"), p = h("radius"), g = h("shadow"), w = h("inset-shadow"), _ = h("text-shadow"), P = h("drop-shadow"), v = h("blur"), k = h("perspective"), z = h("aspect"), R = h("ease"), Z = h("animate"), q = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
301
+ "center",
302
+ "top",
303
+ "bottom",
304
+ "left",
305
+ "right",
306
+ "top-left",
307
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
308
+ "left-top",
309
+ "top-right",
310
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
311
+ "right-top",
312
+ "bottom-right",
313
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
314
+ "right-bottom",
315
+ "bottom-left",
316
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
317
+ "left-bottom"
318
+ ], V = () => [...T(), a, n], E = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], d = () => [a, n, m], I = () => [B, "full", "auto", ...d()], we = () => [S, "none", "subgrid", a, n], ve = () => ["auto", {
319
+ span: ["full", S, a, n]
320
+ }, S, a, n], H = () => [S, "auto", a, n], ke = () => ["auto", "min", "max", "fr", a, n], le = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...d()], N = () => [B, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], c = () => [e, a, n], Ce = () => [...T(), Re, Pe, {
321
+ position: [a, n]
322
+ }], _e = () => ["no-repeat", {
323
+ repeat: ["", "x", "y", "space", "round"]
324
+ }], ze = () => ["auto", "cover", "contain", Br, Tr, {
325
+ size: [a, n]
326
+ }], ce = () => [me, J, F], x = () => [
327
+ // Deprecated since Tailwind CSS v4.0.0
328
+ "",
329
+ "none",
330
+ "full",
331
+ p,
332
+ a,
333
+ n
334
+ ], C = () => ["", u, J, F], X = () => ["solid", "dashed", "dotted", "double"], Ie = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], y = () => [u, me, Re, Pe], Me = () => [
335
+ // Deprecated since Tailwind CSS v4.0.0
336
+ "",
337
+ "none",
338
+ v,
339
+ a,
340
+ n
341
+ ], Q = () => ["none", u, a, n], ee = () => ["none", u, a, n], de = () => [u, a, n], re = () => [B, "full", ...d()];
342
+ return {
343
+ cacheSize: 500,
344
+ theme: {
345
+ animate: ["spin", "ping", "pulse", "bounce"],
346
+ aspect: ["video"],
347
+ blur: [A],
348
+ breakpoint: [A],
349
+ color: [Er],
350
+ container: [A],
351
+ "drop-shadow": [A],
352
+ ease: ["in", "out", "in-out"],
353
+ font: [Gr],
354
+ "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
355
+ "inset-shadow": [A],
356
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
357
+ perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
358
+ radius: [A],
359
+ shadow: [A],
360
+ spacing: ["px", u],
361
+ text: [A],
362
+ "text-shadow": [A],
363
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
364
+ },
365
+ classGroups: {
366
+ // --------------
367
+ // --- Layout ---
368
+ // --------------
369
+ /**
370
+ * Aspect Ratio
371
+ * @see https://tailwindcss.com/docs/aspect-ratio
372
+ */
373
+ aspect: [{
374
+ aspect: ["auto", "square", B, n, a, z]
375
+ }],
376
+ /**
377
+ * Container
378
+ * @see https://tailwindcss.com/docs/container
379
+ * @deprecated since Tailwind CSS v4.0.0
380
+ */
381
+ container: ["container"],
382
+ /**
383
+ * Columns
384
+ * @see https://tailwindcss.com/docs/columns
385
+ */
386
+ columns: [{
387
+ columns: [u, n, a, f]
388
+ }],
389
+ /**
390
+ * Break After
391
+ * @see https://tailwindcss.com/docs/break-after
392
+ */
393
+ "break-after": [{
394
+ "break-after": q()
395
+ }],
396
+ /**
397
+ * Break Before
398
+ * @see https://tailwindcss.com/docs/break-before
399
+ */
400
+ "break-before": [{
401
+ "break-before": q()
402
+ }],
403
+ /**
404
+ * Break Inside
405
+ * @see https://tailwindcss.com/docs/break-inside
406
+ */
407
+ "break-inside": [{
408
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
409
+ }],
410
+ /**
411
+ * Box Decoration Break
412
+ * @see https://tailwindcss.com/docs/box-decoration-break
413
+ */
414
+ "box-decoration": [{
415
+ "box-decoration": ["slice", "clone"]
416
+ }],
417
+ /**
418
+ * Box Sizing
419
+ * @see https://tailwindcss.com/docs/box-sizing
420
+ */
421
+ box: [{
422
+ box: ["border", "content"]
423
+ }],
424
+ /**
425
+ * Display
426
+ * @see https://tailwindcss.com/docs/display
427
+ */
428
+ display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
429
+ /**
430
+ * Screen Reader Only
431
+ * @see https://tailwindcss.com/docs/display#screen-reader-only
432
+ */
433
+ sr: ["sr-only", "not-sr-only"],
434
+ /**
435
+ * Floats
436
+ * @see https://tailwindcss.com/docs/float
437
+ */
438
+ float: [{
439
+ float: ["right", "left", "none", "start", "end"]
440
+ }],
441
+ /**
442
+ * Clear
443
+ * @see https://tailwindcss.com/docs/clear
444
+ */
445
+ clear: [{
446
+ clear: ["left", "right", "both", "none", "start", "end"]
447
+ }],
448
+ /**
449
+ * Isolation
450
+ * @see https://tailwindcss.com/docs/isolation
451
+ */
452
+ isolation: ["isolate", "isolation-auto"],
453
+ /**
454
+ * Object Fit
455
+ * @see https://tailwindcss.com/docs/object-fit
456
+ */
457
+ "object-fit": [{
458
+ object: ["contain", "cover", "fill", "none", "scale-down"]
459
+ }],
460
+ /**
461
+ * Object Position
462
+ * @see https://tailwindcss.com/docs/object-position
463
+ */
464
+ "object-position": [{
465
+ object: V()
466
+ }],
467
+ /**
468
+ * Overflow
469
+ * @see https://tailwindcss.com/docs/overflow
470
+ */
471
+ overflow: [{
472
+ overflow: E()
473
+ }],
474
+ /**
475
+ * Overflow X
476
+ * @see https://tailwindcss.com/docs/overflow
477
+ */
478
+ "overflow-x": [{
479
+ "overflow-x": E()
480
+ }],
481
+ /**
482
+ * Overflow Y
483
+ * @see https://tailwindcss.com/docs/overflow
484
+ */
485
+ "overflow-y": [{
486
+ "overflow-y": E()
487
+ }],
488
+ /**
489
+ * Overscroll Behavior
490
+ * @see https://tailwindcss.com/docs/overscroll-behavior
491
+ */
492
+ overscroll: [{
493
+ overscroll: W()
494
+ }],
495
+ /**
496
+ * Overscroll Behavior X
497
+ * @see https://tailwindcss.com/docs/overscroll-behavior
498
+ */
499
+ "overscroll-x": [{
500
+ "overscroll-x": W()
501
+ }],
502
+ /**
503
+ * Overscroll Behavior Y
504
+ * @see https://tailwindcss.com/docs/overscroll-behavior
505
+ */
506
+ "overscroll-y": [{
507
+ "overscroll-y": W()
508
+ }],
509
+ /**
510
+ * Position
511
+ * @see https://tailwindcss.com/docs/position
512
+ */
513
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
514
+ /**
515
+ * Top / Right / Bottom / Left
516
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
517
+ */
518
+ inset: [{
519
+ inset: I()
520
+ }],
521
+ /**
522
+ * Right / Left
523
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
524
+ */
525
+ "inset-x": [{
526
+ "inset-x": I()
527
+ }],
528
+ /**
529
+ * Top / Bottom
530
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
531
+ */
532
+ "inset-y": [{
533
+ "inset-y": I()
534
+ }],
535
+ /**
536
+ * Start
537
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
538
+ */
539
+ start: [{
540
+ start: I()
541
+ }],
542
+ /**
543
+ * End
544
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
545
+ */
546
+ end: [{
547
+ end: I()
548
+ }],
549
+ /**
550
+ * Top
551
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
552
+ */
553
+ top: [{
554
+ top: I()
555
+ }],
556
+ /**
557
+ * Right
558
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
559
+ */
560
+ right: [{
561
+ right: I()
562
+ }],
563
+ /**
564
+ * Bottom
565
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
566
+ */
567
+ bottom: [{
568
+ bottom: I()
569
+ }],
570
+ /**
571
+ * Left
572
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
573
+ */
574
+ left: [{
575
+ left: I()
576
+ }],
577
+ /**
578
+ * Visibility
579
+ * @see https://tailwindcss.com/docs/visibility
580
+ */
581
+ visibility: ["visible", "invisible", "collapse"],
582
+ /**
583
+ * Z-Index
584
+ * @see https://tailwindcss.com/docs/z-index
585
+ */
586
+ z: [{
587
+ z: [S, "auto", a, n]
588
+ }],
589
+ // ------------------------
590
+ // --- Flexbox and Grid ---
591
+ // ------------------------
592
+ /**
593
+ * Flex Basis
594
+ * @see https://tailwindcss.com/docs/flex-basis
595
+ */
596
+ basis: [{
597
+ basis: [B, "full", "auto", f, ...d()]
598
+ }],
599
+ /**
600
+ * Flex Direction
601
+ * @see https://tailwindcss.com/docs/flex-direction
602
+ */
603
+ "flex-direction": [{
604
+ flex: ["row", "row-reverse", "col", "col-reverse"]
605
+ }],
606
+ /**
607
+ * Flex Wrap
608
+ * @see https://tailwindcss.com/docs/flex-wrap
609
+ */
610
+ "flex-wrap": [{
611
+ flex: ["nowrap", "wrap", "wrap-reverse"]
612
+ }],
613
+ /**
614
+ * Flex
615
+ * @see https://tailwindcss.com/docs/flex
616
+ */
617
+ flex: [{
618
+ flex: [u, B, "auto", "initial", "none", n]
619
+ }],
620
+ /**
621
+ * Flex Grow
622
+ * @see https://tailwindcss.com/docs/flex-grow
623
+ */
624
+ grow: [{
625
+ grow: ["", u, a, n]
626
+ }],
627
+ /**
628
+ * Flex Shrink
629
+ * @see https://tailwindcss.com/docs/flex-shrink
630
+ */
631
+ shrink: [{
632
+ shrink: ["", u, a, n]
633
+ }],
634
+ /**
635
+ * Order
636
+ * @see https://tailwindcss.com/docs/order
637
+ */
638
+ order: [{
639
+ order: [S, "first", "last", "none", a, n]
640
+ }],
641
+ /**
642
+ * Grid Template Columns
643
+ * @see https://tailwindcss.com/docs/grid-template-columns
644
+ */
645
+ "grid-cols": [{
646
+ "grid-cols": we()
647
+ }],
648
+ /**
649
+ * Grid Column Start / End
650
+ * @see https://tailwindcss.com/docs/grid-column
651
+ */
652
+ "col-start-end": [{
653
+ col: ve()
654
+ }],
655
+ /**
656
+ * Grid Column Start
657
+ * @see https://tailwindcss.com/docs/grid-column
658
+ */
659
+ "col-start": [{
660
+ "col-start": H()
661
+ }],
662
+ /**
663
+ * Grid Column End
664
+ * @see https://tailwindcss.com/docs/grid-column
665
+ */
666
+ "col-end": [{
667
+ "col-end": H()
668
+ }],
669
+ /**
670
+ * Grid Template Rows
671
+ * @see https://tailwindcss.com/docs/grid-template-rows
672
+ */
673
+ "grid-rows": [{
674
+ "grid-rows": we()
675
+ }],
676
+ /**
677
+ * Grid Row Start / End
678
+ * @see https://tailwindcss.com/docs/grid-row
679
+ */
680
+ "row-start-end": [{
681
+ row: ve()
682
+ }],
683
+ /**
684
+ * Grid Row Start
685
+ * @see https://tailwindcss.com/docs/grid-row
686
+ */
687
+ "row-start": [{
688
+ "row-start": H()
689
+ }],
690
+ /**
691
+ * Grid Row End
692
+ * @see https://tailwindcss.com/docs/grid-row
693
+ */
694
+ "row-end": [{
695
+ "row-end": H()
696
+ }],
697
+ /**
698
+ * Grid Auto Flow
699
+ * @see https://tailwindcss.com/docs/grid-auto-flow
700
+ */
701
+ "grid-flow": [{
702
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
703
+ }],
704
+ /**
705
+ * Grid Auto Columns
706
+ * @see https://tailwindcss.com/docs/grid-auto-columns
707
+ */
708
+ "auto-cols": [{
709
+ "auto-cols": ke()
710
+ }],
711
+ /**
712
+ * Grid Auto Rows
713
+ * @see https://tailwindcss.com/docs/grid-auto-rows
714
+ */
715
+ "auto-rows": [{
716
+ "auto-rows": ke()
717
+ }],
718
+ /**
719
+ * Gap
720
+ * @see https://tailwindcss.com/docs/gap
721
+ */
722
+ gap: [{
723
+ gap: d()
724
+ }],
725
+ /**
726
+ * Gap X
727
+ * @see https://tailwindcss.com/docs/gap
728
+ */
729
+ "gap-x": [{
730
+ "gap-x": d()
731
+ }],
732
+ /**
733
+ * Gap Y
734
+ * @see https://tailwindcss.com/docs/gap
735
+ */
736
+ "gap-y": [{
737
+ "gap-y": d()
738
+ }],
739
+ /**
740
+ * Justify Content
741
+ * @see https://tailwindcss.com/docs/justify-content
742
+ */
743
+ "justify-content": [{
744
+ justify: [...le(), "normal"]
745
+ }],
746
+ /**
747
+ * Justify Items
748
+ * @see https://tailwindcss.com/docs/justify-items
749
+ */
750
+ "justify-items": [{
751
+ "justify-items": [...L(), "normal"]
752
+ }],
753
+ /**
754
+ * Justify Self
755
+ * @see https://tailwindcss.com/docs/justify-self
756
+ */
757
+ "justify-self": [{
758
+ "justify-self": ["auto", ...L()]
759
+ }],
760
+ /**
761
+ * Align Content
762
+ * @see https://tailwindcss.com/docs/align-content
763
+ */
764
+ "align-content": [{
765
+ content: ["normal", ...le()]
766
+ }],
767
+ /**
768
+ * Align Items
769
+ * @see https://tailwindcss.com/docs/align-items
770
+ */
771
+ "align-items": [{
772
+ items: [...L(), {
773
+ baseline: ["", "last"]
774
+ }]
775
+ }],
776
+ /**
777
+ * Align Self
778
+ * @see https://tailwindcss.com/docs/align-self
779
+ */
780
+ "align-self": [{
781
+ self: ["auto", ...L(), {
782
+ baseline: ["", "last"]
783
+ }]
784
+ }],
785
+ /**
786
+ * Place Content
787
+ * @see https://tailwindcss.com/docs/place-content
788
+ */
789
+ "place-content": [{
790
+ "place-content": le()
791
+ }],
792
+ /**
793
+ * Place Items
794
+ * @see https://tailwindcss.com/docs/place-items
795
+ */
796
+ "place-items": [{
797
+ "place-items": [...L(), "baseline"]
798
+ }],
799
+ /**
800
+ * Place Self
801
+ * @see https://tailwindcss.com/docs/place-self
802
+ */
803
+ "place-self": [{
804
+ "place-self": ["auto", ...L()]
805
+ }],
806
+ // Spacing
807
+ /**
808
+ * Padding
809
+ * @see https://tailwindcss.com/docs/padding
810
+ */
811
+ p: [{
812
+ p: d()
813
+ }],
814
+ /**
815
+ * Padding X
816
+ * @see https://tailwindcss.com/docs/padding
817
+ */
818
+ px: [{
819
+ px: d()
820
+ }],
821
+ /**
822
+ * Padding Y
823
+ * @see https://tailwindcss.com/docs/padding
824
+ */
825
+ py: [{
826
+ py: d()
827
+ }],
828
+ /**
829
+ * Padding Start
830
+ * @see https://tailwindcss.com/docs/padding
831
+ */
832
+ ps: [{
833
+ ps: d()
834
+ }],
835
+ /**
836
+ * Padding End
837
+ * @see https://tailwindcss.com/docs/padding
838
+ */
839
+ pe: [{
840
+ pe: d()
841
+ }],
842
+ /**
843
+ * Padding Top
844
+ * @see https://tailwindcss.com/docs/padding
845
+ */
846
+ pt: [{
847
+ pt: d()
848
+ }],
849
+ /**
850
+ * Padding Right
851
+ * @see https://tailwindcss.com/docs/padding
852
+ */
853
+ pr: [{
854
+ pr: d()
855
+ }],
856
+ /**
857
+ * Padding Bottom
858
+ * @see https://tailwindcss.com/docs/padding
859
+ */
860
+ pb: [{
861
+ pb: d()
862
+ }],
863
+ /**
864
+ * Padding Left
865
+ * @see https://tailwindcss.com/docs/padding
866
+ */
867
+ pl: [{
868
+ pl: d()
869
+ }],
870
+ /**
871
+ * Margin
872
+ * @see https://tailwindcss.com/docs/margin
873
+ */
874
+ m: [{
875
+ m: M()
876
+ }],
877
+ /**
878
+ * Margin X
879
+ * @see https://tailwindcss.com/docs/margin
880
+ */
881
+ mx: [{
882
+ mx: M()
883
+ }],
884
+ /**
885
+ * Margin Y
886
+ * @see https://tailwindcss.com/docs/margin
887
+ */
888
+ my: [{
889
+ my: M()
890
+ }],
891
+ /**
892
+ * Margin Start
893
+ * @see https://tailwindcss.com/docs/margin
894
+ */
895
+ ms: [{
896
+ ms: M()
897
+ }],
898
+ /**
899
+ * Margin End
900
+ * @see https://tailwindcss.com/docs/margin
901
+ */
902
+ me: [{
903
+ me: M()
904
+ }],
905
+ /**
906
+ * Margin Top
907
+ * @see https://tailwindcss.com/docs/margin
908
+ */
909
+ mt: [{
910
+ mt: M()
911
+ }],
912
+ /**
913
+ * Margin Right
914
+ * @see https://tailwindcss.com/docs/margin
915
+ */
916
+ mr: [{
917
+ mr: M()
918
+ }],
919
+ /**
920
+ * Margin Bottom
921
+ * @see https://tailwindcss.com/docs/margin
922
+ */
923
+ mb: [{
924
+ mb: M()
925
+ }],
926
+ /**
927
+ * Margin Left
928
+ * @see https://tailwindcss.com/docs/margin
929
+ */
930
+ ml: [{
931
+ ml: M()
932
+ }],
933
+ /**
934
+ * Space Between X
935
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
936
+ */
937
+ "space-x": [{
938
+ "space-x": d()
939
+ }],
940
+ /**
941
+ * Space Between X Reverse
942
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
943
+ */
944
+ "space-x-reverse": ["space-x-reverse"],
945
+ /**
946
+ * Space Between Y
947
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
948
+ */
949
+ "space-y": [{
950
+ "space-y": d()
951
+ }],
952
+ /**
953
+ * Space Between Y Reverse
954
+ * @see https://tailwindcss.com/docs/margin#adding-space-between-children
955
+ */
956
+ "space-y-reverse": ["space-y-reverse"],
957
+ // --------------
958
+ // --- Sizing ---
959
+ // --------------
960
+ /**
961
+ * Size
962
+ * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
963
+ */
964
+ size: [{
965
+ size: N()
966
+ }],
967
+ /**
968
+ * Width
969
+ * @see https://tailwindcss.com/docs/width
970
+ */
971
+ w: [{
972
+ w: [f, "screen", ...N()]
973
+ }],
974
+ /**
975
+ * Min-Width
976
+ * @see https://tailwindcss.com/docs/min-width
977
+ */
978
+ "min-w": [{
979
+ "min-w": [
980
+ f,
981
+ "screen",
982
+ /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
983
+ "none",
984
+ ...N()
985
+ ]
986
+ }],
987
+ /**
988
+ * Max-Width
989
+ * @see https://tailwindcss.com/docs/max-width
990
+ */
991
+ "max-w": [{
992
+ "max-w": [
993
+ f,
994
+ "screen",
995
+ "none",
996
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
997
+ "prose",
998
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
999
+ {
1000
+ screen: [l]
1001
+ },
1002
+ ...N()
1003
+ ]
1004
+ }],
1005
+ /**
1006
+ * Height
1007
+ * @see https://tailwindcss.com/docs/height
1008
+ */
1009
+ h: [{
1010
+ h: ["screen", "lh", ...N()]
1011
+ }],
1012
+ /**
1013
+ * Min-Height
1014
+ * @see https://tailwindcss.com/docs/min-height
1015
+ */
1016
+ "min-h": [{
1017
+ "min-h": ["screen", "lh", "none", ...N()]
1018
+ }],
1019
+ /**
1020
+ * Max-Height
1021
+ * @see https://tailwindcss.com/docs/max-height
1022
+ */
1023
+ "max-h": [{
1024
+ "max-h": ["screen", "lh", ...N()]
1025
+ }],
1026
+ // ------------------
1027
+ // --- Typography ---
1028
+ // ------------------
1029
+ /**
1030
+ * Font Size
1031
+ * @see https://tailwindcss.com/docs/font-size
1032
+ */
1033
+ "font-size": [{
1034
+ text: ["base", r, J, F]
1035
+ }],
1036
+ /**
1037
+ * Font Smoothing
1038
+ * @see https://tailwindcss.com/docs/font-smoothing
1039
+ */
1040
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1041
+ /**
1042
+ * Font Style
1043
+ * @see https://tailwindcss.com/docs/font-style
1044
+ */
1045
+ "font-style": ["italic", "not-italic"],
1046
+ /**
1047
+ * Font Weight
1048
+ * @see https://tailwindcss.com/docs/font-weight
1049
+ */
1050
+ "font-weight": [{
1051
+ font: [t, a, ue]
1052
+ }],
1053
+ /**
1054
+ * Font Stretch
1055
+ * @see https://tailwindcss.com/docs/font-stretch
1056
+ */
1057
+ "font-stretch": [{
1058
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", me, n]
1059
+ }],
1060
+ /**
1061
+ * Font Family
1062
+ * @see https://tailwindcss.com/docs/font-family
1063
+ */
1064
+ "font-family": [{
1065
+ font: [Lr, n, o]
1066
+ }],
1067
+ /**
1068
+ * Font Variant Numeric
1069
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1070
+ */
1071
+ "fvn-normal": ["normal-nums"],
1072
+ /**
1073
+ * Font Variant Numeric
1074
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1075
+ */
1076
+ "fvn-ordinal": ["ordinal"],
1077
+ /**
1078
+ * Font Variant Numeric
1079
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1080
+ */
1081
+ "fvn-slashed-zero": ["slashed-zero"],
1082
+ /**
1083
+ * Font Variant Numeric
1084
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1085
+ */
1086
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1087
+ /**
1088
+ * Font Variant Numeric
1089
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1090
+ */
1091
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1092
+ /**
1093
+ * Font Variant Numeric
1094
+ * @see https://tailwindcss.com/docs/font-variant-numeric
1095
+ */
1096
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1097
+ /**
1098
+ * Letter Spacing
1099
+ * @see https://tailwindcss.com/docs/letter-spacing
1100
+ */
1101
+ tracking: [{
1102
+ tracking: [s, a, n]
1103
+ }],
1104
+ /**
1105
+ * Line Clamp
1106
+ * @see https://tailwindcss.com/docs/line-clamp
1107
+ */
1108
+ "line-clamp": [{
1109
+ "line-clamp": [u, "none", a, ue]
1110
+ }],
1111
+ /**
1112
+ * Line Height
1113
+ * @see https://tailwindcss.com/docs/line-height
1114
+ */
1115
+ leading: [{
1116
+ leading: [
1117
+ /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1118
+ i,
1119
+ ...d()
1120
+ ]
1121
+ }],
1122
+ /**
1123
+ * List Style Image
1124
+ * @see https://tailwindcss.com/docs/list-style-image
1125
+ */
1126
+ "list-image": [{
1127
+ "list-image": ["none", a, n]
1128
+ }],
1129
+ /**
1130
+ * List Style Position
1131
+ * @see https://tailwindcss.com/docs/list-style-position
1132
+ */
1133
+ "list-style-position": [{
1134
+ list: ["inside", "outside"]
1135
+ }],
1136
+ /**
1137
+ * List Style Type
1138
+ * @see https://tailwindcss.com/docs/list-style-type
1139
+ */
1140
+ "list-style-type": [{
1141
+ list: ["disc", "decimal", "none", a, n]
1142
+ }],
1143
+ /**
1144
+ * Text Alignment
1145
+ * @see https://tailwindcss.com/docs/text-align
1146
+ */
1147
+ "text-alignment": [{
1148
+ text: ["left", "center", "right", "justify", "start", "end"]
1149
+ }],
1150
+ /**
1151
+ * Placeholder Color
1152
+ * @deprecated since Tailwind CSS v3.0.0
1153
+ * @see https://v3.tailwindcss.com/docs/placeholder-color
1154
+ */
1155
+ "placeholder-color": [{
1156
+ placeholder: c()
1157
+ }],
1158
+ /**
1159
+ * Text Color
1160
+ * @see https://tailwindcss.com/docs/text-color
1161
+ */
1162
+ "text-color": [{
1163
+ text: c()
1164
+ }],
1165
+ /**
1166
+ * Text Decoration
1167
+ * @see https://tailwindcss.com/docs/text-decoration
1168
+ */
1169
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1170
+ /**
1171
+ * Text Decoration Style
1172
+ * @see https://tailwindcss.com/docs/text-decoration-style
1173
+ */
1174
+ "text-decoration-style": [{
1175
+ decoration: [...X(), "wavy"]
1176
+ }],
1177
+ /**
1178
+ * Text Decoration Thickness
1179
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1180
+ */
1181
+ "text-decoration-thickness": [{
1182
+ decoration: [u, "from-font", "auto", a, F]
1183
+ }],
1184
+ /**
1185
+ * Text Decoration Color
1186
+ * @see https://tailwindcss.com/docs/text-decoration-color
1187
+ */
1188
+ "text-decoration-color": [{
1189
+ decoration: c()
1190
+ }],
1191
+ /**
1192
+ * Text Underline Offset
1193
+ * @see https://tailwindcss.com/docs/text-underline-offset
1194
+ */
1195
+ "underline-offset": [{
1196
+ "underline-offset": [u, "auto", a, n]
1197
+ }],
1198
+ /**
1199
+ * Text Transform
1200
+ * @see https://tailwindcss.com/docs/text-transform
1201
+ */
1202
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1203
+ /**
1204
+ * Text Overflow
1205
+ * @see https://tailwindcss.com/docs/text-overflow
1206
+ */
1207
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1208
+ /**
1209
+ * Text Wrap
1210
+ * @see https://tailwindcss.com/docs/text-wrap
1211
+ */
1212
+ "text-wrap": [{
1213
+ text: ["wrap", "nowrap", "balance", "pretty"]
1214
+ }],
1215
+ /**
1216
+ * Text Indent
1217
+ * @see https://tailwindcss.com/docs/text-indent
1218
+ */
1219
+ indent: [{
1220
+ indent: d()
1221
+ }],
1222
+ /**
1223
+ * Vertical Alignment
1224
+ * @see https://tailwindcss.com/docs/vertical-align
1225
+ */
1226
+ "vertical-align": [{
1227
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", a, n]
1228
+ }],
1229
+ /**
1230
+ * Whitespace
1231
+ * @see https://tailwindcss.com/docs/whitespace
1232
+ */
1233
+ whitespace: [{
1234
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1235
+ }],
1236
+ /**
1237
+ * Word Break
1238
+ * @see https://tailwindcss.com/docs/word-break
1239
+ */
1240
+ break: [{
1241
+ break: ["normal", "words", "all", "keep"]
1242
+ }],
1243
+ /**
1244
+ * Overflow Wrap
1245
+ * @see https://tailwindcss.com/docs/overflow-wrap
1246
+ */
1247
+ wrap: [{
1248
+ wrap: ["break-word", "anywhere", "normal"]
1249
+ }],
1250
+ /**
1251
+ * Hyphens
1252
+ * @see https://tailwindcss.com/docs/hyphens
1253
+ */
1254
+ hyphens: [{
1255
+ hyphens: ["none", "manual", "auto"]
1256
+ }],
1257
+ /**
1258
+ * Content
1259
+ * @see https://tailwindcss.com/docs/content
1260
+ */
1261
+ content: [{
1262
+ content: ["none", a, n]
1263
+ }],
1264
+ // -------------------
1265
+ // --- Backgrounds ---
1266
+ // -------------------
1267
+ /**
1268
+ * Background Attachment
1269
+ * @see https://tailwindcss.com/docs/background-attachment
1270
+ */
1271
+ "bg-attachment": [{
1272
+ bg: ["fixed", "local", "scroll"]
1273
+ }],
1274
+ /**
1275
+ * Background Clip
1276
+ * @see https://tailwindcss.com/docs/background-clip
1277
+ */
1278
+ "bg-clip": [{
1279
+ "bg-clip": ["border", "padding", "content", "text"]
1280
+ }],
1281
+ /**
1282
+ * Background Origin
1283
+ * @see https://tailwindcss.com/docs/background-origin
1284
+ */
1285
+ "bg-origin": [{
1286
+ "bg-origin": ["border", "padding", "content"]
1287
+ }],
1288
+ /**
1289
+ * Background Position
1290
+ * @see https://tailwindcss.com/docs/background-position
1291
+ */
1292
+ "bg-position": [{
1293
+ bg: Ce()
1294
+ }],
1295
+ /**
1296
+ * Background Repeat
1297
+ * @see https://tailwindcss.com/docs/background-repeat
1298
+ */
1299
+ "bg-repeat": [{
1300
+ bg: _e()
1301
+ }],
1302
+ /**
1303
+ * Background Size
1304
+ * @see https://tailwindcss.com/docs/background-size
1305
+ */
1306
+ "bg-size": [{
1307
+ bg: ze()
1308
+ }],
1309
+ /**
1310
+ * Background Image
1311
+ * @see https://tailwindcss.com/docs/background-image
1312
+ */
1313
+ "bg-image": [{
1314
+ bg: ["none", {
1315
+ linear: [{
1316
+ to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1317
+ }, S, a, n],
1318
+ radial: ["", a, n],
1319
+ conic: [S, a, n]
1320
+ }, jr, Vr]
1321
+ }],
1322
+ /**
1323
+ * Background Color
1324
+ * @see https://tailwindcss.com/docs/background-color
1325
+ */
1326
+ "bg-color": [{
1327
+ bg: c()
1328
+ }],
1329
+ /**
1330
+ * Gradient Color Stops From Position
1331
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1332
+ */
1333
+ "gradient-from-pos": [{
1334
+ from: ce()
1335
+ }],
1336
+ /**
1337
+ * Gradient Color Stops Via Position
1338
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1339
+ */
1340
+ "gradient-via-pos": [{
1341
+ via: ce()
1342
+ }],
1343
+ /**
1344
+ * Gradient Color Stops To Position
1345
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1346
+ */
1347
+ "gradient-to-pos": [{
1348
+ to: ce()
1349
+ }],
1350
+ /**
1351
+ * Gradient Color Stops From
1352
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1353
+ */
1354
+ "gradient-from": [{
1355
+ from: c()
1356
+ }],
1357
+ /**
1358
+ * Gradient Color Stops Via
1359
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1360
+ */
1361
+ "gradient-via": [{
1362
+ via: c()
1363
+ }],
1364
+ /**
1365
+ * Gradient Color Stops To
1366
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1367
+ */
1368
+ "gradient-to": [{
1369
+ to: c()
1370
+ }],
1371
+ // ---------------
1372
+ // --- Borders ---
1373
+ // ---------------
1374
+ /**
1375
+ * Border Radius
1376
+ * @see https://tailwindcss.com/docs/border-radius
1377
+ */
1378
+ rounded: [{
1379
+ rounded: x()
1380
+ }],
1381
+ /**
1382
+ * Border Radius Start
1383
+ * @see https://tailwindcss.com/docs/border-radius
1384
+ */
1385
+ "rounded-s": [{
1386
+ "rounded-s": x()
1387
+ }],
1388
+ /**
1389
+ * Border Radius End
1390
+ * @see https://tailwindcss.com/docs/border-radius
1391
+ */
1392
+ "rounded-e": [{
1393
+ "rounded-e": x()
1394
+ }],
1395
+ /**
1396
+ * Border Radius Top
1397
+ * @see https://tailwindcss.com/docs/border-radius
1398
+ */
1399
+ "rounded-t": [{
1400
+ "rounded-t": x()
1401
+ }],
1402
+ /**
1403
+ * Border Radius Right
1404
+ * @see https://tailwindcss.com/docs/border-radius
1405
+ */
1406
+ "rounded-r": [{
1407
+ "rounded-r": x()
1408
+ }],
1409
+ /**
1410
+ * Border Radius Bottom
1411
+ * @see https://tailwindcss.com/docs/border-radius
1412
+ */
1413
+ "rounded-b": [{
1414
+ "rounded-b": x()
1415
+ }],
1416
+ /**
1417
+ * Border Radius Left
1418
+ * @see https://tailwindcss.com/docs/border-radius
1419
+ */
1420
+ "rounded-l": [{
1421
+ "rounded-l": x()
1422
+ }],
1423
+ /**
1424
+ * Border Radius Start Start
1425
+ * @see https://tailwindcss.com/docs/border-radius
1426
+ */
1427
+ "rounded-ss": [{
1428
+ "rounded-ss": x()
1429
+ }],
1430
+ /**
1431
+ * Border Radius Start End
1432
+ * @see https://tailwindcss.com/docs/border-radius
1433
+ */
1434
+ "rounded-se": [{
1435
+ "rounded-se": x()
1436
+ }],
1437
+ /**
1438
+ * Border Radius End End
1439
+ * @see https://tailwindcss.com/docs/border-radius
1440
+ */
1441
+ "rounded-ee": [{
1442
+ "rounded-ee": x()
1443
+ }],
1444
+ /**
1445
+ * Border Radius End Start
1446
+ * @see https://tailwindcss.com/docs/border-radius
1447
+ */
1448
+ "rounded-es": [{
1449
+ "rounded-es": x()
1450
+ }],
1451
+ /**
1452
+ * Border Radius Top Left
1453
+ * @see https://tailwindcss.com/docs/border-radius
1454
+ */
1455
+ "rounded-tl": [{
1456
+ "rounded-tl": x()
1457
+ }],
1458
+ /**
1459
+ * Border Radius Top Right
1460
+ * @see https://tailwindcss.com/docs/border-radius
1461
+ */
1462
+ "rounded-tr": [{
1463
+ "rounded-tr": x()
1464
+ }],
1465
+ /**
1466
+ * Border Radius Bottom Right
1467
+ * @see https://tailwindcss.com/docs/border-radius
1468
+ */
1469
+ "rounded-br": [{
1470
+ "rounded-br": x()
1471
+ }],
1472
+ /**
1473
+ * Border Radius Bottom Left
1474
+ * @see https://tailwindcss.com/docs/border-radius
1475
+ */
1476
+ "rounded-bl": [{
1477
+ "rounded-bl": x()
1478
+ }],
1479
+ /**
1480
+ * Border Width
1481
+ * @see https://tailwindcss.com/docs/border-width
1482
+ */
1483
+ "border-w": [{
1484
+ border: C()
1485
+ }],
1486
+ /**
1487
+ * Border Width X
1488
+ * @see https://tailwindcss.com/docs/border-width
1489
+ */
1490
+ "border-w-x": [{
1491
+ "border-x": C()
1492
+ }],
1493
+ /**
1494
+ * Border Width Y
1495
+ * @see https://tailwindcss.com/docs/border-width
1496
+ */
1497
+ "border-w-y": [{
1498
+ "border-y": C()
1499
+ }],
1500
+ /**
1501
+ * Border Width Start
1502
+ * @see https://tailwindcss.com/docs/border-width
1503
+ */
1504
+ "border-w-s": [{
1505
+ "border-s": C()
1506
+ }],
1507
+ /**
1508
+ * Border Width End
1509
+ * @see https://tailwindcss.com/docs/border-width
1510
+ */
1511
+ "border-w-e": [{
1512
+ "border-e": C()
1513
+ }],
1514
+ /**
1515
+ * Border Width Top
1516
+ * @see https://tailwindcss.com/docs/border-width
1517
+ */
1518
+ "border-w-t": [{
1519
+ "border-t": C()
1520
+ }],
1521
+ /**
1522
+ * Border Width Right
1523
+ * @see https://tailwindcss.com/docs/border-width
1524
+ */
1525
+ "border-w-r": [{
1526
+ "border-r": C()
1527
+ }],
1528
+ /**
1529
+ * Border Width Bottom
1530
+ * @see https://tailwindcss.com/docs/border-width
1531
+ */
1532
+ "border-w-b": [{
1533
+ "border-b": C()
1534
+ }],
1535
+ /**
1536
+ * Border Width Left
1537
+ * @see https://tailwindcss.com/docs/border-width
1538
+ */
1539
+ "border-w-l": [{
1540
+ "border-l": C()
1541
+ }],
1542
+ /**
1543
+ * Divide Width X
1544
+ * @see https://tailwindcss.com/docs/border-width#between-children
1545
+ */
1546
+ "divide-x": [{
1547
+ "divide-x": C()
1548
+ }],
1549
+ /**
1550
+ * Divide Width X Reverse
1551
+ * @see https://tailwindcss.com/docs/border-width#between-children
1552
+ */
1553
+ "divide-x-reverse": ["divide-x-reverse"],
1554
+ /**
1555
+ * Divide Width Y
1556
+ * @see https://tailwindcss.com/docs/border-width#between-children
1557
+ */
1558
+ "divide-y": [{
1559
+ "divide-y": C()
1560
+ }],
1561
+ /**
1562
+ * Divide Width Y Reverse
1563
+ * @see https://tailwindcss.com/docs/border-width#between-children
1564
+ */
1565
+ "divide-y-reverse": ["divide-y-reverse"],
1566
+ /**
1567
+ * Border Style
1568
+ * @see https://tailwindcss.com/docs/border-style
1569
+ */
1570
+ "border-style": [{
1571
+ border: [...X(), "hidden", "none"]
1572
+ }],
1573
+ /**
1574
+ * Divide Style
1575
+ * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1576
+ */
1577
+ "divide-style": [{
1578
+ divide: [...X(), "hidden", "none"]
1579
+ }],
1580
+ /**
1581
+ * Border Color
1582
+ * @see https://tailwindcss.com/docs/border-color
1583
+ */
1584
+ "border-color": [{
1585
+ border: c()
1586
+ }],
1587
+ /**
1588
+ * Border Color X
1589
+ * @see https://tailwindcss.com/docs/border-color
1590
+ */
1591
+ "border-color-x": [{
1592
+ "border-x": c()
1593
+ }],
1594
+ /**
1595
+ * Border Color Y
1596
+ * @see https://tailwindcss.com/docs/border-color
1597
+ */
1598
+ "border-color-y": [{
1599
+ "border-y": c()
1600
+ }],
1601
+ /**
1602
+ * Border Color S
1603
+ * @see https://tailwindcss.com/docs/border-color
1604
+ */
1605
+ "border-color-s": [{
1606
+ "border-s": c()
1607
+ }],
1608
+ /**
1609
+ * Border Color E
1610
+ * @see https://tailwindcss.com/docs/border-color
1611
+ */
1612
+ "border-color-e": [{
1613
+ "border-e": c()
1614
+ }],
1615
+ /**
1616
+ * Border Color Top
1617
+ * @see https://tailwindcss.com/docs/border-color
1618
+ */
1619
+ "border-color-t": [{
1620
+ "border-t": c()
1621
+ }],
1622
+ /**
1623
+ * Border Color Right
1624
+ * @see https://tailwindcss.com/docs/border-color
1625
+ */
1626
+ "border-color-r": [{
1627
+ "border-r": c()
1628
+ }],
1629
+ /**
1630
+ * Border Color Bottom
1631
+ * @see https://tailwindcss.com/docs/border-color
1632
+ */
1633
+ "border-color-b": [{
1634
+ "border-b": c()
1635
+ }],
1636
+ /**
1637
+ * Border Color Left
1638
+ * @see https://tailwindcss.com/docs/border-color
1639
+ */
1640
+ "border-color-l": [{
1641
+ "border-l": c()
1642
+ }],
1643
+ /**
1644
+ * Divide Color
1645
+ * @see https://tailwindcss.com/docs/divide-color
1646
+ */
1647
+ "divide-color": [{
1648
+ divide: c()
1649
+ }],
1650
+ /**
1651
+ * Outline Style
1652
+ * @see https://tailwindcss.com/docs/outline-style
1653
+ */
1654
+ "outline-style": [{
1655
+ outline: [...X(), "none", "hidden"]
1656
+ }],
1657
+ /**
1658
+ * Outline Offset
1659
+ * @see https://tailwindcss.com/docs/outline-offset
1660
+ */
1661
+ "outline-offset": [{
1662
+ "outline-offset": [u, a, n]
1663
+ }],
1664
+ /**
1665
+ * Outline Width
1666
+ * @see https://tailwindcss.com/docs/outline-width
1667
+ */
1668
+ "outline-w": [{
1669
+ outline: ["", u, J, F]
1670
+ }],
1671
+ /**
1672
+ * Outline Color
1673
+ * @see https://tailwindcss.com/docs/outline-color
1674
+ */
1675
+ "outline-color": [{
1676
+ outline: c()
1677
+ }],
1678
+ // ---------------
1679
+ // --- Effects ---
1680
+ // ---------------
1681
+ /**
1682
+ * Box Shadow
1683
+ * @see https://tailwindcss.com/docs/box-shadow
1684
+ */
1685
+ shadow: [{
1686
+ shadow: [
1687
+ // Deprecated since Tailwind CSS v4.0.0
1688
+ "",
1689
+ "none",
1690
+ g,
1691
+ oe,
1692
+ te
1693
+ ]
1694
+ }],
1695
+ /**
1696
+ * Box Shadow Color
1697
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1698
+ */
1699
+ "shadow-color": [{
1700
+ shadow: c()
1701
+ }],
1702
+ /**
1703
+ * Inset Box Shadow
1704
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1705
+ */
1706
+ "inset-shadow": [{
1707
+ "inset-shadow": ["none", w, oe, te]
1708
+ }],
1709
+ /**
1710
+ * Inset Box Shadow Color
1711
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1712
+ */
1713
+ "inset-shadow-color": [{
1714
+ "inset-shadow": c()
1715
+ }],
1716
+ /**
1717
+ * Ring Width
1718
+ * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1719
+ */
1720
+ "ring-w": [{
1721
+ ring: C()
1722
+ }],
1723
+ /**
1724
+ * Ring Width Inset
1725
+ * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1726
+ * @deprecated since Tailwind CSS v4.0.0
1727
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1728
+ */
1729
+ "ring-w-inset": ["ring-inset"],
1730
+ /**
1731
+ * Ring Color
1732
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1733
+ */
1734
+ "ring-color": [{
1735
+ ring: c()
1736
+ }],
1737
+ /**
1738
+ * Ring Offset Width
1739
+ * @see https://v3.tailwindcss.com/docs/ring-offset-width
1740
+ * @deprecated since Tailwind CSS v4.0.0
1741
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1742
+ */
1743
+ "ring-offset-w": [{
1744
+ "ring-offset": [u, F]
1745
+ }],
1746
+ /**
1747
+ * Ring Offset Color
1748
+ * @see https://v3.tailwindcss.com/docs/ring-offset-color
1749
+ * @deprecated since Tailwind CSS v4.0.0
1750
+ * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1751
+ */
1752
+ "ring-offset-color": [{
1753
+ "ring-offset": c()
1754
+ }],
1755
+ /**
1756
+ * Inset Ring Width
1757
+ * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1758
+ */
1759
+ "inset-ring-w": [{
1760
+ "inset-ring": C()
1761
+ }],
1762
+ /**
1763
+ * Inset Ring Color
1764
+ * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1765
+ */
1766
+ "inset-ring-color": [{
1767
+ "inset-ring": c()
1768
+ }],
1769
+ /**
1770
+ * Text Shadow
1771
+ * @see https://tailwindcss.com/docs/text-shadow
1772
+ */
1773
+ "text-shadow": [{
1774
+ "text-shadow": ["none", _, oe, te]
1775
+ }],
1776
+ /**
1777
+ * Text Shadow Color
1778
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1779
+ */
1780
+ "text-shadow-color": [{
1781
+ "text-shadow": c()
1782
+ }],
1783
+ /**
1784
+ * Opacity
1785
+ * @see https://tailwindcss.com/docs/opacity
1786
+ */
1787
+ opacity: [{
1788
+ opacity: [u, a, n]
1789
+ }],
1790
+ /**
1791
+ * Mix Blend Mode
1792
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1793
+ */
1794
+ "mix-blend": [{
1795
+ "mix-blend": [...Ie(), "plus-darker", "plus-lighter"]
1796
+ }],
1797
+ /**
1798
+ * Background Blend Mode
1799
+ * @see https://tailwindcss.com/docs/background-blend-mode
1800
+ */
1801
+ "bg-blend": [{
1802
+ "bg-blend": Ie()
1803
+ }],
1804
+ /**
1805
+ * Mask Clip
1806
+ * @see https://tailwindcss.com/docs/mask-clip
1807
+ */
1808
+ "mask-clip": [{
1809
+ "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1810
+ }, "mask-no-clip"],
1811
+ /**
1812
+ * Mask Composite
1813
+ * @see https://tailwindcss.com/docs/mask-composite
1814
+ */
1815
+ "mask-composite": [{
1816
+ mask: ["add", "subtract", "intersect", "exclude"]
1817
+ }],
1818
+ /**
1819
+ * Mask Image
1820
+ * @see https://tailwindcss.com/docs/mask-image
1821
+ */
1822
+ "mask-image-linear-pos": [{
1823
+ "mask-linear": [u]
1824
+ }],
1825
+ "mask-image-linear-from-pos": [{
1826
+ "mask-linear-from": y()
1827
+ }],
1828
+ "mask-image-linear-to-pos": [{
1829
+ "mask-linear-to": y()
1830
+ }],
1831
+ "mask-image-linear-from-color": [{
1832
+ "mask-linear-from": c()
1833
+ }],
1834
+ "mask-image-linear-to-color": [{
1835
+ "mask-linear-to": c()
1836
+ }],
1837
+ "mask-image-t-from-pos": [{
1838
+ "mask-t-from": y()
1839
+ }],
1840
+ "mask-image-t-to-pos": [{
1841
+ "mask-t-to": y()
1842
+ }],
1843
+ "mask-image-t-from-color": [{
1844
+ "mask-t-from": c()
1845
+ }],
1846
+ "mask-image-t-to-color": [{
1847
+ "mask-t-to": c()
1848
+ }],
1849
+ "mask-image-r-from-pos": [{
1850
+ "mask-r-from": y()
1851
+ }],
1852
+ "mask-image-r-to-pos": [{
1853
+ "mask-r-to": y()
1854
+ }],
1855
+ "mask-image-r-from-color": [{
1856
+ "mask-r-from": c()
1857
+ }],
1858
+ "mask-image-r-to-color": [{
1859
+ "mask-r-to": c()
1860
+ }],
1861
+ "mask-image-b-from-pos": [{
1862
+ "mask-b-from": y()
1863
+ }],
1864
+ "mask-image-b-to-pos": [{
1865
+ "mask-b-to": y()
1866
+ }],
1867
+ "mask-image-b-from-color": [{
1868
+ "mask-b-from": c()
1869
+ }],
1870
+ "mask-image-b-to-color": [{
1871
+ "mask-b-to": c()
1872
+ }],
1873
+ "mask-image-l-from-pos": [{
1874
+ "mask-l-from": y()
1875
+ }],
1876
+ "mask-image-l-to-pos": [{
1877
+ "mask-l-to": y()
1878
+ }],
1879
+ "mask-image-l-from-color": [{
1880
+ "mask-l-from": c()
1881
+ }],
1882
+ "mask-image-l-to-color": [{
1883
+ "mask-l-to": c()
1884
+ }],
1885
+ "mask-image-x-from-pos": [{
1886
+ "mask-x-from": y()
1887
+ }],
1888
+ "mask-image-x-to-pos": [{
1889
+ "mask-x-to": y()
1890
+ }],
1891
+ "mask-image-x-from-color": [{
1892
+ "mask-x-from": c()
1893
+ }],
1894
+ "mask-image-x-to-color": [{
1895
+ "mask-x-to": c()
1896
+ }],
1897
+ "mask-image-y-from-pos": [{
1898
+ "mask-y-from": y()
1899
+ }],
1900
+ "mask-image-y-to-pos": [{
1901
+ "mask-y-to": y()
1902
+ }],
1903
+ "mask-image-y-from-color": [{
1904
+ "mask-y-from": c()
1905
+ }],
1906
+ "mask-image-y-to-color": [{
1907
+ "mask-y-to": c()
1908
+ }],
1909
+ "mask-image-radial": [{
1910
+ "mask-radial": [a, n]
1911
+ }],
1912
+ "mask-image-radial-from-pos": [{
1913
+ "mask-radial-from": y()
1914
+ }],
1915
+ "mask-image-radial-to-pos": [{
1916
+ "mask-radial-to": y()
1917
+ }],
1918
+ "mask-image-radial-from-color": [{
1919
+ "mask-radial-from": c()
1920
+ }],
1921
+ "mask-image-radial-to-color": [{
1922
+ "mask-radial-to": c()
1923
+ }],
1924
+ "mask-image-radial-shape": [{
1925
+ "mask-radial": ["circle", "ellipse"]
1926
+ }],
1927
+ "mask-image-radial-size": [{
1928
+ "mask-radial": [{
1929
+ closest: ["side", "corner"],
1930
+ farthest: ["side", "corner"]
1931
+ }]
1932
+ }],
1933
+ "mask-image-radial-pos": [{
1934
+ "mask-radial-at": T()
1935
+ }],
1936
+ "mask-image-conic-pos": [{
1937
+ "mask-conic": [u]
1938
+ }],
1939
+ "mask-image-conic-from-pos": [{
1940
+ "mask-conic-from": y()
1941
+ }],
1942
+ "mask-image-conic-to-pos": [{
1943
+ "mask-conic-to": y()
1944
+ }],
1945
+ "mask-image-conic-from-color": [{
1946
+ "mask-conic-from": c()
1947
+ }],
1948
+ "mask-image-conic-to-color": [{
1949
+ "mask-conic-to": c()
1950
+ }],
1951
+ /**
1952
+ * Mask Mode
1953
+ * @see https://tailwindcss.com/docs/mask-mode
1954
+ */
1955
+ "mask-mode": [{
1956
+ mask: ["alpha", "luminance", "match"]
1957
+ }],
1958
+ /**
1959
+ * Mask Origin
1960
+ * @see https://tailwindcss.com/docs/mask-origin
1961
+ */
1962
+ "mask-origin": [{
1963
+ "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
1964
+ }],
1965
+ /**
1966
+ * Mask Position
1967
+ * @see https://tailwindcss.com/docs/mask-position
1968
+ */
1969
+ "mask-position": [{
1970
+ mask: Ce()
1971
+ }],
1972
+ /**
1973
+ * Mask Repeat
1974
+ * @see https://tailwindcss.com/docs/mask-repeat
1975
+ */
1976
+ "mask-repeat": [{
1977
+ mask: _e()
1978
+ }],
1979
+ /**
1980
+ * Mask Size
1981
+ * @see https://tailwindcss.com/docs/mask-size
1982
+ */
1983
+ "mask-size": [{
1984
+ mask: ze()
1985
+ }],
1986
+ /**
1987
+ * Mask Type
1988
+ * @see https://tailwindcss.com/docs/mask-type
1989
+ */
1990
+ "mask-type": [{
1991
+ "mask-type": ["alpha", "luminance"]
1992
+ }],
1993
+ /**
1994
+ * Mask Image
1995
+ * @see https://tailwindcss.com/docs/mask-image
1996
+ */
1997
+ "mask-image": [{
1998
+ mask: ["none", a, n]
1999
+ }],
2000
+ // ---------------
2001
+ // --- Filters ---
2002
+ // ---------------
2003
+ /**
2004
+ * Filter
2005
+ * @see https://tailwindcss.com/docs/filter
2006
+ */
2007
+ filter: [{
2008
+ filter: [
2009
+ // Deprecated since Tailwind CSS v3.0.0
2010
+ "",
2011
+ "none",
2012
+ a,
2013
+ n
2014
+ ]
2015
+ }],
2016
+ /**
2017
+ * Blur
2018
+ * @see https://tailwindcss.com/docs/blur
2019
+ */
2020
+ blur: [{
2021
+ blur: Me()
2022
+ }],
2023
+ /**
2024
+ * Brightness
2025
+ * @see https://tailwindcss.com/docs/brightness
2026
+ */
2027
+ brightness: [{
2028
+ brightness: [u, a, n]
2029
+ }],
2030
+ /**
2031
+ * Contrast
2032
+ * @see https://tailwindcss.com/docs/contrast
2033
+ */
2034
+ contrast: [{
2035
+ contrast: [u, a, n]
2036
+ }],
2037
+ /**
2038
+ * Drop Shadow
2039
+ * @see https://tailwindcss.com/docs/drop-shadow
2040
+ */
2041
+ "drop-shadow": [{
2042
+ "drop-shadow": [
2043
+ // Deprecated since Tailwind CSS v4.0.0
2044
+ "",
2045
+ "none",
2046
+ P,
2047
+ oe,
2048
+ te
2049
+ ]
2050
+ }],
2051
+ /**
2052
+ * Drop Shadow Color
2053
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2054
+ */
2055
+ "drop-shadow-color": [{
2056
+ "drop-shadow": c()
2057
+ }],
2058
+ /**
2059
+ * Grayscale
2060
+ * @see https://tailwindcss.com/docs/grayscale
2061
+ */
2062
+ grayscale: [{
2063
+ grayscale: ["", u, a, n]
2064
+ }],
2065
+ /**
2066
+ * Hue Rotate
2067
+ * @see https://tailwindcss.com/docs/hue-rotate
2068
+ */
2069
+ "hue-rotate": [{
2070
+ "hue-rotate": [u, a, n]
2071
+ }],
2072
+ /**
2073
+ * Invert
2074
+ * @see https://tailwindcss.com/docs/invert
2075
+ */
2076
+ invert: [{
2077
+ invert: ["", u, a, n]
2078
+ }],
2079
+ /**
2080
+ * Saturate
2081
+ * @see https://tailwindcss.com/docs/saturate
2082
+ */
2083
+ saturate: [{
2084
+ saturate: [u, a, n]
2085
+ }],
2086
+ /**
2087
+ * Sepia
2088
+ * @see https://tailwindcss.com/docs/sepia
2089
+ */
2090
+ sepia: [{
2091
+ sepia: ["", u, a, n]
2092
+ }],
2093
+ /**
2094
+ * Backdrop Filter
2095
+ * @see https://tailwindcss.com/docs/backdrop-filter
2096
+ */
2097
+ "backdrop-filter": [{
2098
+ "backdrop-filter": [
2099
+ // Deprecated since Tailwind CSS v3.0.0
2100
+ "",
2101
+ "none",
2102
+ a,
2103
+ n
2104
+ ]
2105
+ }],
2106
+ /**
2107
+ * Backdrop Blur
2108
+ * @see https://tailwindcss.com/docs/backdrop-blur
2109
+ */
2110
+ "backdrop-blur": [{
2111
+ "backdrop-blur": Me()
2112
+ }],
2113
+ /**
2114
+ * Backdrop Brightness
2115
+ * @see https://tailwindcss.com/docs/backdrop-brightness
2116
+ */
2117
+ "backdrop-brightness": [{
2118
+ "backdrop-brightness": [u, a, n]
2119
+ }],
2120
+ /**
2121
+ * Backdrop Contrast
2122
+ * @see https://tailwindcss.com/docs/backdrop-contrast
2123
+ */
2124
+ "backdrop-contrast": [{
2125
+ "backdrop-contrast": [u, a, n]
2126
+ }],
2127
+ /**
2128
+ * Backdrop Grayscale
2129
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
2130
+ */
2131
+ "backdrop-grayscale": [{
2132
+ "backdrop-grayscale": ["", u, a, n]
2133
+ }],
2134
+ /**
2135
+ * Backdrop Hue Rotate
2136
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2137
+ */
2138
+ "backdrop-hue-rotate": [{
2139
+ "backdrop-hue-rotate": [u, a, n]
2140
+ }],
2141
+ /**
2142
+ * Backdrop Invert
2143
+ * @see https://tailwindcss.com/docs/backdrop-invert
2144
+ */
2145
+ "backdrop-invert": [{
2146
+ "backdrop-invert": ["", u, a, n]
2147
+ }],
2148
+ /**
2149
+ * Backdrop Opacity
2150
+ * @see https://tailwindcss.com/docs/backdrop-opacity
2151
+ */
2152
+ "backdrop-opacity": [{
2153
+ "backdrop-opacity": [u, a, n]
2154
+ }],
2155
+ /**
2156
+ * Backdrop Saturate
2157
+ * @see https://tailwindcss.com/docs/backdrop-saturate
2158
+ */
2159
+ "backdrop-saturate": [{
2160
+ "backdrop-saturate": [u, a, n]
2161
+ }],
2162
+ /**
2163
+ * Backdrop Sepia
2164
+ * @see https://tailwindcss.com/docs/backdrop-sepia
2165
+ */
2166
+ "backdrop-sepia": [{
2167
+ "backdrop-sepia": ["", u, a, n]
2168
+ }],
2169
+ // --------------
2170
+ // --- Tables ---
2171
+ // --------------
2172
+ /**
2173
+ * Border Collapse
2174
+ * @see https://tailwindcss.com/docs/border-collapse
2175
+ */
2176
+ "border-collapse": [{
2177
+ border: ["collapse", "separate"]
2178
+ }],
2179
+ /**
2180
+ * Border Spacing
2181
+ * @see https://tailwindcss.com/docs/border-spacing
2182
+ */
2183
+ "border-spacing": [{
2184
+ "border-spacing": d()
2185
+ }],
2186
+ /**
2187
+ * Border Spacing X
2188
+ * @see https://tailwindcss.com/docs/border-spacing
2189
+ */
2190
+ "border-spacing-x": [{
2191
+ "border-spacing-x": d()
2192
+ }],
2193
+ /**
2194
+ * Border Spacing Y
2195
+ * @see https://tailwindcss.com/docs/border-spacing
2196
+ */
2197
+ "border-spacing-y": [{
2198
+ "border-spacing-y": d()
2199
+ }],
2200
+ /**
2201
+ * Table Layout
2202
+ * @see https://tailwindcss.com/docs/table-layout
2203
+ */
2204
+ "table-layout": [{
2205
+ table: ["auto", "fixed"]
2206
+ }],
2207
+ /**
2208
+ * Caption Side
2209
+ * @see https://tailwindcss.com/docs/caption-side
2210
+ */
2211
+ caption: [{
2212
+ caption: ["top", "bottom"]
2213
+ }],
2214
+ // ---------------------------------
2215
+ // --- Transitions and Animation ---
2216
+ // ---------------------------------
2217
+ /**
2218
+ * Transition Property
2219
+ * @see https://tailwindcss.com/docs/transition-property
2220
+ */
2221
+ transition: [{
2222
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", a, n]
2223
+ }],
2224
+ /**
2225
+ * Transition Behavior
2226
+ * @see https://tailwindcss.com/docs/transition-behavior
2227
+ */
2228
+ "transition-behavior": [{
2229
+ transition: ["normal", "discrete"]
2230
+ }],
2231
+ /**
2232
+ * Transition Duration
2233
+ * @see https://tailwindcss.com/docs/transition-duration
2234
+ */
2235
+ duration: [{
2236
+ duration: [u, "initial", a, n]
2237
+ }],
2238
+ /**
2239
+ * Transition Timing Function
2240
+ * @see https://tailwindcss.com/docs/transition-timing-function
2241
+ */
2242
+ ease: [{
2243
+ ease: ["linear", "initial", R, a, n]
2244
+ }],
2245
+ /**
2246
+ * Transition Delay
2247
+ * @see https://tailwindcss.com/docs/transition-delay
2248
+ */
2249
+ delay: [{
2250
+ delay: [u, a, n]
2251
+ }],
2252
+ /**
2253
+ * Animation
2254
+ * @see https://tailwindcss.com/docs/animation
2255
+ */
2256
+ animate: [{
2257
+ animate: ["none", Z, a, n]
2258
+ }],
2259
+ // ------------------
2260
+ // --- Transforms ---
2261
+ // ------------------
2262
+ /**
2263
+ * Backface Visibility
2264
+ * @see https://tailwindcss.com/docs/backface-visibility
2265
+ */
2266
+ backface: [{
2267
+ backface: ["hidden", "visible"]
2268
+ }],
2269
+ /**
2270
+ * Perspective
2271
+ * @see https://tailwindcss.com/docs/perspective
2272
+ */
2273
+ perspective: [{
2274
+ perspective: [k, a, n]
2275
+ }],
2276
+ /**
2277
+ * Perspective Origin
2278
+ * @see https://tailwindcss.com/docs/perspective-origin
2279
+ */
2280
+ "perspective-origin": [{
2281
+ "perspective-origin": V()
2282
+ }],
2283
+ /**
2284
+ * Rotate
2285
+ * @see https://tailwindcss.com/docs/rotate
2286
+ */
2287
+ rotate: [{
2288
+ rotate: Q()
2289
+ }],
2290
+ /**
2291
+ * Rotate X
2292
+ * @see https://tailwindcss.com/docs/rotate
2293
+ */
2294
+ "rotate-x": [{
2295
+ "rotate-x": Q()
2296
+ }],
2297
+ /**
2298
+ * Rotate Y
2299
+ * @see https://tailwindcss.com/docs/rotate
2300
+ */
2301
+ "rotate-y": [{
2302
+ "rotate-y": Q()
2303
+ }],
2304
+ /**
2305
+ * Rotate Z
2306
+ * @see https://tailwindcss.com/docs/rotate
2307
+ */
2308
+ "rotate-z": [{
2309
+ "rotate-z": Q()
2310
+ }],
2311
+ /**
2312
+ * Scale
2313
+ * @see https://tailwindcss.com/docs/scale
2314
+ */
2315
+ scale: [{
2316
+ scale: ee()
2317
+ }],
2318
+ /**
2319
+ * Scale X
2320
+ * @see https://tailwindcss.com/docs/scale
2321
+ */
2322
+ "scale-x": [{
2323
+ "scale-x": ee()
2324
+ }],
2325
+ /**
2326
+ * Scale Y
2327
+ * @see https://tailwindcss.com/docs/scale
2328
+ */
2329
+ "scale-y": [{
2330
+ "scale-y": ee()
2331
+ }],
2332
+ /**
2333
+ * Scale Z
2334
+ * @see https://tailwindcss.com/docs/scale
2335
+ */
2336
+ "scale-z": [{
2337
+ "scale-z": ee()
2338
+ }],
2339
+ /**
2340
+ * Scale 3D
2341
+ * @see https://tailwindcss.com/docs/scale
2342
+ */
2343
+ "scale-3d": ["scale-3d"],
2344
+ /**
2345
+ * Skew
2346
+ * @see https://tailwindcss.com/docs/skew
2347
+ */
2348
+ skew: [{
2349
+ skew: de()
2350
+ }],
2351
+ /**
2352
+ * Skew X
2353
+ * @see https://tailwindcss.com/docs/skew
2354
+ */
2355
+ "skew-x": [{
2356
+ "skew-x": de()
2357
+ }],
2358
+ /**
2359
+ * Skew Y
2360
+ * @see https://tailwindcss.com/docs/skew
2361
+ */
2362
+ "skew-y": [{
2363
+ "skew-y": de()
2364
+ }],
2365
+ /**
2366
+ * Transform
2367
+ * @see https://tailwindcss.com/docs/transform
2368
+ */
2369
+ transform: [{
2370
+ transform: [a, n, "", "none", "gpu", "cpu"]
2371
+ }],
2372
+ /**
2373
+ * Transform Origin
2374
+ * @see https://tailwindcss.com/docs/transform-origin
2375
+ */
2376
+ "transform-origin": [{
2377
+ origin: V()
2378
+ }],
2379
+ /**
2380
+ * Transform Style
2381
+ * @see https://tailwindcss.com/docs/transform-style
2382
+ */
2383
+ "transform-style": [{
2384
+ transform: ["3d", "flat"]
2385
+ }],
2386
+ /**
2387
+ * Translate
2388
+ * @see https://tailwindcss.com/docs/translate
2389
+ */
2390
+ translate: [{
2391
+ translate: re()
2392
+ }],
2393
+ /**
2394
+ * Translate X
2395
+ * @see https://tailwindcss.com/docs/translate
2396
+ */
2397
+ "translate-x": [{
2398
+ "translate-x": re()
2399
+ }],
2400
+ /**
2401
+ * Translate Y
2402
+ * @see https://tailwindcss.com/docs/translate
2403
+ */
2404
+ "translate-y": [{
2405
+ "translate-y": re()
2406
+ }],
2407
+ /**
2408
+ * Translate Z
2409
+ * @see https://tailwindcss.com/docs/translate
2410
+ */
2411
+ "translate-z": [{
2412
+ "translate-z": re()
2413
+ }],
2414
+ /**
2415
+ * Translate None
2416
+ * @see https://tailwindcss.com/docs/translate
2417
+ */
2418
+ "translate-none": ["translate-none"],
2419
+ // ---------------------
2420
+ // --- Interactivity ---
2421
+ // ---------------------
2422
+ /**
2423
+ * Accent Color
2424
+ * @see https://tailwindcss.com/docs/accent-color
2425
+ */
2426
+ accent: [{
2427
+ accent: c()
2428
+ }],
2429
+ /**
2430
+ * Appearance
2431
+ * @see https://tailwindcss.com/docs/appearance
2432
+ */
2433
+ appearance: [{
2434
+ appearance: ["none", "auto"]
2435
+ }],
2436
+ /**
2437
+ * Caret Color
2438
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2439
+ */
2440
+ "caret-color": [{
2441
+ caret: c()
2442
+ }],
2443
+ /**
2444
+ * Color Scheme
2445
+ * @see https://tailwindcss.com/docs/color-scheme
2446
+ */
2447
+ "color-scheme": [{
2448
+ scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
2449
+ }],
2450
+ /**
2451
+ * Cursor
2452
+ * @see https://tailwindcss.com/docs/cursor
2453
+ */
2454
+ cursor: [{
2455
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", a, n]
2456
+ }],
2457
+ /**
2458
+ * Field Sizing
2459
+ * @see https://tailwindcss.com/docs/field-sizing
2460
+ */
2461
+ "field-sizing": [{
2462
+ "field-sizing": ["fixed", "content"]
2463
+ }],
2464
+ /**
2465
+ * Pointer Events
2466
+ * @see https://tailwindcss.com/docs/pointer-events
2467
+ */
2468
+ "pointer-events": [{
2469
+ "pointer-events": ["auto", "none"]
2470
+ }],
2471
+ /**
2472
+ * Resize
2473
+ * @see https://tailwindcss.com/docs/resize
2474
+ */
2475
+ resize: [{
2476
+ resize: ["none", "", "y", "x"]
2477
+ }],
2478
+ /**
2479
+ * Scroll Behavior
2480
+ * @see https://tailwindcss.com/docs/scroll-behavior
2481
+ */
2482
+ "scroll-behavior": [{
2483
+ scroll: ["auto", "smooth"]
2484
+ }],
2485
+ /**
2486
+ * Scroll Margin
2487
+ * @see https://tailwindcss.com/docs/scroll-margin
2488
+ */
2489
+ "scroll-m": [{
2490
+ "scroll-m": d()
2491
+ }],
2492
+ /**
2493
+ * Scroll Margin X
2494
+ * @see https://tailwindcss.com/docs/scroll-margin
2495
+ */
2496
+ "scroll-mx": [{
2497
+ "scroll-mx": d()
2498
+ }],
2499
+ /**
2500
+ * Scroll Margin Y
2501
+ * @see https://tailwindcss.com/docs/scroll-margin
2502
+ */
2503
+ "scroll-my": [{
2504
+ "scroll-my": d()
2505
+ }],
2506
+ /**
2507
+ * Scroll Margin Start
2508
+ * @see https://tailwindcss.com/docs/scroll-margin
2509
+ */
2510
+ "scroll-ms": [{
2511
+ "scroll-ms": d()
2512
+ }],
2513
+ /**
2514
+ * Scroll Margin End
2515
+ * @see https://tailwindcss.com/docs/scroll-margin
2516
+ */
2517
+ "scroll-me": [{
2518
+ "scroll-me": d()
2519
+ }],
2520
+ /**
2521
+ * Scroll Margin Top
2522
+ * @see https://tailwindcss.com/docs/scroll-margin
2523
+ */
2524
+ "scroll-mt": [{
2525
+ "scroll-mt": d()
2526
+ }],
2527
+ /**
2528
+ * Scroll Margin Right
2529
+ * @see https://tailwindcss.com/docs/scroll-margin
2530
+ */
2531
+ "scroll-mr": [{
2532
+ "scroll-mr": d()
2533
+ }],
2534
+ /**
2535
+ * Scroll Margin Bottom
2536
+ * @see https://tailwindcss.com/docs/scroll-margin
2537
+ */
2538
+ "scroll-mb": [{
2539
+ "scroll-mb": d()
2540
+ }],
2541
+ /**
2542
+ * Scroll Margin Left
2543
+ * @see https://tailwindcss.com/docs/scroll-margin
2544
+ */
2545
+ "scroll-ml": [{
2546
+ "scroll-ml": d()
2547
+ }],
2548
+ /**
2549
+ * Scroll Padding
2550
+ * @see https://tailwindcss.com/docs/scroll-padding
2551
+ */
2552
+ "scroll-p": [{
2553
+ "scroll-p": d()
2554
+ }],
2555
+ /**
2556
+ * Scroll Padding X
2557
+ * @see https://tailwindcss.com/docs/scroll-padding
2558
+ */
2559
+ "scroll-px": [{
2560
+ "scroll-px": d()
2561
+ }],
2562
+ /**
2563
+ * Scroll Padding Y
2564
+ * @see https://tailwindcss.com/docs/scroll-padding
2565
+ */
2566
+ "scroll-py": [{
2567
+ "scroll-py": d()
2568
+ }],
2569
+ /**
2570
+ * Scroll Padding Start
2571
+ * @see https://tailwindcss.com/docs/scroll-padding
2572
+ */
2573
+ "scroll-ps": [{
2574
+ "scroll-ps": d()
2575
+ }],
2576
+ /**
2577
+ * Scroll Padding End
2578
+ * @see https://tailwindcss.com/docs/scroll-padding
2579
+ */
2580
+ "scroll-pe": [{
2581
+ "scroll-pe": d()
2582
+ }],
2583
+ /**
2584
+ * Scroll Padding Top
2585
+ * @see https://tailwindcss.com/docs/scroll-padding
2586
+ */
2587
+ "scroll-pt": [{
2588
+ "scroll-pt": d()
2589
+ }],
2590
+ /**
2591
+ * Scroll Padding Right
2592
+ * @see https://tailwindcss.com/docs/scroll-padding
2593
+ */
2594
+ "scroll-pr": [{
2595
+ "scroll-pr": d()
2596
+ }],
2597
+ /**
2598
+ * Scroll Padding Bottom
2599
+ * @see https://tailwindcss.com/docs/scroll-padding
2600
+ */
2601
+ "scroll-pb": [{
2602
+ "scroll-pb": d()
2603
+ }],
2604
+ /**
2605
+ * Scroll Padding Left
2606
+ * @see https://tailwindcss.com/docs/scroll-padding
2607
+ */
2608
+ "scroll-pl": [{
2609
+ "scroll-pl": d()
2610
+ }],
2611
+ /**
2612
+ * Scroll Snap Align
2613
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2614
+ */
2615
+ "snap-align": [{
2616
+ snap: ["start", "end", "center", "align-none"]
2617
+ }],
2618
+ /**
2619
+ * Scroll Snap Stop
2620
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2621
+ */
2622
+ "snap-stop": [{
2623
+ snap: ["normal", "always"]
2624
+ }],
2625
+ /**
2626
+ * Scroll Snap Type
2627
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2628
+ */
2629
+ "snap-type": [{
2630
+ snap: ["none", "x", "y", "both"]
2631
+ }],
2632
+ /**
2633
+ * Scroll Snap Type Strictness
2634
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2635
+ */
2636
+ "snap-strictness": [{
2637
+ snap: ["mandatory", "proximity"]
2638
+ }],
2639
+ /**
2640
+ * Touch Action
2641
+ * @see https://tailwindcss.com/docs/touch-action
2642
+ */
2643
+ touch: [{
2644
+ touch: ["auto", "none", "manipulation"]
2645
+ }],
2646
+ /**
2647
+ * Touch Action X
2648
+ * @see https://tailwindcss.com/docs/touch-action
2649
+ */
2650
+ "touch-x": [{
2651
+ "touch-pan": ["x", "left", "right"]
2652
+ }],
2653
+ /**
2654
+ * Touch Action Y
2655
+ * @see https://tailwindcss.com/docs/touch-action
2656
+ */
2657
+ "touch-y": [{
2658
+ "touch-pan": ["y", "up", "down"]
2659
+ }],
2660
+ /**
2661
+ * Touch Action Pinch Zoom
2662
+ * @see https://tailwindcss.com/docs/touch-action
2663
+ */
2664
+ "touch-pz": ["touch-pinch-zoom"],
2665
+ /**
2666
+ * User Select
2667
+ * @see https://tailwindcss.com/docs/user-select
2668
+ */
2669
+ select: [{
2670
+ select: ["none", "text", "all", "auto"]
2671
+ }],
2672
+ /**
2673
+ * Will Change
2674
+ * @see https://tailwindcss.com/docs/will-change
2675
+ */
2676
+ "will-change": [{
2677
+ "will-change": ["auto", "scroll", "contents", "transform", a, n]
2678
+ }],
2679
+ // -----------
2680
+ // --- SVG ---
2681
+ // -----------
2682
+ /**
2683
+ * Fill
2684
+ * @see https://tailwindcss.com/docs/fill
2685
+ */
2686
+ fill: [{
2687
+ fill: ["none", ...c()]
2688
+ }],
2689
+ /**
2690
+ * Stroke Width
2691
+ * @see https://tailwindcss.com/docs/stroke-width
2692
+ */
2693
+ "stroke-w": [{
2694
+ stroke: [u, J, F, ue]
2695
+ }],
2696
+ /**
2697
+ * Stroke
2698
+ * @see https://tailwindcss.com/docs/stroke
2699
+ */
2700
+ stroke: [{
2701
+ stroke: ["none", ...c()]
2702
+ }],
2703
+ // ---------------------
2704
+ // --- Accessibility ---
2705
+ // ---------------------
2706
+ /**
2707
+ * Forced Color Adjust
2708
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2709
+ */
2710
+ "forced-color-adjust": [{
2711
+ "forced-color-adjust": ["auto", "none"]
2712
+ }]
2713
+ },
2714
+ conflictingClassGroups: {
2715
+ overflow: ["overflow-x", "overflow-y"],
2716
+ overscroll: ["overscroll-x", "overscroll-y"],
2717
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2718
+ "inset-x": ["right", "left"],
2719
+ "inset-y": ["top", "bottom"],
2720
+ flex: ["basis", "grow", "shrink"],
2721
+ gap: ["gap-x", "gap-y"],
2722
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2723
+ px: ["pr", "pl"],
2724
+ py: ["pt", "pb"],
2725
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2726
+ mx: ["mr", "ml"],
2727
+ my: ["mt", "mb"],
2728
+ size: ["w", "h"],
2729
+ "font-size": ["leading"],
2730
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2731
+ "fvn-ordinal": ["fvn-normal"],
2732
+ "fvn-slashed-zero": ["fvn-normal"],
2733
+ "fvn-figure": ["fvn-normal"],
2734
+ "fvn-spacing": ["fvn-normal"],
2735
+ "fvn-fraction": ["fvn-normal"],
2736
+ "line-clamp": ["display", "overflow"],
2737
+ rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2738
+ "rounded-s": ["rounded-ss", "rounded-es"],
2739
+ "rounded-e": ["rounded-se", "rounded-ee"],
2740
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2741
+ "rounded-r": ["rounded-tr", "rounded-br"],
2742
+ "rounded-b": ["rounded-br", "rounded-bl"],
2743
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2744
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2745
+ "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2746
+ "border-w-x": ["border-w-r", "border-w-l"],
2747
+ "border-w-y": ["border-w-t", "border-w-b"],
2748
+ "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2749
+ "border-color-x": ["border-color-r", "border-color-l"],
2750
+ "border-color-y": ["border-color-t", "border-color-b"],
2751
+ translate: ["translate-x", "translate-y", "translate-none"],
2752
+ "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2753
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2754
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2755
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2756
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2757
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2758
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2759
+ touch: ["touch-x", "touch-y", "touch-pz"],
2760
+ "touch-x": ["touch"],
2761
+ "touch-y": ["touch"],
2762
+ "touch-pz": ["touch"]
2763
+ },
2764
+ conflictingClassGroupModifiers: {
2765
+ "font-size": ["leading"]
2766
+ },
2767
+ orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2768
+ };
2769
+ }, qr = /* @__PURE__ */ zr(Dr), Ee = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ne = Le, Wr = (e, o) => (r) => {
2770
+ var t;
2771
+ if (o?.variants == null) return Ne(e, r?.class, r?.className);
2772
+ const { variants: s, defaultVariants: i } = o, l = Object.keys(s).map((p) => {
2773
+ const g = r?.[p], w = i?.[p];
2774
+ if (g === null) return null;
2775
+ const _ = Ee(g) || Ee(w);
2776
+ return s[p][_];
2777
+ }), f = r && Object.entries(r).reduce((p, g) => {
2778
+ let [w, _] = g;
2779
+ return _ === void 0 || (p[w] = _), p;
2780
+ }, {}), m = o == null || (t = o.compoundVariants) === null || t === void 0 ? void 0 : t.reduce((p, g) => {
2781
+ let { class: w, className: _, ...P } = g;
2782
+ return Object.entries(P).every((v) => {
2783
+ let [k, z] = v;
2784
+ return Array.isArray(z) ? z.includes({
2785
+ ...i,
2786
+ ...f
2787
+ }[k]) : {
2788
+ ...i,
2789
+ ...f
2790
+ }[k] === z;
2791
+ }) ? [
2792
+ ...p,
2793
+ w,
2794
+ _
2795
+ ] : p;
2796
+ }, []);
2797
+ return Ne(e, l, m, r?.class, r?.className);
2798
+ }, Ze = Symbol(), dt = /* @__PURE__ */ $({
2799
+ inheritAttrs: !1,
2800
+ __name: "BuiFormItem",
2801
+ setup(e) {
2802
+ const o = lr();
2803
+ He(Ze, o);
2804
+ const { class: r, ...t } = he();
2805
+ return (s, i) => (G(), Ge("div", se({
2806
+ class: b(ie)("space-y-1", b(r) ?? "")
2807
+ }, t), [
2808
+ O(s.$slots, "default")
2809
+ ], 16));
2810
+ }
2811
+ });
2812
+ function ae() {
2813
+ const e = pe(rr), o = pe(Ze), r = {
2814
+ valid: nr(),
2815
+ isDirty: sr(),
2816
+ isTouched: or(),
2817
+ error: tr()
2818
+ };
2819
+ if (!e) throw new Error("useFormField should be used within <BuiFormField>");
2820
+ const { name: t } = e, s = o;
2821
+ return {
2822
+ id: s,
2823
+ name: t,
2824
+ formItemId: `${s}-form-item`,
2825
+ formDescriptionId: `${s}-form-item-description`,
2826
+ formMessageId: `${s}-form-item-message`,
2827
+ ...r
2828
+ };
2829
+ }
2830
+ const mt = /* @__PURE__ */ $({
2831
+ __name: "BuiFormControl",
2832
+ setup(e) {
2833
+ const { error: o, formItemId: r, formDescriptionId: t, formMessageId: s } = ae();
2834
+ return (i, l) => (G(), Y(b(ir), {
2835
+ id: b(r),
2836
+ "aria-describedby": b(o) ? `${b(t)} ${b(s)}` : `${b(t)}`,
2837
+ "aria-invalid": !!b(o)
2838
+ }, {
2839
+ default: ne(() => [
2840
+ O(i.$slots, "default")
2841
+ ]),
2842
+ _: 3
2843
+ }, 8, ["id", "aria-describedby", "aria-invalid"]));
2844
+ }
2845
+ }), Jr = ["id"], ut = /* @__PURE__ */ $({
2846
+ inheritAttrs: !1,
2847
+ __name: "BuiFormDescription",
2848
+ setup(e) {
2849
+ const { formDescriptionId: o } = ae(), { class: r, ...t } = he();
2850
+ return (s, i) => (G(), Ge("p", se({
2851
+ id: b(o),
2852
+ class: b(ie)("text-sm text-muted-foreground", b(r) ?? "")
2853
+ }, t), [
2854
+ O(s.$slots, "default")
2855
+ ], 16, Jr));
2856
+ }
2857
+ }), pt = /* @__PURE__ */ $({
2858
+ inheritAttrs: !1,
2859
+ __name: "BuiFormLabel",
2860
+ setup(e) {
2861
+ const { error: o, formItemId: r } = ae(), { class: t, ...s } = he();
2862
+ return (i, l) => (G(), Y(b(mr), se({
2863
+ class: b(ie)(
2864
+ "text-foreground block text-left text-sm font-medium tracking-tight",
2865
+ b(o) && "text-destructive-foreground",
2866
+ b(t) ?? ""
2867
+ ),
2868
+ for: b(r)
2869
+ }, s), {
2870
+ default: ne(() => [
2871
+ O(i.$slots, "default")
2872
+ ]),
2873
+ _: 3
2874
+ }, 16, ["class", "for"]));
2875
+ }
2876
+ }), ft = /* @__PURE__ */ $({
2877
+ __name: "BuiFormMessage",
2878
+ setup(e) {
2879
+ const { name: o, formMessageId: r } = ae();
2880
+ return (t, s) => (G(), Y(b(ar), {
2881
+ id: b(r),
2882
+ as: "p",
2883
+ name: Xe(b(o)),
2884
+ class: "text-sm font-medium text-destructive-foreground"
2885
+ }, null, 8, ["id", "name"]));
2886
+ }
2887
+ }), Kr = Symbol(), Yr = /* @__PURE__ */ $({
2888
+ __name: "BuiButton",
2889
+ props: {
2890
+ class: { default: "" },
2891
+ variant: {},
2892
+ size: {},
2893
+ as: { default: "button" },
2894
+ type: { default: "button" },
2895
+ disabled: { type: Boolean },
2896
+ asChild: { type: Boolean }
2897
+ },
2898
+ setup(e) {
2899
+ const o = e, r = pe(Kr, Qe(!1));
2900
+ return (t, s) => (G(), Y(b(Te), {
2901
+ as: t.as,
2902
+ "as-child": t.asChild,
2903
+ class: er(b(ie)(b(Zr)({ variant: t.variant, size: t.size }), o.class)),
2904
+ type: t.type,
2905
+ disabled: b(r) || o.disabled
2906
+ }, {
2907
+ default: ne(() => [
2908
+ O(t.$slots, "default")
2909
+ ]),
2910
+ _: 3
2911
+ }, 8, ["as", "as-child", "class", "type", "disabled"]));
2912
+ }
2913
+ }), Zr = Wr(
2914
+ "inline-flex items-center justify-center rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",
2915
+ {
2916
+ variants: {
2917
+ variant: {
2918
+ default: [
2919
+ /* background*/
2920
+ "bg-primary hover:bg-primary-hover active:bg-primary-active disabled:bg-foreground/4",
2921
+ /* border */
2922
+ "disabled:border disabled:border-foreground/16",
2923
+ /* text */
2924
+ "text-primary-foreground disabled:text-foreground/16"
2925
+ ],
2926
+ destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
2927
+ outline: [
2928
+ /* background*/
2929
+ "hover:bg-accent/8 active:bg-accent/16 disabled:bg-accent/4",
2930
+ /* border */
2931
+ "border border-primary disabled:border-accent/32",
2932
+ /* text */
2933
+ "text-accent disabled:text-accent/32"
2934
+ ],
2935
+ secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
2936
+ ghost: [
2937
+ /* text */
2938
+ "text-accent disabled:text-accent/[0.56]",
2939
+ /* background */
2940
+ "hover:bg-accent/8 active:bg-accent/16"
2941
+ ],
2942
+ link: "text-primary underline-offset-4 hover:underline",
2943
+ none: "border-none bg-transparent"
2944
+ },
2945
+ size: {
2946
+ default: "h-8 px-3 py-1",
2947
+ sm: "h-7 px-3 py-0.5",
2948
+ lg: "h-10 px-5 py-2",
2949
+ icon: "h-4 w-4"
2950
+ }
2951
+ },
2952
+ defaultVariants: {
2953
+ variant: "default",
2954
+ size: "default"
2955
+ }
2956
+ }
2957
+ );
2958
+ /**
2959
+ * @license lucide-vue-next v0.544.0 - ISC
2960
+ *
2961
+ * This source code is licensed under the ISC license.
2962
+ * See the LICENSE file in the root directory of this source tree.
2963
+ */
2964
+ const Fe = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Hr = (e) => e.replace(
2965
+ /^([A-Z])|[\s-_]+(\w)/g,
2966
+ (o, r, t) => t ? t.toUpperCase() : r.toLowerCase()
2967
+ ), Xr = (e) => {
2968
+ const o = Hr(e);
2969
+ return o.charAt(0).toUpperCase() + o.slice(1);
2970
+ }, Qr = (...e) => e.filter((o, r, t) => !!o && o.trim() !== "" && t.indexOf(o) === r).join(" ").trim(), $e = (e) => e === "";
2971
+ /**
2972
+ * @license lucide-vue-next v0.544.0 - ISC
2973
+ *
2974
+ * This source code is licensed under the ISC license.
2975
+ * See the LICENSE file in the root directory of this source tree.
2976
+ */
2977
+ var K = {
2978
+ xmlns: "http://www.w3.org/2000/svg",
2979
+ width: 24,
2980
+ height: 24,
2981
+ viewBox: "0 0 24 24",
2982
+ fill: "none",
2983
+ stroke: "currentColor",
2984
+ "stroke-width": 2,
2985
+ "stroke-linecap": "round",
2986
+ "stroke-linejoin": "round"
2987
+ };
2988
+ /**
2989
+ * @license lucide-vue-next v0.544.0 - ISC
2990
+ *
2991
+ * This source code is licensed under the ISC license.
2992
+ * See the LICENSE file in the root directory of this source tree.
2993
+ */
2994
+ const et = ({
2995
+ name: e,
2996
+ iconNode: o,
2997
+ absoluteStrokeWidth: r,
2998
+ "absolute-stroke-width": t,
2999
+ strokeWidth: s,
3000
+ "stroke-width": i,
3001
+ size: l = K.width,
3002
+ color: f = K.stroke,
3003
+ ...m
3004
+ }, { slots: p }) => j(
3005
+ "svg",
3006
+ {
3007
+ ...K,
3008
+ ...m,
3009
+ width: l,
3010
+ height: l,
3011
+ stroke: f,
3012
+ "stroke-width": $e(r) || $e(t) || r === !0 || t === !0 ? Number(s || i || K["stroke-width"]) * 24 / Number(l) : s || i || K["stroke-width"],
3013
+ class: Qr(
3014
+ "lucide",
3015
+ m.class,
3016
+ ...e ? [`lucide-${Fe(Xr(e))}-icon`, `lucide-${Fe(e)}`] : ["lucide-icon"]
3017
+ )
3018
+ },
3019
+ [...o.map((g) => j(...g)), ...p.default ? [p.default()] : []]
3020
+ );
3021
+ /**
3022
+ * @license lucide-vue-next v0.544.0 - ISC
3023
+ *
3024
+ * This source code is licensed under the ISC license.
3025
+ * See the LICENSE file in the root directory of this source tree.
3026
+ */
3027
+ const xe = (e, o) => (r, { slots: t, attrs: s }) => j(
3028
+ et,
3029
+ {
3030
+ ...s,
3031
+ ...r,
3032
+ iconNode: o,
3033
+ name: e
3034
+ },
3035
+ t
3036
+ );
3037
+ /**
3038
+ * @license lucide-vue-next v0.544.0 - ISC
3039
+ *
3040
+ * This source code is licensed under the ISC license.
3041
+ * See the LICENSE file in the root directory of this source tree.
3042
+ */
3043
+ const rt = xe("arrow-down-up", [
3044
+ ["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
3045
+ ["path", { d: "M7 20V4", key: "1yoxec" }],
3046
+ ["path", { d: "m21 8-4-4-4 4", key: "1c9v7m" }],
3047
+ ["path", { d: "M17 4v16", key: "7dpous" }]
3048
+ ]);
3049
+ /**
3050
+ * @license lucide-vue-next v0.544.0 - ISC
3051
+ *
3052
+ * This source code is licensed under the ISC license.
3053
+ * See the LICENSE file in the root directory of this source tree.
3054
+ */
3055
+ const tt = xe("arrow-down", [
3056
+ ["path", { d: "M12 5v14", key: "s699le" }],
3057
+ ["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
3058
+ ]);
3059
+ /**
3060
+ * @license lucide-vue-next v0.544.0 - ISC
3061
+ *
3062
+ * This source code is licensed under the ISC license.
3063
+ * See the LICENSE file in the root directory of this source tree.
3064
+ */
3065
+ const ot = xe("arrow-up", [
3066
+ ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
3067
+ ["path", { d: "M12 19V5", key: "x0mq9r" }]
3068
+ ]);
3069
+ function bt(e, o) {
3070
+ o.value = typeof e == "function" ? e(o.value) : e;
3071
+ }
3072
+ function ie(...e) {
3073
+ return qr(Le(e));
3074
+ }
3075
+ const gt = (e, o) => {
3076
+ let r;
3077
+ return e.getIsSorted() === "asc" ? r = tt : e.getIsSorted() === "desc" ? r = ot : r = rt, j(
3078
+ Yr,
3079
+ {
3080
+ variant: "none",
3081
+ class: "text-foreground px-0 text-sm font-semibold h-full",
3082
+ "sorting-enabled": "",
3083
+ onClick: () => e.toggleSorting(e.getIsSorted() === "asc")
3084
+ },
3085
+ () => [
3086
+ j("div", { class: "whitespace-normal break-normal" }, [o]),
3087
+ j(r, { class: "ml-1 h-4 w-4 text-muted-foreground shrink-0" })
3088
+ ]
3089
+ );
3090
+ };
3091
+ export {
3092
+ Kr as F,
3093
+ mr as L,
3094
+ Yr as _,
3095
+ mt as a,
3096
+ Zr as b,
3097
+ ut as c,
3098
+ dt as d,
3099
+ pt as e,
3100
+ ft as f,
3101
+ ie as g,
3102
+ xe as h,
3103
+ Ze as i,
3104
+ Wr as j,
3105
+ gt as t,
3106
+ ae as u,
3107
+ bt as v
3108
+ };