@exegia/corpora-ui 3.1.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/dist-lib/autocomplete-DzjspdKa.js +151 -0
  2. package/dist-lib/base-CiR7nLAD.js +37 -0
  3. package/dist-lib/breadcrumb-DtFOhTfs.js +83 -0
  4. package/dist-lib/{button-CIRkQXA6.js → button-DDBbG_zF.js} +34 -43
  5. package/dist-lib/button.js +1 -1
  6. package/dist-lib/calendar-Dyut8HPa.js +62 -0
  7. package/dist-lib/checkbox-group-B0BPFc-K.js +12 -0
  8. package/dist-lib/combobox-BwfmU1S_.js +267 -0
  9. package/dist-lib/components/blocks/sidebar-primitives/content.d.ts +2 -0
  10. package/dist-lib/components/blocks/sidebar-primitives/context.d.ts +2 -0
  11. package/dist-lib/components/blocks/sidebar-primitives/footer.d.ts +2 -0
  12. package/dist-lib/components/blocks/sidebar-primitives/group-action.d.ts +3 -0
  13. package/dist-lib/components/blocks/sidebar-primitives/group-content.d.ts +2 -0
  14. package/dist-lib/components/blocks/sidebar-primitives/group-label.d.ts +3 -0
  15. package/dist-lib/components/blocks/sidebar-primitives/group.d.ts +2 -0
  16. package/dist-lib/components/blocks/sidebar-primitives/header.d.ts +2 -0
  17. package/dist-lib/components/blocks/sidebar-primitives/index.d.ts +26 -0
  18. package/dist-lib/components/blocks/sidebar-primitives/input.d.ts +3 -0
  19. package/dist-lib/components/blocks/sidebar-primitives/inset.d.ts +2 -0
  20. package/dist-lib/components/blocks/sidebar-primitives/menu-action.d.ts +5 -0
  21. package/dist-lib/components/blocks/sidebar-primitives/menu-badge.d.ts +2 -0
  22. package/dist-lib/components/blocks/sidebar-primitives/menu-button.d.ts +9 -0
  23. package/dist-lib/components/blocks/sidebar-primitives/menu-item.d.ts +2 -0
  24. package/dist-lib/components/blocks/sidebar-primitives/menu-skeleton.d.ts +4 -0
  25. package/dist-lib/components/blocks/sidebar-primitives/menu-sub-button.d.ts +6 -0
  26. package/dist-lib/components/blocks/sidebar-primitives/menu-sub-item.d.ts +2 -0
  27. package/dist-lib/components/blocks/sidebar-primitives/menu-sub.d.ts +2 -0
  28. package/dist-lib/components/blocks/sidebar-primitives/menu.d.ts +2 -0
  29. package/dist-lib/components/blocks/sidebar-primitives/provider.d.ts +3 -0
  30. package/dist-lib/components/blocks/sidebar-primitives/rail.d.ts +2 -0
  31. package/dist-lib/components/blocks/sidebar-primitives/separator.d.ts +3 -0
  32. package/dist-lib/components/blocks/sidebar-primitives/sidebar-atom.d.ts +32 -0
  33. package/dist-lib/components/blocks/sidebar-primitives/sidebar.d.ts +6 -0
  34. package/dist-lib/components/blocks/sidebar-primitives/trigger.d.ts +3 -0
  35. package/dist-lib/components/blocks/sidebar-primitives/types.d.ts +26 -0
  36. package/dist-lib/components/blocks/sidebar-primitives/use-mobile.d.ts +1 -0
  37. package/dist-lib/components/blocks/sidebar-primitives/use-sidebar.d.ts +4 -0
  38. package/dist-lib/components/blocks/sidebar-primitives/utils.d.ts +10 -0
  39. package/dist-lib/components/ui/alert.d.ts +1 -1
  40. package/dist-lib/components/ui/badge.d.ts +2 -2
  41. package/dist-lib/components/ui/breadcrumb/base.d.ts +2 -0
  42. package/dist-lib/components/ui/breadcrumb/ellipsis.d.ts +2 -0
  43. package/dist-lib/components/ui/breadcrumb/index.d.ts +7 -0
  44. package/dist-lib/components/ui/breadcrumb/item.d.ts +2 -0
  45. package/dist-lib/components/ui/breadcrumb/link.d.ts +3 -0
  46. package/dist-lib/components/ui/breadcrumb/list.d.ts +2 -0
  47. package/dist-lib/components/ui/breadcrumb/page.d.ts +2 -0
  48. package/dist-lib/components/ui/breadcrumb/separator.d.ts +2 -0
  49. package/dist-lib/components/ui/button.d.ts +2 -2
  50. package/dist-lib/components/ui/calendar/base.d.ts +3 -0
  51. package/dist-lib/components/ui/calendar/index.d.ts +1 -0
  52. package/dist-lib/components/ui/calendar/utils.d.ts +1 -0
  53. package/dist-lib/components/ui/checkbox-group/base.d.ts +3 -0
  54. package/dist-lib/components/ui/checkbox-group/index.d.ts +2 -0
  55. package/dist-lib/components/ui/combobox/chip-remove.d.ts +3 -0
  56. package/dist-lib/components/ui/combobox/chip.d.ts +5 -0
  57. package/dist-lib/components/ui/combobox/chips-input.d.ts +6 -0
  58. package/dist-lib/components/ui/combobox/chips.d.ts +5 -0
  59. package/dist-lib/components/ui/combobox/clear.d.ts +3 -0
  60. package/dist-lib/components/ui/combobox/collection.d.ts +3 -0
  61. package/dist-lib/components/ui/combobox/context.d.ts +5 -0
  62. package/dist-lib/components/ui/combobox/empty.d.ts +3 -0
  63. package/dist-lib/components/ui/combobox/group-label.d.ts +3 -0
  64. package/dist-lib/components/ui/combobox/group.d.ts +3 -0
  65. package/dist-lib/components/ui/combobox/index.d.ts +22 -0
  66. package/dist-lib/components/ui/combobox/input.d.ts +11 -0
  67. package/dist-lib/components/ui/combobox/item.d.ts +3 -0
  68. package/dist-lib/components/ui/combobox/list.d.ts +3 -0
  69. package/dist-lib/components/ui/combobox/popup.d.ts +10 -0
  70. package/dist-lib/components/ui/combobox/root.d.ts +3 -0
  71. package/dist-lib/components/ui/combobox/row.d.ts +3 -0
  72. package/dist-lib/components/ui/combobox/separator.d.ts +3 -0
  73. package/dist-lib/components/ui/combobox/status.d.ts +3 -0
  74. package/dist-lib/components/ui/combobox/trigger.d.ts +3 -0
  75. package/dist-lib/components/ui/combobox/utils.d.ts +2 -0
  76. package/dist-lib/components/ui/combobox/value.d.ts +3 -0
  77. package/dist-lib/components/ui/dialog/backdrop.d.ts +3 -0
  78. package/dist-lib/components/ui/dialog/close.d.ts +3 -0
  79. package/dist-lib/components/ui/dialog/description.d.ts +3 -0
  80. package/dist-lib/components/ui/dialog/footer.d.ts +5 -0
  81. package/dist-lib/components/ui/dialog/header.d.ts +3 -0
  82. package/dist-lib/components/ui/dialog/index.d.ts +16 -0
  83. package/dist-lib/components/ui/dialog/panel.d.ts +5 -0
  84. package/dist-lib/components/ui/dialog/popup.d.ts +8 -0
  85. package/dist-lib/components/ui/dialog/title.d.ts +3 -0
  86. package/dist-lib/components/ui/dialog/trigger.d.ts +3 -0
  87. package/dist-lib/components/ui/dialog/utils.d.ts +4 -0
  88. package/dist-lib/components/ui/dialog/viewport.d.ts +3 -0
  89. package/dist-lib/components/ui/drawer/backdrop.d.ts +3 -0
  90. package/dist-lib/components/ui/drawer/bar.d.ts +6 -0
  91. package/dist-lib/components/ui/drawer/close.d.ts +3 -0
  92. package/dist-lib/components/ui/drawer/content.d.ts +3 -0
  93. package/dist-lib/components/ui/drawer/context.d.ts +5 -0
  94. package/dist-lib/components/ui/drawer/description.d.ts +3 -0
  95. package/dist-lib/components/ui/drawer/footer.d.ts +6 -0
  96. package/dist-lib/components/ui/drawer/header.d.ts +5 -0
  97. package/dist-lib/components/ui/drawer/index.d.ts +26 -0
  98. package/dist-lib/components/ui/drawer/menu-checkbox-item.d.ts +6 -0
  99. package/dist-lib/components/ui/drawer/menu-group-label.d.ts +3 -0
  100. package/dist-lib/components/ui/drawer/menu-group.d.ts +3 -0
  101. package/dist-lib/components/ui/drawer/menu-item.d.ts +5 -0
  102. package/dist-lib/components/ui/drawer/menu-radio-group.d.ts +3 -0
  103. package/dist-lib/components/ui/drawer/menu-radio-item.d.ts +6 -0
  104. package/dist-lib/components/ui/drawer/menu-separator.d.ts +3 -0
  105. package/dist-lib/components/ui/drawer/menu-trigger.d.ts +3 -0
  106. package/dist-lib/components/ui/drawer/menu.d.ts +3 -0
  107. package/dist-lib/components/ui/drawer/panel.d.ts +7 -0
  108. package/dist-lib/components/ui/drawer/popup.d.ts +10 -0
  109. package/dist-lib/components/ui/drawer/portal.d.ts +3 -0
  110. package/dist-lib/components/ui/drawer/root.d.ts +6 -0
  111. package/dist-lib/components/ui/drawer/swipe-area.d.ts +6 -0
  112. package/dist-lib/components/ui/drawer/title.d.ts +3 -0
  113. package/dist-lib/components/ui/drawer/trigger.d.ts +3 -0
  114. package/dist-lib/components/ui/drawer/types.d.ts +1 -0
  115. package/dist-lib/components/ui/drawer/utils.d.ts +4 -0
  116. package/dist-lib/components/ui/drawer/viewport.d.ts +7 -0
  117. package/dist-lib/components/ui/empty/base.d.ts +2 -0
  118. package/dist-lib/components/ui/empty/content.d.ts +2 -0
  119. package/dist-lib/components/ui/empty/description.d.ts +2 -0
  120. package/dist-lib/components/ui/empty/header.d.ts +2 -0
  121. package/dist-lib/components/ui/empty/index.d.ts +6 -0
  122. package/dist-lib/components/ui/empty/media.d.ts +4 -0
  123. package/dist-lib/components/ui/empty/title.d.ts +2 -0
  124. package/dist-lib/components/ui/empty/utils.d.ts +3 -0
  125. package/dist-lib/components/ui/fieldset/base.d.ts +3 -0
  126. package/dist-lib/components/ui/fieldset/index.d.ts +3 -0
  127. package/dist-lib/components/ui/fieldset/legend.d.ts +3 -0
  128. package/dist-lib/components/ui/form/base.d.ts +3 -0
  129. package/dist-lib/components/ui/form/index.d.ts +2 -0
  130. package/dist-lib/components/ui/meter/base.d.ts +3 -0
  131. package/dist-lib/components/ui/meter/index.d.ts +6 -0
  132. package/dist-lib/components/ui/meter/indicator.d.ts +3 -0
  133. package/dist-lib/components/ui/meter/label.d.ts +3 -0
  134. package/dist-lib/components/ui/meter/track.d.ts +3 -0
  135. package/dist-lib/components/ui/meter/value.d.ts +3 -0
  136. package/dist-lib/components/ui/number-field/base.d.ts +5 -0
  137. package/dist-lib/components/ui/number-field/context.d.ts +4 -0
  138. package/dist-lib/components/ui/number-field/cursor-grow-icon.d.ts +2 -0
  139. package/dist-lib/components/ui/number-field/decrement.d.ts +3 -0
  140. package/dist-lib/components/ui/number-field/group.d.ts +3 -0
  141. package/dist-lib/components/ui/number-field/increment.d.ts +3 -0
  142. package/dist-lib/components/ui/number-field/index.d.ts +9 -0
  143. package/dist-lib/components/ui/number-field/input.d.ts +3 -0
  144. package/dist-lib/components/ui/number-field/scrub-area.d.ts +5 -0
  145. package/dist-lib/components/ui/pagination/base.d.ts +2 -0
  146. package/dist-lib/components/ui/pagination/content.d.ts +2 -0
  147. package/dist-lib/components/ui/pagination/ellipsis.d.ts +2 -0
  148. package/dist-lib/components/ui/pagination/index.d.ts +8 -0
  149. package/dist-lib/components/ui/pagination/item.d.ts +2 -0
  150. package/dist-lib/components/ui/pagination/link.d.ts +3 -0
  151. package/dist-lib/components/ui/pagination/next.d.ts +3 -0
  152. package/dist-lib/components/ui/pagination/previous.d.ts +3 -0
  153. package/dist-lib/components/ui/pagination/types.d.ts +7 -0
  154. package/dist-lib/components/ui/preview-card.d.ts +2 -1
  155. package/dist-lib/components/ui/progress/base.d.ts +3 -0
  156. package/dist-lib/components/ui/progress/index.d.ts +6 -0
  157. package/dist-lib/components/ui/progress/indicator.d.ts +3 -0
  158. package/dist-lib/components/ui/progress/label.d.ts +3 -0
  159. package/dist-lib/components/ui/progress/track.d.ts +3 -0
  160. package/dist-lib/components/ui/progress/value.d.ts +3 -0
  161. package/dist-lib/components/ui/radio-group/base.d.ts +3 -0
  162. package/dist-lib/components/ui/radio-group/index.d.ts +5 -0
  163. package/dist-lib/components/ui/radio-group/radio.d.ts +3 -0
  164. package/dist-lib/components/ui/sheet-parts/backdrop.d.ts +2 -0
  165. package/dist-lib/components/ui/sheet-parts/overlay.d.ts +2 -0
  166. package/dist-lib/components/ui/sheet-parts/panel.d.ts +5 -0
  167. package/dist-lib/components/ui/sheet-parts/popup.d.ts +10 -0
  168. package/dist-lib/components/ui/sheet-parts/portal.d.ts +2 -0
  169. package/dist-lib/components/ui/sheet-parts/viewport.d.ts +6 -0
  170. package/dist-lib/components/ui/sheet.d.ts +19 -9
  171. package/dist-lib/components/ui/slider/base.d.ts +3 -0
  172. package/dist-lib/components/ui/slider/index.d.ts +3 -0
  173. package/dist-lib/components/ui/slider/value.d.ts +3 -0
  174. package/dist-lib/components/ui/table/base.d.ts +3 -0
  175. package/dist-lib/components/ui/table/body.d.ts +2 -0
  176. package/dist-lib/components/ui/table/caption.d.ts +2 -0
  177. package/dist-lib/components/ui/table/cell.d.ts +2 -0
  178. package/dist-lib/components/ui/table/footer.d.ts +2 -0
  179. package/dist-lib/components/ui/table/head.d.ts +2 -0
  180. package/dist-lib/components/ui/table/header.d.ts +2 -0
  181. package/dist-lib/components/ui/table/index.d.ts +10 -0
  182. package/dist-lib/components/ui/table/row.d.ts +2 -0
  183. package/dist-lib/components/ui/table/types.d.ts +7 -0
  184. package/dist-lib/components/ui/toggle/base.d.ts +5 -0
  185. package/dist-lib/components/ui/toggle/index.d.ts +3 -0
  186. package/dist-lib/components/ui/toggle/utils.d.ts +4 -0
  187. package/dist-lib/components/ui/toggle-group/base.d.ts +5 -0
  188. package/dist-lib/components/ui/toggle-group/context.d.ts +4 -0
  189. package/dist-lib/components/ui/toggle-group/index.d.ts +5 -0
  190. package/dist-lib/components/ui/toggle-group/item.d.ts +5 -0
  191. package/dist-lib/components/ui/toggle-group/separator.d.ts +5 -0
  192. package/dist-lib/dialog-BF9rLVsx.js +135 -0
  193. package/dist-lib/drawer-DuQtc_IN.js +350 -0
  194. package/dist-lib/empty-CUO4MoHd.js +87 -0
  195. package/dist-lib/{exegia-provider-DNTuLljX.js → exegia-provider-CDYMDsSW.js} +33 -31
  196. package/dist-lib/fieldset-C3YDowBt.js +22 -0
  197. package/dist-lib/form-DdxBnCxo.js +12 -0
  198. package/dist-lib/index.css +1 -1
  199. package/dist-lib/index.d.ts +1 -0
  200. package/dist-lib/index.js +6401 -7684
  201. package/dist-lib/{liquid-glass-BihU6nMl.js → liquid-glass-BrmOha12.js} +11 -11
  202. package/dist-lib/meter-B5i2cf7m.js +49 -0
  203. package/dist-lib/modal-BSBLNZfo.js +24 -0
  204. package/dist-lib/number-field-D5p-WTn_.js +97 -0
  205. package/dist-lib/overlays.js +5 -3
  206. package/dist-lib/pagination-CPOVfufE.js +94 -0
  207. package/dist-lib/{modal-DLaOK-s1.js → popover-BKYgU_p3.js} +22 -42
  208. package/dist-lib/portal-context-oIZFl3NP.js +9 -0
  209. package/dist-lib/progress-ByAk9CV5.js +50 -0
  210. package/dist-lib/radio-group-CMwDkKFE.js +27 -0
  211. package/dist-lib/{scaffold-Qv4hs5Pf.js → scaffold-DjS8eLk9.js} +198 -198
  212. package/dist-lib/scaffold.js +1 -1
  213. package/dist-lib/scroll-area-BNcHlmRX.js +39 -0
  214. package/dist-lib/separator-D7T-98IV.js +14 -0
  215. package/dist-lib/sheet-BAYosIsg.js +148 -0
  216. package/dist-lib/sheet-D4fmEZW5.js +22 -0
  217. package/dist-lib/{shell-BQ9cjIEu.js → shell-WTIa9_ul.js} +170 -170
  218. package/dist-lib/shell.js +1 -1
  219. package/dist-lib/sidebar-1j5RYZ2t.js +529 -0
  220. package/dist-lib/skeleton-CwqQoMiY.js +12 -0
  221. package/dist-lib/slider-_1H30BMt.js +48 -0
  222. package/dist-lib/spinner-cwaneGYM.js +14 -0
  223. package/dist-lib/state.js +1 -1
  224. package/dist-lib/table-D43_yedE.js +87 -0
  225. package/dist-lib/tabs-CwWnKxRI.js +66 -0
  226. package/dist-lib/textarea-CxycYTkF.js +27 -0
  227. package/dist-lib/{toast-CataVXHN.js → toast-BLwJEhKU.js} +63 -105
  228. package/dist-lib/toggle-group-BzDvDKL0.js +55 -0
  229. package/dist-lib/tooltip-aPB3pyrl.js +39 -0
  230. package/dist-lib/ui/accordion.d.ts +1 -0
  231. package/dist-lib/ui/accordion.js +45 -0
  232. package/dist-lib/ui/alert-dialog.d.ts +1 -0
  233. package/dist-lib/ui/alert-dialog.js +74 -0
  234. package/dist-lib/ui/alert.d.ts +1 -0
  235. package/dist-lib/ui/alert.js +45 -0
  236. package/dist-lib/ui/autocomplete.d.ts +1 -0
  237. package/dist-lib/ui/autocomplete.js +2 -0
  238. package/dist-lib/ui/avatar.d.ts +2 -0
  239. package/dist-lib/ui/avatar.js +50 -0
  240. package/dist-lib/ui/badge.d.ts +2 -0
  241. package/dist-lib/ui/badge.js +72 -0
  242. package/dist-lib/ui/breadcrumb.d.ts +1 -0
  243. package/dist-lib/ui/breadcrumb.js +2 -0
  244. package/dist-lib/ui/button.d.ts +2 -0
  245. package/dist-lib/ui/button.js +2 -0
  246. package/dist-lib/ui/calendar.d.ts +1 -0
  247. package/dist-lib/ui/calendar.js +2 -0
  248. package/dist-lib/ui/card.d.ts +1 -0
  249. package/dist-lib/ui/card.js +2 -0
  250. package/dist-lib/ui/checkbox-group.d.ts +1 -0
  251. package/dist-lib/ui/checkbox-group.js +2 -0
  252. package/dist-lib/ui/checkbox.d.ts +1 -0
  253. package/dist-lib/ui/checkbox.js +51 -0
  254. package/dist-lib/ui/collapsible.d.ts +1 -0
  255. package/dist-lib/ui/collapsible.js +26 -0
  256. package/dist-lib/ui/combobox.d.ts +1 -0
  257. package/dist-lib/ui/combobox.js +2 -0
  258. package/dist-lib/ui/command.d.ts +1 -0
  259. package/dist-lib/ui/command.js +125 -0
  260. package/dist-lib/ui/context-menu.d.ts +1 -0
  261. package/dist-lib/ui/context-menu.js +178 -0
  262. package/dist-lib/ui/dialog.d.ts +1 -0
  263. package/dist-lib/ui/dialog.js +2 -0
  264. package/dist-lib/ui/drawer.d.ts +1 -0
  265. package/dist-lib/ui/drawer.js +2 -0
  266. package/dist-lib/ui/empty.d.ts +1 -0
  267. package/dist-lib/ui/empty.js +2 -0
  268. package/dist-lib/ui/field.d.ts +1 -0
  269. package/dist-lib/ui/field.js +42 -0
  270. package/dist-lib/ui/fieldset.d.ts +1 -0
  271. package/dist-lib/ui/fieldset.js +2 -0
  272. package/dist-lib/ui/form.d.ts +1 -0
  273. package/dist-lib/ui/form.js +2 -0
  274. package/dist-lib/ui/frame.d.ts +1 -0
  275. package/dist-lib/ui/frame.js +47 -0
  276. package/dist-lib/ui/group.d.ts +1 -0
  277. package/dist-lib/ui/group.js +44 -0
  278. package/dist-lib/ui/index.d.ts +55 -0
  279. package/dist-lib/ui/index.js +497 -0
  280. package/dist-lib/ui/input-group.d.ts +1 -0
  281. package/dist-lib/ui/input-group.js +59 -0
  282. package/dist-lib/ui/input.d.ts +2 -0
  283. package/dist-lib/ui/input.js +2 -0
  284. package/dist-lib/ui/kbd.d.ts +1 -0
  285. package/dist-lib/ui/kbd.js +19 -0
  286. package/dist-lib/ui/label.d.ts +1 -0
  287. package/dist-lib/ui/label.js +2 -0
  288. package/dist-lib/ui/menu.d.ts +1 -0
  289. package/dist-lib/ui/menu.js +178 -0
  290. package/dist-lib/ui/meter.d.ts +1 -0
  291. package/dist-lib/ui/meter.js +2 -0
  292. package/dist-lib/ui/number-field.d.ts +1 -0
  293. package/dist-lib/ui/number-field.js +2 -0
  294. package/dist-lib/ui/otp-field.d.ts +1 -0
  295. package/dist-lib/ui/otp-field.js +36 -0
  296. package/dist-lib/ui/pagination.d.ts +1 -0
  297. package/dist-lib/ui/pagination.js +2 -0
  298. package/dist-lib/ui/popover.d.ts +1 -0
  299. package/dist-lib/ui/popover.js +2 -0
  300. package/dist-lib/ui/preview-card.d.ts +1 -0
  301. package/dist-lib/ui/preview-card.js +35 -0
  302. package/dist-lib/ui/progress.d.ts +1 -0
  303. package/dist-lib/ui/progress.js +2 -0
  304. package/dist-lib/ui/radio-group.d.ts +1 -0
  305. package/dist-lib/ui/radio-group.js +2 -0
  306. package/dist-lib/ui/scroll-area.d.ts +1 -0
  307. package/dist-lib/ui/scroll-area.js +2 -0
  308. package/dist-lib/ui/select.d.ts +2 -0
  309. package/dist-lib/ui/select.js +145 -0
  310. package/dist-lib/ui/separator.d.ts +2 -0
  311. package/dist-lib/ui/separator.js +3 -0
  312. package/dist-lib/ui/sheet.d.ts +1 -0
  313. package/dist-lib/ui/sheet.js +3 -0
  314. package/dist-lib/ui/sidebar.d.ts +1 -0
  315. package/dist-lib/ui/sidebar.js +2 -0
  316. package/dist-lib/ui/skeleton.d.ts +1 -0
  317. package/dist-lib/ui/skeleton.js +2 -0
  318. package/dist-lib/ui/slider.d.ts +1 -0
  319. package/dist-lib/ui/slider.js +2 -0
  320. package/dist-lib/ui/spinner.d.ts +1 -0
  321. package/dist-lib/ui/spinner.js +2 -0
  322. package/dist-lib/ui/switch.d.ts +1 -0
  323. package/dist-lib/ui/switch.js +17 -0
  324. package/dist-lib/ui/table.d.ts +1 -0
  325. package/dist-lib/ui/table.js +2 -0
  326. package/dist-lib/ui/tabs.d.ts +1 -0
  327. package/dist-lib/ui/tabs.js +2 -0
  328. package/dist-lib/ui/textarea.d.ts +2 -0
  329. package/dist-lib/ui/textarea.js +2 -0
  330. package/dist-lib/ui/toast.d.ts +1 -0
  331. package/dist-lib/ui/toast.js +2 -0
  332. package/dist-lib/ui/toggle-group.d.ts +1 -0
  333. package/dist-lib/ui/toggle-group.js +2 -0
  334. package/dist-lib/ui/toggle.d.ts +1 -0
  335. package/dist-lib/ui/toggle.js +3 -0
  336. package/dist-lib/ui/toolbar.d.ts +1 -0
  337. package/dist-lib/ui/toolbar.js +48 -0
  338. package/dist-lib/ui/tooltip.d.ts +1 -0
  339. package/dist-lib/ui/tooltip.js +2 -0
  340. package/package.json +222 -1
