@turtleclub/ui 0.3.0-beta.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/.prettierrc.json +4 -0
  2. package/.turbo/turbo-build.log +152 -26
  3. package/CHANGELOG.md +338 -0
  4. package/dist/index.cjs +178 -36
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.js +25526 -4757
  7. package/dist/index.js.map +1 -1
  8. package/dist/styles.css +1 -1
  9. package/dist/types/components/features/data-table.d.ts +9 -0
  10. package/dist/types/components/features/data-table.d.ts.map +1 -0
  11. package/dist/types/components/features/index.d.ts +5 -0
  12. package/dist/types/components/features/index.d.ts.map +1 -0
  13. package/dist/types/components/features/page-heading.d.ts +10 -0
  14. package/dist/types/components/features/page-heading.d.ts.map +1 -0
  15. package/dist/types/components/features/search-bar.d.ts +10 -0
  16. package/dist/types/components/features/search-bar.d.ts.map +1 -0
  17. package/dist/types/components/features/segmented-navigation.d.ts +7 -0
  18. package/dist/types/components/features/segmented-navigation.d.ts.map +1 -0
  19. package/dist/types/components/features/sidebar-layout.d.ts +36 -0
  20. package/dist/types/components/features/sidebar-layout.d.ts.map +1 -0
  21. package/dist/types/components/icons/arrow.d.ts +4 -0
  22. package/dist/types/components/icons/arrow.d.ts.map +1 -0
  23. package/dist/types/components/icons/beta.d.ts +4 -0
  24. package/dist/types/components/icons/beta.d.ts.map +1 -0
  25. package/dist/types/components/icons/dot.d.ts +4 -0
  26. package/dist/types/components/icons/dot.d.ts.map +1 -0
  27. package/dist/types/components/icons/index.d.ts +8 -0
  28. package/dist/types/components/icons/index.d.ts.map +1 -0
  29. package/dist/types/components/icons/issue.d.ts +4 -0
  30. package/dist/types/components/icons/issue.d.ts.map +1 -0
  31. package/dist/types/components/icons/turtle.d.ts +4 -0
  32. package/dist/types/components/icons/turtle.d.ts.map +1 -0
  33. package/dist/types/components/icons/update.d.ts +4 -0
  34. package/dist/types/components/icons/update.d.ts.map +1 -0
  35. package/dist/types/components/icons/warning.d.ts +4 -0
  36. package/dist/types/components/icons/warning.d.ts.map +1 -0
  37. package/dist/types/components/molecules/index.d.ts +2 -0
  38. package/dist/types/components/molecules/index.d.ts.map +1 -1
  39. package/dist/types/components/molecules/opportunity/index.d.ts +3 -1
  40. package/dist/types/components/molecules/opportunity/index.d.ts.map +1 -1
  41. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts +8 -3
  42. package/dist/types/components/molecules/opportunity/opportunity-apr.d.ts.map +1 -1
  43. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts +1 -2
  44. package/dist/types/components/molecules/opportunity/opportunity-disclaimer.d.ts.map +1 -1
  45. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/index.d.ts +3 -0
  46. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/index.d.ts.map +1 -0
  47. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts +11 -0
  48. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.d.ts.map +1 -0
  49. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.d.ts +9 -0
  50. package/dist/types/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.d.ts.map +1 -0
  51. package/dist/types/components/molecules/opportunity/opportunity-list/index.d.ts +2 -0
  52. package/dist/types/components/molecules/opportunity/opportunity-list/index.d.ts.map +1 -0
  53. package/dist/types/components/molecules/opportunity/opportunity-list/opportunity-list.d.ts +22 -0
  54. package/dist/types/components/molecules/opportunity/opportunity-list/opportunity-list.d.ts.map +1 -0
  55. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts +1 -2
  56. package/dist/types/components/molecules/opportunity/opportunity-rate-estimator.d.ts.map +1 -1
  57. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts +4 -0
  58. package/dist/types/components/molecules/opportunity/opportunity-section.d.ts.map +1 -1
  59. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts +1 -2
  60. package/dist/types/components/molecules/opportunity/opportunity-selector.d.ts.map +1 -1
  61. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts +1 -2
  62. package/dist/types/components/molecules/opportunity/opportunity-type.d.ts.map +1 -1
  63. package/dist/types/components/molecules/route-details.d.ts +1 -1
  64. package/dist/types/components/molecules/route-details.d.ts.map +1 -1
  65. package/dist/types/components/molecules/slippage-selector.d.ts +1 -2
  66. package/dist/types/components/molecules/slippage-selector.d.ts.map +1 -1
  67. package/dist/types/components/molecules/swap-details.d.ts.map +1 -1
  68. package/dist/types/components/molecules/swap-input.d.ts +5 -1
  69. package/dist/types/components/molecules/swap-input.d.ts.map +1 -1
  70. package/dist/types/components/molecules/tabs.d.ts +18 -0
  71. package/dist/types/components/molecules/tabs.d.ts.map +1 -0
  72. package/dist/types/components/molecules/token-selector.d.ts +1 -1
  73. package/dist/types/components/molecules/token-selector.d.ts.map +1 -1
  74. package/dist/types/components/molecules/tx-status.d.ts.map +1 -1
  75. package/dist/types/components/molecules/widget/asset-list/asset-filters.d.ts +20 -0
  76. package/dist/types/components/molecules/widget/asset-list/asset-filters.d.ts.map +1 -0
  77. package/dist/types/components/molecules/widget/asset-list/asset-list.d.ts +35 -0
  78. package/dist/types/components/molecules/widget/asset-list/asset-list.d.ts.map +1 -0
  79. package/dist/types/components/molecules/widget/asset-list/asset-row.d.ts +12 -0
  80. package/dist/types/components/molecules/widget/asset-list/asset-row.d.ts.map +1 -0
  81. package/dist/types/components/molecules/widget/asset-list/hooks/index.d.ts +3 -0
  82. package/dist/types/components/molecules/widget/asset-list/hooks/index.d.ts.map +1 -0
  83. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-filtering.d.ts +10 -0
  84. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-filtering.d.ts.map +1 -0
  85. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-grouping.d.ts +9 -0
  86. package/dist/types/components/molecules/widget/asset-list/hooks/use-asset-grouping.d.ts.map +1 -0
  87. package/dist/types/components/molecules/widget/asset-list/index.d.ts +4 -0
  88. package/dist/types/components/molecules/widget/asset-list/index.d.ts.map +1 -0
  89. package/dist/types/components/molecules/widget/base-selector.d.ts +17 -0
  90. package/dist/types/components/molecules/widget/base-selector.d.ts.map +1 -0
  91. package/dist/types/components/molecules/widget/campaign-item.d.ts +20 -0
  92. package/dist/types/components/molecules/widget/campaign-item.d.ts.map +1 -0
  93. package/dist/types/components/molecules/widget/deal-item.d.ts +20 -0
  94. package/dist/types/components/molecules/widget/deal-item.d.ts.map +1 -0
  95. package/dist/types/components/molecules/widget/index.d.ts +14 -0
  96. package/dist/types/components/molecules/widget/index.d.ts.map +1 -0
  97. package/dist/types/components/molecules/widget/opportunity-item.d.ts +33 -0
  98. package/dist/types/components/molecules/widget/opportunity-item.d.ts.map +1 -0
  99. package/dist/types/components/molecules/widget/widget-item-stats.d.ts +14 -0
  100. package/dist/types/components/molecules/widget/widget-item-stats.d.ts.map +1 -0
  101. package/dist/types/components/molecules/widget/widget-item.d.ts +26 -0
  102. package/dist/types/components/molecules/widget/widget-item.d.ts.map +1 -0
  103. package/dist/types/components/molecules/widget/widget-list-items.d.ts +20 -0
  104. package/dist/types/components/molecules/widget/widget-list-items.d.ts.map +1 -0
  105. package/dist/types/components/ui/alert-dialog.d.ts +15 -0
  106. package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
  107. package/dist/types/components/ui/animated-background/animated-background.d.ts +9 -0
  108. package/dist/types/components/ui/animated-background/animated-background.d.ts.map +1 -0
  109. package/dist/types/components/ui/animated-background/index.d.ts +2 -0
  110. package/dist/types/components/ui/animated-background/index.d.ts.map +1 -0
  111. package/dist/types/components/ui/avatar.d.ts +18 -4
  112. package/dist/types/components/ui/avatar.d.ts.map +1 -1
  113. package/dist/types/components/ui/badge.d.ts +5 -4
  114. package/dist/types/components/ui/badge.d.ts.map +1 -1
  115. package/dist/types/components/ui/banner.d.ts +7 -0
  116. package/dist/types/components/ui/banner.d.ts.map +1 -0
  117. package/dist/types/components/ui/button.d.ts +8 -6
  118. package/dist/types/components/ui/button.d.ts.map +1 -1
  119. package/dist/types/components/ui/card.d.ts +10 -11
  120. package/dist/types/components/ui/card.d.ts.map +1 -1
  121. package/dist/types/components/ui/checkbox.d.ts +5 -0
  122. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  123. package/dist/types/components/ui/chip.d.ts +1 -1
  124. package/dist/types/components/ui/chip.d.ts.map +1 -1
  125. package/dist/types/components/ui/collapsible.d.ts +7 -0
  126. package/dist/types/components/ui/collapsible.d.ts.map +1 -0
  127. package/dist/types/components/ui/combobox.d.ts +148 -0
  128. package/dist/types/components/ui/combobox.d.ts.map +1 -0
  129. package/dist/types/components/ui/command.d.ts +19 -0
  130. package/dist/types/components/ui/command.d.ts.map +1 -0
  131. package/dist/types/components/ui/dialog.d.ts +10 -10
  132. package/dist/types/components/ui/dialog.d.ts.map +1 -1
  133. package/dist/types/components/ui/dropdown.d.ts +30 -0
  134. package/dist/types/components/ui/dropdown.d.ts.map +1 -0
  135. package/dist/types/components/ui/field.d.ts +26 -0
  136. package/dist/types/components/ui/field.d.ts.map +1 -0
  137. package/dist/types/components/ui/heading.d.ts +12 -0
  138. package/dist/types/components/ui/heading.d.ts.map +1 -0
  139. package/dist/types/components/ui/hover-card.d.ts +7 -7
  140. package/dist/types/components/ui/hover-card.d.ts.map +1 -1
  141. package/dist/types/components/ui/icon-animation.d.ts +1 -1
  142. package/dist/types/components/ui/icon-animation.d.ts.map +1 -1
  143. package/dist/types/components/ui/icon-list.d.ts +17 -0
  144. package/dist/types/components/ui/icon-list.d.ts.map +1 -0
  145. package/dist/types/components/ui/index.d.ts +28 -8
  146. package/dist/types/components/ui/index.d.ts.map +1 -1
  147. package/dist/types/components/ui/info-card.d.ts +4 -4
  148. package/dist/types/components/ui/info-card.d.ts.map +1 -1
  149. package/dist/types/components/ui/input-group.d.ts +17 -0
  150. package/dist/types/components/ui/input-group.d.ts.map +1 -0
  151. package/dist/types/components/ui/input.d.ts +1 -3
  152. package/dist/types/components/ui/input.d.ts.map +1 -1
  153. package/dist/types/components/ui/label-with-icon.d.ts +3 -3
  154. package/dist/types/components/ui/label-with-icon.d.ts.map +1 -1
  155. package/dist/types/components/ui/label.d.ts +1 -1
  156. package/dist/types/components/ui/label.d.ts.map +1 -1
  157. package/dist/types/components/ui/multi-select.d.ts +192 -0
  158. package/dist/types/components/ui/multi-select.d.ts.map +1 -0
  159. package/dist/types/components/ui/navigation-bar.d.ts +2 -2
  160. package/dist/types/components/ui/navigation-bar.d.ts.map +1 -1
  161. package/dist/types/components/ui/navigation-menu.d.ts +15 -0
  162. package/dist/types/components/ui/navigation-menu.d.ts.map +1 -0
  163. package/dist/types/components/ui/opportunity-details-v1.d.ts +1 -1
  164. package/dist/types/components/ui/opportunity-details-v1.d.ts.map +1 -1
  165. package/dist/types/components/ui/popover.d.ts +8 -0
  166. package/dist/types/components/ui/popover.d.ts.map +1 -0
  167. package/dist/types/components/ui/scroll-area.d.ts +2 -2
  168. package/dist/types/components/ui/scroll-area.d.ts.map +1 -1
  169. package/dist/types/components/ui/segment-control.d.ts +19 -0
  170. package/dist/types/components/ui/segment-control.d.ts.map +1 -0
  171. package/dist/types/components/ui/select.d.ts +14 -13
  172. package/dist/types/components/ui/select.d.ts.map +1 -1
  173. package/dist/types/components/ui/separator.d.ts +1 -1
  174. package/dist/types/components/ui/separator.d.ts.map +1 -1
  175. package/dist/types/components/ui/sheet.d.ts +14 -0
  176. package/dist/types/components/ui/sheet.d.ts.map +1 -0
  177. package/dist/types/components/ui/sidebar.d.ts +69 -0
  178. package/dist/types/components/ui/sidebar.d.ts.map +1 -0
  179. package/dist/types/components/ui/skeleton.d.ts +4 -0
  180. package/dist/types/components/ui/skeleton.d.ts.map +1 -0
  181. package/dist/types/components/ui/slider.d.ts +5 -0
  182. package/dist/types/components/ui/slider.d.ts.map +1 -0
  183. package/dist/types/components/ui/sonner.d.ts +1 -2
  184. package/dist/types/components/ui/sonner.d.ts.map +1 -1
  185. package/dist/types/components/ui/switch.d.ts +1 -1
  186. package/dist/types/components/ui/switch.d.ts.map +1 -1
  187. package/dist/types/components/ui/table-shadcn.d.ts +11 -0
  188. package/dist/types/components/ui/table-shadcn.d.ts.map +1 -0
  189. package/dist/types/components/ui/table.d.ts +2 -2
  190. package/dist/types/components/ui/table.d.ts.map +1 -1
  191. package/dist/types/components/ui/textarea.d.ts +4 -0
  192. package/dist/types/components/ui/textarea.d.ts.map +1 -0
  193. package/dist/types/components/ui/toggle-group.d.ts +2 -2
  194. package/dist/types/components/ui/toggle-group.d.ts.map +1 -1
  195. package/dist/types/components/ui/toggle.d.ts +2 -2
  196. package/dist/types/components/ui/toggle.d.ts.map +1 -1
  197. package/dist/types/components/ui/tooltip.d.ts +7 -4
  198. package/dist/types/components/ui/tooltip.d.ts.map +1 -1
  199. package/dist/types/hooks/useIsMobile.d.ts +7 -0
  200. package/dist/types/hooks/useIsMobile.d.ts.map +1 -0
  201. package/dist/types/index.d.ts +2 -0
  202. package/dist/types/index.d.ts.map +1 -1
  203. package/package.json +39 -28
  204. package/src/components/features/data-table.tsx +96 -0
  205. package/src/components/features/index.ts +4 -0
  206. package/src/components/features/page-heading.tsx +22 -0
  207. package/src/components/features/search-bar.tsx +50 -0
  208. package/src/components/features/segmented-navigation.tsx +18 -0
  209. package/src/components/features/sidebar-layout.tsx +190 -0
  210. package/src/components/icons/arrow.tsx +23 -0
  211. package/src/components/icons/beta.tsx +86 -0
  212. package/src/components/icons/dot.tsx +89 -0
  213. package/src/components/icons/index.ts +7 -0
  214. package/src/components/icons/issue.tsx +97 -0
  215. package/src/components/icons/turtle.tsx +143 -0
  216. package/src/components/icons/update.tsx +108 -0
  217. package/src/components/icons/warning.tsx +86 -0
  218. package/src/components/molecules/index.ts +2 -1
  219. package/src/components/molecules/opportunity/index.ts +5 -1
  220. package/src/components/molecules/opportunity/opportunity-apr.tsx +99 -16
  221. package/src/components/molecules/opportunity/opportunity-list/hooks/index.ts +2 -0
  222. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-filtering.ts +45 -0
  223. package/src/components/molecules/opportunity/opportunity-list/hooks/use-opportunity-grouping.ts +81 -0
  224. package/src/components/molecules/opportunity/opportunity-list/index.ts +1 -0
  225. package/src/components/molecules/opportunity/opportunity-list/opportunity-list.tsx +136 -0
  226. package/src/components/molecules/opportunity/opportunity-rate-estimator.tsx +4 -1
  227. package/src/components/molecules/opportunity/opportunity-section.tsx +37 -19
  228. package/src/components/molecules/opportunity/opportunity-selector.tsx +2 -3
  229. package/src/components/molecules/route-details.tsx +48 -37
  230. package/src/components/molecules/swap-details.tsx +2 -4
  231. package/src/components/molecules/swap-input.tsx +56 -21
  232. package/src/components/molecules/tabs.tsx +67 -0
  233. package/src/components/molecules/token-selector.tsx +2 -2
  234. package/src/components/molecules/tx-status.tsx +1 -5
  235. package/src/components/molecules/widget/asset-list/asset-filters.tsx +111 -0
  236. package/src/components/molecules/widget/asset-list/asset-list.tsx +171 -0
  237. package/src/components/molecules/widget/asset-list/asset-row.tsx +45 -0
  238. package/src/components/molecules/widget/asset-list/hooks/index.ts +2 -0
  239. package/src/components/molecules/widget/asset-list/hooks/use-asset-filtering.ts +42 -0
  240. package/src/components/molecules/widget/asset-list/hooks/use-asset-grouping.ts +78 -0
  241. package/src/components/molecules/widget/asset-list/index.ts +3 -0
  242. package/src/components/molecules/widget/base-selector.tsx +104 -0
  243. package/src/components/molecules/widget/campaign-item.tsx +76 -0
  244. package/src/components/molecules/widget/deal-item.tsx +80 -0
  245. package/src/components/molecules/widget/index.ts +33 -0
  246. package/src/components/molecules/widget/opportunity-item.tsx +91 -0
  247. package/src/components/molecules/widget/widget-item-stats.tsx +50 -0
  248. package/src/components/molecules/widget/widget-item.tsx +138 -0
  249. package/src/components/molecules/widget/widget-list-items.tsx +86 -0
  250. package/src/components/ui/alert-dialog.tsx +146 -0
  251. package/src/components/ui/animated-background/animated-background.tsx +174 -0
  252. package/src/components/ui/animated-background/index.ts +1 -0
  253. package/src/components/ui/avatar.tsx +34 -19
  254. package/src/components/ui/badge.tsx +18 -8
  255. package/src/components/ui/banner.tsx +78 -0
  256. package/src/components/ui/button.tsx +51 -21
  257. package/src/components/ui/card.tsx +21 -61
  258. package/src/components/ui/checkbox.tsx +29 -0
  259. package/src/components/ui/collapsible.tsx +22 -0
  260. package/src/components/ui/combobox.tsx +617 -0
  261. package/src/components/ui/command.tsx +164 -0
  262. package/src/components/ui/dialog.tsx +5 -9
  263. package/src/components/ui/dropdown.tsx +263 -0
  264. package/src/components/ui/field.tsx +232 -0
  265. package/src/components/ui/heading.tsx +49 -0
  266. package/src/components/ui/hover-card.tsx +10 -10
  267. package/src/components/ui/icon-list.tsx +141 -0
  268. package/src/components/ui/index.ts +29 -9
  269. package/src/components/ui/info-card.tsx +1 -1
  270. package/src/components/ui/input-group.tsx +158 -0
  271. package/src/components/ui/input.tsx +17 -25
  272. package/src/components/ui/label-with-icon.tsx +40 -30
  273. package/src/components/ui/label.tsx +8 -9
  274. package/src/components/ui/multi-select.tsx +1000 -0
  275. package/src/components/ui/navigation-menu.tsx +181 -0
  276. package/src/components/ui/opportunity-details-v1.tsx +2 -2
  277. package/src/components/ui/popover.tsx +42 -0
  278. package/src/components/ui/scroll-area.tsx +11 -11
  279. package/src/components/ui/segment-control.tsx +140 -0
  280. package/src/components/ui/select.tsx +26 -31
  281. package/src/components/ui/sheet.tsx +130 -0
  282. package/src/components/ui/sidebar.tsx +693 -0
  283. package/src/components/ui/skeleton.tsx +14 -0
  284. package/src/components/ui/slider.tsx +58 -0
  285. package/src/components/ui/switch.tsx +8 -11
  286. package/src/components/ui/{table-shad.tsx → table-shadcn.tsx} +25 -39
  287. package/src/components/ui/table.tsx +3 -2
  288. package/src/components/ui/textarea.tsx +22 -0
  289. package/src/components/ui/tooltip.tsx +11 -7
  290. package/src/hooks/useIsMobile.ts +74 -0
  291. package/src/index.ts +2 -0
  292. package/src/styles/globals.css +87 -20
  293. package/src/styles/themes/semantic.css +11 -5
  294. package/src/styles/tokens/colors.css +64 -53
  295. package/src/styles/tokens/radius.css +3 -34
  296. package/tsconfig.json +11 -15
  297. package/vite.config.js +41 -57
  298. package/dist/types/components/molecules/opportunity/opportunity-item.d.ts +0 -15
  299. package/dist/types/components/molecules/opportunity/opportunity-item.d.ts.map +0 -1
  300. package/dist/types/components/ui/table-shad.d.ts +0 -11
  301. package/dist/types/components/ui/table-shad.d.ts.map +0 -1
  302. package/src/components/molecules/opportunity/opportunity-item.tsx +0 -93
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segment-control.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/segment-control.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAE7D,QAAA,MAAM,eAAe;;;sEAiBnB,CAAC;AA0CH,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,MAAM,IAAI;IAClD,KAAK,EAAE,CAAC,CAAC;IACT,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE;QACL,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;QACvB,KAAK,EAAE,CAAC,CAAC;KACV,EAAE,CAAC;IACJ,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC;AAEzC,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,EAC/C,KAAK,EACL,QAAQ,EACR,KAAK,EACL,OAAO,EACP,IAAI,EACJ,aAAqB,EACrB,SAAS,GACV,EAAE,mBAAmB,CAAC,CAAC,CAAC,2CAwDxB"}
@@ -1,17 +1,18 @@
1
1
  import * as React from "react";
