@definable/ui 0.1.13 → 0.1.15

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 (300) hide show
  1. package/README.md +0 -7
  2. package/dist/components/alert-dialog.js +55 -2
  3. package/dist/components/alert.js +63 -2
  4. package/dist/components/avatar.js +41 -2
  5. package/dist/components/badge.js +26 -2
  6. package/dist/components/button.d.ts +2 -2
  7. package/dist/components/button.js +49 -2
  8. package/dist/components/calendar.js +86 -2
  9. package/dist/components/card.js +61 -2
  10. package/dist/components/carousel.js +100 -2
  11. package/dist/components/checkbox.js +31 -2
  12. package/dist/components/collapse.js +49 -2
  13. package/dist/components/command-menu.js +89 -2
  14. package/dist/components/command.js +115 -2
  15. package/dist/components/confirmation-modal.js +44 -2
  16. package/dist/components/context-menu.js +185 -2
  17. package/dist/components/dialog.js +121 -2
  18. package/dist/components/dropdown-menu.js +48 -2
  19. package/dist/components/dropzone.js +44 -2
  20. package/dist/components/image-cropper-modal.js +250 -2
  21. package/dist/components/image-cropper.js +130 -2
  22. package/dist/components/input.js +21 -2
  23. package/dist/components/label.js +19 -2
  24. package/dist/components/loader.js +69 -2
  25. package/dist/components/loading-placeholder.js +24 -2
  26. package/dist/components/mention.js +153 -2
  27. package/dist/components/modal.js +135 -2
  28. package/dist/components/notification.js +25 -2
  29. package/dist/components/popover.js +23 -2
  30. package/dist/components/progress.js +34 -2
  31. package/dist/components/radio-group.js +47 -2
  32. package/dist/components/scroll-area.js +46 -2
  33. package/dist/components/select.js +130 -2
  34. package/dist/components/selection-bar.js +53 -2
  35. package/dist/components/separator.js +24 -2
  36. package/dist/components/sheet.js +128 -2
  37. package/dist/components/skeleton.js +17 -2
  38. package/dist/components/slider.js +32 -2
  39. package/dist/components/stepper/index.d.ts +4 -0
  40. package/dist/components/stepper/step-layout.d.ts +8 -0
  41. package/dist/components/stepper/stepper-modal.d.ts +26 -0
  42. package/dist/components/stepper/stepper.d.ts +7 -0
  43. package/dist/components/stepper/types.d.ts +6 -0
  44. package/dist/components/stepper.js +6 -2
  45. package/dist/components/switch.js +35 -2
  46. package/dist/components/table-empty.js +22 -2
  47. package/dist/components/table-mobile.js +91 -2
  48. package/dist/components/table.js +156 -2
  49. package/dist/components/tabs.js +46 -2
  50. package/dist/components/terminal.js +49 -2
  51. package/dist/components/textarea.js +20 -2
  52. package/dist/components/tooltip.js +75 -2
  53. package/dist/components/use-toast.js +64 -2
  54. package/dist/icons/icons.d.ts +8 -0
  55. package/dist/icons/index.d.ts +1 -0
  56. package/dist/icons/providers/anthropic.d.ts +2 -0
  57. package/dist/icons/providers/claude.d.ts +2 -0
  58. package/dist/icons/providers/deepseek.d.ts +2 -0
  59. package/dist/icons/providers/gemini.d.ts +2 -0
  60. package/dist/icons/providers/grok.d.ts +2 -0
  61. package/dist/icons/providers/index.d.ts +6 -0
  62. package/dist/icons/providers/openai.d.ts +2 -0
  63. package/dist/icons/providers/types.d.ts +4 -0
  64. package/dist/index.d.ts +48 -962
  65. package/dist/index.js +444 -2
  66. package/dist/lib/icons.d.ts +14 -0
  67. package/dist/lib/index.d.ts +2 -0
  68. package/dist/lib/utils.js +8 -2
  69. package/dist/{stepper-modal-SYU9mbXs.js → stepper-modal-JXpOXOV2.js} +90 -91
  70. package/dist/styles.css +1 -1
  71. package/package.json +180 -134
  72. package/dist/MonacoEditor-COZcVMEj.cjs +0 -8
  73. package/dist/MonacoEditor-COZcVMEj.cjs.map +0 -1
  74. package/dist/MonacoEditor-D3QSSKa4.js +0 -295
  75. package/dist/MonacoEditor-D3QSSKa4.js.map +0 -1
  76. package/dist/alert-dialog.d.ts +0 -18
  77. package/dist/alert.d.ts +0 -25
  78. package/dist/avatar.d.ts +0 -9
  79. package/dist/badge.d.ts +0 -15
  80. package/dist/button.d.ts +0 -16
  81. package/dist/calendar.d.ts +0 -21
  82. package/dist/card.d.ts +0 -15
  83. package/dist/carousel.d.ts +0 -18
  84. package/dist/charts.d.ts +0 -26
  85. package/dist/checkbox.d.ts +0 -6
  86. package/dist/collapse.d.ts +0 -15
  87. package/dist/command-menu.d.ts +0 -12
  88. package/dist/command.d.ts +0 -89
  89. package/dist/components/alert-dialog.esm.js +0 -59
  90. package/dist/components/alert-dialog.esm.js.map +0 -1
  91. package/dist/components/alert-dialog.js.map +0 -1
  92. package/dist/components/alert.esm.js +0 -64
  93. package/dist/components/alert.esm.js.map +0 -1
  94. package/dist/components/alert.js.map +0 -1
  95. package/dist/components/avatar.esm.js +0 -42
  96. package/dist/components/avatar.esm.js.map +0 -1
  97. package/dist/components/avatar.js.map +0 -1
  98. package/dist/components/badge.esm.js +0 -27
  99. package/dist/components/badge.esm.js.map +0 -1
  100. package/dist/components/badge.js.map +0 -1
  101. package/dist/components/button.esm.js +0 -48
  102. package/dist/components/button.esm.js.map +0 -1
  103. package/dist/components/button.js.map +0 -1
  104. package/dist/components/calendar.esm.js +0 -5562
  105. package/dist/components/calendar.esm.js.map +0 -1
  106. package/dist/components/calendar.js.map +0 -1
  107. package/dist/components/card.esm.js +0 -62
  108. package/dist/components/card.esm.js.map +0 -1
  109. package/dist/components/card.js.map +0 -1
  110. package/dist/components/carousel.esm.js +0 -101
  111. package/dist/components/carousel.esm.js.map +0 -1
  112. package/dist/components/carousel.js.map +0 -1
  113. package/dist/components/charts.d.ts +0 -17
  114. package/dist/components/charts.esm.js +0 -48
  115. package/dist/components/charts.esm.js.map +0 -1
  116. package/dist/components/charts.js +0 -2
  117. package/dist/components/charts.js.map +0 -1
  118. package/dist/components/checkbox.esm.js +0 -32
  119. package/dist/components/checkbox.esm.js.map +0 -1
  120. package/dist/components/checkbox.js.map +0 -1
  121. package/dist/components/collapse.esm.js +0 -50
  122. package/dist/components/collapse.esm.js.map +0 -1
  123. package/dist/components/collapse.js.map +0 -1
  124. package/dist/components/command-menu.esm.js +0 -90
  125. package/dist/components/command-menu.esm.js.map +0 -1
  126. package/dist/components/command-menu.js.map +0 -1
  127. package/dist/components/command.esm.js +0 -425
  128. package/dist/components/command.esm.js.map +0 -1
  129. package/dist/components/command.js.map +0 -1
  130. package/dist/components/confirmation-modal.esm.js +0 -46
  131. package/dist/components/confirmation-modal.esm.js.map +0 -1
  132. package/dist/components/confirmation-modal.js.map +0 -1
  133. package/dist/components/context-menu.esm.js +0 -186
  134. package/dist/components/context-menu.esm.js.map +0 -1
  135. package/dist/components/context-menu.js.map +0 -1
  136. package/dist/components/dialog.esm.js +0 -122
  137. package/dist/components/dialog.esm.js.map +0 -1
  138. package/dist/components/dialog.js.map +0 -1
  139. package/dist/components/dropdown-menu.esm.js +0 -49
  140. package/dist/components/dropdown-menu.esm.js.map +0 -1
  141. package/dist/components/dropdown-menu.js.map +0 -1
  142. package/dist/components/dropzone.esm.js +0 -45
  143. package/dist/components/dropzone.esm.js.map +0 -1
  144. package/dist/components/dropzone.js.map +0 -1
  145. package/dist/components/image-cropper-modal.esm.js +0 -251
  146. package/dist/components/image-cropper-modal.esm.js.map +0 -1
  147. package/dist/components/image-cropper-modal.js.map +0 -1
  148. package/dist/components/image-cropper.esm.js +0 -131
  149. package/dist/components/image-cropper.esm.js.map +0 -1
  150. package/dist/components/image-cropper.js.map +0 -1
  151. package/dist/components/input.esm.js +0 -22
  152. package/dist/components/input.esm.js.map +0 -1
  153. package/dist/components/input.js.map +0 -1
  154. package/dist/components/label.esm.js +0 -20
  155. package/dist/components/label.esm.js.map +0 -1
  156. package/dist/components/label.js.map +0 -1
  157. package/dist/components/loader.esm.js +0 -70
  158. package/dist/components/loader.esm.js.map +0 -1
  159. package/dist/components/loader.js.map +0 -1
  160. package/dist/components/loading-placeholder.esm.js +0 -25
  161. package/dist/components/loading-placeholder.esm.js.map +0 -1
  162. package/dist/components/loading-placeholder.js.map +0 -1
  163. package/dist/components/markdown.d.ts +0 -2
  164. package/dist/components/markdown.esm.js +0 -12066
  165. package/dist/components/markdown.esm.js.map +0 -1
  166. package/dist/components/markdown.js +0 -18
  167. package/dist/components/markdown.js.map +0 -1
  168. package/dist/components/mention.esm.js +0 -154
  169. package/dist/components/mention.esm.js.map +0 -1
  170. package/dist/components/mention.js.map +0 -1
  171. package/dist/components/modal.esm.js +0 -136
  172. package/dist/components/modal.esm.js.map +0 -1
  173. package/dist/components/modal.js.map +0 -1
  174. package/dist/components/monaco-editor.d.ts +0 -2
  175. package/dist/components/monaco-editor.esm.js +0 -9
  176. package/dist/components/monaco-editor.esm.js.map +0 -1
  177. package/dist/components/monaco-editor.js +0 -2
  178. package/dist/components/monaco-editor.js.map +0 -1
  179. package/dist/components/notification.esm.js +0 -26
  180. package/dist/components/notification.esm.js.map +0 -1
  181. package/dist/components/notification.js.map +0 -1
  182. package/dist/components/popover.esm.js +0 -24
  183. package/dist/components/popover.esm.js.map +0 -1
  184. package/dist/components/popover.js.map +0 -1
  185. package/dist/components/progress.esm.js +0 -35
  186. package/dist/components/progress.esm.js.map +0 -1
  187. package/dist/components/progress.js.map +0 -1
  188. package/dist/components/radio-group.esm.js +0 -48
  189. package/dist/components/radio-group.esm.js.map +0 -1
  190. package/dist/components/radio-group.js.map +0 -1
  191. package/dist/components/scroll-area.esm.js +0 -47
  192. package/dist/components/scroll-area.esm.js.map +0 -1
  193. package/dist/components/scroll-area.js.map +0 -1
  194. package/dist/components/select.esm.js +0 -131
  195. package/dist/components/select.esm.js.map +0 -1
  196. package/dist/components/select.js.map +0 -1
  197. package/dist/components/selection-bar.esm.js +0 -54
  198. package/dist/components/selection-bar.esm.js.map +0 -1
  199. package/dist/components/selection-bar.js.map +0 -1
  200. package/dist/components/separator.esm.js +0 -25
  201. package/dist/components/separator.esm.js.map +0 -1
  202. package/dist/components/separator.js.map +0 -1
  203. package/dist/components/sheet.esm.js +0 -129
  204. package/dist/components/sheet.esm.js.map +0 -1
  205. package/dist/components/sheet.js.map +0 -1
  206. package/dist/components/skeleton.esm.js +0 -18
  207. package/dist/components/skeleton.esm.js.map +0 -1
  208. package/dist/components/skeleton.js.map +0 -1
  209. package/dist/components/slider.esm.js +0 -33
  210. package/dist/components/slider.esm.js.map +0 -1
  211. package/dist/components/slider.js.map +0 -1
  212. package/dist/components/stepper.d.ts +0 -2
  213. package/dist/components/stepper.esm.js +0 -7
  214. package/dist/components/stepper.esm.js.map +0 -1
  215. package/dist/components/stepper.js.map +0 -1
  216. package/dist/components/switch.esm.js +0 -36
  217. package/dist/components/switch.esm.js.map +0 -1
  218. package/dist/components/switch.js.map +0 -1
  219. package/dist/components/table-empty.esm.js +0 -23
  220. package/dist/components/table-empty.esm.js.map +0 -1
  221. package/dist/components/table-empty.js.map +0 -1
  222. package/dist/components/table-mobile.esm.js +0 -92
  223. package/dist/components/table-mobile.esm.js.map +0 -1
  224. package/dist/components/table-mobile.js.map +0 -1
  225. package/dist/components/table.esm.js +0 -157
  226. package/dist/components/table.esm.js.map +0 -1
  227. package/dist/components/table.js.map +0 -1
  228. package/dist/components/tabs.esm.js +0 -47
  229. package/dist/components/tabs.esm.js.map +0 -1
  230. package/dist/components/tabs.js.map +0 -1
  231. package/dist/components/terminal.esm.js +0 -50
  232. package/dist/components/terminal.esm.js.map +0 -1
  233. package/dist/components/terminal.js.map +0 -1
  234. package/dist/components/textarea.esm.js +0 -21
  235. package/dist/components/textarea.esm.js.map +0 -1
  236. package/dist/components/textarea.js.map +0 -1
  237. package/dist/components/tooltip.esm.js +0 -76
  238. package/dist/components/tooltip.esm.js.map +0 -1
  239. package/dist/components/tooltip.js.map +0 -1
  240. package/dist/components/use-toast.esm.js +0 -65
  241. package/dist/components/use-toast.esm.js.map +0 -1
  242. package/dist/components/use-toast.js.map +0 -1
  243. package/dist/confirmation-modal.d.ts +0 -16
  244. package/dist/context-menu.d.ts +0 -41
  245. package/dist/dialog.d.ts +0 -33
  246. package/dist/dropdown-menu.d.ts +0 -16
  247. package/dist/dropzone.d.ts +0 -16
  248. package/dist/image-cropper-modal.d.ts +0 -14
  249. package/dist/image-cropper.d.ts +0 -15
  250. package/dist/index-DACAHwoB.js +0 -35
  251. package/dist/index-DACAHwoB.js.map +0 -1
  252. package/dist/index-Deooizx8.cjs +0 -2
  253. package/dist/index-Deooizx8.cjs.map +0 -1
  254. package/dist/index.esm.js +0 -458
  255. package/dist/index.esm.js.map +0 -1
  256. package/dist/index.js.map +0 -1
  257. package/dist/input.d.ts +0 -8
  258. package/dist/jsx-runtime-BYECrxsp.cjs +0 -31
  259. package/dist/jsx-runtime-BYECrxsp.cjs.map +0 -1
  260. package/dist/jsx-runtime-DGlMoOmv.js +0 -631
  261. package/dist/jsx-runtime-DGlMoOmv.js.map +0 -1
  262. package/dist/label.d.ts +0 -6
  263. package/dist/lib/utils.esm.js +0 -5
  264. package/dist/lib/utils.esm.js.map +0 -1
  265. package/dist/lib/utils.js.map +0 -1
  266. package/dist/loader.d.ts +0 -14
  267. package/dist/loading-placeholder.d.ts +0 -12
  268. package/dist/markdown.d.ts +0 -122
  269. package/dist/mention.d.ts +0 -29
  270. package/dist/modal.d.ts +0 -28
  271. package/dist/monaco-editor.d.ts +0 -76
  272. package/dist/notification.d.ts +0 -9
  273. package/dist/popover.d.ts +0 -10
  274. package/dist/progress.d.ts +0 -6
  275. package/dist/radio-group.d.ts +0 -8
  276. package/dist/scroll-area.d.ts +0 -8
  277. package/dist/select.d.ts +0 -31
  278. package/dist/selection-bar.d.ts +0 -15
  279. package/dist/separator.d.ts +0 -6
  280. package/dist/sheet.d.ts +0 -17
  281. package/dist/skeleton.d.ts +0 -5
  282. package/dist/slider.d.ts +0 -6
  283. package/dist/stepper-modal-CPlBpxWy.cjs +0 -2
  284. package/dist/stepper-modal-CPlBpxWy.cjs.map +0 -1
  285. package/dist/stepper-modal-SYU9mbXs.js.map +0 -1
  286. package/dist/stepper.d.ts +0 -75
  287. package/dist/switch.d.ts +0 -6
  288. package/dist/table-empty.d.ts +0 -13
  289. package/dist/table-mobile.d.ts +0 -37
  290. package/dist/table.d.ts +0 -37
  291. package/dist/tabs.d.ts +0 -12
  292. package/dist/terminal.d.ts +0 -47
  293. package/dist/textarea.d.ts +0 -8
  294. package/dist/tooltip.d.ts +0 -12
  295. package/dist/use-toast.d.ts +0 -28
  296. package/dist/utils-DSKoFOjv.cjs +0 -2
  297. package/dist/utils-DSKoFOjv.cjs.map +0 -1
  298. package/dist/utils-qaFjX9_3.js +0 -2279
  299. package/dist/utils-qaFjX9_3.js.map +0 -1
  300. package/dist/utils.d.ts +0 -5
