@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
@@ -1,2593 +0,0 @@
1
- import { defineComponent as N, provide as Ce, useAttrs as H, openBlock as $, createElementBlock as fe, mergeProps as Q, unref as f, renderSlot as F, inject as X, createBlock as O, withCtx as ee, toValue as _e, toRef as Ie, normalizeClass as ze, h as S } from "vue";
2
- import { FieldContextKey as Ae, useIsFieldValid as Se, useIsFieldDirty as Me, useIsFieldTouched as Ne, useFieldError as $e, ErrorMessage as Re } from "vee-validate";
3
- import { bt as je, bu as Ee, av as Ge, bs as Pe } from "./index-0I6LZbPQ.js";
4
- function ge(e) {
5
- var t, r, o = "";
6
- if (typeof e == "string" || typeof e == "number") o += e;
7
- else if (typeof e == "object") if (Array.isArray(e)) {
8
- var s = e.length;
9
- for (t = 0; t < s; t++) e[t] && (r = ge(e[t])) && (o && (o += " "), o += r);
10
- } else for (r in e) e[r] && (o && (o += " "), o += r);
11
- return o;
12
- }
13
- function Fe() {
14
- for (var e, t, r = 0, o = "", s = arguments.length; r < s; r++) (e = arguments[r]) && (t = ge(e)) && (o && (o += " "), o += t);
15
- return o;
16
- }
17
- const te = "-", Te = (e) => {
18
- const t = Ve(e), {
19
- conflictingClassGroups: r,
20
- conflictingClassGroupModifiers: o
21
- } = e;
22
- return {
23
- getClassGroupId: (i) => {
24
- const a = i.split(te);
25
- return a[0] === "" && a.length !== 1 && a.shift(), me(a, t) || Be(i);
26
- },
27
- getConflictingClassGroupIds: (i, a) => {
28
- const d = r[i] || [];
29
- return a && o[i] ? [...d, ...o[i]] : d;
30
- }
31
- };
32
- }, me = (e, t) => {
33
- if (e.length === 0)
34
- return t.classGroupId;
35
- const r = e[0], o = t.nextPart.get(r), s = o ? me(e.slice(1), o) : void 0;
36
- if (s)
37
- return s;
38
- if (t.validators.length === 0)
39
- return;
40
- const n = e.join(te);
41
- return t.validators.find(({
42
- validator: i
43
- }) => i(n))?.classGroupId;
44
- }, de = /^\[(.+)\]$/, Be = (e) => {
45
- if (de.test(e)) {
46
- const t = de.exec(e)[1], r = t?.substring(0, t.indexOf(":"));
47
- if (r)
48
- return "arbitrary.." + r;
49
- }
50
- }, Ve = (e) => {
51
- const {
52
- theme: t,
53
- prefix: r
54
- } = e, o = {
55
- nextPart: /* @__PURE__ */ new Map(),
56
- validators: []
57
- };
58
- return Oe(Object.entries(e.classGroups), r).forEach(([n, i]) => {
59
- Z(i, o, n, t);
60
- }), o;
61
- }, Z = (e, t, r, o) => {
62
- e.forEach((s) => {
63
- if (typeof s == "string") {
64
- const n = s === "" ? t : ue(t, s);
65
- n.classGroupId = r;
66
- return;
67
- }
68
- if (typeof s == "function") {
69
- if (Le(s)) {
70
- Z(s(o), t, r, o);
71
- return;
72
- }
73
- t.validators.push({
74
- validator: s,
75
- classGroupId: r
76
- });
77
- return;
78
- }
79
- Object.entries(s).forEach(([n, i]) => {
80
- Z(i, ue(t, n), r, o);
81
- });
82
- });
83
- }, ue = (e, t) => {
84
- let r = e;
85
- return t.split(te).forEach((o) => {
86
- r.nextPart.has(o) || r.nextPart.set(o, {
87
- nextPart: /* @__PURE__ */ new Map(),
88
- validators: []
89
- }), r = r.nextPart.get(o);
90
- }), r;
91
- }, Le = (e) => e.isThemeGetter, Oe = (e, t) => t ? e.map(([r, o]) => {
92
- const s = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([i, a]) => [t + i, a])) : n);
93
- return [r, s];
94
- }) : e, Ue = (e) => {
95
- if (e < 1)
96
- return {
97
- get: () => {
98
- },
99
- set: () => {
100
- }
101
- };
102
- let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
103
- const s = (n, i) => {
104
- r.set(n, i), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
105
- };
106
- return {
107
- get(n) {
108
- let i = r.get(n);
109
- if (i !== void 0)
110
- return i;
111
- if ((i = o.get(n)) !== void 0)
112
- return s(n, i), i;
113
- },
114
- set(n, i) {
115
- r.has(n) ? r.set(n, i) : s(n, i);
116
- }
117
- };
118
- }, he = "!", We = (e) => {
119
- const {
120
- separator: t,
121
- experimentalParseClassName: r
122
- } = e, o = t.length === 1, s = t[0], n = t.length, i = (a) => {
123
- const d = [];
124
- let c = 0, g = 0, y;
125
- for (let u = 0; u < a.length; u++) {
126
- let v = a[u];
127
- if (c === 0) {
128
- if (v === s && (o || a.slice(u, u + n) === t)) {
129
- d.push(a.slice(g, u)), g = u + n;
130
- continue;
131
- }
132
- if (v === "/") {
133
- y = u;
134
- continue;
135
- }
136
- }
137
- v === "[" ? c++ : v === "]" && c--;
138
- }
139
- const h = d.length === 0 ? a : a.substring(g), k = h.startsWith(he), x = k ? h.substring(1) : h, m = y && y > g ? y - g : void 0;
140
- return {
141
- modifiers: d,
142
- hasImportantModifier: k,
143
- baseClassName: x,
144
- maybePostfixModifierPosition: m
145
- };
146
- };
147
- return r ? (a) => r({
148
- className: a,
149
- parseClassName: i
150
- }) : i;
151
- }, Ke = (e) => {
152
- if (e.length <= 1)
153
- return e;
154
- const t = [];
155
- let r = [];
156
- return e.forEach((o) => {
157
- o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
158
- }), t.push(...r.sort()), t;
159
- }, qe = (e) => ({
160
- cache: Ue(e.cacheSize),
161
- parseClassName: We(e),
162
- ...Te(e)
163
- }), De = /\s+/, Je = (e, t) => {
164
- const {
165
- parseClassName: r,
166
- getClassGroupId: o,
167
- getConflictingClassGroupIds: s
168
- } = t, n = [], i = e.trim().split(De);
169
- let a = "";
170
- for (let d = i.length - 1; d >= 0; d -= 1) {
171
- const c = i[d], {
172
- modifiers: g,
173
- hasImportantModifier: y,
174
- baseClassName: h,
175
- maybePostfixModifierPosition: k
176
- } = r(c);
177
- let x = !!k, m = o(x ? h.substring(0, k) : h);
178
- if (!m) {
179
- if (!x) {
180
- a = c + (a.length > 0 ? " " + a : a);
181
- continue;
182
- }
183
- if (m = o(h), !m) {
184
- a = c + (a.length > 0 ? " " + a : a);
185
- continue;
186
- }
187
- x = !1;
188
- }
189
- const u = Ke(g).join(":"), v = y ? u + he : u, w = v + m;
190
- if (n.includes(w))
191
- continue;
192
- n.push(w);
193
- const j = s(m, x);
194
- for (let A = 0; A < j.length; ++A) {
195
- const T = j[A];
196
- n.push(v + T);
197
- }
198
- a = c + (a.length > 0 ? " " + a : a);
199
- }
200
- return a;
201
- };
202
- function Ye() {
203
- let e = 0, t, r, o = "";
204
- for (; e < arguments.length; )
205
- (t = arguments[e++]) && (r = ye(t)) && (o && (o += " "), o += r);
206
- return o;
207
- }
208
- const ye = (e) => {
209
- if (typeof e == "string")
210
- return e;
211
- let t, r = "";
212
- for (let o = 0; o < e.length; o++)
213
- e[o] && (t = ye(e[o])) && (r && (r += " "), r += t);
214
- return r;
215
- };
216
- function Xe(e, ...t) {
217
- let r, o, s, n = i;
218
- function i(d) {
219
- const c = t.reduce((g, y) => y(g), e());
220
- return r = qe(c), o = r.cache.get, s = r.cache.set, n = a, a(d);
221
- }
222
- function a(d) {
223
- const c = o(d);
224
- if (c)
225
- return c;
226
- const g = Je(d, r);
227
- return s(d, g), g;
228
- }
229
- return function() {
230
- return n(Ye.apply(null, arguments));
231
- };
232
- }
233
- const p = (e) => {
234
- const t = (r) => r[e] || [];
235
- return t.isThemeGetter = !0, t;
236
- }, ve = /^\[(?:([a-z-]+):)?(.+)\]$/i, Ze = /^\d+\/\d+$/, He = /* @__PURE__ */ new Set(["px", "full", "screen"]), Qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, et = /\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$/, tt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, rt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ot = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => M(e) || He.has(e) || Ze.test(e), I = (e) => R(e, "length", ut), M = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => R(e, "number", M), G = (e) => !!e && Number.isInteger(Number(e)), nt = (e) => e.endsWith("%") && M(e.slice(0, -1)), l = (e) => ve.test(e), z = (e) => Qe.test(e), st = /* @__PURE__ */ new Set(["length", "size", "percentage"]), at = (e) => R(e, st, xe), it = (e) => R(e, "position", xe), lt = /* @__PURE__ */ new Set(["image", "url"]), ct = (e) => R(e, lt, bt), dt = (e) => R(e, "", pt), P = () => !0, R = (e, t, r) => {
237
- const o = ve.exec(e);
238
- return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
239
- }, ut = (e) => (
240
- // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
241
- // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
242
- // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
243
- et.test(e) && !tt.test(e)
244
- ), xe = () => !1, pt = (e) => rt.test(e), bt = (e) => ot.test(e), ft = () => {
245
- const e = p("colors"), t = p("spacing"), r = p("blur"), o = p("brightness"), s = p("borderColor"), n = p("borderRadius"), i = p("borderSpacing"), a = p("borderWidth"), d = p("contrast"), c = p("grayscale"), g = p("hueRotate"), y = p("invert"), h = p("gap"), k = p("gradientColorStops"), x = p("gradientColorStopPositions"), m = p("inset"), u = p("margin"), v = p("opacity"), w = p("padding"), j = p("saturate"), A = p("scale"), T = p("sepia"), oe = p("skew"), ne = p("space"), se = p("translate"), K = () => ["auto", "contain", "none"], q = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", l, t], b = () => [l, t], ae = () => ["", _, I], B = () => ["auto", M, l], ie = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], V = () => ["solid", "dashed", "dotted", "double", "none"], le = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], E = () => ["", "0", l], ce = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], C = () => [M, l];
246
- return {
247
- cacheSize: 500,
248
- separator: ":",
249
- theme: {
250
- colors: [P],
251
- spacing: [_, I],
252
- blur: ["none", "", z, l],
253
- brightness: C(),
254
- borderColor: [e],
255
- borderRadius: ["none", "", "full", z, l],
256
- borderSpacing: b(),
257
- borderWidth: ae(),
258
- contrast: C(),
259
- grayscale: E(),
260
- hueRotate: C(),
261
- invert: E(),
262
- gap: b(),
263
- gradientColorStops: [e],
264
- gradientColorStopPositions: [nt, I],
265
- inset: D(),
266
- margin: D(),
267
- opacity: C(),
268
- padding: b(),
269
- saturate: C(),
270
- scale: C(),
271
- sepia: E(),
272
- skew: C(),
273
- space: b(),
274
- translate: b()
275
- },
276
- classGroups: {
277
- // Layout
278
- /**
279
- * Aspect Ratio
280
- * @see https://tailwindcss.com/docs/aspect-ratio
281
- */
282
- aspect: [{
283
- aspect: ["auto", "square", "video", l]
284
- }],
285
- /**
286
- * Container
287
- * @see https://tailwindcss.com/docs/container
288
- */
289
- container: ["container"],
290
- /**
291
- * Columns
292
- * @see https://tailwindcss.com/docs/columns
293
- */
294
- columns: [{
295
- columns: [z]
296
- }],
297
- /**
298
- * Break After
299
- * @see https://tailwindcss.com/docs/break-after
300
- */
301
- "break-after": [{
302
- "break-after": ce()
303
- }],
304
- /**
305
- * Break Before
306
- * @see https://tailwindcss.com/docs/break-before
307
- */
308
- "break-before": [{
309
- "break-before": ce()
310
- }],
311
- /**
312
- * Break Inside
313
- * @see https://tailwindcss.com/docs/break-inside
314
- */
315
- "break-inside": [{
316
- "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
317
- }],
318
- /**
319
- * Box Decoration Break
320
- * @see https://tailwindcss.com/docs/box-decoration-break
321
- */
322
- "box-decoration": [{
323
- "box-decoration": ["slice", "clone"]
324
- }],
325
- /**
326
- * Box Sizing
327
- * @see https://tailwindcss.com/docs/box-sizing
328
- */
329
- box: [{
330
- box: ["border", "content"]
331
- }],
332
- /**
333
- * Display
334
- * @see https://tailwindcss.com/docs/display
335
- */
336
- 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"],
337
- /**
338
- * Floats
339
- * @see https://tailwindcss.com/docs/float
340
- */
341
- float: [{
342
- float: ["right", "left", "none", "start", "end"]
343
- }],
344
- /**
345
- * Clear
346
- * @see https://tailwindcss.com/docs/clear
347
- */
348
- clear: [{
349
- clear: ["left", "right", "both", "none", "start", "end"]
350
- }],
351
- /**
352
- * Isolation
353
- * @see https://tailwindcss.com/docs/isolation
354
- */
355
- isolation: ["isolate", "isolation-auto"],
356
- /**
357
- * Object Fit
358
- * @see https://tailwindcss.com/docs/object-fit
359
- */
360
- "object-fit": [{
361
- object: ["contain", "cover", "fill", "none", "scale-down"]
362
- }],
363
- /**
364
- * Object Position
365
- * @see https://tailwindcss.com/docs/object-position
366
- */
367
- "object-position": [{
368
- object: [...ie(), l]
369
- }],
370
- /**
371
- * Overflow
372
- * @see https://tailwindcss.com/docs/overflow
373
- */
374
- overflow: [{
375
- overflow: q()
376
- }],
377
- /**
378
- * Overflow X
379
- * @see https://tailwindcss.com/docs/overflow
380
- */
381
- "overflow-x": [{
382
- "overflow-x": q()
383
- }],
384
- /**
385
- * Overflow Y
386
- * @see https://tailwindcss.com/docs/overflow
387
- */
388
- "overflow-y": [{
389
- "overflow-y": q()
390
- }],
391
- /**
392
- * Overscroll Behavior
393
- * @see https://tailwindcss.com/docs/overscroll-behavior
394
- */
395
- overscroll: [{
396
- overscroll: K()
397
- }],
398
- /**
399
- * Overscroll Behavior X
400
- * @see https://tailwindcss.com/docs/overscroll-behavior
401
- */
402
- "overscroll-x": [{
403
- "overscroll-x": K()
404
- }],
405
- /**
406
- * Overscroll Behavior Y
407
- * @see https://tailwindcss.com/docs/overscroll-behavior
408
- */
409
- "overscroll-y": [{
410
- "overscroll-y": K()
411
- }],
412
- /**
413
- * Position
414
- * @see https://tailwindcss.com/docs/position
415
- */
416
- position: ["static", "fixed", "absolute", "relative", "sticky"],
417
- /**
418
- * Top / Right / Bottom / Left
419
- * @see https://tailwindcss.com/docs/top-right-bottom-left
420
- */
421
- inset: [{
422
- inset: [m]
423
- }],
424
- /**
425
- * Right / Left
426
- * @see https://tailwindcss.com/docs/top-right-bottom-left
427
- */
428
- "inset-x": [{
429
- "inset-x": [m]
430
- }],
431
- /**
432
- * Top / Bottom
433
- * @see https://tailwindcss.com/docs/top-right-bottom-left
434
- */
435
- "inset-y": [{
436
- "inset-y": [m]
437
- }],
438
- /**
439
- * Start
440
- * @see https://tailwindcss.com/docs/top-right-bottom-left
441
- */
442
- start: [{
443
- start: [m]
444
- }],
445
- /**
446
- * End
447
- * @see https://tailwindcss.com/docs/top-right-bottom-left
448
- */
449
- end: [{
450
- end: [m]
451
- }],
452
- /**
453
- * Top
454
- * @see https://tailwindcss.com/docs/top-right-bottom-left
455
- */
456
- top: [{
457
- top: [m]
458
- }],
459
- /**
460
- * Right
461
- * @see https://tailwindcss.com/docs/top-right-bottom-left
462
- */
463
- right: [{
464
- right: [m]
465
- }],
466
- /**
467
- * Bottom
468
- * @see https://tailwindcss.com/docs/top-right-bottom-left
469
- */
470
- bottom: [{
471
- bottom: [m]
472
- }],
473
- /**
474
- * Left
475
- * @see https://tailwindcss.com/docs/top-right-bottom-left
476
- */
477
- left: [{
478
- left: [m]
479
- }],
480
- /**
481
- * Visibility
482
- * @see https://tailwindcss.com/docs/visibility
483
- */
484
- visibility: ["visible", "invisible", "collapse"],
485
- /**
486
- * Z-Index
487
- * @see https://tailwindcss.com/docs/z-index
488
- */
489
- z: [{
490
- z: ["auto", G, l]
491
- }],
492
- // Flexbox and Grid
493
- /**
494
- * Flex Basis
495
- * @see https://tailwindcss.com/docs/flex-basis
496
- */
497
- basis: [{
498
- basis: D()
499
- }],
500
- /**
501
- * Flex Direction
502
- * @see https://tailwindcss.com/docs/flex-direction
503
- */
504
- "flex-direction": [{
505
- flex: ["row", "row-reverse", "col", "col-reverse"]
506
- }],
507
- /**
508
- * Flex Wrap
509
- * @see https://tailwindcss.com/docs/flex-wrap
510
- */
511
- "flex-wrap": [{
512
- flex: ["wrap", "wrap-reverse", "nowrap"]
513
- }],
514
- /**
515
- * Flex
516
- * @see https://tailwindcss.com/docs/flex
517
- */
518
- flex: [{
519
- flex: ["1", "auto", "initial", "none", l]
520
- }],
521
- /**
522
- * Flex Grow
523
- * @see https://tailwindcss.com/docs/flex-grow
524
- */
525
- grow: [{
526
- grow: E()
527
- }],
528
- /**
529
- * Flex Shrink
530
- * @see https://tailwindcss.com/docs/flex-shrink
531
- */
532
- shrink: [{
533
- shrink: E()
534
- }],
535
- /**
536
- * Order
537
- * @see https://tailwindcss.com/docs/order
538
- */
539
- order: [{
540
- order: ["first", "last", "none", G, l]
541
- }],
542
- /**
543
- * Grid Template Columns
544
- * @see https://tailwindcss.com/docs/grid-template-columns
545
- */
546
- "grid-cols": [{
547
- "grid-cols": [P]
548
- }],
549
- /**
550
- * Grid Column Start / End
551
- * @see https://tailwindcss.com/docs/grid-column
552
- */
553
- "col-start-end": [{
554
- col: ["auto", {
555
- span: ["full", G, l]
556
- }, l]
557
- }],
558
- /**
559
- * Grid Column Start
560
- * @see https://tailwindcss.com/docs/grid-column
561
- */
562
- "col-start": [{
563
- "col-start": B()
564
- }],
565
- /**
566
- * Grid Column End
567
- * @see https://tailwindcss.com/docs/grid-column
568
- */
569
- "col-end": [{
570
- "col-end": B()
571
- }],
572
- /**
573
- * Grid Template Rows
574
- * @see https://tailwindcss.com/docs/grid-template-rows
575
- */
576
- "grid-rows": [{
577
- "grid-rows": [P]
578
- }],
579
- /**
580
- * Grid Row Start / End
581
- * @see https://tailwindcss.com/docs/grid-row
582
- */
583
- "row-start-end": [{
584
- row: ["auto", {
585
- span: [G, l]
586
- }, l]
587
- }],
588
- /**
589
- * Grid Row Start
590
- * @see https://tailwindcss.com/docs/grid-row
591
- */
592
- "row-start": [{
593
- "row-start": B()
594
- }],
595
- /**
596
- * Grid Row End
597
- * @see https://tailwindcss.com/docs/grid-row
598
- */
599
- "row-end": [{
600
- "row-end": B()
601
- }],
602
- /**
603
- * Grid Auto Flow
604
- * @see https://tailwindcss.com/docs/grid-auto-flow
605
- */
606
- "grid-flow": [{
607
- "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
608
- }],
609
- /**
610
- * Grid Auto Columns
611
- * @see https://tailwindcss.com/docs/grid-auto-columns
612
- */
613
- "auto-cols": [{
614
- "auto-cols": ["auto", "min", "max", "fr", l]
615
- }],
616
- /**
617
- * Grid Auto Rows
618
- * @see https://tailwindcss.com/docs/grid-auto-rows
619
- */
620
- "auto-rows": [{
621
- "auto-rows": ["auto", "min", "max", "fr", l]
622
- }],
623
- /**
624
- * Gap
625
- * @see https://tailwindcss.com/docs/gap
626
- */
627
- gap: [{
628
- gap: [h]
629
- }],
630
- /**
631
- * Gap X
632
- * @see https://tailwindcss.com/docs/gap
633
- */
634
- "gap-x": [{
635
- "gap-x": [h]
636
- }],
637
- /**
638
- * Gap Y
639
- * @see https://tailwindcss.com/docs/gap
640
- */
641
- "gap-y": [{
642
- "gap-y": [h]
643
- }],
644
- /**
645
- * Justify Content
646
- * @see https://tailwindcss.com/docs/justify-content
647
- */
648
- "justify-content": [{
649
- justify: ["normal", ...J()]
650
- }],
651
- /**
652
- * Justify Items
653
- * @see https://tailwindcss.com/docs/justify-items
654
- */
655
- "justify-items": [{
656
- "justify-items": ["start", "end", "center", "stretch"]
657
- }],
658
- /**
659
- * Justify Self
660
- * @see https://tailwindcss.com/docs/justify-self
661
- */
662
- "justify-self": [{
663
- "justify-self": ["auto", "start", "end", "center", "stretch"]
664
- }],
665
- /**
666
- * Align Content
667
- * @see https://tailwindcss.com/docs/align-content
668
- */
669
- "align-content": [{
670
- content: ["normal", ...J(), "baseline"]
671
- }],
672
- /**
673
- * Align Items
674
- * @see https://tailwindcss.com/docs/align-items
675
- */
676
- "align-items": [{
677
- items: ["start", "end", "center", "baseline", "stretch"]
678
- }],
679
- /**
680
- * Align Self
681
- * @see https://tailwindcss.com/docs/align-self
682
- */
683
- "align-self": [{
684
- self: ["auto", "start", "end", "center", "stretch", "baseline"]
685
- }],
686
- /**
687
- * Place Content
688
- * @see https://tailwindcss.com/docs/place-content
689
- */
690
- "place-content": [{
691
- "place-content": [...J(), "baseline"]
692
- }],
693
- /**
694
- * Place Items
695
- * @see https://tailwindcss.com/docs/place-items
696
- */
697
- "place-items": [{
698
- "place-items": ["start", "end", "center", "baseline", "stretch"]
699
- }],
700
- /**
701
- * Place Self
702
- * @see https://tailwindcss.com/docs/place-self
703
- */
704
- "place-self": [{
705
- "place-self": ["auto", "start", "end", "center", "stretch"]
706
- }],
707
- // Spacing
708
- /**
709
- * Padding
710
- * @see https://tailwindcss.com/docs/padding
711
- */
712
- p: [{
713
- p: [w]
714
- }],
715
- /**
716
- * Padding X
717
- * @see https://tailwindcss.com/docs/padding
718
- */
719
- px: [{
720
- px: [w]
721
- }],
722
- /**
723
- * Padding Y
724
- * @see https://tailwindcss.com/docs/padding
725
- */
726
- py: [{
727
- py: [w]
728
- }],
729
- /**
730
- * Padding Start
731
- * @see https://tailwindcss.com/docs/padding
732
- */
733
- ps: [{
734
- ps: [w]
735
- }],
736
- /**
737
- * Padding End
738
- * @see https://tailwindcss.com/docs/padding
739
- */
740
- pe: [{
741
- pe: [w]
742
- }],
743
- /**
744
- * Padding Top
745
- * @see https://tailwindcss.com/docs/padding
746
- */
747
- pt: [{
748
- pt: [w]
749
- }],
750
- /**
751
- * Padding Right
752
- * @see https://tailwindcss.com/docs/padding
753
- */
754
- pr: [{
755
- pr: [w]
756
- }],
757
- /**
758
- * Padding Bottom
759
- * @see https://tailwindcss.com/docs/padding
760
- */
761
- pb: [{
762
- pb: [w]
763
- }],
764
- /**
765
- * Padding Left
766
- * @see https://tailwindcss.com/docs/padding
767
- */
768
- pl: [{
769
- pl: [w]
770
- }],
771
- /**
772
- * Margin
773
- * @see https://tailwindcss.com/docs/margin
774
- */
775
- m: [{
776
- m: [u]
777
- }],
778
- /**
779
- * Margin X
780
- * @see https://tailwindcss.com/docs/margin
781
- */
782
- mx: [{
783
- mx: [u]
784
- }],
785
- /**
786
- * Margin Y
787
- * @see https://tailwindcss.com/docs/margin
788
- */
789
- my: [{
790
- my: [u]
791
- }],
792
- /**
793
- * Margin Start
794
- * @see https://tailwindcss.com/docs/margin
795
- */
796
- ms: [{
797
- ms: [u]
798
- }],
799
- /**
800
- * Margin End
801
- * @see https://tailwindcss.com/docs/margin
802
- */
803
- me: [{
804
- me: [u]
805
- }],
806
- /**
807
- * Margin Top
808
- * @see https://tailwindcss.com/docs/margin
809
- */
810
- mt: [{
811
- mt: [u]
812
- }],
813
- /**
814
- * Margin Right
815
- * @see https://tailwindcss.com/docs/margin
816
- */
817
- mr: [{
818
- mr: [u]
819
- }],
820
- /**
821
- * Margin Bottom
822
- * @see https://tailwindcss.com/docs/margin
823
- */
824
- mb: [{
825
- mb: [u]
826
- }],
827
- /**
828
- * Margin Left
829
- * @see https://tailwindcss.com/docs/margin
830
- */
831
- ml: [{
832
- ml: [u]
833
- }],
834
- /**
835
- * Space Between X
836
- * @see https://tailwindcss.com/docs/space
837
- */
838
- "space-x": [{
839
- "space-x": [ne]
840
- }],
841
- /**
842
- * Space Between X Reverse
843
- * @see https://tailwindcss.com/docs/space
844
- */
845
- "space-x-reverse": ["space-x-reverse"],
846
- /**
847
- * Space Between Y
848
- * @see https://tailwindcss.com/docs/space
849
- */
850
- "space-y": [{
851
- "space-y": [ne]
852
- }],
853
- /**
854
- * Space Between Y Reverse
855
- * @see https://tailwindcss.com/docs/space
856
- */
857
- "space-y-reverse": ["space-y-reverse"],
858
- // Sizing
859
- /**
860
- * Width
861
- * @see https://tailwindcss.com/docs/width
862
- */
863
- w: [{
864
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", l, t]
865
- }],
866
- /**
867
- * Min-Width
868
- * @see https://tailwindcss.com/docs/min-width
869
- */
870
- "min-w": [{
871
- "min-w": [l, t, "min", "max", "fit"]
872
- }],
873
- /**
874
- * Max-Width
875
- * @see https://tailwindcss.com/docs/max-width
876
- */
877
- "max-w": [{
878
- "max-w": [l, t, "none", "full", "min", "max", "fit", "prose", {
879
- screen: [z]
880
- }, z]
881
- }],
882
- /**
883
- * Height
884
- * @see https://tailwindcss.com/docs/height
885
- */
886
- h: [{
887
- h: [l, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
888
- }],
889
- /**
890
- * Min-Height
891
- * @see https://tailwindcss.com/docs/min-height
892
- */
893
- "min-h": [{
894
- "min-h": [l, t, "min", "max", "fit", "svh", "lvh", "dvh"]
895
- }],
896
- /**
897
- * Max-Height
898
- * @see https://tailwindcss.com/docs/max-height
899
- */
900
- "max-h": [{
901
- "max-h": [l, t, "min", "max", "fit", "svh", "lvh", "dvh"]
902
- }],
903
- /**
904
- * Size
905
- * @see https://tailwindcss.com/docs/size
906
- */
907
- size: [{
908
- size: [l, t, "auto", "min", "max", "fit"]
909
- }],
910
- // Typography
911
- /**
912
- * Font Size
913
- * @see https://tailwindcss.com/docs/font-size
914
- */
915
- "font-size": [{
916
- text: ["base", z, I]
917
- }],
918
- /**
919
- * Font Smoothing
920
- * @see https://tailwindcss.com/docs/font-smoothing
921
- */
922
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
923
- /**
924
- * Font Style
925
- * @see https://tailwindcss.com/docs/font-style
926
- */
927
- "font-style": ["italic", "not-italic"],
928
- /**
929
- * Font Weight
930
- * @see https://tailwindcss.com/docs/font-weight
931
- */
932
- "font-weight": [{
933
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Y]
934
- }],
935
- /**
936
- * Font Family
937
- * @see https://tailwindcss.com/docs/font-family
938
- */
939
- "font-family": [{
940
- font: [P]
941
- }],
942
- /**
943
- * Font Variant Numeric
944
- * @see https://tailwindcss.com/docs/font-variant-numeric
945
- */
946
- "fvn-normal": ["normal-nums"],
947
- /**
948
- * Font Variant Numeric
949
- * @see https://tailwindcss.com/docs/font-variant-numeric
950
- */
951
- "fvn-ordinal": ["ordinal"],
952
- /**
953
- * Font Variant Numeric
954
- * @see https://tailwindcss.com/docs/font-variant-numeric
955
- */
956
- "fvn-slashed-zero": ["slashed-zero"],
957
- /**
958
- * Font Variant Numeric
959
- * @see https://tailwindcss.com/docs/font-variant-numeric
960
- */
961
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
962
- /**
963
- * Font Variant Numeric
964
- * @see https://tailwindcss.com/docs/font-variant-numeric
965
- */
966
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
967
- /**
968
- * Font Variant Numeric
969
- * @see https://tailwindcss.com/docs/font-variant-numeric
970
- */
971
- "fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
972
- /**
973
- * Letter Spacing
974
- * @see https://tailwindcss.com/docs/letter-spacing
975
- */
976
- tracking: [{
977
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", l]
978
- }],
979
- /**
980
- * Line Clamp
981
- * @see https://tailwindcss.com/docs/line-clamp
982
- */
983
- "line-clamp": [{
984
- "line-clamp": ["none", M, Y]
985
- }],
986
- /**
987
- * Line Height
988
- * @see https://tailwindcss.com/docs/line-height
989
- */
990
- leading: [{
991
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", _, l]
992
- }],
993
- /**
994
- * List Style Image
995
- * @see https://tailwindcss.com/docs/list-style-image
996
- */
997
- "list-image": [{
998
- "list-image": ["none", l]
999
- }],
1000
- /**
1001
- * List Style Type
1002
- * @see https://tailwindcss.com/docs/list-style-type
1003
- */
1004
- "list-style-type": [{
1005
- list: ["none", "disc", "decimal", l]
1006
- }],
1007
- /**
1008
- * List Style Position
1009
- * @see https://tailwindcss.com/docs/list-style-position
1010
- */
1011
- "list-style-position": [{
1012
- list: ["inside", "outside"]
1013
- }],
1014
- /**
1015
- * Placeholder Color
1016
- * @deprecated since Tailwind CSS v3.0.0
1017
- * @see https://tailwindcss.com/docs/placeholder-color
1018
- */
1019
- "placeholder-color": [{
1020
- placeholder: [e]
1021
- }],
1022
- /**
1023
- * Placeholder Opacity
1024
- * @see https://tailwindcss.com/docs/placeholder-opacity
1025
- */
1026
- "placeholder-opacity": [{
1027
- "placeholder-opacity": [v]
1028
- }],
1029
- /**
1030
- * Text Alignment
1031
- * @see https://tailwindcss.com/docs/text-align
1032
- */
1033
- "text-alignment": [{
1034
- text: ["left", "center", "right", "justify", "start", "end"]
1035
- }],
1036
- /**
1037
- * Text Color
1038
- * @see https://tailwindcss.com/docs/text-color
1039
- */
1040
- "text-color": [{
1041
- text: [e]
1042
- }],
1043
- /**
1044
- * Text Opacity
1045
- * @see https://tailwindcss.com/docs/text-opacity
1046
- */
1047
- "text-opacity": [{
1048
- "text-opacity": [v]
1049
- }],
1050
- /**
1051
- * Text Decoration
1052
- * @see https://tailwindcss.com/docs/text-decoration
1053
- */
1054
- "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1055
- /**
1056
- * Text Decoration Style
1057
- * @see https://tailwindcss.com/docs/text-decoration-style
1058
- */
1059
- "text-decoration-style": [{
1060
- decoration: [...V(), "wavy"]
1061
- }],
1062
- /**
1063
- * Text Decoration Thickness
1064
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1065
- */
1066
- "text-decoration-thickness": [{
1067
- decoration: ["auto", "from-font", _, I]
1068
- }],
1069
- /**
1070
- * Text Underline Offset
1071
- * @see https://tailwindcss.com/docs/text-underline-offset
1072
- */
1073
- "underline-offset": [{
1074
- "underline-offset": ["auto", _, l]
1075
- }],
1076
- /**
1077
- * Text Decoration Color
1078
- * @see https://tailwindcss.com/docs/text-decoration-color
1079
- */
1080
- "text-decoration-color": [{
1081
- decoration: [e]
1082
- }],
1083
- /**
1084
- * Text Transform
1085
- * @see https://tailwindcss.com/docs/text-transform
1086
- */
1087
- "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1088
- /**
1089
- * Text Overflow
1090
- * @see https://tailwindcss.com/docs/text-overflow
1091
- */
1092
- "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1093
- /**
1094
- * Text Wrap
1095
- * @see https://tailwindcss.com/docs/text-wrap
1096
- */
1097
- "text-wrap": [{
1098
- text: ["wrap", "nowrap", "balance", "pretty"]
1099
- }],
1100
- /**
1101
- * Text Indent
1102
- * @see https://tailwindcss.com/docs/text-indent
1103
- */
1104
- indent: [{
1105
- indent: b()
1106
- }],
1107
- /**
1108
- * Vertical Alignment
1109
- * @see https://tailwindcss.com/docs/vertical-align
1110
- */
1111
- "vertical-align": [{
1112
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l]
1113
- }],
1114
- /**
1115
- * Whitespace
1116
- * @see https://tailwindcss.com/docs/whitespace
1117
- */
1118
- whitespace: [{
1119
- whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1120
- }],
1121
- /**
1122
- * Word Break
1123
- * @see https://tailwindcss.com/docs/word-break
1124
- */
1125
- break: [{
1126
- break: ["normal", "words", "all", "keep"]
1127
- }],
1128
- /**
1129
- * Hyphens
1130
- * @see https://tailwindcss.com/docs/hyphens
1131
- */
1132
- hyphens: [{
1133
- hyphens: ["none", "manual", "auto"]
1134
- }],
1135
- /**
1136
- * Content
1137
- * @see https://tailwindcss.com/docs/content
1138
- */
1139
- content: [{
1140
- content: ["none", l]
1141
- }],
1142
- // Backgrounds
1143
- /**
1144
- * Background Attachment
1145
- * @see https://tailwindcss.com/docs/background-attachment
1146
- */
1147
- "bg-attachment": [{
1148
- bg: ["fixed", "local", "scroll"]
1149
- }],
1150
- /**
1151
- * Background Clip
1152
- * @see https://tailwindcss.com/docs/background-clip
1153
- */
1154
- "bg-clip": [{
1155
- "bg-clip": ["border", "padding", "content", "text"]
1156
- }],
1157
- /**
1158
- * Background Opacity
1159
- * @deprecated since Tailwind CSS v3.0.0
1160
- * @see https://tailwindcss.com/docs/background-opacity
1161
- */
1162
- "bg-opacity": [{
1163
- "bg-opacity": [v]
1164
- }],
1165
- /**
1166
- * Background Origin
1167
- * @see https://tailwindcss.com/docs/background-origin
1168
- */
1169
- "bg-origin": [{
1170
- "bg-origin": ["border", "padding", "content"]
1171
- }],
1172
- /**
1173
- * Background Position
1174
- * @see https://tailwindcss.com/docs/background-position
1175
- */
1176
- "bg-position": [{
1177
- bg: [...ie(), it]
1178
- }],
1179
- /**
1180
- * Background Repeat
1181
- * @see https://tailwindcss.com/docs/background-repeat
1182
- */
1183
- "bg-repeat": [{
1184
- bg: ["no-repeat", {
1185
- repeat: ["", "x", "y", "round", "space"]
1186
- }]
1187
- }],
1188
- /**
1189
- * Background Size
1190
- * @see https://tailwindcss.com/docs/background-size
1191
- */
1192
- "bg-size": [{
1193
- bg: ["auto", "cover", "contain", at]
1194
- }],
1195
- /**
1196
- * Background Image
1197
- * @see https://tailwindcss.com/docs/background-image
1198
- */
1199
- "bg-image": [{
1200
- bg: ["none", {
1201
- "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1202
- }, ct]
1203
- }],
1204
- /**
1205
- * Background Color
1206
- * @see https://tailwindcss.com/docs/background-color
1207
- */
1208
- "bg-color": [{
1209
- bg: [e]
1210
- }],
1211
- /**
1212
- * Gradient Color Stops From Position
1213
- * @see https://tailwindcss.com/docs/gradient-color-stops
1214
- */
1215
- "gradient-from-pos": [{
1216
- from: [x]
1217
- }],
1218
- /**
1219
- * Gradient Color Stops Via Position
1220
- * @see https://tailwindcss.com/docs/gradient-color-stops
1221
- */
1222
- "gradient-via-pos": [{
1223
- via: [x]
1224
- }],
1225
- /**
1226
- * Gradient Color Stops To Position
1227
- * @see https://tailwindcss.com/docs/gradient-color-stops
1228
- */
1229
- "gradient-to-pos": [{
1230
- to: [x]
1231
- }],
1232
- /**
1233
- * Gradient Color Stops From
1234
- * @see https://tailwindcss.com/docs/gradient-color-stops
1235
- */
1236
- "gradient-from": [{
1237
- from: [k]
1238
- }],
1239
- /**
1240
- * Gradient Color Stops Via
1241
- * @see https://tailwindcss.com/docs/gradient-color-stops
1242
- */
1243
- "gradient-via": [{
1244
- via: [k]
1245
- }],
1246
- /**
1247
- * Gradient Color Stops To
1248
- * @see https://tailwindcss.com/docs/gradient-color-stops
1249
- */
1250
- "gradient-to": [{
1251
- to: [k]
1252
- }],
1253
- // Borders
1254
- /**
1255
- * Border Radius
1256
- * @see https://tailwindcss.com/docs/border-radius
1257
- */
1258
- rounded: [{
1259
- rounded: [n]
1260
- }],
1261
- /**
1262
- * Border Radius Start
1263
- * @see https://tailwindcss.com/docs/border-radius
1264
- */
1265
- "rounded-s": [{
1266
- "rounded-s": [n]
1267
- }],
1268
- /**
1269
- * Border Radius End
1270
- * @see https://tailwindcss.com/docs/border-radius
1271
- */
1272
- "rounded-e": [{
1273
- "rounded-e": [n]
1274
- }],
1275
- /**
1276
- * Border Radius Top
1277
- * @see https://tailwindcss.com/docs/border-radius
1278
- */
1279
- "rounded-t": [{
1280
- "rounded-t": [n]
1281
- }],
1282
- /**
1283
- * Border Radius Right
1284
- * @see https://tailwindcss.com/docs/border-radius
1285
- */
1286
- "rounded-r": [{
1287
- "rounded-r": [n]
1288
- }],
1289
- /**
1290
- * Border Radius Bottom
1291
- * @see https://tailwindcss.com/docs/border-radius
1292
- */
1293
- "rounded-b": [{
1294
- "rounded-b": [n]
1295
- }],
1296
- /**
1297
- * Border Radius Left
1298
- * @see https://tailwindcss.com/docs/border-radius
1299
- */
1300
- "rounded-l": [{
1301
- "rounded-l": [n]
1302
- }],
1303
- /**
1304
- * Border Radius Start Start
1305
- * @see https://tailwindcss.com/docs/border-radius
1306
- */
1307
- "rounded-ss": [{
1308
- "rounded-ss": [n]
1309
- }],
1310
- /**
1311
- * Border Radius Start End
1312
- * @see https://tailwindcss.com/docs/border-radius
1313
- */
1314
- "rounded-se": [{
1315
- "rounded-se": [n]
1316
- }],
1317
- /**
1318
- * Border Radius End End
1319
- * @see https://tailwindcss.com/docs/border-radius
1320
- */
1321
- "rounded-ee": [{
1322
- "rounded-ee": [n]
1323
- }],
1324
- /**
1325
- * Border Radius End Start
1326
- * @see https://tailwindcss.com/docs/border-radius
1327
- */
1328
- "rounded-es": [{
1329
- "rounded-es": [n]
1330
- }],
1331
- /**
1332
- * Border Radius Top Left
1333
- * @see https://tailwindcss.com/docs/border-radius
1334
- */
1335
- "rounded-tl": [{
1336
- "rounded-tl": [n]
1337
- }],
1338
- /**
1339
- * Border Radius Top Right
1340
- * @see https://tailwindcss.com/docs/border-radius
1341
- */
1342
- "rounded-tr": [{
1343
- "rounded-tr": [n]
1344
- }],
1345
- /**
1346
- * Border Radius Bottom Right
1347
- * @see https://tailwindcss.com/docs/border-radius
1348
- */
1349
- "rounded-br": [{
1350
- "rounded-br": [n]
1351
- }],
1352
- /**
1353
- * Border Radius Bottom Left
1354
- * @see https://tailwindcss.com/docs/border-radius
1355
- */
1356
- "rounded-bl": [{
1357
- "rounded-bl": [n]
1358
- }],
1359
- /**
1360
- * Border Width
1361
- * @see https://tailwindcss.com/docs/border-width
1362
- */
1363
- "border-w": [{
1364
- border: [a]
1365
- }],
1366
- /**
1367
- * Border Width X
1368
- * @see https://tailwindcss.com/docs/border-width
1369
- */
1370
- "border-w-x": [{
1371
- "border-x": [a]
1372
- }],
1373
- /**
1374
- * Border Width Y
1375
- * @see https://tailwindcss.com/docs/border-width
1376
- */
1377
- "border-w-y": [{
1378
- "border-y": [a]
1379
- }],
1380
- /**
1381
- * Border Width Start
1382
- * @see https://tailwindcss.com/docs/border-width
1383
- */
1384
- "border-w-s": [{
1385
- "border-s": [a]
1386
- }],
1387
- /**
1388
- * Border Width End
1389
- * @see https://tailwindcss.com/docs/border-width
1390
- */
1391
- "border-w-e": [{
1392
- "border-e": [a]
1393
- }],
1394
- /**
1395
- * Border Width Top
1396
- * @see https://tailwindcss.com/docs/border-width
1397
- */
1398
- "border-w-t": [{
1399
- "border-t": [a]
1400
- }],
1401
- /**
1402
- * Border Width Right
1403
- * @see https://tailwindcss.com/docs/border-width
1404
- */
1405
- "border-w-r": [{
1406
- "border-r": [a]
1407
- }],
1408
- /**
1409
- * Border Width Bottom
1410
- * @see https://tailwindcss.com/docs/border-width
1411
- */
1412
- "border-w-b": [{
1413
- "border-b": [a]
1414
- }],
1415
- /**
1416
- * Border Width Left
1417
- * @see https://tailwindcss.com/docs/border-width
1418
- */
1419
- "border-w-l": [{
1420
- "border-l": [a]
1421
- }],
1422
- /**
1423
- * Border Opacity
1424
- * @see https://tailwindcss.com/docs/border-opacity
1425
- */
1426
- "border-opacity": [{
1427
- "border-opacity": [v]
1428
- }],
1429
- /**
1430
- * Border Style
1431
- * @see https://tailwindcss.com/docs/border-style
1432
- */
1433
- "border-style": [{
1434
- border: [...V(), "hidden"]
1435
- }],
1436
- /**
1437
- * Divide Width X
1438
- * @see https://tailwindcss.com/docs/divide-width
1439
- */
1440
- "divide-x": [{
1441
- "divide-x": [a]
1442
- }],
1443
- /**
1444
- * Divide Width X Reverse
1445
- * @see https://tailwindcss.com/docs/divide-width
1446
- */
1447
- "divide-x-reverse": ["divide-x-reverse"],
1448
- /**
1449
- * Divide Width Y
1450
- * @see https://tailwindcss.com/docs/divide-width
1451
- */
1452
- "divide-y": [{
1453
- "divide-y": [a]
1454
- }],
1455
- /**
1456
- * Divide Width Y Reverse
1457
- * @see https://tailwindcss.com/docs/divide-width
1458
- */
1459
- "divide-y-reverse": ["divide-y-reverse"],
1460
- /**
1461
- * Divide Opacity
1462
- * @see https://tailwindcss.com/docs/divide-opacity
1463
- */
1464
- "divide-opacity": [{
1465
- "divide-opacity": [v]
1466
- }],
1467
- /**
1468
- * Divide Style
1469
- * @see https://tailwindcss.com/docs/divide-style
1470
- */
1471
- "divide-style": [{
1472
- divide: V()
1473
- }],
1474
- /**
1475
- * Border Color
1476
- * @see https://tailwindcss.com/docs/border-color
1477
- */
1478
- "border-color": [{
1479
- border: [s]
1480
- }],
1481
- /**
1482
- * Border Color X
1483
- * @see https://tailwindcss.com/docs/border-color
1484
- */
1485
- "border-color-x": [{
1486
- "border-x": [s]
1487
- }],
1488
- /**
1489
- * Border Color Y
1490
- * @see https://tailwindcss.com/docs/border-color
1491
- */
1492
- "border-color-y": [{
1493
- "border-y": [s]
1494
- }],
1495
- /**
1496
- * Border Color Top
1497
- * @see https://tailwindcss.com/docs/border-color
1498
- */
1499
- "border-color-t": [{
1500
- "border-t": [s]
1501
- }],
1502
- /**
1503
- * Border Color Right
1504
- * @see https://tailwindcss.com/docs/border-color
1505
- */
1506
- "border-color-r": [{
1507
- "border-r": [s]
1508
- }],
1509
- /**
1510
- * Border Color Bottom
1511
- * @see https://tailwindcss.com/docs/border-color
1512
- */
1513
- "border-color-b": [{
1514
- "border-b": [s]
1515
- }],
1516
- /**
1517
- * Border Color Left
1518
- * @see https://tailwindcss.com/docs/border-color
1519
- */
1520
- "border-color-l": [{
1521
- "border-l": [s]
1522
- }],
1523
- /**
1524
- * Divide Color
1525
- * @see https://tailwindcss.com/docs/divide-color
1526
- */
1527
- "divide-color": [{
1528
- divide: [s]
1529
- }],
1530
- /**
1531
- * Outline Style
1532
- * @see https://tailwindcss.com/docs/outline-style
1533
- */
1534
- "outline-style": [{
1535
- outline: ["", ...V()]
1536
- }],
1537
- /**
1538
- * Outline Offset
1539
- * @see https://tailwindcss.com/docs/outline-offset
1540
- */
1541
- "outline-offset": [{
1542
- "outline-offset": [_, l]
1543
- }],
1544
- /**
1545
- * Outline Width
1546
- * @see https://tailwindcss.com/docs/outline-width
1547
- */
1548
- "outline-w": [{
1549
- outline: [_, I]
1550
- }],
1551
- /**
1552
- * Outline Color
1553
- * @see https://tailwindcss.com/docs/outline-color
1554
- */
1555
- "outline-color": [{
1556
- outline: [e]
1557
- }],
1558
- /**
1559
- * Ring Width
1560
- * @see https://tailwindcss.com/docs/ring-width
1561
- */
1562
- "ring-w": [{
1563
- ring: ae()
1564
- }],
1565
- /**
1566
- * Ring Width Inset
1567
- * @see https://tailwindcss.com/docs/ring-width
1568
- */
1569
- "ring-w-inset": ["ring-inset"],
1570
- /**
1571
- * Ring Color
1572
- * @see https://tailwindcss.com/docs/ring-color
1573
- */
1574
- "ring-color": [{
1575
- ring: [e]
1576
- }],
1577
- /**
1578
- * Ring Opacity
1579
- * @see https://tailwindcss.com/docs/ring-opacity
1580
- */
1581
- "ring-opacity": [{
1582
- "ring-opacity": [v]
1583
- }],
1584
- /**
1585
- * Ring Offset Width
1586
- * @see https://tailwindcss.com/docs/ring-offset-width
1587
- */
1588
- "ring-offset-w": [{
1589
- "ring-offset": [_, I]
1590
- }],
1591
- /**
1592
- * Ring Offset Color
1593
- * @see https://tailwindcss.com/docs/ring-offset-color
1594
- */
1595
- "ring-offset-color": [{
1596
- "ring-offset": [e]
1597
- }],
1598
- // Effects
1599
- /**
1600
- * Box Shadow
1601
- * @see https://tailwindcss.com/docs/box-shadow
1602
- */
1603
- shadow: [{
1604
- shadow: ["", "inner", "none", z, dt]
1605
- }],
1606
- /**
1607
- * Box Shadow Color
1608
- * @see https://tailwindcss.com/docs/box-shadow-color
1609
- */
1610
- "shadow-color": [{
1611
- shadow: [P]
1612
- }],
1613
- /**
1614
- * Opacity
1615
- * @see https://tailwindcss.com/docs/opacity
1616
- */
1617
- opacity: [{
1618
- opacity: [v]
1619
- }],
1620
- /**
1621
- * Mix Blend Mode
1622
- * @see https://tailwindcss.com/docs/mix-blend-mode
1623
- */
1624
- "mix-blend": [{
1625
- "mix-blend": [...le(), "plus-lighter", "plus-darker"]
1626
- }],
1627
- /**
1628
- * Background Blend Mode
1629
- * @see https://tailwindcss.com/docs/background-blend-mode
1630
- */
1631
- "bg-blend": [{
1632
- "bg-blend": le()
1633
- }],
1634
- // Filters
1635
- /**
1636
- * Filter
1637
- * @deprecated since Tailwind CSS v3.0.0
1638
- * @see https://tailwindcss.com/docs/filter
1639
- */
1640
- filter: [{
1641
- filter: ["", "none"]
1642
- }],
1643
- /**
1644
- * Blur
1645
- * @see https://tailwindcss.com/docs/blur
1646
- */
1647
- blur: [{
1648
- blur: [r]
1649
- }],
1650
- /**
1651
- * Brightness
1652
- * @see https://tailwindcss.com/docs/brightness
1653
- */
1654
- brightness: [{
1655
- brightness: [o]
1656
- }],
1657
- /**
1658
- * Contrast
1659
- * @see https://tailwindcss.com/docs/contrast
1660
- */
1661
- contrast: [{
1662
- contrast: [d]
1663
- }],
1664
- /**
1665
- * Drop Shadow
1666
- * @see https://tailwindcss.com/docs/drop-shadow
1667
- */
1668
- "drop-shadow": [{
1669
- "drop-shadow": ["", "none", z, l]
1670
- }],
1671
- /**
1672
- * Grayscale
1673
- * @see https://tailwindcss.com/docs/grayscale
1674
- */
1675
- grayscale: [{
1676
- grayscale: [c]
1677
- }],
1678
- /**
1679
- * Hue Rotate
1680
- * @see https://tailwindcss.com/docs/hue-rotate
1681
- */
1682
- "hue-rotate": [{
1683
- "hue-rotate": [g]
1684
- }],
1685
- /**
1686
- * Invert
1687
- * @see https://tailwindcss.com/docs/invert
1688
- */
1689
- invert: [{
1690
- invert: [y]
1691
- }],
1692
- /**
1693
- * Saturate
1694
- * @see https://tailwindcss.com/docs/saturate
1695
- */
1696
- saturate: [{
1697
- saturate: [j]
1698
- }],
1699
- /**
1700
- * Sepia
1701
- * @see https://tailwindcss.com/docs/sepia
1702
- */
1703
- sepia: [{
1704
- sepia: [T]
1705
- }],
1706
- /**
1707
- * Backdrop Filter
1708
- * @deprecated since Tailwind CSS v3.0.0
1709
- * @see https://tailwindcss.com/docs/backdrop-filter
1710
- */
1711
- "backdrop-filter": [{
1712
- "backdrop-filter": ["", "none"]
1713
- }],
1714
- /**
1715
- * Backdrop Blur
1716
- * @see https://tailwindcss.com/docs/backdrop-blur
1717
- */
1718
- "backdrop-blur": [{
1719
- "backdrop-blur": [r]
1720
- }],
1721
- /**
1722
- * Backdrop Brightness
1723
- * @see https://tailwindcss.com/docs/backdrop-brightness
1724
- */
1725
- "backdrop-brightness": [{
1726
- "backdrop-brightness": [o]
1727
- }],
1728
- /**
1729
- * Backdrop Contrast
1730
- * @see https://tailwindcss.com/docs/backdrop-contrast
1731
- */
1732
- "backdrop-contrast": [{
1733
- "backdrop-contrast": [d]
1734
- }],
1735
- /**
1736
- * Backdrop Grayscale
1737
- * @see https://tailwindcss.com/docs/backdrop-grayscale
1738
- */
1739
- "backdrop-grayscale": [{
1740
- "backdrop-grayscale": [c]
1741
- }],
1742
- /**
1743
- * Backdrop Hue Rotate
1744
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1745
- */
1746
- "backdrop-hue-rotate": [{
1747
- "backdrop-hue-rotate": [g]
1748
- }],
1749
- /**
1750
- * Backdrop Invert
1751
- * @see https://tailwindcss.com/docs/backdrop-invert
1752
- */
1753
- "backdrop-invert": [{
1754
- "backdrop-invert": [y]
1755
- }],
1756
- /**
1757
- * Backdrop Opacity
1758
- * @see https://tailwindcss.com/docs/backdrop-opacity
1759
- */
1760
- "backdrop-opacity": [{
1761
- "backdrop-opacity": [v]
1762
- }],
1763
- /**
1764
- * Backdrop Saturate
1765
- * @see https://tailwindcss.com/docs/backdrop-saturate
1766
- */
1767
- "backdrop-saturate": [{
1768
- "backdrop-saturate": [j]
1769
- }],
1770
- /**
1771
- * Backdrop Sepia
1772
- * @see https://tailwindcss.com/docs/backdrop-sepia
1773
- */
1774
- "backdrop-sepia": [{
1775
- "backdrop-sepia": [T]
1776
- }],
1777
- // Tables
1778
- /**
1779
- * Border Collapse
1780
- * @see https://tailwindcss.com/docs/border-collapse
1781
- */
1782
- "border-collapse": [{
1783
- border: ["collapse", "separate"]
1784
- }],
1785
- /**
1786
- * Border Spacing
1787
- * @see https://tailwindcss.com/docs/border-spacing
1788
- */
1789
- "border-spacing": [{
1790
- "border-spacing": [i]
1791
- }],
1792
- /**
1793
- * Border Spacing X
1794
- * @see https://tailwindcss.com/docs/border-spacing
1795
- */
1796
- "border-spacing-x": [{
1797
- "border-spacing-x": [i]
1798
- }],
1799
- /**
1800
- * Border Spacing Y
1801
- * @see https://tailwindcss.com/docs/border-spacing
1802
- */
1803
- "border-spacing-y": [{
1804
- "border-spacing-y": [i]
1805
- }],
1806
- /**
1807
- * Table Layout
1808
- * @see https://tailwindcss.com/docs/table-layout
1809
- */
1810
- "table-layout": [{
1811
- table: ["auto", "fixed"]
1812
- }],
1813
- /**
1814
- * Caption Side
1815
- * @see https://tailwindcss.com/docs/caption-side
1816
- */
1817
- caption: [{
1818
- caption: ["top", "bottom"]
1819
- }],
1820
- // Transitions and Animation
1821
- /**
1822
- * Tranisition Property
1823
- * @see https://tailwindcss.com/docs/transition-property
1824
- */
1825
- transition: [{
1826
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", l]
1827
- }],
1828
- /**
1829
- * Transition Duration
1830
- * @see https://tailwindcss.com/docs/transition-duration
1831
- */
1832
- duration: [{
1833
- duration: C()
1834
- }],
1835
- /**
1836
- * Transition Timing Function
1837
- * @see https://tailwindcss.com/docs/transition-timing-function
1838
- */
1839
- ease: [{
1840
- ease: ["linear", "in", "out", "in-out", l]
1841
- }],
1842
- /**
1843
- * Transition Delay
1844
- * @see https://tailwindcss.com/docs/transition-delay
1845
- */
1846
- delay: [{
1847
- delay: C()
1848
- }],
1849
- /**
1850
- * Animation
1851
- * @see https://tailwindcss.com/docs/animation
1852
- */
1853
- animate: [{
1854
- animate: ["none", "spin", "ping", "pulse", "bounce", l]
1855
- }],
1856
- // Transforms
1857
- /**
1858
- * Transform
1859
- * @see https://tailwindcss.com/docs/transform
1860
- */
1861
- transform: [{
1862
- transform: ["", "gpu", "none"]
1863
- }],
1864
- /**
1865
- * Scale
1866
- * @see https://tailwindcss.com/docs/scale
1867
- */
1868
- scale: [{
1869
- scale: [A]
1870
- }],
1871
- /**
1872
- * Scale X
1873
- * @see https://tailwindcss.com/docs/scale
1874
- */
1875
- "scale-x": [{
1876
- "scale-x": [A]
1877
- }],
1878
- /**
1879
- * Scale Y
1880
- * @see https://tailwindcss.com/docs/scale
1881
- */
1882
- "scale-y": [{
1883
- "scale-y": [A]
1884
- }],
1885
- /**
1886
- * Rotate
1887
- * @see https://tailwindcss.com/docs/rotate
1888
- */
1889
- rotate: [{
1890
- rotate: [G, l]
1891
- }],
1892
- /**
1893
- * Translate X
1894
- * @see https://tailwindcss.com/docs/translate
1895
- */
1896
- "translate-x": [{
1897
- "translate-x": [se]
1898
- }],
1899
- /**
1900
- * Translate Y
1901
- * @see https://tailwindcss.com/docs/translate
1902
- */
1903
- "translate-y": [{
1904
- "translate-y": [se]
1905
- }],
1906
- /**
1907
- * Skew X
1908
- * @see https://tailwindcss.com/docs/skew
1909
- */
1910
- "skew-x": [{
1911
- "skew-x": [oe]
1912
- }],
1913
- /**
1914
- * Skew Y
1915
- * @see https://tailwindcss.com/docs/skew
1916
- */
1917
- "skew-y": [{
1918
- "skew-y": [oe]
1919
- }],
1920
- /**
1921
- * Transform Origin
1922
- * @see https://tailwindcss.com/docs/transform-origin
1923
- */
1924
- "transform-origin": [{
1925
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", l]
1926
- }],
1927
- // Interactivity
1928
- /**
1929
- * Accent Color
1930
- * @see https://tailwindcss.com/docs/accent-color
1931
- */
1932
- accent: [{
1933
- accent: ["auto", e]
1934
- }],
1935
- /**
1936
- * Appearance
1937
- * @see https://tailwindcss.com/docs/appearance
1938
- */
1939
- appearance: [{
1940
- appearance: ["none", "auto"]
1941
- }],
1942
- /**
1943
- * Cursor
1944
- * @see https://tailwindcss.com/docs/cursor
1945
- */
1946
- cursor: [{
1947
- 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", l]
1948
- }],
1949
- /**
1950
- * Caret Color
1951
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
1952
- */
1953
- "caret-color": [{
1954
- caret: [e]
1955
- }],
1956
- /**
1957
- * Pointer Events
1958
- * @see https://tailwindcss.com/docs/pointer-events
1959
- */
1960
- "pointer-events": [{
1961
- "pointer-events": ["none", "auto"]
1962
- }],
1963
- /**
1964
- * Resize
1965
- * @see https://tailwindcss.com/docs/resize
1966
- */
1967
- resize: [{
1968
- resize: ["none", "y", "x", ""]
1969
- }],
1970
- /**
1971
- * Scroll Behavior
1972
- * @see https://tailwindcss.com/docs/scroll-behavior
1973
- */
1974
- "scroll-behavior": [{
1975
- scroll: ["auto", "smooth"]
1976
- }],
1977
- /**
1978
- * Scroll Margin
1979
- * @see https://tailwindcss.com/docs/scroll-margin
1980
- */
1981
- "scroll-m": [{
1982
- "scroll-m": b()
1983
- }],
1984
- /**
1985
- * Scroll Margin X
1986
- * @see https://tailwindcss.com/docs/scroll-margin
1987
- */
1988
- "scroll-mx": [{
1989
- "scroll-mx": b()
1990
- }],
1991
- /**
1992
- * Scroll Margin Y
1993
- * @see https://tailwindcss.com/docs/scroll-margin
1994
- */
1995
- "scroll-my": [{
1996
- "scroll-my": b()
1997
- }],
1998
- /**
1999
- * Scroll Margin Start
2000
- * @see https://tailwindcss.com/docs/scroll-margin
2001
- */
2002
- "scroll-ms": [{
2003
- "scroll-ms": b()
2004
- }],
2005
- /**
2006
- * Scroll Margin End
2007
- * @see https://tailwindcss.com/docs/scroll-margin
2008
- */
2009
- "scroll-me": [{
2010
- "scroll-me": b()
2011
- }],
2012
- /**
2013
- * Scroll Margin Top
2014
- * @see https://tailwindcss.com/docs/scroll-margin
2015
- */
2016
- "scroll-mt": [{
2017
- "scroll-mt": b()
2018
- }],
2019
- /**
2020
- * Scroll Margin Right
2021
- * @see https://tailwindcss.com/docs/scroll-margin
2022
- */
2023
- "scroll-mr": [{
2024
- "scroll-mr": b()
2025
- }],
2026
- /**
2027
- * Scroll Margin Bottom
2028
- * @see https://tailwindcss.com/docs/scroll-margin
2029
- */
2030
- "scroll-mb": [{
2031
- "scroll-mb": b()
2032
- }],
2033
- /**
2034
- * Scroll Margin Left
2035
- * @see https://tailwindcss.com/docs/scroll-margin
2036
- */
2037
- "scroll-ml": [{
2038
- "scroll-ml": b()
2039
- }],
2040
- /**
2041
- * Scroll Padding
2042
- * @see https://tailwindcss.com/docs/scroll-padding
2043
- */
2044
- "scroll-p": [{
2045
- "scroll-p": b()
2046
- }],
2047
- /**
2048
- * Scroll Padding X
2049
- * @see https://tailwindcss.com/docs/scroll-padding
2050
- */
2051
- "scroll-px": [{
2052
- "scroll-px": b()
2053
- }],
2054
- /**
2055
- * Scroll Padding Y
2056
- * @see https://tailwindcss.com/docs/scroll-padding
2057
- */
2058
- "scroll-py": [{
2059
- "scroll-py": b()
2060
- }],
2061
- /**
2062
- * Scroll Padding Start
2063
- * @see https://tailwindcss.com/docs/scroll-padding
2064
- */
2065
- "scroll-ps": [{
2066
- "scroll-ps": b()
2067
- }],
2068
- /**
2069
- * Scroll Padding End
2070
- * @see https://tailwindcss.com/docs/scroll-padding
2071
- */
2072
- "scroll-pe": [{
2073
- "scroll-pe": b()
2074
- }],
2075
- /**
2076
- * Scroll Padding Top
2077
- * @see https://tailwindcss.com/docs/scroll-padding
2078
- */
2079
- "scroll-pt": [{
2080
- "scroll-pt": b()
2081
- }],
2082
- /**
2083
- * Scroll Padding Right
2084
- * @see https://tailwindcss.com/docs/scroll-padding
2085
- */
2086
- "scroll-pr": [{
2087
- "scroll-pr": b()
2088
- }],
2089
- /**
2090
- * Scroll Padding Bottom
2091
- * @see https://tailwindcss.com/docs/scroll-padding
2092
- */
2093
- "scroll-pb": [{
2094
- "scroll-pb": b()
2095
- }],
2096
- /**
2097
- * Scroll Padding Left
2098
- * @see https://tailwindcss.com/docs/scroll-padding
2099
- */
2100
- "scroll-pl": [{
2101
- "scroll-pl": b()
2102
- }],
2103
- /**
2104
- * Scroll Snap Align
2105
- * @see https://tailwindcss.com/docs/scroll-snap-align
2106
- */
2107
- "snap-align": [{
2108
- snap: ["start", "end", "center", "align-none"]
2109
- }],
2110
- /**
2111
- * Scroll Snap Stop
2112
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2113
- */
2114
- "snap-stop": [{
2115
- snap: ["normal", "always"]
2116
- }],
2117
- /**
2118
- * Scroll Snap Type
2119
- * @see https://tailwindcss.com/docs/scroll-snap-type
2120
- */
2121
- "snap-type": [{
2122
- snap: ["none", "x", "y", "both"]
2123
- }],
2124
- /**
2125
- * Scroll Snap Type Strictness
2126
- * @see https://tailwindcss.com/docs/scroll-snap-type
2127
- */
2128
- "snap-strictness": [{
2129
- snap: ["mandatory", "proximity"]
2130
- }],
2131
- /**
2132
- * Touch Action
2133
- * @see https://tailwindcss.com/docs/touch-action
2134
- */
2135
- touch: [{
2136
- touch: ["auto", "none", "manipulation"]
2137
- }],
2138
- /**
2139
- * Touch Action X
2140
- * @see https://tailwindcss.com/docs/touch-action
2141
- */
2142
- "touch-x": [{
2143
- "touch-pan": ["x", "left", "right"]
2144
- }],
2145
- /**
2146
- * Touch Action Y
2147
- * @see https://tailwindcss.com/docs/touch-action
2148
- */
2149
- "touch-y": [{
2150
- "touch-pan": ["y", "up", "down"]
2151
- }],
2152
- /**
2153
- * Touch Action Pinch Zoom
2154
- * @see https://tailwindcss.com/docs/touch-action
2155
- */
2156
- "touch-pz": ["touch-pinch-zoom"],
2157
- /**
2158
- * User Select
2159
- * @see https://tailwindcss.com/docs/user-select
2160
- */
2161
- select: [{
2162
- select: ["none", "text", "all", "auto"]
2163
- }],
2164
- /**
2165
- * Will Change
2166
- * @see https://tailwindcss.com/docs/will-change
2167
- */
2168
- "will-change": [{
2169
- "will-change": ["auto", "scroll", "contents", "transform", l]
2170
- }],
2171
- // SVG
2172
- /**
2173
- * Fill
2174
- * @see https://tailwindcss.com/docs/fill
2175
- */
2176
- fill: [{
2177
- fill: [e, "none"]
2178
- }],
2179
- /**
2180
- * Stroke Width
2181
- * @see https://tailwindcss.com/docs/stroke-width
2182
- */
2183
- "stroke-w": [{
2184
- stroke: [_, I, Y]
2185
- }],
2186
- /**
2187
- * Stroke
2188
- * @see https://tailwindcss.com/docs/stroke
2189
- */
2190
- stroke: [{
2191
- stroke: [e, "none"]
2192
- }],
2193
- // Accessibility
2194
- /**
2195
- * Screen Readers
2196
- * @see https://tailwindcss.com/docs/screen-readers
2197
- */
2198
- sr: ["sr-only", "not-sr-only"],
2199
- /**
2200
- * Forced Color Adjust
2201
- * @see https://tailwindcss.com/docs/forced-color-adjust
2202
- */
2203
- "forced-color-adjust": [{
2204
- "forced-color-adjust": ["auto", "none"]
2205
- }]
2206
- },
2207
- conflictingClassGroups: {
2208
- overflow: ["overflow-x", "overflow-y"],
2209
- overscroll: ["overscroll-x", "overscroll-y"],
2210
- inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2211
- "inset-x": ["right", "left"],
2212
- "inset-y": ["top", "bottom"],
2213
- flex: ["basis", "grow", "shrink"],
2214
- gap: ["gap-x", "gap-y"],
2215
- p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2216
- px: ["pr", "pl"],
2217
- py: ["pt", "pb"],
2218
- m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2219
- mx: ["mr", "ml"],
2220
- my: ["mt", "mb"],
2221
- size: ["w", "h"],
2222
- "font-size": ["leading"],
2223
- "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2224
- "fvn-ordinal": ["fvn-normal"],
2225
- "fvn-slashed-zero": ["fvn-normal"],
2226
- "fvn-figure": ["fvn-normal"],
2227
- "fvn-spacing": ["fvn-normal"],
2228
- "fvn-fraction": ["fvn-normal"],
2229
- "line-clamp": ["display", "overflow"],
2230
- 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"],
2231
- "rounded-s": ["rounded-ss", "rounded-es"],
2232
- "rounded-e": ["rounded-se", "rounded-ee"],
2233
- "rounded-t": ["rounded-tl", "rounded-tr"],
2234
- "rounded-r": ["rounded-tr", "rounded-br"],
2235
- "rounded-b": ["rounded-br", "rounded-bl"],
2236
- "rounded-l": ["rounded-tl", "rounded-bl"],
2237
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
2238
- "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2239
- "border-w-x": ["border-w-r", "border-w-l"],
2240
- "border-w-y": ["border-w-t", "border-w-b"],
2241
- "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2242
- "border-color-x": ["border-color-r", "border-color-l"],
2243
- "border-color-y": ["border-color-t", "border-color-b"],
2244
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2245
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2246
- "scroll-my": ["scroll-mt", "scroll-mb"],
2247
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2248
- "scroll-px": ["scroll-pr", "scroll-pl"],
2249
- "scroll-py": ["scroll-pt", "scroll-pb"],
2250
- touch: ["touch-x", "touch-y", "touch-pz"],
2251
- "touch-x": ["touch"],
2252
- "touch-y": ["touch"],
2253
- "touch-pz": ["touch"]
2254
- },
2255
- conflictingClassGroupModifiers: {
2256
- "font-size": ["leading"]
2257
- }
2258
- };
2259
- }, gt = /* @__PURE__ */ Xe(ft);
2260
- function we(e) {
2261
- var t, r, o = "";
2262
- if (typeof e == "string" || typeof e == "number") o += e;
2263
- else if (typeof e == "object") if (Array.isArray(e)) for (t = 0; t < e.length; t++) e[t] && (r = we(e[t])) && (o && (o += " "), o += r);
2264
- else for (t in e) e[t] && (o && (o += " "), o += t);
2265
- return o;
2266
- }
2267
- function mt() {
2268
- for (var e, t, r = 0, o = ""; r < arguments.length; ) (e = arguments[r++]) && (t = we(e)) && (o && (o += " "), o += t);
2269
- return o;
2270
- }
2271
- const pe = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, be = mt, ht = (e, t) => (r) => {
2272
- var o;
2273
- if (t?.variants == null) return be(e, r?.class, r?.className);
2274
- const { variants: s, defaultVariants: n } = t, i = Object.keys(s).map((c) => {
2275
- const g = r?.[c], y = n?.[c];
2276
- if (g === null) return null;
2277
- const h = pe(g) || pe(y);
2278
- return s[c][h];
2279
- }), a = r && Object.entries(r).reduce((c, g) => {
2280
- let [y, h] = g;
2281
- return h === void 0 || (c[y] = h), c;
2282
- }, {}), d = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((c, g) => {
2283
- let { class: y, className: h, ...k } = g;
2284
- return Object.entries(k).every((x) => {
2285
- let [m, u] = x;
2286
- return Array.isArray(u) ? u.includes({
2287
- ...n,
2288
- ...a
2289
- }[m]) : {
2290
- ...n,
2291
- ...a
2292
- }[m] === u;
2293
- }) ? [
2294
- ...c,
2295
- y,
2296
- h
2297
- ] : c;
2298
- }, []);
2299
- return be(e, i, d, r?.class, r?.className);
2300
- }, ke = Symbol(), Nt = /* @__PURE__ */ N({
2301
- inheritAttrs: !1,
2302
- __name: "BuiFormItem",
2303
- setup(e) {
2304
- const t = je();
2305
- Ce(ke, t);
2306
- const { class: r, ...o } = H();
2307
- return (s, n) => ($(), fe("div", Q({
2308
- class: f(W)("space-y-1", f(r) ?? "")
2309
- }, o), [
2310
- F(s.$slots, "default")
2311
- ], 16));
2312
- }
2313
- });
2314
- function U() {
2315
- const e = X(Ae), t = X(ke), r = {
2316
- valid: Se(),
2317
- isDirty: Me(),
2318
- isTouched: Ne(),
2319
- error: $e()
2320
- };
2321
- if (!e) throw new Error("useFormField should be used within <BuiFormField>");
2322
- const { name: o } = e, s = t;
2323
- return {
2324
- id: s,
2325
- name: o,
2326
- formItemId: `${s}-form-item`,
2327
- formDescriptionId: `${s}-form-item-description`,
2328
- formMessageId: `${s}-form-item-message`,
2329
- ...r
2330
- };
2331
- }
2332
- const $t = /* @__PURE__ */ N({
2333
- __name: "BuiFormControl",
2334
- setup(e) {
2335
- const { error: t, formItemId: r, formDescriptionId: o, formMessageId: s } = U();
2336
- return (n, i) => ($(), O(f(Ee), {
2337
- id: f(r),
2338
- "aria-describedby": f(t) ? `${f(o)} ${f(s)}` : `${f(o)}`,
2339
- "aria-invalid": !!f(t)
2340
- }, {
2341
- default: ee(() => [
2342
- F(n.$slots, "default")
2343
- ]),
2344
- _: 3
2345
- }, 8, ["id", "aria-describedby", "aria-invalid"]));
2346
- }
2347
- }), yt = ["id"], Rt = /* @__PURE__ */ N({
2348
- inheritAttrs: !1,
2349
- __name: "BuiFormDescription",
2350
- setup(e) {
2351
- const { formDescriptionId: t } = U(), { class: r, ...o } = H();
2352
- return (s, n) => ($(), fe("p", Q({
2353
- id: f(t),
2354
- class: f(W)("text-sm text-muted-foreground", f(r) ?? "")
2355
- }, o), [
2356
- F(s.$slots, "default")
2357
- ], 16, yt));
2358
- }
2359
- }), jt = /* @__PURE__ */ N({
2360
- inheritAttrs: !1,
2361
- __name: "BuiFormLabel",
2362
- props: {
2363
- for: {},
2364
- asChild: { type: Boolean },
2365
- as: {}
2366
- },
2367
- setup(e) {
2368
- const { error: t, valid: r, formItemId: o } = U(), { class: s, ...n } = H();
2369
- return (i, a) => ($(), O(f(Ge), Q({
2370
- class: f(W)(
2371
- "block text-left text-sm font-medium tracking-tight text-foreground",
2372
- f(t) && "text-destructive-foreground",
2373
- f(s) ?? ""
2374
- ),
2375
- for: f(o)
2376
- }, n), {
2377
- default: ee(() => [
2378
- F(i.$slots, "default")
2379
- ]),
2380
- _: 3
2381
- }, 16, ["class", "for"]));
2382
- }
2383
- }), Et = /* @__PURE__ */ N({
2384
- __name: "BuiFormMessage",
2385
- setup(e) {
2386
- const { name: t, formMessageId: r } = U();
2387
- return (o, s) => ($(), O(f(Re), {
2388
- id: f(r),
2389
- as: "p",
2390
- name: _e(f(t)),
2391
- class: "text-sm font-medium text-destructive-foreground"
2392
- }, null, 8, ["id", "name"]));
2393
- }
2394
- }), vt = Symbol(), xt = /* @__PURE__ */ N({
2395
- __name: "BuiButton",
2396
- props: {
2397
- class: { default: "" },
2398
- variant: {},
2399
- size: {},
2400
- as: { default: "button" },
2401
- type: { default: "button" },
2402
- disabled: { type: Boolean },
2403
- asChild: { type: Boolean }
2404
- },
2405
- setup(e) {
2406
- const t = e, r = X(vt, Ie(!1));
2407
- return (o, s) => ($(), O(f(Pe), {
2408
- as: o.as,
2409
- "as-child": o.asChild,
2410
- class: ze(f(W)(f(wt)({ variant: o.variant, size: o.size }), t.class)),
2411
- type: o.type,
2412
- disabled: f(r) || t.disabled
2413
- }, {
2414
- default: ee(() => [
2415
- F(o.$slots, "default")
2416
- ]),
2417
- _: 3
2418
- }, 8, ["as", "as-child", "class", "type", "disabled"]));
2419
- }
2420
- }), wt = ht(
2421
- "inline-flex items-center justify-center rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",
2422
- {
2423
- variants: {
2424
- variant: {
2425
- default: [
2426
- /* background*/
2427
- "bg-primary hover:bg-primary-hover active:bg-primary-active disabled:bg-foreground/[0.04]",
2428
- /* border */
2429
- "disabled:border disabled:border-foreground/[0.16]",
2430
- /* text */
2431
- "text-primary-foreground disabled:text-foreground/[0.16]"
2432
- ],
2433
- destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
2434
- outline: [
2435
- /* background*/
2436
- "hover:bg-accent/[0.08] active:bg-accent/[0.16] disabled:bg-accent/[0.04]",
2437
- /* border */
2438
- "border border-primary disabled:border-accent/[0.32]",
2439
- /* text */
2440
- "text-accent disabled:text-accent/[0.32]"
2441
- ],
2442
- secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
2443
- ghost: [
2444
- /* text */
2445
- "text-accent disabled:text-accent/[0.56]",
2446
- /* background */
2447
- "hover:bg-accent/[0.08] active:bg-accent/[0.16]"
2448
- ],
2449
- link: "text-primary underline-offset-4 hover:underline",
2450
- none: "border-none bg-transparent"
2451
- },
2452
- size: {
2453
- default: "h-8 px-3 py-1",
2454
- sm: "h-7 px-3 py-0.5",
2455
- lg: "h-10 px-5 py-2",
2456
- icon: "h-4 w-4"
2457
- }
2458
- },
2459
- defaultVariants: {
2460
- variant: "default",
2461
- size: "default"
2462
- }
2463
- }
2464
- );
2465
- /**
2466
- * @license lucide-vue-next v0.441.0 - ISC
2467
- *
2468
- * This source code is licensed under the ISC license.
2469
- * See the LICENSE file in the root directory of this source tree.
2470
- */
2471
- const kt = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
2472
- /**
2473
- * @license lucide-vue-next v0.441.0 - ISC
2474
- *
2475
- * This source code is licensed under the ISC license.
2476
- * See the LICENSE file in the root directory of this source tree.
2477
- */
2478
- var L = {
2479
- xmlns: "http://www.w3.org/2000/svg",
2480
- width: 24,
2481
- height: 24,
2482
- viewBox: "0 0 24 24",
2483
- fill: "none",
2484
- stroke: "currentColor",
2485
- "stroke-width": 2,
2486
- "stroke-linecap": "round",
2487
- "stroke-linejoin": "round"
2488
- };
2489
- /**
2490
- * @license lucide-vue-next v0.441.0 - ISC
2491
- *
2492
- * This source code is licensed under the ISC license.
2493
- * See the LICENSE file in the root directory of this source tree.
2494
- */
2495
- const Ct = ({ size: e, strokeWidth: t = 2, absoluteStrokeWidth: r, color: o, iconNode: s, name: n, class: i, ...a }, { slots: d }) => S(
2496
- "svg",
2497
- {
2498
- ...L,
2499
- width: e || L.width,
2500
- height: e || L.height,
2501
- stroke: o || L.stroke,
2502
- "stroke-width": r ? Number(t) * 24 / Number(e) : t,
2503
- class: ["lucide", `lucide-${kt(n ?? "icon")}`],
2504
- ...a
2505
- },
2506
- [...s.map((c) => S(...c)), ...d.default ? [d.default()] : []]
2507
- );
2508
- /**
2509
- * @license lucide-vue-next v0.441.0 - ISC
2510
- *
2511
- * This source code is licensed under the ISC license.
2512
- * See the LICENSE file in the root directory of this source tree.
2513
- */
2514
- const re = (e, t) => (r, { slots: o }) => S(
2515
- Ct,
2516
- {
2517
- ...r,
2518
- iconNode: t,
2519
- name: e
2520
- },
2521
- o
2522
- );
2523
- /**
2524
- * @license lucide-vue-next v0.441.0 - ISC
2525
- *
2526
- * This source code is licensed under the ISC license.
2527
- * See the LICENSE file in the root directory of this source tree.
2528
- */
2529
- const _t = re("ArrowDownUpIcon", [
2530
- ["path", { d: "m3 16 4 4 4-4", key: "1co6wj" }],
2531
- ["path", { d: "M7 20V4", key: "1yoxec" }],
2532
- ["path", { d: "m21 8-4-4-4 4", key: "1c9v7m" }],
2533
- ["path", { d: "M17 4v16", key: "7dpous" }]
2534
- ]);
2535
- /**
2536
- * @license lucide-vue-next v0.441.0 - ISC
2537
- *
2538
- * This source code is licensed under the ISC license.
2539
- * See the LICENSE file in the root directory of this source tree.
2540
- */
2541
- const It = re("ArrowDownIcon", [
2542
- ["path", { d: "M12 5v14", key: "s699le" }],
2543
- ["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
2544
- ]);
2545
- /**
2546
- * @license lucide-vue-next v0.441.0 - ISC
2547
- *
2548
- * This source code is licensed under the ISC license.
2549
- * See the LICENSE file in the root directory of this source tree.
2550
- */
2551
- const zt = re("ArrowUpIcon", [
2552
- ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
2553
- ["path", { d: "M12 19V5", key: "x0mq9r" }]
2554
- ]);
2555
- function Gt(e, t) {
2556
- t.value = typeof e == "function" ? e(t.value) : e;
2557
- }
2558
- function W(...e) {
2559
- return gt(Fe(e));
2560
- }
2561
- const Pt = (e, t) => {
2562
- let r;
2563
- return e.getIsSorted() === "asc" ? r = It : e.getIsSorted() === "desc" ? r = zt : r = _t, S(
2564
- xt,
2565
- {
2566
- variant: "none",
2567
- class: "text-foreground px-0 text-sm font-semibold h-full",
2568
- "sorting-enabled": "",
2569
- onClick: () => e.toggleSorting(e.getIsSorted() === "asc")
2570
- },
2571
- () => [
2572
- S("div", { class: "whitespace-normal break-normal" }, [t]),
2573
- S(r, { class: "ml-1 h-4 w-4 text-muted-foreground shrink-0" })
2574
- ]
2575
- );
2576
- };
2577
- export {
2578
- vt as F,
2579
- xt as _,
2580
- $t as a,
2581
- wt as b,
2582
- Rt as c,
2583
- Nt as d,
2584
- jt as e,
2585
- Et as f,
2586
- W as g,
2587
- re as h,
2588
- ke as i,
2589
- ht as j,
2590
- Pt as t,
2591
- U as u,
2592
- Gt as v
2593
- };