2
2
  import * as SelectPrimitive from "@radix-ui/react-select";
3
- declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): React.JSX.Element;
4
- declare function SelectGroup({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): React.JSX.Element;
5
- declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): React.JSX.Element;
6
- declare function SelectTrigger({ className, size, variant, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
7
- size?: "xs" | "sm" | "default";
8
- variant?: "default" | "bordered";
9
- }): React.JSX.Element;
10
- declare function SelectContent({ className, children, position, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): React.JSX.Element;
11
- declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): React.JSX.Element;
12
- declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): React.JSX.Element;
13
- declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): React.JSX.Element;
14
- declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): React.JSX.Element;
15
- declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): React.JSX.Element;
3
+ declare function Select({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Root> & {
4
+ className?: string;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare function SelectGroup({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
7
+ declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
8
+ declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
9
+ size?: "sm" | "default";
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare function SelectContent({ className, children, position, sideOffset, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
12
+ declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
13
+ declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
14
+ declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
15
+ declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
16
+ declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
16
17
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
17
18
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAE9E;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAEpF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,IAAgB,EAChB,OAAoB,EACpB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;CAClC,qBAyBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,QAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,qBAgCtD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,qBAQ/F;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAyBnD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,qBAQxD;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,qBAU7D;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,qBAU/D;AAED,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAM1D,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAM5E;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpF;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpF;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,IAAgB,EAChB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,2CAiBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,QAAmB,EACnB,UAAgB,EAEhB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CA+BtD;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQ/F;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAmBnD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,2CAQxD;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,2CAU7D;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,2CAU/D;AAED,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
2
  import * as SeparatorPrimitive from "@radix-ui/react-separator";
3
- declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): React.JSX.Element;
3
+ declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
4
  export { Separator };
5
5
  //# sourceMappingURL=separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAI/D,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,qBAatD;AAED,OAAO,EAAE,SAAS,EAAE,CAAA"}
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAI/D,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAatD;AAED,OAAO,EAAE,SAAS,EAAE,CAAA"}
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ import * as SheetPrimitive from "@radix-ui/react-dialog";
3
+ declare function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function SheetTrigger({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function SheetClose({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
6
+ declare function SheetContent({ className, children, side, ...props }: React.ComponentProps<typeof SheetPrimitive.Content> & {
7
+ side?: "top" | "right" | "bottom" | "left";
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
12
+ declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
13
+ export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
14
+ //# sourceMappingURL=sheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAC;AAKzD,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAE5E;AAED,iBAAS,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,2CAEtF;AAED,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAElF;AAsBD,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,QAAQ,EACR,IAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC5C,2CA4BA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAQ7F;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,2CAQzD;AAED,OAAO,EACL,KAAK,EACL,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,69 @@
1
+ import * as React from "react";
2
+ import { VariantProps } from "class-variance-authority";
3
+ import { Button } from "@/components/ui/button";
4
+ import { Input } from "@/components/ui/input";
5
+ import { Separator } from "@/components/ui/separator";
6
+ import { TooltipContent } from "@/components/ui/tooltip";
7
+ type SidebarContextProps = {
8
+ state: "expanded" | "collapsed";
9
+ open: boolean;
10
+ setOpen: (open: boolean) => void;
11
+ openMobile: boolean;
12
+ setOpenMobile: (open: boolean) => void;
13
+ isMobile: boolean;
14
+ toggleSidebar: () => void;
15
+ };
16
+ declare function useSidebar(): SidebarContextProps;
17
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React.ComponentProps<"div"> & {
18
+ defaultOpen?: boolean;
19
+ open?: boolean;
20
+ onOpenChange?: (open: boolean) => void;
21
+ }): import("react/jsx-runtime").JSX.Element;
22
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React.ComponentProps<"div"> & {
23
+ side?: "left" | "right";
24
+ variant?: "sidebar" | "floating" | "inset";
25
+ collapsible?: "offcanvas" | "icon" | "none";
26
+ }): import("react/jsx-runtime").JSX.Element;
27
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
28
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): import("react/jsx-runtime").JSX.Element;
29
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): import("react/jsx-runtime").JSX.Element;
30
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): import("react/jsx-runtime").JSX.Element;
31
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
32
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
33
+ declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
34
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
35
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
36
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
37
+ asChild?: boolean;
38
+ }): import("react/jsx-runtime").JSX.Element;
39
+ declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
40
+ asChild?: boolean;
41
+ }): import("react/jsx-runtime").JSX.Element;
42
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
43
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
44
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
45
+ declare const sidebarMenuButtonVariants: (props?: {
46
+ variant?: "default" | "outline";
47
+ size?: "default" | "sm" | "lg";
48
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
49
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React.ComponentProps<"button"> & {
50
+ asChild?: boolean;
51
+ isActive?: boolean;
52
+ tooltip?: string | React.ComponentProps<typeof TooltipContent>;
53
+ } & VariantProps<typeof sidebarMenuButtonVariants>): import("react/jsx-runtime").JSX.Element;
54
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
55
+ asChild?: boolean;
56
+ showOnHover?: boolean;
57
+ }): import("react/jsx-runtime").JSX.Element;
58
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
59
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
60
+ showIcon?: boolean;
61
+ }): import("react/jsx-runtime").JSX.Element;
62
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
63
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
64
+ declare function SidebarMenuSubButton({ asChild, isActive, variant, size, className, ...props }: React.ComponentProps<"a"> & {
65
+ asChild?: boolean;
66
+ isActive?: boolean;
67
+ } & VariantProps<typeof sidebarMenuButtonVariants>): import("react/jsx-runtime").JSX.Element;
68
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, };
69
+ //# sourceMappingURL=sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sidebar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAStD,OAAO,EAAW,cAAc,EAAmC,MAAM,yBAAyB,CAAC;AAUnG,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAIF,iBAAS,UAAU,wBAOlB;AAED,iBAAS,eAAe,CAAC,EACvB,WAAkB,EAClB,IAAI,EAAE,QAAQ,EACd,YAAY,EAAE,WAAW,EACzB,SAAS,EACT,KAAK,EACL,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC,2CAiFA;AAED,iBAAS,OAAO,CAAC,EACf,IAAa,EACb,OAAoB,EACpB,WAAyB,EACzB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IAC3C,WAAW,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAAC;CAC7C,2CAyFA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,2CAqB5F;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,2CAuB3E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAY1E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,2CAShF;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAS1E;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAS1E;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CASxF;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAY3E;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CASzE;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,2CAerD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,2CAiBxD;AAED,iBAAS,mBAAmB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAShF;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CASvE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAS3E;AAED,QAAA,MAAM,yBAAyB;;;sEAsB9B,CAAC;AAEF,iBAAS,iBAAiB,CAAC,EACzB,OAAe,EACf,QAAgB,EAChB,OAAmB,EACnB,IAAgB,EAChB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CAAC;CAChE,GAAG,YAAY,CAAC,OAAO,yBAAyB,CAAC,2CAoCjD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,OAAe,EACf,WAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAAG;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,2CAsBA;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAiB7E;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,QAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAyBA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAa1E;AAED,iBAAS,kBAAkB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAS9E;AAED,iBAAS,oBAAoB,CAAC,EAC5B,OAAe,EACf,QAAgB,EAChB,OAAmB,EACnB,IAAW,EACX,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,YAAY,CAAC,OAAO,yBAAyB,CAAC,2CAiBjD;AAED,OAAO,EACL,OAAO,EACP,cAAc,EACd,aAAa,EACb,YAAY,EACZ,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,oBAAoB,EACpB,kBAAkB,EAClB,eAAe,EACf,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,UAAU,GACX,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
3
+ export { Skeleton };
4
+ //# sourceMappingURL=skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQrE;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SliderPrimitive from "@radix-ui/react-slider";
3
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React.ComponentProps<typeof SliderPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ export { Slider };
5
+ //# sourceMappingURL=slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,YAAY,EACZ,KAAK,EACL,GAAO,EACP,GAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAyCnD;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
- import * as React from "react";
2
1
  import { ToasterProps } from "sonner";
