@me1a/ui 2.2.0 → 2.2.2

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 (376) hide show
  1. package/dist/atoms/accordion.d.mts +94 -0
  2. package/dist/atoms/accordion.d.ts +94 -0
  3. package/dist/atoms/accordion.js +2 -0
  4. package/dist/atoms/accordion.js.map +1 -0
  5. package/dist/atoms/accordion.mjs +2 -0
  6. package/dist/atoms/accordion.mjs.map +1 -0
  7. package/dist/atoms/avatar.d.mts +34 -0
  8. package/dist/atoms/avatar.d.ts +34 -0
  9. package/dist/atoms/avatar.js +2 -0
  10. package/dist/atoms/avatar.js.map +1 -0
  11. package/dist/atoms/avatar.mjs +2 -0
  12. package/dist/atoms/avatar.mjs.map +1 -0
  13. package/dist/atoms/badge.d.mts +40 -0
  14. package/dist/atoms/badge.d.ts +40 -0
  15. package/dist/atoms/badge.js +2 -0
  16. package/dist/atoms/badge.js.map +1 -0
  17. package/dist/atoms/badge.mjs +2 -0
  18. package/dist/atoms/badge.mjs.map +1 -0
  19. package/dist/atoms/box.d.mts +50 -0
  20. package/dist/atoms/box.d.ts +50 -0
  21. package/dist/atoms/box.js +2 -0
  22. package/dist/atoms/box.js.map +1 -0
  23. package/dist/atoms/box.mjs +2 -0
  24. package/dist/atoms/box.mjs.map +1 -0
  25. package/dist/atoms/breadcrumb.d.mts +35 -0
  26. package/dist/atoms/breadcrumb.d.ts +35 -0
  27. package/dist/atoms/breadcrumb.js +2 -0
  28. package/dist/atoms/breadcrumb.js.map +1 -0
  29. package/dist/atoms/breadcrumb.mjs +2 -0
  30. package/dist/atoms/breadcrumb.mjs.map +1 -0
  31. package/dist/{tooltip-B4jzaurK.d.mts → atoms/button.d.mts} +1 -23
  32. package/dist/{tooltip-B4jzaurK.d.ts → atoms/button.d.ts} +1 -23
  33. package/dist/atoms/button.js +2 -0
  34. package/dist/atoms/button.js.map +1 -0
  35. package/dist/atoms/button.mjs +2 -0
  36. package/dist/atoms/button.mjs.map +1 -0
  37. package/dist/atoms/checkbox.d.mts +21 -0
  38. package/dist/atoms/checkbox.d.ts +21 -0
  39. package/dist/atoms/checkbox.js +2 -0
  40. package/dist/atoms/checkbox.js.map +1 -0
  41. package/dist/atoms/checkbox.mjs +2 -0
  42. package/dist/atoms/checkbox.mjs.map +1 -0
  43. package/dist/atoms/collapsible.d.mts +26 -0
  44. package/dist/atoms/collapsible.d.ts +26 -0
  45. package/dist/atoms/collapsible.js +2 -0
  46. package/dist/atoms/collapsible.js.map +1 -0
  47. package/dist/atoms/collapsible.mjs +2 -0
  48. package/dist/atoms/collapsible.mjs.map +1 -0
  49. package/dist/atoms/command.d.mts +122 -0
  50. package/dist/atoms/command.d.ts +122 -0
  51. package/dist/atoms/command.js +2 -0
  52. package/dist/atoms/command.js.map +1 -0
  53. package/dist/atoms/command.mjs +2 -0
  54. package/dist/atoms/command.mjs.map +1 -0
  55. package/dist/atoms/container.js +2 -0
  56. package/dist/atoms/container.js.map +1 -0
  57. package/dist/atoms/container.mjs +2 -0
  58. package/dist/atoms/container.mjs.map +1 -0
  59. package/dist/atoms/dialog.d.mts +35 -0
  60. package/dist/atoms/dialog.d.ts +35 -0
  61. package/dist/atoms/dialog.js +2 -0
  62. package/dist/atoms/dialog.js.map +1 -0
  63. package/dist/atoms/dialog.mjs +2 -0
  64. package/dist/atoms/dialog.mjs.map +1 -0
  65. package/dist/atoms/input.d.mts +12 -0
  66. package/dist/atoms/input.d.ts +12 -0
  67. package/dist/atoms/input.js +2 -0
  68. package/dist/atoms/input.js.map +1 -0
  69. package/dist/atoms/input.mjs +2 -0
  70. package/dist/atoms/input.mjs.map +1 -0
  71. package/dist/atoms/label.d.mts +18 -0
  72. package/dist/atoms/label.d.ts +18 -0
  73. package/dist/atoms/label.js +2 -0
  74. package/dist/atoms/label.js.map +1 -0
  75. package/dist/atoms/label.mjs +2 -0
  76. package/dist/atoms/label.mjs.map +1 -0
  77. package/dist/atoms/page-loader.d.mts +29 -0
  78. package/dist/atoms/page-loader.d.ts +29 -0
  79. package/dist/atoms/page-loader.js +2 -0
  80. package/dist/atoms/page-loader.js.map +1 -0
  81. package/dist/atoms/page-loader.mjs +2 -0
  82. package/dist/atoms/page-loader.mjs.map +1 -0
  83. package/dist/atoms/pagination.d.mts +105 -0
  84. package/dist/atoms/pagination.d.ts +105 -0
  85. package/dist/atoms/pagination.js +2 -0
  86. package/dist/atoms/pagination.js.map +1 -0
  87. package/dist/atoms/pagination.mjs +2 -0
  88. package/dist/atoms/pagination.mjs.map +1 -0
  89. package/dist/atoms/popover.d.mts +30 -0
  90. package/dist/atoms/popover.d.ts +30 -0
  91. package/dist/atoms/popover.js +2 -0
  92. package/dist/atoms/popover.js.map +1 -0
  93. package/dist/atoms/popover.mjs +2 -0
  94. package/dist/atoms/popover.mjs.map +1 -0
  95. package/dist/{checkbox-DxgDKaHx.d.mts → atoms/radio-group.d.mts} +4 -50
  96. package/dist/{checkbox-DxgDKaHx.d.ts → atoms/radio-group.d.ts} +4 -50
  97. package/dist/atoms/radio-group.js +2 -0
  98. package/dist/atoms/radio-group.js.map +1 -0
  99. package/dist/atoms/radio-group.mjs +2 -0
  100. package/dist/atoms/radio-group.mjs.map +1 -0
  101. package/dist/atoms/resizable.d.mts +53 -0
  102. package/dist/atoms/resizable.d.ts +53 -0
  103. package/dist/atoms/resizable.js +2 -0
  104. package/dist/atoms/resizable.js.map +1 -0
  105. package/dist/atoms/resizable.mjs +2 -0
  106. package/dist/atoms/resizable.mjs.map +1 -0
  107. package/dist/atoms/separator.d.mts +13 -0
  108. package/dist/atoms/separator.d.ts +13 -0
  109. package/dist/atoms/separator.js +2 -0
  110. package/dist/atoms/separator.js.map +1 -0
  111. package/dist/atoms/separator.mjs +2 -0
  112. package/dist/atoms/separator.mjs.map +1 -0
  113. package/dist/atoms/sheet.d.mts +42 -0
  114. package/dist/atoms/sheet.d.ts +42 -0
  115. package/dist/atoms/sheet.js +2 -0
  116. package/dist/atoms/sheet.js.map +1 -0
  117. package/dist/atoms/sheet.mjs +2 -0
  118. package/dist/atoms/sheet.mjs.map +1 -0
  119. package/dist/atoms/skeleton.js +2 -0
  120. package/dist/atoms/skeleton.js.map +1 -0
  121. package/dist/atoms/skeleton.mjs +2 -0
  122. package/dist/atoms/skeleton.mjs.map +1 -0
  123. package/dist/atoms/stack.d.mts +121 -0
  124. package/dist/atoms/stack.d.ts +121 -0
  125. package/dist/atoms/stack.js +2 -0
  126. package/dist/atoms/stack.js.map +1 -0
  127. package/dist/atoms/stack.mjs +2 -0
  128. package/dist/atoms/stack.mjs.map +1 -0
  129. package/dist/atoms/switch.d.mts +21 -0
  130. package/dist/atoms/switch.d.ts +21 -0
  131. package/dist/atoms/switch.js +2 -0
  132. package/dist/atoms/switch.js.map +1 -0
  133. package/dist/atoms/switch.mjs +2 -0
  134. package/dist/atoms/switch.mjs.map +1 -0
  135. package/dist/atoms/table.d.mts +53 -0
  136. package/dist/atoms/table.d.ts +53 -0
  137. package/dist/atoms/table.js +2 -0
  138. package/dist/atoms/table.js.map +1 -0
  139. package/dist/atoms/table.mjs +2 -0
  140. package/dist/atoms/table.mjs.map +1 -0
  141. package/dist/atoms/text-field.d.mts +65 -0
  142. package/dist/atoms/text-field.d.ts +65 -0
  143. package/dist/atoms/text-field.js +2 -0
  144. package/dist/atoms/text-field.js.map +1 -0
  145. package/dist/atoms/text-field.mjs +2 -0
  146. package/dist/atoms/text-field.mjs.map +1 -0
  147. package/dist/atoms/textarea.js +2 -0
  148. package/dist/atoms/textarea.js.map +1 -0
  149. package/dist/atoms/textarea.mjs +2 -0
  150. package/dist/atoms/textarea.mjs.map +1 -0
  151. package/dist/{toast-2xT7L1tJ.d.mts → atoms/toast.d.mts} +1 -1
  152. package/dist/{toast-2xT7L1tJ.d.ts → atoms/toast.d.ts} +1 -1
  153. package/dist/atoms/toast.js +2 -0
  154. package/dist/atoms/toast.js.map +1 -0
  155. package/dist/atoms/toast.mjs +2 -0
  156. package/dist/atoms/toast.mjs.map +1 -0
  157. package/dist/atoms/toaster.d.mts +26 -0
  158. package/dist/atoms/toaster.d.ts +26 -0
  159. package/dist/atoms/toaster.js +2 -0
  160. package/dist/atoms/toaster.js.map +1 -0
  161. package/dist/atoms/toaster.mjs +2 -0
  162. package/dist/atoms/toaster.mjs.map +1 -0
  163. package/dist/atoms/tooltip.d.mts +25 -0
  164. package/dist/atoms/tooltip.d.ts +25 -0
  165. package/dist/atoms/tooltip.js +2 -0
  166. package/dist/atoms/tooltip.js.map +1 -0
  167. package/dist/atoms/tooltip.mjs +2 -0
  168. package/dist/atoms/tooltip.mjs.map +1 -0
  169. package/dist/atoms/typography.d.mts +24 -0
  170. package/dist/atoms/typography.d.ts +24 -0
  171. package/dist/atoms/typography.js +2 -0
  172. package/dist/atoms/typography.js.map +1 -0
  173. package/dist/atoms/typography.mjs +2 -0
  174. package/dist/atoms/typography.mjs.map +1 -0
  175. package/dist/atoms.d.mts +213 -27
  176. package/dist/atoms.d.ts +213 -27
  177. package/dist/atoms.js +2 -0
  178. package/dist/atoms.js.map +1 -0
  179. package/dist/atoms.mjs +2 -0
  180. package/dist/atoms.mjs.map +1 -0
  181. package/dist/hooks.d.mts +10 -4
  182. package/dist/hooks.d.ts +10 -4
  183. package/dist/hooks.js +2 -0
  184. package/dist/hooks.js.map +1 -0
  185. package/dist/hooks.mjs +2 -0
  186. package/dist/hooks.mjs.map +1 -0
  187. package/dist/index.d.mts +2619 -30
  188. package/dist/index.d.ts +2619 -30
  189. package/dist/index.js +2 -0
  190. package/dist/index.js.map +1 -0
  191. package/dist/index.mjs +2 -0
  192. package/dist/index.mjs.map +1 -0
  193. package/dist/molecules/card.d.mts +72 -0
  194. package/dist/molecules/card.d.ts +72 -0
  195. package/dist/molecules/card.js +2 -0
  196. package/dist/molecules/card.js.map +1 -0
  197. package/dist/molecules/card.mjs +2 -0
  198. package/dist/molecules/card.mjs.map +1 -0
  199. package/dist/molecules/navigation-menu.d.mts +103 -0
  200. package/dist/molecules/navigation-menu.d.ts +103 -0
  201. package/dist/molecules/navigation-menu.js +2 -0
  202. package/dist/molecules/navigation-menu.js.map +1 -0
  203. package/dist/molecules/navigation-menu.mjs +2 -0
  204. package/dist/molecules/navigation-menu.mjs.map +1 -0
  205. package/dist/molecules/tabs.d.mts +32 -0
  206. package/dist/molecules/tabs.d.ts +32 -0
  207. package/dist/molecules/tabs.js +2 -0
  208. package/dist/molecules/tabs.js.map +1 -0
  209. package/dist/molecules/tabs.mjs +2 -0
  210. package/dist/molecules/tabs.mjs.map +1 -0
  211. package/dist/molecules.d.mts +1 -1
  212. package/dist/molecules.d.ts +1 -1
  213. package/dist/molecules.js +2 -0
  214. package/dist/molecules.js.map +1 -0
  215. package/dist/molecules.mjs +2 -0
  216. package/dist/molecules.mjs.map +1 -0
  217. package/dist/organisms/drawer.d.mts +63 -0
  218. package/dist/organisms/drawer.d.ts +63 -0
  219. package/dist/organisms/drawer.js +2 -0
  220. package/dist/organisms/drawer.js.map +1 -0
  221. package/dist/organisms/drawer.mjs +2 -0
  222. package/dist/organisms/drawer.mjs.map +1 -0
  223. package/dist/organisms/dropdown-menu.d.mts +335 -0
  224. package/dist/organisms/dropdown-menu.d.ts +335 -0
  225. package/dist/organisms/dropdown-menu.js +2 -0
  226. package/dist/organisms/dropdown-menu.js.map +1 -0
  227. package/dist/organisms/dropdown-menu.mjs +2 -0
  228. package/dist/organisms/dropdown-menu.mjs.map +1 -0
  229. package/dist/organisms/sidebar.d.mts +328 -0
  230. package/dist/organisms/sidebar.d.ts +328 -0
  231. package/dist/organisms/sidebar.js +2 -0
  232. package/dist/organisms/sidebar.js.map +1 -0
  233. package/dist/organisms/sidebar.mjs +2 -0
  234. package/dist/organisms/sidebar.mjs.map +1 -0
  235. package/dist/organisms.d.mts +56 -12
  236. package/dist/organisms.d.ts +56 -12
  237. package/dist/organisms.js +2 -0
  238. package/dist/organisms.js.map +1 -0
  239. package/dist/organisms.mjs +2 -0
  240. package/dist/organisms.mjs.map +1 -0
  241. package/dist/rhf/form.d.mts +96 -0
  242. package/dist/rhf/form.d.ts +96 -0
  243. package/dist/rhf/form.js +2 -0
  244. package/dist/rhf/form.js.map +1 -0
  245. package/dist/rhf/form.mjs +2 -0
  246. package/dist/rhf/form.mjs.map +1 -0
  247. package/dist/rhf/rhf-checkbox.d.mts +57 -0
  248. package/dist/rhf/rhf-checkbox.d.ts +57 -0
  249. package/dist/rhf/rhf-checkbox.js +2 -0
  250. package/dist/rhf/rhf-checkbox.js.map +1 -0
  251. package/dist/rhf/rhf-checkbox.mjs +2 -0
  252. package/dist/rhf/rhf-checkbox.mjs.map +1 -0
  253. package/dist/rhf/rhf-multi-select.d.mts +84 -0
  254. package/dist/rhf/rhf-multi-select.d.ts +84 -0
  255. package/dist/rhf/rhf-multi-select.js +2 -0
  256. package/dist/rhf/rhf-multi-select.js.map +1 -0
  257. package/dist/rhf/rhf-multi-select.mjs +2 -0
  258. package/dist/rhf/rhf-multi-select.mjs.map +1 -0
  259. package/dist/rhf/rhf-radio-button-group.d.mts +73 -0
  260. package/dist/rhf/rhf-radio-button-group.d.ts +73 -0
  261. package/dist/rhf/rhf-radio-button-group.js +2 -0
  262. package/dist/rhf/rhf-radio-button-group.js.map +1 -0
  263. package/dist/rhf/rhf-radio-button-group.mjs +2 -0
  264. package/dist/rhf/rhf-radio-button-group.mjs.map +1 -0
  265. package/dist/rhf/rhf-radio-group.d.mts +103 -0
  266. package/dist/rhf/rhf-radio-group.d.ts +103 -0
  267. package/dist/rhf/rhf-radio-group.js +2 -0
  268. package/dist/rhf/rhf-radio-group.js.map +1 -0
  269. package/dist/rhf/rhf-radio-group.mjs +2 -0
  270. package/dist/rhf/rhf-radio-group.mjs.map +1 -0
  271. package/dist/rhf/rhf-select.d.mts +80 -0
  272. package/dist/rhf/rhf-select.d.ts +80 -0
  273. package/dist/rhf/rhf-select.js +2 -0
  274. package/dist/rhf/rhf-select.js.map +1 -0
  275. package/dist/rhf/rhf-select.mjs +2 -0
  276. package/dist/rhf/rhf-select.mjs.map +1 -0
  277. package/dist/rhf/rhf-switch.d.mts +57 -0
  278. package/dist/rhf/rhf-switch.d.ts +57 -0
  279. package/dist/rhf/rhf-switch.js +2 -0
  280. package/dist/rhf/rhf-switch.js.map +1 -0
  281. package/dist/rhf/rhf-switch.mjs +2 -0
  282. package/dist/rhf/rhf-switch.mjs.map +1 -0
  283. package/dist/rhf/rhf-textarea.d.mts +66 -0
  284. package/dist/rhf/rhf-textarea.d.ts +66 -0
  285. package/dist/rhf/rhf-textarea.js +2 -0
  286. package/dist/rhf/rhf-textarea.js.map +1 -0
  287. package/dist/rhf/rhf-textarea.mjs +2 -0
  288. package/dist/rhf/rhf-textarea.mjs.map +1 -0
  289. package/dist/rhf.d.mts +213 -7
  290. package/dist/rhf.d.ts +213 -7
  291. package/dist/rhf.js +2 -0
  292. package/dist/rhf.js.map +1 -0
  293. package/dist/rhf.mjs +2 -0
  294. package/dist/rhf.mjs.map +1 -0
  295. package/dist/types.js +2 -0
  296. package/dist/{types.cjs.js.map → types.js.map} +1 -1
  297. package/dist/types.mjs +2 -0
  298. package/dist/{types.esm.js.map → types.mjs.map} +1 -1
  299. package/dist/{chunk-SL2ZUI4G.cjs.js → utils.js} +2 -2
  300. package/dist/utils.js.map +1 -0
  301. package/dist/utils.mjs +2 -0
  302. package/dist/utils.mjs.map +1 -0
  303. package/package.json +241 -15
  304. package/dist/atoms.cjs.js +0 -2
  305. package/dist/atoms.cjs.js.map +0 -1
  306. package/dist/atoms.esm.js +0 -2
  307. package/dist/atoms.esm.js.map +0 -1
  308. package/dist/chunk-23T2PH5G.esm.js +0 -2
  309. package/dist/chunk-23T2PH5G.esm.js.map +0 -1
  310. package/dist/chunk-2QG3QTSW.cjs.js +0 -2
  311. package/dist/chunk-2QG3QTSW.cjs.js.map +0 -1
  312. package/dist/chunk-C26U3FL4.esm.js +0 -2
  313. package/dist/chunk-C26U3FL4.esm.js.map +0 -1
  314. package/dist/chunk-DTM5LZHM.cjs.js +0 -2
  315. package/dist/chunk-DTM5LZHM.cjs.js.map +0 -1
  316. package/dist/chunk-HW32JE75.cjs.js +0 -2
  317. package/dist/chunk-HW32JE75.cjs.js.map +0 -1
  318. package/dist/chunk-J5A6PILI.cjs.js +0 -2
  319. package/dist/chunk-J5A6PILI.cjs.js.map +0 -1
  320. package/dist/chunk-JIRS6MWF.cjs.js +0 -2
  321. package/dist/chunk-JIRS6MWF.cjs.js.map +0 -1
  322. package/dist/chunk-JKTYFZ5M.esm.js +0 -2
  323. package/dist/chunk-JKTYFZ5M.esm.js.map +0 -1
  324. package/dist/chunk-JUZG25DH.esm.js +0 -2
  325. package/dist/chunk-JUZG25DH.esm.js.map +0 -1
  326. package/dist/chunk-KOYJODOP.cjs.js +0 -2
  327. package/dist/chunk-KOYJODOP.cjs.js.map +0 -1
  328. package/dist/chunk-M4S5YZ56.esm.js +0 -2
  329. package/dist/chunk-M4S5YZ56.esm.js.map +0 -1
  330. package/dist/chunk-MOYOCJW6.esm.js +0 -2
  331. package/dist/chunk-MOYOCJW6.esm.js.map +0 -1
  332. package/dist/chunk-MVWMLXLL.cjs.js +0 -2
  333. package/dist/chunk-MVWMLXLL.cjs.js.map +0 -1
  334. package/dist/chunk-Q76IMLQ3.esm.js +0 -2
  335. package/dist/chunk-Q76IMLQ3.esm.js.map +0 -1
  336. package/dist/chunk-SL2ZUI4G.cjs.js.map +0 -1
  337. package/dist/chunk-STRDPP3B.esm.js +0 -2
  338. package/dist/chunk-STRDPP3B.esm.js.map +0 -1
  339. package/dist/chunk-U4NMIMU7.esm.js +0 -2
  340. package/dist/chunk-U4NMIMU7.esm.js.map +0 -1
  341. package/dist/chunk-UK47BFA3.cjs.js +0 -2
  342. package/dist/chunk-UK47BFA3.cjs.js.map +0 -1
  343. package/dist/chunk-WJNYKJP6.cjs.js +0 -2
  344. package/dist/chunk-WJNYKJP6.cjs.js.map +0 -1
  345. package/dist/chunk-YEZB7AOJ.esm.js +0 -2
  346. package/dist/chunk-YEZB7AOJ.esm.js.map +0 -1
  347. package/dist/hooks.cjs.js +0 -2
  348. package/dist/hooks.cjs.js.map +0 -1
  349. package/dist/hooks.esm.js +0 -2
  350. package/dist/hooks.esm.js.map +0 -1
  351. package/dist/index.cjs.js +0 -2
  352. package/dist/index.cjs.js.map +0 -1
  353. package/dist/index.esm.js +0 -2
  354. package/dist/index.esm.js.map +0 -1
  355. package/dist/molecules.cjs.js +0 -2
  356. package/dist/molecules.cjs.js.map +0 -1
  357. package/dist/molecules.esm.js +0 -2
  358. package/dist/molecules.esm.js.map +0 -1
  359. package/dist/organisms.cjs.js +0 -2
  360. package/dist/organisms.cjs.js.map +0 -1
  361. package/dist/organisms.esm.js +0 -2
  362. package/dist/organisms.esm.js.map +0 -1
  363. package/dist/rhf.cjs.js +0 -2
  364. package/dist/rhf.cjs.js.map +0 -1
  365. package/dist/rhf.esm.js +0 -2
  366. package/dist/rhf.esm.js.map +0 -1
  367. package/dist/types.cjs.js +0 -2
  368. package/dist/types.d.mts +0 -2
  369. package/dist/types.d.ts +0 -2
  370. package/dist/types.esm.js +0 -2
  371. package/dist/utils.cjs.js +0 -2
  372. package/dist/utils.cjs.js.map +0 -1
  373. package/dist/utils.d.mts +0 -5
  374. package/dist/utils.d.ts +0 -5
  375. package/dist/utils.esm.js +0 -2
  376. package/dist/utils.esm.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,30 +1,2619 @@