@@ -1,2 +1,156 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../jsx-runtime-BYECrxsp.cjs"),t=require("../utils-DSKoFOjv.cjs"),v=require("./checkbox.js"),y=require("./tooltip.js"),N=require("react"),T=require("./table-empty.js"),j=({children:n,className:x})=>s.jsxRuntimeExports.jsx("div",{className:t.cn("border border-border/50 rounded-lg overflow-hidden bg-background shadow-sm",x),children:n});function $({data:n,columns:x,showCheckbox:o=!0,onRowClick:p,className:l,selectedItems:i,onSelect:d,emptyState:E,isLoading:b=!1,loadingRows:g=5,tableHeightOffset:c}){const[R,m]=N.useState(null),h={height:c?`calc(100vh - ${c})`:"calc(100vh - 8rem)"},u=[o?"40px":null,...x.map(e=>e.width||"1fr")].filter(Boolean).join(" "),f=()=>s.jsxRuntimeExports.jsx("div",{className:t.cn("divide-y divide-border/50 overflow-y-auto"),style:h,children:Array(g).fill(0).map((e,a)=>s.jsxRuntimeExports.jsxs("div",{className:"grid items-center px-6 py-4 text-sm",style:{gridTemplateColumns:u},children:[o&&s.jsxRuntimeExports.jsx("div",{className:"flex items-center justify-center",children:s.jsxRuntimeExports.jsx("div",{className:"h-4 w-4 rounded bg-muted animate-pulse"})}),x.map(r=>s.jsxRuntimeExports.jsx("div",{className:t.cn("px-2 relative min-w-0",r.className),children:s.jsxRuntimeExports.jsx("div",{className:"h-4 bg-muted rounded animate-pulse",style:{width:Math.random()*40+40+"%"}})},`skeleton-col-${r.id}`))]},`skeleton-${a}`))});return b?s.jsxRuntimeExports.jsx(j,{className:l,children:s.jsxRuntimeExports.jsxs("div",{className:"relative bg-card",children:[s.jsxRuntimeExports.jsxs("div",{className:t.cn("grid items-center px-6 py-3 text-xs font-medium text-muted-foreground/80 bg-muted/30 border-b border-border/50 sticky top-0 z-10"),style:{gridTemplateColumns:u},children:[o&&s.jsxRuntimeExports.jsx("div",{className:"flex items-center justify-center",children:s.jsxRuntimeExports.jsx("div",{className:"h-4 w-4 rounded bg-muted animate-pulse"})}),x.map(e=>s.jsxRuntimeExports.jsx("div",{className:t.cn("px-2 font-medium",e.className),children:e.header},e.id))]}),s.jsxRuntimeExports.jsx(f,{})]})}):n.length===0?s.jsxRuntimeExports.jsx(j,{className:l,children:s.jsxRuntimeExports.jsx("div",{className:"relative bg-card",children:s.jsxRuntimeExports.jsx(T.TableEmpty,{...E})})}):s.jsxRuntimeExports.jsx(j,{className:l,children:s.jsxRuntimeExports.jsxs("div",{className:"relative bg-card",children:[s.jsxRuntimeExports.jsxs("div",{className:t.cn("grid items-center px-6 py-3 text-xs font-medium text-muted-foreground/80 bg-muted/30 border-b border-border/50 sticky top-0 z-10"),style:{gridTemplateColumns:u},children:[o&&s.jsxRuntimeExports.jsx("div",{className:"flex items-center justify-center",children:s.jsxRuntimeExports.jsx(v.Checkbox,{checked:n.length>0&&(i==null?void 0:i.size)===n.length,onClick:e=>{e.stopPropagation(),n.forEach(a=>d==null?void 0:d(a.id,!(i!=null&&i.has(a.id))))}})}),x.map(e=>s.jsxRuntimeExports.jsx("div",{className:t.cn("px-2 font-medium",e.className),children:e.header},e.id))]}),s.jsxRuntimeExports.jsx("div",{className:t.cn("divide-y divide-border/30 overflow-y-auto"),style:h,children:n.map((e,a)=>s.jsxRuntimeExports.jsxs("div",{className:t.cn("grid items-center px-6 py-4 text-sm text-foreground hover:bg-muted/30 transition-colors duration-150 group cursor-pointer"),style:{gridTemplateColumns:u},onClick:()=>p==null?void 0:p(e),children:[o&&s.jsxRuntimeExports.jsx("div",{className:"flex items-center justify-center",children:s.jsxRuntimeExports.jsx(v.Checkbox,{checked:i==null?void 0:i.has(e.id),onClick:r=>{r.stopPropagation(),d==null||d(e.id,!(i!=null&&i.has(e.id)))}})}),x.map(r=>s.jsxRuntimeExports.jsxs("div",{className:t.cn("px-2 relative min-w-0",r.className),onMouseEnter:()=>r.tooltipValue&&m(`${a}-${r.id}`),onMouseLeave:()=>m(null),children:[s.jsxRuntimeExports.jsx("div",{className:t.cn("flex items-center gap-2",r.truncate&&"overflow-hidden"),children:s.jsxRuntimeExports.jsx("div",{className:t.cn("w-full",r.truncate&&"truncate"),children:r.cell(e)})}),r.tooltipValue&&R===`${a}-${r.id}`&&s.jsxRuntimeExports.jsx(y.Tooltip,{content:r.tooltipValue(e),side:"bottom",align:"start",isVisible:!0})]},r.id))]},e.id))})]})})}exports.Table=$;
2
- //# sourceMappingURL=table.js.map
1
+ import { jsx as r, jsxs as s } from "react/jsx-runtime";
2
+ import { cn as d } from "../lib/utils.js";
3
+ import { Checkbox as b } from "./checkbox.js";
4
+ import { Tooltip as $ } from "./tooltip.js";
5
+ import { useState as k } from "react";
6
+ import { TableEmpty as w } from "./table-empty.js";
7
+ const m = ({ children: t, className: n }) => /* @__PURE__ */ r("div", { className: d("border border-border/50 rounded-lg overflow-hidden bg-background shadow-sm", n), children: t });
8
+ function L({
9
+ data: t,
10
+ columns: n,
11
+ showCheckbox: p = !0,
12
+ onRowClick: v,
13
+ className: c,
14
+ selectedItems: a,
15
+ onSelect: o,
16
+ emptyState: N,
17
+ isLoading: x = !1,
18
+ loadingRows: y = 5,
19
+ tableHeightOffset: u
20
+ }) {
21
+ const [T, f] = k(null), g = { height: u ? `calc(100vh - ${u})` : "calc(100vh - 8rem)" }, h = [
22
+ p ? "40px" : null,
23
+ ...n.map((i) => i.width || "1fr")
24
+ ].filter(Boolean).join(" "), j = () => /* @__PURE__ */ r(
25
+ "div",
26
+ {
27
+ className: d("divide-y divide-border/50 overflow-y-auto"),
28
+ style: g,
29
+ children: Array(y).fill(0).map((i, l) => /* @__PURE__ */ s(
30
+ "div",
31
+ {
32
+ className: "grid items-center px-6 py-4 text-sm",
33
+ style: { gridTemplateColumns: h },
34
+ children: [
35
+ p && /* @__PURE__ */ r("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ r("div", { className: "h-4 w-4 rounded bg-muted animate-pulse" }) }),
36
+ n.map((e) => /* @__PURE__ */ r(
37
+ "div",
38
+ {
39
+ className: d("px-2 relative min-w-0", e.className),
40
+ children: /* @__PURE__ */ r(
41
+ "div",
42
+ {
43
+ className: "h-4 bg-muted rounded animate-pulse",
44
+ style: { width: Math.random() * 40 + 40 + "%" }
45
+ }
46
+ )
47
+ },
48
+ `skeleton-col-${e.id}`
49
+ ))
50
+ ]
51
+ },
52
+ `skeleton-${l}`
53
+ ))
54
+ }
55
+ );
56
+ return x ? /* @__PURE__ */ r(m, { className: c, children: /* @__PURE__ */ s("div", { className: "relative bg-card", children: [
57
+ /* @__PURE__ */ s(
58
+ "div",
59
+ {
60
+ className: d(
61
+ "grid items-center px-6 py-3 text-xs font-medium text-muted-foreground/80 bg-muted/30 border-b border-border/50 sticky top-0 z-10"
62
+ ),
63
+ style: { gridTemplateColumns: h },
64
+ children: [
65
+ p && /* @__PURE__ */ r("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ r("div", { className: "h-4 w-4 rounded bg-muted animate-pulse" }) }),
66
+ n.map((i) => /* @__PURE__ */ r("div", { className: d("px-2 font-medium", i.className), children: i.header }, i.id))
67
+ ]
68
+ }
69
+ ),
70
+ /* @__PURE__ */ r(j, {})
71
+ ] }) }) : t.length === 0 ? /* @__PURE__ */ r(m, { className: c, children: /* @__PURE__ */ r("div", { className: "relative bg-card", children: /* @__PURE__ */ r(w, { ...N }) }) }) : /* @__PURE__ */ r(m, { className: c, children: /* @__PURE__ */ s("div", { className: "relative bg-card", children: [
72
+ /* @__PURE__ */ s(
73
+ "div",
74
+ {
75
+ className: d(
76
+ "grid items-center px-6 py-3 text-xs font-medium text-muted-foreground/80 bg-muted/30 border-b border-border/50 sticky top-0 z-10"
77
+ ),
78
+ style: { gridTemplateColumns: h },
79
+ children: [
80
+ p && /* @__PURE__ */ r("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ r(
81
+ b,
82
+ {
83
+ checked: t.length > 0 && (a == null ? void 0 : a.size) === t.length,
84
+ onClick: (i) => {
85
+ i.stopPropagation(), t.forEach((l) => o == null ? void 0 : o(l.id, !(a != null && a.has(l.id))));
86
+ }
87
+ }
88
+ ) }),
89
+ n.map((i) => /* @__PURE__ */ r("div", { className: d("px-2 font-medium", i.className), children: i.header }, i.id))
90
+ ]
91
+ }
92
+ ),
93
+ /* @__PURE__ */ r(
94
+ "div",
95
+ {
96
+ className: d("divide-y divide-border/30 overflow-y-auto"),
97
+ style: g,
98
+ children: t.map((i, l) => /* @__PURE__ */ s(
99
+ "div",
100
+ {
101
+ className: d(
102
+ "grid items-center px-6 py-4 text-sm text-foreground hover:bg-muted/30 transition-colors duration-150 group cursor-pointer"
103
+ ),
104
+ style: { gridTemplateColumns: h },
105
+ onClick: () => v == null ? void 0 : v(i),
106
+ children: [
107
+ p && /* @__PURE__ */ r("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ r(
108
+ b,
109
+ {
110
+ checked: a == null ? void 0 : a.has(i.id),
111
+ onClick: (e) => {
112
+ e.stopPropagation(), o == null || o(i.id, !(a != null && a.has(i.id)));
113
+ }
114
+ }
115
+ ) }),
116
+ n.map((e) => /* @__PURE__ */ s(
117
+ "div",
118
+ {
119
+ className: d(
120
+ "px-2 relative min-w-0",
121
+ e.className
122
+ ),
123
+ onMouseEnter: () => e.tooltipValue && f(`${l}-${e.id}`),
124
+ onMouseLeave: () => f(null),
125
+ children: [
126
+ /* @__PURE__ */ r("div", { className: d(
127
+ "flex items-center gap-2",
128
+ e.truncate && "overflow-hidden"
129
+ ), children: /* @__PURE__ */ r("div", { className: d(
130
+ "w-full",
131
+ e.truncate && "truncate"
132
+ ), children: e.cell(i) }) }),
133
+ e.tooltipValue && T === `${l}-${e.id}` && /* @__PURE__ */ r(
134
+ $,
135
+ {
136
+ content: e.tooltipValue(i),
137
+ side: "bottom",
138
+ align: "start",
139
+ isVisible: !0
140
+ }
141
+ )
142
+ ]
143
+ },
144
+ e.id
145
+ ))
146
+ ]
147
+ },
148
+ i.id
149
+ ))
150
+ }
151
+ )
152
+ ] }) });
153
+ }
154
+ export {
155
+ L as Table
156
+ };
@@ -1,2 +1,46 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../jsx-runtime-BYECrxsp.cjs"),d=require("react"),b=require("@radix-ui/react-tabs"),r=require("../utils-DSKoFOjv.cjs");function c(e){const s=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(s,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return s.default=e,Object.freeze(s)}const a=c(d),i=c(b),g=i.Root,u=a.forwardRef(({className:e,...s},t)=>n.jsxRuntimeExports.jsx(i.List,{ref:t,className:r.cn("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",e),...s}));u.displayName=i.List.displayName;const l=a.forwardRef(({className:e,...s},t)=>n.jsxRuntimeExports.jsx(i.Trigger,{ref:t,className:r.cn("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",e),...s}));l.displayName=i.Trigger.displayName;const f=a.forwardRef(({className:e,...s},t)=>n.jsxRuntimeExports.jsx(i.Content,{ref:t,className:r.cn("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",e),...s}));f.displayName=i.Content.displayName;exports.Tabs=g;exports.TabsContent=f;exports.TabsList=u;exports.TabsTrigger=l;
2
- //# sourceMappingURL=tabs.js.map
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import * as a from "react";
3
+ import * as e from "@radix-ui/react-tabs";
4
+ import { cn as n } from "../lib/utils.js";
5
+ const m = e.Root, r = a.forwardRef(({ className: i, ...t }, s) => /* @__PURE__ */ o(
6
+ e.List,
7
+ {
8
+ ref: s,
9
+ className: n(
10
+ "inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",
11
+ i
12
+ ),
13
+ ...t
14
+ }
15
+ ));
16
+ r.displayName = e.List.displayName;
17
+ const f = a.forwardRef(({ className: i, ...t }, s) => /* @__PURE__ */ o(
18
+ e.Trigger,
19
+ {
20
+ ref: s,
21
+ className: n(
22
+ "inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",
23
+ i
24
+ ),
25
+ ...t
26
+ }
27
+ ));
28
+ f.displayName = e.Trigger.displayName;
29
+ const d = a.forwardRef(({ className: i, ...t }, s) => /* @__PURE__ */ o(
30
+ e.Content,
31
+ {
32
+ ref: s,
33
+ className: n(
34
+ "mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
35
+ i
36
+ ),
37
+ ...t
38
+ }
39
+ ));
40
+ d.displayName = e.Content.displayName;
41
+ export {
42
+ m as Tabs,
43
+ d as TabsContent,
44
+ r as TabsList,
45
+ f as TabsTrigger
46
+ };
@@ -1,2 +1,49 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const B={RESET:"\x1B[0m",BOLD:"\x1B[1m",DIM:"\x1B[2m",ITALIC:"\x1B[3m",UNDERLINE:"\x1B[4m",BLINK:"\x1B[5m",REVERSE:"\x1B[7m",STRIKETHROUGH:"\x1B[9m",BLACK:"\x1B[30m",RED:"\x1B[31m",GREEN:"\x1B[32m",YELLOW:"\x1B[33m",BLUE:"\x1B[34m",MAGENTA:"\x1B[35m",CYAN:"\x1B[36m",WHITE:"\x1B[37m",GRAY:"\x1B[90m",BRIGHT_BLACK:"\x1B[90m",BRIGHT_RED:"\x1B[91m",BRIGHT_GREEN:"\x1B[92m",BRIGHT_YELLOW:"\x1B[93m",BRIGHT_BLUE:"\x1B[94m",BRIGHT_MAGENTA:"\x1B[95m",BRIGHT_CYAN:"\x1B[96m",BRIGHT_WHITE:"\x1B[97m",BG_BLACK:"\x1B[40m",BG_RED:"\x1B[41m",BG_GREEN:"\x1B[42m",BG_YELLOW:"\x1B[43m",BG_BLUE:"\x1B[44m",BG_MAGENTA:"\x1B[45m",BG_CYAN:"\x1B[46m",BG_WHITE:"\x1B[47m"},x=(E,m)=>`${m}${E}${B.RESET}`,G={error:B.RED,warning:B.YELLOW,success:B.GREEN,info:B.BLUE,debug:B.GRAY};exports.ANSI=B;exports.LOG_COLORS=G;exports.colorize=x;
2
- //# sourceMappingURL=terminal.js.map
1
+ const B = {
2
+ RESET: "\x1B[0m",
3
+ BOLD: "\x1B[1m",
4
+ DIM: "\x1B[2m",
5
+ ITALIC: "\x1B[3m",
6
+ UNDERLINE: "\x1B[4m",
7
+ BLINK: "\x1B[5m",
8
+ REVERSE: "\x1B[7m",
9
+ STRIKETHROUGH: "\x1B[9m",
10
+ // Regular colors
11
+ BLACK: "\x1B[30m",
12
+ RED: "\x1B[31m",
13
+ GREEN: "\x1B[32m",
14
+ YELLOW: "\x1B[33m",
15
+ BLUE: "\x1B[34m",
16
+ MAGENTA: "\x1B[35m",
17
+ CYAN: "\x1B[36m",
18
+ WHITE: "\x1B[37m",
19
+ GRAY: "\x1B[90m",
20
+ // Bright colors
21
+ BRIGHT_BLACK: "\x1B[90m",
22
+ BRIGHT_RED: "\x1B[91m",
23
+ BRIGHT_GREEN: "\x1B[92m",
24
+ BRIGHT_YELLOW: "\x1B[93m",
25
+ BRIGHT_BLUE: "\x1B[94m",
26
+ BRIGHT_MAGENTA: "\x1B[95m",
27
+ BRIGHT_CYAN: "\x1B[96m",
28
+ BRIGHT_WHITE: "\x1B[97m",
29
+ // Background colors
30
+ BG_BLACK: "\x1B[40m",
31
+ BG_RED: "\x1B[41m",
32
+ BG_GREEN: "\x1B[42m",
33
+ BG_YELLOW: "\x1B[43m",
34
+ BG_BLUE: "\x1B[44m",
35
+ BG_MAGENTA: "\x1B[45m",
36
+ BG_CYAN: "\x1B[46m",
37
+ BG_WHITE: "\x1B[47m"
38
+ }, m = (E, x) => `${x}${E}${B.RESET}`, G = {
39
+ error: B.RED,
40
+ warning: B.YELLOW,
41
+ success: B.GREEN,
42
+ info: B.BLUE,
43
+ debug: B.GRAY
44
+ };
45
+ export {
46
+ B as ANSI,
47
+ G as LOG_COLORS,
48
+ m as colorize
49
+ };
@@ -1,2 +1,20 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../jsx-runtime-BYECrxsp.cjs"),a=require("react"),s=require("../utils-DSKoFOjv.cjs");function u(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=u(a),n=c.forwardRef(({className:e,...r},t)=>i.jsxRuntimeExports.jsx("textarea",{className:s.cn("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",e),ref:t,...r}));n.displayName="Textarea";exports.Textarea=n;
2
- //# sourceMappingURL=textarea.js.map
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import * as t from "react";
3
+ import { cn as a } from "../lib/utils.js";
4
+ const s = t.forwardRef(
5
+ ({ className: e, ...r }, o) => /* @__PURE__ */ i(
6
+ "textarea",
7
+ {
8
+ className: a(
9
+ "flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
10
+ e
11
+ ),
12
+ ref: o,
13
+ ...r
14
+ }
15
+ )
16
+ );
17
+ s.displayName = "Textarea";
18
+ export {
19
+ s as Textarea
20
+ };
@@ -1,2 +1,75 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../jsx-runtime-BYECrxsp.cjs"),s=require("framer-motion"),i=require("../utils-DSKoFOjv.cjs");function u({content:t,side:o="right",align:e="center",isVisible:n}){return r.jsxRuntimeExports.jsx(s.AnimatePresence,{children:n&&r.jsxRuntimeExports.jsx(s.motion.div,{initial:{opacity:0,...a(o)},animate:{opacity:1,x:0,y:0},exit:{opacity:0,...a(o)},transition:{duration:.15,ease:"easeOut"},className:i.cn("absolute z-[100] px-2.5 py-1.5 rounded-md text-xs font-medium whitespace-nowrap","bg-background border border-border/50 shadow-lg",c(o,e)),children:t})})}const a=t=>{switch(t){case"right":return{x:-5};case"left":return{x:5};case"top":return{y:5};case"bottom":return{y:-5};default:return{x:0,y:0}}},c=(t,o)=>{const e=[];switch(t){case"right":e.push("left-full ml-2");break;case"left":e.push("right-full mr-2");break;case"top":e.push("bottom-full mb-2");break;case"bottom":e.push("top-full mt-2");break}switch(o){case"start":e.push(t==="top"||t==="bottom"?"left-0":"top-0");break;case"center":e.push(t==="top"||t==="bottom"?"left-1/2 -translate-x-1/2":"top-1/2 -translate-y-1/2");break;case"end":e.push(t==="top"||t==="bottom"?"right-0":"bottom-0");break}return e.join(" ")};exports.Tooltip=u;
2
- //# sourceMappingURL=tooltip.js.map
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { AnimatePresence as n, motion as c } from "framer-motion";
3
+ import { cn as i } from "../lib/utils.js";
4
+ function b({ content: t, side: o = "right", align: e = "center", isVisible: s }) {
5
+ return /* @__PURE__ */ r(n, { children: s && /* @__PURE__ */ r(
6
+ c.div,
7
+ {
8
+ initial: {
9
+ opacity: 0,
10
+ ...a(o)
11
+ },
12
+ animate: {
13
+ opacity: 1,
14
+ x: 0,
15
+ y: 0
16
+ },
17
+ exit: {
18
+ opacity: 0,
19
+ ...a(o)
20
+ },
21
+ transition: { duration: 0.15, ease: "easeOut" },
22
+ className: i(
23
+ "absolute z-[100] px-2.5 py-1.5 rounded-md text-xs font-medium whitespace-nowrap",
24
+ "bg-background border border-border/50 shadow-lg",
25
+ l(o, e)
26
+ ),
27
+ children: t
28
+ }
29
+ ) });
30
+ }
31
+ const a = (t) => {
32
+ switch (t) {
33
+ case "right":
34
+ return { x: -5 };
35
+ case "left":
36
+ return { x: 5 };
37
+ case "top":
38
+ return { y: 5 };
39
+ case "bottom":
40
+ return { y: -5 };
41
+ default:
42
+ return { x: 0, y: 0 };
43
+ }
44
+ }, l = (t, o) => {
45
+ const e = [];
46
+ switch (t) {
47
+ case "right":
48
+ e.push("left-full ml-2");
49
+ break;
50
+ case "left":
51
+ e.push("right-full mr-2");
52
+ break;
53
+ case "top":
54
+ e.push("bottom-full mb-2");
55
+ break;
56
+ case "bottom":
57
+ e.push("top-full mt-2");
58
+ break;
59
+ }
60
+ switch (o) {
61
+ case "start":
62
+ e.push(t === "top" || t === "bottom" ? "left-0" : "top-0");
63
+ break;
64
+ case "center":
65
+ e.push(t === "top" || t === "bottom" ? "left-1/2 -translate-x-1/2" : "top-1/2 -translate-y-1/2");
66
+ break;
67
+ case "end":
68
+ e.push(t === "top" || t === "bottom" ? "right-0" : "bottom-0");
69
+ break;
70
+ }
71
+ return e.join(" ");
72
+ };
73
+ export {
74
+ b as Tooltip
75
+ };
@@ -1,2 +1,64 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../jsx-runtime-BYECrxsp.cjs"),d=require("react");let r=[],a=[];const u=()=>{a.forEach(t=>t([...r]))},c=t=>{const i=`toast-${Date.now()}`,e={id:i,...t,duration:t.duration||5e3,type:t.type||"default"};return r.push(e),u(),setTimeout(()=>{r=r.filter(s=>s.id!==i),u()},e.duration),{dismiss:()=>{r=r.filter(s=>s.id!==i),u()}}},l=()=>{const[t,i]=d.useState(r),e=d.useCallback(()=>{const s=o=>{i(o)};return a.push(s),()=>{a=a.filter(o=>o!==s)}},[]);return d.useState(()=>e()),{toast:c,toasts:t,dismiss:s=>{r=r.filter(o=>o.id!==s),u()}}},x=()=>{const{toasts:t,dismiss:i}=l();return t.length===0?null:n.jsxRuntimeExports.jsx("div",{className:"fixed top-4 right-4 z-50 flex flex-col gap-2 w-[350px]",children:t.map(e=>n.jsxRuntimeExports.jsxs("div",{className:`p-4 rounded-lg shadow-lg border border-border transition-all duration-300 ease-in-out ${e.type==="error"?"bg-destructive text-destructive-foreground":e.type==="success"?"bg-green-50 text-green-800 border-green-200":e.type==="warning"?"bg-amber-50 text-amber-800 border-amber-200":"bg-background text-foreground"}`,children:[n.jsxRuntimeExports.jsxs("div",{className:"flex justify-between items-start",children:[n.jsxRuntimeExports.jsx("div",{className:"font-medium",children:e.title}),n.jsxRuntimeExports.jsx("button",{onClick:()=>i(e.id),className:"text-sm opacity-70 hover:opacity-100",children:"×"})]}),e.description&&n.jsxRuntimeExports.jsx("div",{className:"mt-1 text-sm opacity-80",children:e.description})]},e.id))})};exports.ToastContainer=x;exports.toast=c;exports.useToast=l;
2
- //# sourceMappingURL=use-toast.js.map
1
+ import { jsx as o, jsxs as c } from "react/jsx-runtime";
2
+ import { useState as l, useCallback as u } from "react";
3
+ let s = [], a = [];
4
+ const d = () => {
5
+ a.forEach((t) => t([...s]));
6
+ }, m = (t) => {
7
+ const i = `toast-${Date.now()}`, e = {
8
+ id: i,
9
+ ...t,
10
+ duration: t.duration || 5e3,
11
+ type: t.type || "default"
12
+ };
13
+ return s.push(e), d(), setTimeout(() => {
14
+ s = s.filter((r) => r.id !== i), d();
15
+ }, e.duration), {
16
+ dismiss: () => {
17
+ s = s.filter((r) => r.id !== i), d();
18
+ }
19
+ };
20
+ }, g = () => {
21
+ const [t, i] = l(s), e = u(() => {
22
+ const r = (n) => {
23
+ i(n);
24
+ };
25
+ return a.push(r), () => {
26
+ a = a.filter((n) => n !== r);
27
+ };
28
+ }, []);
29
+ return l(() => e()), {
30
+ toast: m,
31
+ toasts: t,
32
+ dismiss: (r) => {
33
+ s = s.filter((n) => n.id !== r), d();
34
+ }
35
+ };
36
+ }, p = () => {
37
+ const { toasts: t, dismiss: i } = g();
38
+ return t.length === 0 ? null : /* @__PURE__ */ o("div", { className: "fixed top-4 right-4 z-50 flex flex-col gap-2 w-[350px]", children: t.map((e) => /* @__PURE__ */ c(
39
+ "div",
40
+ {
41
+ className: `p-4 rounded-lg shadow-lg border border-border/50 transition-all duration-300 ease-in-out ${e.type === "error" ? "bg-destructive text-destructive-foreground" : e.type === "success" ? "bg-green-50 text-green-800 border-green-200" : e.type === "warning" ? "bg-amber-50 text-amber-800 border-amber-200" : "bg-background text-foreground"}`,
42
+ children: [
43
+ /* @__PURE__ */ c("div", { className: "flex justify-between items-start", children: [
44
+ /* @__PURE__ */ o("div", { className: "font-medium", children: e.title }),
45
+ /* @__PURE__ */ o(
46
+ "button",
47
+ {
48
+ onClick: () => i(e.id),
49
+ className: "text-sm opacity-70 hover:opacity-100",
50
+ children: "×"
51
+ }
52
+ )
53
+ ] }),
54
+ e.description && /* @__PURE__ */ o("div", { className: "mt-1 text-sm opacity-80", children: e.description })
55
+ ]
56
+ },
57
+ e.id
58
+ )) });
59
+ };
60
+ export {
61
+ p as ToastContainer,
62
+ m as toast,
63
+ g as useToast
64
+ };
@@ -0,0 +1,8 @@
1
+ export declare const Icons: {
2
+ claude: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ anthropic: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ openai: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ deepseek: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ grok: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
7
+ gemini: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ };
@@ -0,0 +1 @@
1
+ export * from './icons';
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const AnthropicIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const ClaudeIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const DeepSeekIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const GeminiIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const GrokIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export * from './claude';
2
+ export * from './anthropic';
3
+ export * from './openai';
4
+ export * from './deepseek';
5
+ export * from './grok';
6
+ export * from './gemini';
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const OpenAIIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export interface IconProps {
2
+ className?: string;
3
+ size?: number;
4
+ }