3
- declare const Toaster: ({ ...props }: ToasterProps) => React.JSX.Element;
2
+ declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element;
4
3
  export { Toaster };
5
4
  //# sourceMappingURL=sonner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sonner.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sonner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqB,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEzD,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,sBAiB1C,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"sonner.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sonner.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAqB,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEzD,QAAA,MAAM,OAAO,GAAI,cAAc,YAAY,4CAiB1C,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
2
  import * as SwitchPrimitive from "@radix-ui/react-switch";
3
- declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): React.JSX.Element;
3
+ declare function Switch({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
4
  export { Switch };
5
5
  //# sourceMappingURL=switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAIzD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,qBAkBnD;AAED,OAAO,EAAE,MAAM,EAAE,CAAA"}
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAkBzF;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ declare function Table({ className, ...props }: React.ComponentProps<"table">): import("react/jsx-runtime").JSX.Element;
3
+ declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): import("react/jsx-runtime").JSX.Element;
4
+ declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): import("react/jsx-runtime").JSX.Element;
5
+ declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): import("react/jsx-runtime").JSX.Element;
6
+ declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): import("react/jsx-runtime").JSX.Element;
7
+ declare function TableHead({ className, ...props }: React.ComponentProps<"th">): import("react/jsx-runtime").JSX.Element;
8
+ declare function ShadTableCell({ className, ...props }: React.ComponentProps<"td">): import("react/jsx-runtime").JSX.Element;
9
+ declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): import("react/jsx-runtime").JSX.Element;
10
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, ShadTableCell, TableCaption, };
11
+ //# sourceMappingURL=table-shadcn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-shadcn.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table-shadcn.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAcpE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAE1E;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAExE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAQ1E;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAWpE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAYrE;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAYzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,2CAQ7E;AAED,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,aAAa,EACb,YAAY,GACb,CAAC"}
@@ -15,10 +15,10 @@ interface ManagedTableProps<T> {
15
15
  render: (item: T) => React.ReactNode;
16
16
  className?: string;
17
17
  }