@@ -0,0 +1,74 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ import { AlertDialog as r } from "@base-ui/react/alert-dialog";
4
+ //#region src/components/ui/alert-dialog.tsx
5
+ var i = r.createHandle, a = r.Root, o = r.Portal;
6
+ function s(e) {
7
+ return /* @__PURE__ */ t(r.Trigger, {
8
+ "data-slot": "alert-dialog-trigger",
9
+ ...e
10
+ });
11
+ }
12
+ function c({ className: n, ...i }) {
13
+ return /* @__PURE__ */ t(r.Backdrop, {
14
+ className: e("fixed inset-0 z-50 bg-black/32 backdrop-blur-sm transition-all duration-200 data-ending-style:opacity-0 data-starting-style:opacity-0", n),
15
+ "data-slot": "alert-dialog-backdrop",
16
+ ...i
17
+ });
18
+ }
19
+ function l({ className: n, ...i }) {
20
+ return /* @__PURE__ */ t(r.Viewport, {
21
+ className: e("fixed inset-0 z-50 grid grid-rows-[1fr_auto_3fr] justify-items-center p-4", n),
22
+ "data-slot": "alert-dialog-viewport",
23
+ ...i
24
+ });
25
+ }
26
+ function u({ className: i, bottomStickOnMobile: a = !0, portalProps: s, ...u }) {
27
+ return /* @__PURE__ */ n(o, {
28
+ ...s,
29
+ children: [/* @__PURE__ */ t(c, {}), /* @__PURE__ */ t(l, {
30
+ className: e(a && "max-sm:grid-rows-[1fr_auto] max-sm:p-0 max-sm:pt-12"),
31
+ children: /* @__PURE__ */ t(r.Popup, {
32
+ className: e("relative row-start-2 flex max-h-full min-h-0 w-full min-w-0 max-w-lg origin-center flex-col rounded-2xl border bg-popover not-dark:bg-clip-padding text-popover-foreground opacity-[calc(1-var(--nested-dialogs))] shadow-lg/5 transition-[scale,opacity,translate] duration-200 ease-in-out will-change-transform before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-2xl)-1px)] before:shadow-[0_1px_--theme(--color-black/4%)] data-ending-style:opacity-0 data-starting-style:opacity-0 sm:scale-[calc(1-0.1*var(--nested-dialogs))] sm:data-ending-style:scale-98 sm:data-starting-style:scale-98 dark:before:shadow-[0_-1px_--theme(--color-white/6%)]", a && "max-sm:max-w-none max-sm:origin-bottom max-sm:rounded-none max-sm:border-x-0 max-sm:border-t max-sm:border-b-0 max-sm:data-ending-style:translate-y-4 max-sm:data-starting-style:translate-y-4 max-sm:before:hidden max-sm:before:rounded-none", i),
33
+ "data-slot": "alert-dialog-popup",
34
+ ...u
35
+ })
36
+ })]
37
+ });
38
+ }
39
+ function d({ className: n, ...r }) {
40
+ return /* @__PURE__ */ t("div", {
41
+ className: e("flex flex-col gap-2 p-6 text-center max-sm:pb-4 sm:text-left", n),
42
+ "data-slot": "alert-dialog-header",
43
+ ...r
44
+ });
45
+ }
46
+ function f({ className: n, variant: r = "default", ...i }) {
47
+ return /* @__PURE__ */ t("div", {
48
+ className: e("flex flex-col-reverse gap-2 px-6 sm:flex-row sm:justify-end sm:rounded-b-[calc(var(--radius-2xl)-1px)]", r === "default" && "border-t bg-muted/72 py-4", r === "bare" && "pb-6", n),
49
+ "data-slot": "alert-dialog-footer",
50
+ ...i
51
+ });
52
+ }
53
+ function p({ className: n, ...i }) {
54
+ return /* @__PURE__ */ t(r.Title, {
55
+ className: e("font-heading font-semibold text-xl leading-none", n),
56
+ "data-slot": "alert-dialog-title",
57
+ ...i
58
+ });
59
+ }
60
+ function m({ className: n, ...i }) {
61
+ return /* @__PURE__ */ t(r.Description, {
62
+ className: e("text-muted-foreground text-sm", n),
63
+ "data-slot": "alert-dialog-description",
64
+ ...i
65
+ });
66
+ }
67
+ function h(e) {
68
+ return /* @__PURE__ */ t(r.Close, {
69
+ "data-slot": "alert-dialog-close",
70
+ ...e
71
+ });
72
+ }
73
+ //#endregion
74
+ export { a as AlertDialog, c as AlertDialogBackdrop, c as AlertDialogOverlay, h as AlertDialogClose, u as AlertDialogContent, u as AlertDialogPopup, i as AlertDialogCreateHandle, m as AlertDialogDescription, f as AlertDialogFooter, d as AlertDialogHeader, o as AlertDialogPortal, r as AlertDialogPrimitive, p as AlertDialogTitle, s as AlertDialogTrigger, l as AlertDialogViewport };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/alert';
@@ -0,0 +1,45 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import { cva as n } from "class-variance-authority";
4
+ //#region src/components/ui/alert.tsx
5
+ var r = n("relative grid w-full items-start gap-x-2 gap-y-0.5 rounded-xl border px-3.5 py-3 text-card-foreground text-sm has-[>svg]:has-data-[slot=alert-action]:grid-cols-[calc(var(--spacing)*4)_1fr_auto] has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] has-data-[slot=alert-action]:grid-cols-[1fr_auto] has-[>svg]:gap-x-2 [&>svg]:h-lh [&>svg]:w-4", {
6
+ defaultVariants: { variant: "default" },
7
+ variants: { variant: {
8
+ default: "bg-transparent dark:bg-input/32 [&>svg]:text-muted-foreground",
9
+ error: "border-destructive/32 bg-destructive/4 [&>svg]:text-destructive",
10
+ info: "border-info/32 bg-info/4 [&>svg]:text-info",
11
+ success: "border-success/32 bg-success/4 [&>svg]:text-success",
12
+ warning: "border-warning/32 bg-warning/4 [&>svg]:text-warning"
13
+ } }
14
+ });
15
+ function i({ className: n, variant: i, ...a }) {
16
+ return /* @__PURE__ */ t("div", {
17
+ className: e(r({ variant: i }), n),
18
+ "data-slot": "alert",
19
+ role: "alert",
20
+ ...a
21
+ });
22
+ }
23
+ function a({ className: n, ...r }) {
24
+ return /* @__PURE__ */ t("div", {
25
+ className: e("font-medium [svg~&]:col-start-2", n),
26
+ "data-slot": "alert-title",
27
+ ...r
28
+ });
29
+ }
30
+ function o({ className: n, ...r }) {
31
+ return /* @__PURE__ */ t("div", {
32
+ className: e("flex flex-col gap-2.5 text-muted-foreground [svg~&]:col-start-2", n),
33
+ "data-slot": "alert-description",
34
+ ...r
35
+ });
36
+ }
37
+ function s({ className: n, ...r }) {
38
+ return /* @__PURE__ */ t("div", {
39
+ className: e("flex gap-1 max-sm:col-start-2 max-sm:mt-2 sm:row-start-1 sm:row-end-3 sm:self-center sm:[[data-slot=alert-description]~&]:col-start-2 sm:[[data-slot=alert-title]~&]:col-start-2 sm:[svg~&]:col-start-2 sm:[svg~[data-slot=alert-description]~&]:col-start-3 sm:[svg~[data-slot=alert-title]~&]:col-start-3", n),
40
+ "data-slot": "alert-action",
41
+ ...r
42
+ });
43
+ }
44
+ //#endregion
45
+ export { i as Alert, s as AlertAction, o as AlertDescription, a as AlertTitle };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/autocomplete';
@@ -0,0 +1,2 @@
1
+ import { _ as e, a as t, c as n, d as r, f as i, g as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, r as p, s as m, t as h, u as g } from "../autocomplete-DzjspdKa.js";
2
+ export { h as Autocomplete, u as AutocompleteClear, p as AutocompleteCollection, s as AutocompleteEmpty, t as AutocompleteGroup, d as AutocompleteGroupLabel, m as AutocompleteInput, n as AutocompleteItem, c as AutocompleteList, g as AutocompletePopup, r as AutocompletePrimitive, i as AutocompleteRow, f as AutocompleteSeparator, l as AutocompleteStatus, o as AutocompleteTrigger, a as AutocompleteValue, e as useAutocompleteFilter };
@@ -0,0 +1,2 @@
1
+ export * from '../components/ui/avatar';
2
+ export { Avatar as AvatarPrimitive } from '@base-ui/react/avatar';
@@ -0,0 +1,50 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import "react";
3
+ import { Avatar as t, Avatar as n } from "@base-ui/react/avatar";
4
+ import { cn as r } from "cn";
5
+ //#region src/components/ui/avatar.tsx
6
+ function i({ className: n, size: i = "md", ...a }) {
7
+ return /* @__PURE__ */ e(t.Root, {
8
+ "data-slot": "avatar",
9
+ "data-size": i,
10
+ className: r("group/avatar relative flex size-8 shrink-0 rounded-full select-none after:absolute after:inset-0 after:rounded-full after:border after:border-border after:mix-blend-darken data-[size=xl]:size-12 data-[size=xxl]:size-16 data-[size=lg]:size-10 data-[size=sm]:size-6 dark:after:mix-blend-lighten", n),
11
+ ...a
12
+ });
13
+ }
14
+ function a({ className: n, ...i }) {
15
+ return /* @__PURE__ */ e(t.Image, {
16
+ "data-slot": "avatar-image",
17
+ className: r("aspect-square size-full rounded-full object-cover", n),
18
+ ...i
19
+ });
20
+ }
21
+ function o({ className: n, ...i }) {
22
+ return /* @__PURE__ */ e(t.Fallback, {
23
+ "data-slot": "avatar-fallback",
24
+ className: r("flex size-full items-center justify-center rounded-full bg-muted text-sm text-muted-foreground group-data-[size=sm]/avatar:text-xs", n),
25
+ ...i
26
+ });
27
+ }
28
+ function s({ className: t, ...n }) {
29
+ return /* @__PURE__ */ e("span", {
30
+ "data-slot": "avatar-badge",
31
+ className: r("absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-primary text-primary-foreground bg-blend-color ring-2 ring-background select-none", "group-data-[size=sm]/avatar:size-2 group-data-[size=sm]/avatar:[&>svg]:hidden", "group-data-[size=md]/avatar:size-2.5 group-data-[size=md]/avatar:[&>svg]:size-1.5", "group-data-[size=lg]/avatar:size-3 group-data-[size=lg]/avatar:[&>svg]:size-2", "group-data-[size=xl]/avatar:size-3 group-data-[size=xl]/avatar:-right-0.5 group-data-[size=xl]/avatar:-bottom-0.5 group-data-[size=xl]/avatar:[&>svg]:size-2", "group-data-[size=xxl]/avatar:size-4 group-data-[size=xxl]/avatar:right-0.5 group-data-[size=xxl]/avatar:bottom-0.5 group-data-[size=xxl]/avatar:[&>svg]:size-3", t),
32
+ ...n
33
+ });
34
+ }
35
+ function c({ className: t, ...n }) {
36
+ return /* @__PURE__ */ e("div", {
37
+ "data-slot": "avatar-group",
38
+ className: r("group/avatar-group flex -space-x-2 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]:ring-background", t),
39
+ ...n
40
+ });
41
+ }
42
+ function l({ className: t, ...n }) {
43
+ return /* @__PURE__ */ e("div", {
44
+ "data-slot": "avatar-group-count",
45
+ className: r("relative flex size-8 shrink-0 items-center justify-center rounded-full bg-muted text-xs/relaxed text-muted-foreground ring-2 ring-background group-has-data-[size=lg]/avatar-group:size-10 group-has-data-[size=sm]/avatar-group:size-6 [&>svg]:size-4 group-has-data-[size=lg]/avatar-group:[&>svg]:size-5 group-has-data-[size=sm]/avatar-group:[&>svg]:size-3", t),
46
+ ...n
47
+ });
48
+ }
49
+ //#endregion
50
+ export { i as Avatar, s as AvatarBadge, o as AvatarFallback, c as AvatarGroup, l as AvatarGroupCount, a as AvatarImage, n as AvatarPrimitive };
@@ -0,0 +1,2 @@
1
+ export * from '../components/ui/badge';
2
+ export type { IBadgeProps as BadgeProps } from '../components/ui/badge';
@@ -0,0 +1,72 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { cva as t } from "class-variance-authority";
3
+ import { mergeProps as n } from "@base-ui/react/merge-props";
4
+ import { useRender as r } from "@base-ui/react/use-render";
5
+ //#region src/components/ui/badge.tsx
6
+ var i = t([
7
+ "relative inline-flex w-fit shrink-0 items-center justify-center border border-transparent font-medium whitespace-nowrap transition-shadow outline-none",
8
+ "focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50",
9
+ "[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=size-])]:size-3"
10
+ ], {
11
+ variants: {
12
+ variant: {
13
+ default: "bg-primary text-primary-foreground",
14
+ outline: "border-border bg-transparent dark:bg-input/32",
15
+ secondary: "bg-secondary text-secondary-foreground",
16
+ info: "bg-info text-white",
17
+ success: "bg-success text-white",
18
+ warning: "bg-warning text-white",
19
+ destructive: "bg-destructive text-white",
20
+ focus: "bg-focus text-focus-foreground",
21
+ invert: "bg-invert text-invert-foreground",
22
+ "primary-light": "border-primary/10 bg-primary/10 text-primary dark:border-primary/25 dark:bg-primary/15 dark:text-primary",
23
+ "warning-light": "border-warning/15 bg-warning/10 text-warning-foreground dark:border-warning/25 dark:bg-warning/15 dark:text-warning",
24
+ "success-light": "border-success/15 bg-success/10 text-success-foreground dark:border-success/25 dark:bg-success/15 dark:text-success",
25
+ "info-light": "border-info/15 bg-info/10 text-info-foreground dark:border-info/25 dark:bg-info/15 dark:text-info",
26
+ "destructive-light": "border-destructive/15 bg-destructive/10 text-destructive-foreground dark:border-destructive/25 dark:bg-destructive/15 dark:text-destructive",
27
+ "invert-light": "border-invert/15 bg-invert/10 text-foreground dark:border-invert/45 dark:bg-invert/35 dark:text-invert-foreground",
28
+ "focus-light": "border-focus/15 bg-focus/10 text-focus-foreground dark:border-focus/25 dark:bg-focus/15 dark:text-focus",
29
+ "primary-outline": "border-border bg-background text-primary dark:bg-input/30",
30
+ "warning-outline": "border-border bg-background text-warning-foreground dark:bg-input/30",
31
+ "success-outline": "border-border bg-background text-success-foreground dark:bg-input/30",
32
+ "info-outline": "border-border bg-background text-info-foreground dark:bg-input/30",
33
+ "destructive-outline": "border-border bg-background text-destructive-foreground dark:bg-input/30",
34
+ "invert-outline": "border-border bg-background text-invert-foreground dark:bg-input/30",
35
+ "focus-outline": "text-focus-foreground border-border bg-background dark:bg-input/30"
36
+ },
37
+ size: {
38
+ xs: "h-4 min-w-4 gap-1 px-1 py-0.25 text-[0.6rem] leading-none",
39
+ sm: "h-4.5 min-w-4.5 gap-1 px-1 py-0.25 text-[0.625rem] leading-none",
40
+ default: "h-5 min-w-5 gap-1 px-1.25 py-0.5 text-xs",
41
+ lg: "h-5.5 min-w-5.5 gap-1 px-1.5 py-0.5 text-xs",
42
+ xl: "h-6 min-w-6 gap-1.5 px-2 py-0.75 text-sm"
43
+ },
44
+ radius: {
45
+ default: "rounded-sm",
46
+ full: "rounded-full"
47
+ }
48
+ },
49
+ defaultVariants: {
50
+ variant: "default",
51
+ size: "default",
52
+ radius: "default"
53
+ }
54
+ });
55
+ function a({ className: t, variant: a, size: o, radius: s, render: c, ...l }) {
56
+ let u = {
57
+ "data-slot": "badge",
58
+ className: e(i({
59
+ variant: a,
60
+ size: o,
61
+ radius: s,
62
+ className: t
63
+ }))
64
+ };
65
+ return r({
66
+ defaultTagName: "span",
67
+ render: c,
68
+ props: n(u, l)
69
+ });
70
+ }
71
+ //#endregion
72
+ export { a as Badge, i as badgeVariants };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/breadcrumb';
@@ -0,0 +1,2 @@
1
+ import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "../breadcrumb-DtFOhTfs.js";
2
+ export { a as Breadcrumb, o as BreadcrumbEllipsis, e as BreadcrumbItem, t as BreadcrumbLink, r as BreadcrumbList, i as BreadcrumbPage, n as BreadcrumbSeparator };
@@ -0,0 +1,2 @@
1
+ export * from '../components/ui/button';
2
+ export type { TButtonProps as ButtonProps } from '../components/ui/button';
@@ -0,0 +1,2 @@
1
+ import { n as e, t } from "../button-DDBbG_zF.js";
2
+ export { t as Button, e as buttonVariants };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/calendar';
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../calendar-Dyut8HPa.js";
2
+ export { e as Calendar };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/card';
@@ -0,0 +1,2 @@
1
+ import { Card as e, CardAction as t, CardContent as n, CardDescription as r, CardFooter as i, CardFrame as a, CardFrameAction as o, CardFrameDescription as s, CardFrameFooter as c, CardFrameHeader as l, CardFrameTitle as u, CardHeader as d, CardTitle as f } from "../card.js";
2
+ export { e as Card, t as CardAction, n as CardContent, n as CardPanel, r as CardDescription, i as CardFooter, a as CardFrame, o as CardFrameAction, s as CardFrameDescription, c as CardFrameFooter, l as CardFrameHeader, u as CardFrameTitle, d as CardHeader, f as CardTitle };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/checkbox-group';
@@ -0,0 +1,2 @@
1
+ import { n as e, t } from "../checkbox-group-B0BPFc-K.js";
2
+ export { e as CheckboxGroup, t as CheckboxGroupPrimitive };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/checkbox';
@@ -0,0 +1,51 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { n as t } from "../sound-knGH4lj-.js";
3
+ import { jsx as n } from "react/jsx-runtime";
4
+ import { Checkbox as r } from "@base-ui/react/checkbox";
5
+ //#region src/components/ui/checkbox.tsx
6
+ function i({ className: i, sound: a = !0, onCheckedChange: o, ...s }) {
7
+ return /* @__PURE__ */ n(r.Root, {
8
+ onCheckedChange: (e, n) => {
9
+ a && t("toggle"), o?.(e, n);
10
+ },
11
+ className: e("relative inline-flex size-4.5 shrink-0 cursor-pointer items-center justify-center rounded-[.25rem] border border-input bg-background not-dark:bg-clip-padding shadow-xs/5 outline-none ring-ring transition-shadow before:pointer-events-none before:absolute before:inset-0 before:rounded-[3px] not-data-disabled:not-data-checked:not-aria-invalid:before:shadow-[0_1px_--theme(--color-black/4%)] focus-visible:ring-2 focus-visible:ring-offset-1 focus-visible:ring-offset-background aria-invalid:border-destructive/36 focus-visible:aria-invalid:border-destructive/64 focus-visible:aria-invalid:ring-destructive/48 data-disabled:cursor-not-allowed data-disabled:opacity-64 sm:size-4 dark:not-data-checked:bg-input/32 dark:aria-invalid:ring-destructive/24 dark:not-data-disabled:not-data-checked:not-aria-invalid:before:shadow-[0_-1px_--theme(--color-white/6%)] [[data-disabled],[data-checked],[aria-invalid]]:shadow-none", i),
12
+ "data-slot": "checkbox",
13
+ ...s,
14
+ children: /* @__PURE__ */ n(r.Indicator, {
15
+ className: "absolute -inset-px flex items-center justify-center rounded-[.25rem] text-primary-foreground data-unchecked:hidden data-checked:bg-primary data-indeterminate:text-foreground",
16
+ "data-slot": "checkbox-indicator",
17
+ render: (e, t) => /* @__PURE__ */ n("span", {
18
+ ...e,
19
+ children: t.indeterminate ? /* @__PURE__ */ n("svg", {
20
+ "aria-hidden": "true",
21
+ className: "size-3.5 sm:size-3",
22
+ fill: "none",
23
+ height: "24",
24
+ stroke: "currentColor",
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round",
27
+ strokeWidth: "3",
28
+ viewBox: "0 0 24 24",
29
+ width: "24",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ children: /* @__PURE__ */ n("path", { d: "M5.252 12h13.496" })
32
+ }) : /* @__PURE__ */ n("svg", {
33
+ "aria-hidden": "true",
34
+ className: "size-3.5 sm:size-3",
35
+ fill: "none",
36
+ height: "24",
37
+ stroke: "currentColor",
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ strokeWidth: "3",
41
+ viewBox: "0 0 24 24",
42
+ width: "24",
43
+ xmlns: "http://www.w3.org/2000/svg",
44
+ children: /* @__PURE__ */ n("path", { d: "M5.252 12.7 10.2 18.63 18.748 5.37" })
45
+ })
46
+ })
47
+ })
48
+ });
49
+ }
50
+ //#endregion
51
+ export { i as Checkbox, r as CheckboxPrimitive };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/collapsible';
@@ -0,0 +1,26 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import { Collapsible as n } from "@base-ui/react/collapsible";
4
+ //#region src/components/ui/collapsible.tsx
5
+ function r({ ...e }) {
6
+ return /* @__PURE__ */ t(n.Root, {
7
+ "data-slot": "collapsible",
8
+ ...e
9
+ });
10
+ }
11
+ function i({ className: e, ...r }) {
12
+ return /* @__PURE__ */ t(n.Trigger, {
13
+ className: e,
14
+ "data-slot": "collapsible-trigger",
15
+ ...r
16
+ });
17
+ }
18
+ function a({ className: r, ...i }) {
19
+ return /* @__PURE__ */ t(n.Panel, {
20
+ className: e("h-(--collapsible-panel-height) overflow-hidden transition-[height] duration-200 data-ending-style:h-0 data-starting-style:h-0", r),
21
+ "data-slot": "collapsible-panel",
22
+ ...i
23
+ });
24
+ }
25
+ //#endregion
26
+ export { r as Collapsible, a as CollapsibleContent, a as CollapsiblePanel, n as CollapsiblePrimitive, i as CollapsibleTrigger };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/combobox';
@@ -0,0 +1,2 @@
1
+ import { S as e, _ as t, a as n, b as r, c as i, d as a, f as o, g as s, h as c, i as l, l as u, m as d, n as f, o as p, p as m, r as h, s as g, t as _, u as v, v as y, x as b, y as x } from "../combobox-BwfmU1S_.js";
2
+ export { b as Combobox, h as ComboboxChip, l as ComboboxChipRemove, n as ComboboxChips, r as ComboboxChipsInput, y as ComboboxClear, p as ComboboxCollection, e as ComboboxContext, a as ComboboxEmpty, m as ComboboxGroup, o as ComboboxGroupLabel, t as ComboboxInput, c as ComboboxItem, i as ComboboxList, s as ComboboxPopup, _ as ComboboxPrimitive, v as ComboboxRow, d as ComboboxSeparator, g as ComboboxStatus, x as ComboboxTrigger, u as ComboboxValue, f as useComboboxFilter };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/command';
@@ -0,0 +1,125 @@
1
+ import { t as e } from "../utils-BO0qfoA6.js";
2
+ import { a as t, c as n, i as r, l as i, o as a, p as o, r as s, s as c, t as l } from "../autocomplete-DzjspdKa.js";
3
+ import { SearchIcon as u } from "lucide-react";
4
+ import { jsx as d, jsxs as f } from "react/jsx-runtime";
5
+ import { Dialog as p } from "@base-ui/react/dialog";
6
+ //#region src/components/ui/command.tsx
7
+ var m = p.Root, h = p.Portal, g = p.createHandle;
8
+ function _(e) {
9
+ return /* @__PURE__ */ d(p.Trigger, {
10
+ "data-slot": "command-dialog-trigger",
11
+ ...e
12
+ });
13
+ }
14
+ function v({ className: t, ...n }) {
15
+ return /* @__PURE__ */ d(p.Backdrop, {
16
+ className: e("fixed inset-0 z-50 bg-black/32 backdrop-blur-sm transition-all duration-200 data-ending-style:opacity-0 data-starting-style:opacity-0", t),
17
+ "data-slot": "command-dialog-backdrop",
18
+ ...n
19
+ });
20
+ }
21
+ function y({ className: t, ...n }) {
22
+ return /* @__PURE__ */ d(p.Viewport, {
23
+ className: e("fixed inset-0 z-50 flex flex-col items-center px-4 py-[max(--spacing(4),4vh)] sm:py-[10vh]", t),
24
+ "data-slot": "command-dialog-viewport",
25
+ ...n
26
+ });
27
+ }
28
+ function b({ className: t, children: n, portalProps: r, ...i }) {
29
+ return /* @__PURE__ */ f(h, {
30
+ ...r,
31
+ children: [/* @__PURE__ */ d(v, {}), /* @__PURE__ */ d(y, { children: /* @__PURE__ */ d(p.Popup, {
32
+ className: e("relative row-start-2 flex max-h-105 min-h-0 w-full min-w-0 max-w-xl -translate-y-[calc(1.25rem*var(--nested-dialogs))] scale-[calc(1-0.1*var(--nested-dialogs))] flex-col rounded-2xl border bg-popover not-dark:bg-clip-padding text-popover-foreground opacity-[calc(1-0.1*var(--nested-dialogs))] shadow-lg/5 outline-none transition-[scale,opacity,translate] duration-200 ease-in-out will-change-transform before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-2xl)-1px)] before:bg-muted/72 before:shadow-[0_1px_--theme(--color-black/4%)] data-nested:data-ending-style:translate-y-8 data-nested:data-starting-style:translate-y-8 data-nested-dialog-open:origin-top data-ending-style:scale-98 data-starting-style:scale-98 data-ending-style:opacity-0 data-starting-style:opacity-0 **:data-[slot=scroll-area-viewport]:data-has-overflow-y:pe-1 dark:before:shadow-[0_-1px_--theme(--color-white/6%)]", t),
33
+ "data-slot": "command-dialog-popup",
34
+ ...i,
35
+ children: n
36
+ }) })]
37
+ });
38
+ }
39
+ function x({ autoHighlight: e = "always", keepHighlight: t = !0, ...n }) {
40
+ return /* @__PURE__ */ d(l, {
41
+ autoHighlight: e,
42
+ inline: !0,
43
+ keepHighlight: t,
44
+ open: !0,
45
+ ...n
46
+ });
47
+ }
48
+ function S({ className: t, placeholder: n = void 0, ...r }) {
49
+ return /* @__PURE__ */ d("div", {
50
+ className: "px-2.5 py-1.5",
51
+ children: /* @__PURE__ */ d(c, {
52
+ autoFocus: !0,
53
+ className: e("border-transparent! bg-transparent! shadow-none before:hidden has-focus-visible:ring-0", t),
54
+ placeholder: n,
55
+ size: "lg",
56
+ startAddon: /* @__PURE__ */ d(u, {}),
57
+ ...r
58
+ })
59
+ });
60
+ }
61
+ function C({ className: t, ...n }) {
62
+ return /* @__PURE__ */ d(i, {
63
+ className: e("not-empty:scroll-py-2 not-empty:p-2", t),
64
+ "data-slot": "command-list",
65
+ ...n
66
+ });
67
+ }
68
+ function w({ className: t, ...n }) {
69
+ return /* @__PURE__ */ d(r, {
70
+ className: e("not-empty:py-6", t),
71
+ "data-slot": "command-empty",
72
+ ...n
73
+ });
74
+ }
75
+ function T({ className: t, ...n }) {
76
+ return /* @__PURE__ */ d("div", {
77
+ className: e("relative -mx-px not-has-[+[data-slot=command-footer]]:-mb-px min-h-0 rounded-t-xl not-has-[+[data-slot=command-footer]]:rounded-b-2xl border border-b-0 bg-popover bg-clip-padding shadow-xs/5 [clip-path:inset(0_1px)] not-has-[+[data-slot=command-footer]]:[clip-path:inset(0_1px_1px_1px_round_0_0_calc(var(--radius-2xl)-1px)_calc(var(--radius-2xl)-1px))] before:pointer-events-none before:absolute before:inset-0 before:rounded-t-[calc(var(--radius-xl)-1px)] **:data-[slot=scroll-area-scrollbar]:mt-2", t),
78
+ ...n
79
+ });
80
+ }
81
+ function E({ className: e, ...n }) {
82
+ return /* @__PURE__ */ d(t, {
83
+ className: e,
84
+ "data-slot": "command-group",
85
+ ...n
86
+ });
87
+ }
88
+ function D({ className: e, ...t }) {
89
+ return /* @__PURE__ */ d(a, {
90
+ className: e,
91
+ "data-slot": "command-group-label",
92
+ ...t
93
+ });
94
+ }
95
+ var O = s;
96
+ function k({ className: t, ...r }) {
97
+ return /* @__PURE__ */ d(n, {
98
+ className: e("py-1.5", t),
99
+ "data-slot": "command-item",
100
+ ...r
101
+ });
102
+ }
103
+ function A({ className: t, ...n }) {
104
+ return /* @__PURE__ */ d(o, {
105
+ className: e("my-2", t),
106
+ "data-slot": "command-separator",
107
+ ...n
108
+ });
109
+ }
110
+ function j({ className: t, ...n }) {
111
+ return /* @__PURE__ */ d("kbd", {
112
+ className: e("ms-auto font-medium font-sans text-muted-foreground/72 text-xs tracking-widest", t),
113
+ "data-slot": "command-shortcut",
114
+ ...n
115
+ });
116
+ }
117
+ function M({ className: t, ...n }) {
118
+ return /* @__PURE__ */ d("div", {
119
+ className: e("flex items-center justify-between gap-2 rounded-b-[calc(var(--radius-2xl)-1px)] border-t px-5 py-3 text-muted-foreground text-xs", t),
120
+ "data-slot": "command-footer",
121
+ ...n
122
+ });
123
+ }
124
+ //#endregion
125
+ export { x as Command, O as CommandCollection, g as CommandCreateHandle, m as CommandDialog, v as CommandDialogBackdrop, b as CommandDialogPopup, h as CommandDialogPortal, p as CommandDialogPrimitive, _ as CommandDialogTrigger, y as CommandDialogViewport, w as CommandEmpty, M as CommandFooter, E as CommandGroup, D as CommandGroupLabel, S as CommandInput, k as CommandItem, C as CommandList, T as CommandPanel, A as CommandSeparator, j as CommandShortcut };
@@ -0,0 +1 @@
1
+ export * from '../components/ui/context-menu';