1
- export { B as Button, a as ButtonProps, T as Tooltip, d as TooltipContent, e as TooltipProvider, c as TooltipTrigger, b as buttonVariants } from './tooltip-B4jzaurK.js';
2
- export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionProps, AccordionTrigger, AccordionTriggerProps, Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps, Badge, BadgeProps, Box, BoxProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbEllipsisProps, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkProps, BreadcrumbList, BreadcrumbListProps, BreadcrumbPage, BreadcrumbPageProps, BreadcrumbProps, BreadcrumbSeparator, BreadcrumbSeparatorProps, CheckboxProps, Collapsible, CollapsibleContent, CollapsibleContentProps, CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerProps, Command, CommandDialog, CommandDialogProps, CommandEmpty, CommandEmptyProps, CommandEmptyRef, CommandGroup, CommandGroupProps, CommandGroupRef, CommandInput, CommandInputProps, CommandInputRef, CommandItem, CommandItemProps, CommandItemRef, CommandList, CommandListProps, CommandListRef, CommandProps, CommandRef, CommandSeparator, CommandSeparatorProps, CommandSeparatorRef, CommandShortcut, CommandShortcutProps, Container, ContainerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, MultiSelect, MultiSelectOption, MultiSelectProps, PageLoader, PageLoaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationLinkProps, PaginationNext, PaginationPrevious, RadioGroupItemProps, RadioGroupProps, ResizableHandle, ResizableHandleProps, ResizablePanel, ResizablePanelGroup, ResizablePanelGroupProps, ResizablePanelProps, Select, SelectOption, SelectProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Stack, StackProps, SwitchProps, Table, TableBody, TableBodyProps, TableCaption, TableCaptionProps, TableCell, TableCellProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TableHeader, TableHeaderProps, TableProps, TableRow, TableRowProps, TextField, TextFieldProps, Toaster, Typography, TypographyAlign, TypographyProps, TypographyVariant, badgeVariants, typographyVariants } from './atoms.js';
3
- export { C as Checkbox, I as Input, L as Label, a as LabelProps, R as RadioGroup, b as RadioGroupItem, d as RadioItemContainer, c as RadioItemLabel, S as Switch } from './checkbox-DxgDKaHx.js';
4
- export { d as Toast, h as ToastAction, a as ToastActionElement, g as ToastClose, f as ToastDescription, T as ToastProps, b as ToastProvider, e as ToastTitle, c as ToastViewport } from './toast-2xT7L1tJ.js';
5
- export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, NavigationMenu, NavigationMenuContent, NavigationMenuContentProps, NavigationMenuIndicator, NavigationMenuIndicatorProps, NavigationMenuItem, NavigationMenuItemProps, NavigationMenuLink, NavigationMenuLinkProps, NavigationMenuList, NavigationMenuListProps, NavigationMenuProps, NavigationMenuTrigger, NavigationMenuTriggerProps, NavigationMenuViewport, NavigationMenuViewportProps, Tabs, TabsContent, TabsList, TabsTrigger } from './molecules.js';
6
- export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuCheckboxItemProps, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuGroupProps, DropdownMenuItem, DropdownMenuItemProps, DropdownMenuLabel, DropdownMenuLabelProps, DropdownMenuPortal, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroup, DropdownMenuRadioGroupProps, DropdownMenuRadioItem, DropdownMenuRadioItemProps, DropdownMenuSeparator, DropdownMenuSeparatorProps, DropdownMenuShortcut, DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTrigger, DropdownMenuSubTriggerProps, DropdownMenuTrigger, DropdownMenuTriggerProps, Sidebar, SidebarContent, SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubButtonProps, SidebarMenuSubItem, SidebarProps, SidebarProvider, SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, sidebarMenuButtonVariants, useSidebar } from './organisms.js';
7
- export { reducer, toast, useIsMobile, useToast } from './hooks.js';
8
- export { cn } from './utils.js';
9
- import 'class-variance-authority/types';
10
- import 'react';
11
- import 'class-variance-authority';
12
- import '@radix-ui/react-tooltip';
13
- import 'react/jsx-runtime';
14
- import '@radix-ui/react-dialog';
15
- import '@radix-ui/react-separator';
16
- import '@radix-ui/react-avatar';
17
- import 'react-resizable-panels';
18
- import '@radix-ui/react-switch';
19
- import '@radix-ui/react-collapsible';
20
- import 'cmdk';
21
- import '@radix-ui/react-radio-group';
22
- import '@radix-ui/react-accordion';
23
- import '@radix-ui/react-checkbox';
24
- import '@radix-ui/react-label';
25
- import '@radix-ui/react-toast';
26
- import '@radix-ui/react-navigation-menu';
27
- import '@radix-ui/react-tabs';
28
- import 'vaul';
29
- import '@radix-ui/react-dropdown-menu';
30
- import 'clsx';
1
+ import * as class_variance_authority_types from 'class-variance-authority/types';
2
+ import * as React$1 from 'react';
3
+ import { ComponentProps, ComponentPropsWithoutRef, ElementRef, TextareaHTMLAttributes } from 'react';
4
+ import { VariantProps } from 'class-variance-authority';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
7
+ import { DialogProps } from '@radix-ui/react-dialog';
8
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
9
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
10
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
11
+ import * as LabelPrimitive from '@radix-ui/react-label';
12
+ import * as ToastPrimitives from '@radix-ui/react-toast';
13
+ import * as ResizablePrimitive from 'react-resizable-panels';
14
+ import * as SwitchPrimitives from '@radix-ui/react-switch';
15
+ import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
16
+ import { Command as Command$1 } from 'cmdk';
17
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
18
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
19
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
20
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
21
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
22
+ import * as vaul from 'vaul';
23
+ import { Drawer as Drawer$1 } from 'vaul';
24
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
25
+ import * as react_hook_form from 'react-hook-form';
26
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
27
+ import * as _radix_ui_react_slot from '@radix-ui/react-slot';
28
+ import { Slot } from '@radix-ui/react-slot';
29
+ import { ClassValue } from 'clsx';
30
+
31
+ /**
32
+ * Props interface for the Button component.
33
+ * Extends the native button HTML attributes and adds support for variants and asChild prop.
34
+ * Implements proper accessibility features and follows WCAG 2.1 Level AA guidelines.
35
+ *
36
+ * @interface ButtonProps
37
+ * @extends {React.ButtonHTMLAttributes<HTMLButtonElement>}
38
+ * @extends {VariantProps<typeof buttonVariants>}
39
+ *
40
+ * @property {boolean} [asChild] - When true, renders the button as a child component using Radix UI's Slot.
41
+ * @property {ButtonVariant} [variant] - The visual style variant of the button.
42
+ * @property {ButtonSize} [size] - The size variant of the button.
43
+ * @property {string} [className] - Additional CSS classes to apply to the button.
44
+ * @property {React.ReactNode} [startIcon] - Icon to display before the button text.
45
+ * @property {React.ReactNode} [endIcon] - Icon to display after the button text.
46
+ * @property {boolean} [loading] - Whether the button is in a loading state.
47
+ * @property {string} [type] - The type of button (button, submit, reset). Defaults to "button".
48
+ * @property {string} [aria-label] - Accessible label for the button. Falls back to button text if not provided.
49
+ */
50
+ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
51
+ asChild?: boolean;
52
+ startIcon?: React$1.ReactNode;
53
+ endIcon?: React$1.ReactNode;
54
+ loading?: boolean;
55
+ type?: "button" | "submit" | "reset";
56
+ "aria-label"?: string;
57
+ }
58
+
59
+ /**
60
+ * Button variant styles using class-variance-authority.
61
+ * Defines the visual styles for different button variants and sizes.
62
+ * Follows WCAG 2.1 Level AA guidelines for accessibility.
63
+ *
64
+ * @example
65
+ * ```tsx
66
+ * <Button variant="primary" size="lg">Click me</Button>
67
+ * ```
68
+ */
69
+ declare const buttonVariants: (props?: ({
70
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
71
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
72
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
73
+ /**
74
+ * A versatile button component that supports multiple variants, sizes, and can be rendered as a child component.
75
+ * Built on top of Radix UI's Slot primitive for maximum flexibility.
76
+ * Implements proper accessibility features and follows WCAG 2.1 Level AA guidelines.
77
+ *
78
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-button--docs
79
+ *
80
+ * @component
81
+ * @example
82
+ * ```tsx
83
+ * // Default button
84
+ * <Button>Click me</Button>
85
+ *
86
+ * // Destructive button with small size
87
+ * <Button variant="destructive" size="sm">Delete</Button>
88
+ *
89
+ * // As a link
90
+ * <Button variant="link" asChild>
91
+ * <a href="/about">About</a>
92
+ * </Button>
93
+ *
94
+ * // With icons
95
+ * <Button startIcon={<Icon />}>With Start Icon</Button>
96
+ * <Button endIcon={<Icon />}>With End Icon</Button>
97
+ *
98
+ * // Loading state
99
+ * <Button loading>Loading</Button>
100
+ * ```
101
+ *
102
+ * @param {ButtonProps} props - The component props
103
+ * @param {React.Ref<HTMLButtonElement>} ref - Forwarded ref
104
+ * @returns {JSX.Element} A button element
105
+ */
106
+ declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
107
+
108
+ /**
109
+ * Props interface for the TextField component.
110
+ * Extends the native input HTML attributes and adds support for variants and icons.
111
+ *
112
+ * @interface TextFieldProps
113
+ * @extends {React.InputHTMLAttributes<HTMLInputElement>}
114
+ * @extends {VariantProps<typeof textFieldVariants>}
115
+ *
116
+ * @property {string} [variant] - The visual style variant of the text field.
117
+ * @property {string} [size] - The size variant of the text field.
118
+ * @property {string} [className] - Additional CSS classes to apply to the text field.
119
+ * @property {React.ReactNode} [startIcon] - Icon to display before the input.
120
+ * @property {React.ReactNode} [endIcon] - Icon to display after the input.
121
+ * @property {boolean} [loading] - Whether the text field is in a loading state.
122
+ * @property {string} [error] - Error message to display below the text field.
123
+ * @property {string} [label] - Label text for the text field.
124
+ * @property {string} [helperText] - Helper text to display below the text field.
125
+ */
126
+ interface TextFieldProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "size">, VariantProps<typeof textFieldVariants> {
127
+ startIcon?: React$1.ReactNode;
128
+ endIcon?: React$1.ReactNode;
129
+ loading?: boolean;
130
+ error?: string;
131
+ label?: string;
132
+ helperText?: string;
133
+ }
134
+
135
+ /**
136
+ * Text field variant styles using class-variance-authority.
137
+ * Defines the visual styles for different text field variants and sizes.
138
+ */
139
+ declare const textFieldVariants: (props?: ({
140
+ variant?: "default" | "error" | null | undefined;
141
+ size?: "default" | "sm" | "lg" | null | undefined;
142
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
143
+ /**
144
+ * A versatile text field component that supports multiple variants, sizes, and icons.
145
+ * Built on top of shadcn/ui's Input component.
146
+ *
147
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-text-field--docs
148
+ *
149
+ * @component
150
+ * @example
151
+ * ```tsx
152
+ * // Default text field
153
+ * <TextField placeholder="Enter text" />
154
+ *
155
+ * // With icons
156
+ * <TextField startIcon={<SearchIcon />} placeholder="Search..." />
157
+ * <TextField endIcon={<CalendarIcon />} placeholder="Select date" />
158
+ *
159
+ * // With loading state
160
+ * <TextField loading placeholder="Loading..." />
161
+ *
162
+ * // With error
163
+ * <TextField error="Invalid input" placeholder="Enter text" />
164
+ * ```
165
+ */
166
+ declare const TextField: React$1.ForwardRefExoticComponent<TextFieldProps & React$1.RefAttributes<HTMLInputElement>>;
167
+
168
+ interface ContainerProps extends React$1.HTMLAttributes<HTMLDivElement> {
169
+ /**
170
+ * The maximum width of the container.
171
+ * - "sm": 640px
172
+ * - "md": 768px
173
+ * - "lg": 1024px
174
+ * - "xl": 1280px
175
+ * - "full": 100%
176
+ * - false: No max-width (fluid)
177
+ *
178
+ * @default "lg"
179
+ */
180
+ maxWidth?: "sm" | "md" | "lg" | "xl" | "full" | false;
181
+ /**
182
+ * Whether to disable the default horizontal padding.
183
+ * When true, removes the default padding (px-4 sm:px-6 lg:px-8).
184
+ *
185
+ * @default false
186
+ */
187
+ disablePadding?: boolean;
188
+ /**
189
+ * Whether to make the container fluid (no max-width).
190
+ * When true, the container will expand to fill its parent's width.
191
+ *
192
+ * @default false
193
+ */
194
+ fluid?: boolean;
195
+ }
196
+ declare const Container: React$1.ForwardRefExoticComponent<ContainerProps & React$1.RefAttributes<HTMLDivElement>>;
197
+
198
+ /**
199
+ * Box is a fundamental layout component that serves as a building block for other components.
200
+ * It's a polymorphic component that can render as different HTML elements while maintaining
201
+ * consistent styling and behavior.
202
+ *
203
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-box--docs
204
+ *
205
+ * @example
206
+ * ```tsx
207
+ * // Basic usage
208
+ * <Box>Content</Box>
209
+ *
210
+ * // As a different element
211
+ * <Box as="section">Section content</Box>
212
+ *
213
+ * // With custom className
214
+ * <Box className="bg-primary text-white p-4">Styled content</Box>
215
+ *
216
+ * // With custom dimensions
217
+ * <Box width="100px" height="200px">Fixed size content</Box>
218
+ * <Box width="50%" height="auto">Responsive content</Box>
219
+ * ```
220
+ */
221
+
222
+ type BoxComponent = "div" | "span" | "section" | "article" | "main" | "aside" | "header" | "footer" | "nav";
223
+ type DimensionValue = string | number;
224
+ interface BoxProps extends React$1.HTMLAttributes<HTMLDivElement> {
225
+ /**
226
+ * The HTML element to render the Box as.
227
+ * This allows for semantic HTML while maintaining consistent styling.
228
+ *
229
+ * @default "div"
230
+ */
231
+ as?: BoxComponent;
232
+ /**
233
+ * The width of the Box component.
234
+ * Can be a number (interpreted as pixels) or a string (e.g., "100%", "50px", "10rem").
235
+ */
236
+ width?: DimensionValue;
237
+ /**
238
+ * The height of the Box component.
239
+ * Can be a number (interpreted as pixels) or a string (e.g., "100%", "50px", "10rem").
240
+ */
241
+ height?: DimensionValue;
242
+ }
243
+ declare const Box: React$1.ForwardRefExoticComponent<BoxProps & React$1.RefAttributes<HTMLDivElement>>;
244
+
245
+ /**
246
+ * Stack is a layout component that arranges its children in a vertical or horizontal stack
247
+ * with consistent spacing between items. It's built on top of Flexbox and provides
248
+ * a simple way to create consistent layouts.
249
+ *
250
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-stack--docs
251
+ *
252
+ * @example
253
+ * ```tsx
254
+ * // Basic vertical stack
255
+ * <Stack>
256
+ * <div>Item 1</div>
257
+ * <div>Item 2</div>
258
+ * <div>Item 3</div>
259
+ * </Stack>
260
+ *
261
+ * // Horizontal stack with custom spacing
262
+ * <Stack direction="horizontal" spacing="lg">
263
+ * <div>Item 1</div>
264
+ * <div>Item 2</div>
265
+ * </Stack>
266
+ *
267
+ * // Centered stack with wrapping
268
+ * <Stack direction="horizontal" center wrap>
269
+ * <div>Item 1</div>
270
+ * <div>Item 2</div>
271
+ * <div>Item 3</div>
272
+ * </Stack>
273
+ *
274
+ * // Stack with custom alignment
275
+ * <Stack align="center" justify="between">
276
+ * <div>Left</div>
277
+ * <div>Center</div>
278
+ * <div>Right</div>
279
+ * </Stack>
280
+ *
281
+ * // Stack with custom dimensions
282
+ * <Stack width="100%" height="200px">
283
+ * <div>Full width, fixed height stack</div>
284
+ * </Stack>
285
+ * ```
286
+ */
287
+
288
+ interface StackProps extends React$1.HTMLAttributes<HTMLDivElement> {
289
+ /**
290
+ * The direction in which to stack the items.
291
+ * - "vertical": Items are stacked top to bottom
292
+ * - "horizontal": Items are stacked left to right
293
+ *
294
+ * @default "vertical"
295
+ */
296
+ direction?: "vertical" | "horizontal";
297
+ /**
298
+ * The spacing between items in the stack.
299
+ * - "none": 0px
300
+ * - "xs": 0.25rem (4px)
301
+ * - "sm": 0.5rem (8px)
302
+ * - "md": 1rem (16px)
303
+ * - "lg": 1.5rem (24px)
304
+ * - "xl": 2rem (32px)
305
+ *
306
+ * @default "md"
307
+ */
308
+ spacing?: "none" | "xs" | "sm" | "md" | "lg" | "xl";
309
+ /**
310
+ * Whether to allow items to wrap to the next line when they don't fit.
311
+ * Only applies to horizontal stacks.
312
+ *
313
+ * @default false
314
+ */
315
+ wrap?: boolean;
316
+ /**
317
+ * Whether to center items both horizontally and vertically.
318
+ * This is a shorthand for setting both align and justify to "center".
319
+ *
320
+ * @default false
321
+ */
322
+ center?: boolean;
323
+ /**
324
+ * How to justify items along the main axis.
325
+ * - "start": Items are packed toward the start
326
+ * - "end": Items are packed toward the end
327
+ * - "center": Items are centered
328
+ * - "between": Items are evenly distributed with first item at start and last at end
329
+ * - "around": Items are evenly distributed with equal space around them
330
+ * - "evenly": Items are distributed so that the spacing between any two items is equal
331
+ *
332
+ * @default undefined
333
+ */
334
+ justify?: "start" | "end" | "center" | "between" | "around" | "evenly";
335
+ /**
336
+ * How to align items along the cross axis.
337
+ * - "start": Items are aligned at the start
338
+ * - "end": Items are aligned at the end
339
+ * - "center": Items are centered
340
+ * - "stretch": Items are stretched to fill the container
341
+ * - "baseline": Items are aligned at their baselines
342
+ *
343
+ * @default undefined
344
+ */
345
+ align?: "start" | "end" | "center" | "stretch" | "baseline";
346
+ /**
347
+ * The width of the stack container.
348
+ * Can be any valid CSS width value (e.g., "100%", "200px", "50vw").
349
+ *
350
+ * @default undefined
351
+ */
352
+ width?: string;
353
+ /**
354
+ * The height of the stack container.
355
+ * Can be any valid CSS height value (e.g., "100%", "200px", "50vh").
356
+ *
357
+ * @default undefined
358
+ */
359
+ height?: string;
360
+ }
361
+ declare const Stack: React$1.ForwardRefExoticComponent<StackProps & React$1.RefAttributes<HTMLDivElement>>;
362
+
363
+ /**
364
+ * Dialog component for creating accessible dialogs with overlay and content.
365
+ * Built on top of Radix UI's Dialog primitive.
366
+ *
367
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-dialog--docs
368
+ *
369
+ * @example
370
+ * ```tsx
371
+ * <Dialog>
372
+ * <DialogTrigger>Open Dialog</DialogTrigger>
373
+ * <DialogContent>Dialog Content</DialogContent>
374
+ * </Dialog>
375
+ */
376
+ declare const Dialog: React$1.FC<DialogPrimitive.DialogProps>;
377
+ declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
378
+ declare const DialogPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
379
+ declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
380
+ declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
381
+ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
382
+ declare const DialogHeader: {
383
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
384
+ displayName: string;
385
+ };
386
+ declare const DialogFooter: {
387
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
388
+ displayName: string;
389
+ };
390
+ declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
391
+ declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
392
+
393
+ /**
394
+ * Input component for creating accessible input fields.
395
+ * Built on top of shadcn/ui's Input component.
396
+ *
397
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-input--docs
398
+ *
399
+ */
400
+ declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
401
+
402
+ /**
403
+ * Separator component for creating horizontal or vertical dividers.
404
+ * Built on top of Radix UI's Separator primitive.
405
+ *
406
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-separator--docs
407
+ *
408
+ */
409
+ declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
410
+
411
+ /**
412
+ * Sheet component for creating accessible sheets with overlay and content.
413
+ * Built on top of Radix UI's Sheet primitive.
414
+ *
415
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-sheet--docs
416
+ *
417
+ * @example
418
+ * ```tsx
419
+ * <Sheet>
420
+ * <SheetTrigger>Open Sheet</SheetTrigger>
421
+ * <SheetContent>Sheet Content</SheetContent>
422
+ * </Sheet>
423
+ */
424
+ declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
425
+ declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
426
+ declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
427
+ declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
428
+ declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
429
+ declare const sheetVariants: (props?: ({
430
+ side?: "left" | "right" | "bottom" | "top" | null | undefined;
431
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
432
+ interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
433
+ }
434
+ declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
435
+ declare const SheetHeader: {
436
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
437
+ displayName: string;
438
+ };
439
+ declare const SheetFooter: {
440
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
441
+ displayName: string;
442
+ };
443
+ declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
444
+ declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
445
+
446
+ /**
447
+ * Skeleton component for creating a loading state.
448
+ * Built on top of shadcn/ui's Skeleton component.
449
+ *
450
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-skeleton--docs
451
+ *
452
+ * @example
453
+ * ```tsx
454
+ * <Skeleton className="w-10 h-10" />
455
+ * ```
456
+ */
457
+ declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
458
+
459
+ /**
460
+ * Avatar component that displays a user's profile picture or fallback.
461
+ * Built on top of Radix UI's Avatar primitive.
462
+ *
463
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-avatar--docs
464
+ *
465
+ * @example
466
+ * ```tsx
467
+ * <Avatar>
468
+ * <AvatarImage src="/path/to/image.jpg" alt="User avatar" />
469
+ * <AvatarFallback>JD</AvatarFallback>
470
+ * </Avatar>
471
+ * ```
472
+ */
473
+ declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
474
+ /**
475
+ * AvatarImage component that displays the user's profile picture.
476
+ * Falls back to AvatarFallback if the image fails to load.
477
+ */
478
+ declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
479
+ /**
480
+ * AvatarFallback component that displays when the image fails to load.
481
+ * Typically shows the user's initials or a placeholder icon.
482
+ */
483
+ declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
484
+
485
+ type AvatarProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>;
486
+ type AvatarImageProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>;
487
+ type AvatarFallbackProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>;
488
+
489
+ /**
490
+ * TooltipProvider component for creating accessible tooltips.
491
+ * Built on top of Radix UI's Tooltip primitive.
492
+ *
493
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-tooltip--docs
494
+ *
495
+ * @example
496
+ * ```tsx
497
+ * <TooltipProvider>
498
+ * <Tooltip>
499
+ * <TooltipTrigger>Hover me</TooltipTrigger>
500
+ * <TooltipContent>Tooltip content</TooltipContent>
501
+ * </Tooltip>
502
+ * </TooltipProvider>
503
+ * ```
504
+ */
505
+ declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
506
+ declare const Tooltip: React$1.FC<TooltipPrimitive.TooltipProps>;
507
+ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
508
+ declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
509
+
510
+ declare const badgeVariants: (props?: ({
511
+ variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info" | null | undefined;
512
+ size?: "default" | "sm" | "lg" | null | undefined;
513
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
514
+
515
+ interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
516
+ /**
517
+ * The content to display inside the badge
518
+ */
519
+ children: React.ReactNode;
520
+ /**
521
+ * Optional icon to display before the badge content
522
+ */
523
+ icon?: React.ReactNode;
524
+ /**
525
+ * Optional icon to display after the badge content
526
+ */
527
+ iconAfter?: React.ReactNode;
528
+ }
529
+
530
+ /**
531
+ * Badge component for displaying status, counts, or labels.
532
+ * Supports various variants, sizes, and optional icons.
533
+ *
534
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-badge--docs
535
+ *
536
+ * @example
537
+ * ```tsx
538
+ * <Badge variant="success">Active</Badge>
539
+ * <Badge variant="warning" icon={<AlertIcon />}>Warning</Badge>
540
+ * <Badge variant="info" size="lg" iconAfter={<ArrowIcon />}>New</Badge>
541
+ * ```
542
+ */
543
+ declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefAttributes<HTMLDivElement>>;
544
+
545
+ declare const typographyVariants: (props?: ({
546
+ variant?: "list" | "small" | "blockquote" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "muted" | "large" | "lead" | null | undefined;
547
+ align?: "center" | "left" | "right" | "justify" | null | undefined;
548
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
549
+ interface TypographyProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
550
+ as?: React$1.ElementType;
551
+ }
552
+ /**
553
+ * Typography component for creating accessible text elements.
554
+ * Built on top of shadcn/ui's Typography component.
555
+ *
556
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-typography--docs
557
+ *
558
+ */
559
+ declare const Typography: React$1.ForwardRefExoticComponent<TypographyProps & React$1.RefAttributes<HTMLElement>>;
560
+
561
+ type TypographyVariant = NonNullable<VariantProps<typeof typographyVariants>["variant"]>;
562
+ type TypographyAlign = NonNullable<VariantProps<typeof typographyVariants>["align"]>;
563
+
564
+ interface PageLoaderProps {
565
+ /**
566
+ * Optional className to extend the component's styles
567
+ */
568
+ className?: string;
569
+ /**
570
+ * Optional size of the loader (default: "default")
571
+ */
572
+ size?: "sm" | "default" | "lg";
573
+ /**
574
+ * Optional text to display below the loader
575
+ */
576
+ text?: string;
577
+ /**
578
+ * Optional color of the loader (default: "primary")
579
+ */
580
+ color?: "primary" | "secondary" | "accent" | "muted" | "destructive" | string;
581
+ }
582
+ /**
583
+ * PageLoader component for displaying a loading indicator.
584
+ *
585
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-page-loader--docs
586
+ *
587
+ */
588
+ declare function PageLoader({ className, size, text, color }: PageLoaderProps): react_jsx_runtime.JSX.Element;
589
+
590
+ declare const labelVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
591
+ interface LabelProps extends React$1.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>, VariantProps<typeof labelVariants> {
592
+ }
593
+ /**
594
+ * Label component for creating accessible labels.
595
+ * Built on top of Radix UI's Label primitive.
596
+ *
597
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-label--docs
598
+ *
599
+ */
600
+ declare const Label: React$1.ForwardRefExoticComponent<LabelProps & React$1.RefAttributes<HTMLLabelElement>>;
601
+
602
+ declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
603
+ declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
604
+ declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
605
+ variant?: "default" | "destructive" | null | undefined;
606
+ } & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
607
+ declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
608
+ declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
609
+ declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
610
+ declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
611
+ type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
612
+ type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
613
+
614
+ /**
615
+ * Toaster component for managing and displaying toast notifications.
616
+ * Built on top of the Toast primitive components.
617
+ *
618
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-toaster--docs
619
+ *
620
+ * @example
621
+ * ```tsx
622
+ * // Add Toaster to your app's root layout
623
+ * <Toaster />
624
+ *
625
+ * // Use the toast hook to show notifications
626
+ * const { toast } = useToast()
627
+ *
628
+ * toast({
629
+ * title: "Success",
630
+ * description: "Your changes have been saved.",
631
+ * action: <ToastAction altText="Undo">Undo</ToastAction>
632
+ * })
633
+ * ```
634
+ */
635
+ declare function Toaster(): react_jsx_runtime.JSX.Element;
636
+
637
+ interface TableProps extends React$1.HTMLAttributes<HTMLTableElement> {
638
+ }
639
+ interface TableHeaderProps extends React$1.HTMLAttributes<HTMLTableSectionElement> {
640
+ }
641
+ interface TableBodyProps extends React$1.HTMLAttributes<HTMLTableSectionElement> {
642
+ }
643
+ interface TableFooterProps extends React$1.HTMLAttributes<HTMLTableSectionElement> {
644
+ }
645
+ interface TableRowProps extends React$1.HTMLAttributes<HTMLTableRowElement> {
646
+ }
647
+ interface TableHeadProps extends React$1.ThHTMLAttributes<HTMLTableCellElement> {
648
+ }
649
+ interface TableCellProps extends React$1.TdHTMLAttributes<HTMLTableCellElement> {
650
+ }
651
+ interface TableCaptionProps extends React$1.HTMLAttributes<HTMLTableCaptionElement> {
652
+ }
653
+
654
+ /**
655
+ * Table component that provides a structured way to display data in rows and columns.
656
+ * Built on top of native HTML table elements with enhanced styling and accessibility.
657
+ *
658
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-table--docs
659
+ *
660
+ * @example
661
+ * ```tsx
662
+ * <Table>
663
+ * <TableHeader>
664
+ * <TableRow>
665
+ * <TableHead>Name</TableHead>
666
+ * <TableHead>Email</TableHead>
667
+ * </TableRow>
668
+ * </TableHeader>
669
+ * <TableBody>
670
+ * <TableRow>
671
+ * <TableCell>John Doe</TableCell>
672
+ * <TableCell>john@example.com</TableCell>
673
+ * </TableRow>
674
+ * </TableBody>
675
+ * </Table>
676
+ * ```
677
+ */
678
+ declare const Table: React$1.ForwardRefExoticComponent<TableProps & React$1.RefAttributes<HTMLTableElement>>;
679
+ declare const TableHeader: React$1.ForwardRefExoticComponent<TableHeaderProps & React$1.RefAttributes<HTMLTableSectionElement>>;
680
+ declare const TableBody: React$1.ForwardRefExoticComponent<TableBodyProps & React$1.RefAttributes<HTMLTableSectionElement>>;
681
+ declare const TableFooter: React$1.ForwardRefExoticComponent<TableFooterProps & React$1.RefAttributes<HTMLTableSectionElement>>;
682
+ declare const TableRow: React$1.ForwardRefExoticComponent<TableRowProps & React$1.RefAttributes<HTMLTableRowElement>>;
683
+ declare const TableHead: React$1.ForwardRefExoticComponent<TableHeadProps & React$1.RefAttributes<HTMLTableCellElement>>;
684
+ declare const TableCell: React$1.ForwardRefExoticComponent<TableCellProps & React$1.RefAttributes<HTMLTableCellElement>>;
685
+ declare const TableCaption: React$1.ForwardRefExoticComponent<TableCaptionProps & React$1.RefAttributes<HTMLTableCaptionElement>>;
686
+
687
+ /**
688
+ * Resizable component that provides resizable panel functionality.
689
+ * Built on top of react-resizable-panels.
690
+ *
691
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-resizable--docs
692
+ *
693
+ * @example
694
+ * ```tsx
695
+ * <ResizablePanelGroup>
696
+ * <ResizablePanel defaultSize={20}>
697
+ * <div>Left Panel</div>
698
+ * </ResizablePanel>
699
+ * <ResizableHandle withHandle />
700
+ * <ResizablePanel defaultSize={80}>
701
+ * <div>Right Panel</div>
702
+ * </ResizablePanel>
703
+ * </ResizablePanelGroup>
704
+ * ```
705
+ */
706
+ declare const ResizablePanelGroup: ({ className, ...props }: ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime.JSX.Element;
707
+ declare const ResizablePanel: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLButtonElement | HTMLElement | HTMLSpanElement | HTMLInputElement | HTMLLabelElement | HTMLObjectElement | HTMLLinkElement | HTMLFormElement | HTMLSlotElement | HTMLStyleElement | HTMLTitleElement | HTMLDialogElement | HTMLImageElement | HTMLOptionElement | HTMLTableElement | HTMLAnchorElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDivElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadingElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLLIElement | HTMLMapElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOptGroupElement | HTMLOutputElement | HTMLParagraphElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSourceElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTableRowElement | HTMLTrackElement | HTMLUListElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
708
+ className?: string;
709
+ collapsedSize?: number | undefined;
710
+ collapsible?: boolean | undefined;
711
+ defaultSize?: number | undefined;
712
+ id?: string;
713
+ maxSize?: number | undefined;
714
+ minSize?: number | undefined;
715
+ onCollapse?: ResizablePrimitive.PanelOnCollapse;
716
+ onExpand?: ResizablePrimitive.PanelOnExpand;
717
+ onResize?: ResizablePrimitive.PanelOnResize;
718
+ order?: number;
719
+ style?: object;
720
+ tagName?: keyof HTMLElementTagNameMap | undefined;
721
+ } & {
722
+ children?: React$1.ReactNode | undefined;
723
+ } & React$1.RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
724
+ declare const ResizableHandle: ({ withHandle, className, ...props }: ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
725
+ withHandle?: boolean;
726
+ }) => react_jsx_runtime.JSX.Element;
727
+
728
+ type ResizablePanelGroupProps = ComponentProps<typeof ResizablePrimitive.PanelGroup>;
729
+ type ResizablePanelProps = ComponentProps<typeof ResizablePrimitive.Panel>;
730
+ type ResizableHandleProps = ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
731
+ withHandle?: boolean;
732
+ };
733
+
734
+ type SelectOption = {
735
+ id: string;
736
+ label: string;
737
+ startIcon?: React$1.ReactNode;
738
+ endIcon?: React$1.ReactNode;
739
+ className?: string;
740
+ disabled?: boolean;
741
+ };
742
+ type SelectProps = {
743
+ /** Whether the select is searchable */
744
+ searchable?: boolean;
745
+ /** Whether the select should take up the full width of its container */
746
+ fullWidth?: boolean;
747
+ /** Currently selected value */
748
+ value: string;
749
+ /** Array of options to display in the select */
750
+ options: SelectOption[];
751
+ /** Callback fired when the value changes */
752
+ onChange: (value: string) => void;
753
+ /** Render a custom CommandList for the select, if not provided, the select will render a default CommandList with the options */
754
+ renderCommandList?: (options: SelectOption[]) => React$1.ReactNode;
755
+ /** Placeholder text to show when no value is selected */
756
+ placeholder?: string;
757
+ /** Whether the select is disabled */
758
+ disabled?: boolean;
759
+ /** Whether the select is required */
760
+ required?: boolean;
761
+ /** Error message to display */
762
+ error?: string;
763
+ /** Additional class name for the select */
764
+ className?: string;
765
+ /** ID for the select element */
766
+ id?: string;
767
+ };
768
+ /**
769
+ * SearchableSelect component that provides a searchable dropdown select input.
770
+ * Built on top of Radix UI's Select primitive.
771
+ *
772
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs-atoms-select--docs
773
+ *
774
+ * @example
775
+ * ```tsx
776
+ * <Select
777
+ * options={[
778
+ * { id: "1", label: "Option 1" },
779
+ * { id: "2", label: "Option 2" }
780
+ * ]}
781
+ * value="1"
782
+ * onChange={setValue}
783
+ * required
784
+ * />
785
+ * ```
786
+ */
787
+ declare function Select({ options, value, onChange, placeholder, disabled, required, error, className, fullWidth, searchable, id, renderCommandList }: SelectProps): react_jsx_runtime.JSX.Element;
788
+
789
+ type MultiSelectOption = {
790
+ id: string;
791
+ label: string;
792
+ startIcon?: React$1.ReactNode;
793
+ endIcon?: React$1.ReactNode;
794
+ className?: string;
795
+ disabled?: boolean;
796
+ };
797
+ type MultiSelectProps = {
798
+ /** Whether the select is searchable */
799
+ searchable?: boolean;
800
+ /** Whether the select should take up the full width of its container */
801
+ fullWidth?: boolean;
802
+ /** Array of options to display in the select */
803
+ options: MultiSelectOption[];
804
+ /** Currently selected values */
805
+ value: string[];
806
+ /** Callback fired when the values change */
807
+ onChange: (value: string[]) => void;
808
+ /** Render a custom CommandList for the select, if not provided, the select will render a default CommandList with the options */
809
+ renderCommandList?: (options: MultiSelectOption[]) => React$1.ReactNode;
810
+ /** Placeholder text to show when no value is selected */
811
+ placeholder?: string;
812
+ /** Whether the select is disabled */
813
+ disabled?: boolean;
814
+ /** Whether the select is required */
815
+ required?: boolean;
816
+ /** Error message to display */
817
+ error?: string;
818
+ /** Additional class name for the select */
819
+ className?: string;
820
+ /** ID for the select element */
821
+ id?: string;
822
+ /** Maximum number of selections allowed */
823
+ maxSelections?: number;
824
+ /** Whether to show the select all option */
825
+ showSelectAll?: boolean;
826
+ };
827
+ /**
828
+ * MultiSelect component that provides a searchable dropdown select input with multiple selection.
829
+ * Built on top of Radix UI's Select primitive.
830
+ *
831
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs-atoms-multiselect--docs
832
+ *
833
+ * @example
834
+ * ```tsx
835
+ * <MultiSelect
836
+ * options={[
837
+ * { id: "1", label: "Option 1" },
838
+ * { id: "2", label: "Option 2" }
839
+ * ]}
840
+ * value={["1"]}
841
+ * onChange={setValue}
842
+ * showSelectAll
843
+ * />
844
+ * ```
845
+ */
846
+ declare function MultiSelect({ options, value, onChange, placeholder, disabled, required, error, className, fullWidth, searchable, id, maxSelections, showSelectAll, renderCommandList }: MultiSelectProps): react_jsx_runtime.JSX.Element;
847
+
848
+ /**
849
+ * Switch component that provides a toggle input control.
850
+ * Built on top of Radix UI's Switch primitive.
851
+ *
852
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-switch--docs
853
+ *
854
+ * @example
855
+ * ```tsx
856
+ * <Switch />
857
+ * <Switch defaultChecked />
858
+ * <Switch disabled />
859
+ * ```
860
+ */
861
+ declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
862
+
863
+ type SwitchProps = React$1.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>;
864
+
865
+ /**
866
+ * Collapsible component that allows content to be expanded and collapsed.
867
+ * Built on top of Radix UI's Collapsible primitive.
868
+ *
869
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-collapsible--docs
870
+ *
871
+ * @example
872
+ * ```tsx
873
+ * <Collapsible>
874
+ * <CollapsibleTrigger>Toggle</CollapsibleTrigger>
875
+ * <CollapsibleContent>Content</CollapsibleContent>
876
+ * </Collapsible>
877
+ * ```
878
+ */
879
+ declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>>;
880
+ declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
881
+ declare const CollapsibleContent: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
882
+
883
+ type CollapsibleProps = React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Root>;
884
+ type CollapsibleTriggerProps = React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Trigger>;
885
+ type CollapsibleContentProps = React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content>;
886
+
887
+ type CommandProps = ComponentPropsWithoutRef<typeof Command$1>;
888
+ type CommandRef = ElementRef<typeof Command$1>;
889
+ type CommandDialogProps = DialogProps;
890
+ type CommandInputProps = ComponentPropsWithoutRef<typeof Command$1.Input>;
891
+ type CommandInputRef = ElementRef<typeof Command$1.Input>;
892
+ type CommandListProps = ComponentPropsWithoutRef<typeof Command$1.List>;
893
+ type CommandListRef = ElementRef<typeof Command$1.List>;
894
+ type CommandEmptyProps = ComponentPropsWithoutRef<typeof Command$1.Empty>;
895
+ type CommandEmptyRef = ElementRef<typeof Command$1.Empty>;
896
+ type CommandGroupProps = ComponentPropsWithoutRef<typeof Command$1.Group>;
897
+ type CommandGroupRef = ElementRef<typeof Command$1.Group>;
898
+ type CommandSeparatorProps = ComponentPropsWithoutRef<typeof Command$1.Separator>;
899
+ type CommandSeparatorRef = ElementRef<typeof Command$1.Separator>;
900
+ type CommandItemProps = ComponentPropsWithoutRef<typeof Command$1.Item>;
901
+ type CommandItemRef = ElementRef<typeof Command$1.Item>;
902
+ type CommandShortcutProps = React$1.HTMLAttributes<HTMLSpanElement>;
903
+
904
+ /**
905
+ * Command component that provides a command palette interface.
906
+ * Built on top of cmdk and Radix UI's Dialog primitive.
907
+ *
908
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-command--docs
909
+ *
910
+ * @example
911
+ * ```tsx
912
+ * <Command>
913
+ * <CommandInput placeholder="Search..." />
914
+ * <CommandList>
915
+ * <CommandEmpty>No results found.</CommandEmpty>
916
+ * <CommandGroup heading="Suggestions">
917
+ * <CommandItem>Calendar</CommandItem>
918
+ * <CommandItem>Search</CommandItem>
919
+ * </CommandGroup>
920
+ * </CommandList>
921
+ * </Command>
922
+ * ```
923
+ */
924
+ declare const Command: React$1.ForwardRefExoticComponent<Omit<{
925
+ children?: React$1.ReactNode;
926
+ } & Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
927
+ ref?: React$1.Ref<HTMLDivElement>;
928
+ } & {
929
+ asChild?: boolean;
930
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
931
+ label?: string;
932
+ shouldFilter?: boolean;
933
+ filter?: (value: string, search: string, keywords?: string[]) => number;
934
+ defaultValue?: string;
935
+ value?: string;
936
+ onValueChange?: (value: string) => void;
937
+ loop?: boolean;
938
+ disablePointerSelection?: boolean;
939
+ vimBindings?: boolean;
940
+ } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
941
+ declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => react_jsx_runtime.JSX.Element;
942
+ declare const CommandInput: React$1.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React$1.InputHTMLAttributes<HTMLInputElement>> & {
943
+ ref?: React$1.Ref<HTMLInputElement>;
944
+ } & {
945
+ asChild?: boolean;
946
+ }, "asChild" | "key" | keyof React$1.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
947
+ value?: string;
948
+ onValueChange?: (search: string) => void;
949
+ } & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
950
+ declare const CommandList: React$1.ForwardRefExoticComponent<Omit<{
951
+ children?: React$1.ReactNode;
952
+ } & Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
953
+ ref?: React$1.Ref<HTMLDivElement>;
954
+ } & {
955
+ asChild?: boolean;
956
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
957
+ label?: string;
958
+ } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
959
+ declare const CommandEmpty: React$1.ForwardRefExoticComponent<Omit<{
960
+ children?: React$1.ReactNode;
961
+ } & Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
962
+ ref?: React$1.Ref<HTMLDivElement>;
963
+ } & {
964
+ asChild?: boolean;
965
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
966
+ declare const CommandGroup: React$1.ForwardRefExoticComponent<Omit<{
967
+ children?: React$1.ReactNode;
968
+ } & Omit<Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
969
+ ref?: React$1.Ref<HTMLDivElement>;
970
+ } & {
971
+ asChild?: boolean;
972
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
973
+ heading?: React$1.ReactNode;
974
+ value?: string;
975
+ forceMount?: boolean;
976
+ } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
977
+ declare const CommandSeparator: React$1.ForwardRefExoticComponent<Omit<Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
978
+ ref?: React$1.Ref<HTMLDivElement>;
979
+ } & {
980
+ asChild?: boolean;
981
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
982
+ alwaysRender?: boolean;
983
+ } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
984
+ declare const CommandItem: React$1.ForwardRefExoticComponent<Omit<{
985
+ children?: React$1.ReactNode;
986
+ } & Omit<Pick<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
987
+ ref?: React$1.Ref<HTMLDivElement>;
988
+ } & {
989
+ asChild?: boolean;
990
+ }, "asChild" | "key" | keyof React$1.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
991
+ disabled?: boolean;
992
+ onSelect?: (value: string) => void;
993
+ value?: string;
994
+ keywords?: string[];
995
+ forceMount?: boolean;
996
+ } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
997
+ declare const CommandShortcut: {
998
+ ({ className, ...props }: CommandShortcutProps): react_jsx_runtime.JSX.Element;
999
+ displayName: string;
1000
+ };
1001
+
1002
+ /**
1003
+ * Pagination component that provides navigation controls for paginated content.
1004
+ * Built on top of shadcn/ui's button component.
1005
+ *
1006
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-pagination--docs
1007
+ *
1008
+ * @example
1009
+ * ```tsx
1010
+ * <Pagination>
1011
+ * <PaginationContent>
1012
+ * <PaginationItem>
1013
+ * <PaginationPrevious href="#" />
1014
+ * </PaginationItem>
1015
+ * <PaginationItem>
1016
+ * <PaginationLink href="#" isActive>1</PaginationLink>
1017
+ * </PaginationItem>
1018
+ * <PaginationItem>
1019
+ * <PaginationEllipsis />
1020
+ * </PaginationItem>
1021
+ * <PaginationItem>
1022
+ * <PaginationNext href="#" />
1023
+ * </PaginationItem>
1024
+ * </PaginationContent>
1025
+ * </Pagination>
1026
+ * ```
1027
+ */
1028
+ declare const Pagination: {
1029
+ ({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
1030
+ displayName: string;
1031
+ };
1032
+ declare const PaginationContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1033
+ declare const PaginationItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
1034
+ type PaginationLinkProps$1 = {
1035
+ isActive?: boolean;
1036
+ } & Pick<ButtonProps, "size"> & React$1.ComponentProps<"a">;
1037
+ declare const PaginationLink: {
1038
+ ({ className, isActive, size, children, ...props }: PaginationLinkProps$1): react_jsx_runtime.JSX.Element;
1039
+ displayName: string;
1040
+ };
1041
+ declare const PaginationPrevious: {
1042
+ ({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
1043
+ displayName: string;
1044
+ };
1045
+ declare const PaginationNext: {
1046
+ ({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
1047
+ displayName: string;
1048
+ };
1049
+ declare const PaginationEllipsis: {
1050
+ ({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
1051
+ displayName: string;
1052
+ };
1053
+
1054
+ type PaginationLinkProps = {
1055
+ isActive?: boolean;
1056
+ } & Pick<ButtonProps, "size"> & React$1.ComponentProps<"a">;
1057
+
1058
+ /**
1059
+ * RadioGroup component that allows users to select a single option from a list.
1060
+ * Built on top of Radix UI's RadioGroup primitive.
1061
+ *
1062
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-radio-group--docs
1063
+ *
1064
+ * @example
1065
+ * ```tsx
1066
+ * <RadioGroup defaultValue="option-1">
1067
+ * <RadioGroupItem value="option-1">Option 1</RadioGroupItem>
1068
+ * <RadioGroupItem value="option-2">Option 2</RadioGroupItem>
1069
+ * </RadioGroup>
1070
+ * ```
1071
+ */
1072
+ declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1073
+ /**
1074
+ * RadioGroupItem component that represents a single option in a RadioGroup.
1075
+ * Built on top of Radix UI's RadioGroupItem primitive.
1076
+ *
1077
+ * @example
1078
+ * ```tsx
1079
+ * <RadioGroupItem value="option-1">Option 1</RadioGroupItem>
1080
+ * ```
1081
+ */
1082
+ declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1083
+ /**
1084
+ * RadioItemContainer component that provides a container for radio group items with proper spacing and layout.
1085
+ *
1086
+ * @example
1087
+ * ```tsx
1088
+ * <RadioItemContainer>
1089
+ * <RadioGroupItem value="option-1">Option 1</RadioGroupItem>
1090
+ * <RadioGroupItem value="option-2">Option 2</RadioGroupItem>
1091
+ * </RadioItemContainer>
1092
+ * ```
1093
+ */
1094
+ declare const RadioItemContainer: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
1095
+ /**
1096
+ * RadioItemLabel component that provides a label for individual radio items.
1097
+ * Built on top of the Label component.
1098
+ *
1099
+ * @example
1100
+ * ```tsx
1101
+ * <RadioItemLabel>Select an option</RadioItemLabel>
1102
+ * ```
1103
+ */
1104
+ declare const RadioItemLabel: React$1.ForwardRefExoticComponent<Omit<LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & React$1.RefAttributes<HTMLLabelElement>>;
1105
+
1106
+ type RadioGroupProps = React$1.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>;
1107
+ type RadioGroupItemProps = React$1.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>;
1108
+
1109
+ /**
1110
+ * Props for a single-item accordion
1111
+ */
1112
+ type AccordionSingleProps = React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root> & {
1113
+ /** The type of accordion - must be "single" for this variant */
1114
+ type: "single";
1115
+ /** The default value of the accordion item */
1116
+ defaultValue?: string;
1117
+ /** The controlled value of the accordion item */
1118
+ value?: string;
1119
+ /** Callback fired when the value changes */
1120
+ onValueChange?: (_value: string) => void;
1121
+ /** Whether the accordion item can be collapsed */
1122
+ collapsible?: boolean;
1123
+ };
1124
+ /**
1125
+ * Props for a multiple-item accordion
1126
+ */
1127
+ type AccordionMultipleProps = React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root> & {
1128
+ /** The type of accordion - must be "multiple" for this variant */
1129
+ type: "multiple";
1130
+ /** The default values of the accordion items */
1131
+ defaultValue?: string[];
1132
+ /** The controlled values of the accordion items */
1133
+ value?: string[];
1134
+ /** Callback fired when the values change */
1135
+ onValueChange?: (_value: string[]) => void;
1136
+ };
1137
+ /**
1138
+ * Props for the Accordion component
1139
+ */
1140
+ type AccordionProps = AccordionSingleProps | AccordionMultipleProps;
1141
+ /**
1142
+ * Props for an individual accordion item
1143
+ */
1144
+ interface AccordionItemProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item> {
1145
+ /** The value of the accordion item */
1146
+ value: string;
1147
+ }
1148
+ /**
1149
+ * Props for the accordion trigger button
1150
+ */
1151
+ interface AccordionTriggerProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger> {
1152
+ /** The content of the accordion trigger */
1153
+ children: React$1.ReactNode;
1154
+ }
1155
+ /**
1156
+ * Props for the accordion content panel
1157
+ */
1158
+ interface AccordionContentProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content> {
1159
+ /** The content of the accordion panel */
1160
+ children: React$1.ReactNode;
1161
+ }
1162
+
1163
+ /**
1164
+ * Accordion component that displays a list of expandable/collapsible sections.
1165
+ * Built on top of Radix UI's Accordion primitive.
1166
+ *
1167
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-accordion--docs
1168
+ *
1169
+ * @example
1170
+ * ```tsx
1171
+ * <Accordion type="single" collapsible>
1172
+ * <AccordionItem value="item-1">
1173
+ * <AccordionTrigger>Section 1</AccordionTrigger>
1174
+ * <AccordionContent>Content 1</AccordionContent>
1175
+ * </AccordionItem>
1176
+ * <AccordionItem value="item-2">
1177
+ * <AccordionTrigger>Section 2</AccordionTrigger>
1178
+ * <AccordionContent>Content 2</AccordionContent>
1179
+ * </AccordionItem>
1180
+ * </Accordion>
1181
+ * ```
1182
+ */
1183
+ declare const Accordion: React$1.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1184
+ type: "single";
1185
+ defaultValue?: string;
1186
+ value?: string;
1187
+ onValueChange?: (_value: string) => void;
1188
+ collapsible?: boolean;
1189
+ }) | (Omit<AccordionPrimitive.AccordionMultipleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1190
+ type: "multiple";
1191
+ defaultValue?: string[];
1192
+ value?: string[];
1193
+ onValueChange?: (_value: string[]) => void;
1194
+ })) & React$1.RefAttributes<HTMLDivElement>>;
1195
+ declare const AccordionItem: React$1.ForwardRefExoticComponent<AccordionItemProps & React$1.RefAttributes<HTMLDivElement>>;
1196
+ declare const AccordionTrigger: React$1.ForwardRefExoticComponent<AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1197
+ declare const AccordionContent: React$1.ForwardRefExoticComponent<AccordionContentProps & React$1.RefAttributes<HTMLDivElement>>;
1198
+
1199
+ /**
1200
+ * Checkbox component built on top of Radix UI's Checkbox primitive.
1201
+ * Provides a customizable checkbox input with proper accessibility and keyboard navigation.
1202
+ *
1203
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-checkbox--docs
1204
+ *
1205
+ * @example
1206
+ * ```tsx
1207
+ * <Checkbox id="terms" name="terms" />
1208
+ * <label htmlFor="terms">Accept terms and conditions</label>
1209
+ * ```
1210
+ */
1211
+
1212
+ declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1213
+
1214
+ type CheckboxProps = React$1.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>;
1215
+
1216
+ interface BreadcrumbProps extends React$1.ComponentPropsWithoutRef<"nav"> {
1217
+ separator?: React$1.ReactNode;
1218
+ }
1219
+ interface BreadcrumbListProps extends React$1.ComponentPropsWithoutRef<"ol"> {
1220
+ }
1221
+ interface BreadcrumbItemProps extends React$1.ComponentPropsWithoutRef<"li"> {
1222
+ }
1223
+ interface BreadcrumbLinkProps extends React$1.ComponentPropsWithoutRef<"a"> {
1224
+ asChild?: boolean;
1225
+ }
1226
+ interface BreadcrumbPageProps extends React$1.ComponentPropsWithoutRef<"span"> {
1227
+ }
1228
+ interface BreadcrumbSeparatorProps extends React$1.ComponentProps<"li"> {
1229
+ }
1230
+ interface BreadcrumbEllipsisProps extends React$1.ComponentProps<"span"> {
1231
+ }
1232
+
1233
+ declare const Breadcrumb: React$1.ForwardRefExoticComponent<BreadcrumbProps & React$1.RefAttributes<HTMLElement>>;
1234
+ declare const BreadcrumbList: React$1.ForwardRefExoticComponent<BreadcrumbListProps & React$1.RefAttributes<HTMLOListElement>>;
1235
+ declare const BreadcrumbItem: React$1.ForwardRefExoticComponent<BreadcrumbItemProps & React$1.RefAttributes<HTMLLIElement>>;
1236
+ declare const BreadcrumbLink: React$1.ForwardRefExoticComponent<BreadcrumbLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1237
+ declare const BreadcrumbPage: React$1.ForwardRefExoticComponent<BreadcrumbPageProps & React$1.RefAttributes<HTMLSpanElement>>;
1238
+ declare const BreadcrumbSeparator: {
1239
+ ({ children, className, ...props }: BreadcrumbSeparatorProps): react_jsx_runtime.JSX.Element;
1240
+ displayName: string;
1241
+ };
1242
+ declare const BreadcrumbEllipsis: {
1243
+ ({ className, ...props }: BreadcrumbEllipsisProps): react_jsx_runtime.JSX.Element;
1244
+ displayName: string;
1245
+ };
1246
+
1247
+ /**
1248
+ * Card is a flexible container component that can be used to group related content and actions.
1249
+ * It provides a consistent visual style with a subtle border, shadow, and rounded corners.
1250
+ *
1251
+ */
1252
+
1253
+ /**
1254
+ * The main card container component.
1255
+ * Provides the base styling for the card including border, shadow, and rounded corners.
1256
+ * * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-card--docs
1257
+ *
1258
+ * @example
1259
+ * ```tsx
1260
+ * // Basic card
1261
+ * <Card>
1262
+ * <CardHeader>
1263
+ * <CardTitle>Card Title</CardTitle>
1264
+ * <CardDescription>Card Description</CardDescription>
1265
+ * </CardHeader>
1266
+ * <CardContent>
1267
+ * <p>Card content goes here.</p>
1268
+ * </CardContent>
1269
+ * <CardFooter>
1270
+ * <Button>Action</Button>
1271
+ * </CardFooter>
1272
+ * </Card>
1273
+ *
1274
+ * // Card with custom styling
1275
+ * <Card className="bg-primary text-primary-foreground">
1276
+ * <CardHeader>
1277
+ * <CardTitle>Custom Styled Card</CardTitle>
1278
+ * </CardHeader>
1279
+ * <CardContent>
1280
+ * <p>This card has custom background and text colors.</p>
1281
+ * </CardContent>
1282
+ * </Card>
1283
+ * ```
1284
+ */
1285
+ declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
1286
+ /**
1287
+ * Header section of the card.
1288
+ * Typically contains the card title and description.
1289
+ * Includes padding and spacing for consistent layout.
1290
+ */
1291
+ declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
1292
+ /**
1293
+ * Title component for the card.
1294
+ * Should be used within CardHeader.
1295
+ * Provides consistent typography styling for card titles.
1296
+ */
1297
+ declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
1298
+ /**
1299
+ * Description component for the card.
1300
+ * Should be used within CardHeader.
1301
+ * Provides consistent typography styling for card descriptions.
1302
+ */
1303
+ declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
1304
+ /**
1305
+ * Main content section of the card.
1306
+ * Includes padding and removes top padding to maintain consistent spacing with the header.
1307
+ */
1308
+ declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
1309
+ /**
1310
+ * Footer section of the card.
1311
+ * Typically contains action buttons or additional information.
1312
+ * Includes padding and removes top padding to maintain consistent spacing with the content.
1313
+ */
1314
+ declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
1315
+
1316
+ declare const navigationMenuTriggerStyle: (props?: ({
1317
+ variant?: "default" | "ghost" | "link" | "mobile" | null | undefined;
1318
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1319
+
1320
+ interface NavigationMenuProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
1321
+ /**
1322
+ * The content of the navigation menu
1323
+ */
1324
+ children: React.ReactNode;
1325
+ /**
1326
+ * Optional className for the root element
1327
+ */
1328
+ className?: string;
1329
+ }
1330
+ interface NavigationMenuListProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List> {
1331
+ /**
1332
+ * Optional className for the list element
1333
+ */
1334
+ className?: string;
1335
+ }
1336
+ interface NavigationMenuItemProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Item> {
1337
+ /**
1338
+ * Optional className for the item element
1339
+ */
1340
+ className?: string;
1341
+ }
1342
+ interface NavigationMenuTriggerProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>, VariantProps<typeof navigationMenuTriggerStyle> {
1343
+ /**
1344
+ * Optional className for the trigger element
1345
+ */
1346
+ className?: string;
1347
+ }
1348
+ interface NavigationMenuContentProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content> {
1349
+ /**
1350
+ * Optional className for the content element
1351
+ */
1352
+ className?: string;
1353
+ }
1354
+ interface NavigationMenuLinkProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Link> {
1355
+ /**
1356
+ * Optional className for the link element
1357
+ */
1358
+ className?: string;
1359
+ }
1360
+ interface NavigationMenuViewportProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport> {
1361
+ /**
1362
+ * Optional className for the viewport element
1363
+ */
1364
+ className?: string;
1365
+ }
1366
+ interface NavigationMenuIndicatorProps extends React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator> {
1367
+ /**
1368
+ * Optional className for the indicator element
1369
+ */
1370
+ className?: string;
1371
+ }
1372
+
1373
+ /**
1374
+ * NavigationMenu component for creating accessible navigation menus with dropdowns.
1375
+ * Built on top of Radix UI's NavigationMenu primitive.
1376
+ *
1377
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-navigation-menu--docs
1378
+ *
1379
+ * @example
1380
+ * ```
1381
+ * <NavigationMenu>
1382
+ * <NavigationMenuList>
1383
+ * <NavigationMenuItem>
1384
+ * <NavigationMenuTrigger>Getting Started</NavigationMenuTrigger>
1385
+ * <NavigationMenuContent>
1386
+ * <ul className="grid gap-3 p-4 md:w-[400px] lg:w-[500px]">
1387
+ * <li className="row-span-3">
1388
+ * <NavigationMenuLink asChild>
1389
+ * <a className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md">
1390
+ * <div className="mb-2 mt-4 text-lg font-medium">shadcn/ui</div>
1391
+ * <p className="text-sm leading-tight text-muted-foreground">
1392
+ * Beautifully designed components built with Radix UI and Tailwind CSS.
1393
+ * </p>
1394
+ * </a>
1395
+ * </NavigationMenuLink>
1396
+ * </li>
1397
+ * </ul>
1398
+ * </NavigationMenuContent>
1399
+ * </NavigationMenuItem>
1400
+ * </NavigationMenuList>
1401
+ * </NavigationMenu>
1402
+ * ```
1403
+ */
1404
+ declare const NavigationMenu: React$1.ForwardRefExoticComponent<NavigationMenuProps & React$1.RefAttributes<HTMLElement>>;
1405
+ declare const NavigationMenuList: React$1.ForwardRefExoticComponent<NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>>;
1406
+ declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
1407
+ declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1408
+ declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>>;
1409
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1410
+ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>>;
1411
+ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>>;
1412
+
1413
+ /**
1414
+ * Tabs component provides a way to organize content into separate views where only one view is visible at a time.
1415
+ * It follows the WAI-ARIA Tabs Pattern for accessibility.
1416
+ *
1417
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-tabs--docs
1418
+ *
1419
+ * @example
1420
+ * ```tsx
1421
+ * <Tabs defaultValue="account">
1422
+ * <TabsList>
1423
+ * <TabsTrigger value="account">Account</TabsTrigger>
1424
+ * <TabsTrigger value="password">Password</TabsTrigger>
1425
+ * </TabsList>
1426
+ * <TabsContent value="account">
1427
+ * <p>Account settings content</p>
1428
+ * </TabsContent>
1429
+ * <TabsContent value="password">
1430
+ * <p>Password settings content</p>
1431
+ * </TabsContent>
1432
+ * </Tabs>
1433
+ * ```
1434
+ */
1435
+
1436
+ declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
1437
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1438
+ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1439
+ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1440
+
1441
+ declare const Drawer: {
1442
+ ({ shouldScaleBackground, ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
1443
+ displayName: string;
1444
+ };
1445
+ /**
1446
+ * The trigger element that opens the drawer.
1447
+ * Should be used with the `asChild` prop to wrap your own trigger element.
1448
+ */
1449
+ declare const DrawerTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1450
+ /**
1451
+ * Portal component that renders the drawer content outside the DOM hierarchy.
1452
+ * This ensures proper stacking context and accessibility.
1453
+ */
1454
+ declare const DrawerPortal: typeof vaul.Portal;
1455
+ /**
1456
+ * Close button component for the drawer.
1457
+ * Should be used with the `asChild` prop to wrap your own close button.
1458
+ */
1459
+ declare const DrawerClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
1460
+ /**
1461
+ * Overlay component that appears behind the drawer.
1462
+ * Provides a semi-transparent backdrop and handles click-outside behavior.
1463
+ */
1464
+ declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1465
+ /**
1466
+ * The main content container for the drawer.
1467
+ * Includes the handle bar at the top and manages the slide-up animation.
1468
+ */
1469
+ declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1470
+ /**
1471
+ * Header section of the drawer.
1472
+ * Typically contains the title and description.
1473
+ */
1474
+ declare const DrawerHeader: {
1475
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1476
+ displayName: string;
1477
+ };
1478
+ /**
1479
+ * Footer section of the drawer.
1480
+ * Typically contains action buttons.
1481
+ */
1482
+ declare const DrawerFooter: {
1483
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1484
+ displayName: string;
1485
+ };
1486
+ /**
1487
+ * Title component for the drawer.
1488
+ * Should be used within DrawerHeader.
1489
+ */
1490
+ declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
1491
+ /**
1492
+ * Description component for the drawer.
1493
+ * Should be used within DrawerHeader.
1494
+ */
1495
+ declare const DrawerDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
1496
+
1497
+ type SidebarContextProps$1 = {
1498
+ state: "expanded" | "collapsed";
1499
+ open: boolean;
1500
+ setOpen: (open: boolean) => void;
1501
+ openMobile: boolean;
1502
+ setOpenMobile: (open: boolean) => void;
1503
+ isMobile: boolean;
1504
+ toggleSidebar: () => void;
1505
+ };
1506
+ declare function useSidebar(): SidebarContextProps$1;
1507
+ declare const SidebarProvider: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1508
+ defaultOpen?: boolean;
1509
+ open?: boolean;
1510
+ onOpenChange?: (open: boolean) => void;
1511
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1512
+ /**
1513
+ * A flexible sidebar component that supports various layouts and configurations.
1514
+ * The sidebar can be positioned on either side of the screen and supports different
1515
+ * visual styles and collapse behaviors.
1516
+ *
1517
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1518
+ *
1519
+ * @example
1520
+ * ```tsx
1521
+ * <Sidebar>
1522
+ * <SidebarHeader>
1523
+ * <SidebarTitle>Dashboard</SidebarTitle>
1524
+ * </SidebarHeader>
1525
+ * <SidebarContent>
1526
+ * <SidebarMenu>
1527
+ * <SidebarMenuItem icon={<HomeIcon />}>Home</SidebarMenuItem>
1528
+ * <SidebarMenuItem icon={<SettingsIcon />}>Settings</SidebarMenuItem>
1529
+ * </SidebarMenu>
1530
+ * </SidebarContent>
1531
+ * <SidebarFooter>
1532
+ * <SidebarTrigger />
1533
+ * </SidebarFooter>
1534
+ * </Sidebar>
1535
+ * ```
1536
+ */
1537
+ declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1538
+ side?: "left" | "right";
1539
+ variant?: "sidebar" | "floating" | "inset";
1540
+ collapsible?: "offcanvas" | "icon" | "none";
1541
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1542
+ declare const SidebarTrigger: React$1.ForwardRefExoticComponent<Omit<ButtonProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1543
+ declare const SidebarRail: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1544
+ declare const SidebarInset: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1545
+ declare const SidebarInput: React$1.ForwardRefExoticComponent<Omit<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
1546
+ declare const SidebarHeader: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1547
+ declare const SidebarFooter: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1548
+ declare const SidebarSeparator: React$1.ForwardRefExoticComponent<Omit<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1549
+ declare const SidebarContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1550
+ declare const SidebarGroup: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1551
+ declare const SidebarGroupLabel: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1552
+ asChild?: boolean;
1553
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1554
+ declare const SidebarGroupAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1555
+ asChild?: boolean;
1556
+ }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1557
+ declare const SidebarGroupContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1558
+ declare const SidebarMenu: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1559
+ declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
1560
+ declare const sidebarMenuButtonVariants: (props?: ({
1561
+ variant?: "default" | "outline" | null | undefined;
1562
+ size?: "default" | "sm" | "lg" | null | undefined;
1563
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1564
+ declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1565
+ asChild?: boolean;
1566
+ isActive?: boolean;
1567
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
1568
+ } & VariantProps<(props?: ({
1569
+ variant?: "default" | "outline" | null | undefined;
1570
+ size?: "default" | "sm" | "lg" | null | undefined;
1571
+ } & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1572
+ declare const SidebarMenuAction: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
1573
+ asChild?: boolean;
1574
+ showOnHover?: boolean;
1575
+ }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1576
+ declare const SidebarMenuBadge: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1577
+ declare const SidebarMenuSkeleton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLDivElement> & React$1.HTMLAttributes<HTMLDivElement> & {
1578
+ showIcon?: boolean;
1579
+ }, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1580
+ declare const SidebarMenuSub: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1581
+ declare const SidebarMenuSubItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
1582
+ declare const SidebarMenuSubButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLAnchorElement> & React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
1583
+ asChild?: boolean;
1584
+ size?: "sm" | "md";
1585
+ isActive?: boolean;
1586
+ }, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
1587
+
1588
+ /**
1589
+ * Context props for the Sidebar component that manages its state and behavior.
1590
+ * This context provides the necessary state and methods to control the sidebar's
1591
+ * expansion, collapse, and mobile responsiveness.
1592
+ *
1593
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1594
+ */
1595
+ type SidebarContextProps = {
1596
+ /** Current state of the sidebar - either expanded or collapsed */
1597
+ state: "expanded" | "collapsed";
1598
+ /** Whether the sidebar is currently open */
1599
+ open: boolean;
1600
+ /** Function to control the sidebar's open state */
1601
+ setOpen: (open: boolean) => void;
1602
+ /** Whether the mobile sidebar is currently open */
1603
+ openMobile: boolean;
1604
+ /** Function to control the mobile sidebar's open state */
1605
+ setOpenMobile: (open: boolean) => void;
1606
+ /** Whether the sidebar is being viewed on a mobile device */
1607
+ isMobile: boolean;
1608
+ /** Function to toggle the sidebar's state */
1609
+ toggleSidebar: () => void;
1610
+ };
1611
+ /**
1612
+ * Props for the main Sidebar component.
1613
+ * Extends the base div props and adds sidebar-specific configuration options.
1614
+ *
1615
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1616
+ *
1617
+ * @example
1618
+ * ```tsx
1619
+ * <Sidebar
1620
+ * side="left"
1621
+ * variant="sidebar"
1622
+ * collapsible="icon"
1623
+ * >
1624
+ * <SidebarContent>...</SidebarContent>
1625
+ * </Sidebar>
1626
+ * ```
1627
+ */
1628
+ type SidebarProps = React$1.ComponentProps<"div"> & {
1629
+ /** Position of the sidebar relative to the main content */
1630
+ side?: "left" | "right";
1631
+ /** Visual style variant of the sidebar */
1632
+ variant?: "sidebar" | "floating" | "inset";
1633
+ /** Collapse behavior of the sidebar */
1634
+ collapsible?: "offcanvas" | "icon" | "none";
1635
+ };
1636
+ /**
1637
+ * Props for the SidebarProvider component that manages sidebar state.
1638
+ * Provides controlled and uncontrolled state management options.
1639
+ *
1640
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1641
+ *
1642
+ * @example
1643
+ * ```tsx
1644
+ * <SidebarProvider defaultOpen={true}>
1645
+ * <Sidebar>...</Sidebar>
1646
+ * </SidebarProvider>
1647
+ * ```
1648
+ */
1649
+ type SidebarProviderProps = React$1.ComponentProps<"div"> & {
1650
+ /** Initial open state for uncontrolled usage */
1651
+ defaultOpen?: boolean;
1652
+ /** Controlled open state */
1653
+ open?: boolean;
1654
+ /** Callback when open state changes */
1655
+ onOpenChange?: (open: boolean) => void;
1656
+ };
1657
+ /**
1658
+ * Props for the SidebarMenuButton component.
1659
+ * Extends button props with additional styling and behavior options.
1660
+ *
1661
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1662
+ *
1663
+ * @example
1664
+ * ```tsx
1665
+ * <SidebarMenuButton
1666
+ * isActive={true}
1667
+ * tooltip="Dashboard"
1668
+ * >
1669
+ * <DashboardIcon />
1670
+ * </SidebarMenuButton>
1671
+ * ```
1672
+ */
1673
+ type SidebarMenuButtonProps = React$1.ComponentProps<"button"> & {
1674
+ /** Whether to render as a child component */
1675
+ asChild?: boolean;
1676
+ /** Whether the button is currently active */
1677
+ isActive?: boolean;
1678
+ /** Tooltip content or configuration */
1679
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
1680
+ } & VariantProps<typeof sidebarMenuButtonVariants>;
1681
+ /**
1682
+ * Props for the SidebarMenuAction component.
1683
+ * Used for action buttons within the sidebar menu.
1684
+ *
1685
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1686
+ *
1687
+ * @example
1688
+ * ```tsx
1689
+ * <SidebarMenuAction showOnHover>
1690
+ * <PlusIcon />
1691
+ * </SidebarMenuAction>
1692
+ * ```
1693
+ */
1694
+ type SidebarMenuActionProps = React$1.ComponentProps<"button"> & {
1695
+ /** Whether to render as a child component */
1696
+ asChild?: boolean;
1697
+ /** Whether to only show the action on hover */
1698
+ showOnHover?: boolean;
1699
+ };
1700
+ /**
1701
+ * Props for the SidebarMenuSubButton component.
1702
+ * Used for secondary navigation items within the sidebar.
1703
+ *
1704
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1705
+ *
1706
+ * @example
1707
+ * ```tsx
1708
+ * <SidebarMenuSubButton
1709
+ * size="sm"
1710
+ * isActive={true}
1711
+ * href="/settings/profile"
1712
+ * >
1713
+ * Profile Settings
1714
+ * </SidebarMenuSubButton>
1715
+ * ```
1716
+ */
1717
+ type SidebarMenuSubButtonProps = React$1.ComponentProps<"a"> & {
1718
+ /** Whether to render as a child component */
1719
+ asChild?: boolean;
1720
+ /** Size variant of the sub-button */
1721
+ size?: "sm" | "md";
1722
+ /** Whether the sub-button is currently active */
1723
+ isActive?: boolean;
1724
+ };
1725
+ /**
1726
+ * Props for the SidebarMenuSkeleton component.
1727
+ * Used to show loading states in the sidebar menu.
1728
+ *
1729
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1730
+ *
1731
+ * @example
1732
+ * ```tsx
1733
+ * <SidebarMenuSkeleton showIcon />
1734
+ * ```
1735
+ */
1736
+ type SidebarMenuSkeletonProps = React$1.ComponentProps<"div"> & {
1737
+ /** Whether to show an icon skeleton */
1738
+ showIcon?: boolean;
1739
+ };
1740
+ /**
1741
+ * Props for the SidebarGroupLabel component.
1742
+ * Used to display section labels within the sidebar.
1743
+ *
1744
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1745
+ *
1746
+ * @example
1747
+ * ```tsx
1748
+ * <SidebarGroupLabel>Navigation</SidebarGroupLabel>
1749
+ * ```
1750
+ */
1751
+ type SidebarGroupLabelProps = React$1.ComponentProps<"div"> & {
1752
+ /** Whether to render as a child component */
1753
+ asChild?: boolean;
1754
+ };
1755
+ /**
1756
+ * Props for the SidebarGroupAction component.
1757
+ * Used for action buttons within sidebar groups.
1758
+ *
1759
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-sidebar--docs
1760
+ *
1761
+ * @example
1762
+ * ```tsx
1763
+ * <SidebarGroupAction>
1764
+ * <SettingsIcon />
1765
+ * </SidebarGroupAction>
1766
+ * ```
1767
+ */
1768
+ type SidebarGroupActionProps = React$1.ComponentProps<"button"> & {
1769
+ /** Whether to render as a child component */
1770
+ asChild?: boolean;
1771
+ };
1772
+
1773
+ /**
1774
+ * DropdownMenu component for creating accessible dropdown menus.
1775
+ * Built on top of Radix UI's DropdownMenu primitive.
1776
+ *
1777
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/organisms-dropdown-menu--docs
1778
+ *
1779
+ * @example
1780
+ * ```tsx
1781
+ * <DropdownMenu>
1782
+ * <DropdownMenuTrigger>Open Menu</DropdownMenuTrigger>
1783
+ * <DropdownMenuContent>
1784
+ * <DropdownMenuItem>Item 1</DropdownMenuItem>
1785
+ * <DropdownMenuItem>Item 2</DropdownMenuItem>
1786
+ * <DropdownMenuItem>Item 3</DropdownMenuItem>
1787
+ * </DropdownMenuContent>
1788
+ * </DropdownMenu>
1789
+ * ```
1790
+ */
1791
+ declare const DropdownMenu: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
1792
+ declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
1793
+ declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
1794
+ declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
1795
+ declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
1796
+ declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
1797
+ declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1798
+ inset?: boolean;
1799
+ } & React$1.RefAttributes<HTMLDivElement>>;
1800
+ declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1801
+ declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1802
+ declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1803
+ inset?: boolean;
1804
+ } & React$1.RefAttributes<HTMLDivElement>>;
1805
+ declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1806
+ declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1807
+ declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
1808
+ inset?: boolean;
1809
+ } & React$1.RefAttributes<HTMLDivElement>>;
1810
+ declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1811
+ declare const DropdownMenuShortcut: {
1812
+ ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
1813
+ displayName: string;
1814
+ };
1815
+
1816
+ declare const dropdownMenuTriggerStyle: (props?: ({
1817
+ variant?: "default" | "outline" | "ghost" | "link" | null | undefined;
1818
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
1819
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
1820
+
1821
+ type DropdownMenuTriggerVariants = VariantProps<typeof dropdownMenuTriggerStyle>;
1822
+ interface DropdownMenuProps {
1823
+ /**
1824
+ * The content of the dropdown menu
1825
+ */
1826
+ children: React.ReactNode;
1827
+ /**
1828
+ * The open state of the dropdown menu
1829
+ */
1830
+ open?: boolean;
1831
+ /**
1832
+ * The default open state of the dropdown menu
1833
+ */
1834
+ defaultOpen?: boolean;
1835
+ /**
1836
+ * The controlled open state of the dropdown menu
1837
+ */
1838
+ onOpenChange?: (open: boolean) => void;
1839
+ /**
1840
+ * The modal state of the dropdown menu
1841
+ */
1842
+ modal?: boolean;
1843
+ }
1844
+ interface DropdownMenuTriggerProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, DropdownMenuTriggerVariants {
1845
+ /**
1846
+ * The content of the trigger
1847
+ */
1848
+ children: React.ReactNode;
1849
+ /**
1850
+ * The variant of the trigger
1851
+ */
1852
+ variant?: DropdownMenuTriggerVariants["variant"];
1853
+ /**
1854
+ * The size of the trigger
1855
+ */
1856
+ size?: DropdownMenuTriggerVariants["size"];
1857
+ }
1858
+ interface DropdownMenuContentProps extends React.HTMLAttributes<HTMLDivElement> {
1859
+ /**
1860
+ * The content of the dropdown menu
1861
+ */
1862
+ children: React.ReactNode;
1863
+ /**
1864
+ * The side offset of the dropdown menu
1865
+ */
1866
+ sideOffset?: number;
1867
+ /**
1868
+ * The align offset of the dropdown menu
1869
+ */
1870
+ alignOffset?: number;
1871
+ /**
1872
+ * The side of the dropdown menu
1873
+ */
1874
+ side?: "top" | "right" | "bottom" | "left";
1875
+ /**
1876
+ * The alignment of the dropdown menu
1877
+ */
1878
+ align?: "start" | "center" | "end";
1879
+ /**
1880
+ * The collision padding of the dropdown menu
1881
+ */
1882
+ collisionPadding?: number;
1883
+ /**
1884
+ * The collision boundary of the dropdown menu
1885
+ */
1886
+ collisionBoundary?: Element | null | Array<Element | null>;
1887
+ /**
1888
+ * The arrow padding of the dropdown menu
1889
+ */
1890
+ arrowPadding?: number;
1891
+ /**
1892
+ * The sticky state of the dropdown menu
1893
+ */
1894
+ sticky?: "partial" | "always";
1895
+ /**
1896
+ * The hide when detached state of the dropdown menu
1897
+ */
1898
+ hideWhenDetached?: boolean;
1899
+ /**
1900
+ * The update position strategy of the dropdown menu
1901
+ */
1902
+ updatePositionStrategy?: "optimized" | "always";
1903
+ /**
1904
+ * The force mount state of the dropdown menu
1905
+ */
1906
+ forceMount?: boolean;
1907
+ /**
1908
+ * The container of the dropdown menu
1909
+ */
1910
+ container?: HTMLElement;
1911
+ }
1912
+ interface DropdownMenuItemProps extends React.HTMLAttributes<HTMLDivElement> {
1913
+ /**
1914
+ * The content of the dropdown menu item
1915
+ */
1916
+ children: React.ReactNode;
1917
+ /**
1918
+ * The inset state of the dropdown menu item
1919
+ */
1920
+ inset?: boolean;
1921
+ /**
1922
+ * The disabled state of the dropdown menu item
1923
+ */
1924
+ disabled?: boolean;
1925
+ /**
1926
+ * The selected state of the dropdown menu item
1927
+ */
1928
+ selected?: boolean;
1929
+ }
1930
+ interface DropdownMenuCheckboxItemProps extends React.HTMLAttributes<HTMLDivElement> {
1931
+ /**
1932
+ * The content of the dropdown menu checkbox item
1933
+ */
1934
+ children: React.ReactNode;
1935
+ /**
1936
+ * The checked state of the dropdown menu checkbox item
1937
+ */
1938
+ checked?: boolean;
1939
+ /**
1940
+ * The disabled state of the dropdown menu checkbox item
1941
+ */
1942
+ disabled?: boolean;
1943
+ /**
1944
+ * The on checked change handler of the dropdown menu checkbox item
1945
+ */
1946
+ onCheckedChange?: (checked: boolean) => void;
1947
+ }
1948
+ interface DropdownMenuRadioItemProps extends React.HTMLAttributes<HTMLDivElement> {
1949
+ /**
1950
+ * The content of the dropdown menu radio item
1951
+ */
1952
+ children: React.ReactNode;
1953
+ /**
1954
+ * The value of the dropdown menu radio item
1955
+ */
1956
+ value: string;
1957
+ /**
1958
+ * The disabled state of the dropdown menu radio item
1959
+ */
1960
+ disabled?: boolean;
1961
+ }
1962
+ interface DropdownMenuLabelProps extends React.HTMLAttributes<HTMLDivElement> {
1963
+ /**
1964
+ * The content of the dropdown menu label
1965
+ */
1966
+ children: React.ReactNode;
1967
+ /**
1968
+ * The inset state of the dropdown menu label
1969
+ */
1970
+ inset?: boolean;
1971
+ }
1972
+ interface DropdownMenuSeparatorProps extends React.HTMLAttributes<HTMLDivElement> {
1973
+ }
1974
+ interface DropdownMenuShortcutProps extends React.HTMLAttributes<HTMLSpanElement> {
1975
+ /**
1976
+ * The content of the dropdown menu shortcut
1977
+ */
1978
+ children: React.ReactNode;
1979
+ }
1980
+ interface DropdownMenuGroupProps extends React.HTMLAttributes<HTMLDivElement> {
1981
+ /**
1982
+ * The content of the dropdown menu group
1983
+ */
1984
+ children: React.ReactNode;
1985
+ }
1986
+ interface DropdownMenuPortalProps {
1987
+ /**
1988
+ * The content of the dropdown menu portal
1989
+ */
1990
+ children: React.ReactNode;
1991
+ /**
1992
+ * The container of the dropdown menu portal
1993
+ */
1994
+ container?: HTMLElement;
1995
+ }
1996
+ interface DropdownMenuSubProps {
1997
+ /**
1998
+ * The content of the dropdown menu sub
1999
+ */
2000
+ children: React.ReactNode;
2001
+ /**
2002
+ * The open state of the dropdown menu sub
2003
+ */
2004
+ open?: boolean;
2005
+ /**
2006
+ * The default open state of the dropdown menu sub
2007
+ */
2008
+ defaultOpen?: boolean;
2009
+ /**
2010
+ * The controlled open state of the dropdown menu sub
2011
+ */
2012
+ onOpenChange?: (open: boolean) => void;
2013
+ }
2014
+ interface DropdownMenuSubContentProps extends React.HTMLAttributes<HTMLDivElement> {
2015
+ /**
2016
+ * The content of the dropdown menu sub content
2017
+ */
2018
+ children: React.ReactNode;
2019
+ /**
2020
+ * The side offset of the dropdown menu sub content
2021
+ */
2022
+ sideOffset?: number;
2023
+ /**
2024
+ * The align offset of the dropdown menu sub content
2025
+ */
2026
+ alignOffset?: number;
2027
+ /**
2028
+ * The side of the dropdown menu sub content
2029
+ */
2030
+ side?: "top" | "right" | "bottom" | "left";
2031
+ /**
2032
+ * The alignment of the dropdown menu sub content
2033
+ */
2034
+ align?: "start" | "center" | "end";
2035
+ /**
2036
+ * The collision padding of the dropdown menu sub content
2037
+ */
2038
+ collisionPadding?: number;
2039
+ /**
2040
+ * The collision boundary of the dropdown menu sub content
2041
+ */
2042
+ collisionBoundary?: Element | null | Array<Element | null>;
2043
+ /**
2044
+ * The arrow padding of the dropdown menu sub content
2045
+ */
2046
+ arrowPadding?: number;
2047
+ /**
2048
+ * The sticky state of the dropdown menu sub content
2049
+ */
2050
+ sticky?: "partial" | "always";
2051
+ /**
2052
+ * The hide when detached state of the dropdown menu sub content
2053
+ */
2054
+ hideWhenDetached?: boolean;
2055
+ /**
2056
+ * The update position strategy of the dropdown menu sub content
2057
+ */
2058
+ updatePositionStrategy?: "optimized" | "always";
2059
+ /**
2060
+ * The force mount state of the dropdown menu sub content
2061
+ */
2062
+ forceMount?: boolean;
2063
+ /**
2064
+ * The container of the dropdown menu sub content
2065
+ */
2066
+ container?: HTMLElement;
2067
+ }
2068
+ interface DropdownMenuSubTriggerProps extends React.HTMLAttributes<HTMLDivElement> {
2069
+ /**
2070
+ * The content of the dropdown menu sub trigger
2071
+ */
2072
+ children: React.ReactNode;
2073
+ /**
2074
+ * The inset state of the dropdown menu sub trigger
2075
+ */
2076
+ inset?: boolean;
2077
+ /**
2078
+ * The disabled state of the dropdown menu sub trigger
2079
+ */
2080
+ disabled?: boolean;
2081
+ }
2082
+ interface DropdownMenuRadioGroupProps {
2083
+ /**
2084
+ * The content of the dropdown menu radio group
2085
+ */
2086
+ children: React.ReactNode;
2087
+ /**
2088
+ * The value of the dropdown menu radio group
2089
+ */
2090
+ value?: string;
2091
+ /**
2092
+ * The default value of the dropdown menu radio group
2093
+ */
2094
+ defaultValue?: string;
2095
+ /**
2096
+ * The controlled value of the dropdown menu radio group
2097
+ */
2098
+ onValueChange?: (value: string) => void;
2099
+ }
2100
+
2101
+ interface RHFTextFieldProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof Input>, "name"> {
2102
+ /** The name of the field in the form */
2103
+ name: TName;
2104
+ /** Optional label for the field */
2105
+ label?: string;
2106
+ /** Optional description text below the field */
2107
+ description?: string;
2108
+ /** Optional warning text to display */
2109
+ warningText?: string;
2110
+ /** Whether the field is required */
2111
+ required?: boolean;
2112
+ /** Whether the field is disabled */
2113
+ disabled?: boolean;
2114
+ /** Whether the field is read-only */
2115
+ readOnly?: boolean;
2116
+ /** The type of input (text, number, email, etc.) */
2117
+ type?: React$1.HTMLInputTypeAttribute;
2118
+ /** Optional placeholder text */
2119
+ placeholder?: string;
2120
+ /** Optional aria-label for accessibility */
2121
+ "aria-label"?: string;
2122
+ /** Optional aria-describedby for accessibility */
2123
+ "aria-describedby"?: string;
2124
+ }
2125
+
2126
+ /**
2127
+ * A text field component that integrates with React Hook Form.
2128
+ * Provides form validation, error handling, and accessibility features.
2129
+ *
2130
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhftextfield--docs
2131
+ *
2132
+ * * @example
2133
+ * ```tsx
2134
+ * <Form>
2135
+ * <RHFTextField name="name" label="Name" />
2136
+ * <RHFTextField name="email" label="Email" />
2137
+ * </Form>
2138
+ * ```
2139
+ */
2140
+ declare function RHFTextField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, type, warningText, required, disabled, readOnly, placeholder, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, onBlur, ...other }: RHFTextFieldProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2141
+
2142
+ interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
2143
+ /**
2144
+ * Whether the textarea should automatically resize
2145
+ */
2146
+ autoResize?: boolean;
2147
+ }
2148
+
2149
+ /**
2150
+ * Textarea component for creating accessible text areas.
2151
+ * Built on top of shadcn/ui's Textarea component.
2152
+ *
2153
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/atoms-textarea--docs
2154
+ *
2155
+ * @example
2156
+ * ```tsx
2157
+ * <Textarea placeholder="Enter text" />
2158
+ * ```
2159
+ */
2160
+ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
2161
+
2162
+ interface RHFTextareaProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof Textarea>, "name"> {
2163
+ /** The name of the field in the form */
2164
+ name: TName;
2165
+ /** Optional label for the field */
2166
+ label?: string;
2167
+ /** Optional description text below the field */
2168
+ description?: string;
2169
+ /** Optional warning text to display */
2170
+ warningText?: string;
2171
+ /** Whether the field is required */
2172
+ required?: boolean;
2173
+ /** Whether the field is disabled */
2174
+ disabled?: boolean;
2175
+ /** Whether the field is read-only */
2176
+ readOnly?: boolean;
2177
+ /** Optional placeholder text */
2178
+ placeholder?: string;
2179
+ /** Optional aria-label for accessibility */
2180
+ "aria-label"?: string;
2181
+ /** Optional aria-describedby for accessibility */
2182
+ "aria-describedby"?: string;
2183
+ /** Whether the textarea should automatically resize */
2184
+ autoResize?: boolean;
2185
+ }
2186
+
2187
+ /**
2188
+ * A textarea component that integrates with React Hook Form.
2189
+ * Provides form validation, error handling, and accessibility features.
2190
+ *
2191
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhftextarea--docs
2192
+ *
2193
+ * @example
2194
+ * ```tsx
2195
+ * <Form>
2196
+ * <RHFTextarea name="description" label="Description" />
2197
+ * </Form>
2198
+ * ```
2199
+ */
2200
+ declare function RHFTextarea<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, placeholder, autoResize, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, onBlur, ...other }: RHFTextareaProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2201
+
2202
+ interface RHFCheckboxProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof Checkbox>, "name"> {
2203
+ /** The name of the field in the form */
2204
+ name: TName;
2205
+ /** Optional label for the field */
2206
+ label?: string;
2207
+ /** Optional description text below the field */
2208
+ description?: string;
2209
+ /** Optional warning text to display */
2210
+ warningText?: string;
2211
+ /** Whether the field is required */
2212
+ required?: boolean;
2213
+ /** Whether the field is disabled */
2214
+ disabled?: boolean;
2215
+ /** Whether the field is read-only */
2216
+ readOnly?: boolean;
2217
+ /** Optional aria-label for accessibility */
2218
+ "aria-label"?: string;
2219
+ /** Optional aria-describedby for accessibility */
2220
+ "aria-describedby"?: string;
2221
+ }
2222
+
2223
+ /**
2224
+ * A checkbox component that integrates with React Hook Form.
2225
+ * Provides form validation, error handling, and accessibility features.
2226
+ *
2227
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfcheckbox--docs
2228
+ *
2229
+ * @example
2230
+ * ```tsx
2231
+ * <Form>
2232
+ * <RHFCheckbox name="terms" label="Accept terms and conditions" />
2233
+ * </Form>
2234
+ * ```
2235
+ */
2236
+ declare function RHFCheckbox<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, ...other }: RHFCheckboxProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2237
+
2238
+ interface RHFSwitchProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof Switch>, "name"> {
2239
+ /** The name of the field in the form */
2240
+ name: TName;
2241
+ /** Optional label for the field */
2242
+ label?: string;
2243
+ /** Optional description text below the field */
2244
+ description?: string;
2245
+ /** Optional warning text to display */
2246
+ warningText?: string;
2247
+ /** Whether the field is required */
2248
+ required?: boolean;
2249
+ /** Whether the field is disabled */
2250
+ disabled?: boolean;
2251
+ /** Whether the field is read-only */
2252
+ readOnly?: boolean;
2253
+ /** Optional aria-label for accessibility */
2254
+ "aria-label"?: string;
2255
+ /** Optional aria-describedby for accessibility */
2256
+ "aria-describedby"?: string;
2257
+ }
2258
+
2259
+ /**
2260
+ * A switch component that integrates with React Hook Form.
2261
+ * Provides form validation, error handling, and accessibility features.
2262
+ *
2263
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfswitch--docs
2264
+ *
2265
+ * @example
2266
+ * ```tsx
2267
+ * <Form>
2268
+ * <RHFSwitch name="notifications" label="Enable notifications" />
2269
+ * </Form>
2270
+ * ```
2271
+ */
2272
+ declare function RHFSwitch<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, ...other }: RHFSwitchProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2273
+
2274
+ interface RHFRadioGroupOption {
2275
+ label: string;
2276
+ id: string;
2277
+ }
2278
+ interface RHFRadioGroupWithChildrenProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof RadioGroup>, "name"> {
2279
+ /** The name of the field in the form */
2280
+ name: TName;
2281
+ /** Optional label for the field */
2282
+ label?: string;
2283
+ /** Optional description text below the field */
2284
+ description?: string;
2285
+ /** Optional warning text to display */
2286
+ warningText?: string;
2287
+ /** Whether the field is required */
2288
+ required?: boolean;
2289
+ /** Whether the field is disabled */
2290
+ disabled?: boolean;
2291
+ /** Whether the field is read-only */
2292
+ readOnly?: boolean;
2293
+ /** Optional aria-label for accessibility */
2294
+ "aria-label"?: string;
2295
+ /** Optional aria-describedby for accessibility */
2296
+ "aria-describedby"?: string;
2297
+ /** Children must be RadioGroupItem components */
2298
+ children: React$1.ReactNode;
2299
+ }
2300
+ interface RHFRadioGroupWithOptionsProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof RadioGroup>, "name"> {
2301
+ /** The name of the field in the form */
2302
+ name: TName;
2303
+ /** Optional label for the field */
2304
+ label?: string;
2305
+ /** radio group options */
2306
+ options: RHFRadioGroupOption[];
2307
+ /** Optional description text below the field */
2308
+ description?: string;
2309
+ /** Optional warning text to display */
2310
+ warningText?: string;
2311
+ /** Whether the field is required */
2312
+ required?: boolean;
2313
+ /** Whether the field is disabled */
2314
+ disabled?: boolean;
2315
+ /** Whether the field is read-only */
2316
+ readOnly?: boolean;
2317
+ /** Optional aria-label for accessibility */
2318
+ "aria-label"?: string;
2319
+ /** Optional aria-describedby for accessibility */
2320
+ "aria-describedby"?: string;
2321
+ }
2322
+ type RHFRadioGroupProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> = RHFRadioGroupWithChildrenProps<TFieldValues, TName> | RHFRadioGroupWithOptionsProps<TFieldValues, TName>;
2323
+
2324
+ /**
2325
+ * A radio group component that integrates with React Hook Form.
2326
+ * Provides form validation, error handling, and accessibility features.
2327
+ *
2328
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfradiogroup--docs
2329
+ *
2330
+ * @example
2331
+ * ```tsx
2332
+ * // Using children
2333
+ * <Form>
2334
+ * <RHFRadioGroup name="preference" label="Select your preference">
2335
+ * <RadioGroupItem value="option1" label="Option 1" />
2336
+ * <RadioGroupItem value="option2" label="Option 2" />
2337
+ * </RHFRadioGroup>
2338
+ * </Form>
2339
+ *
2340
+ * // Using options prop
2341
+ * <Form>
2342
+ * <RHFRadioGroup
2343
+ * name="preference"
2344
+ * label="Select your preference"
2345
+ * options={[
2346
+ * { id: "option1", label: "Option 1" },
2347
+ * { id: "option2", label: "Option 2" }
2348
+ * ]}
2349
+ * />
2350
+ * </Form>
2351
+ * ```
2352
+ */
2353
+ declare function RHFRadioGroup<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, children, ...other }: RHFRadioGroupProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2354
+
2355
+ interface RHFRadioButtonGroupOption {
2356
+ label: string;
2357
+ id: string;
2358
+ size?: "default" | "sm" | "lg";
2359
+ }
2360
+ interface RHFRadioButtonGroupProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<React$1.ComponentProps<typeof RadioGroup>, "name"> {
2361
+ /** The name of the field in the form */
2362
+ name: TName;
2363
+ /** Optional label for the field */
2364
+ label?: string;
2365
+ /** Optional description text below the field */
2366
+ description?: string;
2367
+ /** Optional warning text to display */
2368
+ warningText?: string;
2369
+ /** Whether the field is required */
2370
+ required?: boolean;
2371
+ /** Whether the field is disabled */
2372
+ disabled?: boolean;
2373
+ /** Whether the field is read-only */
2374
+ readOnly?: boolean;
2375
+ /** Optional aria-label for accessibility */
2376
+ "aria-label"?: string;
2377
+ /** Optional aria-describedby for accessibility */
2378
+ "aria-describedby"?: string;
2379
+ /** Radio button group options */
2380
+ options: RHFRadioButtonGroupOption[];
2381
+ }
2382
+
2383
+ /**
2384
+ * A radio button group component that integrates with React Hook Form.
2385
+ * Uses buttons instead of traditional radio inputs for a more modern look.
2386
+ *
2387
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfradiobuttongroup--docs
2388
+ *
2389
+ * @example
2390
+ * ```tsx
2391
+ * <Form>
2392
+ * <RHFRadioButtonGroup
2393
+ * name="preference"
2394
+ * label="Select your preference"
2395
+ * options={[
2396
+ * { value: "option1", label: "Option 1" },
2397
+ * { value: "option2", label: "Option 2" },
2398
+ * { value: "option3", label: "Option 3" }
2399
+ * ]}
2400
+ * />
2401
+ * </Form>
2402
+ * ```
2403
+ */
2404
+ declare function RHFRadioButtonGroup<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, options, ...other }: RHFRadioButtonGroupProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2405
+
2406
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
2407
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
2408
+ declare const useFormField: () => {
2409
+ invalid: boolean;
2410
+ isDirty: boolean;
2411
+ isTouched: boolean;
2412
+ isValidating: boolean;
2413
+ error?: react_hook_form.FieldError;
2414
+ id: string;
2415
+ name: string;
2416
+ formItemId: string;
2417
+ formDescriptionId: string;
2418
+ formMessageId: string;
2419
+ };
2420
+ declare const FormItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
2421
+ declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & React$1.RefAttributes<HTMLLabelElement>>;
2422
+ declare const FormControl: React$1.ForwardRefExoticComponent<Omit<_radix_ui_react_slot.SlotProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
2423
+ declare const FormDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
2424
+ declare const FormMessage: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
2425
+
2426
+ /**
2427
+ * Props interface for the Form component.
2428
+ * Extends react-hook-form's FormProvider props.
2429
+ */
2430
+ interface FormProps<TFieldValues extends FieldValues = FieldValues> {
2431
+ /**
2432
+ * The form context value
2433
+ */
2434
+ context: React$1.Context<TFieldValues>;
2435
+ /**
2436
+ * The form children
2437
+ */
2438
+ children: React$1.ReactNode;
2439
+ }
2440
+ /**
2441
+ * Props interface for the FormField component.
2442
+ * Extends react-hook-form's Controller props.
2443
+ */
2444
+ interface FormFieldProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends ControllerProps<TFieldValues, TName> {
2445
+ }
2446
+ /**
2447
+ * Props interface for the FormItem component.
2448
+ * Extends HTML div attributes.
2449
+ */
2450
+ interface FormItemProps extends React$1.HTMLAttributes<HTMLDivElement> {
2451
+ }
2452
+ /**
2453
+ * Props interface for the FormLabel component.
2454
+ * Extends Radix UI Label props.
2455
+ */
2456
+ interface FormLabelProps extends React$1.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> {
2457
+ }
2458
+ /**
2459
+ * Props interface for the FormControl component.
2460
+ * Extends Radix UI Slot props.
2461
+ */
2462
+ interface FormControlProps extends React$1.ComponentPropsWithoutRef<typeof Slot> {
2463
+ }
2464
+ /**
2465
+ * Props interface for the FormDescription component.
2466
+ * Extends HTML paragraph attributes.
2467
+ */
2468
+ interface FormDescriptionProps extends React$1.HTMLAttributes<HTMLParagraphElement> {
2469
+ }
2470
+ /**
2471
+ * Props interface for the FormMessage component.
2472
+ * Extends HTML paragraph attributes.
2473
+ */
2474
+ interface FormMessageProps extends React$1.HTMLAttributes<HTMLParagraphElement> {
2475
+ /**
2476
+ * The message content
2477
+ */
2478
+ children?: React$1.ReactNode;
2479
+ }
2480
+ /**
2481
+ * Context value type for form field context
2482
+ */
2483
+ type FormFieldContextValue<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> = {
2484
+ name: TName;
2485
+ };
2486
+ /**
2487
+ * Context value type for form item context
2488
+ */
2489
+ type FormItemContextValue = {
2490
+ id: string;
2491
+ };
2492
+
2493
+ interface RHFMultiSelectProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<MultiSelectProps, "name" | "value" | "onChange"> {
2494
+ /** The name of the field in the form */
2495
+ name: TName;
2496
+ /** Optional label for the field */
2497
+ label?: string;
2498
+ /** Optional description text below the field */
2499
+ description?: string;
2500
+ /** Optional warning text to display */
2501
+ warningText?: string;
2502
+ /** Whether the field is read-only */
2503
+ readOnly?: boolean;
2504
+ /** Optional aria-label for accessibility */
2505
+ "aria-label"?: string;
2506
+ /** Optional aria-describedby for accessibility */
2507
+ "aria-describedby"?: string;
2508
+ }
2509
+
2510
+ /**
2511
+ * A multi-select component that integrates with React Hook Form.
2512
+ * Provides form validation, error handling, and accessibility features.
2513
+ *
2514
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfmultiselect--docs
2515
+ *
2516
+ * @example
2517
+ * ```tsx
2518
+ * <Form>
2519
+ * <RHFMultiSelect
2520
+ * name="countries"
2521
+ * label="Countries"
2522
+ * options={[
2523
+ * { id: "us", label: "United States" },
2524
+ * { id: "ca", label: "Canada" }
2525
+ * ]}
2526
+ *
2527
+ * />
2528
+ * </Form>
2529
+ * ```
2530
+ */
2531
+ declare function RHFMultiSelect<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, placeholder, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, options, ...other }: RHFMultiSelectProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2532
+
2533
+ type RHFSelectOption = SelectOption;
2534
+ interface RHFSelectProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<SelectProps, "name" | "value" | "onChange"> {
2535
+ /** The name of the field in the form */
2536
+ name: TName;
2537
+ /** Optional label for the field */
2538
+ label?: string;
2539
+ /** Optional description text below the field */
2540
+ description?: string;
2541
+ /** Optional warning text to display */
2542
+ warningText?: string;
2543
+ /** Whether the field is read-only */
2544
+ readOnly?: boolean;
2545
+ /** Optional aria-label for accessibility */
2546
+ "aria-label"?: string;
2547
+ /** Optional aria-describedby for accessibility */
2548
+ "aria-describedby"?: string;
2549
+ }
2550
+
2551
+ /**
2552
+ * A select component that integrates with React Hook Form.
2553
+ * Provides form validation, error handling, and accessibility features.
2554
+ *
2555
+ * @url https://sergii-melnykov.github.io/ui/?path=/docs/molecules-rhf-rhfselect--docs
2556
+ *
2557
+ * @example
2558
+ * ```tsx
2559
+ * <Form>
2560
+ * <RHFSelect
2561
+ * name="country"
2562
+ * label="Country"
2563
+ * options={[
2564
+ * { id: "us", label: "United States" },
2565
+ * { id: "ca", label: "Canada" }
2566
+ * ]}
2567
+ * />
2568
+ * </Form>
2569
+ * ```
2570
+ */
2571
+ declare function RHFSelect<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, label, description, className, warningText, required, disabled, readOnly, placeholder, "aria-label": ariaLabel, "aria-describedby": ariaDescribedby, options, ...other }: RHFSelectProps<TFieldValues, TName>): react_jsx_runtime.JSX.Element;
2572
+
2573
+ declare function useIsMobile(): boolean;
2574
+
2575
+ type ToasterToast = ToastProps & {
2576
+ id: string;
2577
+ title?: React$1.ReactNode;
2578
+ description?: React$1.ReactNode;
2579
+ action?: ToastActionElement;
2580
+ };
2581
+ declare const actionTypes: {
2582
+ readonly ADD_TOAST: "ADD_TOAST";
2583
+ readonly UPDATE_TOAST: "UPDATE_TOAST";
2584
+ readonly DISMISS_TOAST: "DISMISS_TOAST";
2585
+ readonly REMOVE_TOAST: "REMOVE_TOAST";
2586
+ };
2587
+ type ActionType = typeof actionTypes;
2588
+ type Action = {
2589
+ type: ActionType["ADD_TOAST"];
2590
+ toast: ToasterToast;
2591
+ } | {
2592
+ type: ActionType["UPDATE_TOAST"];
2593
+ toast: Partial<ToasterToast>;
2594
+ } | {
2595
+ type: ActionType["DISMISS_TOAST"];
2596
+ toastId?: ToasterToast["id"];
2597
+ } | {
2598
+ type: ActionType["REMOVE_TOAST"];
2599
+ toastId?: ToasterToast["id"];
2600
+ };
2601
+ interface State {
2602
+ toasts: ToasterToast[];
2603
+ }
2604
+ declare const reducer: (state: State, action: Action) => State;
2605
+ type Toast = Omit<ToasterToast, "id">;
2606
+ declare function toast({ ...props }: Toast): {
2607
+ id: string;
2608
+ dismiss: () => void;
2609
+ update: (props: ToasterToast) => void;
2610
+ };
2611
+ declare function useToast(): {
2612
+ toast: typeof toast;
2613
+ dismiss: (toastId?: string) => void;
2614
+ toasts: ToasterToast[];
2615
+ };
2616
+
2617
+ declare function cn(...inputs: ClassValue[]): string;
2618
+
2619
+ export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, Box, type BoxProps, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, type BreadcrumbListProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, type CheckboxProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyRef, CommandGroup, type CommandGroupProps, type CommandGroupRef, CommandInput, type CommandInputProps, type CommandInputRef, CommandItem, type CommandItemProps, type CommandItemRef, CommandList, type CommandListProps, type CommandListRef, type CommandProps, type CommandRef, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorRef, CommandShortcut, type CommandShortcutProps, Container, type ContainerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, FormField, type FormFieldContextValue, type FormFieldProps, FormItem, type FormItemContextValue, type FormItemProps, FormLabel, type FormLabelProps, FormMessage, type FormMessageProps, type FormProps, Input, Label, type LabelProps, MultiSelect, type MultiSelectOption, type MultiSelectProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, PageLoader, type PageLoaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, RHFCheckbox, RHFMultiSelect, RHFRadioButtonGroup, type RHFRadioButtonGroupOption, type RHFRadioButtonGroupProps, RHFRadioGroup, RHFSelect, type RHFSelectOption, type RHFSelectProps, RHFSwitch, RHFTextField, RHFTextarea, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, RadioItemContainer, RadioItemLabel, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelProps, Select, type SelectOption, type SelectProps, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, type SidebarContextProps, SidebarFooter, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, SidebarGroupLabel, type SidebarGroupLabelProps, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Stack, type StackProps, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, TextField, type TextFieldProps, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, Typography, type TypographyAlign, type TypographyProps, type TypographyVariant, badgeVariants, buttonVariants, cn, reducer, sidebarMenuButtonVariants, toast, typographyVariants, useFormField, useIsMobile, useSidebar, useToast };