18
- export declare function ManagedTable<T>({ items, itemKey, columns, defaultComparator, hasScrollableContainer, render, className, }: ManagedTableProps<T>): React.JSX.Element;
18
+ export declare function ManagedTable<T>({ items, itemKey, columns, defaultComparator, hasScrollableContainer, render, className, }: ManagedTableProps<T>): import("react/jsx-runtime").JSX.Element;
19
19
  interface TableCellProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
20
20
  children: React.ReactNode;
21
21
  }
22
- export declare function TableCell({ children, className, ...props }: TableCellProps): React.JSX.Element;
22
+ export declare function TableCell({ children, className, ...props }: TableCellProps): import("react/jsx-runtime").JSX.Element;
23
23
  export {};
24
24
  //# sourceMappingURL=table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,UAAU,MAAM,CAAC,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE;QACX,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,GAAG,CAAC;QACxB,GAAG,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;KACjC,CAAC;CACH;AAED,UAAU,iBAAiB,CAAC,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,GAAG,MAAM,CAAC;IACtC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,EAC9B,KAAK,EACL,OAAO,EACP,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,MAAM,EACN,SAAS,GACV,EAAE,iBAAiB,CAAC,CAAC,CAAC,qBAkEtB;AAED,UAAU,cAAe,SAAQ,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;IAC3E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,qBAM1E"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,UAAU,MAAM,CAAC,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE;QACX,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,GAAG,CAAC;QACxB,GAAG,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC;KACjC,CAAC;CACH;AAED,UAAU,iBAAiB,CAAC,CAAC;IAC3B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,GAAG,MAAM,CAAC;IACtC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,EAC9B,KAAK,EACL,OAAO,EACP,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,MAAM,EACN,SAAS,GACV,EAAE,iBAAiB,CAAC,CAAC,CAAC,2CAkEtB;AAED,UAAU,cAAe,SAAQ,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;IAC3E,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAM1E"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): import("react/jsx-runtime").JSX.Element;
3
+ export { Textarea };
4
+ //# sourceMappingURL=textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,2CAe1E;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -2,7 +2,7 @@ import * as React from "react";
2
2
  import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
3
3
  import { type VariantProps } from "class-variance-authority";
4
4
  import { toggleVariants } from "@/components/ui/toggle";
5
- declare function ToggleGroup({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): React.JSX.Element;
6
- declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): React.JSX.Element;
5
+ declare function ToggleGroup({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
6
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
7
7
  export { ToggleGroup, ToggleGroupItem };
8
8
  //# sourceMappingURL=toggle-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AASvD,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,qBAiBpC;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,qBAqBpC;AAED,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAA"}
1
+ {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAA;AACpE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AASvD,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAiBpC;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,GACvD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAqBpC;AAED,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAA"}
@@ -4,7 +4,7 @@ import { type VariantProps } from "class-variance-authority";
4
4
  declare const toggleVariants: (props?: {
5
5
  variant?: "default" | "outline";
6
6
  size?: "default" | "sm" | "lg";
7
- } & import("class-variance-authority/types").ClassProp) => string;
8
- declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): React.JSX.Element;
7
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
8
+ declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
9
9
  export { Toggle, toggleVariants };
10
10
  //# sourceMappingURL=toggle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toggle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,cAAc;;;iEAoBnB,CAAA;AAED,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAClD,YAAY,CAAC,OAAO,cAAc,CAAC,qBAQpC;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/toggle.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,cAAc;;;sEAoBnB,CAAA;AAED,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,GAClD,YAAY,CAAC,OAAO,cAAc,CAAC,2CAQpC;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
@@ -1,8 +1,11 @@
1
1
  import * as React from "react";
2
2
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
- declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): React.JSX.Element;
4
- declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): React.JSX.Element;
5
- declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): React.JSX.Element;
6
- declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): React.JSX.Element;
3
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
4
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
+ declare function TooltipContent({ className, sideOffset, gradient, children, container, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content> & {
7
+ gradient?: "primary" | "white";
8
+ container?: HTMLElement;
9
+ }): import("react/jsx-runtime").JSX.Element;
7
10
  export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
11
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,eAAe,CAAC,EACvB,aAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,qBAQxD;AAED,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,qBAMhF;AAED,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,qBAE1F;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,UAAc,EACd,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,qBAmBvD;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,iBAAS,eAAe,CAAC,EACvB,aAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,2CAQxD;AAED,iBAAS,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAMhF;AAED,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,2CAE1F;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,UAAc,EACd,QAAQ,EACR,QAAQ,EACR,SAA0E,EAC1E,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,GAAG;IACzD,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB,2CAkBA;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface UseIsMobileReturn {
2
+ isMobile: boolean;
3
+ isLoading: boolean;
4
+ }
5
+ export declare const useIsMobile: () => UseIsMobileReturn;
6
+ export default useIsMobile;
7
+ //# sourceMappingURL=useIsMobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIsMobile.d.ts","sourceRoot":"","sources":["../../../src/hooks/useIsMobile.ts"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,QAAO,iBA8D9B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,5 +1,7 @@
1
1
  export * from "./components/ui";
2
2
  export * from "./components/molecules";
3
+ export * from "./components/icons";
4
+ export * from "./components/features";
3
5
  export * from "./lib/utils";
4
6
  export * from "./tokens";
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,aAAa,CAAC;AAG5B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,aAAa,CAAC;AAG5B,cAAc,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/ui",
3
- "version": "0.3.0-beta.8",
3
+ "version": "0.3.0",
4
4
  "description": "shadcn/ui and custom Turtle UI components library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,68 +8,79 @@
8
8
  "url": "https://github.com/turtledev/packages.git",
9
9
  "directory": "packages/ui"
10
10
  },
11
- "sideEffects": [
12
- "*.css"
13
- ],
11
+ "sideEffects": false,
14
12
  "type": "module",
13
+ "main": "./dist/index.cjs",
14
+ "module": "./dist/index.js",
15
+ "types": "./dist/types/index.d.ts",
15
16
  "exports": {
16
17
  ".": {
17
- "import": {
18
- "types": "./dist/types/index.d.ts",
19
- "default": "./dist/index.js"
20
- },
18
+ "types": "./dist/types/index.d.ts",
19
+ "import": "./dist/index.js",
21
20
  "require": "./dist/index.cjs"
22
21
  },
23
22
  "./styles.css": "./dist/styles.css",
24
23
  "./src/styles/globals.css": "./src/styles/globals.css"
25
24
  },
26
- "main": "./dist/index.cjs",
27
- "types": "./dist/types/index.d.ts",
28
- "module": "./dist/index.js",
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
29
28
  "scripts": {
30
- "build": "rm -rf dist && bun run build:code && bun run build:css && bun run build:types",
29
+ "build": "rm -rf dist && bun run build:code && bun run build:types && bun run build:css",
31
30
  "build:code": "vite build",
32
31
  "build:css": "BUILD_CSS=true vite build",
33
- "build:types": "tsc -p . || true",
32
+ "build:types": "tsc -p .",
34
33
  "type-check": "tsc --noEmit || true",
35
34
  "dev": "vite build --watch"
36
35
  },
37
36
  "dependencies": {
37
+ "@number-flow/react": "^0.5.10",
38
+ "@radix-ui/react-alert-dialog": "^1.1.15",
38
39
  "@radix-ui/react-avatar": "^1.1.10",
40
+ "@radix-ui/react-checkbox": "^1.3.3",
41
+ "@radix-ui/react-collapsible": "^1.1.12",
39
42
  "@radix-ui/react-dialog": "^1.1.15",
43
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
40
44
  "@radix-ui/react-hover-card": "^1.1.15",
41
45
  "@radix-ui/react-label": "^2.1.7",
46
+ "@radix-ui/react-navigation-menu": "^1.2.14",
47
+ "@radix-ui/react-popover": "^1.1.15",
42
48
  "@radix-ui/react-scroll-area": "^1.2.9",
43
49
  "@radix-ui/react-select": "^2.2.5",
44
50
  "@radix-ui/react-separator": "^1.1.7",
51
+ "@radix-ui/react-slider": "^1.3.6",
45
52
  "@radix-ui/react-slot": "^1.2.3",
46
53
  "@radix-ui/react-switch": "^1.2.5",
47
54
  "@radix-ui/react-toggle": "^1.1.9",
48
55
  "@radix-ui/react-toggle-group": "^1.1.10",
49
56
  "@radix-ui/react-tooltip": "^1.2.7",
50
- "@turtleclub/utils": "0.1.1",
57
+ "@tanstack/react-table": "^8.21.3",
58
+ "@turtleclub/utils": "0.2.0",
51
59
  "class-variance-authority": "^0.7.1",
52
60
  "clsx": "^2.1.1",
61
+ "cmdk": "^1.1.1",
62
+ "framer-motion": "^12.23.12",
53
63
  "lucide-react": "^0.523.0",
54
64
  "next-themes": "^0.4.6",
65
+ "recharts": "^3.1.2",
55
66
  "sonner": "^2.0.5",
56
- "tailwind-merge": "^3.3.1"
67
+ "tailwind-merge": "^3.3.1",
68
+ "tw-animate-css": "^1.3.7"
57
69
  },
58
70
  "peerDependencies": {
59
- "react": ">=18.0.0",
60
- "react-dom": ">=18.0.0",
61
- "tailwindcss": "^4.0.0",
62
- "tw-animate-css": "^1.3.4"
71
+ "react": ">=18.3.1",
72
+ "react-dom": ">=18.3.1",
73
+ "tailwindcss": "^4.x"
63
74
  },
64
75
  "devDependencies": {
65
- "@tailwindcss/vite": "^4.0.0",
66
- "@types/react": "^18.0.0",
67
- "@types/react-dom": "^18.0.0",
68
- "typescript": "^5.0.0",
69
- "vite": "^5.0.0"
70
- },
71
- "publishConfig": {
72
- "access": "public"
76
+ "@tailwindcss/vite": "^4.1.13",
77
+ "@types/react": "^19.1.1",
78
+ "@types/react-dom": "^19.1.1",
79
+ "ajv": "^8.17.1",
80
+ "prettier-plugin-tailwindcss": "^0.6.14",
81
+ "typescript": "^5.9.2",
82
+ "vite": "^7.1.6",
83
+ "vite-plugin-dts": "^4.5.4"
73
84
  },
74
- "gitHead": "769dec83fe2823f393da31fb29b5273a5ee963db"
85
+ "gitHead": "f6bf0b6ad11bf17b42530b61deff9e1d2bbc0c1e"
75
86
  }
@@ -0,0 +1,96 @@
1
+ "use client";
2
+
3
+ import React from "react";
4
+
5
+ import {
6
+ ColumnDef,
7
+ flexRender,
8
+ getCoreRowModel,
9
+ getSortedRowModel,
10
+ SortingState,
11
+ useReactTable,
12
+ } from "@tanstack/react-table";
13
+ import {
14
+ ShadTableCell,
15
+ Table,
16
+ TableBody,
17
+ TableHead,
18
+ TableHeader,
19
+ TableRow,
20
+ } from "../ui";
21
+
22
+ interface DataTableProps<TData, TValue> {
23
+ columns: ColumnDef<TData, TValue>[];
24
+ data: TData[];
25
+ initialSorting?: SortingState;
26
+ }
27
+
28
+ export function DataTable<TData, TValue>({
29
+ columns,
30
+ data,
31
+ initialSorting = [],
32
+ }: DataTableProps<TData, TValue>) {
33
+ const [sorting, setSorting] = React.useState<SortingState>(initialSorting);
34
+ const [rowSelection, setRowSelection] = React.useState({});
35
+
36
+ const table = useReactTable({
37
+ data,
38
+ columns,
39
+ getCoreRowModel: getCoreRowModel(),
40
+ onSortingChange: setSorting,
41
+ getSortedRowModel: getSortedRowModel(),
42
+ onRowSelectionChange: setRowSelection,
43
+ state: {
44
+ sorting,
45
+ rowSelection,
46
+ },
47
+ });
48
+
49
+ return (
50
+ <Table>
51
+ <TableHeader>
52
+ {table.getHeaderGroups().map((headerGroup) => (
53
+ <TableRow key={headerGroup.id}>
54
+ {headerGroup.headers.map((header) => {
55
+ return (
56
+ <TableHead key={header.id}>
57
+ {header.isPlaceholder
58
+ ? null
59
+ : flexRender(
60
+ header.column.columnDef.header,
61
+ header.getContext(),
62
+ )}
63
+ </TableHead>
64
+ );
65
+ })}
66
+ </TableRow>
67
+ ))}
68
+ </TableHeader>
69
+ <TableBody>
70
+ {table.getRowModel().rows?.length ? (
71
+ table.getRowModel().rows.map((row) => (
72
+ <TableRow
73
+ key={row.id}
74
+ data-state={row.getIsSelected() && "selected"}
75
+ >
76
+ {row.getVisibleCells().map((cell) => (
77
+ <ShadTableCell key={cell.id}>
78
+ {flexRender(cell.column.columnDef.cell, cell.getContext())}
79
+ </ShadTableCell>
80
+ ))}
81
+ </TableRow>
82
+ ))
83
+ ) : (
84
+ <TableRow>
85
+ <ShadTableCell
86
+ colSpan={columns.length}
87
+ className="text-muted-foreground h-24 text-center"
88
+ >
89
+ No results.
90
+ </ShadTableCell>
91
+ </TableRow>
92
+ )}
93
+ </TableBody>
94
+ </Table>
95
+ );
96
+ }
@@ -0,0 +1,4 @@
1
+ export * from "./data-table";
2
+ export * from "./search-bar";
3
+ export * from "./sidebar-layout";
4
+ export * from "./page-heading";
@@ -0,0 +1,22 @@
1
+ import React from "react";
2
+ import { HeadingH3, HeadingH6 } from "../ui";
3
+
4
+ type PageHeadingProps = {
5
+ icon?: React.ReactNode;
6
+ title: string;
7
+ description: string;
8
+ action?: React.ReactNode;
9
+ };
10
+
11
+ export function PageHeading({ icon, title, description, action }: PageHeadingProps) {
12
+ return (
13
+ <div className="flex items-center gap-3">
14
+ <div>{icon}</div>
15
+ <div className="grow">
16
+ <HeadingH3>{title}</HeadingH3>
17
+ <HeadingH6>{description}</HeadingH6>
18
+ </div>
19
+ {action}
20
+ </div>
21
+ );
22
+ }